PartDesign Boolean/tr

From FreeCAD Documentation
This page is a translated version of the page PartDesign Boolean and the translation is 6% complete.

PartDesign Boolean

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

Tanım

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 PartDesign 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, objects can be selected prior to pressing the Boolean button. They will be added. automatically. When pre-selecting you are not restricted to Bodies. PartDesign ShapeBinder, PartDesign SubShapeBinder and even solids created with other workbenches can then also be selected.

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

  • VeriType: sets the Boolean operation (Fuse, Cut, Common)
  • VeriLabel: name given to the operation, this name can be changed at convenience.
  • VeriGroup: lists the tool bodies.
  • GörünümDisplay: 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 tool Bodies need to be edited, or used in later operations.
  • GörünümSelectable: true or false. If set to false, the feature cannot be selected in the 3D view.
  • GörünümVisibility: 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, than to change its placement.