Vazba Horizontálně

From FreeCAD Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page is a translated version of the page Sketcher ConstrainHorizontal and the translation is 0% complete.
Outdated translations are marked like this.

Constraint Horizontal

Umístění Menu
Sketch → Sketcher constraints → Constrain horizontally
Pracovní stoly
Sketcher, PartDesign
Výchozí zástupce
Nikdo
Představen ve verzi
-
Viz také
Constraint Vertical

Popis

Vazba Horizontálně zajistí, že vybraná přímka nebo přímky v obrázku budou paralelní k horizontální ose náčrtu.

The Sketcher ConstrainHorizontal command constrains lines or pairs of points to be horizontal (parallel to the horizontal axis of the sketch).

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

Funkce

Kliknutím na ni vyberte přímku v náčrtu.

Přímka se zbarví na tmavězelenou.

Vazbu Horizontálně aplikujete kliknutím na její ikonu v panelu nástrojů Náčrtu nebo výběrem položky Vazba horizontálně v submenu Vazby v menu Náčrtu v Pracovní ploše Náčrt (nebo v menu Nákres Díl v pracovní ploše Díl). Vybraná přímka je upravena tak, aby byla paralelní s horizontální osou náčrtu.

Může být vybráno i více přímek

a potom vybrána Vazba horizontálně jak je popsáno výše, horizontálně jsou pak upraveny všechny přímky.

  1. Optionally do one of the following:
    • Select two or more points.
    • Select two or more lines. Points can be included in the selection, but will be ignored.
  2. There are several ways to invoke the command:
    • version 0.21 and below: Press the Constrain horizontally button.
    • introduced in version 0.22: Press the down arrow to the right of the button and select the Constrain horizontally option.
    • Select the Sketch → Sketcher constraints → Constrain horizontally option from the menu.
    • Use the keyboard shortcut: H.
  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 a single line or two points 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('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.