Bounding Box dimensions

How to get bounding box dimension of a solid that it’s not aligned with the working plane?

Hi CadMaster,

The Rhino.BoundingBox method allows for various types of arguments, you can pass a custom plane
like so:
Rhino.BoundingBox (strObject [, arrPlane [, blnWorldCoords]])

Check also the helpfile on Rhino.BoundingBox for further reading.

HTH
-Willem

I’ll do - THANKS, Willem!