AutoCAD

AutoCAD(오토캐드), 일정 간격으로 객체 등분하기...

영원파 2012. 5. 1. 15:00

AutoCAD(오토캐드), 일정 간격으로 객체 등분하기, measure

 

divide 명령처럼 객체를 여러 객체로 분리하지 않으며, 단지 등분할 위치를 표시해줄 뿐입니다.

원은 0위치(네모 크로스한 아래 그림 참조), 선은 시작점이 등분 기준이며, 기준 위치에는 등분점이 표시되지 않습니다.

 

* length of segment : 등분 간격 값

 

Command: line

Specify first point: 4,4

Specify next point or [Undo]: @10,0

Specify next point or [Undo]: (Enter키)

 

Command: measure

Select object to measure: (선 선택)

Specify length of segment or [Block]: 4

 

Command: c

CIRCLE Specify center point for circle or [3P/2P/Ttr (tan tan radius)]: 9,9

Specify radius of circle or [Diameter] <2.5000>: d

Specify diameter of circle <5.0000>: 5

(참고로 원의 둘레는 15.7입니다.)

 

Command: measure

Select object to measure: (원 선택)

Specify length of segment or [Block]: 3

 

Command: measure

Select object to measure: (원 선택)

Specify length of segment or [Block]: 2

 

이미지를 클릭하시면 원본크기로 보실수 있습니다.


P 영원파님의 파란블로그에서 발행된 글입니다.