|
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)
Syntaxpublic static List<int> ReadNodeIndexList(
int plugInd,
IGH_DataAccess DA,
Model model
)
Public Shared Function ReadNodeIndexList (
plugInd As Integer,
DA As IGH_DataAccess,
model As Model
) As List(Of Integer)
public:
static List<int>^ ReadNodeIndexList(
int plugInd,
IGH_DataAccess^ DA,
Model^ model
)
static member ReadNodeIndexList :
plugInd : int *
DA : IGH_DataAccess *
model : Model -> List<int>
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:
ListInt32The list of indexes of the given nodes.
See Also