Houdini 21.0 Nodes Geometry nodes

Labs Boolean Curve 1.0 geometry node

Performs boolean operations between a polycurve and polygonal geometry.

On this page

This node performs boolean-style operations on curves by combining intersection analysis, stitching, and grouping into a single workflow.

It evaluates intersections between a polycurve and polygonal geometry, then splits or filters the curve based on the selected operation.

Parameters

Operation

The boolean operation applied to the input polycurve.

Subtract

Removes sections of input A that lie inside input B.

Intersect

Outputs only the sections of input A that overlap input B.

Shatter

Splits input A at intersection points generated by input B.

Enable Edge Length Threshold

When turned on, edges shorter than the specified threshold are collapsed into the generated intersection points.

Output Groups

A Inside B

The name of the group containing primitives from input A that lie inside input B. This corresponds to the intersection result.

A Outside B

The name of the group containing primitives from input A that lie outside input B.

Inputs

Poly Curve

Polycurve to be processed.

Outputs

Cutting Surfaces

Polygonal geometry used as the cutting or intersection source.

Geometry nodes