Part Fuse/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 25: Line 25:
</div>
</div>


'''Note:''' This command is an automated form of the [[Image:Part_Booleans.svg|24px]] [[Part Booleans|Boolean operation]].
'''Note:''' This command is an automated form of the [[Image:Part_Booleans.svg|24px|link=Part_Booleans]] [[Part Booleans|Boolean operation]].


== Usage ==
== Usage ==
Line 31: Line 31:
# Select two or more shapes
# Select two or more shapes
# Invoke the Part Union command several ways:
# Invoke the Part Union command several ways:
#* Press the {{Button|[[Image:Part_Fuse.svg|16px]] Part Union}} button in the Part toolbar
#* Press the {{Button|[[Image:Part_Fuse.svg|16px|link=Part_Union]] Part Union}} button in the Part toolbar
#* Use the {{MenuCommand|Part → Boolean → Union}} entry in the Part menu
#* Use the {{MenuCommand|Part → Boolean → Union}} entry in the Part menu


== Supported inputs ==
== 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.
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
* Solid + Solid: the result is a solid that occupies all the volume covered by the inputs
Line 49: Line 49:
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 {{KEY|F5}} key or click on the [[Image:Std_Refresh.svg|24px]] [[Std_Refresh|Refresh/Recompute]] icon) is required to see the results.
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 {{KEY|F5}} key or click on the [[Image:Std_Refresh.svg|24px]] [[Std_Refresh|Refresh/Recompute]] icon) is required to see the results.


After this operation is complete, it may be necessary to clean up the shape with [[Image:Part_RefineShape.svg|24px]] [[Part_RefineShape|RefineShape]].
After this operation is complete, it may be necessary to clean up the shape with [[Image:Part_RefineShape.svg|24px|link=Part_RefineShape]] [[Part_RefineShape|RefineShape]].


{{Docnav
{{Docnav
Line 60: Line 60:
}}
}}


{{Part Tools navi}}
{{Part Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

{{Userdocnavi}}

{{clear}}
{{clear}}

Revision as of 21:42, 25 February 2020

Part Union

Menyplacering
Part → Boolean → Union
Arbetsbänkar
Part
Standard genväg
Ingen
Introducerad i version
-
Se även
Part Cut, Part Common

Beskrivning

Förenar flera valda Del objekt till ett objekt. Denna operation är helt parametrisk, så de ingående delarna ken förändras och resultatet beräknas om.

Note: This command is an automated form of the 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 Refresh/Recompute icon) is required to see the results.

After this operation is complete, it may be necessary to clean up the shape with RefineShape.