Page cover

Cutting Diagram 7.0

Cutting diagrams are available for material groups of type Sheet Good and Dimensional.

This feature was introduced in version 7.0.0.

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, ...

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.

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?