public abstract class MiCellExtractHexahedronIjk extends MiCellExtractIjk
Extracts a list of cells from the input IJK hexahedron volume mesh and builds a surface mesh representing the extracted cells.
Modifier and Type | Method and Description |
---|---|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetI scalarSet)
Extracts a
PER_NODE scalar set from the original mesh. |
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetI vectorSet)
Extracts a
PER_NODE vector set from the original mesh. |
static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> |
getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of cell extractor for an IJK hexahedron volume mesh.
|
extractCell, extractCell, extractScalarSet, extractVec3Set, getExtract, getNewInstance
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellRange, clearCellRanges
setExtractorCallback
public static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> MiCellExtractHexahedronIjk getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
mesh
- the input meshpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetI scalarSet)
PER_NODE
scalar set from the original mesh. The scalars
are mapped onto the current extracted mesh.
Note: The argument i of the method
MiScalardSetI.get(long)
refers to the i-th node of the mesh. Thus the binding of the input set must
be PER_NODE
. An UnsupportedOperationException
is thrown
otherwise.
scalarSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI vectorSet)
PER_NODE
vector set from the original mesh. The vectors
are mapped onto the current extracted mesh.
Note: The argument i of the method
MiVec3dSetI.get(long)
refers
to the i-th node of the mesh. Thus the binding of the input set must be
PER_NODE
. An UnsupportedOperationException
is thrown
otherwise.
vectorSet
- the input vector set defined on the volume meshGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com