Corners of Edge Node#

Corners of Edge node.

The Corners of Edge node retrieves face corners connected to each edge in a mesh. The node first gathers a list of face corners which are connected to the edges. It's important to note that the list only has one corner per face. Using the Nút Dịch Chuyển Góc trong Mặt (Offset Corner in Face Node) to offset the index inside the face by 1 gives the other corner from the face that is connected to the edge. That list is then sorted based on the values of the Sort Weight input. The Total output is the number of connected faces/corners, and the Corner Index output is one of those corners, chosen using the Sort Index input.

../../../../_images/modeling_geometry-nodes_corners-of-edge_explanation.png

A graphic for which corners are returned for a given edge#

Đầu Vào (Inputs)#

Chỉ Số Cạnh (Edge Index)

The index of the input edge.

Ghi chú

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

Trọng Lượng (Weights)

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

Chỉ Số Sắp Xếp (Sort Index)

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

Tính Chất (Properties)#

Nút này không có tính chất nào cả.

Đầu Ra (Outputs)#

Chỉ Số Góc (Corner Index)

A corner of the input edge in its face's winding order, chosen by the Sort Index input.

Tổng Số (Total)

The number of faces or face corners connected to the edge.