π 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.
Property
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 π° Heuristic Attribute. |
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 π° Heuristic Attribute. |
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. |