Class 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
    • 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.

    • Constructor Detail

      • MoDataBinding

        public MoDataBinding()
        Constructs a property node with data binding set to AUTO (default value).