GH_ConnectivityDiagram Class |
Namespace: Grasshopper.Kernel
The GH_ConnectivityDiagram type exposes the following members.
| Name | Description | |
|---|---|---|
| GH_ConnectivityDiagram(GH_ConnectivityDiagram) |
Create a duplicate of another Connectivity Diagram.
| |
| GH_ConnectivityDiagram(GH_Document) |
Create a new Connectivity Diagram from a GH_Document.
|
| Name | Description | |
|---|---|---|
| Node |
Get the connectivity node with the specified ID.
| |
| NodeCount |
Gets the number of connectivity nodes in this diagram.
| |
| Nodes |
Gets a proxy for all the Nodes in this diagram.
|
| Name | Description | |
|---|---|---|
| ContainsID |
Test the diagram for a given Node ID.
| |
| GetAllInputs |
Get all the Nodes that are part of the specified node input.
| |
| GetAllOutputs |
Get all the Nodes that are part of the specified node output.
|