Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/TRansparency/MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile/Xref]
/Make/
"M" Make new layer
"TG" name new layer
@lamvieira wrote:
(command "layer" "m" "TG" "") Queria saber o significao da variaveis M TG. por favor
If you're using autocad of some other language version than english, you need to add "_" before it.
(command "_layer" "_m" "TG" "")
or better yet spell it out.
(command "_layer" "_make" "TG" "")