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.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.details |
Provides classes for detail information storage.
|
com.openinventor.meshvizxlm.mapping.nodes |
Provides rendering, property and action nodes.
|
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiCellExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Extracts a
PER_NODE scalar set from the original mesh. |
abstract MeXScalardSetI |
MiCellExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts a scalar set from the original mesh.
|
abstract MeXScalardSetI |
MiCellExtractIj.extractScalarSet(MiScalardSetIj scalarSet)
Extracts a scalar set from the surface mesh.
|
abstract MeXScalardSetI |
MiCellExtractIjk.extractScalarSet(MiScalardSetIjk scalarSet)
Extracts a
PER_CELL scalar set from the original mesh. |
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiIsosurfExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted isosurface. |
abstract MeXScalardSetI |
MiIsosurfExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Computes a scalar set on the extracted isosurface.
|
abstract MeXScalardSetI |
MiIsosurfExtractIjk.extractScalarSet(MiScalardSetIjk scalarSet)
Computes a
PER_CELL scalar set on the extracted isosurface. |
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiOutlineExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Computes a
PER_NODE scalar set on the extracted outline. |
abstract MeXScalardSetI |
MiOutlineExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts a scalar set from the volume mesh.
The scalars are mapped onto the current extracted outline. |
abstract MeXScalardSetI |
MiOutlineExtractIj.extractScalarSet(MiScalardSetIj scalarSet)
Extracts a scalar set from the surface mesh.
|
abstract MeXScalardSetI |
MiOutlineExtractIjk.extractScalarSet(MiScalardSetIjk scalarSet)
Computes a
PER_CELL scalar set on the extracted outline. |
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiSkinExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Computes a
PER_NODE scalar set on the extracted skin. |
abstract MeXScalardSetI |
MiSkinExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts a scalar set from the volume mesh.
|
abstract MeXScalardSetI |
MiSkinExtractIjk.extractScalarSet(MiScalardSetIjk inputSet)
Computes a
PER_CELL scalar set on the extracted skin. |
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiSlabExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Computes a
PER_NODE scalar set on the extracted skin. |
abstract MeXScalardSetI |
MiSlabExtractIjk.extractScalarSet(MiScalardSetIjk inputSet)
Computes a
PER_CELL scalar set on the extracted skin. |
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
MiCylinderSliceExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted cylinder slice. |
abstract MeXScalardSetI |
MiCylinderSliceExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the original mesh.
|
abstract MeXScalardSetI |
MiPlaneSliceExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted plane slice. |
abstract MeXScalardSetI |
MiPlaneSliceExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the volume mesh.
|
abstract MeXScalardSetI |
MiSphereSliceExtractHexahedronIjk.extractScalarSet(MiScalardSetI scalarSet)
Computes a
PER_NODE scalar set on the extracted sphere slice. |
abstract MeXScalardSetI |
MiSphereSliceExtractUnstructured.extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the original mesh.
|
abstract MeXScalardSetI |
MiCylinderSliceExtractIjk.extractScalarSet(MiScalardSetIjk scalarSet)
Computes a
PER_CELL scalar set on the extracted cylinder slice. |
abstract MeXScalardSetI |
MiPlaneSliceExtractIjk.extractScalarSet(MiScalardSetIjk scalarSet)
Computes a
PER_CELL scalar set on the extracted plane slice. |
abstract MeXScalardSetI |
MiSphereSliceExtractIjk.extractScalarSet(MiScalardSetIjk scalarSet)
Computes a
PER_CELL scalar set on the extracted sphere slice. |
Modifier and Type | Method and Description |
---|---|
abstract java.util.List<MeXScalardSetI> |
MiStreamlineExtractHexahedronIjk.extractScalarSet(MiScalardSetI inputSet)
Extracts from the mesh a list of scalar sets.
The scalars are mapped onto the current extracted streamlines. |
abstract java.util.List<MeXScalardSetI> |
MiStreamlineExtractUnstructured.extractScalarSet(MiScalardSetI inputSet)
Extracts from the mesh a list of scalar sets.
The scalars are mapped onto the current extracted streamlines. |
abstract java.util.List<MeXScalardSetI> |
MiStreamlineExtractIjk.extractScalarSet(MiScalardSetIjk inputSet)
Extracts from the mesh a list of scalar sets.
The scalars are mapped onto the current extracted streamlines. |
Modifier and Type | Method and Description |
---|---|
MeXScalardSetI |
MoMeshRepresentationDetail.getExtractedColorScalarSet()
Returns the mapped scalarset used for coloring the mesh representation.
|
Modifier and Type | Method and Description |
---|---|
void |
MoMeshPointProbe.MoProbeCallback.motionCallback(long cellIdI,
long cellIdJ,
long cellIdK,
MeXScalardSetI scalars,
MeXVec3dSetI vectors)
Callback that is triggered each time the field
position changes for IJK volume meshes. |
void |
MoMeshPointProbe.MoProbeCallback.motionCallback(long cellIdI,
long cellIdJ,
MeXScalardSetI scalars,
MeXVec3dSetI vectors)
Callback that is triggered each time the field
position changes for IJ surface meshes. |
void |
MoMeshPointProbe.MoProbeCallback.motionCallback(long cellId,
MeXScalardSetI scalars,
MeXVec3dSetI vectors)
Callback that is triggered each time the field
position changes for unstructured
meshes. |
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com