|
Menyplacering |
---|
Sketch → Sketcher constraints → Constrain equal |
Arbetsbänkar |
Sketcher, PartDesign |
Standard genväg |
Ingen |
Introducerad i version |
- |
Se även |
Constraint Radius |
The Sketcher ConstrainEqual tool constrains edges to have an equal length (lines) or curvature (other edges except B-splines). Selected edges must have the same type. Circles and circular arcs are of the same type (their radii are made equal), and so are ellipses and elliptical arcs (their major and minor radii are made equal).
See also: Drawing aids.
Sketch.addConstraint(Sketcher.Constraint('Equal', Edge1, Edge2))
The Sketcher scripting page explains the values which can be used for Edge1
and Edge2
and contains further examples on how to create constraints from Python scripts.