Sketcher RemoveAxesAlignment/en: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 2: Line 2:


{{Docnav
{{Docnav
|[[Sketcher_Symmetry|Symmetry]]
|[[Sketcher_RectangularArray|Rectangular array]]
|[[Sketcher_DeleteAllGeometry|Delete all geometry]]
|[[Sketcher_DeleteAllGeometry|Delete all geometry]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_RectangularArray.svg
|IconL=Sketcher_Symmetry.svg
|IconR=Sketcher_DeleteAllGeometry.svg
|IconR=Sketcher_DeleteAllGeometry.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
Line 20: Line 20:
==Description==
==Description==


The [[Image:Sketcher_RemoveAxesAlignment.svg|24px]] [[Sketcher_RemoveAxesAlignment|Sketcher RemoveAxesAlignment]] tool
This tool removes axes alignments ([[File:Sketcher_ConstrainHorizontal.svg|16px]] [[Sketcher_ConstrainHorizontal|Horizontal]], [[File:Sketcher_ConstrainVertical.svg|16px]] [[Sketcher_ConstrainVertical|Vertical]] constraints) from the selected elements by trying to preserve the constraint relationship.
removes the axes alignment of selected edges. It replaces [[Sketcher_ConstrainHorizontal|Horizontal]] and [[Sketcher_ConstrainVertical|Vertical]] constraints with [[Sketcher_ConstrainParallel|Parallel]] and [[Sketcher_ConstrainPerpendicular|Perpendicular]] constraints. The edges can then be rotated without losing their orthogonal relationship.


==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 33: Line 37:


[[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.}}




{{Docnav
{{Docnav
|[[Sketcher_Symmetry|Symmetry]]
|[[Sketcher_RectangularArray|Rectangular array]]
|[[Sketcher_DeleteAllGeometry|Delete all geometry]]
|[[Sketcher_DeleteAllGeometry|Delete all geometry]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_RectangularArray.svg
|IconL=Sketcher_Symmetry.svg
|IconR=Sketcher_DeleteAllGeometry.svg
|IconR=Sketcher_DeleteAllGeometry.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg

Revision as of 11:29, 20 April 2024

Sketcher RemoveAxesAlignment

Menu location
Sketch → Sketcher tools → Remove axes alignment
Workbenches
Sketcher
Default shortcut
Z R
Introduced in version
0.20
See also
None

Description

The Sketcher RemoveAxesAlignment tool removes the axes alignment of selected edges. It replaces Horizontal and Vertical constraints with Parallel and Perpendicular constraints. The edges can then be rotated without losing their orthogonal relationship.

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.