Command: change
Select objects: (ssget ‘((62 . 53)))
Select objects: all
8054 found
1918 were filtered out.
Select objects: 엔터
6136 found
20 were not parallel to the UCS.
Select objects: 엔터
Properties/<Change point>: p
Change what property (Color/Elev/LAyer/LType/ltScale/Thickness) ? la
New layer <varies>: 2
Change what property (Color/Elev/LAyer/LType/ltScale/Thickness) ? 엔터
Command:
안녕하세요
리습을 공부 중 입니다.
캐드 커맨드 상태에서 위와 같이 입력을 하면
53번 컬러의 엔티티를 레이어2번으로 변경이 가능 했습니다.
이걸 리습으로 만들려고 하는데요
아래와 같이 해 봤습니다.
잘 안되는데 뭐가 문제일까요?
제 글에 관심 가져주셔서 감사합니다. ^^
(defun C:co52 ()
(command “change” “(ssget ‘((62 . 53)))” “all” “” “” “p” “la” “2” “”)
)
정말 정말 정말 엄청 감사합니다 ^^