Part Compound: Difference between revisions

From FreeCAD Documentation
m (add See Also links)
m (Reformatted Usage section)
(11 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>
<!--T:6-->
{{Docnav
|[[Part_CompCompoundTools|CompCompoundTools]]
|[[Part_ExplodeCompound|Explode Compound]]
|[[Part_Module|Part]]
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconR=Part_ExplodeCompound.svg
}}

<!--T:1-->
<!--T:1-->
{{GuiCommand
{{GuiCommand
|Name=Part MakeCompound‏‎
|Name=Part Compound‏‎
|MenuLocation=Part → Make compound
|MenuLocation=Part → Make compound
|Workbenches=[[Part Workbench|Part]]
|Workbenches=[[Part Workbench|Part]]
|Version=0.14
|SeeAlso=[[Part Union]], [[Part CompoundFilter]], [[Part ExplodeCompound]]}}
|SeeAlso=[[Part Union]], [[Part CompoundFilter]], [[Part ExplodeCompound]]}}


==Introduction== <!--T:2-->
==Description== <!--T:2-->
This command creates a compound of any kind of topological shapes.
This command creates a compound of any kind of topological shapes.
These can be solids or meshes or any other kind of topological shapes.
These can be solids or meshes or any other kind of topological shapes.
Line 16: Line 27:


==Usage== <!--T:3-->
==Usage== <!--T:3-->
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]]
# 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== <!--T:4-->
==Notes== <!--T:4-->
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.
'''Warning'''<br />

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. Automatic geometry check (available for Boolean operations) is disabled for part compound as well.
<!--T:10-->
To turn this check on go to {{MenuCommand|Tools → Edit Parameters → Preferences... → Mod → Part → CheckGeometry → RunBOPCheck}} and set the parameter to {{incode|true}}.


<!--T:7-->
{{Docnav
|[[Part_CompCompoundTools|CompCompoundTools]]
|[[Part_ExplodeCompound|Explode Compound]]
|[[Part_Module|Part]]
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconR=Part_ExplodeCompound.svg
}}


</translate>
</translate>
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}
{{clear}}

Revision as of 02:05, 26 February 2020

Part Compound‏‎

Menu location
Part → Make compound
Workbenches
Part
Default shortcut
None
Introduced in version
0.14
See also
Part Union, Part CompoundFilter, Part ExplodeCompound

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.

A compound is a set of shapes grouped into one object.

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.