Uses of Interface
com.openinventor.meshvizxlm.mesh.cell.MiCellFilterIj
Packages that use MiCellFilterIj
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for outline extraction.
Provides rendering, property and action nodes.
-
Uses of MiCellFilterIj in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiCellFilterIjModifier 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. -
Uses of MiCellFilterIj in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiCellFilterIjModifier and TypeMethodDescriptionMiOutlineExtractIj.extractOutline
(MiCellFilterIj cellFilter) Builds the topology and geometry of a mesh outline. -
Uses of MiCellFilterIj in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiCellFilterIjModifier and TypeMethodDescriptionvoid
MoCellFilter.setCellFilter
(MiCellFilterIj cellFilterIj) Sets the cell filter for structured surface meshes.