Part Boolean/it: Difference between revisions

From FreeCAD Documentation
(Created page with "== Problemi di complanarità ==")
(Created page with "Le operazioni booleane sono eseguite dal kernel di geometria interno, OpenCASCADE Technology (OCCT). Questa libreria a volte ha problemi a produrre risultati booleani quando g...")
Line 32: Line 32:
== Problemi di complanarità ==
== Problemi di complanarità ==


Le operazioni booleane sono eseguite dal kernel di geometria interno, OpenCASCADE Technology (OCCT). Questa libreria a volte ha problemi a produrre risultati booleani quando gli oggetti di input condividono un bordo o una faccia. Per essere sicuri che l'operazione booleana abbia successo, la raccomandazione è che le forme si intersechino tra loro; ciò significa che nella maggior parte dei casi, una forma dovrebbe sporgere o essere di dimensioni maggiori rispetto all'altra forma.
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|tree view]]. To troubleshoot these issues, it is recommended to use the {{Button|[[File:Part_CheckGeometry.svg|16px]] [[Part_CheckGeometry|Part CheckGeometry]]}} tool to inspect all objects for problems.
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|tree view]]. To troubleshoot these issues, it is recommended to use the {{Button|[[File:Part_CheckGeometry.svg|16px]] [[Part_CheckGeometry|Part CheckGeometry]]}} tool to inspect all objects for problems.

Revision as of 20:34, 29 May 2020

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

Vedere i singoli comandi:

Vedere anche Part → Affina forma

Problemi di complanarità

Le operazioni booleane sono eseguite dal kernel di geometria interno, OpenCASCADE Technology (OCCT). Questa libreria a volte ha problemi a produrre risultati booleani quando gli oggetti di input condividono un bordo o una faccia. Per essere sicuri che l'operazione booleana abbia successo, la raccomandazione è che le forme si intersechino tra loro; ciò significa che nella maggior parte dei casi, una forma dovrebbe sporgere o essere di dimensioni maggiori rispetto all'altra forma.

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.