Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiVec3dSetIj
Packages that use MiVec3dSetIj
Package
Description
Provides classes for cell extraction and utility classes for cells.
Provides classes for outline extraction.
Provides state elements.
Provides rendering, property and action nodes.
Provides interfaces for extracted data sets definition.
-
Uses of MiVec3dSetIj in com.openinventor.meshvizxlm.extractors.cell
Methods in com.openinventor.meshvizxlm.extractors.cell with parameters of type MiVec3dSetIjModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiCellExtractIj.extractVec3Set
(MiVec3dSetIj vectorSet) Extracts a vector set from the surface mesh. -
Uses of MiVec3dSetIj in com.openinventor.meshvizxlm.extractors.outline
Methods in com.openinventor.meshvizxlm.extractors.outline with parameters of type MiVec3dSetIjModifier and TypeMethodDescriptionabstract MeXVec3dSetI
MiOutlineExtractIj.extractVec3Set
(MiVec3dSetIj vectorSet) Extracts a vector set from the surface mesh. -
Uses of MiVec3dSetIj in com.openinventor.meshvizxlm.mapping.elements
Methods in com.openinventor.meshvizxlm.mapping.elements that return MiVec3dSetIjModifier and TypeMethodDescriptionstatic MiVec3dSetIj
Gets the element number index from the specified traversal state.Methods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MiVec3dSetIjModifier and TypeMethodDescriptionstatic void
MoVec3SetElementIj.add
(SoState state, SoNode node, MiVec3dSetIj vectorSet) Adds a vector set to the current list of sets for the specified traversal state and node. -
Uses of MiVec3dSetIj in com.openinventor.meshvizxlm.mapping.nodes
Methods in com.openinventor.meshvizxlm.mapping.nodes that return MiVec3dSetIjMethods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVec3dSetIjModifier and TypeMethodDescriptionvoid
MoVec3SetIj.setVec3Set
(MiVec3dSetIj vectorSet) Sets the vector set interface. -
Uses of MiVec3dSetIj in com.openinventor.meshvizxlm.meshextracted.data
Subinterfaces of MiVec3dSetIj in com.openinventor.meshvizxlm.meshextracted.dataModifier and TypeInterfaceDescriptioninterface
Vector set interface for extracted structured surface meshes.