Is it possible to limit plane borders generated by PFRAMES

Hi all,

I am trying to create a parametric model. For the cuts, I am using PFRAMES. But the problem is, those planes are infinitely large and cuts other parts of the model. How should I limit these planes’ dimensions? If it is not possible, is there any alternative methods to achieve same result? Screenshots are as below;

Iinstead of plane intersections, use PlaneSrf with manually adjusted dimensions for splitting brep.

Hi,

Thanks for your answer. But since I am really amateur I couldn’t understand which compenent to replace with PlaneSrf. Can you please elaborate a little bit. :blush:

Have a look at this.

Create a rectangle on each PrFrame, using a size that is suitable to only intersect the curved shape at one side. Use this rectangle to create a planar surface. Get the intersection of this planar surface and the curved shape.