5 December 2012

How to put dimension text below line in AutoCAD or AutoLISP or dimlinear text pos vert property or Putting Dimension Text Below the Dim Line .


                                      Hi friends , in this  article I will explain about  How to put dimension text below line in AutoCAD or AutoLISP or dimlinear text pos vert property or Putting Dimension Text Below the Dim Line .
                                       Open the AutoCAD, Write dimlinear and press enter. It asks the first extension line origin or select object, click after that it will ask second extension line origin or select object ,click on the second point ,after that it will ask [Mtext/Text/Angle/Horizontal/Vertical/Rotated]:,click the third point will draw dimension automatically. If you want to know clearly then follow the below process or see the following image.

5 July 2012

Fillet command in the AutoLISP or AutoCAD, how to use the fillet command in AutoCAD, how to write the code for fillet in AutoLISP.

                            Hi friends, in this article I will explain about the fillet command in the AutoLISP or AutoCAD, how to use the fillet command in AutoCAD, how to write the code for fillet in AutoLISP.
First we know about, how to use fillet in AutoCAD.

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.

31 May 2012

How to draw PLINE in AutoCAD and How to draw PLINE in AutoCAD using AutoLISP.


                    Hi Friends,in this article i will explain about how to draw PLINE in AutoCAD and How to draw PLINE in AutoCAD using AutoLISP.

How to draw PLINE in AutoCAD.

Open AutoCAD and in the command  type PL or PLINE.
It will ask

8 May 2012

how to give the hatch to the rectangle in autolisp. | Hatch in autolisp |Give hatch to rectangle in autolisp


   Hi friends ,in this article i will explain about how to give the hatch to the circle in autolisp.

In previous article i explained about how to give the hatch to the circle 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 .

After open the Visual LISP Editor write the following code .

how to give the hatch to the circle in autolisp. | Hatch in autolisp |Give hatch to circle in autolisp


                       Hi friends ,in this article i will explain about how to give the hatch to the circle 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 .

After open the Visual LISP Editor write the following code .

2 May 2012

How to open another excel file from macro | How to open another excel file in vba | open an excel file in vba


                  Hi Friends, in this article i will explain about How to open another excel file using Macro in Excel 2007.

                              A macro is a set of operations for a spreadsheet. Suppose if you want to open new excel file, the file name is in A1 ,for that we can write the code in Macro and Run the macro then the file will open.

How to create Macro in Excel | Simple example for macro in excel | how to display alert in Excel


                      Hi Friends, in this article i will explain about How to create Macro in Excel 2007.
                   A macro is a set of operations for a spreadsheet. Suppose if you want to open new excel file, the file name is in A1 ,for that we can write the code in Macro and Run the macro then the file will open.

29 April 2012