RhinoAssemblyArtist.draw_nodes
- RhinoAssemblyArtist.draw_nodes(nodes=None, color=None, text=None)[source]
Draw a selection of nodes.
- Parameters
nodes (list[hashable], optional) – A list of nodes to draw. Default is None, in which case all nodes are drawn.
color (
Color
| dict[hashable,Color
], optional) – Color of the nodes. The default color isAssemblyArtist.default_nodecolor
.text (str | dict[hashable, str], optional) – Text labels for the nodes.
- Returns
list[System.Guid] – The GUIDs of the created Rhino objects.