Hi there,
I have a set of surfaces which I am assigning to the same Brep entity. Then I create a set of tranverse planes by listing the x coordinates. The goal is to intersect the Brep entity with the multiple transverse planes and obtain the intersecting curves. However, I am only getting the intersection between the brep and the last plane/coordinate of the list. Quick disclaimer: Contour is not really what I need since I want to obtain sections at a discrete list of x coordinates. Thanks