Part Compound/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav/ru
|[[Part_CompCompoundTools|CompCompoundTools]]
|[[Part_CompCompoundTools/ru|Создать соединение]]
|[[Part_ExplodeCompound|Explode Compound]]
|[[Part_ExplodeCompound/ru|Разъединить соединение]]
|[[Part_Module|Part]]
|[[Part_Workbench/ru|Верстак Part]]
|IconL=Part_CompCompoundTools.png
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconR=Part_ExplodeCompound.svg
|IconR=Part_ExplodeCompound.svg
|IconC=Workbench_Part.svg
}}
}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name=Part MakeCompound‏‎
|Name=Part Compound‏‎
|Name/ru=Part MakeCompound‏‎
|Name/ru=Part Compound‏‎
|MenuLocation=PartMake compound
|MenuLocation=ДетальСоединить → Создать соединение
|Workbenches=[[Part Workbench/ru|Part]]
|Workbenches=[[Part_Workbench/ru|Part]]
|Version=0.14
|SeeAlso=
|SeeAlso=[[Part_Fuse/ru|Part Fuse]], [[Part_CompoundFilter/ru|Part CompoundFilter]], [[Part_ExplodeCompound/ru|Part ExplodeCompound]]
}}
}}
</div>
</div>


==Description==
== Description ==
This command creates a compound of any kind of topological shapes.
These can be solids or meshes or any other kind of topological shapes.


This command creates a compound of objects with a topological shape such as solid objects and other objects with faces and/or edges. It cannot handle meshes as they do not have a topological shape.
A compound is a set of shapes grouped into one object.


==Usage==
== Usage ==

Mark the topological shapes to be added to the compound in the tree view and choose {{MenuCommand|Part → Compound → Make Compound}}
# Mark the topological shapes to be added to the compound in the [[Tree_view|tree view]]
# Choose {{MenuCommand|Part → Compound → Make Compound}} entry in the Part menu or click on the [[Image:Part_Compound.svg|24px|link=Part_Compound]] button.

== Notes ==


==Notes==
A compound containing pieces that intersect or touch is '''invalid''' for Boolean operations. Because of performance issues, checking if the pieces intersect is not done by default. Automatic geometry check (available for Boolean operations) is disabled for part compound as well.
A compound containing pieces that intersect or touch is '''invalid''' for Boolean operations. Because of performance issues, checking if the pieces intersect is not done by default. Automatic geometry check (available for Boolean operations) is disabled for part compound as well.


To turn this check on go to {{MenuCommand|Tools → Edit Parameters → Preferences... → Mod → Part → CheckGeometry → RunBOPCheck}} and set the parameter to {{incode|true}}.
To turn this check on go to {{MenuCommand|Tools → Edit Parameters → Preferences... → Mod → Part → CheckGeometry → RunBOPCheck}} and set the parameter to {{incode|true}}.



{{Docnav
{{Docnav/ru
|[[Part_CompCompoundTools|CompCompoundTools]]
|[[Part_CompCompoundTools/ru|Создать соединение]]
|[[Part_ExplodeCompound|Explode Compound]]
|[[Part_ExplodeCompound/ru|Разъединить соединение]]
|[[Part_Module|Part]]
|[[Part_Workbench/ru|Верстак Part]]
|IconL=Part_CompCompoundTools.png
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconR=Part_ExplodeCompound.svg
|IconR=Part_ExplodeCompound.svg
|IconC=Workbench_Part.svg
}}
}}


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

Latest revision as of 09:40, 12 May 2022

Part Compound‏‎

Системное название
Part Compound‏‎
Расположение в меню
Деталь → Соединить → Создать соединение
Верстаки
Part
Быстрые клавиши
Нет
Представлено в версии
0.14
См. также
Part Fuse, Part CompoundFilter, Part ExplodeCompound

Description

This command creates a compound of objects with a topological shape such as solid objects and other objects with faces and/or edges. It cannot handle meshes as they do not have a topological shape.

Usage

  1. Mark the topological shapes to be added to the compound in the tree view
  2. Choose Part → Compound → Make Compound entry in the Part menu or click on the button.

Notes

A compound containing pieces that intersect or touch is invalid for Boolean operations. Because of performance issues, checking if the pieces intersect is not done by default. Automatic geometry check (available for Boolean operations) is disabled for part compound as well.

To turn this check on go to Tools → Edit Parameters → Preferences... → Mod → Part → CheckGeometry → RunBOPCheck and set the parameter to true.