** 원 그리기 = Circle **

Circle은 원을 그리는 명령어 이다.
원이 가지고 있는 특성을 이용하여 원을 그린다.

<방법>
Command: Circle
Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: 원의 중심점 선택 (P1점)
Specify radius of circle or [Diameter]: 10

[원을 그리는 여러가지 옵션]

ⓐ 지름으로 그리기
Command: CIRCLE
Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: 원의중심점 선택
Specify radius of circle or [Diameter] <8.0000>: d (지름을 쓰겠다는 옵션선택)
Specify diameter of circle <16.0000>: 20 (지름 20짜리원을 입력)

ⓑ 3P = 3점을 선택하여 그 3점을 지나는 원 그리기
Command:CIRCLE
Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: 3p (3P옵션선택)
Specify first point on circle: (첫점 P1점선택)
Specify second point on circle: (두번째점 P2점 선택)
Specify third point on circle: (세번째점 P3점 선택)

ⓒ 2P = 2점을 선택하여 그 2점이 지름이 되는 원 그리기
Command:CIRCLE
Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: 2p (2p옵션선택)
Specify first end point of circle's diameter: (첫점 P1점 선택)
Specify second end point of circle's diameter: (두번째 P2점 선택)

ⓓ TTR = tangent,tnagent, radius 이용하기
일정한 두개의 선분을 접하고(=만나면서) 반지름이 얼만인 원 그리기
Command:CIRCLE
Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: ttr (옵션 TTR선택)
Specify point on object for first tangent of circle: (접점 P1선택)
Specify point on object for second tangent of circle: (접점 P2선택)
Specify radius of circle <8.4219>: 10 (반지름 10 입력)