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 ConstrainBlock and the translation is 27% complete.
Outdated translations are marked like this.

Ограничение перемещения

Системное название
Sketcher_ConstrainBlock
Расположение в меню
Sketch → Ограничения эскиза → Constrain Block
Верстаки
Sketcher
Быстрые клавиши
Нет
Представлено в версии
0.17
См. также
Ограничение положения

Описание

Блокирующее ограничение фиксирует геометрический элемент в указанном месте, одним нажатием.

The block constraint only affects the freely movable parts of an edge. Blocked edges can have other constraints, and applying addition constraints to a blocked edge can modify it.

Применение

See also: Drawing aids.

Continue mode

  1. Выберите элемент, степень свободы которого вы хотите ограничить.
  2. Нажмите на кнопку Ограничение (Привязка).

Run-once mode

  1. Select one or more edges.
  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('Block', Edge))

The Sketcher scripting page explains the values which can be used for Edge and contains further examples on how to create constraints from Python scripts.