public abstract class MiPlaneSliceExtractUnstructured extends java.lang.Object implements MiBaseExtractor
A plane slice is the intersection of a given plane with the mesh volume. The extracted plane slice is an unstructured surface.
Modifier and Type | Method and Description |
---|---|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> |
extractLineSlice(SbVec3d normal,
double distance,
MiCellFilterI filter)
Builds the topology and geometry of a line plane slice intersecting the
volume mesh.
|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetI scalarSet)
Extracts a scalar set from the volume mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
extractSlice(SbVec3d normal,
double distance,
MiCellFilterI filter)
Builds the topology and geometry of a plane slice intersecting the volume
mesh.
|
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetI vectorSet)
Extracts a vector set from the volume mesh.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
getExtract()
Returns the result of the extraction as a mesh.
|
static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> |
getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
Create an instance of plane slice extractor for unstructured volume mesh.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setExtractorCallback
public static <C extends MiVolumeCell,T extends MiVolumeTopologyExplicitI<C>,G extends MiGeometryI> MiPlaneSliceExtractUnstructured getNewInstance(MiVolumeMeshUnstructured<C,T,G> mesh)
mesh
- the input meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractSlice(SbVec3d normal, double distance, MiCellFilterI filter)
normal
- normal to the plane slicedistance
- position of the plane relatively to the origin along the normalfilter
- the cell filterpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> extractLineSlice(SbVec3d normal, double distance, MiCellFilterI filter)
normal
- normal to the plane slicedistance
- position of the plane relatively to the origin along the normalfilter
- the cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetI scalarSet)
scalarSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI vectorSet)
vectorSet
- the input vec3 set defined on the volume meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> getExtract()
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com