Mesh.to_lines
- Mesh.to_lines()[source]
Convert the mesh to a collection of lines.
- Returns
list[tuple[list[float], list[float]]] – A list of lines each defined by a pair of points.
Convert the mesh to a collection of lines.
list[tuple[list[float], list[float]]] – A list of lines each defined by a pair of points.