public abstract class MiSlabExtractIjk extends java.lang.Object implements MiExtractorIjk
Builds a MiSurfaceMeshUnstructured
interfaces containing the mesh skin of a slab defined by an I, J or K index
and a thickness.
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetIjk inputSet)
Computes a
PER_CELL scalar set on the extracted skin. |
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
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 MeXVec3dSetI |
extractVec3Set(MiVec3dSetIjk inputSet)
Computes a vector set on the extracted skin.
|
abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> |
getExtract()
Returns the result of the extraction as a mesh.
|
static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk> |
getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
Create an instance of a slab extractor for a non indexed hexahedron volume
mesh IJK.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellRange, clearCellRanges
setExtractorCallback
public static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk> MiSlabExtractIjk getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
mesh
- the input meshpublic abstract MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI> extractSlab(int index, int thickness, Dimension dimension, MiCellFilterIjk cellFilter)
index
- index on the axisthickness
- thickness of the slabdimension
- the dimension along which the slab will be computedcellFilter
- the cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetIjk inputSet)
PER_CELL
scalar set on the extracted skin.
Note: The argument i,j,k of the method
MiScalardSetIjk.get(int, int, int)
refers to the cell (i,j,k). Thus the binding of the input set must be
PER_CELL
. An UnsupportedOperationException
is thrown
otherwise.
inputSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetIjk inputSet)
Note: The argument i,j,k of the method
MiVec3dSetIjk.get(int, int, int)
refers to the cell (i,j,k). Thus the binding of the input set must be
PER_CELL
. An UnsupportedOperationException
is thrown
otherwise.
inputSet
- the input vector 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