How to cut a 3D object in half or into pieces in Rhino?

Short Answer

Yes — in Rhino 3D, the most common professional way to cut a 3D object in half or into pieces is with Split using a cutting plane, surface, or polysurface. This works well for solids and surfaces when the cutter fully intersects the object. Limitation: open or poorly intersecting geometry may not split correctly.

What You Need to Know Before

Warning: If your cutting surface does not fully pass through the object, Rhino may create no split at all or only partial pieces. Also, trimmed or invalid polysurfaces can fail unpredictably, especially when the model has tiny gaps or bad joins.

How to Cut a 3D Object in Half or Into Pieces in Rhino

  • Command: Split

  • Shortcut: Split

  • Quick Steps:

    1. Create or place a cutting object, usually a plane or surface, from the Surface menu or relevant toolbar so it fully crosses the 3D object.
    2. Run Split, select the object to cut, and press Enter.
    3. Select the cutting plane, surface, or polysurface as the cutter, then press Enter. Delete or move unwanted pieces after the split.
  • Use a full cutting surface, not a short partial one, for the fastest reliable result.

  • Real option: turn DeleteInput=No if you want to keep the original cutting geometry.

Variables & Settings

  • Key Setting: DeleteInput
  • Expert Setting: This command option controls whether Rhino deletes the cutting object after the split. Set it to No to keep the plane or surface for repeated cuts, which is common in production modeling workflows.

Why it Fails

  • Cause 1 (Geometry): The cutting surface does not fully intersect the solid or surface, so Rhino has no valid split boundary.
  • Cause 2 (layers/Locks): The object or cutting geometry is on a locked layer, so it cannot be selected or modified during the command.
  • Cause 3 (Command/Logic): You used Split on geometry that should be cut as a solid operation instead, or the cutter is coplanar without creating a true intersection.

Quick Fix & Best Practice

  • Quick Fix: Run Intersect first to confirm the cutter actually crosses the object, then extend or rebuild the cutting surface if needed.
  • Manager’s Verdict: Use Split for the fastest everyday cutting workflow in Rhino when you need separate pieces. Use Boolean methods only when you specifically need solid subtraction behavior and clean closed solids.

FAQ

Can I cut a solid exactly in half in Rhino?
Yes, use Split with a plane or surface that fully passes through the solid.

What command should I use instead of Split for removing material?
Use BooleanDifference when you want to subtract one closed solid from another.

Why does Rhino not split my polysurface?
Usually the cutting object does not fully intersect it, or the polysurface has invalid or open geometry.

.