Class MoVec3SetI
java.lang.Object
com.openinventor.inventor.Inventor
com.openinventor.inventor.misc.SoBase
com.openinventor.inventor.fields.SoFieldContainer
com.openinventor.inventor.nodes.SoNode
com.openinventor.meshvizxlm.mapping.nodes.MoActionNode
com.openinventor.meshvizxlm.mapping.nodes.MoVec3SetI
- All Implemented Interfaces:
- SafeDisposable
Property node that stores a vector data set for an unstructured mesh.
 
 This node adds an object implementing the MiVec3dSetI interface to
 the list of unstructured vector sets in the traversal state.
 
 Subsequent mesh representations will then be able to use it during the
 extraction process. During traversal of the scene graph, MoVec3SetI
 nodes are accumulated into a list so that an extraction can retrieve multiple
 data sets during the same extraction.
 
 Note: Vector sets for unstructured meshes (MiVec3dSetI),
 structured volume meshes (MiVec3dSetIjk) and structured surface
 meshes (MiVec3dSetIj) are stored in separate lists.
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNodeSoNode.RenderModesNested classes/interfaces inherited from class com.openinventor.inventor.InventorInventor.ConstructorCommand
- 
Field SummaryFields inherited from class com.openinventor.inventor.InventorVERBOSE_LEVEL, ZeroHandle
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidGets the vector set interface.voidsetVec3Set(MiVec3dSetI vectorSet) Sets the vector set interface.Methods inherited from class com.openinventor.meshvizxlm.mapping.nodes.MoActionNodecallback, distribute, getBoundingBox, getMatrix, getPrimitiveCount, getRenderEngineMode, GLRender, handleEvent, pick, rayPickMethods inherited from class com.openinventor.inventor.nodes.SoNodeaffectsState, copy, copy, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, search, setOverride, touch, writeMethods inherited from class com.openinventor.inventor.fields.SoFieldContainercopyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaultsMethods inherited from class com.openinventor.inventor.misc.SoBasedispose, getName, isDisposable, isSynchronizable, setName, setSynchronizableMethods inherited from class com.openinventor.inventor.InventorgetNativeResourceHandle
- 
Constructor Details- 
MoVec3SetIpublic MoVec3SetI()Constructs a property node to store a vector data set.
 
- 
- 
Method Details