Sketcher ConstrainHorizontal/es: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(17 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{Docnav|[[Sketcher_ConstrainVertical|Vertical]]|[[Sketcher_ConstrainParallel|Parallel]]|[[Sketcher_Workbench|Sketcher]]|IconL=Constraint_Vertical.png|IconC=Workbench_Sketcher.svg|IconR=Constraint_Parallel.png}}


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{Docnav/es
{{GuiCommand/es|Name=Constraint Horizontal|Name/es=Constraint Horizontal|Workbenches=[[Sketcher Workbench/es|Croquizador]], [[PartDesign Workbench/es|Diseño de Piezas]]|MenuLocation=Croquizador → Restricciones del Croquizador → Restricción Horizontal|SeeAlso=[[Constraint Vertical/es|Vertical]]}}
|[[Sketcher_ConstrainVertical/es|Vertical]]
|[[Sketcher_ConstrainParallel/es|Parallel]]
|[[Sketcher_Workbench/es|Coquizador]]
|IconL=Constraint_Vertical.svg
|IconC=Workbench_Sketcher.svg
|IconR=Constraint Parallel.svg
}}
</div>
</div>


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
{{GuiCommand/es
====Descripción====
|Name=Constraint Horizontal

|Name/es=Constraint Horizontal
La Restricción Horizontal fuerza a la línea o líneas seleccionadas a ser paralelas al eje horizontal del croquis.
|Workbenches=[[Sketcher Workbench/es|Croquizador]], [[PartDesign Workbench/es|Diseño de Piezas]]
|MenuLocation=Croquizador → Restricciones del Croquizador → Restricción Horizontal
|SeeAlso=[[Sketcher_ConstrainVertical/es|Vertical]]
}}
</div>
</div>


<span id="Description"></span>
The Horizontal Constraint forces a selected line or lines in the sketch to be parallel to the horizontal axis of the sketch.
==Descripción==


<div class="mw-translate-fuzzy">
<div class="mw-translate-fuzzy">
La Restricción Horizontal fuerza a la línea o líneas seleccionadas a ser paralelas al eje horizontal del croquis.
====Funcionamiento====
</div>


{{Version|1.0}}: In most cases it is advisable to use the combined [[Sketcher_ConstrainHorVer|Sketcher ConstrainHorVer]] tool instead.
[[File:HorizontalConstraint1.png|left|256px]]


<span id="Usage"></span>
Selecciona una línea en el croquis pulsando sobre ella.
==Utilización==
<br style="clear: both" />


See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].
[[File:HorizontalConstraint2.png|left|256px]]


