Sketcher Constrângere Orizontală

From FreeCAD Documentation
Revision as of 16:57, 14 April 2022 by FuzzyBot (talk | contribs) (Updating to match new version of source page)

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

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.

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ă.

The line turns dark green.

Apply the Horizontal Constraint by clicking on the 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.

Multiple lines may be selected

and then applying the constraint as described above, they are constrained to be parallel to the sketch horizontal axis.

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.