Moving an edge on a geometry, far from origo

As was said already, you can either move closer to the origin or use meters.
What is going on here is that the math in Rhino 5 uses double-precision accuracy for its operations on geometry but the display mesh is only single-precision. This has been changed for Rhino 6.

If you search a bit here on the forum you will find a lot of threads on this. Just one example:

1 Like