Hi Friends,
in this article I will explain about how to create layers in AutoLISP and how
to set the layers in AutoLISP.
How to create layers in AutoLISP:
The syntax of create layer is
(command
"layer" "n" [layer name]
"c" [layer color] [layer name] "")
|