Returns the vector at the specified position in this vector set.
Namespace: OIV.MeshVizXLM.Mesh.DataAssembly: OIV.MeshVizXLM.Mesh (in OIV.MeshVizXLM.Mesh.dll) Version: 9.9.13.0.Release.908d87e01
SyntaxFunction Get (
i As Long
) As Double()
array<double>^ Get(
long long i
)
abstract Get :
i : int64 -> float[]
Parameters
- i
- Type: SystemInt64
index of the vector to return
Return Value
Type:
Doublethe {x, y, z} values of the vector at the specified position
RemarksReturns the vector at the specified position in this vector set.
See Also