π Special Neighbors
Gather infos from special-case neighbors
The Special Neighbors property outputs information about two key neighbors of a vertex β the one with the most connections (Largest Neighbor) and the one with the fewest connections (Smallest Neighbor). You can extract various attributes, such as edge direction, length, and vertex indices, for both of these special neighbors.
Related
Table of content
The Special Neighbor property outputs the properties of the two βspecialβ connected neighbors β special in the outlier sense : the Largest connected vtx, as well as the Smallest connected vtx β in terms of number of connectons.
Properties
Largest Neighbor
The Largest Neighbor is the connected
Vtx
with the largest number of connections.
Output | Description |
---|---|
Direction AttributeFVector
| If enabled, writes the Edge β direction to the specified attribute. |
Invert Direction | If enabled, will invert (*-1 ) the direction output above. |
Length AttributeDouble
| If enabled, writes the Edge ββ length to the specified attribute. |
Edge Index AttributeInt32
| If enabled, writes the 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 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 Edge β connects to, to the specified attribute.Amongst other things, this can come in handy to drive the π° Heuristic Attribute. |
Smallest Neighbor
The Smallest Neighbor is the connected
Vtx
with the smallest number of connections.
Output | Description |
---|---|
Direction AttributeFVector
| If enabled, writes the Edge β direction to the specified attribute. |
Invert Direction | If enabled, will invert (*-1 ) the direction output above. |
Length AttributeDouble
| If enabled, writes the Edge ββ length to the specified attribute. |
Edge Index AttributeInt32
| If enabled, writes the 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 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 Edge β connects to, to the specified attribute.Amongst other things, this can come in handy to drive the π° Heuristic Attribute. |