Minuscule position differences mess up the modeling, boolean operations, planar surfaces, create invisible geometries that are too small to zoom in, All that could be fixed by using fixed point arithmetic instead of floating point. There's no need for extremely large positional numbers, like lightyears and extremely small. Floating point in CAD design is the worst possible use case. Fixed point would not only make the app faster, more precise, but also more robust and error-free. I'm writing this post after frustration while modelling in MoI. Someone sooner or later will make an app with fixed-point arithmetic and it will be better than anything before.
|