What is a ʼBounding Boxʼ in Rhino?
Short Answer
In Rhino, a bounding box is the smallest rectangular box aligned to the current construction plane or world axes that completely encloses selected geometry. The standard professional method is the BoundingBox command, often used to check extents, create reference volumes, or support export workflows. It does not follow complex object shape exactly.
What You Need to Know Before
Warning: A Rhino bounding box is usually axis-aligned, so rotated or angled objects can produce a much larger box than expected. This often causes inaccurate size checks, loose packing studies, or misleading fabrication clearances if you do not verify the construction plane first.
How to Create a Bounding Box in Rhino
Command: BoundingBox
Shortcut: BoundingBox
Quick Steps:
- Select the object or objects, then run BoundingBox from the command line.
- At the command options, choose whether to use the World or CPlane alignment option, depending on how you need the box oriented.
- Press Enter to create the box as Rhino geometry around the selected objects.
Variables & Settings
Key Setting: World / CPlane option
Expert Setting: This option controls the box orientation. World aligns the bounding box to world coordinates, while CPlane aligns it to the active construction plane. For rotated models, choosing the wrong option can make the box much larger than the true working extents.
Why it Fails
Cause 1 (Geometry): Rotated or skewed objects create oversized bounding boxes because the box stays aligned to World or CPlane axes rather than the object itself.
Cause 2 (layers/Locks): Locked objects or unintended visible geometry may be included in the selection, producing a larger box than expected.
Cause 3 (Command/Logic): Users often expect a tight fit around curved or irregular geometry, but BoundingBox only creates a rectangular enclosure, not a shape-matching volume.
Quick Fix & Best Practice
Quick Fix: Set the correct construction plane first, then rerun BoundingBox with the CPlane option for a tighter and more useful result on rotated geometry.
Manager’s Verdict: Use bounding boxes for fast size checks, spatial planning, and downstream coordination, but avoid treating them as exact geometry for fabrication or clearance validation.
FAQ
Can Rhino make a bounding box for multiple objects at once?
Yes, BoundingBox can enclose all selected objects in one box.
Does a bounding box update automatically if the model changes?
No, you must run the command again to create a new box.
Is a Rhino bounding box always the smallest possible box?
No, it is usually the smallest box based on World or CPlane alignment, not free rotation.
.
