- Offset to create parallel paths and profiles
- Extrude to turn a planar profile into a solid
- Sweep to move a profile along a path
- Booleans to union, intersect, or subtract solids
Offset
Use offset operations when you need wall thickness, toolpaths, clearances, or parallel curves. In TypeScript, offset is exposed as methods on primitives likeLine, Polyline, Rectangle, and
Curve (for example line.getOffset(...)).
Go to the API pages:

