Package com.openinventor.meshvizxlm.meshextracted.data
Provides interfaces for extracted data sets definition.
-
Interface Summary Interface Description MeXDataSetI Generic data set interface for extracted unstructured meshes.MeXDataSetIj Generic data set interface for extracted structured surface meshes.MeXScalardSet Extracted scalar set interface.MeXScalardSetI Scalar set interface for extracted unstructured meshes.MeXScalardSetIj Scalar set interface for extracted structured surface meshes.MeXStringSet Extracted string set interface.MeXStringSetI String set interface for extracted unstructured meshes.MeXStringSetIj String set interface for extracted structured surface meshes.MeXVec3dSet Extracted vector set interface.MeXVec3dSetI Vector set interface for extracted unstructured meshes.MeXVec3dSetIj Vector set interface for extracted structured surface meshes. -
Exception Summary Exception Description MeEmptyDataSetException Thrown to indicate that the requested operation is not supported on an empty data set.