RhinoBrep.contours

RhinoBrep.contours(planes)[source]

Generate contour lines by slicing the Brep shape with a series of planes.

Parameters:
planeslist[compas.geometry.Plane]

The slicing planes.

Returns:
list[list[compas.geometry.Polyline]]

A list of polylines per plane.