Draft Circle: Difference between revisions

From FreeCAD Documentation
No edit summary
 
No edit summary
Line 1: Line 1:
{{GuiCommand|Name=Draft_Circle|Workbenches=[[Draft Module|Draft]]|MenuLocation=draft menu, context menu}}
{{GuiCommand|Name=Draft_Circle|Workbenches=[[Draft Module|Draft]]|MenuLocation=Draft -> Circle}}

====Description====

This tool draws a circle by asking for two points, the center and the radius. Both values can also be entered manually. The created circle will take the current line width and color.
This tool draws a circle by asking for two points, the center and the radius. Both values can also be entered manually. The created circle will take the current line width and color.

==Usage==
[[Image:Draft_Circle_example.jpg]]
* Pressing CTRL will snap you to availible snap locations. A filled symbol appears to notify you.

====Usage====

* Pressing CTRL will [[Draft_Snap|snap]] your point to availible snap locations.
* Enter numbers to [[Draft_Coordinates|manually insert a coordinate]].
* Pressing ESCAPE cancels the function.
* Pressing ESCAPE cancels the function.
* Suggested Shortcut: C

====Scripting====

The created polyline is a [[Part Module|Part]] feature containing one edge with only one vertex.

Revision as of 22:31, 15 November 2008

Draft_Circle

Menu location
Draft -> Circle
Workbenches
Draft
Default shortcut
None
Introduced in version
-
See also
None

Description

This tool draws a circle by asking for two points, the center and the radius. Both values can also be entered manually. The created circle will take the current line width and color.

Usage

  • Pressing CTRL will snap your point to availible snap locations.
  • Enter numbers to manually insert a coordinate.
  • Pressing ESCAPE cancels the function.
  • Suggested Shortcut: C

Scripting

The created polyline is a Part feature containing one edge with only one vertex.