PbCellGetNodeIndex Method |
Gets the index (in the mesh) of a nod (nod must be >=0 and < getNumNodes()).
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic int GetNodeIndex(
int nod
)
Public Function GetNodeIndex (
nod As Integer
) As Integer
public:
int GetNodeIndex(
int nod
)
member GetNodeIndex :
nod : int -> int
Parameters
- nod
- Type: SystemInt32
Return Value
Type:
Int32
Remarks
See Also