Wednesday 14 December 2011

Autoslip Command for AutoCAD

For those who are familiar with Autocad Program course is mengetahuii little or even more a function of the command "in it. As a simple example "If we want to make a square, we can use the command line or a rectangle command. There are various ways to activate the command, line by clicking on a column of Line Draw pictures or by typing l or line and press enter, and for the rectangle any way to mengkatifkan command by clicking the image or by typing rectangle rectangle and enter.
Is there any way that may facilitate the switch command "is? Of course there is, namely by using AutoLISP. Autolisp is the implementation of the programming language LISP (List Programing) in Autocad. Autolisp provides convenience and flexibility to users and developers to write Autocad programming functions and macros. Macro is a script that instructed the computer to perform a series of commands.


So how does it work autolips to facilitate command "in AutoCAD. As an example I'll give the script as follows: (write in the notped)
(Defun s:: STARTUP () (COMMAD "PURGE" "ALL")(Defun c: a () (command "line"))(Defun c: s () (command "circle"))
I explain a bit (defun c: a () (command "line")) This means if you type a command line then it will activate, and to (defun c: s () (command "circle")) by typing s then we aka activate the command circle.
With this script, you can make any order "itself and no longer need to search for images" command. (Which if drawing commands "is not in your AutoCAD screen frantically looking for her). Use scripts to speed up the process and would be useful for the future.
How to activate the program on the Autocad Autolisp

    
Open the program Autocad
    
go to tools and click load application
    
search program that has been made autolips click and press load.
    
then you can try if it works or not these programs.