AutoCAD(오토캐드), 타원(ellipse) 그리기
AutoCAD(오토캐드), 타원(ellipse) 그리기
타원은 서로 이등분, 직교하는 2개의 축(장축, 단축)과 그 축의 교차점(중심점)을 이용해 그립니다.
1. 두 축의 끝점 3개로 그리기
Command: el
ELLIPSE
Specify axis endpoint of ellipse or [Arc/Center]: (P1점 선택)
Specify other endpoint of axis: (P2점 선택)
Specify distance to other axis or [Rotation]: (P3점 선택)
2. 중심점과 끝점 2개로 그리기
Command: el
ELLIPSE
Specify axis endpoint of ellipse or [Arc/Center]: c
Specify center of ellipse: (P1점 선택)
Specify endpoint of axis: (P2점 선택)
Specify distance to other axis or [Rotation]: (P3점 선택)
3. 1개의 축과 회전 값으로 그리기
Command: el
ELLIPSE
Specify axis endpoint of ellipse or [Arc/Center]: (P1점 선택)
Specify other endpoint of axis: (P2점 선택)
Specify distance to other axis or [Rotation]: r
Specify rotation around major axis: 60
ellipse, offset 명령어를 사용하여 아래 도면을 그려보세요.