|
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)
Syntaxpublic static Nullable<int> ReadNodeIndexItem(
int plugInd,
IGH_DataAccess DA,
Model model
)
Public Shared Function ReadNodeIndexItem (
plugInd As Integer,
DA As IGH_DataAccess,
model As Model
) As Nullable(Of Integer)
public:
static Nullable<int> ReadNodeIndexItem(
int plugInd,
IGH_DataAccess^ DA,
Model^ model
)
static member ReadNodeIndexItem :
plugInd : int *
DA : IGH_DataAccess *
model : Model -> Nullable<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:
NullableInt32The index of the given node or null in case not specified.
See Also