Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 2.38 KB

Sketcher_ConstrainRadius.md

File metadata and controls

56 lines (33 loc) · 2.38 KB
Error in user YAML: (<unknown>): did not find expected alphabetic or numeric character while scanning an alias at line 5 column 14
---
 GuiCommand:
   Name: Sketcher ConstrainRadius
   MenuLocation: Sketch , Sketcher constraints , Constrain radius
   Workbenches: Sketcher_Workbench
   Shortcut: **K** **R**
   SeeAlso: Sketcher_ConstrainRadiam, Sketcher_ConstrainDiameter
---

Sketcher ConstrainRadius

Description

The Sketcher ConstrainRadius tool fixes the radius of circles, arcs and B-spline weight circles.

Usage

See also: Drawing aids.

  1. Make sure there is no selection.

  2. There are several ways to invoke the tool:

    <small>(v1.0)</small> 
    
    : If the **Dimensioning constraints** [preference](Sketcher_Preferences#General.md) is set to {{Value|Single tool}} (default): press the down arrow to the right of the **<img src="images/Sketcher_Dimension.svg" width=|x16px><img src="images/Toolbar_flyout_arrow.svg" width=x16px>** button and select the **<img src="images/Sketcher_ConstrainRadius.svg" width=16px> Constrain radius** option from the dropdown.
    
    • If this preference has a different value (and in {{VersionMinus|0.21}}): press the Constrain radius button.

    • Select the Sketch → Sketcher constraints → Constrain radius option from the menu.

    • (v1.0)

      : Right-click in the 3D view and select the Dimension → Constrain radius option from the context menu.

    • Use the keyboard shortcut: K then R.

  3. For further steps see Sketcher ConstrainRadiam.

Run-once mode

See Sketcher ConstrainRadiam.

Scripting

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.


documentation index > Sketcher > Sketcher ConstrainRadius