Uses of Interface
com.openinventor.meshvizxlm.meshextracted.geometry.MeXGeometryI
-
Packages that use MeXGeometryI Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.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.slab Provides classes for slab extraction.com.openinventor.meshvizxlm.extractors.slice Provides classes for slices extraction.com.openinventor.meshvizxlm.extractors.streamline Provides interfaces and classes for streamlines extraction.com.openinventor.meshvizxlm.mapping.details Provides classes for detail information storage.com.openinventor.meshvizxlm.meshextracted 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 MeXGeometryI Modifier and Type Method Description abstract 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(java.util.SortedSet<java.lang.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 MeXGeometryI Modifier and Type Method Description abstract 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.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.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 MeXGeometryI Modifier and Type Method Description abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractIj. extractOutline(MiCellFilterIj cellFilter)
Builds the topology and geometry of a mesh outline.abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractIjk. extractOutline(MiCellFilterIjk cellFilter)
Builds the topology and geometry of a mesh outline.abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractUnstructured. extractOutline(MiCellFilterI cellFilter)
Builds the topology and geometry of a mesh outline.abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractIj. getExtract()
Returns the result of the extraction as a mesh.abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractIjk. getExtract()
Returns the result of the extraction as a mesh.abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractUnstructured. getExtract()
Returns the result of the extraction as a mesh. -
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.skin
-
Uses of MeXGeometryI in com.openinventor.meshvizxlm.extractors.slab
Methods in com.openinventor.meshvizxlm.extractors.slab that return types with arguments of type MeXGeometryI Modifier and Type Method Description abstract 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 MeXGeometryI 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.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 MeXGeometryI Modifier and Type Method Description abstract java.util.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 java.util.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 java.util.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 java.util.List<MeXLineMeshCurvilinear<MeXTopologyI,MeXGeometryI>>
MiStreamlineExtractIjk. getExtract()
Returns the result of the extraction as a mesh.abstract java.util.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 MeXGeometryI Modifier and Type Method Description MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MoLineMeshDetail. getExtractedMesh()
Returns the extracted line.MeXSurfaceMeshUnstructured<MeXSurfaceCell,MeXSurfaceTopologyExplicitI<MeXSurfaceCell>,MeXGeometryI>
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 MeXGeometryI Modifier and Type Interface Description interface
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 MeXGeometryI Modifier and Type Method Description MeXGeometryI
MeXLineMeshFromPolyhedralMesh. getGeometry()
Methods in com.openinventor.meshvizxlm.meshextracted with parameters of type MeXGeometryI Modifier and Type Method Description void
MeXLineMeshFromPolyhedralMesh. setGeometry(MeXGeometryI geometry)
Constructors in com.openinventor.meshvizxlm.meshextracted with parameters of type MeXGeometryI Constructor Description MeXLineMeshFromPolyhedralMesh(MeXLineTopologyExplicitI<MeXLineCell> topology, MeXGeometryI geometry)
-