Class MoDataBinding
- 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.MoDataBinding
-
- All Implemented Interfaces:
SafeDisposable
public class MoDataBinding extends MoActionNode
Property node that defines the data binding.This node specifies the data binding to be used in subsequent representations. When set to
AUTO
(default), the data binding is taken from the data set element. In some cases, particularly for Unstructured IJK meshes, it is not possible to know which data binding to use. In this case, use this node to set it.- See Also:
MoDataBindingElement
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MoDataBinding.DataBinding
Data binding-
Nested classes/interfaces inherited from class com.openinventor.inventor.nodes.SoNode
SoNode.RenderModes
-
Nested classes/interfaces inherited from class com.openinventor.inventor.Inventor
Inventor.ConstructorCommand
-
-
Field Summary
Fields Modifier and Type Field Description SoSFEnum<MoDataBinding.DataBinding>
dataBinding
The data binding to be used in subsequent representations.-
Fields inherited from class com.openinventor.inventor.Inventor
VERBOSE_LEVEL, ZeroHandle
-
-
Constructor Summary
Constructors Constructor Description MoDataBinding()
Constructs a property node with data binding set toAUTO
(default value).
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doAction(SoAction action)
-
Methods inherited from class com.openinventor.meshvizxlm.mapping.nodes.MoActionNode
callback, distribute, getBoundingBox, getMatrix, getPrimitiveCount, getRenderEngineMode, GLRender, handleEvent, pick, rayPick
-
Methods inherited from class com.openinventor.inventor.nodes.SoNode
affectsState, copy, copy, getAlternateRep, getByName, getRenderUnitID, GLRenderBelowPath, GLRenderInPath, GLRenderOffPath, grabEventsCleanup, grabEventsSetup, isBoundingBoxIgnoring, isOverride, search, setOverride, touch, write
-
Methods inherited from class com.openinventor.inventor.fields.SoFieldContainer
copyFieldValues, copyFieldValues, enableNotify, fieldsAreEqual, get, getAllFields, getEventIn, getEventOut, getField, getFieldName, hasDefaultValues, isNotifyEnabled, set, setToDefaults
-
Methods inherited from class com.openinventor.inventor.misc.SoBase
dispose, getName, isDisposable, isSynchronizable, setName, setSynchronizable
-
Methods inherited from class com.openinventor.inventor.Inventor
getNativeResourceHandle
-
-
-
-
Field Detail
-
dataBinding
public SoSFEnum<MoDataBinding.DataBinding> dataBinding
The data binding to be used in subsequent representations.When set to
AUTO
(default), the data binding is taken from the data set element. In some cases, particularly for Unstructured IJK meshes, it is not possible to know which data binding to use. In this case, use this attribute to set it.
-
-