Part Boolean/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "{{Docnav/ru |Фильтр соединений |Обрезать |Верстак Part |IconL=Part_CompoundFilt...")
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav/ru
|[[Part_CompoundFilter/ru|Фильтр соединений]]
|[[Part_Cut/ru|Обрезать]]
|[[Part_Workbench/ru|Верстак Part]]
|IconL=Part_CompoundFilter.svg
|IconR=Part_Cut.svg
|IconC=Workbench_Part.svg
}}

{{GuiCommand/ru
{{GuiCommand/ru
|Name=Part Booleans
|Name=Part Boolean
|Name/ru=Part Booleans
|Name/ru=Part Boolean
|MenuLocation=Деталь → Булевы операции
|MenuLocation=Деталь → Булевы операции
|Workbenches=[[Part Module/ru|Part]],Complete
|Workbenches=[[Part_Workbench/ru|Part]]
|SeeAlso=[[Part Union/ru|Объединение]], [[Part Common/ru|Пересечение]] и [[Part Cut/ru|Обрезать]]
|SeeAlso=[[Part Union/ru|Объединение]], [[Part Common/ru|Пересечение]], [[Part Cut/ru|Обрезать]] и [[Part Section/ru|Part Section]]
}}
}}


==Описание==
Эта команда - общий инструмент для всех булевых операций. Она позволяет назначить исполняемые операции и их параметры через нижеследующий диалог. Для более быстрых булевых операций, смотрите [[Part Union/ru|Объединение]], [[Part Common/ru|Пересечение]] и [[Part Cut/ru|Обрезать]].

<div class="mw-translate-fuzzy">
Эта команда - общий инструмент для всех булевых операций. Она позволяет назначить исполняемые операции и их параметры через нижеследующий диалог.
</div>

<div class="mw-translate-fuzzy">
Для более быстрых булевых операций, смотрите [[Part Union/ru|Объединение]], [[Part Common/ru|Пересечение]] и [[Part Cut/ru|Обрезать]].
</div>


[[File:PartBooleansDialog.png]]
[[File:PartBooleansDialog.png]]


{{Caption|Dialog to select objects and perform boolean operations with them.}}

==Применение==

See the individual commands:
* {{Button|[[Image:Part_Cut.svg|16px]] [[Part_Cut|Part Cut]]}}
* {{Button|[[Image:Part_Fuse.svg|16px]] [[Part_Fuse|Part Fuse]]}}
* {{Button|[[Image:Part_Common.svg|16px]] [[Part_Common|Part Common]]}}
* {{Button|[[Image:Part_Section.svg|16px]] [[Part Section|Part Section]]}}

<div class="mw-translate-fuzzy">
Смотрите далее Деталь → [[Part_RefineShape/ru|Уточнить форму]]
Смотрите далее Деталь → [[Part_RefineShape/ru|Уточнить форму]]
</div>

== Coplanar problems ==

The boolean operations are performed by the internal geometry kernel, [[OpenCASCADE|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.

[[File:Part_Boolean_cut_coplanar_1.png|500px]]

[[File:Part_Boolean_cut_coplanar_2.png|500px]]

{{Caption|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.}}

[[File:Part_Boolean_fusion_coplanar_1.png|500px]]

[[File:Part_Boolean_fusion_coplanar_2.png|500px]]

{{Caption|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.}}


{{Docnav/ru
|[[Part_CompoundFilter/ru|Фильтр соединений]]
|[[Part_Cut/ru|Обрезать]]
|[[Part_Workbench/ru|Верстак Part]]
|IconL=Part_CompoundFilter.svg
|IconR=Part_Cut.svg
|IconC=Workbench_Part.svg
}}

{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 16:42, 31 August 2021

Part Boolean

Системное название
Part Boolean
Расположение в меню
Деталь → Булевы операции
Верстаки
Part
Быстрые клавиши
Нет
Представлено в версии
-
См. также
Объединение, Пересечение, Обрезать и Part Section

Описание

Эта команда - общий инструмент для всех булевых операций. Она позволяет назначить исполняемые операции и их параметры через нижеследующий диалог.

Для более быстрых булевых операций, смотрите Объединение, Пересечение и Обрезать.

Dialog to select objects and perform boolean operations with them.

Применение

See the individual commands:

Смотрите далее Деталь → Уточнить форму

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.