NetworkObject
- class compas_ghpython.scene.NetworkObject[source]
Bases:
GHSceneObject
,NetworkObject
Scene object for drawing network data structures.
- Parameters:
- network
compas.datastructures.Network
A COMPAS network.
- **kwargsdict, optional
Additional keyword arguments.
- network
Methods
Draw the entire network with default color settings.
Draw a selection of edges.
Draw a selection of nodes.
Inherited Methods
Add a child item to the scene object.
Clear the nodes and the edges of the network.
Clear the edges of the network.
Clear the nodes of the network.