BIGAL Posted October 8, 2019 Posted October 8, 2019 Your welcome to add get all blocks insert point then check their distance apart if to close then erase, or before insert do a ssget check for say a circle style CP if found don't insert. Quote
AndreasB Posted May 5 Posted May 5 (edited) Hi everybody, I'm trying to get it to work in Autocad 2023 and i've loaded the lsp file succefully, with the corrections above. But my question is. How do i use/access it inside Autocad? Yeah sorry i'm newbie in this. Thanks! Edited May 5 by AndreasB Quote
Steven P Posted May 5 Posted May 5 I'll assume from your question that it is all loaded (if not this is good resource: https://lee-mac.com/runlisp.html), To run a loaded LISP generally all you need to do is type function name so long as it starts with a c:, (ignore the c:) the function names come after "defun". In the examples above I think the program is (defun c:populate.... and you'll want to type in populate If the function name doesn't have 'c:' then to get that part to run generally put the function name in brackets ( -functionaname- ) Hope this help else you might need to list what you are doing, probably missed a very silly thing - easy to do 1 Quote
AndreasB Posted May 5 Posted May 5 Thanks a lot! it was just 'populate' that i was looking for. Another question tho, if I may. When i'm trying to use it, it's not really doing anything inside the closed polyline? On the other hand it's actually putting everything outside in this kinda 'round' shape and wiiiidely spread. Do you have any idea, what's going on Quote
Steven P Posted May 5 Posted May 5 I'd have to look at that, however Marco_Rebar who made the code is a regular and might be able to help out with that one (May bank holiday weekend, CAD is scheduled to be off till Tuesday.....) 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.