Part CompSplittingTools: Difference between revisions

From FreeCAD Documentation
No edit summary
m (png to svg)
Line 7: Line 7:
|[[Part_BooleanFragments|Boolean Fragments]]
|[[Part_BooleanFragments|Boolean Fragments]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_JoinCutout.png
|IconL=Part_JoinCutout.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_BooleanFragments.svg
|IconR=Part_BooleanFragments.svg
Line 38: Line 38:
|[[Part_BooleanFragments|Boolean Fragments]]
|[[Part_BooleanFragments|Boolean Fragments]]
|[[Part_Module|Part]]
|[[Part_Module|Part]]
|IconL=Part_JoinCutout.png
|IconL=Part_JoinCutout.svg
|IconC=Workbench_Part.svg
|IconC=Workbench_Part.svg
|IconR=Part_BooleanFragments.svg
|IconR=Part_BooleanFragments.svg

Revision as of 17:37, 19 February 2020

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Part_CompSplittingTools

Menu location
Part → Split
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
None

Description

Types of Splitting

  • Boolean fragments: makes all the pieces that can be obtained by Boolean operations between objects (v0.17)
  • Slice apart: tool to split shapes by intersection with other shapes
  • Slice: Splits an object into pieces by intersections with another object (v0.17)
  • XOR: removes space shared by even number of objects (symmetric version of Cut) (v0.17)