顶点的边#

顶点的边 节点。

The Edges of Vertex node retrieves the edges connected to each vertex. Each vertex is connected to several edges. The node first collects a list of those edges, then sorts them based on the Sort Weight input. The Total output is the number of edges in that list, and the Edge Index output is one of those edges chosen with the Sort Index input.

One example use is finding the "most vertical" edge connected to each vertex.

输入#

顶点编号

输入顶点的编号。

Note

By default this uses the index from the field context, which makes it important that the node is evaluated on the vertex domain.

权重

Values used to sort the edges connected to the vertex. By default the edges are sorted by index, so the edges with the smallest indices come first.

编号排序

Which of the sorted edges to use for the Edge Index output. If the value is larger than the total number of connected edges, it will wrap around to the beginning.

属性#

该节点没有属性。

输出#

边编号

An edge connected to the face, chosen by the Sort Index input.

总数

连接到顶点的边数量。