编号#

编号节点。

编号 节点提供了一个整数值,指示列表中每个元素的位置,从零开始。这取决于几何体中数据的内部顺序,这在3D视口中不一定可见。但是,编号值在 电子表格编辑器 的最左列中可见。

Note

Indices in geometry data are often defined by the internals of complex algorithms that create it. If no inputs change, indices will be the same when the same node tree is executed multiple times. However, they may not be predictable when inputs to nodes that generate geometry or change its topology are adjusted. Additionally, updates to algorithms in newer versions of Blender may change the order of generated elements.

为了避免依赖于一致性指数,建议在本地计算它们,或者避免在它们必须一致时更改拓扑结构的操作。

输入#

该节点没有输入项。

属性#

该节点没有属性。

输出#

编号

枚举几何体上每个点的整数值。