Houdini 20.0 Nodes Geometry nodes

Labs Settlement Connections (Beta) 1.0 geometry node

This node generates connections between points of interest based on angle and distance calculations.

On this page
Since 19.5

This node takes points as input and generates connections between them based on the angles that are formed and the distances between them.

Parameters

Connection Filters

Avoid Small Angles between Connections

The connections are filtered based on angle and distance comparisons between the points of interest.

Filter by Angles

Angle Limit Mode

The algorithm checks the angle and distance between every point of interest and a target point, and the point of interest to the neighboring check points.

Uniform Angle Limit

When the point of interest to target point distance is bigger than the point of interest to check point distance, and the angle between them is smaller than the Angle Limit, then the connection between the point of interest and the target point is marked for deletion.

Varied Angle Limit Based on Distance

When the point of interest to target point distance is bigger than the point of interest to check point distance, and the angle between them is smaller than the one that is derived from the aforementioned ramp, then the connection between the point of interest and the target point is marked for deletion.

The ramp has the minimum Reference Distance as the lower position limit with a value of the minimum Angle Limit and the maximum Reference Distance as the higher position limit with a value of the maximum Angle Limit. The angle limit is derived from the point that has the target point distance as the position index inside the range of the ramp.

Angle Limit

The limit of the angle between the points of interest. When the angle that is formed is less than this value, the connection is marked for deletion.

Shorter-Distance Connections

Reference Distance

The lower position limit which has the value of the minimum Angle Limit on the Varied Angle Limit ramp.

Angle Limit

The value of the shorter Reference Distance on the Varied Angle Limit ramp.

Longer-Distance Connections

Reference Distance

The higher position limit which has the value of the maximum Angle Limit on the Varied Angle Limit ramp.

Angle Limit

The value of the longer Reference Distance on the Varied Angle Limit ramp.

Output Attributes

End Points: #id: endpoints The name of the end points attribute.

Output Distance

Output the distance attribute.

Distance

The name of the distance attribute.

Examples

Geometry nodes