Uses of Interface
com.openinventor.meshvizxlm.meshextracted.geometry.MeXGeometryI
Packages that use MeXGeometryI
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for isosurface extraction.
Provides classes for outline extraction.
Provides classes for skin extraction.
Provides classes for slab extraction.
Provides classes for slices extraction.
Provides interfaces and classes for streamlines extraction.
Provides classes for detail information storage.
Provides interfaces for extracted meshes definition.
-
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell that return types with arguments of type MeXGeometryIModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractIj.extractCell
(double factor, MiCellFilterIj cellFilter) Creates an unstructured surface mesh from the faces of all the cells in the original surface mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractIj.extractCell
(long[] cellIndexes, double factor, MiCellFilterIj cellFilter) Creates an unstructured surface mesh from the faces of the cells corresponding to the given indices in the original surface mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractIjk.extractCell
(double factor, MiCellFilterIjk cellFilter) Creates an unstructured surface mesh from the faces of all the cells in the original volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractIjk.extractCell
(int[] cellIndexes, double factor, MiCellFilterIjk cellFilter) Creates an unstructured surface mesh from the faces of the cells corresponding to the given indices in the original volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractUnstructured.extractCell
(double factor, MiCellFilterI cellFilter) Creates an unstructured surface mesh from the faces of all the cells in the original volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractUnstructured.extractCell
(SortedSet<Long> cellIndexes, double factor, MiCellFilterI cellFilter) Creates an unstructured surface mesh from the faces of the cells corresponding to the given indices in the original volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractIj.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCellExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.isosurf
Methods in com.openinventor.meshvizxlm.extractors.isosurf that return types with arguments of type MeXGeometryIModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractHexahedronIjk.extractIsovalue
(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter) Builds the isosurface of the given isovalue in the givenPER_CELL
dataset.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractHexahedronIjk.extractIsovalue
(double isoValue, MiScalardSetI dataSet, MiCellFilterIjk cellFilter) Builds the isosurface of the given isovalue in the givenPER_NODE
dataset.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractIjk.extractIsovalue
(double isoValue, MiScalardSetIjk dataSet, MiCellFilterIjk cellFilter) Builds the isosurface of the given isovalue in the given dataset.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractUnstructured.extractIsovalue
(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter) Builds the isosurface of the given isovalue in the given dataset.MiIsosurfExtractUnstructured.extractLineIsovalue
(double isoValue, MiScalardSetI dataSet, MiCellFilterI cellFilter) Builds the ouline of an isosurface of the given isovalue in the given dataset.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiIsosurfExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline that return types with arguments of type MeXGeometryIModifier 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 MeXGeometryI in com.openinventor.meshvizxlm.extractors.skin
Methods in com.openinventor.meshvizxlm.extractors.skin that return types with arguments of type MeXGeometryIModifier and TypeMethodDescriptionMiSkinExtractUnstructured.extractLineSkin
(MiCellFilterI cellFilter) Builds the topology and geometry of the line skin.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSkinExtractIjk.extractSkin
(MiCellFilterIjk cellFilter) Builds the topology and geometry of a mesh skin.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSkinExtractUnstructured.extractSkin
(MiCellFilterI cellFilter) Builds the topology and geometry of a mesh skin.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSkinExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSkinExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab that return types with arguments of type MeXGeometryIModifier and TypeMethodDescriptionabstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSlabExtractIjk.extractSlab
(int index, int thickness, Dimension dimension, MiCellFilterIjk cellFilter) Builds the mesh skin of the slab defined by the specified index on the given dimension and the specified thickness.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSlabExtractIjk.getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.slice
Methods in com.openinventor.meshvizxlm.extractors.slice that return types with arguments of type MeXGeometryIModifier and TypeMethodDescriptionMiPlaneSliceExtractUnstructured.extractLineSlice
(SbVec3d normal, double distance, MiCellFilterI filter) Builds the topology and geometry of a line plane slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCylinderSliceExtractIjk.extractSlice
(SbVec3d center, double radius, SbVec3d direction, MiCellFilterIjk filter) Builds the topology and geometry of a cylinder slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCylinderSliceExtractUnstructured.extractSlice
(SbVec3d center, double radius, SbVec3d direction, MiCellFilterI filter) Builds the topology and geometry of a cylinder slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiPlaneSliceExtractIjk.extractSlice
(SbVec3d normal, double distance, MiCellFilterIjk filter) Builds the topology and geometry of a plane slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiPlaneSliceExtractUnstructured.extractSlice
(SbVec3d normal, double distance, MiCellFilterI filter) Builds the topology and geometry of a plane slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSphereSliceExtractIjk.extractSlice
(SbVec3d center, double radius, MiCellFilterIjk filter) Builds the topology and geometry of a sphere slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSphereSliceExtractUnstructured.extractSlice
(SbVec3d center, double radius, MiCellFilterI filter) Builds the topology and geometry of a sphere slice intersecting the volume mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCylinderSliceExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiCylinderSliceExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiPlaneSliceExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiPlaneSliceExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSphereSliceExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract MeXSurfaceMeshUnstructured
<MeXSurfaceCell, MeXSurfaceTopologyExplicitI<MeXSurfaceCell>, MeXGeometryI> MiSphereSliceExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.streamline
Methods in com.openinventor.meshvizxlm.extractors.streamline that return types with arguments of type MeXGeometryIModifier and TypeMethodDescriptionabstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractHexahedronIjk.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractIjk.extractStreamlines
(MiVec3dSetIjk inputDataSet, MiCellFilterIjk cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractUnstructured.extractStreamlines
(MiVec3dSetI inputDataSet, MiCellFilterI cellFilter, double[]... startPoints) Builds the topology and geometry of the streamlines starting at the given points in the given dataset.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractIjk.getExtract()
Returns the result of the extraction as a mesh.abstract List
<MeXLineMeshCurvilinear<MeXTopologyI, MeXGeometryI>> MiStreamlineExtractUnstructured.getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.mapping.details
Methods in com.openinventor.meshvizxlm.mapping.details that return types with arguments of type MeXGeometryIModifier and TypeMethodDescriptionMoLineMeshDetail.getExtractedMesh()
Returns the extracted line.MoSurfaceMeshDetail.getExtractedMesh()
Returns the extracted surface. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.meshextracted
Classes in com.openinventor.meshvizxlm.meshextracted with type parameters of type MeXGeometryIModifier and TypeInterfaceDescriptioninterface
MeXLineMeshCurvilinear<T extends MeXTopologyI,
G extends MeXGeometryI> Extracted curvilinear line mesh interface.interface
MeXLineMeshUnstructured<C extends MeXLineCell,
T extends MeXLineTopologyExplicitI<C>, G extends MeXGeometryI> Extracted unstructured line mesh interface.interface
MeXMeshUnstructured<G extends MeXGeometryI>
Extracted unstructured mesh interface.interface
MeXSurfaceMeshUnstructured<C extends MeXSurfaceCell,
T extends MeXSurfaceTopologyExplicitI<C>, G extends MeXGeometryI> Extracted unstructured surface mesh interface.Methods in com.openinventor.meshvizxlm.meshextracted that return MeXGeometryIMethods in com.openinventor.meshvizxlm.meshextracted with parameters of type MeXGeometryIModifier and TypeMethodDescriptionvoid
MeXLineMeshFromPolyhedralMesh.setGeometry
(MeXGeometryI geometry) Constructors in com.openinventor.meshvizxlm.meshextracted with parameters of type MeXGeometryIModifierConstructorDescriptionMeXLineMeshFromPolyhedralMesh
(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)