Interface MiVec3dSetIj
- All Superinterfaces:
MiDataSet
,MiDataSetIj
- All Known Subinterfaces:
MeXVec3dSetIj
Vector set interface for structured surface meshes.
An interface for a vector set usable in any extract of a structured surface mesh.
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
get
(long i, long j) Returns the vector at the specified position in this vector set.Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSetIj
getStorageLayout
-
Method Details
-
get
double[] get(long i, long j) Returns the vector at the specified position in this vector set.- Parameters:
i
- i-index of the vector to returnj
- j-index of the vector to return- Returns:
- the {x, y, z} values of the vector at the specified position
-