Part Opération booléenne

From FreeCAD Documentation
Revision as of 09:41, 28 May 2020 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

Cette documentation n'est pas terminée. Merci de nous aider et de contribuer à la documentation.

Modèle GuiCommand explique comment les commandes doivent être documentées. Parcourez Category:UnfinishedDocu pour voir d'autres pages incomplètes comme celle-ci. Voir Category:Command_Reference pour toutes les commandes.

Voir Écrire une page Wiki pour apprendre à éditer les pages du wiki, et aller à Contribuer à FreeCAD pour apprendre d'autres façons de contribuer.

Part Opérations booléennes

Emplacement du menu
Pièce → Opération booléenne...
Ateliers
Part
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Part Union, Part Intersection, Part Soustraction, Part Section

Description

Cette commande est un outil booléen générique tout-en-un. Il vous permet de spécifier quelle opération exécuter et quels paramètres utiliser via la boîte de dialogue ci-dessous. Pour des opérations booléennes plus rapides, voir aussi Part Union, Part Intersection, Part Soustraction et Part Section.

PartBooleansDialog

Utilisation

See the individual commands:

Voi aussi Part → Affiner la forme.

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.