|
Menu location |
---|
Sketch → Sketcher constraints → Constrain radius |
Workbenches |
Sketcher |
Default shortcut |
K R |
Introduced in version |
- |
See also |
Sketcher ConstrainRadiam, Sketcher ConstrainDiameter |
The Sketcher ConstrainRadius tool fixes the radius of circles, arcs and B-spline weight circles.
See also: Drawing aids.
Single tool
(default): press the down arrow to the right of the Sketch.addConstraint(Sketcher.Constraint('Radius', 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.