Hi all,
I’m working on a Rhino 8 (RhinoCommon / net7) plugin that uses live section views with clipping planes and displays conduits. Static geometry clips fine, but I’ve hit a wall with dynamic command previews (Polyline-in-progress, Move/Copy previews, EditPt, etc.).
Is there any supported way to clip or restrict these previews to a custom clipping volume or viewport frustum?
I’ve tried clipping planes (per-viewport), camera control, and DisplayConduit masking. Masking helps visually, but it’s only an overlay and can’t truly isolate previews by depth or station.
Before I commit to rewriting custom drawing commands, I want to be sure I’m not missing something fundamental in the API.
I really appreciate any help you can provide.
Thank you in advance.,