Uses of Interface
com.openinventor.meshvizxlm.mesh.cell.MiCellFilterIj
-
Packages that use MiCellFilterIj Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.mapping.nodes 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 MiCellFilterIj 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. -
Uses of MiCellFilterIj in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiCellFilterIj Modifier and Type Method Description abstract MeXLineMeshUnstructured<MeXLineCell,MeXLineTopologyExplicitI<MeXLineCell>,MeXGeometryI>
MiOutlineExtractIj. 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 MiCellFilterIj Modifier and Type Method Description void
MoCellFilter. setCellFilter(MiCellFilterIj cellFilterIj)
Sets the cell filter for structured surface meshes.
-