Nesting config
Request parameters
| Parameter | Type | Unit | Description | Default |
|---|---|---|---|---|
sheetWidth | number | cm | The material width | 140 |
sheetLength | number | cm | The material length | 3000 |
partMargin | number | cm | The space between parts | 1 |
sheetEdgeMargin | number | cm | The sheet edge margin | 0 |
preNestRotation | number | deg | The angle used to rotate the part before nesting | 0 |
partRotation | string | The angle used to nest. Possible values: null, "0","90", "+90", "+180", "180" | null |
- All fields are optional and have a default value.
- For
partRotation, thenullvalue represents Unrestrained (patterns are oriented to minimize wastage).
TIP
To understand more about the sheet width and length parameters, see the Nesting section on the Materials (Web App) page.
{
"nesting": {
"sheetWidth": 140,
"preNestRotation": 45,
"partRotation": null,
"partMargin": 1,
"sheetLength": 3000,
"sheetEdgeMargin": 0
}
}
Reference: Create new export request