public abstract class MiOutlineExtractHexahedronIjk extends MiOutlineExtractIjk
Builds a
MeXLineMeshUnstructured
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 MeXScalardSetI |
extractScalarSet(MiScalardSetI inputSet)
Computes a
PER_NODE scalar set on the extracted outline. |
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetI inputSet)
Computes a vector set on the extracted outline.
|
static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> |
getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
Create an instance of outline extractor for unstructured IJK mesh.
|
extractOutline, extractScalarSet, extractVec3Set, getExtract, getNewInstance
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addCellRange, clearCellRanges
setExtractorCallback
public static <T extends MiHexahedronTopologyExplicitIjk,G extends MiGeometryI> MiOutlineExtractHexahedronIjk getNewInstance(MiVolumeMeshHexahedronIjk<T,G> mesh)
mesh
- the input meshpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetI inputSet)
PER_NODE
scalar set on the extracted outline.
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.
inputSet
- the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetI inputSet)
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.
inputSet
- the input vector set defined on the volume meshGenerated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com