Block.to_lines
- Block.to_lines()
Return the lines of the mesh as pairs of start and end point coordinates.
- Returns:
- list[tuple[list[float], list[float]]]
A list of lines each defined by a pair of point coordinates.
Return the lines of the mesh as pairs of start and end point coordinates.
A list of lines each defined by a pair of point coordinates.