Sketcher Ограничение горизонтальности

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 27% complete.
Outdated translations are marked like this.

Ограничение горизонтальности

Системное название
Sketcher_ConstrainHorizontal
Расположение в меню
Sketch → Ограничения эскиза → Ограничение горизонтальности
Верстаки
Sketcher
Быстрые клавиши
H
Представлено в версии
-
См. также
Ограничение вертикальности

Описание

Горизонтальное ограничение заставляет выбранную линию или линии в эскизе быть параллельными горизонтальной оси эскиза.

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

Применение

See also: Drawing aids.

Continue mode

Выберите отрезок на эскизе, кликнув по нему.

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.

Программирование

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.