Part Fuse/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "Narzędzie {{Button|24px|link=Part_Fuse/pl Suma}} łączy ''(jednoczy)'' wybrane obiekty środowiska Części w jeden. Ta operacja jes...")
(Created page with "'''Uwaga:''' To polecenie jest zautomatyzowaną formą 24px|link=Part_Boolean/pl Operacji na bryłach.")
Line 21: Line 21:
Narzędzie {{Button|[[Image:Part_Fuse.svg|24px|link=Part_Fuse/pl]] [[Part_Fuse/pl|Suma]]}} łączy ''(jednoczy)'' wybrane obiekty środowiska Części w jeden. Ta operacja jest w pełni parametryczna i komponenty mogą być modyfikowane, a wynik ponownie obliczany.
Narzędzie {{Button|[[Image:Part_Fuse.svg|24px|link=Part_Fuse/pl]] [[Part_Fuse/pl|Suma]]}} łączy ''(jednoczy)'' wybrane obiekty środowiska Części w jeden. Ta operacja jest w pełni parametryczna i komponenty mogą być modyfikowane, a wynik ponownie obliczany.


'''Note:''' This command is an automated form of the [[Image:Part_Boolean.svg|24px|link=Part_Boolean]] [[Part Boolean|Boolean operation]].
'''Uwaga:''' To polecenie jest zautomatyzowaną formą [[Image:Part_Boolean.svg|24px|link=Part_Boolean/pl]] [[Part_Boolean/pl|Operacji na bryłach]].


== Usage ==
== Usage ==

Revision as of 17:17, 26 June 2021

Part Union

Lokalizacja w menu
Part → Boolean → Suma
Środowisko pracy
Part
Domyślny skrót
brak
Wprowadzono w wersji
-
Zobacz także
Part Cut, Part Common, Part Boolean

Opis

Narzędzie Suma łączy (jednoczy) wybrane obiekty środowiska Części w jeden. Ta operacja jest w pełni parametryczna i komponenty mogą być modyfikowane, a wynik ponownie obliczany.

Uwaga: To polecenie jest zautomatyzowaną formą Operacji na bryłach.

Usage

  1. Select two or more shapes
  2. There are several ways to invoke the command:
    • Press the Part Fuse button in the Part tools 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.