Sketcher ConstrainBlock/ru: Difference between revisions

From FreeCAD Documentation
(Created page with "# Выберите элемент, степень свободы которого вы хотите ограничить. # Нажмите на кнопку {{Button|File:Sk...")
Line 25: Line 25:
==Применение==
==Применение==


# Выберите элемент, степень свободы которого вы хотите ограничить.
# Select an element to constrain.
# Press the {{Button|[[File:Sketcher_ConstrainBlock.svg|16px]] [[Sketcher_ConstrainBlock|Constrain Block]]}} button.
# Нажмите на кнопку {{Button|[[File:Sketcher_ConstrainBlock.svg|16px]] [[Sketcher_ConstrainBlock/ru|Ограничение (Привязка)]]}}.


Or press the button first, and then select the elements.
Or press the button first, and then select the elements.

Revision as of 21:36, 4 September 2021

Sketcher ConstrainBlock

Menu location
Sketch → Sketcher constraints → Constrain Block
Workbenches
Sketcher
Default shortcut
None
Introduced in version
0.17
See also
Sketcher Constrain Lock

Описание

Constrain Block blocks a geometric element in place with a single constraint.

It is mainly intended to be used with B-Splines, which can be difficult to fully constrain otherwise.

Применение

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

Or press the button first, and then select the elements.

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

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.