NetworkArtist.draw_nodes
-
NetworkArtist.
draw_nodes
(nodes=None, color=None)[source] Draw a selection of nodes.
- Parameters
nodes (list, optional) – A list of nodes to draw. Default is
None
, in which case all nodes are drawn.color (3-tuple or dict of 3-tuples, optional) – The color specififcation for the nodes. The default color is
(255, 255, 255)
.
- Returns
list – The GUIDs of the created Rhino objects.