Houdini 21.0 Nodes Geometry nodes

Labs Connect Polygon Neighbours 1.0 geometry node

Creates points at polygon centroids and optionally connects neighboring polygons.

This node analyzes polygon adjacency and generates point representations of polygons at their centroids. Optionally, it creates connecting geometry between centroids of neighboring polygons, forming a graph that represents polygon connectivity.

Primitive attributes and groups can be transferred to the generated points to preserve metadata from the source geometry.

This node is useful for topology analysis, procedural graph generation, visualization of mesh neighborhoods, and driving downstream effects such as clustering, pathfinding, or attribute propagation.

Parameters

Output

Specifies the type of geometry to generate.

Polygon Centroids Only: Outputs one point per polygon at its centroid.

Polygon Centroids and Neighbour Connections: Outputs polygon centroids and lines connecting centroids of neighboring polygons.

Copy Primitive Attributes to Points

Copies primitive attributes from the source polygons to the generated centroid points.

Attributes to Copy

List of primitive attributes to copy when Copy Primitive Attributes to Points is turned on.

Copy Primitive Groups to Points

Copies primitive groups from the source polygons to the generated centroid points.

Groups to Copy

List of primitive groups to copy when Copy Primitive Groups to Points is turned on.

See also

Geometry nodes