MiGeometryIjkGetCoord 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(
int i,
int j,
int k
)
Function GetCoord (
i As Integer,
j As Integer,
k As Integer
) As Double()
array<double>^ GetCoord(
int i,
int j,
int k
)
abstract GetCoord :
i : int *
j : int *
k : int -> float[]
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:
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