Sketcher CreateEllipseByCenter/ru: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "Этот инструмент рисует эллипс, указывая три точки: центральную, конец большого радиуса, малый р...")
Line 16: Line 16:
==Описание==
==Описание==


Этот инструмент рисует эллипс, указывая три точки: центральную, конец большого радиуса, малый радиус.
This tool draws an ellipse by picking three points: the center, the end of major radius, the minor radius.
При запуске инструмента указатель мыши меняется на белый крест с красным значком эллипса. Кроме того, координаты отображаются в режиме реального времени.
When starting the tool, the mouse pointer changes to a white cross with a red ellipse icon. Besides are coordinates shown in real time.


[[Image:Sketcher_EllipseExample1.png‎|thumb|none|500px|The sequence of clicks is indicated by yellow arrows with numbers. C is the center, a - major diameter, b - minor diameter, F1, F2 are foci.]]
[[Image:Sketcher_EllipseExample1.png‎|thumb|none|500px|The sequence of clicks is indicated by yellow arrows with numbers. C is the center, a - major diameter, b - minor diameter, F1, F2 are foci.]]

Revision as of 05:52, 16 July 2019

Sketcher Эллипс по центральной точке

Системное название
Sketcher Create Ellipse by center
Расположение в меню
Эскиз → Геометрия эскиза → Эллипс по центральной точке
Верстаки
Sketcher
Быстрые клавиши
Нет
Представлено в версии
0.15
См. также
Sketcher Эллипс по 3 точкам, Sketcher Круг, Sketcher Дуга по эллипсу

Описание

Этот инструмент рисует эллипс, указывая три точки: центральную, конец большого радиуса, малый радиус. При запуске инструмента указатель мыши меняется на белый крест с красным значком эллипса. Кроме того, координаты отображаются в режиме реального времени.

The sequence of clicks is indicated by yellow arrows with numbers. C is the center, a - major diameter, b - minor diameter, F1, F2 are foci.

How to use

  • 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.