public abstract class MiOutlineExtractIjk extends java.lang.Object implements MiExtractorIjk
Builds an unstructured line mesh containing the outline of the given volume 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(MiCellFilterIjk cellFilter)
Builds the topology and geometry of a mesh outline.
|
abstract MeXScalardSetI |
extractScalarSet(MiScalardSetIjk scalarSet)
Computes a
PER_CELL scalar set on the extracted outline. |
abstract MeXVec3dSetI |
extractVec3Set(MiVec3dSetIjk vectorSet)
Computes a vector set on the extracted outline.
|
abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,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 outline extractor for a non indexed hexahedron volume
mesh IJK.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellRange, clearCellRangessetExtractorCallbackpublic static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk> MiOutlineExtractIjk getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
mesh - the input meshpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> extractOutline(MiCellFilterIjk cellFilter)
cellFilter - the cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetIjk scalarSet)
PER_CELL scalar set on the extracted outline.
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.
scalarSet - the input scalar set defined on the volume meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetIjk vectorSet)
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.
vectorSet - the input vector set defined on the volume meshpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> getExtract()
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com