MeshVizXLM is an API useful for extracting and visualizing features from meshes. More...
Modules | |
Mesh interfaces | |
Mapping | |
Extractors | |
Extracted mesh interfaces | |
Classes | |
class | MbVec3< _T > |
Class defining a vector or a point of 3 coordinates. More... | |
class | MiAbstractMethodError |
Exception handler for MeshViz XLM. More... | |
class | MiCancellationException |
Exception handler for MeshViz XLM. More... | |
class | MiMeshViz |
Class to initialize the MeshViz Mesh Extraction module. More... | |
class | MxTimeStamp |
Manages an identifier that can be used as a time stamp. More... | |
Typedefs | |
typedef MbVec3< size_t > | MbVec3ui |
Vector of 3 unsigned int. | |
typedef MbVec3< float > | MbVec3f |
Vector of 3 float coordinates. | |
typedef MbVec3< double > | MbVec3d |
Vector of 3 double coordinates. | |
MeshVizXLM is an API useful for extracting and visualizing features from meshes.
MeshViz XLM, is an API useful for extracting and visualizing features from meshes used in finite element analysis (FEA) and computer aided engineering (CAE).
MeshViz XLM contains two separate parts: Mesh Extraction and Data Mapping.
See chapter "MeshVizXLM" of the Open Inventor User's Guide for more information.