AutoCAD 명령어 정리 - CIRCLE(원그리기)
CIRCLE(원그리기)
CIRCLE은 LINE과 같이 가장 기본적인 DRAW 명령이다.
풀다운메뉴 : Draw >Circle
도구막대 : Draw >
Center,Radius : Center,Diameter : 2Points : 3Points : Tan,Tan,Radius : Tan,Tan,Tan : |
중심과 반지름에 의해 원을그 린다. 중심과 지름에 의해 원을 그린다. 두 점을 지름으로 하는 원을 그린다. 지정하는 세 점을 지나는 원을 그린다. 두 개의 대상물에 접하는 원을 그린다. 세 개의 대상물에 접하는 원을 그린다. |
(1)중심점과 반지름 이용
Command : circle 또는 c
CIRCLE Specify center point for circle or 〔3P/2P/Ttr(tan tan radius) 〕: p1점 지정
Specify radius of circle or 〔Diameter 〕<10.0000> : 30
중심과 반지름
(2)중심점과 지름 이용
Command :
CIRCLE Specify center point for circle or 3P/2P/Ttr(tan tan radius)〕: p1점 지정
Specify radius of circle or 〔Diameter 〕<30.0000> : d
Specify diameter of circle <60.0000> :
중심과 지름
(3)세 점을 지나는 원
Command :
CIRCLE Specify center point for circle or 〔3P/2P/Ttr(tan tan radius) 〕: 3p
Specify first point on circle : p1점 지정
Specify second point on circle : p2점 지정
Specify third point on circle : p3점 지정
3점에 의한 원
(4)두 점을 지름으로 하는 원
Command :
CIRCLE Specify center point for circle or 3P/2P/Ttr(tan tan radius)〕: 2p
Specify first endpoint of circle's diameter : p1점 지정
Specify second endpoint of circle's diamenter : p2점 지정
2점에 의한 원
(5)두 대상물에 접하는 원 그리기
Command :
CIRCLE Specify center point for circle or 〔3P/2P/Ttr(tan tan radius) 〕: t
Specify point on object for first tangent of circle : p1점 지정
Specify point on object for second tangent of circle : p2점 지정
Specify radius of circle <40.0000> : 30
Command :
CIRCLE Specify center point for circle or 〔3P/2P/Ttr(tan tan radius) 〕: t
Specify point on object for first tangent of circle : p1점 지정
Specify point on object for second tangent of circle : p2점 지정
Specify radius of circle <30.0000> : 40
Ttr을 이용한 두 객체에 접하는 원
(6)세 개의 대상물에 접하는 원 그리기
▷ 풀다운메뉴에서 Draw> Circle> Tan,Tan,Tan을 선택한다.
Command : _circle Specify center point for circle or 3P/2P/Ttr(tan tan radius)〕: _3p
Specify first point on circle : _tan to (p1점 지정)
Specify second point on circle : _tan to (p2점 지정)
Specify third point on circle : _tan to (p3점 지정)
Tan, Tan, Tan을 이용한 세 객체에 접하는 원