MiGeometryIjGetCoord 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.36.0.Release.9ccfd3bbc
Syntaxdouble[] GetCoord(
long i,
long j
)
Function GetCoord (
i As Long,
j As Long
) As Double()
array<double>^ GetCoord(
long long i,
long long j
)
abstract GetCoord :
i : int64 *
j : int64 -> float[]
Parameters
- i
- Type: SystemInt64
i-index of the coordinates to return - j
- Type: SystemInt64
j-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