public abstract class MiOutlineExtractUnstructured extends java.lang.Object implements MiExtractorUnstructured
Builds a MiLineMeshUnstructured
interfaces containing the outline of the given mesh. The outline of a mesh is
made up of all the edges that belong to a single cell. Internal edges of a
mesh will not be displayed except when they are adjacent to dead cells.
Modifier and Type | Method and Description |
---|---|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
extractOutline(MiCellFilterI cellFilter)
Builds the topology and geometry of a mesh outline.
|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetI inputSet)
Extracts a scalar set from the volume mesh.
The scalars are mapped onto the current extracted outline. |
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetI inputSet)
Extracts a vector set from the volume mesh.
The vectors are mapped onto the current extracted outline. |
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
getExtract()
Returns the result of the extraction as a mesh.
|
static <C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI> |
getNewInstance(MiSurfaceMeshUnstructured<C,T,G> mesh)
Create an instance of outline extractor for unstructured surface mesh.
|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of outline extractor for unstructured volume mesh.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellRange, clearCellRanges
setExtractorCallback
public static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> MiOutlineExtractUnstructured getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
mesh
- the input meshpublic static <C extends MiSurfaceCell,T extends MiSurfaceTopologyExplicitI<C>,G extends MiGeometryI> MiOutlineExtractUnstructured getNewInstance(MiSurfaceMeshUnstructured<C,T,G> mesh)
mesh
- the input meshpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> extractOutline(MiCellFilterI cellFilter)
cellFilter
- the cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetI inputSet)
inputSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI inputSet)
inputSet
- the input vec3 set defined on the volume meshpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> getExtract()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com