as the title already sums up, I’m trying to access some kind of point list of the boundary curve of a certain brepface via Python, for example this one:
I want to do this for each face of a closed polysurface. I easily get access to each BrepFace of my closed polysurfaces via brep.Faces(), but there doesn’t seem to be a straightforward way to get their boundary curve (like DupEdge) and then the respective points.