Search the Community
Showing results for tags 'process'.
-
BREAKTHROUGH??? Batch processing with user input!
JPlanera posted a topic in AutoLISP, Visual LISP & DCL
I needed to print 200+ drawings located in multiple locations, but only a section of each drawing that was not previously defined by a view or common coordinates... A batch printing process that could pause at each drawing to accept user input was what i was after. I stumbled upon a bundle of code... -
Change colour of all objects within blocks in a drawing file using a batch process
hosannabizarre posted a topic in AutoLISP, Visual LISP & DCL
I created an action macro to do the following: 1) Select all objects 2) Change the colour to "140" I saved it as "ActMacro001" I needed to apply this macro to heaps of files, and used the following batch process lisp (It applies ActMacro001 to files A.DWG, B.DWG, C.DWG etc): [col...