-
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 -
Re: How to add a reference system grid to a viewport?
I have something that draws grids on a viewport, the viewport can have a twist angle so grid reflects this. PM me and can discuss.2
