Nesting by naive guillotine best fit algorithm
ID
nesting-rectangular-nesting-nesting-guillotine-best-fit-naive
Name
Nesting Guillotine Best Fit Naive
Group
Rectangular Nesting
Package
Nesting
Keywords
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
Origin | Vector | Origin | [0,0,0] |
Geometries | Geometry | List of geometries to be nested | |
Sheet Width | Number | Width of the sheet used for nesting | 500 |
Sheet Height | Number | Height of the sheet used for nesting | 500 |
SheetsGap | Number | Spacing between sheets | 10 |
Edge Clearance | Number | distance from the edges of the sheet to the curves/surfaces to be nested | 0 |
Spacing | Number | Distance between curves | 0 |
Outputs
Name | Type | Description |
---|---|---|
Sheets | Curve | Curves for the sheets. Outputs a flat list of curves for sheets. The curves are without the geometries inside the sheet. |
Geometries | Geometry | Curves for geometries. Outputs a flat list of curves. The geometry curves are without the sheet curves. The indices of the curves in the input geo and output geo are the same. |
Sheet IDs | Number | Index numbers of all the curves. A flat list of numbers |
Geo IDs | Number | Index numbers of all curve geometries. A flat list of numbers where index value matches to the index value of input geometries, and corresponding number matches to the index of the sheet where the input geometry |