Sketcher CreateEllipseByCenter/pl: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Caption|Kolejność kliknięć wskazują żółte strzałki z numerami.<br> '''C''' to środek, '''A''' średnica główna, '''B''' średnica mała, F1 i F2 to punkty centralne.}}")
(Created page with "==Użycie==")
Line 29: Line 29:
'''C''' to środek, '''A''' średnica główna, '''B''' średnica mała, F1 i F2 to punkty centralne.}}
'''C''' to środek, '''A''' średnica główna, '''B''' średnica mała, F1 i F2 to punkty centralne.}}


==Usage==
<span id="Usage"></span>
==Użycie==


* Invoke the command by clicking a toolbar button, picking the menu item, or by using keyboard shortcut (needs to be assigned first in [[Interface_Customization|Interface Customization]]).
* Invoke the command by clicking a toolbar button, picking the menu item, or by using keyboard shortcut (needs to be assigned first in [[Interface_Customization|Interface Customization]]).

Revision as of 08:36, 18 March 2023

Szkicownik: Utwórz elipsę przez środek

Lokalizacja w menu
Szkic → Elementy geometryczne szkicownika → Utwórz elipsę przez środek
Środowisko pracy
Szkicownik
Domyślny skrót
G E E
Wprowadzono w wersji
0.15
Zobacz także
Utwórz elipsę przez trzy punkty, Utwórz okrąg, Utwórz łuk na podstawie elipsy

Opis

Narzędzie to rysuje elipsę wybierając trzy punkty: środek, koniec promienia głównego, promień mniejszy. Po uruchomieniu narzędzia kursor myszki przybiera kształt białego krzyża z czerwoną ikoną elipsy. Poza tym wyświetlane są współrzędne w czasie rzeczywistym.

Kolejność kliknięć wskazują żółte strzałki z numerami.
C to środek, A średnica główna, B średnica mała, F1 i F2 to punkty centralne.

Użycie

  • Invoke the command by clicking a toolbar button, picking the menu item, or by using keyboard shortcut (needs to be assigned first in Interface Customization).
  • First click in 3D view sets ellipse center. Second click sets the first radius and orientation of the ellipse. Third click sets the other radius (the distance from the line defined by first two clicks is the second radius).
  • After the third click, the ellipse is created, together with a set of construction geometry aligned to it (major diameter, minor diameter, two foci). The construction geometry can be manually deleted if not needed, and recreated later. See Internal Alignment Constraint and Sketcher Show Hide Internal Geometry.
  • Pressing ESC or clicking the right mouse button cancels the function.

Peculiarities

  • Major and minor axes of ellipses are strict and cannot be swapped by resizing the ellipse. This is a consequence of the solver parametrization used (center (x,y), focus1 (x,y) and minor radius length (b)) and the same strict behavior of OpenCascade. The ellipse must be rotated to swap the axes.
  • Ellipse can function as a circle when its major and minor diameter lines are deleted, and one of the foci is constrained to coincide with the center. But radius constraint won't work on such a circle.
  • Moving the ellipse by edge is the same as moving ellipse's center.