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

Modules

 Representations
 
 Actions
 
 Attributes
 
 Elements
 
 Details
 

Classes

class  MoMeshViz
  MeshViz Class to initialize all MeshViz XLM nodes. More...
 

Enumerations

enum  MeshType {
  VOLUME_MESH_UNSTRUCTURED ,
  VOLUME_MESH_HEXAHEDRON_IJK ,
  HEXAHEDRON_MESH_IJK ,
  VOLUME_MESH_REGULAR ,
  VOLUME_MESH_RECTILINEAR ,
  VOLUME_MESH_CURVILINEAR ,
  SURFACE_MESH_UNSTRUCTURED ,
  SURFACE_MESH_REGULAR ,
  SURFACE_MESH_RECTILINEAR ,
  SURFACE_MESH_CURVILINEAR ,
  LINE_MESH_UNSTRUCTURED ,
  LINE_MESH_REGULAR ,
  LINE_MESH_CURVILINEAR ,
  POINT_MESH_CURVILINEAR ,
  UNDEFINED_MESH
}
 All supported mesh types. More...
 
enum  CellFilterType {
  CELL_FILTER_I ,
  CELL_FILTER_IJ ,
  CELL_FILTER_IJK ,
  UNDEFINED_CELL_FILTER
}
 Type of cell filter. More...
 

Detailed Description

Enumeration Type Documentation

◆ CellFilterType

Type of cell filter.

Enumerator
CELL_FILTER_I 

Cell Filter for unstructured meshes.

CELL_FILTER_IJ 

Cell Filter for structured surface meshes.

CELL_FILTER_IJK 

Cell Filter for structured volume meshes.

UNDEFINED_CELL_FILTER 

Cell Filter not defined.

Definition at line 100 of file MoMeshVizDataMapping.h.

◆ MeshType

enum MeshType

All supported mesh types.

Enumerator
VOLUME_MESH_UNSTRUCTURED 

Unstructured Volume Mesh.

VOLUME_MESH_HEXAHEDRON_IJK 

Structured Hexahedron Mesh.

HEXAHEDRON_MESH_IJK 

Structured Vertex Hexahedron Mesh.

VOLUME_MESH_REGULAR 

Regular Volume Mesh.

VOLUME_MESH_RECTILINEAR 

Rectilinear Volume Mesh.

VOLUME_MESH_CURVILINEAR 

Curvilinear Volume Mesh.

SURFACE_MESH_UNSTRUCTURED 

Unstructured Surface Mesh.

SURFACE_MESH_REGULAR 

Regular Surface Mesh.

SURFACE_MESH_RECTILINEAR 

Rectilinear Surface Mesh.

SURFACE_MESH_CURVILINEAR 

Curvilinear Surface Mesh.

LINE_MESH_UNSTRUCTURED 

Unstructured Line Mesh.

LINE_MESH_REGULAR 

Regular Line Mesh.

LINE_MESH_CURVILINEAR 

Curvilinear Line Mesh.

POINT_MESH_CURVILINEAR 

Curvilinear Point Mesh.

UNDEFINED_MESH 

Mesh not defined.

Definition at line 76 of file MoMeshVizDataMapping.h.