Uses of Class
com.openinventor.meshvizxlm.extractors.outline.MiOutlineExtractIjk
-
Packages that use MiOutlineExtractIjk Package Description com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of MiOutlineExtractIjk in com.openinventor.meshvizxlm.extractors.outline
Subclasses of MiOutlineExtractIjk in com.openinventor.meshvizxlm.extractors.outline Modifier and Type Class Description class
MiOutlineExtractHexahedronIjk
Outline extractor for an hexahedron IJK meshes.Methods in com.openinventor.meshvizxlm.extractors.outline that return MiOutlineExtractIjk Modifier and Type Method Description static <T extends MiTopologyIjk,G extends MiGeometryHexahedronIjk>
MiOutlineExtractIjkMiOutlineExtractIjk. getNewInstance(MiVolumeMeshVertexHexahedronIjk<T,G> mesh)
Create an instance of outline extractor for a non indexed hexahedron volume mesh IJK. -
Uses of MiOutlineExtractIjk in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiOutlineExtractIjk Modifier and Type Method Description MiOutlineExtractIjk
MoMeshOutline. getIjkExtractor()
Gets the outline extractor for IJK meshes to reuse outside this node.
Note: The returned object may benull
if no IJK mesh has been set in the scene graph or if no render action has traversed the scene graph.
-