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.
|
com.openinventor.meshvizxlm.mesh |
Provides interfaces for meshes definition.
|
com.openinventor.meshvizxlm.mesh.topology |
Provides interfaces for mesh topologies definition.
|
Modifier and Type | Method and Description |
---|---|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiCellExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of cell extractor for unstructured volume mesh.
|
Modifier and Type | Method and Description |
---|---|
static double |
MxPolyhedronCellExtract.getLongestDistance(MiGeometryI meshGeometry,
MiVolumeCell polyhedronCell)
Gets the longest distance inside the given polyhedron cell.
|
static double |
MxHexahedronCellExtract.getLongestEdgeLength(MiGeometryI meshGeometry,
MiVolumeCell cell)
Gets the longest edge of a hexahedron cell.
|
static double |
MxPyramidCellExtract.getLongestEdgeLength(MiGeometryI meshGeometry,
MiVolumeCell cell)
Gets the longest edge of a pyramid cell.
|
static double |
MxTetrahedronCellExtract.getLongestEdgeLength(MiGeometryI meshGeometry,
MiVolumeCell cell)
Gets the longest edge of a tetrahedron cell.
|
static double |
MxWedgeCellExtract.getLongestEdgeLength(MiGeometryI meshGeometry,
MiVolumeCell cell)
Gets the longest edge of a wedge cell.
|
static double |
MxPolyhedronCellExtract.getShortestEdgeLength(MiGeometryI meshGeometry,
MiVolumeCell polyhedronCell)
Gets the shortest distance inside the given polyhedron cell.
|
static boolean |
MxHexahedronCellExtract.isPointInsideCell(MiGeometryI meshGeometry,
MiVolumeCell hexahedronCell,
double[] point,
double[] weights)
Checks if a point is inside or outside an hexahedron cell.
|
static boolean |
MxPolyhedronCellExtract.isPointInsideCell(MiGeometryI meshGeometry,
MiVolumeCell polyhedronCell,
double[] point,
double[] weights)
Checks if a point is inside the given polyhedron cell.
|
static boolean |
MxPyramidCellExtract.isPointInsideCell(MiGeometryI meshGeometry,
MiVolumeCell pyramidCell,
double[] point,
double[] weights)
Checks if a point is inside or outside a pyramid cell.
|
static boolean |
MxTetrahedronCellExtract.isPointInsideCell(MiGeometryI meshGeometry,
MiVolumeCell tetrahedronCell,
double[] point,
double[] weights)
Checks if a point is inside or outside a tetrahedron cell.
|
static boolean |
MxWedgeCellExtract.isPointInsideCell(MiGeometryI meshGeometry,
MiVolumeCell wegdeCell,
double[] point,
double[] weights)
Checks if a point is inside or outside a wedge cell.
|
Modifier and Type | Method and Description |
---|---|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiIsosurfExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of isosurface extractor for unstructured volume mesh.
|
Modifier and Type | Method and Description |
---|---|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiOutlineExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of outline extractor for unstructured volume mesh.
|
Modifier and Type | Method and Description |
---|---|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiPointProbeUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of a probe for unstructured volume mesh.
|
Modifier and Type | Method and Description |
---|---|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiSkinExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of a skin extractor for unstructured volume mesh.
|
Modifier and Type | Method and Description |
---|---|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiCylinderSliceExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of cylinder slice extractor for unstructured volume
mesh.
|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiGridPlaneSliceExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of grid plane slice extractor for unstructured volume
mesh.
|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiPlaneSliceExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of plane slice extractor for unstructured volume mesh.
|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiSphereSliceExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of sphere slice extractor for unstructured volume mesh.
|
Modifier and Type | Method and Description |
---|---|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
MiStreamlineExtractUnstructured.getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of a streamlines extractor for unstructured volume mesh.
|
Modifier and Type | Method and Description |
---|---|
<CellT extends MiVolumeCell,TopologyT extends MiVolumeTopologyExplicitI<CellT>,GeometryT extends MiGeometryI> |
MoMesh.setMesh(MiVolumeMeshUnstructured<CellT,TopologyT,GeometryT> mesh)
Sets the mesh interface to an unstructured volume mesh.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MiVolumeMeshUnstructured<C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI>
Unstructured volume mesh interface.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MiVolumeTopologyExplicitI<C extends MiVolumeCell>
List of volume cells interface.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com