—————————————————————————-
수야님의 도움으로 아래와같이 해결했습니다. ㅎ
(defun c:c1()
(setq target (ssget))
(setq n1 (getpoint “시작점 “))
(setq n2 (getpoint n1 “끝점 “))
(command “copy” target “” n1 n2)
(command “rotate” “l” “” n2 “r” n2 pause)
(princ)
)
리습보다 어려운 영어라니!!!
https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/copy-rotate-lisp/td-p/905584