FAQ에 있는 레이어 만들기 리습을 실행해봐도 레이어 변경이 되어버리고
아래와같은 리습을 카피해서 만들어서 실행했는데 오류가 뜹니다.
(defun c:LC (/ s)
(setq s (ssget))
(command “chprop” “”
“c” “bylayer” “lt” “bylayer” “la” “CEN” “”)
)
APLOAD로 읽고 실제로 해보면
Command: lc
Select objects: 1 found
Select objects:
Unknown command “C”. Press F1 for help.
Unknown command “BYLAYER”. Press F1 for help.
Unknown command “LT”. Press F1 for help.
Unknown command “BYLAYER”. Press F1 for help.
Unknown command “LA”. Press F1 for help.
Unknown command “CEN”. Press F1 for help.
Unknown command “LC”. Press F1 for help.
nil
이렇게 됩니다. 레이어 변경을 어떻게 해야할지..
제가 명령을 하나씩 입력하면 되는데 리습이 안되요..
공유