Sketcher CreateCircle: Difference between revisions

From FreeCAD Documentation
m (context menu added to usage)
(some preparation before the final touch)
Line 24: Line 24:


<!--T:3-->
<!--T:3-->
This tool draws a circle by picking two points: the center, and a point along the radius.<br/>
The [[Image:Sketcher_CreateCircle.svg|24px]] [[Sketcher_CreateCircle|Sketcher CreateCircle]] tool creates a circle by its center and a point along the radius. {{Version|0.22}}: Or optionally by three points on the circle outline.
When starting the tool, the mouse pointer changes to a white cross with a red circle icon: <span style="background-color:#ddd; display:inline-block;">
[[Image:Sketcher_Pointer_Create_Circle.svg|32px]]
</span>. The coordinates of the pointer are shown beside it in blue in real time.


</translate>
</translate>
Line 33: Line 30:
<translate>
<translate>
==Usage== <!--T:4-->
==Usage== <!--T:4-->

See also: [[Sketcher_Workbench#Drawing_aids|Drawing aids]].

Pos-OVP = Positional [[Sketcher_Preferences#General|On-View-Parameters]]. {{Version|0.22}}<br>
Dim-OVP = Dimensional On-View-Parameters. {{Version|0.22}}


<!--T:5-->
<!--T:5-->
# There are several ways to invoke the command:
# There are several ways to invoke the tool:
#* Press the {{Button|[[Image:Sketcher_CreateCircle.svg|16px]] [[Sketcher_CreateCircle|Center and rim point]]}} button.
#* Press the {{Button|[[Image:Sketcher_CreateCircle.svg|16px]] [[Sketcher_CreateCircle|Center and rim point]]}} button.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_CreateCircle.svg|16px]] Create circle}} option from the menu.
#* Select the {{MenuCommand|Sketcher → Sketcher geometries → [[Image:Sketcher_CreateCircle.svg|16px]] Create circle}} option from the menu.
#* Right-click in the Sketch view and select the {{MenuCommand|[[Image:Sketcher_CreateCircle.svg|16px]] Create circle}} option from the context menu.
#* Right-click in the Sketch view and select the {{MenuCommand|[[Image:Sketcher_CreateCircle.svg|16px]] Create circle}} option from the context menu.
#* The keyboard shortcut: {{KEY|G}} then {{KEY|C}}.
#* The keyboard shortcut: {{KEY|G}} then {{KEY|C}}.
# The cursor changes to a white cross with the command icon.
# Pick points on an empty area of the 3D view, or on an existing object (auto constraints must be active in the [[Task_panel|Task panel]]).
# The '''Circle parameters''' section ({{Version|0.22}}) is added at the top of the [[Sketcher_Dialog|Sketcher Dialog]].
# Pressing {{KEY|Esc}} or clicking the right mouse button cancels the function.
# Optionally press the {{KEY|M}} key or select from the dropdown list in the parameters section to change the tool '''Mode''':
#* [[Image:Sketcher_CreateCircle.svg|16px]] '''Center''':
#*# Pick the center of the circle. Or with Pos-OVP: enter its X and/or Y coordinate.
#*# Pick a point to define the radius. Or with Dim-OVP: enter the radius of the circle.
#* [[Image:Sketcher_Create3PointCircle.svg|16px]] '''3 rim points''': {{Version|0.22}}
#*# Pick three points of the circle outline. Or with Pos-OVP: enter their X and/or Y coordinates.
# The geometry is created and applicable Pos-OVP and Dim-OVP based constraints are added (none for 3 rim points).





Revision as of 13:54, 10 February 2024

Sketcher CreateCircle

Menu location
Sketch → Sketcher geometries → Create circle
Workbenches
Sketcher
Default shortcut
G C
Introduced in version
-
See also
Sketcher Arc

Description

The Sketcher CreateCircle tool creates a circle by its center and a point along the radius. introduced in version 0.22: Or optionally by three points on the circle outline.

Usage

See also: Drawing aids.

Pos-OVP = Positional On-View-Parameters. introduced in version 0.22
Dim-OVP = Dimensional On-View-Parameters. introduced in version 0.22

  1. There are several ways to invoke the tool:
    • Press the Center and rim point button.
    • Select the Sketcher → Sketcher geometries → Create circle option from the menu.
    • Right-click in the Sketch view and select the Create circle option from the context menu.
    • The keyboard shortcut: G then C.
  2. The cursor changes to a white cross with the command icon.
  3. The Circle parameters section (introduced in version 0.22) is added at the top of the Sketcher Dialog.
  4. Optionally press the M key or select from the dropdown list in the parameters section to change the tool Mode:
    • Center:
      1. Pick the center of the circle. Or with Pos-OVP: enter its X and/or Y coordinate.
      2. Pick a point to define the radius. Or with Dim-OVP: enter the radius of the circle.
    • 3 rim points: introduced in version 0.22
      1. Pick three points of the circle outline. Or with Pos-OVP: enter their X and/or Y coordinates.
  5. The geometry is created and applicable Pos-OVP and Dim-OVP based constraints are added (none for 3 rim points).