MiGeometryIGetCoord Method |
Returns the {x, y, z} coordinates at the specified position of this
geometry.
Namespace: OIV.MeshVizXLM.Mesh.GeometryAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntaxdouble[] GetCoord(
long i
)
Function GetCoord (
i As Long
) As Double()
array<double>^ GetCoord(
long long i
)
abstract GetCoord :
i : int64 -> float[]
Parameters
- i
- Type: SystemInt64
index of the coordinates to return
Return Value
Type:
Doublethe {x, y, z} coordinates at the specified position
Remarks
Returns the {x, y, z} coordinates at the specified position of this
geometry.
See Also