Click or drag to resize

GHUtilsReadNodeIndexItem Method

Read the return the node index from a given input-plug which can be input as an index or point-coordinate.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static Nullable<int> ReadNodeIndexItem(
	int plugInd,
	IGH_DataAccess DA,
	Model model
)

Parameters

plugInd
Type: SystemInt32
Index of the input-plug.
DA
Type: IGH_DataAccess
Data access manager of the component.
model
Type: Karamba.ModelsModel
Model for which to input the node.

Return Value

Type: NullableInt32
The index of the given node or null in case not specified.
See Also