Sketcher ConstrainVertical/sv: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>

{{Docnav
{{Docnav
|[[Sketcher ConstrainPointOnObject|Point On Object]]
|[[Sketcher_ConstrainHorizontal|Horizontal]]
|[[Sketcher_ConstrainHorizontal|Horizontal]]
|[[Sketcher_ConstrainParallel|Parallel]]
|[[Sketcher_Workbench|Sketcher]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Constraint_PointOnObject.svg
|IconL=Sketcher_ConstrainHorizontal.svg
|IconR=Sketcher_ConstrainParallel.svg
|IconC=Workbench_Sketcher.svg
|IconC=Workbench_Sketcher.svg
|IconR=Constraint_Horizontal.svg
}}
}}


Line 20: Line 21:
</div>
</div>


<span id="Description"></span>
==Beskrivning==
==Beskrivning==


The [[Image:Sketcher_ConstrainVertical.svg|24px]] [[Sketcher_ConstrainVertical|Sketcher ConstrainVertical]] command constrains lines or pairs of points to be vertical (parallel to the vertical axis of the sketch).
Creates a vertical constraint to the selected lines or polyline elements. As of {{VersionPlus|0.17}} it can also constrain vertices vertically. More than one object can be selected.


{{Version|0.22}}: In most cases it is advisable to use the combined [[Sketcher_ConstrainHorVer|Sketcher ConstrainHorVer]] command instead.

<span id="Usage"></span>
<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
==Bruk==
==Bruk==
</div>
</div>


See [[Sketcher_ConstrainHorizontal#Usage|Sketcher ConstraintHorizontal]].
# Select the lines or vertices to be constrained vertically

# To invoke the vertical constraint command:
==Scripting==
#* Press the {{Button|[[File:Constraint Vertical.svg|24px]]}} '''Vertical constraint''' icon.

#* Use the {{KEY|V}} keyboard shortcut
See [[Sketcher_ConstrainHorizontal#Scripting|Sketcher ConstraintHorizontal]].
#* Use the {{MenuCommand|Sketch → Sketcher constraints → Constrain vertically}} entry in the Sketch dropdown menu

# Alternatively, the tool can be started without prior selection, and it will expect a selection; but only lines will be selectable.
# Right-click or press {{KEY|Esc}} once, to exit the tool.


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
[[Category:Sketcher/sv]]
[[Category:Sketcher/sv]]
</div>
</div>

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

Revision as of 09:24, 20 January 2024

Vertical constraint

Menyplacering
Sketch → Sketcher constraints → Constrain vertically
Arbetsbänkar
Sketcher
Standard genväg
V
Introducerad i version
-
Se även
Constraint Horizontal

Beskrivning

The Sketcher ConstrainVertical command constrains lines or pairs of points to be vertical (parallel to the vertical axis of the sketch).

introduced in version 0.22: In most cases it is advisable to use the combined Sketcher ConstrainHorVer command instead.

Bruk

See Sketcher ConstraintHorizontal.

Scripting

See Sketcher ConstraintHorizontal.