Part Fuse: Difference between revisions

From FreeCAD Documentation
m (png to svg + linted templates)
m (Reformatted Usage section)
Line 30: Line 30:
== Usage == <!--T:5-->
== Usage == <!--T:5-->
# Select two or more shapes
# Select two or more shapes
# Press the {{Button|[[Image:Part Fuse.svg|16px]] Part Union}} button.
# Invoke the Part Union command several ways:
#* Press the {{Button|[[Image:Part_Fuse.svg|16px]] Part Union}} button in the Part toolbar
#* Use the {{MenuCommand|Part → Boolean → Union}} entry in the Part menu


== Supported inputs == <!--T:7-->
== Supported inputs == <!--T:7-->

Revision as of 18:39, 11 February 2020

Part Union

Menu location
Part → Boolean → Union
Workbenches
Part
Default shortcut
None
Introduced in version
-
See also
Part Cut, Part Common

Description

The Part Union tool unites (fuses) selected Part objects into one. This operation is fully parametric and the components can be modified and the result recomputed.

This command allows you to perform quickly this Boolean operation.

Usage

  1. Select two or more shapes
  2. Invoke the Part Union command several ways:
    • Press the Part Union button in the Part toolbar
    • Use the Part → Boolean → Union entry in the Part menu

Supported inputs

Input objects must be OpenCascade shapes. Examples: stuff made with Part, PartDesign, Sketcher workbenches. Not meshes (unless those were converted to shapes) - for meshes, there are specific Boolean tools in MeshDesign workbench.

  • Solid + Solid: the result is a solid that occupies all the volume covered by the inputs
  • Shell + Shell, Shell + Face, Face + Face: the result is a shell. Where faces intersect, they are split. Shells can be non-manifold. After fusion, faces can be united by Refining the result.
  • Wire + Wire, Edge + Wire, Edge + Edge: the result is a wire. Edges are split where they intersect.

Compounds are supported; however, it is assumed that shapes packed into a compound do not touch or intersect. If they actually do, Fusion will likely fail, or produce an incorrect result.

Options

Items can be added and removed from the fusion, by dragging them in or out of the fusion feature in the tree view with the mouse. A manual recompute (press F5 key or click on the recompute icon) is required to see the results.

After this operation it may be necessary to clean the shape with RefineShape.