Arrangement of shapes in an area

  • Context: Undergrad 
  • Thread starter Thread starter xchaos01
  • Start date Start date
  • Tags Tags
    Area Shapes
Click For Summary
SUMMARY

The discussion focuses on algorithms for optimizing the arrangement of various shapes—rectangles, triangles, and circles—within a defined rectangular area, specifically a steel plaque measuring 10ft x 15ft. Participants highlight the complexity of this problem, referencing the well-known challenge of fitting disks into squares to maximize area. The term "die cutting layout optimization algorithms" is suggested as a key search phrase for finding relevant methodologies and solutions.

PREREQUISITES
  • Understanding of geometric shapes and their properties
  • Familiarity with optimization algorithms
  • Knowledge of die cutting processes
  • Basic skills in computational geometry
NEXT STEPS
  • Research "die cutting layout optimization algorithms" for practical solutions
  • Explore computational geometry techniques for shape fitting
  • Investigate software tools for layout optimization, such as AutoCAD or SolidWorks
  • Study case studies on maximizing area in manufacturing settings
USEFUL FOR

This discussion is beneficial for industrial engineers, manufacturing professionals, and anyone involved in optimizing layouts for material usage and cost reduction in production processes.

xchaos01
Messages
10
Reaction score
0
Hello,

I'm trying to research a method or algorithm to determine how to best fit a couple of diferent shapes into a given area.

Type of area: Rectangular
Types of shapes: Rectangles, Triangles, Circles

Where I work at we have to figure out how to best arrange the shapes we need into a steel metal plague (10ft x 15ft for example) in order to require the least amount of plaques so we can give the customes a lower price overall.

I've tried my luck with google but I can't quite pinpoint the correct search criteria for this.

Any help is appreciated. Thanks.:smile:

EDIT: BTW, if this topic belongs to another section please direct me to it.
 
Last edited:
Physics news on Phys.org
xchaos01 said:
Hello,

I'm trying to research a method or algorithm to determine how to best fit a couple of diferent shapes into a given area.

This is pretty well-known problem. It's also a very difficult problem. The one I usually hear about is how to fit disks of a certain size inside of a square so that you maximize the area. There's plenty of naive algorithms to fit disks into a square(most likely won't obtain an optimal solution), but as far as maximizing your area, it's hard to do.
 

Similar threads

Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
5K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 67 ·
3
Replies
67
Views
16K
Replies
15
Views
41K