Part ExplodeCompound/de: Difference between revisions

From FreeCAD Documentation
(Created page with "==Beschreibung==")
(Created page with "Werkzeug zum Aufteilen von Formverbünden, um jede enthaltene Form (Kind) als separates Objekt im Modellbaum verfügbar zu machen. Die Kinder werden automatisch in eine Std...")
Line 11: Line 11:
==Beschreibung==
==Beschreibung==


Werkzeug zum Aufteilen von Formverbünden, um jede enthaltene Form (Kind) als separates Objekt im Modellbaum verfügbar zu machen. Die Kinder werden automatisch in eine [[Std Group/de|Gruppe]] aufgenommen, wenn es mehr als ein Kind gibt.
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.


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.

Revision as of 13:04, 1 December 2019

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

Beschreibung

Werkzeug zum Aufteilen von Formverbünden, um jede enthaltene Form (Kind) als separates Objekt im Modellbaum verfügbar zu machen. Die Kinder werden automatisch in eine Gruppe aufgenommen, wenn es mehr als ein Kind gibt.

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.

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.