Sketcher Constrîngere de egalitate

From FreeCAD Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Sketcher ConstrainEqual and the translation is 7% complete.
Outdated translations are marked like this.

Sketcher ConstrainEqual

Menu location
Sketch → Sketcher constraints → Constrain equal
Workbenches
Sketcher
Default shortcut
E
Introduced in version
-
See also
Constrain radius

Descriere

Constrângerea de egalitate forțează două sau mai multe segmente de linie, o poli-linie sau un dreptunghi să aibă o lungime egală. Dacă se aplică la arce sau cercuri, razele sunt constrânse să fie egale. Nu poate fi aplicată primitivelor geometrice care nu sunt de același tip (de exemplu, segmente de linie și arcuri de cerc).

Utilizare

Schema de exemplu de mai jos conține un număr de primitive de schiță (linie, poli-linie, dreptunghi, arc și cerc).



Selectați două sau mai multe segmente de linie (de exemplu linia și o parte a dreptunghiului).



Click on the Constrain Equal icon în bara de instrumente Sketcher (în Aelierele Sketcher sau Part Design) sau selectați elementul de meniu Constrain Equal din elementul de submeniu al constrângerilor Sketcher din elementul de meniu Sketch or Part Design în funcție de ce Atelier este selectat (Sketcher sau Design Part) aplică constrângerea la elementele selectate.



Acum, selectați arcul de cerc și cercul din schiță.



and apply the Constrain Equal constraint as before.



Now select the line segment, all segments of the poly-line and one of the remaining unconstrained sides of the rectangle



and apply the Constrain Equal constraint as before.



Select the line segment and the arc



and apply the Constrain Equal constrângere ca înainte. Un dialog contextula indică faptul că elementele constrânse trebuie să fie de același tip geometric (linii cu curbură nulă sau linii cu curbură non-nulă).

The example sketch below contains a number of sketch primitives (line, poly-line, rectangle, arc and circle).

Select two or more line segments (e.g. line and one side of the rectangle).

Click on Constrain equal in the Sketcher toolbar (in either the Sketcher or Part Design workbenches) or select the Constrain Equal menu item from the Sketcher constraints sub menu item in either the Sketch or Part Design menu item depending upon which workbench is selected (Sketcher or Part Design) to apply the constraint to the selected items.

Now select the arc and the circle in the sketch.

and apply Constrain equal as before.

Now select the line segment, all segments of the poly-line and one of the remaining unconstrained sides of the rectangle

and apply Constrain equal as before.

Select the line segment and the arc

and apply Constrain equal as before. A pop-up message indicates that the constrained items have to be of the same geometrical type (lines of zero curvature or lines of non-zero curvature).

Scripting

Sketch.addConstraint(Sketcher.Constraint('Equal', Edge1, Edge2))

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