Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

(defun c:chl()

(setvar "cmdecho" 0)
(command "purge" "LA" "" "N" "")
(command "Layer" "N" "Main structure" "C" "T" "0,255,0" "Main structure" "L" "
CONTINUOUS" "Main structure"
"N" "Hidden structure" "C" "T" "255,255,0" "Hidden structure" "L" "Hi
dden" "Hidden structure"
"N" "Reference structure" "C" "T" "255,0,0" "Reference structure" "L"
"CENTER" "Reference structure"
"N" "Text" "C" "T" "255,255,255" "Text" "L" "CONTINUOUS" "Text"
"N" "LNT additional data" "C" "T" "191,127,255" "LNT additional data"
"L" "CONTINUOUS" "LNT additional data"
"N" "Hatch" "C" "T" "214,214,214" "Hatch" "L" "CONTINUOUS" "Hatch"
"N" "Revisions" "C" "T" "255,0,255" "Revisions" "L" "CONTINUOUS" "Rev
isions"
"N" "Datum lines" "C" "T" "214,214,214" "Datum lines" "L" "CENTER" "D
atum lines" "")
(setq sel (ssget (command "Qselect" "" "")))
(command "change" sel "" "p" "la" "Main structure" "" "")
(setq sel (ssget (command "Qselect" "" "")))
(command "change" sel "" "p" "la" "Hidden structure" "" "")
(setq sel (ssget (command "Qselect" "" "")))
(command "change" sel "" "p" "la" "Reference structure" "" "")
);defun

[?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Fre
eze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: 'VLIDE Enter an option
[?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Fre
eze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: Enter an option
[?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Fre
eze/Thaw/LOck/Unlock/stAte/Description/rEconcile]:
;defun

You might also like