Part ExplodeCompound: Difference between revisions

From FreeCAD Documentation
(Created page with "<languages/> <translate> {{GuiCommand|Name=Part ExplodeCompound |MenuLocation=Part > Compound > Explode compound |Version=0.18.15506 |Workbenches=Part |SeeAls...")
 
(Module to Workbench renaming.)
 
(18 intermediate revisions by 6 users not shown)
Line 2: Line 2:
<translate>
<translate>


<!--T:9-->
{{GuiCommand|Name=Part ExplodeCompound
{{Docnav
|MenuLocation=Part > Compound > Explode compound
|[[Part_Compound|Compound]]
|Version=0.18.15506
|[[Part_CompoundFilter|CompoundFilter]]
|Workbenches=[[Part Module|Part]]
|[[Part_Workbench|Part]]
|SeeAlso=[[Part MakeComppound|Part Make Compound]], [[Draft Downgrade]]
|IconL=Part_Compound.svg
|IconR=Part_CompoundFilter.svg
|IconC=Workbench_Part.svg
}}
}}


<!--T:1-->
==Description==
{{GuiCommand
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 [[Std Group|Group]] if there is more than one.
|Name=Part ExplodeCompound
|MenuLocation=Part Compound Explode compound
|Workbenches=[[Part_Workbench|Part]]
|Version=0.18
|SeeAlso=[[Part_Compound|Part Compound]], [[Draft_Downgrade|Draft Downgrade]]
}}


==Description== <!--T:2-->

<!--T:3-->
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 [[Std_Group|Group]] if there is more than one child.

<!--T:4-->
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.
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.


<!--T:5-->
Placements of extracted shapes follow the placements of the originals, plus the Placement property of each child.
Placements of extracted shapes follow the placements of the originals, plus the Placement property of each child.


<!--T:6-->
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.
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== <!--T:13-->
==Use cases==

* tweaking positions of shapes made by [[Draft Array]]
<!--T:14-->
* obtaining split pieces from result of [[Part Slice]] and [[Part Cut]]
# Invoke the Part ExplodeCompound tool several ways:
* obtaining individual contours from multi-contour sketches and faces
#* Pressing on the [[Image:Part_ExplodeCompound.svg|24px]] button in the Part toolbar
* obtaining a pure solid from a solid-in-compound, for use in FEM workbench.
#* Using the {{MenuCommand|Part → Compound → Explode compound}} entry in the Part menu

==Use cases== <!--T:7-->

<!--T:8-->
* Tweaking positions of shapes made by [[Image:Draft_OrthoArray.svg|24px]] [[Draft_OrthoArray|Draft OrthoArray]]
* 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 a pure solid from a solid-in-compound, for use in [[Image:Workbench_FEM.svg|24px]] [[FEM_Workbench|FEM Workbench]].


<!--T:10-->
{{Docnav
|[[Part_Compound|Compound]]
|[[Part_CompoundFilter|CompoundFilter]]
|[[Part_Workbench|Part]]
|IconL=Part_Compound.svg
|IconR=Part_CompoundFilter.svg
|IconC=Workbench_Part.svg
}}


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

Latest revision as of 13:17, 25 August 2021

Part ExplodeCompound

Menu location
Part → Compound → Explode compound
Workbenches
Part
Default shortcut
None
Introduced in version
0.18
See also
Part 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 OrthoArray
  • 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.