Is there a way to ʼExplodeʼ a cube into six separate planes in Rhino?

Short Answer

Yes — in Rhino 3D, you can explode a cube into six separate planes using Explode on a polysurface box. This is the fastest and most common professional method because it separates each face into its own surface object. Limitation: it only works if the cube is a polysurface, not a mesh.

What You Need to Know Before

Warning: If your cube was created or imported as a mesh, Explode will not give you six Rhino surface planes. Also, if the box is inside a block instance, you must edit or explode the block first before the faces can be separated.

How to Explode a Cube into Six Separate Planes in Rhino

  • Command: Explode

  • Shortcut: Explode

  • Quick Steps:

    1. Select the cube in the viewport or in the layers panel, making sure it is a closed polysurface.
    2. Type Explode and press Enter.
    3. Rhino separates the cube into six individual surface faces; verify this in the Properties panel.
  • Real setting or option: Check Properties > Details first to confirm the object type is Closed polysurface before running the command.

Variables & Settings

  • Key Setting: Object type in Properties
    Confirm the cube is a Closed polysurface. If it shows as Mesh or Block instance, the explode result will not be six editable NURBS planes.

Why it Fails

  • Cause 1 (Geometry): The cube is actually a mesh box, so exploding it does not create six Rhino surface planes.
  • Cause 2 (Layers/Locks): The object or its layer is locked, preventing selection or modification.
  • Cause 3 (Command/Logic): The cube is part of a block instance or already separate surfaces, so Explode does not behave as expected.

Quick Fix & Best Practice

  • Quick Fix: Run What or check Properties to confirm the cube is a closed polysurface, then use Explode.
  • Manager’s Verdict: Use Explode when you need editable individual faces for surfacing or downstream modeling. Avoid it if you need to preserve a clean solid for boolean operations.

FAQ

Can I explode a mesh cube the same way?
No, a mesh cube will not become six Rhino NURBS planes with Explode.

How do I check whether the cube is a polysurface?
Select it and look in the Properties panel or run What.

Can I rejoin the six planes back into a cube?
Yes, use Join if the faces still meet cleanly along their edges.

.