Nesting algorithms
From Wikipedia, the free encyclopedia
Nesting Algorithms are used to make the most efficient use of material or space by evaluating many different possible combinations via Recursion.
|
Some factors worth considering when comparing...
- Linear (1-dimensional) cut combinations:
- Kerf
- Scrap or drop length
- Cost or preference of source material
- Plate (2-dimensional) cut combinations:
- Kerf
- Area, shape, and useability of resulting scrap or drop
- Cost or preference of source material
- Number of cuts required
- Density (Yield Area / Cut Bounding Box)
i.e. If a combination consists of only two rectangular 1x2' cuts, placing them parallel results in a higher density than placing them in a T or L shape.