NetworkObject.draw_nodes
- NetworkObject.draw_nodes(nodes=None, color=None, collection=None, radius=0.05, u=16, v=16)[source]
Draw a selection of nodes.
- Parameters:
- nodeslist[hashable], optional
A list of node identifiers. Default is None, in which case all nodes are drawn.
- color
compas.colors.Color
| dict[hashable,compas.colors.Color
], optional The color specification for the nodes.
- collectionstr, optional
The name of the Blender scene collection containing the created object(s).
- Returns:
- list[bpy.types.Object]