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.meshextracted |
Provides interfaces for extracted meshes definition.
|
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> |
MiCellExtractIj.extractCell(double factor,
MiCellFilterIj cellFilter)
Creates an unstructured surface mesh from the faces of all the cells in the
original surface mesh.
|
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.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCellExtractIj.extractCell(long[] cellIndexes,
double factor,
MiCellFilterIj cellFilter)
Creates an unstructured surface mesh from the faces of the cells
corresponding to the given indices in the original surface 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.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCellExtractIj.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCellExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCellExtractUnstructured.getExtract()
Returns the result of the extraction as a 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> |
MiIsosurfExtractUnstructured.extractIsovalue(double isoValue,
MiScalardSetI dataSet,
MiCellFilterI 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. |
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.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiIsosurfExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiIsosurfExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.
|
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.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiOutlineExtractIj.extractOutline(MiCellFilterIj cellFilter)
Builds the topology and geometry of a mesh outline.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiOutlineExtractIjk.extractOutline(MiCellFilterIjk cellFilter)
Builds the topology and geometry of a mesh outline.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiOutlineExtractIj.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiOutlineExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MiOutlineExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.
|
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.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSlabExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
Modifier and Type | Method and Description |
---|---|
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> |
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> |
MiCylinderSliceExtractUnstructured.extractSlice(SbVec3d center,
double radius,
SbVec3d direction,
MiCellFilterI filter)
Builds the topology and geometry of a cylinder 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.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCylinderSliceExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiCylinderSliceExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiPlaneSliceExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiPlaneSliceExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSphereSliceExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MiSphereSliceExtractUnstructured.getExtract()
Returns the result of the extraction as a 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>> |
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.
|
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.
|
abstract java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>> |
MiStreamlineExtractIjk.getExtract()
Returns the result of the extraction as a mesh.
|
abstract java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>> |
MiStreamlineExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.
|
Modifier and Type | Method and Description |
---|---|
MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
MoLineMeshDetail.getExtractedMesh()
Returns the extracted line.
|
MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
MoSurfaceMeshDetail.getExtractedMesh()
Returns the extracted surface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MeXLineMeshCurvilinear<T extends MeXTopologyI,G extends MeXGeometryI>
Extracted curvilinear line mesh interface.
|
interface |
MeXLineMeshUnstructured<C extends MeXLineCell,T extends MeXLineTopologyExplicitI<C>,G extends MeXGeometryI>
Extracted unstructured line mesh interface.
|
interface |
MeXMeshUnstructured<G extends MeXGeometryI>
Extracted unstructured mesh interface.
|
interface |
MeXSurfaceMeshUnstructured<C extends MeXSurfaceCell,T extends MeXSurfaceTopologyExplicitI<C>,G extends MeXGeometryI>
Extracted unstructured surface mesh interface.
|
Modifier and Type | Method and Description |
---|---|
MeXGeometryI |
MeXLineMeshFromPolyhedralMesh.getGeometry() |
Modifier and Type | Method and Description |
---|---|
void |
MeXLineMeshFromPolyhedralMesh.setGeometry(MeXGeometryI geometry) |
Constructor and Description |
---|
MeXLineMeshFromPolyhedralMesh(MeXLineTopologyExplicitI<MeXLineCell> topology,
MeXGeometryI geometry) |
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com