Click or drag to resize

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()

Return Value

Type: GH_ConnectivityDiagram
The 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