Uses of Interface
com.openinventor.meshvizxlm.mesh.data.MiVec3dSetIj
-
Packages that use MiVec3dSetIj Package Description com.openinventor.meshvizxlm.extractors.cell Provides classes for cell extraction and utility classes for cells.com.openinventor.meshvizxlm.extractors.outline Provides classes for outline extraction.com.openinventor.meshvizxlm.mapping.elements Provides state elements.com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes.com.openinventor.meshvizxlm.meshextracted.data 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 MiVec3dSetIj Modifier and Type Method Description abstract 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 MiVec3dSetIj Modifier and Type Method Description abstract 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 MiVec3dSetIj Modifier and Type Method Description static MiVec3dSetIj
MoVec3SetElementIj. get(SoState state, int index)
Gets the element number index from the specified traversal state.Methods in com.openinventor.meshvizxlm.mapping.elements with parameters of type MiVec3dSetIj Modifier and Type Method Description static 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 MiVec3dSetIj Modifier and Type Method Description MiVec3dSetIj
MoVec3SetIj. getVec3Set()
Gets the vector set interface.Methods in com.openinventor.meshvizxlm.mapping.nodes with parameters of type MiVec3dSetIj Modifier and Type Method Description void
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.data Modifier and Type Interface Description interface
MeXVec3dSetIj
Vector set interface for extracted structured surface meshes.
-