-
Re: Issue with Macro for Creating a Polyline with Width Reset in BricsCAD
Look into the Autoload command we had a custom lisp that was loaded on startup using Autoload it loads on demand when you type it Guel on command line, we had like 20 autoload lisps.1 -
Re: ChangeDimScale command
So you want the change the dimscale in the style as a permanent thing. Maybe this (defun chdimsc (dname ht / doc) (vlax-for dim (vla-get-Dimstyles (setq doc (vla-get-ActiveDocument (vlax-get-acad-obj…1 -
Re: Switched to new copier/plotter-how to change page setups across multiple drawings
Google is your friend, do just that "change page setups autolisp" you should be able to find something. Where I used to work we used plot lisps so did not use page setups. Had different lis…1 -
Re: briscad crashing
For Zoomer I have cleanup.lsp that does just that cleans up the temp directory. Just ask.1 -
Re: How to Needed: Add LISP to Tool Palette
Whilst "(load "path/to/your/lisp.lsp") will do just that with some lisps nothing will happen after loading, you may need to call the lisp, "(load "path/to/your/lisp.lsp"…1