Showing posts with label Conditional operators in AutoLISP. Show all posts
Showing posts with label Conditional operators in AutoLISP. Show all posts

2 March 2013

Double-Click Dimension For DDEdit || DDEDIT not working with double-click || Double-Click with DDEDIT


                                  Hi Friends, in this article I will explain about how to put double click on textto ddedit command.
                                  It’s very difficult,type ddedit command and select text and change the text compared to double click on text and change the text.
I explained double click on text to ddedit command with screenshots see the following steps.
1. for this CUI (Customize User Interface) by typing CUI on the Command line. Then the popup will open like below.

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.

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.