Arch: Nido

From FreeCAD Documentation
Revision as of 16:45, 25 February 2018 by Renatorivo (talk | contribs) (Created page with "Lo strumento Nido consente di selezionare una forma piatta destinata ad essere un contenitore e una serie di altre forme piatte da organizzare all'interno dello spazio definit...")

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Nido

Posizione nel menu
Arch → Strumenti pannello → Nido
Ambiente
Arch
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Nessuno

Descrizione

Lo strumento Nido consente di selezionare una forma piatta destinata ad essere un contenitore e una serie di altre forme piatte da organizzare all'interno dello spazio definito dalla forma del contenitore. Tipicamente questo è necessario per le operazioni CNC, in cui si desidera tagliare una serie di pezzi da un pannello di base e si devono organizzare tali pezzi nel modo più compatto possibile in modo che occupino meno spazio sul pannello.

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.

Note

  • 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