Hi Craig, large coordinates like that will tend to cause a variety of problems because the way floating point numbers work is that there are wider gaps between representable numbers the farther away you are from the origin.
Basically all arithmetic operates at a lower amount of precision when working with those large numbers.
Complex operations like Booleans and Fillets will be more likely to fail.
So it's not generally a good thing to do, there is a lot more downside to it than just eating up window space.
It is possible to edit the UI to widen that control though. What version of MOI are you running? It may need to be edited slightly differently in v4 or v5.
- Michael
|