Autolisp - List of Commands

Autolisp - List of Commands

rodrigo1434
Explorer Explorer
1,054 Views
1 Reply
Message 1 of 2

Autolisp - List of Commands

rodrigo1434
Explorer
Explorer

Hi Autocad community,

 

I am new to Autolisp and I am not able to find a documentation that shows a list of commands and its arguments (or parameters). I only found list for function.

 When I search for the documentation, the list of function do not show the commands such as "_line" "_spline" "_text" and so on, they show other terms such as "angle" "list" etc.

 I want to know a list of commands and their arguments like this:

 

      LINE (draw lines)

      (command "_line" pt1 pt2)
      - pt1 : first point can be (0,0,0);

      -pt2: last point can be (1,1,1);

 

 

This kind of list for all commands that are most used, generally for drawing. Where do I find them ?

I use chat GPT to give me the order of arguments but sometimes it gives me more arguments or in different order.

 

Thanks!

 

 

0 Likes
Accepted solutions (1)
1,055 Views
1 Reply
Reply (1)
Message 2 of 2

pendean
Community Legend
Community Legend
Accepted solution
Greetings @rodrigo1434

AutoCAD commands/variables and their sequences to use them fully are found in HELP and are not part of LISP programming HELP. You need to start here instead https://help.autodesk.com/view/ACD/2023/ENU/?page=commands#:~:text=Click%20a%20letter%20for%20an%20a....

HTH
0 Likes