| Package | Description |
|---|---|
| com.openinventor.meshvizxlm.extractors.cell |
Provides classes for cell extraction and utility classes for cells.
|
| com.openinventor.meshvizxlm.extractors.isosurf |
Provides classes for isosurface extraction.
|
| com.openinventor.meshvizxlm.extractors.outline |
Provides classes for outline extraction.
|
| com.openinventor.meshvizxlm.extractors.pointprobe |
Provides classes for probing.
|
| com.openinventor.meshvizxlm.extractors.skin |
Provides classes for skin extraction.
|
| com.openinventor.meshvizxlm.extractors.slab |
Provides classes for slab extraction.
|
| com.openinventor.meshvizxlm.extractors.slice |
Provides classes for slices extraction.
|
| com.openinventor.meshvizxlm.extractors.streamline |
Provides interfaces and classes for streamlines extraction.
|
| com.openinventor.meshvizxlm.mapping.nodes |
Provides rendering, property and action nodes.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCellExtractIjk.extractCell(double factor,
MiCellFilterIjk cellFilter)
Creates an unstructured surface mesh from the faces of all the cells in the
original volume mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCellExtractIjk.extractCell(int[] cellIndexes,
double factor,
MiCellFilterIjk cellFilter)
Creates an unstructured surface mesh from the faces of the cells
corresponding to the given indices in the original volume mesh.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiIsosurfExtractHexahedronIjk.extractIsovalue(double isoValue,
MiScalardSetIjk dataSet,
MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the given
PER_CELL
dataset. |
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiIsosurfExtractIjk.extractIsovalue(double isoValue,
MiScalardSetIjk dataSet,
MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the given dataset.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiIsosurfExtractHexahedronIjk.extractIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterIjk cellFilter)
Builds the isosurface of the given isovalue in the given
PER_NODE
dataset. |
| Modifier and Type | Method and Description |
|---|---|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiOutlineExtractIjk.extractOutline(MiCellFilterIjk cellFilter)
Builds the topology and geometry of a mesh outline.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
MiPointProbeIjk.moveLocation(double[] point,
int cellIdI,
int cellIdJ,
int cellIdK,
MiCellFilterIjk cellFilter)
Moves the current probe location at the given point.
|
abstract boolean |
MiPointProbeIjk.setLocation(double[] point,
MiCellFilterIjk cellFilter)
Sets the current probe location at the given point and looks for the cell
containing this point.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSkinExtractIjk.extractSkin(MiCellFilterIjk cellFilter)
Builds the topology and geometry of a mesh skin.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSlabExtractIjk.extractSlab(int index,
int thickness,
Dimension dimension,
MiCellFilterIjk cellFilter)
Builds the mesh skin of the slab defined by the specified index on the
given dimension and the specified thickness.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiPlaneSliceExtractIjk.extractSlice(SbVec3d normal,
double distance,
MiCellFilterIjk filter)
Builds the topology and geometry of a plane slice intersecting the volume
mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSphereSliceExtractIjk.extractSlice(SbVec3d center,
double radius,
MiCellFilterIjk filter)
Builds the topology and geometry of a sphere slice intersecting the volume
mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCylinderSliceExtractIjk.extractSlice(SbVec3d center,
double radius,
SbVec3d direction,
MiCellFilterIjk filter)
Builds the topology and geometry of a cylinder slice intersecting the
volume mesh.
|
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>> |
MiStreamlineExtractIjk.extractStreamlines(MiVec3dSetIjk inputDataSet,
MiCellFilterIjk cellFilter,
double[]... startPoints)
Builds the topology and geometry of the streamlines starting at the given
points in the given dataset.
|
abstract java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>> |
MiStreamlineExtractHexahedronIjk.extractStreamlines(MiVec3dSetI inputDataSet,
MiCellFilterIjk cellFilter,
double[]... startPoints)
Builds the topology and geometry of the streamlines starting at the given
points in the given dataset.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MoCellFilter.setCellFilter(MiCellFilterIjk cellFilterIjk)
Sets the cell filter for structured volume meshes.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com