Click or drag to resize

GH_ConnectivityDiagram Constructor (GH_ConnectivityDiagram)

Create a duplicate of another Connectivity Diagram.

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

Parameters

other
Type: Grasshopper.KernelGH_ConnectivityDiagram
Diagram to copy.
See Also