Interface MiVec3dSetI
-
- All Superinterfaces:
MiDataSet
,MiDataSetI
- All Known Subinterfaces:
MeXVec3dSetI
public interface MiVec3dSetI extends MiDataSetI
Vector set interface for unstructured meshes.An interface for a vector set usable in any extract of an unstructured mesh.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]
get(long i)
Returns the vector at the specified position in this vector set.-
Methods inherited from interface com.openinventor.meshvizxlm.mesh.data.MiDataSet
getBinding, getName, getTimeStamp
-
-