Brep.contours
- Brep.contours(planes)[source]
- 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[