PartDesign Boolean: Difference between revisions

From FreeCAD Documentation
m (moved templates out of translation tags + Linted templates + added links)
No edit summary
Line 3: Line 3:
<!--T:15-->
<!--T:15-->
{{Docnav
{{Docnav
|[[PartDesign Thickness|Thickness]]
|[[PartDesign_Thickness|Thickness]]
|[[PartDesign Migrate|Migrate]]
|[[PartDesign_Migrate|Migrate]]
|[[PartDesign_Workbench|PartDesign]]
|[[PartDesign_Workbench|PartDesign]]
|IconL=PartDesign_Thickness.svg
|IconL=PartDesign_Thickness.svg
Line 15: Line 15:
|Name=PartDesign Boolean
|Name=PartDesign Boolean
|MenuLocation=Part Design → Boolean operation
|MenuLocation=Part Design → Boolean operation
|Workbenches=[[PartDesign Workbench|PartDesign]]
|Workbenches=[[PartDesign_Workbench|PartDesign]]
|Version=0.17
|Version=0.17
}}
}}
Line 71: Line 71:
<!--T:16-->
<!--T:16-->
{{Docnav
{{Docnav
|[[PartDesign Thickness|Thickness]]
|[[PartDesign_Thickness|Thickness]]
|[[PartDesign Migrate|Migrate]]
|[[PartDesign_Migrate|Migrate]]
|[[PartDesign_Workbench|PartDesign]]
|[[PartDesign_Workbench|PartDesign]]
|IconL=PartDesign_Thickness.svg
|IconL=PartDesign_Thickness.svg

Revision as of 11:02, 28 November 2020

PartDesign Boolean

Menu location
Part Design → Boolean operation
Workbenches
PartDesign
Default shortcut
None
Introduced in version
0.17
See also
None

Description

PartDesign Boolean imports one or more PartDesign Bodies or PartDesign Clones (designated as "tool bodies") into the active PartDesign Body and applies a Boolean operation (fuse, cut or common).

On the left: active body (A) with tool bodies (B) and (C); result on the right after a Boolean Cut.

Usage

  1. Activate the Body which is to receive the Boolean feature. Note: It is important that neither the active Body nor any of the features it contains be selected!
  2. Press the Boolean button.
  3. In Boolean Parameters, click on the Add body button. The active body temporarily disappears from the 3D view to facilitate tool body selection.
  4. In the 3D view, select the Body to use in the Boolean feature. Repeat to add more Bodies.
  5. Select the type of Boolean operation in the drop down menu (Fuse, Cut or Common)
  6. Click OK.

Alternatively, one or more Bodies can be selected prior to pressing the Boolean button; they will be automatically added.

Options

  • Fuse: merges the tool body or bodies to the active body.
  • Cut: subtracts the tool body or bodies from the active body.
  • Common: extracts the intersection from the selected body or bodies with the active body
  • Press the Remove body button to remove a body, by selecting it in the 3D view.

Properties

  • DataType: sets the Boolean operation (Fuse, Cut, Common)
  • DataLabel: name given to the operation, this name can be changed at convenience.
  • DataGroup: lists the tool bodies.
  • ViewDisplay: sets the display between 2 modes:
    • Result (default): displays the result of the Boolean feature. In this mode, the tool Bodies cannot be displayed in their original state, even when their visibility is toggled on.
    • Tools: displays the tool Bodies in their original state. This mode is useful when editing tool Bodies is needed.
  • ViewSelectable: true or false. If set to false, the feature cannot be selected in the 3D view.
  • ViewVisibility: true or false. Toggles the feature's visibility in the 3D view.

Limitations

  • For Common to work with more than one tool body, they must all intersect each other along with the active Body.
  • Tool bodies adopt the local origin of the active Body. If the active Body is not located at (0,0,0) in the global coordinate system, the tool bodies' placement need to be relative to the active Body. It may be easier to leave the active Body's placement at the origin before applying the Boolean feature, then to change its placement.