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)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Sketcher_SelectElementsAssociatedWithConstraints/ru|Выделить связанную геометрию]]
|[[Sketcher_SelectElementsAssociatedWithConstraints/ru|Выделить связанную геометрию]]
Line 9: Line 10:
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}
</div>


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


<span id="Description"></span>
==Описание==
==Описание==


The [[Image:Sketcher_RestoreInternalAlignmentGeometry.svg|24px]] [[Sketcher_RestoreInternalAlignmentGeometry|Sketcher RestoreInternalAlignmentGeometry]] tool deletes the internal geometry of elements, or recreates missing internal geometry. The tool does not delete internal geometry that has associated constraints.
The command deletes unused elements aligned to internal geometry, or recreates the missing ones.


<span id="Usage"></span>
==Применение==
==Применение==


# Select one or more sketch elements that support internal geometry ([[Sketcher_CreateEllipseByCenter|ellipse]], [[Sketcher_CreateArcOfEllipse|arc of ellipse]], [[Sketcher_CreateArcOfHyperbola|arc of hyperbola]], [[Sketcher_CreateArcOfParabola|arc of parabola]] or [[Sketcher_CreateBSpline|B-spline]]).
* Select an element of a sketch that supports internal alignment (currently only Ellipse/Arc and B-spline).
# There are several ways to invoke the tool:
* Invoke the command by clicking {{Button|[[File:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] [[Sketcher_RestoreInternalAlignmentGeometry|Show/Hide internal geometry]]}} or choose {{MenuCommand|Sketch → Sketcher tools → [[File:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] Show/Hide internal geometry}} or using the keyboard shortcut.
#* Press the {{Button|[[Image:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] [[Sketcher_RestoreInternalAlignmentGeometry|Show/hide internal geometry]]}} button.
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).
#* Select the {{MenuCommand|Sketch Sketcher tools → [[Image:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] Show/hide internal geometry}} option from the menu.

#* Use the keyboard shortcut: {{KEY|Z}} then {{KEY|I}}.
==Пример==
# Internal geometry is deleted for selected elements with a complete set of internal geometry, else missing internal geometry is recreated.

# 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 {{KEY|Del}}. The diameter is gone, but the ellipse remains. How do we get the diameter back?
# Select the ellipse and invoke the {{Button|[[File:Sketcher_RestoreInternalAlignmentGeometry.svg|16px]] [[Sketcher_RestoreInternalAlignmentGeometry|Show/Hide internal geometry]]}} command. The diameter is restored.
# 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.




<div class="mw-translate-fuzzy">
{{Docnav/ru
{{Docnav/ru
|[[Sketcher_SelectElementsAssociatedWithConstraints/ru|Выделить связанную геометрию]]
|[[Sketcher_SelectElementsAssociatedWithConstraints/ru|Выделить связанную геометрию]]
Line 48: Line 46:
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
}}
}}
</div>


{{Sketcher Tools navi{{#translation:}}}}
{{Sketcher_Tools_navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 08:36, 19 April 2024

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

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

Описание

The Sketcher RestoreInternalAlignmentGeometry tool deletes the internal geometry of elements, or recreates missing internal geometry. The tool does not delete internal geometry that has associated constraints.

Применение

  1. Select one or more sketch elements that support internal geometry (ellipse, arc of ellipse, arc of hyperbola, arc of parabola or B-spline).
  2. There are several ways to invoke the tool:
    • Press the Show/hide internal geometry button.
    • Select the Sketch → Sketcher tools → Show/hide internal geometry option from the menu.
    • Use the keyboard shortcut: Z then I.
  3. Internal geometry is deleted for selected elements with a complete set of internal geometry, else missing internal geometry is recreated.