Mesh.to_polylines
- Mesh.to_polylines()[source]
Convert the mesh to a collection of polylines.
- Returns
list[list[list[float]]] – A list of polylines which are each defined as a list of points.
Convert the mesh to a collection of polylines.
list[list[list[float]]] – A list of polylines which are each defined as a list of points.