Uses of Class
com.openinventor.meshvizxlm.extractors.outline.MiOutlineExtractIj
-
Packages that use MiOutlineExtractIj 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 MiOutlineExtractIj in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline that return MiOutlineExtractIj Modifier and Type Method Description static <T extends MiTopologyIj,G extends MiGeometryIj>
MiOutlineExtractIjMiOutlineExtractIj. getNewInstance(MiSurfaceMeshCurvilinear<T,G> mesh)
Create an instance of outline extractor for a curvilinear surface mesh. -
Uses of MiOutlineExtractIj in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiOutlineExtractIj Modifier and Type Method Description MiOutlineExtractIj
MoMeshOutline. getIjExtractor()
Gets the outline 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.
-