
Cutting Diagram 7.0
Cutting diagrams are available for material groups of type Sheet Good and Dimensional.
This page is currently being written.
Computing Cutting Diagrams
Cutting diagrams can be solved by a class of algorithms known as Bin Packing, albeit with a few twists. We are looking for an optimal cutting plan, but what is optimal? The criterion most often used to define optimality is the least number of bins necessary to pack a set of boxes. Other criteria to optimize include the size and number of offcuts produced (one large is better than many small), the total length of needed cuts, the number of times the panel needs to be rotated, the number of top-level through cuts, ...
Cutting diagrams are not available for material of type Solid Wood, because they are not meaningful in that context.
Limitations
Bin Packing problems are notoriously difficult. Even if we cannot guarantee to find a perfect solution, our algorithm tries very hard to find an acceptable solution.
Cutting diagrams that do not look as you expected do not constitute bugs, and should not be reported as such.
Types
One (Dimensional) - Cut lengthwise only
Guillotine - Cutting into rectangles with through cuts
Rectangle - Cutting into nested rectangles
Nesting - Cutting with any nested shapes

Last updated
Was this helpful?