Create Layer with lisp

Not applicable
10-28-2020
05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
i just writing the code its have some error kindly let me what is issue here
(defun c:AC-Lay ()
(setvar "cmdecho" 0)
(prompt "\n !! Ac Standard Layer Setting !!")(command "layer"
"n" "PC-H-COND-A" "c" "7" "PC-H-COND-A"
"n" "PC-H-COND-B" "c" "7" "PC-H-COND-B"
"n" "PC-H-LIGHT" "c" "3" "PC-H-LIGHT"
"n" "PC-H-EM-LIGHT" "c" "3" "PC-H-EM-LIGHT"
"n" "PC-H-WIRE" "c" "1" "PC-H-WIRE"
"n" "PC-H-DIM" "c" "1" "PC-H-DIM"
"n" "PC-H-EM-TEXT" "c" "3" "PC-H-EM-TEXT"
"n" "PC-H-TEXT" "c" "2" "PC-H-TEXT"
(prompt "\n !!! AC Standard Layer Setting Done !!!")
(prompt "\n !!! Created by Engineering Service !!!")
)
\nHvac Layer setting, Start command with `AC-Lay' !!!
@Anonymous