Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
MeshVizXLM

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 >
  MeshViz Class defining a vector or a point of 3 coordinates. More...
 
class  MiAbstractMethodError
  MeshViz Exception handler for MeshViz XLM. More...
 
class  MiCancellationException
  MeshViz Exception handler for MeshViz XLM. More...
 
class  MiMeshViz
  MeshViz Class to initialize the MeshViz Mesh Extraction module. More...
 
class  MxTimeStamp
  MeshViz 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.
 

Detailed Description

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.

Typedef Documentation

◆ MbVec3d

typedef MbVec3<double> MbVec3d

Vector of 3 double coordinates.

See also
MbVec3

Definition at line 532 of file MbVec3.h.

◆ MbVec3f

typedef MbVec3<float> MbVec3f

Vector of 3 float coordinates.

See also
MbVec3

Definition at line 526 of file MbVec3.h.

◆ MbVec3ui

typedef MbVec3<size_t> MbVec3ui

Vector of 3 unsigned int.

See also
MbVec3

Definition at line 519 of file MbVec3.h.