MeshArtist.draw_edges
- MeshArtist.draw_edges(edges=None, color=None)[source]
Draw a selection of edges.
- Parameters
edges (list[tuple[int, int]], optional) – A selection of edges to draw. The default is None, in which case all edges are drawn.
color (tuple[int, int, int] or dict[tuple[int, int], tuple[int, int, int]], optional) – The color of the edges. The default color is the value of
MeshArtist.default_edgecolor
.
- Returns
list[System.Guid] – The GUIDs of the created Rhino objects.