RhinoVolMeshObject.draw_edges

RhinoVolMeshObject.draw_edges(edges=None, color=None, group=None)[source]

Draw a selection of edges.

Parameters:
edgeslist[tuple[int, int]], optional

A list of edges to draw. The default is None, in which case all edges are drawn.

colorcompas.colors.Color | dict[tuple[int, int], compas.colors.Color], optional

The color of the edges.

groupstr, optional

The name of the group in which the edges are combined.

Returns:
list[System.Guid]

The GUIDs of the created Rhino line objects.