Trace all cplanes used in a detail view or named view

Hi there,
I am on Rhino 7 windows platform . I am having trouble in finding cplanes used in detain view.

currently list of all model views and layout views can be seen in cplane properties.

it should be back traced.wrt views. i.e. one detail view should have properties list for clipping planes used in detail view.

it is hard to get which clipping planes used in particular detail view.

hope for solution.

Hi Ranjit - I do not know of a good way to get at this at the moment in plain Rhino - it may be possible in a script, I’ll see what I can dig up.

@ranjit - here is a quick python that will select all clipping planes associated with a detail or viewport.

ClippingPlaneFinder.py (995 Bytes)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

@mary - fyi, in case it is helpful…

-Pascal

1 Like

Thanks, @pascal.
I logged this as a feature request for future Rhino.

RH-68292 SelClippingPlaneInDetail Feature Request
But we can use the PY until it is part of Rhino.

Sincerely,
Mary Ann Fugier

Yes, thanks - it seems like it would be a useful thing to have in plain Rhino.

-Pascal