public abstract class MiOutlineExtractIj extends java.lang.Object implements MiExtractorIj
Builds an unstructured line mesh containing the outline of the given surface 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(MiCellFilterIj cellFilter)Builds the topology and geometry of a mesh outline. | 
| abstract MeXScalardSetI | extractScalarSet(MiScalardSetIj scalarSet)Extracts a scalar set from the surface mesh. | 
| abstract MeXVec3dSetI | extractVec3Set(MiVec3dSetIj vectorSet)Extracts a vector set from the surface mesh. | 
| abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> | getExtract()Returns the result of the extraction as a mesh. | 
| static <T extends MiTopologyIj,G extends MiGeometryIj> | getNewInstance(MiSurfaceMeshCurvilinear<T,G> mesh)Create an instance of outline extractor for a curvilinear surface mesh. | 
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddCellRange, clearCellRangessetExtractorCallbackpublic static <T extends MiTopologyIj,G extends MiGeometryIj> MiOutlineExtractIj getNewInstance(MiSurfaceMeshCurvilinear<T,G> mesh)
mesh - the input meshpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> extractOutline(MiCellFilterIj cellFilter)
cellFilter - the cell filterpublic abstract MeXScalardSetI extractScalarSet(MiScalardSetIj scalarSet)
scalarSet - the input scalar set defined on the surface meshpublic abstract MeXVec3dSetI extractVec3Set(MiVec3dSetIj vectorSet)
vectorSet - the input vector set defined on the surface meshpublic abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI> getExtract()
Generated on July 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com