Part SliceApart/de: Difference between revisions

From FreeCAD Documentation
(Created page with "Werkzeug zum Teilen von Formen durch Überschneidung mit anderen Formen. Für eine Box und eine Ebene werden beispielsweise zwei Körper erstellt.")
(Created page with "Auf dem Bild oben wurden die Teile anschließend manuell auseinandergeschoben, um das Schneiden zu verdeutlichen.")
Line 13: Line 13:
[[image:Part_Slice_Demo.png|600px]]
[[image:Part_Slice_Demo.png|600px]]


Auf dem Bild oben wurden die Teile anschließend manuell auseinandergeschoben, um das Schneiden zu verdeutlichen.
On the picture above, the pieces were moved apart manually afterwards, to reveal the slicing.


[[Part SliceApart|Slice apart]] is the same as [[Part Slice|Part Slice]] followed by [[Part_ExplodeCompound|Part Explode Compound]]. While "Slice to compound" is fully-parametric, and causes no trouble as the number of pieces changes, "Slice apart" will not update the number of objects as the number of pieces changes.
[[Part SliceApart|Slice apart]] is the same as [[Part Slice|Part Slice]] followed by [[Part_ExplodeCompound|Part Explode Compound]]. While "Slice to compound" is fully-parametric, and causes no trouble as the number of pieces changes, "Slice apart" will not update the number of objects as the number of pieces changes.

Revision as of 13:52, 12 March 2019

Part SliceApart

Menu location
Part → Split → Slice Apart
Workbenches
Part
Default shortcut
None
Introduced in version
0.18.15506
See also
Part Slice to compound, Part Explode Compound

Beschreibung

Werkzeug zum Teilen von Formen durch Überschneidung mit anderen Formen. Für eine Box und eine Ebene werden beispielsweise zwei Körper erstellt.

Auf dem Bild oben wurden die Teile anschließend manuell auseinandergeschoben, um das Schneiden zu verdeutlichen.

Slice apart is the same as Part Slice followed by Part Explode Compound. While "Slice to compound" is fully-parametric, and causes no trouble as the number of pieces changes, "Slice apart" will not update the number of objects as the number of pieces changes.

Please visit Part Slice page for more info.

Version

Slice Apart was introduced in FreeCAD v0.18.15506. FreeCAD needs to be compiled with OCC 6.9.0 or later; otherwise, the tool is unavailable.