GraphObject
- class compas_ghpython.scene.GraphObject[source]
Bases:
GHSceneObject
,GraphObject
Scene object for drawing graph data structures.
- Parameters:
- graph
compas.datastructures.Graph
A COMPAS graph.
- **kwargsdict, optional
Additional keyword arguments.
- graph
Methods
Draw the entire graph 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 graph.
Clear the edges of the graph.
Clear the nodes of the graph.