PbMeshGetNodeCoord Method |
Gets the coordinates of a node.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetNodeCoord(
int nod_index
)
Public Function GetNodeCoord (
nod_index As Integer
) As SbVec3f
public:
SbVec3f GetNodeCoord(
int nod_index
)
member GetNodeCoord :
nod_index : int -> SbVec3f
Parameters
- nod_index
- Type: SystemInt32
Return Value
Type:
SbVec3fRemarks See Also