Sketcher ConstrainParallel/ro: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 25: Line 25:
==Descriere==
==Descriere==
Constrângerea paralelă forțează două linii drepte sau margini selectate pentru a fi paralele una cu cealaltă.
Constrângerea paralelă forțează două linii drepte sau margini selectate pentru a fi paralele una cu cealaltă.
</div>

==Operation==

<div class="mw-translate-fuzzy">
==Utilizare==
Schița conține două linii orientate aleatoriu.
</div>
</div>


==Usage==
<div class="mw-translate-fuzzy">
[[File:ConstrainParallel1.png|256px]]
</div>


# Optionally select two or more lines.
<div class="mw-translate-fuzzy">
# There are several ways to invoke the command:
Selectați ambele linii făcând clic succesiv pe fiecare dintre ele.
#* Press the {{Button|[[Image:Sketcher_ConstrainParallel.svg|16px]] [[Sketcher_ConstrainParallel|Constrain parallel]]}} button.
</div>
#* Select the {{MenuCommand|Sketch → Sketcher constraints → [[Image:Sketcher_ConstrainParallel.svg|16px]] Constrain parallel}} option from the menu.

#* Use the keyboard shortcut: {{KEY|P}}.
<div class="mw-translate-fuzzy">
# To indicate that the command has been activated the cursor changes to a white cross with the command icon.
[[File:ConstrainParallel2.png|256px]]
# Optionally keep selecting elements. You can only select two lines at a time now.
</div>
# To finish the command press {{KEY|Esc}} or the right mouse button, or start a another constraints or geometries command.

<div class="mw-translate-fuzzy">
Aplicați constrângerea Paraleleă selectând iconița Constrain Parallel [[File:Constraint_Parallel.png|16px]] din bara de instrumente, pe traseul Sketch → Contraintes d'esquisse → Contrainte Parallèle de la barre d'outils sau selectând opțiunea din meniul Contrainte Parallèle (sau Part Design, în funcție de instrumentul care este selecționat).
</div>

<div class="mw-translate-fuzzy">
[[File:ConstrainParallel3.png|256px]]
</div>

<div class="mw-translate-fuzzy">
Liniile selectate sunt forțate să fie paralele unele cu altele. Schimbarea orientării unei linii va schimba orientarea celeilalte pentru a fi aceeași.
</div>


== Scripting ==
== Scripting ==

Revision as of 09:26, 20 January 2024

Sketcher ConstrainParallel

Menu location
Sketch → Sketcher constraints → Constrain parallel
Workbenches
Sketcher
Default shortcut
Shift + P
Introduced in version
-
See also
Constraint Vertical, Constraint Horizontal

Description

Descriere

Constrângerea paralelă forțează două linii drepte sau margini selectate pentru a fi paralele una cu cealaltă.

Usage

  1. Optionally select two or more lines.
  2. There are several ways to invoke the command:
    • Press the Constrain parallel button.
    • Select the Sketch → Sketcher constraints → Constrain parallel option from the menu.
    • Use the keyboard shortcut: P.
  3. To indicate that the command has been activated the cursor changes to a white cross with the command icon.
  4. Optionally keep selecting elements. You can only select two lines at a time now.
  5. To finish the command press Esc or the right mouse button, or start a another constraints or geometries command.

Scripting

Sketch.addConstraint(Sketcher.Constraint('Parallel', Line1, Line2))

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