边的顶点
边的顶点 节点输出网格每条边的两个顶点的位置和编号。
Note
边的两个顶点的顺序是任意的。在一些情况下,它可以基于创建网格的算法的内部可预测,但通常不应依赖于顺序。
输入
该节点没有输入项。
属性
该节点没有属性。
输出
- 顶点编号 1/2
The index of the two vertices of the edge.
- 位置 1/2
The position of each of the edge's vertices. This output is for convenience, it is the same as using index output to retrieve the position from the Field at Index Node.