Uses of Interface
com.openinventor.meshvizxlm.meshextracted.MeXLineMeshUnstructured
-
Packages that use MeXLineMeshUnstructured Package Description com.openinventor.meshvizxlm.extractors.isosurf Provides classes for isosurface extraction.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.extractors.skin Provides classes for skin extraction.com.openinventor.meshvizxlm.extractors.slice Provides classes for slices extraction.com.openinventor.meshvizxlm.mapping.details Provides classes for detail information storage.com.openinventor.meshvizxlm.meshextracted Provides interfaces for extracted meshes definition. -
-
Uses of MeXLineMeshUnstructured in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf that return MeXLineMeshUnstructured Modifier and Type Method Description abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiIsosurfExtractUnstructured. extractLineIsovalue(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter)
Builds the ouline of an isosurface of the given isovalue in the given dataset. -
Uses of MeXLineMeshUnstructured in com.openinventor.meshvizxlm.extractors.outline
-
Uses of MeXLineMeshUnstructured in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin that return MeXLineMeshUnstructured Modifier and Type Method Description abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiSkinExtractUnstructured. extractLineSkin(MiCellFilterI cellFilter)
Builds the topology and geometry of the line skin. -
Uses of MeXLineMeshUnstructured in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice that return MeXLineMeshUnstructured Modifier and Type Method Description abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiPlaneSliceExtractUnstructured. extractLineSlice(SbVec3d normal, double distance, MiCellFilterI filter)
Builds the topology and geometry of a line plane slice intersecting the volume mesh. -
Uses of MeXLineMeshUnstructured in com.openinventor.meshvizxlm.mapping.details
Methods in com.openinventor.meshvizxlm.mapping.details that return MeXLineMeshUnstructured Modifier and Type Method Description MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MoLineMeshDetail. getExtractedMesh()
Returns the extracted line. -
Uses of MeXLineMeshUnstructured in com.openinventor.meshvizxlm.meshextracted
Classes in com.openinventor.meshvizxlm.meshextracted that implement MeXLineMeshUnstructured Modifier and Type Class Description class
MeXLineMeshFromPolyhedralMesh
-