Sketcher ConstrainParallel/it: Difference between revisions

From FreeCAD Documentation
(Created page with "Il vincolo Parallela costringe due linee rette o due bordi selezionati a essere paralleli tra loro.")
(Updating to match new version of source page)
(42 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand|Name=Constraint Parallel|Workbenches=[[Sketcher Workbench|Sketcher]], [[PartDesign {{GuiCommand/it|Name=Constraint Parallel|Name/it=Parallela|Workbenches=[[Sketcher Workbench/it|Schizzo]], [[PartDesign Workbench/it|PartDesign]]|MenuLocation=PartDesign → Schizzo → Parallela|SeeAlso=[[Constraint Vertical/it|Verticale]], [[Constraint Horizontal/it|Orizzontale]]}}
<div class="mw-translate-fuzzy">
{{Docnav/it|[[Sketcher_ConstrainHorizontal/it|Orizzontale]]|[[Sketcher_ConstrainPerpendicular/it|Perpendicolare]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Constraint_Horizontal.svg|IconC=Workbench_Sketcher.svg|IconR=Constraint_Perpendicular.png}}
</div>

<div class="mw-translate-fuzzy">
{{GuiCommand/it|Name=Sketcher ConstrainParallel|Name/it=Parallela|Icon=Constraint Parallel.svg|Workbenches=[[Sketcher Workbench/it|Schizzo]]|MenuLocation=PartDesign → Schizzo → Parallela|Shortcut={{KEY|Shift}} + {{KEY|P}}|SeeAlso=[[Sketcher ConstrainVertical/it|Verticale]], [[Sketcher ConstrainHorizontal/it|Orizzontale]]}}
</div>

==Descrizione==


Il vincolo Parallela costringe due linee rette o due bordi selezionati a essere paralleli tra loro.
Il vincolo Parallela costringe due linee rette o due bordi selezionati a essere paralleli tra loro.


==Utilizzo==
====Operation====
The sketch contains two randomly oriented lines.


Il disegno contiene due linee orientate in modo casuale.
[[File:ConstrainParallel1.png|256px]]


<div class="mw-translate-fuzzy">
Select both lines by clicking successively on each of them.
[[Image:ConstrainParallel1.png|256px]]
</div>


<div class="mw-translate-fuzzy">
Selezionare entrambe le linee facendo clic in successione su ciascuna di esse.
</div>

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


<div class="mw-translate-fuzzy">
Apply the Constrain Parallel constraint by selecting the Constrain Parallel icon [[File:Constraint_Parallel.png|16px]] from the Sketcher constraints toolbar or by selecting the Constraint Parallel menu item from the Sketcher constraints sub menu of the Sketcher (Sketcher workbench selected) or Part Design (Part Design workbench selected) menu item.
Applicare il vincolo Parallela in uno di questi modi:
* Cliccare sull'icona [[Image:Constraint_Parallel.png|16px]] nella barra degli strumenti dei vincoli di Sketcher
* Usare la scorciatoia da tastiera {{KEY|Shift}} + {{KEY|P}}.
* Usare la voce {{MenuCommand|Sketch → Vincoli → Parallela}} dal menu principale.
</div>


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


<div class="mw-translate-fuzzy">
The selected lines are forced to be parallel to each other. Changing the orientation of one line will change the orientation of the other to be the same.
'''Risultato.''' Le linee selezionate sono forzate ad essere parallele tra di loro.
Ora, modificando l'orientamento di una linea si cambia anche l'orientamento dell'altra allo stesso modo.
</div>


== Scripting ==
<languages/>

{{Code|code=Sketch.addConstraint(Sketcher.Constraint('Parallel', Line1, Line2))}}

The [[Sketcher_scripting|Sketcher scripting]] page explains the values which can be used for {{incode|Line1}} and {{incode|Line2}} and contains further examples on how to create constraints from Python scripts.


<div class="mw-translate-fuzzy">
{{Docnav/it|[[Sketcher_ConstrainHorizontal/it|Orizzontale]]|[[Sketcher_ConstrainPerpendicular/it|Perpendicolare]]|[[Sketcher_Workbench/it|Sketcher]]|IconL=Constraint_Horizontal.svg|IconC=Workbench_Sketcher.svg|IconR=Constraint_Perpendicular.png}}
</div>

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

Revision as of 23:24, 23 January 2021

Parallela

Posizione nel menu
PartDesign → Schizzo → Parallela
Ambiente
Schizzo
Avvio veloce
Shift + P
Introdotto nella versione
-
Vedere anche
Verticale, Orizzontale

Descrizione

Il vincolo Parallela costringe due linee rette o due bordi selezionati a essere paralleli tra loro.

Utilizzo

Il disegno contiene due linee orientate in modo casuale.

Selezionare entrambe le linee facendo clic in successione su ciascuna di esse.

Applicare il vincolo Parallela in uno di questi modi:

  • Cliccare sull'icona nella barra degli strumenti dei vincoli di Sketcher
  • Usare la scorciatoia da tastiera Shift + P.
  • Usare la voce Sketch → Vincoli → Parallela dal menu principale.

Risultato. Le linee selezionate sono forzate ad essere parallele tra di loro. Ora, modificando l'orientamento di una linea si cambia anche l'orientamento dell'altra allo stesso modo.

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.