NetworkObject.draw_nodes
- NetworkObject.draw_nodes(nodes=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.
- Returns:
- list[Rhino.Geometry.Point3d]