Sketcher ConstrainHorizontal/ro: Difference between revisions

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


{{Docnav
{{Docnav
Line 25: Line 24:
==Descriere==
==Descriere==


<div class="mw-translate-fuzzy">
'''Constrângerea orizontală''' forțează o linie din schiță să fie paralelă cu axa orizontală a schiței.
'''Constrângerea orizontală''' forțează o linie din schiță să fie paralelă cu axa orizontală a schiței.
</div>

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


<span id="Usage"></span>
<span id="Usage"></span>
Line 49: Line 52:
<br style="clear: both" />
<br style="clear: both" />
</div>
</div>

[[File:HorizontalConstraint2.png|500px]]
{{Caption|The line turns dark green.}}

[[File:HorizontalConstraint3.png|500px]]
{{Caption|Apply the Horizontal Constraint by clicking on the {{Button|[[File:Sketcher_ConstrainHorizontal.svg|16px]] [[Sketcher_ConstrainHorizontal|Constraint horizontal]]}} in the Sketcher Constraints toolbar or by selecting the Constrain horizontally menu item in the Sketcher constraints sub menu of the Sketch menu item in the Sketcher work bench (or the Part Design menu item of the Part Design work bench). The selected line is constrained to be parallel to the horizontal axis of the sketch.}}

[[File:HorizontalConstraint4.png|500px]]
{{Caption|Multiple lines may be selected}}

[[File:HorizontalConstraint5.png|500px]]
{{Caption|and then applying the constraint as described above, they are constrained to be parallel to the sketch horizontal axis.}}


== Scripting ==
== Scripting ==

Revision as of 09:24, 20 January 2024

Constraint Horizontal

poziția meniului
Sketch → Sketcher constraints → Constrain horizontally
Ateliere
Sketcher
scurtătură
H
Prezentat în versiune
-
A se vedea, de asemenea,
Constraint Vertical

Descriere

Constrângerea orizontală forțează o linie din schiță să fie paralelă cu axa orizontală a schiței.

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

Cum se folosește

Selectați linia făcând click pe ea.

Linia își schimbă culaorea în verde închis.

Apply the Horizontal Constraint by clicking on the Horizontal Constraint icon în bara de instrumente Sketcher Constructors sau selectând elementul de meniu Sketcher Constructors din Atelierul Sketcher (sau elementul de design al piesei de proiectare a bancului de lucru Part Design). Linia selectată este constrânsă să fie paralelă cu axa orizontală a schiței.

Multiple linii pot fi selectate,

și apoi aplicarea constrângerii așa cum este descrisă mai sus, ele sunt constrânse să fie paralele cu axa orizontală.

Scripting

Sketch.addConstraint(Sketcher.Constraint('Horizontal', Line))

The Sketcher scripting page explains the values which can be used for Line and contains further examples on how to create constraints from Python scripts.