Module csg

Source
Expand description

Constructive Solid Geometry (CSG) operations.

Functionsยง

intersect
Intersect returns the shared volume between multiple solids, preserving only overlapping regions.
subtract
Subtract removes tool solids from base solids, leaving the remaining material.
union
Union two or more solids into a single solid.