Click or drag to resize

GH_ConnectivityDiagram Constructor (GH_Document)

Create a new Connectivity Diagram from a GH_Document.

Namespace:  Grasshopper.Kernel
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_ConnectivityDiagram(
	GH_Document doc
)

Parameters

doc
Type: Grasshopper.KernelGH_Document
Document to examine.
See Also