Uses of Class
com.openinventor.meshvizxlm.extractors.outline.MiOutlineExtractIjk
Packages that use MiOutlineExtractIjk
Package
Description
Provides classes for outline extraction.
Provides rendering, property and action nodes.
-
Uses of MiOutlineExtractIjk in com.openinventor.meshvizxlm.extractors.outline
Subclasses of MiOutlineExtractIjk in com.openinventor.meshvizxlm.extractors.outlineModifier and TypeClassDescriptionclass
Outline extractor for an hexahedron IJK meshes.Methods in com.openinventor.meshvizxlm.extractors.outline that return MiOutlineExtractIjkModifier and TypeMethodDescriptionstatic <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 MiOutlineExtractIjkModifier and TypeMethodDescriptionMoMeshOutline.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.