Click or drag to resize

GHUtilsReadNodeIndexList Method

Read the return the list of node indexes from a given input-plug which can be input as indexes or point-coordinates.

Namespace:  Karamba.GHopper.Utilities
Assembly:  Karamba3D (in Karamba3D.dll) Version: 2.2.0.5 (2.2.0.5)
Syntax
public static List<int> ReadNodeIndexList(
	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: ListInt32
The list of indexes of the given nodes.
See Also