RhinoAssemblyArtist.draw_edges

RhinoAssemblyArtist.draw_edges(edges=None, color=None, text=None)[source]

Draw a selection of edges.

Parameters
  • edges (list[tuple[hashable, hashable]], optional) – A list of edges to draw. The default is None, in which case all edges are drawn.

  • color (Color | dict[tuple[hashable, hashable], Color], optional) – Color of the edges. The default color is AssemblyArtist.default_edgecolor.

  • text (str | dict[hashable, str], optional) – Text labels for the edges.

Returns

list[System.Guid] – The GUIDs of the created Rhino objects.