π Special Edges
PCGEx | Vtx : Special Edges
Gather infos from special-case edges
The Special Edges property outputs data about the two most extreme edges connected to a vertex β the shortest and longest β allowing users to capture attributes like direction, length, and indices for both, with an additional option to average all connected edges.
A single property writer
Related
Table of content
The Special Edges property outputs the properties of the two βspecialβ connected edges β special in the outlier sense : the Shortest connected edge, as well as the Longest connected edge.

Properties
Shortest Edge
| Output | Description |
|---|---|
Direction AttributeFVector
| If enabled, writes the Shortest Edgeβ direction to the specified attribute. |
| Invert Direction | If enabled, will invert (*-1) the direction output above. |
Length AttributeDouble
| If enabled, writes the Shortest Edgeββ length to the specified attribute. |
Edge Index AttributeInt32
| If enabled, writes the Shortest Edgeββ point index to the specified attribute.This is useful for targeted/cherry-picking manipulations. |
Vtx Index AttributeInt32
| If enabled, writes the Vtxβ point index the Shortest Edgeβ connects to, to the specified attribute.This is useful for targeted/cherry-picking manipulations. |
Neighbor Count AttributeInt32
| If enabled, writes the Vtxβ point neighbor count the Shortest Edgeβ connects to, to the specified attribute.Amongst other things, this can come in handy to drive the |
Longest Edge
| Output | Description |
|---|---|
Direction AttributeFVector
| If enabled, writes the Longest Edgeβ direction to the specified attribute. |
| Invert Direction | If enabled, will invert (*-1) the direction output above. |
Length AttributeDouble
| If enabled, writes the Longest Edgeββ length to the specified attribute. |
Edge Index AttributeInt32
| If enabled, writes the Longest Edgeββ point index to the specified attribute.This is useful for targeted/cherry-picking manipulations. |
Vtx Index AttributeInt32
| If enabled, writes the Vtxβ point index the Longest Edgeβ connects to, to the specified attribute.This is useful for targeted/cherry-picking manipulations. |
Neighbor Count AttributeInt32
| If enabled, writes the Vtxβ point neighbor count the Longest Edgeβ connects to, to the specified attribute.Amongst other things, this can come in handy to drive the |
Average Edge
A sub-selection of all connectedβ edges average.
| Output | Description |
|---|---|
Direction AttributeFVector
| If enabled, writes the averaged direction of all connected edges. |
| Invert Direction | If enabled, will invert (*-1) the direction output above. |
Length AttributeDouble
| If enabled, writes the averaged length of all connected edges. |