Uses of Interface
com.openinventor.meshvizxlm.meshextracted.topology.MeXLineTopologyExplicitI
Packages that use MeXLineTopologyExplicitI
Package
Description
Provides classes for isosurface extraction.
Provides classes for outline extraction.
Provides classes for skin extraction.
Provides classes for slices extraction.
Provides classes for detail information storage.
Provides interfaces for extracted meshes definition.
-
Uses of MeXLineTopologyExplicitI in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf that return types with arguments of type MeXLineTopologyExplicitIModifier and TypeMethodDescriptionMiIsosurfExtractUnstructured.extractLineIsovalue
(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter) Builds the ouline of an isosurface of the given isovalue in the given dataset. -
Uses of MeXLineTopologyExplicitI in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline that return types with arguments of type MeXLineTopologyExplicitIModifier and TypeMethodDescriptionMiOutlineExtractIj.extractOutline
(MiCellFilterIj cellFilter) Builds the topology and geometry of a mesh outline.MiOutlineExtractIjk.extractOutline
(MiCellFilterIjk cellFilter) Builds the topology and geometry of a mesh outline.MiOutlineExtractUnstructured.extractOutline
(MiCellFilterI cellFilter) Builds the topology and geometry of a mesh outline.MiOutlineExtractIj.getExtract()
Returns the result of the extraction as a mesh.MiOutlineExtractIjk.getExtract()
Returns the result of the extraction as a mesh.MiOutlineExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXLineTopologyExplicitI in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin that return types with arguments of type MeXLineTopologyExplicitIModifier and TypeMethodDescriptionMiSkinExtractUnstructured.extractLineSkin
(MiCellFilterI cellFilter) Builds the topology and geometry of the line skin. -
Uses of MeXLineTopologyExplicitI in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice that return types with arguments of type MeXLineTopologyExplicitIModifier and TypeMethodDescriptionMiPlaneSliceExtractUnstructured.extractLineSlice
(SbVec3d normal, double distance, MiCellFilterI filter) Builds the topology and geometry of a line plane slice intersecting the volume mesh. -
Uses of MeXLineTopologyExplicitI in com.openinventor.meshvizxlm.mapping.details
Methods in com.openinventor.meshvizxlm.mapping.details that return types with arguments of type MeXLineTopologyExplicitIModifier and TypeMethodDescriptionMoLineMeshDetail.getExtractedMesh()
Returns the extracted line. -
Uses of MeXLineTopologyExplicitI in com.openinventor.meshvizxlm.meshextracted
Classes in com.openinventor.meshvizxlm.meshextracted with type parameters of type MeXLineTopologyExplicitIModifier and TypeInterfaceDescriptioninterface
MeXLineMeshUnstructured<C extends MeXLineCell,
T extends MeXLineTopologyExplicitI<C>, G extends MeXGeometryI> Extracted unstructured line mesh interface.Methods in com.openinventor.meshvizxlm.meshextracted that return MeXLineTopologyExplicitIMethods in com.openinventor.meshvizxlm.meshextracted with parameters of type MeXLineTopologyExplicitIModifier and TypeMethodDescriptionvoid
MeXLineMeshFromPolyhedralMesh.setTopology
(MeXLineTopologyExplicitI<MeXLineCell> topology) Constructors in com.openinventor.meshvizxlm.meshextracted with parameters of type MeXLineTopologyExplicitIModifierConstructorDescriptionMeXLineMeshFromPolyhedralMesh
(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)