| 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.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> |
MiCellExtractUnstructured.extractCell(double factor,
MiCellFilterI cellFilter)
Creates an unstructured surface mesh from the faces of all the cells in the
original volume mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCellExtractUnstructured.extractCell(java.util.SortedSet<java.lang.Long> cellIndexes,
double factor,
MiCellFilterI 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> |
MiIsosurfExtractUnstructured.extractIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterI cellFilter)
Builds the isosurface of the given isovalue in the given dataset.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiIsosurfExtractUnstructured.extractLineIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterI cellFilter)
Builds the ouline of an isosurface of the given isovalue in the given
dataset.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiOutlineExtractUnstructured.extractOutline(MiCellFilterI cellFilter)
Builds the topology and geometry of a mesh outline.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
MiPointProbeUnstructured.moveLocation(double[] point,
long cellId,
MiCellFilterI cellFilter)
Moves the current probe location at the given point.
|
abstract boolean |
MiPointProbeUnstructured.setLocation(double[] point,
MiCellFilterI 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 MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiSkinExtractUnstructured.extractLineSkin(MiCellFilterI cellFilter)
Builds the topology and geometry of the line skin.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSkinExtractUnstructured.extractSkin(MiCellFilterI cellFilter)
Builds the topology and geometry of a mesh skin.
|
| Modifier and Type | Method and Description |
|---|---|
abstract MeXSurfaceMeshCurvilinear<MeXTopologyIj,MeXGeometryIj> |
MiGridPlaneSliceExtractUnstructured.extractGrid(SbVec3d normal,
double distance,
double step,
MiCellFilterI filter)
Builds the topology and geometry of a curvilinear surface mesh defined by
the given plane normal and distance to origin.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiPlaneSliceExtractUnstructured.extractLineSlice(SbVec3d normal,
double distance,
MiCellFilterI filter)
Builds the topology and geometry of a line plane slice intersecting the
volume mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiPlaneSliceExtractUnstructured.extractSlice(SbVec3d normal,
double distance,
MiCellFilterI filter)
Builds the topology and geometry of a plane slice intersecting the volume
mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSphereSliceExtractUnstructured.extractSlice(SbVec3d center,
double radius,
MiCellFilterI filter)
Builds the topology and geometry of a sphere slice intersecting the volume
mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCylinderSliceExtractUnstructured.extractSlice(SbVec3d center,
double radius,
SbVec3d direction,
MiCellFilterI 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>> |
MiStreamlineExtractUnstructured.extractStreamlines(MiVec3dSetI inputDataSet,
MiCellFilterI 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(MiCellFilterI cellFilterI)
Sets the cell filter for unstructured meshes.
|
Generated on February 24, 2026, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com