Arch Calepinage

From FreeCAD Documentation
Revision as of 09:38, 5 May 2018 by Mario52 (talk | contribs) (Created page with "{{GuiCommand/fr|Name=Arch Nest|Name/fr=Arch Nest|Workbenches=Arch|MenuLocation=Arch → Panel tools → Nest}}")

Arch Nest

Emplacement du menu
Arch → Panel tools → Nest
Ateliers
Arch
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Aucun

Description

The Nest tool allows to select a flat shape to be a container, and a series of other flat shapes to be organized inside the space defined by the container shape. This is typically needed for CNC operations, where you want to cut a series of pieces out of a base panel, and need to organize those pieces in the best possible compact way so they occupy less space on the panel.

The algorithm behind the Nest tool is in constant evolution, and is currently not fully optimized. In the future the performance of this tool should become much better.

The image above shows a series of shapes before and after the nesting operation

How to use

  1. Press the Arch Nest button
  2. Select an object to be the container. This object must be flat, and, at the moment, rectangular
  3. Click the "Pick container" button to use that object as the container
  4. Select a series of other flat objects that you wish to place inside the container. These objects must all be flat and in the same plane as the container.
  5. Adjust desired options below
  6. Start the calculation process
  7. At the end of the calculation, click the Preview button to create a temporary preview of the result.
  8. If you wish to apply the result (move and rotate the actual shapes into place), click OK.

Notes

  • All objects must have a face
  • At the moment the tool will only work with flat objects that all have the same orientation.
  • At the moment, the container must be rectangular.
  • At the moment, margin / spacing between the pieces is not implemented yet
  • The calculation can take a lot of time with many objects. That will be optimized in the future