Is it possible to create a ʼShellʼ from a solid cube in Rhino?
Short Answer
Yes — in Rhino 3D, you can create a shell from a solid cube using Shell or, more commonly for box-like solids, by removing one face and using OffsetSrf with Solid=Yes. This is the standard professional method for controlling wall thickness. Limitation: it can fail if the offset distance is too large for the cube’s size.
What You Need to Know Before
Warning: Shelling fails most often when the wall thickness is greater than half the cube size or when small adjacent faces collapse during the offset. In Rhino, this usually creates self-intersecting interior geometry instead of a valid closed solid.
How to…
Command: OffsetSrf
Shortcut:
OffsetSrfQuick Steps:
- Select the cube, then
Ctrl+Shift-click the face you want to remove, or use sub-object face selection in the viewport. - Delete that face, then run OffsetSrf from the command line or Surface menu.
- Set
Solid=Yes, enter the wall thickness, choose the inward direction if needed, and press Enter to create the hollow solid.
- Select the cube, then
Variables & Settings
Key Setting:
Solid=YesExpert Setting: This option tells Rhino to cap the offset result and build a closed polysurface instead of leaving only offset surfaces. If
Solid=No, you will not get a proper shell.
Why it Fails
- Cause 1 (Geometry): The offset thickness is too large, so the inside faces intersect or collapse at corners.
- Cause 2 (layers/Locks): The cube or selected face is on a locked layer, preventing face deletion or modification.
- Cause 3 (Command/Logic): Running Shell or OffsetSrf on the entire closed box without removing the correct face can produce the wrong result or a fully closed offset instead of an open shell.
Quick Fix & Best Practice
- Quick Fix: Explode or sub-select the cube face, delete the opening face, then rerun OffsetSrf with
Solid=Yesand a smaller distance. - Manager’s Verdict: For simple cubes and prismatic parts, use OffsetSrf because it is faster and more predictable than trial-and-error shelling. Avoid shelling late in the model if wall thickness is close to internal corner limits.
FAQ
Can I shell a closed cube without deleting a face first?
Yes, but Rhino may create a closed inward offset rather than an open hollow box.
Which is better in Rhino: Shell or OffsetSrf?
For a cube, OffsetSrf is usually the more reliable professional workflow.
Can I shell multiple faces open at once?
Yes, if you remove the required faces first and then offset the remaining polysurface correctly.
.
