BatchedNodeValues

class Communicator.Animation.BatchedNodeValues()

A structure that holds interpolated animation data for one or more nodes. See BatchedValues

Methods


Properties

Communicator.Animation.BatchedNodeValues.colors

Color values to be applied with Model.setNodesColors

Communicator.Animation.BatchedNodeValues.matrices

Matrices to be set on the nodes specified in matrixNodeIds

Communicator.Animation.BatchedNodeValues.matrixNodeIds

NodeId values corresponding to the matrix values in matrices

Communicator.Animation.BatchedNodeValues.opacities

Opacity values to be applied with Model.setNodesOpacities

Communicator.Animation.BatchedNodeValues.visibilityOff

Nodes to be made invisible.

Communicator.Animation.BatchedNodeValues.visibilityOn

Nodes to be made visible.

Methods

apply

Communicator.Animation.BatchedNodeValues.apply(viewer)

Set the stored values on the supplied WebViewer

Arguments
  • viewer (Communicator.WebViewer()) –

Return type

void

clear

Communicator.Animation.BatchedNodeValues.clear()

Reset this object to its initial state.

Return type

void