NetworkObject.draw_nodes
- NetworkObject.draw_nodes(nodes=None, color=None, group=None)[source]
Draw a selection of nodes.
- Parameters:
- nodeslist[int], optional
A list of nodes to draw. Default is None, in which case all nodes are drawn.
- color
compas.colors.Color
| dict[int,compas.colors.Color
], optional Color of the nodes.
- Returns:
- list[System.Guid]
The GUIDs of the created Rhino point objects.