Sketcher ConstrainDiameter |
Menu location |
---|
Sketch → Sketcher constraints → Constrain diameter |
Workbenches |
Sketcher |
Default shortcut |
K O |
Introduced in version |
0.18 |
See also |
Sketcher ConstrainRadiam, Sketcher ConstrainRadius |
The Sketcher ConstrainDiameter tool fixes the diameter of circles and arcs. It cannot be used for B-spline weight circles.
See also: Drawing aids.
Single tool
(default): press the down arrow to the right of the button and select the Constrain diameter option from the dropdown.Sketch.addConstraint(Sketcher.Constraint('Diameter', ArcOrCircle, App.Units.Quantity('123.0 mm')))
The Sketcher scripting page explains the values which can be used for ArcOrCircle
, and contains further examples on how to create constraints from Python scripts.