Decompose Container

A container can be thought of as a collection of arrays and values that can have different data types. Such collections occur whenever different values are passed in a package. For example, imagine any polygon object. This usually consists of a collection of point coordinates, polygons, a matrix and still other properties, such as a name, visibility attributes, UV coordinates, selections, material assignments, etc., which can be collected in a container.

The data container also allows targeted access to the desired properties.

Within the Node environment, this Node can be used, for example, to read out the arrays contained in a distribution.

Here the container of a linear distribution is broken down to calculate a new color distribution.