GH_DocumentCreateConnectivityDiagram Method |
Gets the connectivity diagram for the current state of this document.
Namespace:
Grasshopper.Kernel
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public GH_ConnectivityDiagram CreateConnectivityDiagram()
Public Function CreateConnectivityDiagram As GH_ConnectivityDiagram
Return Value
Type:
GH_ConnectivityDiagramThe connectivity diagram of the current state.
Once objects/wires are added or removed the diagram will not update
and you must request a new one.
See Also