Sketcher ConstrainParallel/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
(33 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
{{GuiCommand|Name=Constraint Parallel|Workbenches=[[Sketcher Workbench|Sketcher]], [[PartDesign Workbench|PartDesign]]|MenuLocation=Sketch → Sketcher constraints → Constrain parallel|SeeAlso=[[Constraint Vertical]], [[Constraint Horizontal]]}}
<div class="mw-translate-fuzzy">
{{Docnav/es
|[[Sketcher_ConstrainHorizontal/es|Horizontal]]
|[[Sketcher_ConstrainPerpendicular/es|Perpendicular]]
|[[Sketcher_Workbench/es|Coquizador]]
|IconL=Constraint_Horizontal.svg
|IconC=Workbench_Sketcher.svg
|IconR=Constraint_Perpendicular.png
}}
</div>


<div class="mw-translate-fuzzy">
====Description====
{{GuiCommand/es
The Constrain Parallel constraint forces two selected straight lines or edges to be parallel to each other.
|Name=Sketcher ConstrainParallel
|Name/es=Croquizador RestringirParallel
|Workbenches=[[Sketcher Workbench/es|Croquizador]]
|MenuLocation=Croquis → Restricciones del Croquizador → Restringir Paralela
|Shortcut={{KEY|Shift}} + {{KEY|P}}
|SeeAlso=[[Sketcher_ConstrainVertical/es|Croquizador Restriccion Vertical]], [[Sketcher_ConstrainHorizontal/es|Croquizador Restriccion Horizontal]]
}}
</div>


==Descripción==
====Operation====
The sketch contains two randomly oriented lines.


La Restricción Paralela fuerza que dos líneas rectas o aristas sean paralelas entre sí.
[[File:ConstrainParallel1.png|256px]]


==Operación==
Select both lines by clicking successively on each of them.


El croquis contiene dos líneas de orientación aleatoria.
[[File:ConstrainParallel2.png|256px]]


[[Image:ConstrainParallel1.png|500px]]
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.


{{Caption|Seleccione ambas líneas haciendo clic sucesivamente en cada una de ellas.}}
[[File:ConstrainParallel3.png|256px]]


[[File:ConstrainParallel2.png|500px]]
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.


<div class="mw-translate-fuzzy">
<languages/>
Aplica la Restricción Paralela seleccionando el icono [[File:Constraint_Parallel.png|16px]] de la barra de herramientas de restricciones o seleccionando la Restricción Paralela del submenú de restricciones del entorno del Croquizador (con el entorno del Croquizador seleccionado) o del entorno de Diseño de Piezas (con el entorno de Diseño de Piezas seleccionado).
</div>

[[Image:ConstrainParallel3.png|500px]]

<div class="mw-translate-fuzzy">
Las líneas seleccionadas se forzará a que sean paralelas entre sí. Cambiando la orientación de una línea se cambiará la orientación de la otra.
</div>

== Scripting ==

{{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/es
|[[Sketcher_ConstrainHorizontal/es|Horizontal]]
|[[Sketcher_ConstrainPerpendicular/es|Perpendicular]]
|[[Sketcher_Workbench/es|Coquizador]]
|IconL=Constraint_Horizontal.svg
|IconC=Workbench_Sketcher.svg
|IconR=Constraint_Perpendicular.png
}}
</div>

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

Revision as of 23:28, 23 January 2021

Croquizador RestringirParallel

Ubicación en el Menú
Croquis → Restricciones del Croquizador → Restringir Paralela
Entornos de trabajo
Croquizador
Atajo de teclado por defecto
Shift + P
Introducido en versión
-
Ver también
Croquizador Restriccion Vertical, Croquizador Restriccion Horizontal

Descripción

La Restricción Paralela fuerza que dos líneas rectas o aristas sean paralelas entre sí.

Operación

El croquis contiene dos líneas de orientación aleatoria.

Seleccione ambas líneas haciendo clic sucesivamente en cada una de ellas.

Aplica la Restricción Paralela seleccionando el icono de la barra de herramientas de restricciones o seleccionando la Restricción Paralela del submenú de restricciones del entorno del Croquizador (con el entorno del Croquizador seleccionado) o del entorno de Diseño de Piezas (con el entorno de Diseño de Piezas seleccionado).

Las líneas seleccionadas se forzará a que sean paralelas entre sí. Cambiando la orientación de una línea se cambiará la orientación de la otra.

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.