Click or drag to resize
MiVec3dSetIjkGet Method
Returns the vector at the specified position in this vector set.

Namespace: OIV.MeshVizXLM.Mesh.Data
Assembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
Syntax
double[] Get(
	int i,
	int j,
	int k
)

Parameters

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

Return Value

Type: Double
the {x, y, z} values of the vector at the specified position
Remarks
Returns the vector at the specified position in this vector set.
See Also