23 June 2012

How to draw a line in AutoCAD using VBA | VBA for AutoCAD


               Hi Friends, in this article I will explain about how to drawa line using VBA.
              I already explained in the previous article,Introduction to VBA and what are VBA and how to open Visual Basic Editor

Introduction to VBA and what are VBA and how to open Visual Basic Editor


                       Hi friends, in this article I will explain about introduction to VBA and what are VBA and how to open Visual Basic Editor.

Introduction to VBA:
  • VBA is abbreviated as Visual Basic for applications.
  • Visual Basic is a language with thousands of built in functions and numerous custom modules and controls available.

22 June 2012

Offset in the AutoLISP and the AutoCAD


                Hi Friends, in this article I will explain about the offset in the AutoLISP and the AutoCAD.
                First of all open the Visual LISP Editor, I already explained in the previous article how to open Visual LISP Editor in AutoCAD.

15 June 2012

If and if else condition and nested if or cond in AutoLISP


Hi Friends,in this article i will explain about the if and if else condition and  nested if or cond in AutoLISP.

IF:
This is used to execute some code only if a specified condition is true.

7 June 2012

How to get the path of the file in AutoLISP | How to get the path of the file in the folder in AutoLISP | How to read the data from the file in AutoLSIP.


                       Hi friends ,in this article i will explain about how to get the path of the file in AutoLISP.
                       First of all open the Visual LISP Editor,If you want to know about how to open Visual LISP Editor in AutoCAD.

Write the following code or simply copy paste the code.