- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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!
Solved! Go to Solution.