Hi,
I am working with imported model that is 100000 away from origin. I know this creates a lot of problems for Rhino.
I am wondering if I can move my origin closer to my model (not the CPlane) the actual origin that so Rhino does not use so many significant figures to make calculations. Avoiding visualization problems as well as rounding problems and improving performance.
No.
geometry is stored in world-coodinates.
(i am 99% sure)
move the geometry closer to the origin.
(maybe even better: ask the exporter to do this)
move it back to the initial position before export - further usage that requires this position.
store the translation with a simple line,
(move endpoint to endpoint)
or use
_namedCplanes
and
_RemapCplane