存储已命名属性#
存储已命名属性 节点将几何体上的一个场的结果存储为具有指定名称的属性。如果该属性已经存在,数据类型和域将被更新为节点中选定的值。然而,请记住,内置属性的域和数据类型不能更改。
与捕捉属性相比,此节点基本上做了同样的事情,但属性得到了一个名称,而不是匿名引用。如果要在同一节点树中重复使用数据,捕捉属性 节点可能更合适,因为它不会在输入几何体中造成名称冲突。
Note
如果输入的几何体包含多个几何组件类型,该属性将在每个具有选定域的组件上创建。
输入#
- 几何数据
标准的几何图形输入。
- 选择
A boolean field input for each element indicating whether to store the attribute value for the given index. If the attribute does not exist, unselected parts are filled with zero values; otherwise, only the selected parts are filled.
- 数值
要评估的输入场。
- 名称
给予存储数据的名称。
属性#
输出#
- 几何数据
标准的几何体输出。