How to go from Modo to Moi and back while maintaining scale and position?

 From:  Michael Gibson
8650.2 In reply to 8650.1 
Hi ratman, yes I think that import obj script does rescale objects by default, if I remember right you can set it up to not do that though. Here it is:
http://moi3d.com/forum/index.php?webtag=MOI&msg=6674.201

So for your shortcut key that you use to launch the import obj script, give it an additional paramter "exact" like this:

_ImportObj exact

That should then disable the automatic scaling.


But one thing to note is that MoI is not designed to work on polygon model data, the import obj script will make a separate individual NURBS plane for every polygon in the .obj file which is ok for a few boxes like you show there but it won't work well for something that has higher density. The way each surface in a CAD program is set up there is more information needed for each face because of how it works with an "underlying surface" that has trim curves on it marking different areas as holes. So a NURBS model made up of hundreds of thousands of little tiny flat facets just doesn't work very well, a NURBS model should be made up of a smaller number of surfaces each of which is a larger curved surface patch.

So because of that typically the workflow is more one directional like model in MoI and import into Modo. Usually the best way for this direction is to export from MoI to .lwo format, and to preserve unit size make sure the option is set in MoI under Options > Import/Export > LWO options > "Scale output units to meters".

- Michael