Part CompSplittingTools: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Module to Workbench renaming.)
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{UnfinishedDocu}}
{{UnfinishedDocu{{#translation:}}}}
<translate>
<translate>

<!--T:1-->
<!--T:1-->
{{Docnav
{{Docnav|[[Part_JoinCutout|Join Cut out]]|[[Part_BooleanFragments|Boolean Fragments]]|[[Part_Module|Part]]|IconL=Part_JoinCutout.png|IconC=Workbench_Part.svg|IconR=Part_BooleanFragments.png}}
|[[Part_JoinCutout|JoinCutout]]
|[[Part_BooleanFragments|BooleanFragments]]
|[[Part_Workbench|Part]]
|IconL=Part_JoinCutout.svg
|IconR=Part_BooleanFragments.svg
|IconC=Workbench_Part.svg
}}


<!--T:2-->
<!--T:2-->
{{GuiCommand
{{GuiCommand|Name=Part_CompSplittingTools|MenuLocation=Part → Split||Workbenches=[[Part Module|Part]]|SeeAlso=}}
|Name=Part CompSplittingTools
|MenuLocation=Part → Split
|Workbenches=[[Part_Workbench|Part]]
|SeeAlso=
}}


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


<!--T:9-->

A collection of splitting tools.


==Types of Splitting== <!--T:4-->
==Types of Splitting== <!--T:4-->


<!--T:5-->
<!--T:5-->
* [[Image:Part BooleanFragments.png|32px]] [[Part_BooleanFragments|Boolean fragments]]: makes all the pieces that can be obtained by Boolean operations between objects (v0.17)
* [[Image:Part_BooleanFragments.svg|32px|link=Part_BooleanFragment]] [[Part_BooleanFragments|Boolean fragments]]: makes all the pieces that can be obtained by Boolean operations between objects.
* [[Image:Part SliceApart.svg|32px]] [[Part_SliceApart|Slice apart]]: tool to split shapes by intersection with other shapes
* [[Image:Part SliceApart.svg|32px|link=Part_SliceApart]] [[Part_SliceApart|Slice apart]]: tool to split shapes by intersection with other shapes.
* [[Image:Part_Slice.svg|32px]] [[Part_Slice|Slice]]: Splits an object into pieces by intersections with another object (v0.17)
* [[Image:Part_Slice.svg|32px|link=Part_Slice]] [[Part_Slice|Slice]]: Splits an object into pieces by intersections with another object.
* [[Image:Part_XOR.svg|32px]] [[Part_XOR|XOR]]: removes space shared by even number of objects (symmetric version of [[Part_Cut|Cut]]) (v0.17)
* [[Image:Part_XOR.svg|32px|link=Part_XOR]] [[Part_XOR|XOR]]: removes space shared by even number of objects (symmetric version of [[Image:Part_Cut.svg|24px|link=Part_Cut]] [[Part_Cut|Cut]]).




<!--T:6-->
<!--T:6-->
{{Docnav
{{Docnav|[[Part_JoinCutout|Join Cut out]]|[[Part_BooleanFragments|Boolean Fragments]]|[[Part_Module|Part]]|IconL=Part_JoinCutout.png|IconC=Workbench_Part.svg|IconR=Part_BooleanFragments.png}}
|[[Part_JoinCutout|JoinCutout]]

|[[Part_BooleanFragments|BooleanFragments]]
<!--T:7-->
|[[Part_Workbench|Part]]
{{Part Tools navi}}
|IconL=Part_JoinCutout.svg

|IconR=Part_BooleanFragments.svg
<!--T:8-->
|IconC=Workbench_Part.svg
{{Userdocnavi}}
}}


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

Revision as of 13:15, 25 August 2021

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

A collection of splitting tools.

Types of Splitting

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