adds docs for new geonodes corners_of_edge #104464
@ -13,7 +13,7 @@ The *Corners of Edge* node retrieves face corners connected to each edge in a me
|
||||
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 :doc:`/modeling/geometry_nodes/mesh/topology/offset_corner_in_face`
|
||||
to offset the index inside the face by 1 gives the other corner from the face that is connected to the edge
|
||||
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.
|
||||
@ -24,9 +24,9 @@ output is one of those corners, chosen using the *Sort Index* input.
|
||||
|
||||
A graphic for which corners are returned for a given edge
|
||||
|
||||
* RED: selected edge
|
||||
* BLUE: corners that get individually returned, depending on the sorting
|
||||
* PURPLE: corners that can be retrieved by offseting the blue corner indices using :doc:`/modeling/geometry_nodes/mesh/topology/offset_corner_in_face`
|
||||
* Red: selected edge
|
||||
* Blue: corners that get individually returned, depending on the sorting
|
||||
* Purple: corners that can be retrieved by offseting the blue corner indices using :doc:`/modeling/geometry_nodes/mesh/topology/offset_corner_in_face`
|
||||
|
||||
Inputs
|
||||
======
|
||||
|
Loading…
Reference in New Issue
Block a user