|
Menu location |
---|
Sketch → Sketcher constraints → Constrain block |
Workbenches |
Sketcher |
Default shortcut |
K B |
Introduced in version |
0.17 |
See also |
Sketcher ConstrainLock |
The Sketcher ConstrainBlock tool blocks edges in place with a single constraint. It is mainly intended for B-splines, which can be difficult to fully constrain otherwise.
The block constraint only affects the freely movable parts of an edge. Blocked edges can have other constraints, and applying additional constraints to a blocked edge can modify it.
See also: Drawing aids.
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.