Rhythm - Crop region of views regardless of their type

Hi @john_pierson , thanks for the awesome package first. I have been able to wow my colleagues with the help of these great nodes.

I have a question regarding ViewPlan.GetCropBox node which as the name suggests only works with plan views. Is there any way to get the crop region curves of active view regardless of their type being plan, elevation, RCP, section etc?

Not sure if View.GetCropRegionElement should be used? But I don’t know how to get curves from that element. The Element.Curves node reports empty list for that.

I know it can be done with Python. But I don’t know Python at all yet :slight_smile:

1 Like

I kept looking after posting this question and found these nodes in MEPover package. Tested in RCP and section. Works perfectly.

I’d still would love to know if the curves can be taken from the outcome of View.GetCropRegionElement node.
Thanks :slight_smile:

This works for Plan and RCPs

1 Like

is there a node that can work for other view types ?