MeshObject.draw_edges
- MeshObject.draw_edges(edges=None)[source]
Draw a selection of edges.
- Parameters:
- edgeslist[tuple[int, int]], optional
A selection of edges to draw. The default is None, in which case all edges are drawn.
- Returns:
- list[Rhino.Geometry.Line]