Interface MiVec3dSetIj
-
- All Superinterfaces:
MiDataSet
,MiDataSetIj
- All Known Subinterfaces:
MeXVec3dSetIj
public interface MiVec3dSetIj extends MiDataSetIj
Vector set interface for structured surface meshes.An interface for a vector set usable in any extract of a structured surface mesh.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
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
-
-