Part ExplodeCompound: Difference between revisions

From FreeCAD Documentation
(Marked this version for translation)
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 3: Line 3:
<!--T:9-->
<!--T:9-->
{{Docnav
{{Docnav
|[[Part_MakeCompound|Make Compound]]
|[[Part_Compound|Make Compound]]
|[[Part_CompoundFilter|Compound filter]]
|[[Part_CompoundFilter|Compound filter]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_MakeCompound.png
|IconL=Part_Compound.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_CompoundFilter.svg
|IconR=Part_CompoundFilter.svg
Line 12: Line 12:


<!--T:1-->
<!--T:1-->
{{GuiCommand|Name=Part ExplodeCompound
{{GuiCommand
|Name=Part ExplodeCompound
|MenuLocation=Part → Compound → Explode compound
|MenuLocation=Part → Compound → Explode compound
|Version=0.18.15506
|Version=0.18.15506
|Workbenches=[[Part Module|Part]]
|Workbenches=[[Part Module|Part]]
|SeeAlso=[[Part MakeCompound|Part Make Compound]], [[Draft Downgrade|Draft Downgrade]]
|SeeAlso=[[Part_Compound|Part Make Compound]], [[Draft Downgrade|Draft Downgrade]]
}}
}}


Line 43: Line 44:


<!--T:8-->
<!--T:8-->
* tweaking positions of shapes made by [[Image:Draft_Array.svg|24px]] [[Draft Array|Draft Array]]
* Tweaking positions of shapes made by [[Image:Draft_Array.svg|24px]] [[Draft Array|Draft Array]]
* obtaining split pieces from result of [[Image:Part_Slice.svg|24px]] [[Part Slice|Part Slice]] and [[Image:Part_Cut.svg|24px]] [[Part Cut|Part Cut]]
* Obtaining split pieces from result of [[Image:Part_Slice.svg|24px]] [[Part Slice|Part Slice]] and [[Image:Part_Cut.svg|24px]] [[Part Cut|Part Cut]]
* obtaining individual contours from multi-contour sketches and faces
* Obtaining individual contours from multi-contour sketches and faces
* obtaining a pure solid from a solid-in-compound, for use in [[Image:Workbench_FEM.svg|24px]] [[FEM Workbench]].
* Obtaining a pure solid from a solid-in-compound, for use in [[Image:Workbench_FEM.svg|24px]] [[FEM Workbench]].


<!--T:10-->
<!--T:10-->
{{Docnav
{{Docnav
|[[Part_MakeCompound|Make Compound]]
|[[Part_Compound|Make Compound]]
|[[Part_CompoundFilter|Compound filter]]
|[[Part_CompoundFilter|Compound filter]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_MakeCompound.png
|IconL=Part_Compound.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_CompoundFilter.svg
|IconR=Part_CompoundFilter.svg
}}
}}

<!--T:11-->
{{Part Tools navi}}

<!--T:12-->
{{Userdocnavi}}


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

Revision as of 20:35, 25 February 2020

Part ExplodeCompound

Menu location
Part → Compound → Explode compound
Workbenches
Part
Default shortcut
None
Introduced in version
0.18.15506
See also
Part Make Compound, Draft Downgrade

Description

Tool to split up compounds of shapes, to make each contained shape (child) available as a separate object in model tree. The children are automatically put into a Group if there is more than one child.

It is semi-parametric: the shapes of the children will update as the source compound changes, but if the number of children in the compound is changed, the explosion will be either missing some shapes, or have redundant objects in an error state.

Placements of extracted shapes follow the placements of the originals, plus the Placement property of each child.

The tool will also explode non-compound shapes into their lower-level constituents: compsolids into solids, solids into shells, shells into faces, faces into wires, wires into edges, edges into vertices.

Usage

  1. Invoke the Part ExplodeCompound tool several ways:
    • Pressing on the button in the Part toolbar
    • Using the Part → Compound → Explode compound entry in the Part menu

Use cases

  • Tweaking positions of shapes made by Draft Array
  • Obtaining split pieces from result of Part Slice and Part Cut
  • Obtaining individual contours from multi-contour sketches and faces
  • Obtaining a pure solid from a solid-in-compound, for use in FEM Workbench.