NetworkArtist.draw_nodes

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

Draw a selection of nodes.

Parameters
  • nodes (list, optional) – The selection of nodes that should be drawn. Default is None, in which case all nodes are drawn.

  • color (3-tuple or dict of 3-tuple, optional) – The color specification for the nodes. The default color is (255, 255, 255).

Returns

list of Rhino.Geometry.Point3d