Fitting maximum amount of shapes on a surface

Posted by Fuu on Stack Overflow See other posts from Stack Overflow or by Fuu
Published on 2010-04-20T12:41:05Z Indexed on 2010/04/20 12:43 UTC
Read the original article Hit count: 200

In industry, there is often a problem where you need to calculate the most efficient use of material, be it fabric, wood, metal etc. So the starting point is X amount of shapes of given dimensions, made out of polygons and/or curved lines, and target is another polygon of given dimensions.

I assume many of the current CAM suites implement this, but having no experience using them or of their internals, what kind of computational algorithm is used to find the most efficient use of space? Can someone point me to a book or other reference that discusses this subject?

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about geometry