|
poziția meniului |
---|
Sketch → Constrângeri desenator → Constrain Block |
Ateliere |
Sketcher |
scurtătură |
Nici unul |
Prezentat în versiune |
- |
A se vedea, de asemenea, |
Constrângere fixă |
Constrain Block permite blocarea unui element geometric pe loc cu ajutorul unei singure constrângeri. Scopul său principal este de a lucra cu B-Splines ceea ce poate fi dificil de restrâns complet în alt mod.
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.
Note: pașii 1 și 2 pot fi inversați.
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.