Is it possible to draw on a specific work plane (CPlane) in Rhino?
Short Answer
Yes — in Rhino 3D, you can draw on a specific work plane by setting the viewport construction plane and then creating geometry on it with CPlane. The most common professional method is to activate the target viewport, align the CPlane, and draw normally. Limitation: geometry is created relative to the active viewport only.
What You Need to Know Before
Warning: If you set the CPlane in the wrong viewport, Rhino will still draw on that viewport’s construction plane, which often causes objects to appear tilted or misplaced in 3D space. This is especially common when Planar mode or Ortho assumptions do not match the active CPlane.
How-to
Command: CPlane
Shortcut:
CPlaneQuick Steps:
- Click inside the target viewport to make it active, then run
CPlanefrom the command line. - Choose the fastest common option such as
World,Object, or3Pointdepending on how you want to align the work plane. - Turn on ProjectOsnap if needed, then start drawing with commands like Line, Rectangle, or Circle on that CPlane.
- Click inside the target viewport to make it active, then run
Variables & Settings
Key Setting: ProjectOsnap
When ProjectOsnap is enabled, object snaps are projected to the current construction plane instead of snapping to the true 3D location. This is useful for clean 2d drawing on a specific CPlane, but it can also place points at the wrong elevation if used unintentionally.
Why it Fails
Cause 1 (Geometry): The target surface or object used to define the CPlane is rotated, so new curves are drawn on an unexpected angle.
Cause 2 (layers/Locks): The active layer is locked, or the reference object you want to align to is locked in a way that interrupts selection or editing workflow.
Cause 3 (Command/Logic): You changed the CPlane in one viewport but are drawing in another viewport, so Rhino uses a different construction plane than expected.
Quick Fix & Best Practice
- Quick Fix: Run
CPlane, chooseWorldto reset the construction plane, then usePlanto align the viewport view back to that CPlane. - Manager’s Verdict: Use CPlane for any angled 2D drafting or detail work in Rhino, but reset it after the task to avoid downstream modeling errors across viewports.
FAQ
Can I set a CPlane to match an object in Rhino?
Yes, use CPlane with the Object option.
Does CPlane affect all viewports at once?
No, the CPlane is usually viewport-specific.
Can I return to the default work plane quickly?
Yes, use CPlane and choose World.
.
