Part Compound/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav
{{Docnav|[[Part_CompCompoundTools|CompCompoundTools]]|[[Part_ExplodeCompound|Explode Compound]]|[[Part_Module|Part]]|IconL=Part_CompCompoundTools.png|IconC=Workbench_Part.svg|IconR=Part_ExplodeCompound.svg}}
|[[Part_CompCompoundTools|CompCompoundTools]]
|[[Part_ExplodeCompound|Explode Compound]]
|[[Part_Module|Part]]
|IconL=Part_CompCompoundTools.png
|IconC=Workbench_Part.svg
|IconR=Part_ExplodeCompound.svg
}}


{{GuiCommand
{{GuiCommand
Line 6: Line 13:
|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==
==Description==
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 22: Line 30:
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|[[Part_CompCompoundTools|CompCompoundTools]]|[[Part_ExplodeCompound|Explode Compound]]|[[Part_Module|Part]]|IconL=Part_CompCompoundTools.png|IconC=Workbench_Part.svg|IconR=Part_ExplodeCompound.svg}}
|[[Part_CompCompoundTools|CompCompoundTools]]

|[[Part_ExplodeCompound|Explode Compound]]
{{Part Tools navi}}
|[[Part_Module|Part]]

|IconL=Part_CompCompoundTools.png
{{Userdocnavi}}
|IconC=Workbench_Part.svg

|IconR=Part_ExplodeCompound.svg
}}


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

Revision as of 06:32, 25 February 2020

Part MakeCompound‏‎

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

Mark the topological shapes to be added to the compound in the tree view and choose Part → Compound → Make Compound

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.