Tuesday
Autocad, CommandCommand:_CIRCLE
Hello,
We will be talking about the CIRCLE command this week. You can access the command drom the Draw toolbar or by typing CIRCLE as a keyboard command. This is what happens in the command prompt when you activate it;
Command:_CIRCLE
CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]:
Specify radius of circle or [Diameter] <100.0000>: 100 (I entered 100mm as radius, that means we will have a circle 200mm in diameter.)

Fig.1 Our circle with a 100mm radius.
3P (Tree point) This feature enables you to draw a circle that passes from the three points that you specify.
CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]:3P (you have to enter 3p to be able to use the feature)

Fig.2 A circle drawn using 3P.
2P(Two point) With this feature, you can draw circles that take any two points you specify as the endpoints of its diameter.
CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]:2P (you have to enter 2p to be able to use the feature)

Fig.3 A circle drawn using 2P.
TTR(Tangent-Tangent-Radius) This is the one that really fascinates me. All in all, you use this to draw a circle that lies tangent to two lines, with any given radius. This feature enables us to use a single command to draw a given circle instead of four. Lets add another circle to the ones staying side by side in Fig.4 (Please see Drawing complex curves by using only the CIRCLE Command article.)
CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]:T (Specify that you want to use this feature using Ttr)
Specify point on object for first tangent of circle: (our first point)
Specify point on object for second tangent of circle: (our second point)
Specify radius of circle <100.0000>: (the radius of the circle)

Fig.4 A circle drawn using Ttr.
Regards
Viewed 2,644 times so far... This week: 33 Today: 8 Latest: 4 July 2009, 19:19Post Tags: Autocad, Command
Related Posts
Popular
- Hip tip: Increasing view resolution with VIEWRES system variable
07/03/2009 04:39 am
7 Comments - Sirince – IZMIR
07/02/2009 11:02 am
1 Comment - Visual LISP: Programming user interfaces with OpenDCL
07/01/2009 10:15 pm
10 Comments - 3D Modeling 7: EXTRUDE
06/30/2009 02:14 pm
10 Comments - Ask DailyAutoCAD: Which Notebook to Buy?
06/30/2009 12:17 pm
1 Comment
Featured Articles
- AutoCAD 2009 Update 3 Released
- Speed Up As AutoCAD 2009 Ribbon Menu Helps You!
- MEP Analysis Extension for AutoCAD MEP extended to March 31, 2009
- Recap of AutoCAD-related technologies on Autodesk Labs
- Technology Preview of MEP Analysis Extension extended to 12/31/08
- Autodesk Labs: Forward and Backward utility for AutoCAD
- Jan 16, 2009 : Everybody can Draw Springs Without the Helix Command | Daily Autocad
- Feb 17, 2009 : Let’s Draw a Clock in AutoCAD | Daily Autocad
|

Aug 16, 2008
Reply
I need to draw a circle at the orgin of my view. Front view. I am in model space. How do I do this.
thanks, bud
Aug 19, 2008
Reply
@ bud,
after activating the circle command,
when autocad asks you to specify the center point for the circle,
type 0,0 in the command line.