27 November 2013

How to create layers in AutoLISP and how to set the layers in AutoLISP || Working with layers in AutoLISP

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] "")

15 September 2013

how to insert drawing in AutoCAD using AutoLISP

Hi friends, in this article I will explain about how to insert drawing in AutoCAD using AutoLISP.
First we know about how to insert drawing in AutoCAD. We use insert command to insert the drawing.
Enter insert command and press Enter or Space button. It will display below popup enter drawing name or browse and select your drawing and press OK button.

27 August 2013

How to give the hatch to the particular area by pick the point in AutoLISP or AutoCAD

 Hi friends, in this article I will explain about how to give the hatch to the particular area by pick the point in AutoLISP.. 
First of all open the Visual Lisp Editor in AutoCAD 
Open AutoCAD --- click on Tools --- click on AutoLISP----click on Visual LISP Editor. 

31 July 2013

How to create layers in AutoLISP and how to set the layers in AutoLISP || Working with layers in AutoLISP

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] "")