Edge Vertices Node#

Edge Vertices Node.

The Edge Vertices node outputs the position and index of the two vertices of each of a mesh’s edges.

Примітка

The order of the two vertices of an edge is arbitrary. In some cases it may be predictable based on the internals of the algorithm that created the mesh, but in general the order should not be relied upon.

Inputs – Уводи#

Цей вузол не має уводів.

Properties – Властивості#

Цей вузол наразі немає властивостей.

Outputs – Виводи#

Vertex Index 1/2

The index of the two vertices of the edge.

Position 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 Evaluate at Index Node.