VolumeBinder

class steno3d.core.binders.VolumeBinder

Bind data to cell centers of a Steno3D Volume

For usage details, see the binders help.

VolumeBinder implements props.HasProps for dynamic, type-checked properties

Required Properties:

Location (props.String) - Location of the data on mesh, Choices: CC, Default: ‘CC’

Data (props.Instance) - Volume data array, Class: DataArray

See the volume EXAMPLES

See also steno3d.core.binders, steno3d.core.DataArray, steno3d.core.Volume