ziele_o2k Posted November 4, 2019 Posted November 4, 2019 Quick question, does anyone have some resource with full list of lisp functions (Autolisp/Visuallisp) with their arguments. I found something like that: https://www.afralisp.net/reference/autolisp-functions.php but I need to find visual functions reference. I'm going to extend this vscode add-in: https://github.com/garciadelcastillo/vscode-autolisp Quote
Lee Mac Posted November 4, 2019 Posted November 4, 2019 (edited) Vanilla AutoLISP and non-ActiveX Visual LISP functions are officially documented here; an unofficial reference for Visual LISP ActiveX functions derived from the AutoCAD Component Object Model (COM) may be found here. Edited November 4, 2019 by Lee Mac 1 1 Quote
BIGAL Posted November 4, 2019 Posted November 4, 2019 Have a look at this also. List of all vl commands.txt Quote
ziele_o2k Posted November 5, 2019 Author Posted November 5, 2019 @Lee Mac thanks for your reply. I know both resources you linked and I know that I could get everything from those manually, but I'm searching for something ready to use. Below you can find what i did so far. @BIGAL thank you, but still not enough lisp_func_with_arg.txt Quote
ronjonp Posted November 5, 2019 Posted November 5, 2019 There is also THIS that Se7en put together. 1 1 Quote
ziele_o2k Posted November 6, 2019 Author Posted November 6, 2019 Thanks @ronjonp ! Job is done. I can work with modification of Visual Studio Code plugin Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.