shanah Posted June 11, 2021 Posted June 11, 2021 (edited) Below is my lisp routine i know the pause pause interrupts the points but i cant figure out how to replace the pause pause so i can make the qleader pick points.. I like the ability to stretch my leader when needed. Im very green when it comes to lisp routines so any help is appreciated (defun c:CCP () ;========================= CORNER CLOSURE PANEL W/LEADER (command "-LAYER" "S" "DIM" "") (command "QLEADER" PAUSE PAUSE "" "CORNER CLOSURE PANEL" "") ) Edited June 13, 2021 by CADTutor Code moved to code block Quote
tombu Posted June 14, 2021 Posted June 14, 2021 Problem is the number of pauses you need is dependant on the current qleader settings. Frank Whaley at Autodesk created qlset.lsp that can set any qleader settings to fit whatever you want to do with your qleader lisp and reset those settings afterwards if you wish. I've attached qlset.lsp and lead.lsp I wrote years ago as an example you can modify to suit your needs. I'd suggest reading Frank Whaley's code first to see all it can do. If you search for qlset.lsp you'll find many other examples. lead.lsp qlset.lsp 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.