Sketcher RestoreInternalAlignmentGeometry/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Docnav/pl |Wybierz wiązania konfliktowe |Wybierz odniesienie położenia |środowisko pracy Szkicownik |IconL=Sketcher_SelectConflictingConstraints.svg |IconR=Sketcher_SelectOrigin.svg‎ |IconC=Workbench_Sketcher.svg }}")
(Created page with "{{GuiCommand/pl |Name=Sketcher RestoreInternalAlignmentGeometry |Name/pl=Szkicownik: Pokaż / ukryj geometrię wewnętrzną |MenuLocation=Szkic → Narzędzia szkicownika → Pokaż / ukryj geometrię wewnętrzną |Workbenches=Szkicownik |Shortcut={{KEY|Z}} {{KEY|I}} |SeeAlso=Utwórz elipsę przez środek, Wiązanie wyrównania wewnętrznego }}")
Line 10: Line 10:
}}
}}


{{GuiCommand
{{GuiCommand/pl
|Name=Sketcher RestoreInternalAlignmentGeometry
|Name=Sketcher RestoreInternalAlignmentGeometry
|Name/pl=Szkicownik: Pokaż / ukryj geometrię wewnętrzną
|MenuLocation=Sketch → Sketcher tools → Show/hide internal geometry
|MenuLocation=Szkic → Narzędzia szkicownika → Pokaż / ukryj geometrię wewnętrzną
|Workbenches=[[Sketcher_Workbench|Sketcher]]
|Workbenches=[[Sketcher_Workbench/pl|Szkicownik]]
|Shortcut={{KEY|Z}} {{KEY|I}}
|Shortcut={{KEY|Z}} {{KEY|I}}
|SeeAlso=[[Sketcher_CreateEllipseByCenter|Sketcher Ellipse]], [[Sketcher_ConstrainInternalAlignment|Sketcher Internal Alignment Constraint]]
|SeeAlso=[[Sketcher_CreateEllipseByCenter/pl|Utwórz elipsę przez środek]], [[Sketcher_ConstrainInternalAlignment/pl|Wiązanie wyrównania wewnętrznego]]
}}
}}


==Description==
<span id="Description"></span>
==Opis==


The command deletes unused elements aligned to internal geometry, or recreates the missing ones.
The command deletes unused elements aligned to internal geometry, or recreates the missing ones.

Revision as of 19:15, 19 April 2023

Szkicownik: Pokaż / ukryj geometrię wewnętrzną

Lokalizacja w menu
Szkic → Narzędzia szkicownika → Pokaż / ukryj geometrię wewnętrzną
Środowisko pracy
Szkicownik
Domyślny skrót
Z I
Wprowadzono w wersji
-
Zobacz także
Utwórz elipsę przez środek, Wiązanie wyrównania wewnętrznego

Opis

The command deletes unused elements aligned to internal geometry, or recreates the missing ones.

Usage

  • Select an element of a sketch that supports internal alignment (currently only Ellipse/Arc and B-spline).
  • Invoke the command by clicking Show/hide internal geometry or choose Sketch → Sketcher tools → Show/hide internal geometry or using the keyboard shortcut.

If there are free alignment places for the selected element, new construction geometry is created and aligned to the available places. If all alignment places are occupied, the unused internal geometry is deleted (the element is treated as unused if it is not constrained to anything else).

Example

  1. Create a new ellipse. New ellipses are always fully-packed. You'll see an ellipse and a bunch of construction geometry: major diameter, minor diameter, foci.
  2. Select minor diameter line and hit Del. The diameter is gone, but the ellipse remains. How do we get the diameter back?
  3. Select the ellipse and invoke the Show/hide internal geometry command. The diameter is restored.
  4. Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the Show/hide internal geometry command.

Result: Minor diameter and foci are deleted, but the major diameter is kept, because it participates in other constraints. Ellipse's center remains too, because it is inherent, like center of a circle.