Sketcher CreateArc: Difference between revisions

From FreeCAD Documentation
(typo)
(context menu added to usage)
Line 46: Line 46:
#* Press the {{Button|[[Image:Sketcher_CreateArc.svg|16px]] [[Sketcher_CreateArc|Center and end points]]}} button.
#* Press the {{Button|[[Image:Sketcher_CreateArc.svg|16px]] [[Sketcher_CreateArc|Center and end points]]}} button.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_Create3PointArc.svg|16px]] Create arc by center}} option from the menu.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_Create3PointArc.svg|16px]] Create arc by center}} option from the menu.
#* Right-click in the Sketch view and select the {{MenuCommand|[[Image:Sketcher_Create3PointArc.svg|16px]] Create arc by center}} option from the context menu.
#* The keyboard shortcut: {{KEY|G}} then {{KEY|A}}.
#* The keyboard shortcut: {{KEY|G}} then {{KEY|A}}.
# Define the positions of arc center, start point, and end point. See [[#Point_definition_options|Point definition options]] below.
# Define the positions of arc center, start point, and end point. See [[#Point_definition_options|Point definition options]] below.

Revision as of 12:37, 1 February 2024

Sketcher CreateArc

Menu location
Sketch → Sketcher geometries → Create arc by center
Workbenches
Sketcher
Default shortcut
G A
Introduced in version
-
See also
Sketcher Circle

Description

The Sketcher CreateArc tool draws an arc by picking three points: the center, the start point for the radius, and the end point for the angle.

When starting the tool, the mouse pointer changes to a white cross with a red arc icon:

Information about the pointer position such as coordinates, radius, and angles are shown in real time next to the pointer in blue or optionally in separate LineEdit widgets (introduced in version 0.22).

The center has been selected, dragging to set the radius‎ The center and start angle have been selected, dragging to set end angle‎

Arc with automatically applied constraints as defined by entering tool parameters in the LineEdit widgets
(leaving only the angle of the start point disregarded)

Usage

  1. There are several ways to invoke the command:
    • Press the Center and end points button.
    • Select the Sketcher → Sketcher geometries → Create arc by center option from the menu.
    • Right-click in the Sketch view and select the Create arc by center option from the context menu.
    • The keyboard shortcut: G then A.
  2. Define the positions of arc center, start point, and end point. See Point definition options below.
  3. The arc will be drawn and the command will finish.

Modes

If the Geometry creation "Continue Mode" preference is checked:

  • The command will restart after finishing.
  • Press Esc or right-click in an empty area of the 3D view to exit the command.

Point definition options

There are three options to define the position of the arc points:

  • Select an existing point to copy its position.
  • Click in an empty area of the 3D view to place a new point.
  • Enter tool parameters (introduced in version 0.22):
    1. The x and y coordinates to set the arc center.
    2. Values for the radius, and the angle from the sketch's x axis to set the start point.
    3. A value for the angle along the arc to set the end point.

The options can be mixed as you like.
Press Esc or right-click in an empty area of the 3D view to clear all points defined so far and start again; repeat to exit the command.

Notes

  • Tool parameters and their related LineEdit widgets are only available if the On-Views-Parameters preference is set to All or Only dimensional.
  • If tool parameters were entered the corresponding constraints are also applied to the arc accordingly (introduced in version 0.22).