|
Ubicación en el Menú |
---|
Boceto → Croquizador restricciónes → RestringirDiámetro |
Entornos de trabajo |
Sketcher |
Atajo de teclado por defecto |
Ninguno |
Introducido en versión |
- |
Ver también |
Restringir la distancia, Restringir distancia horizontal, Restringir distancia vertical |
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 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.