RhinoGraphObject.draw_edges

RhinoGraphObject.draw_edges(edges=None, color=None, group=None, show_direction=False)[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

Color of the edges.

groupstr, optional

The name of a group to add the edges to.

show_directionbool, optional

Show the direction of the edges.

Returns:
list[System.Guid]

The GUIDs of the created Rhino objects.