https://youtu.be/Nx_mvSb1iAk We test to see if you can use the new "Artificial Intelligence" in BING to create AutoLISP Code for your AutoCAD drafting projects. … [Read more...] about Bing AI generates AutoLISP Code to speed up AutoCAD Drafting
AutoLISP Tutorials
TRUSS CREATION Lisp Routine
Name: TRUSS CREATION Description: This autolisp program creates kingpost, howe, pratt, fink, belgian, or triangle fan trusses. Type: AutoCAD AutoLISP Routine Author: C. W. O. File Size: 2 Kb Cost: Free Worked on: AutoCAD Download File: TrussCreation.zip … [Read more...] about TRUSS CREATION Lisp Routine
AutoLISP lives on – Improvements in AutoCAD 2021
AutoLISP has been around for a long time. But it is still a great tool to create programs inside of AutoCAD. The latest release of AutoCAD 2021 has made a couple of improvements to the AutoLISP and DCL environments. We take this as a commitment from Autodesk this oldie is still a goodie. AutoLISP Improvements Improvements have been made to AutoLISP and DCL. These … [Read more...] about AutoLISP lives on – Improvements in AutoCAD 2021
Good AutoLISP Programming Techniques
By R. Khouri, May 2017 When creating AutoLISP routines, the programmer should keep in mind not only correct syntax, but also a well-structured program that is easy to comprehend, forgiving of mistakes, easy to debug, and easy to edit. Formatting You can format manually while you type. But Visual LISP includes helpful formatting tools. They automatically insert tabs and spaces … [Read more...] about Good AutoLISP Programming Techniques
Network deploy AutoCAD profiles
QuestionIs there a way to deploy and install new profiles and updates for all of my users without going to each machine?SolutionCreate the /p target reference in the users AutoCAD shortcut pointing to a specific network directory. Example:Right click on the AutoCAD 200x desktop shortcut and select properties.In the Target text box you should see: "C:Program FilesAutoCAD … [Read more...] about Network deploy AutoCAD profiles
AutoLISP Lesson 10 – INPUT AND OUTPUT
(April 1999)The most important part of any program, other than the internal calculations that occur, will be the input / output section. These are the parts of your program that deal with getting Information from the user and storing or retrieving data from a storage area. The Dialog Control Language (DCL) will not be covered in this text, due to the expansive nature of the … [Read more...] about AutoLISP Lesson 10 – INPUT AND OUTPUT