NetworkArtist.draw_nodes
- NetworkArtist.draw_nodes(nodes=None, color=None)[source]
Draw a selection of nodes.
- Parameters
nodes (list[hashable], optional) – The selection of nodes that should be drawn. Default is None, in which case all nodes are drawn.
color (tuple[int, int, int] or dict[hashable, tuple[int, int, int]], optional) – The color specification for the nodes. The default color is
NetworkArtist.default_nodecolor
.
- Returns
list[Rhino.Geometry.Point3d]