CADTutor: The best free help for AutoCAD on the web

AutoCAD FAQ

Knowledgebase Home > 10 Customisation | Glossary | Favorites | Login Knowledgebase Home | Glossary | Favorites | Login

View Articles by Category

There are no sub categories

10 Customisation rss button

Autolisp / LISP / VBA etc.
There were 3 articles found in this category:
  1. questionHow do I automatically load variables?
    Automatic loading of variables is achieved using the acaddoc.lsp file. AutoCad reads this file every time a drawing is opened. Find this file by typing on the command line: (findfile "acaddoc.lsp") . If the file exists, the path to it will be returned. Open the file using a suitable text editor ...

  2. questionHow do I use an AutoLISP routine?
    AutoLISP is AutoCAD's built-in programming language. It can be used to create new commands or to redefine existing ones. AutoLISP is a very powerful customisation tool. This article aims to help you load AutoLISP routines that you have found on the web or that have been given to you. You will u ...

  3. questionMy Command Line has disappeared
    If the Command Line at the bottom of the AutoCAD drawing edit window has disappeared, it can be restored by one of the following methods: Press Ctrl+9 Type COMMANDLINE (the text will not be displayed on screen) Go Tools Command LineConversely, if the Command Line is not required, the above co ...

Creative Commons Licence
Powered by Interspire Knowledge Manager