Uses of Class
com.openinventor.meshvizxlm.extractors.cell.MiCellExtractIj
-
Packages that use MiCellExtractIj Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiCellExtractIj in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell that return MiCellExtractIj Modifier and Type Method Description static <T extends MiTopologyIj,G extends MiGeometryIj>
MiCellExtractIjMiCellExtractIj. getNewInstance(MiSurfaceMeshCurvilinear<T,G> mesh)
Create an instance of cell extractor for a curvilinear surface mesh. -
Uses of MiCellExtractIj in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiCellExtractIj Modifier and Type Method Description MiCellExtractIj
MoMeshCellShape. getIjExtractor()
Gets the cell extractor for structured surface meshes to reuse outside this node.
Note: The returned object may benull
if no structured surface mesh has been set in the scene graph or if no render action has traversed the scene graph.
-