Part: Operazione booleana

From FreeCAD Documentation
Revision as of 20:28, 29 May 2020 by Renatorivo (talk | contribs)

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.

Booleana

Posizione nel menu
Parte → Booleana...
Ambiente
Parte
Avvio veloce
Nessuno
Introdotto nella versione
-
Vedere anche
Unione , Intersezione, Sottrazione e Sezione

Questo comando è un strumento booleano generico tutto-in-uno. Esso consente di specificare quale operazione eseguire e quali parametri utilizzare tramite la finestra di dialogo sottostante.

Per accedere più velocemente alle operazioni booleane, vedere Unione , Intersezione, Sottrazione e Sezione.

Questo comando è uno strumento booleano tutto-in-uno generico. Consente di specificare quale operazione eseguire e quali parametri utilizzare tramite la finestra di dialogo sottostante. Per operazioni booleane più veloci, vedere anche Unione, Intersezione, Taglio e Sezione.

File:Dialog-boolean it.png

Pulire la forma

Dopo una operazione booleana, l'oggetto prodotto può contenere delle linee superflue che derivano dalle forme originali, per ripulirlo, si può:

  • utilizzare il comando Parte → Affinare una forma
  • utilizzare il comando Affina Forma di OpenScad, oppure
  • per ottenere subito una forma pulita e non dover ricorrere a questo comando, attivare la voce Affina automaticamente il modello... nelle preferenze

Utilizzo

See the individual commands:

Vedere anche Part → Affina forma

Coplanar problems

The boolean operations are performed by the internal geometry kernel, OpenCASCADE Technology (OCCT). This library sometimes has problems producing boolean results when the input objects share an edge or a face. To be sure the boolean operation is successful the recommendation is that the shapes intersect each other clearly; this means that in most cases, one shape should protrude or be larger in size than the other shape.

In cases of coplanarity, even if the first boolean operation succeeds, subsequent boolean operations may fail. In this case, the problem may not be in the last operation done, but in the older ones, that is, in the nested operations as indicated in the tree view. To troubleshoot these issues, it is recommended to use the Part CheckGeometry tool to inspect all objects for problems.

Left: shapes that share a face, a boolean cut may produce incorrect results. Right: shapes that intersect each other clearly, the boolean cut will be successful in most cases.

Left: shapes that share a face, a boolean union may produce incorrect results. Right: shapes that intersect each other clearly, the boolean union will be successful in most cases.