I know I can select a clipping plane and learn what views it’s active in. (If I’ve named all my detail views…)
But if I want to know what clipping plane is active in any given detail view, how can I tell?
I know I can select a clipping plane and learn what views it’s active in. (If I’ve named all my detail views…)
But if I want to know what clipping plane is active in any given detail view, how can I tell?
Hi David,
Here is a python script that will give you a view report per Clipping Plane (preferably named). This should be able to do this in the near future in GH1 (wip)
ClippingPlaneReport.py (2.7 KB)
This command should provide what you need as well.
The SelClippingPlaneInViewport command selects the clipping planes that clip the current model or detail viewport.
Thanks Japhy. That’s exactly what I was looking for.