Is it possible to edit a solid shape by moving its individual faces in Rhino?
Short Answer
Yes — in Rhino 3D, you can edit a solid shape by moving individual faces using SolidPtOn as the most common professional method for direct solid control-point editing. This lets you drag a face and keep the object as a closed polysurface in many cases. Limitation: complex edits can fail if the solid cannot stay valid.
What You Need to Know Before
Warning: moving a face on a closed solid can create invalid geometry or cause neighboring faces to collapse, especially on small fillets, tapered faces, or tightly trimmed areas. If Rhino cannot maintain a valid closed volume, the solid may stop behaving as a proper solid.
How to Do It
Command: SolidPtOn
Shortcut: none commonly assigned by default
Quick Steps:
- Select the solid, then run
SolidPtOnfrom the command line. - Click the face grip(s) you want to edit, then use the Gumball or move them with standard dragging; turn on Gumball if needed from the status bar.
- Press Enter to finish, then verify the result with
Whator in the Properties panel to confirm it is still a closed polysurface.
- Select the solid, then run
Variables & Settings
Key Setting: Gumball
Expert Setting: With Gumball enabled, you can move the selected solid face grips precisely along one axis, which is the fastest and most controlled way to adjust a face without using a more destructive surface-edit workflow.
Why it Fails
Cause 1 (Geometry): adjacent faces cannot extend or trim correctly after the face is moved, so the closed solid becomes invalid or opens up.
Cause 2 (layers/Locks): the object is on a locked layer or the solid itself is locked, so grips appear unavailable or cannot be edited.
Cause 3 (Command/Logic): you used regular surface grips or
PointsOninstead of SolidPtOn, which does not apply the same solid face-editing behavior.
Quick Fix & Best Practice
- Quick Fix: run
SolidPtOn, move the face with Gumball in one axis only, then check validity withWhat. - Manager’s Verdict: use this for quick box-like or prismatic solid edits; avoid it for heavily filleted or highly trimmed parts where rebuilding features is safer and more predictable.
FAQ
Can I move only one face of a box in Rhino?
Yes, SolidPtOn is commonly used for that.
Will the object stay a solid after moving the face?
Usually yes, if Rhino can maintain a valid closed polysurface.
Is MoveFace a Rhino command?
No, the common Rhino method is SolidPtOn, not MoveFace.
.
