Part XOR/pl: Difference between revisions

From FreeCAD Documentation
No edit summary
(Updating to match new version of source page)
Line 10: Line 10:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/pl
{{GuiCommand/pl
|Name=Part_XOR
|Name=Part_XOR
Line 17: Line 18:
|Version=0.17
|Version=0.17
|SeeAlso=[[Part_BooleanFragments|Boolean Fragments]], [[Part_Slice/pl|Krojenie]], [[Part_CompJoinFeatures/pl|Join features]], [[Part_Boolean/pl|Działania logiczne na bryłach]]}}
|SeeAlso=[[Part_BooleanFragments|Boolean Fragments]], [[Part_Slice/pl|Krojenie]], [[Part_CompJoinFeatures/pl|Join features]], [[Part_Boolean/pl|Działania logiczne na bryłach]]}}
</div>


==Opis==
==Opis==

The [[Image:Part_XOR.svg|24px]] '''Part XOR''' command removes geometry shared by an even number of objects and leaves a void space between the involved objects. For two objects it represents a symmetric version of [[Part_Cut|Part Cut]].

[[Image:Part_XOR-01.png|300px]] [[Image:Button_right.svg|16px|link=]]
[[Image:Part_XOR-02.png|300px]]
{{Caption|Three overlapping objects → Result object}}


==Użycie==
==Użycie==


# Select two or more objects. It is also possible to select a [[Part_Compound|Part Compound]] containing two or more objects.
==Właściwości==
# There are several ways to invoke the command:
#* Select the {{MenuCommand|Part → Boolean → [[Image:Part_XOR.svg|16px]] Boolean XOR}} option from the menu.
#* Press the {{Button|[[Image:Part_XOR.svg|16px]] [[part_XOR|Boolean XOR]]}} button.


==Przykład==
==Notes==

* Void spaces are hard to detect if the selected objects do not have co-planar faces. To verify the XOR result the [[Std_ToggleClipPlane|Std ToggleClipPlane]] can then be used.

==Właściwości==


==Tworzenie skryptów==
==Tworzenie skryptów==

Revision as of 08:52, 12 May 2022

Funkcja XOR

Lokalizacja w menu
Część → Logiczne → Przecięcie
Środowisko pracy
Część
Domyślny skrót
brak
Wprowadzono w wersji
0.17
Zobacz także
Boolean Fragments, Krojenie, Join features, Działania logiczne na bryłach

Opis

The Part XOR command removes geometry shared by an even number of objects and leaves a void space between the involved objects. For two objects it represents a symmetric version of Part Cut.

Three overlapping objects → Result object

Użycie

  1. Select two or more objects. It is also possible to select a Part Compound containing two or more objects.
  2. There are several ways to invoke the command:
    • Select the Part → Boolean → Boolean XOR option from the menu.
    • Press the Boolean XOR button.

Notes

  • Void spaces are hard to detect if the selected objects do not have co-planar faces. To verify the XOR result the Std ToggleClipPlane can then be used.

Właściwości

Tworzenie skryptów