===[[Sketcher_Workbench#Continue_modes|Continue mode]]===
La línea se vuelve se color verde oscuro.
<br style="clear: both" />


# Make sure there is no selection.
[[File:HorizontalConstraint3.png|left|256px]]
# There are several ways to invoke the tool:
#* {{Version|1.0}}: If the {{MenuCommand|Auto tool for Horizontal/Vertical}} [[Sketcher_Preferences#General|preference]] is selected (default): press the down arrow to the right of the {{Button|[[Image:Sketcher_ConstrainHorVer.svg||x16px]][[Image:Toolbar_flyout_arrow.svg|x16px]]}} button and select the {{MenuCommand|[[Image:Sketcher_ConstrainHorizontal.svg|16px]] Constrain horizontal}} option from the dropdown.
#* If this preference is not selected (and in {{VersionMinus|0.21}}): press the {{Button|[[Image:Sketcher_ConstrainHorizontal.svg|16px]] [[Sketcher_ConstrainHorizontal|Constrain horizontal]]}} button.
#* Select the {{MenuCommand|Sketch → Sketcher constraints → [[Image:Sketcher_ConstrainHorizontal.svg|16px]] Constrain horizontal}} option from the menu.
#* Use the keyboard shortcut: {{KEY|H}}.
# The cursor changes to a cross with the tool icon.
# Do one of the following:
#* Select two points.
#* Select a single line.
# A constraint is added.
# Optionally keep creating constraints.
# To finish, right-click or press {{KEY|Esc}}, or start another geometry or constraint creation tool.


===Run-once mode===
Aplica la Restricción Horizontal pulsando el icono Restricción Horizontal [[File:Constraint_Horizontal.png|16px]] en la barra de herramientas del Croquizador o seleccionando la Restricción Horizontal en el submenú de restricciones en el entorno del Croquizador (o en el menú del entorno de Diseño de Piezas).
<br style="clear: both" />


# Do one of the following:
[[File:HorizontalConstraint4.png|left|256px]]
#* Select two or more points.
#* Select one or more lines. Points can be included in the selection, but will be ignored.
# Invoke the tool as explained above, or with the following additional option:
#* {{Version|1.0}}: Right-click in the [[3D_view|3D view]] and select the {{MenuCommand|[[Image:Sketcher_ConstrainHorizontal.svg|16px]] Constrain horizontal}} option from the context menu.
# Depending on the selection one or more constraints are added.


== Scripting ==
Se pueden seleccionar múltiples líneas,
<br style="clear: both" />


{{Code|code=Sketch.addConstraint(Sketcher.Constraint('Horizontal', Line))}}
[[File:HorizontalConstraint5.png|left|256px]]

y luego aplicar la restricción como se indica arriba, se restringirán a ser paralelas al eje horizontal del croquis.
<br style="clear: both" />
</div>


The [[Sketcher_scripting|Sketcher scripting]] page explains the values which can be used for {{incode|Line}} and contains further examples on how to create constraints from Python scripts.
[[File:HorizontalConstraint1.png|left|256px]]
Select a line in the sketch by clicking on it.
<br style="clear: both" />
[[File:HorizontalConstraint2.png|left|256px]]
The line turns dark green.
<br style="clear: both" />
[[File:HorizontalConstraint3.png|left|256px]]
Apply the Horizontal Constraint by clicking on the Horizontal Constraint icon [[File:Constraint_Horizontal.png|16px]] in the Sketcher Constraints toolbar or by selecting the Constrain horizontally menu item in the Sketcher constraints sub menu of the Sketcher 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.
<br style="clear: both" />
[[File:HorizontalConstraint4.png|left|256px]]
Multiple lines may be selected,
<br style="clear: both" />
[[File:HorizontalConstraint5.png|left|256px]]
and then applying the constraint as described above, they are constrained to be parallel to the sketch horizontal axis.
<br style="clear: both" />


{{Docnav|[[Sketcher_ConstrainVertical|Vertical]]|[[Sketcher_ConstrainParallel|Parallel]]|[[Sketcher_Workbench|Sketcher]]|IconL=Constraint_Vertical.png|IconC=Workbench_Sketcher.svg|IconR=Constraint_Parallel.png}}


{{Docnav
{{Sketcher Tools navi}}
|[[Sketcher_ConstrainHorVer|Horizontal/vertical]]
|[[Sketcher_ConstrainVertical|Vertical]]
|[[Sketcher_Workbench|Sketcher]]
|IconL=Sketcher_ConstrainHorVer.svg
|IconR=Sketcher_ConstrainVertical.svg
|IconC=Workbench_Sketcher.svg
}}


{{Sketcher_Tools_navi{{#translation:}}}}
{{Userdocnavi}}
{{Userdocnavi{{#translation:}}}}

Latest revision as of 14:54, 23 April 2024

Constraint Horizontal

Ubicación en el Menú
Croquizador → Restricciones del Croquizador → Restricción Horizontal
Entornos de trabajo
Croquizador, Diseño de Piezas
Atajo de teclado por defecto
Ninguno
Introducido en versión
-
Ver también
Vertical

Descripción

La Restricción Horizontal fuerza a la línea o líneas seleccionadas a ser paralelas al eje horizontal del croquis.

introduced in version 1.0: In most cases it is advisable to use the combined Sketcher ConstrainHorVer tool instead.

Utilización

See also: Drawing aids.

Continue mode

  1. Make sure there is no selection.
  2. There are several ways to invoke the tool:
    • introduced in version 1.0: If the Auto tool for Horizontal/Vertical preference is selected (default): press the down arrow to the right of the button and select the Constrain horizontal option from the dropdown.
    • If this preference is not selected (and in version 0.21 and below): press the Constrain horizontal button.
    • Select the Sketch → Sketcher constraints → Constrain horizontal option from the menu.
    • Use the keyboard shortcut: H.
  3. The cursor changes to a cross with the tool icon.
  4. Do one of the following:
    • Select two points.
    • Select a single line.
  5. A constraint is added.
  6. Optionally keep creating constraints.
  7. To finish, right-click or press Esc, or start another geometry or constraint creation tool.

Run-once mode

  1. Do one of the following:
    • Select two or more points.
    • Select one or more lines. Points can be included in the selection, but will be ignored.
  2. Invoke the tool as explained above, or with the following additional option:
  3. Depending on the selection one or more constraints are added.

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.