Curve Capabilities
The unified curve architecture is built around five key types:- Abstract Curve type, and four concrete implementations:
- Arc
- Line
- Spline
- Polycurve
Profile Capabilities
The Profile type represents sets of coplanar curves that can be:- open or closed
- simple or complex with multiple loops.
- The first is a signed distance field to the infinite extrusion relative to the profile’s plane, which enables advanced geometric operations and field-driven modifications.
- The second is an unsigned distance field to the enclosed region, which is particularly useful for creating complex internal structures or for defining regions for lattice filling.

