Sketcher RestoreInternalAlignmentGeometry/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 15: Line 15:
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.


==Usage==
==How to use==


* Select an element of a sketch that supports internal alignment (currently only Ellipse/Arc).
* Select an element of a sketch that supports internal alignment (currently only Ellipse/Arc).
Line 31: Line 31:
Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the Sketcher_RestoreInternalAlignmentGeometry command. 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.
Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the Sketcher_RestoreInternalAlignmentGeometry command. 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.


[[Category:Sketcher]]
{{clear}}
{{clear}}

Revision as of 23:54, 25 November 2018

Sketcher RestoreInternalAlignmentGeometry

Системное название
Sketcher RestoreInternalAlignmentGeometry
Расположение в меню
Sketch → Инструменты для эскиза → Показать/скрыть внутреннюю геометрию
Верстаки
Sketcher, PartDesign
Быстрые клавиши
Ctrl+Shift+E
Представлено в версии
-
См. также
Ellipse, Привязать к внутренней геометрии

Description

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

How to use

  • Select an element of a sketch that supports internal alignment (currently only Ellipse/Arc).
  • Invoke the command by clicking a toolbar button, picking the menu item 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

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.

Select minor diameter line and hit Del. The diameter is gone, but the ellipse remains. How do we get the diameter back?

Select the ellipse and invoke the Sketcher_RestoreInternalAlignmentGeometry command. The diameter is restored.

Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the Sketcher_RestoreInternalAlignmentGeometry command. 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.