PbGrid2DGetNodeCoord Method (Int32, Int32) |
Gets the coordinates of a node defined by its i,j indices on the grid.
Namespace: OIV.MeshViz.DataAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SbVec3f GetNodeCoord(
int i,
int j
)
Public Function GetNodeCoord (
i As Integer,
j As Integer
) As SbVec3f
public:
SbVec3f GetNodeCoord(
int i,
int j
)
member GetNodeCoord :
i : int *
j : int -> SbVec3f
Parameters
- i
- Type: SystemInt32
- j
- Type: SystemInt32
Return Value
Type:
SbVec3fRemarks See Also