.. role:: clio-readonly
   :class: clio-flag clio-flag-readonly


#################
BatchedNodeValues
#################

.. js:class:: wv.Animation.BatchedNodeValues

   A structure that holds interpolated animation data for one or more nodes. See [[BatchedValues]].
   
   
   Index
   =====
   
   .. rubric:: Constructors
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:func:`~wv.Animation.BatchedNodeValues.constructor`
   
   .. rubric:: Properties
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:data:`~wv.Animation.BatchedNodeValues.colors`
   * :js:data:`~wv.Animation.BatchedNodeValues.matrices`
   * :js:data:`~wv.Animation.BatchedNodeValues.matrixNodeIds`
   * :js:data:`~wv.Animation.BatchedNodeValues.opacities`
   * :js:data:`~wv.Animation.BatchedNodeValues.visibilityOff`
   * :js:data:`~wv.Animation.BatchedNodeValues.visibilityOn`
   
   .. rubric:: Methods
   
   
   .. rst-class:: api-xref-list
   
   
   * :js:meth:`~wv.Animation.BatchedNodeValues.apply`
   * :js:meth:`~wv.Animation.BatchedNodeValues.clear`
   
   



.. rst-class:: kind-group kind-constructors

.. rubric:: Constructors
   :class: kind-group-title


.. js:method:: wv.Animation.BatchedNodeValues.constructor

      .. rst-class:: sig-pretty-signature
      
         | BatchedNodeValues(): :js:class:`BatchedNodeValues <wv.Animation.BatchedNodeValues>`
      
      **Returns**\ : :js:class:`BatchedNodeValues <wv.Animation.BatchedNodeValues>`
      



.. rst-class:: kind-group kind-properties

.. rubric:: Properties
   :class: kind-group-title


.. js:data:: wv.Animation.BatchedNodeValues.colors

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | colors: *Map*
      
      Color values to be applied with [[Model.setNodesColors]].
      



.. js:data:: wv.Animation.BatchedNodeValues.matrices

      .. rst-class:: sig-pretty-signature
      
         | matrices: :js:class:`Matrix <wv.Matrix>`\ []
      
      Matrices to be set on the nodes specified in [[matrixNodeIds]].
      



.. js:data:: wv.Animation.BatchedNodeValues.matrixNodeIds

      .. rst-class:: sig-pretty-signature
      
         | matrixNodeIds: *number*\ []
      
      [[NodeId]] values corresponding to the matrix values in [[matrices]].
      



.. js:data:: wv.Animation.BatchedNodeValues.opacities

      .. rst-class:: clio-flags
      
         :clio-readonly:`readonly`
      
      .. rst-class:: sig-pretty-signature
      
         | opacities: *Map*
      
      Opacity values to be applied with [[Model.setNodesOpacities]].
      



.. js:data:: wv.Animation.BatchedNodeValues.visibilityOff

      .. rst-class:: sig-pretty-signature
      
         | visibilityOff: *number*\ []
      
      Nodes to be made invisible.
      



.. js:data:: wv.Animation.BatchedNodeValues.visibilityOn

      .. rst-class:: sig-pretty-signature
      
         | visibilityOn: *number*\ []
      
      Nodes to be made visible.
      



.. rst-class:: kind-group kind-methods

.. rubric:: Methods
   :class: kind-group-title


.. js:method:: wv.Animation.BatchedNodeValues.apply

      .. rst-class:: sig-pretty-signature
      
         | apply(**viewer**\ : :js:class:`IWebViewer <wv.IWebViewer>`\ ): *void*
      
      Set the stored values on the supplied [[WebViewer]].
      
      **Parameters**
      
      
         **viewer**\ : :js:class:`IWebViewer <wv.IWebViewer>`
      
      
      **Returns**\ : *void*
      



.. js:method:: wv.Animation.BatchedNodeValues.clear

      .. rst-class:: sig-pretty-signature
      
         | clear(): *void*
      
      Reset this object to its initial state.
      
      **Returns**\ : *void*
      




