- Parts — the shapes you need to cut, each with a quantity.
- Sheets — the stock material available to cut from, each with a size and often a quantity or availability.
Parts
A part is a closed outline (optionally with internal features) plus how many you need. Depending on the endpoint, parts are provided as:- DXF (base64) —
POST /nesting - Encoded geometry or
SimpleGeometry—POST /nesting/geometry - Parametric definitions —
POST /nesting/parametric
Sheets
A sheet describes a piece of stock: its dimensions and how many are available. Providing multiple sheet sizes lets the nester choose the best stock for the job. Grain or directional material is handled through rotation settings.Results
A completed nest reports, per sheet, which parts were placed where, along with material-usage figures (used area, waste, utilisation). Parts that could not be placed on the supplied stock are reported so you can add stock and re-nest.For the exact
Parts, Sheets, and quantity fields of each endpoint, see the Nesting
section of the API Reference — the shape depends on which geometry format
you submit.