Restrição horizontal

    From FreeCAD Documentation
    This page is a translated version of the page Sketcher ConstrainHorizontal and the translation is 14% complete.
    Outdated translations are marked like this.

    This documentation is not finished. Please help and contribute documentation.

    GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

    See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

    Constraint Horizontal.svg Constraint Horizontal

    Veja também
    Sketch → Sketcher constraints → Constrain horizontally
    Bancadas de trabalho
    Sketcher
    Atalho padrão
    H
    Introduzido na versão
    -
    Veja também
    Constraint Vertical

    Descrição

    The Horizontal Constraint forces a selected line or lines in the sketch to be parallel to the horizontal axis of the sketch.

    Como usar

    HorizontalConstraint1.png

    Select a line in the sketch by clicking on it.

    HorizontalConstraint2.png

    The line turns dark green.

    HorizontalConstraint3.png

    Apply the Horizontal Constraint by clicking on the Sketcher ConstrainHorizontal.svg Constraint horizontal in the Sketcher Constraints toolbar or by selecting the Constrain horizontally menu item in the Sketcher constraints sub menu of the Sketch 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.

    HorizontalConstraint4.png

    Multiple lines may be selected

    HorizontalConstraint5.png

    and then applying the constraint as described above, they are constrained to be parallel to the sketch horizontal axis.

    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.