; (setq NUM (open (getfiled “Node?” “” “” 0) “r”))
; (setq VEC (open (getfiled “VECTOR(X-Y-Len-AG(Degree))” “” “” 0) “r”))
; (setq NN (atoi (read-line NUM) ) )
; (close NUM)
; (repeat NN
; (setq x (atof (read-line VEC) ) )
; (setq y (atof (read-line VEC) ) )
; (setq VLEN (atof (read-line VEC) ) )
; (setq ANG (atof (read-line VEC) ) )
; (setq xy (list x y))
; (COMMAND “-INSERT” “vector” “S” VLEN xy ANG)
; )
이것은 벡터를 그리는 리습인데요
만약 각 도면마다 반복 작업을 하고 싶은데 ㅠㅠ
안되네요
drawing1.dwg , drawing2.dwg, drawing3.dwg….
이렇게 계속 나타내고 싶은데
새창 열기 리습을 모르겠어요 (command “new”) 도 안 먹고
정말 꼭 좀 도와주세요~ ㅠㅠ