Nesting Patterns Algorithms / Cutting Waste Problem

Posted by WedTM on Stack Overflow See other posts from Stack Overflow or by WedTM
Published on 2010-03-22T22:50:59Z Indexed on 2010/03/22 23:01 UTC
Read the original article Hit count: 288

Filed under:
|

First off, I'd like to say that I'm already looking into the "Cutting Stock Problem" algorithm, however I feel that I need a bit more clarification, and possibly some help with some of the math (Not my strong point).

What I need to do is have an offset pattern that causes the circle to fit in the crevasse created by having the two circular dies sitting next to each other on the previous line, like so:

O O O O O O
 O O O O O
O O O O O O

I'm hoping someone can point me towards the right algorithm for this! Thanks!

© Stack Overflow or respective owner

Related posts about nesting

Related posts about algorithm