Click or drag to resize
PbGrid3DGetNodeCoord Method (Int32, Int32, Int32)

Gets the coordinates of a node defined by its i,j,k indices on the grid.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public SbVec3f GetNodeCoord(
	int i,
	int j,
	int k
)

Parameters

i
Type: SystemInt32
j
Type: SystemInt32
k
Type: SystemInt32

Return Value

Type: SbVec3f
Remarks