Click or drag to resize
MiGeometryIjkGetCoord Method
Returns the {x, y, z} coordinates at the specified position of this geometry.

Namespace: OIV.MeshVizXLM.Mesh.Geometry
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.36.0.Release.9ccfd3bbc
Syntax
double[] GetCoord(
	int i,
	int j,
	int k
)

Parameters

i
Type: SystemInt32
i-index of the coordinates to return
j
Type: SystemInt32
j-index of the coordinates to return
k
Type: SystemInt32
k-index of the coordinates to return

Return Value

Type: Double
the {x, y, z} coordinates at the specified position
Remarks
Returns the {x, y, z} coordinates at the specified position of this geometry.
See Also