Sketcher RestoreInternalAlignmentGeometry/ru: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav/ru
{{Docnav/ru
|[[Sketcher_SelectElementsAssociatedWithConstraints/ru|Выделить связанную геометрию]]
|[[Sketcher_SelectElementsAssociatedWithConstraints/ru|Выделить связанную геометрию]]
Line 9: Line 10:
}}
}}


<div class="mw-translate-fuzzy">
{{GuiCommand/ru
{{GuiCommand/ru
|Name/ru=Показать/скрыть внутреннюю геометрию
|Name/ru=Показать/скрыть внутреннюю геометрию
Line 17: Line 19:
|SeeAlso=[[Sketcher_CreateEllipseByCenter/ru|Создать эллипс от центра]], [[Sketcher_ConstrainInternalAlignment/ru|Привязать к внутренней геометрии]]
|SeeAlso=[[Sketcher_CreateEllipseByCenter/ru|Создать эллипс от центра]], [[Sketcher_ConstrainInternalAlignment/ru|Привязать к внутренней геометрии]]
}}
}}
</div>


==Описание==
==Описание==
Line 35: Line 38:
# Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the {{Button|[[File:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] [[Sketcher_RestoreInternalAlignmentGeometry|Show/Hide internal geometry]]}} command.
# Now, constrain the major diameter of the ellipse to some length. Select the ellipse and invoke the {{Button|[[File:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] [[Sketcher_RestoreInternalAlignmentGeometry|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.
'''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.



{{Docnav/ru
{{Docnav/ru
Line 47: Line 51:
{{Sketcher Tools navi{{#translation:}}}}
{{Sketcher Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{clear}}

Revision as of 17:11, 14 September 2021

Показать/скрыть внутреннюю геометрию

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

Описание

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

Применение

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

Пример

  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.