Sketcher RemoveAxesAlignment/ru: Difference between revisions

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


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


Line 30: Line 31:
==Usage==
==Usage==


# Select geometry with axes alignments, for example a [[Sketcher_CreateRectangle|rectangle]].
# Select two or more edges with Horizontal constraints and/or two or more edges with Vertical constraints, for example a [[Sketcher_CreateRectangle|rectangle]].
# There are several ways to invoke the tool:
# Press the [[File:Sketcher_RemoveAxesAlignment.svg|24px]] '''Remove axes alignment''' toolbar button.
#* Press the {{Button|[[Image:Sketcher_RemoveAxesAlignment.svg|16px]] [[Sketcher_RemoveAxesAlignment|Remove axes alignment]]}} button.
#* Select the {{MenuCommand|Sketch → Sketcher tools → [[Image:Sketcher_RemoveAxesAlignment.svg|16px]] Remove axes alignment}} option from the menu.
#* Use the keyboard shortcut: {{KEY|Z}} then {{KEY|R}}.


==Example==
As result the (horizontal, vertical constraints) will be removed. In the example of a rectangle, it stays a rectangle but becomes rotatable.


[[File:SketcherRemoveAxesAlignmentStart.png|300px]]
[[File:SketcherRemoveAxesAlignmentStart.png|300px]]
Line 39: Line 43:


[[File:SketcherRemoveAxesAlignmentResult.png|300px]]
[[File:SketcherRemoveAxesAlignmentResult.png|300px]]
{{Caption|The rectangle after the usage of Remove Axes Alignment.}}
{{Caption|The rectangle after using the tool.}}





Revision as of 11:29, 20 April 2024

Удалить выравнивание осей

Системное название
Sketcher_RemoveAxesAlignment
Расположение в меню
Эскиз → Инструменты для эскиза → Удалить выравнивание осей
Верстаки
Sketcher
Быстрые клавиши
Нет
Представлено в версии
0.20
См. также
Нет

Описание

Данный инструмент удаляет выравнивание осей горизонтальное и вертикальное из выбранного элемента, при этом пытается по возможности сохранить ограничения перпендикулярности и эквивалентности ребер.

Usage

  1. Select two or more edges with Horizontal constraints and/or two or more edges with Vertical constraints, for example a rectangle.
  2. There are several ways to invoke the tool:
    • Press the Remove axes alignment button.
    • Select the Sketch → Sketcher tools → Remove axes alignment option from the menu.
    • Use the keyboard shortcut: Z then R.

Example

A selected rectangle with horizontal and vertical constraints.

The rectangle after using the tool.