Hi tsiwt, the objects in your file are identical between MoI and Rhino. I suspect that the problem is that you're looking at 2 different kinds of measurements.
In Rhino you appear to be measuring things in the box's local coordinate system while in MoI you're comparing that to the world axis aligned bounding box size.
It's totally normal that a rotated box will have different measurements between those.
Here's how you can verify that they are the same size - in Rhino select your box and run the BoundingBox command, you should see this output for box test1.3dm:
In MoI load the same file and use the Edit size menu which has this:
As you can see they are the same, the only difference is that MoI is showing 4 decimal places so it has one more digit at the end there.
If you want to check a distance in MoI that is in the box-aligned coordinate system, select an edge and then it will show you the length like this:
So again this is the exact same value as in Rhino. Please let me know if this isn't clear.
- Michael
|