Click or drag to resize
MiGeometryIGetCoord 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.13.0.Release.908d87e01
Syntax
double[] GetCoord(
	long i
)

Parameters

i
Type: SystemInt64
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