open all | close all

Get Arrays

获取数组

Basic 基础Inputs 投入

Get Arrays

获取数组

This Node can be used to create different Arrays whose size, data type and content orient themselves according to in input Container. A Container is a data packet with content that is not defined. A primitive’s settings, for example, are managed in a Container as well as the data of clones that are created using MoGraph or various Distribution Nodes. Alternatively, a Decompose Container Node can be used if only individual values, and not Arrays, are required from the Container.

此节点可用于创建不同的数组,其大小、数据类型和内容根据输入容器进行自我定位。容器是具有未定义内容的数据包。例如,原语的设置是在 Container 中管理的,而克隆的数据是使用 MoGraph 或各种分布节点创建的。或者,如果只需要容器中的单个值,而不需要数组,则可以使用分解容器节点。

The Distribution Nodes in particular provide a range of information that can be output as an Array within the Container. A Get Output Node can, as in this example, be used to unpack such a Container, e.g., via a Read Value Node. 特别是分发节点提供了一系列信息,可以在容器中以 Array 的形式输出。获取输出节点可以用于解压这样的容器,例如,通过 Read Value 节点