Edit your existing acad.lsp file to include the .lsp in this package, or create yourself a new one with the below: (defun s::startup () (load "hop.lsp") ) Then place the acad.lsp in your chosen ...
Simple command line tool for Windows writen in C++ that gets all dwg files in current folder and creates a script in AutoCAD format for each file. Script line is in format: _.open "ABSOLUTE FILE PATH" ...
This article will look at creating a nozzle to use in the nozzles catalog which AutoCAD Plant 3D equipment loads when putting nozzles on equipment. First we have the includes, this script the includes ...
In some cases, it might be required to read / write custom properties for AutoCAD drawings without having to open the drawing in AutoCAD. If you already have AutoCAD ...
I need to create a spiral within a spiral, but I've been using the standard lisp script from the Autodesk knowledgebase to create two spirals and join them using a line. The spiral (red and green ...