NetworkArtist.draw_nodes

NetworkArtist.draw_nodes(nodes=None, color=None)[source]

Draw a selection of nodes.

Parameters
  • nodes (list[int], optional) – A list of nodes to draw. Default is None, in which case all nodes are drawn.

  • color (Color | dict[int, Color], optional) – Color of the nodes. The default color is NetworkArtist.default_nodecolor.

Returns

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