OCCBrep.contours
- OCCBrep.contours(planes)
Generate contour lines by slicing the BRep shape with a series of planes.
- Parameters:
- planeslist[
compas.geometry.Plane
] The slicing planes.
- planeslist[
- Returns:
- list[list[
compas.geometry.Polyline
]] A list of polylines per plane.
- list[list[