james9710 Posted Wednesday at 11:44 AM Posted Wednesday at 11:44 AM Hi, can anyone help me to create a lisp with the following requirement: I will copy any object with basepoint (lets say a circle, copy with basepoint at center), then paste it at the insertion point of selected blocks. or simply to say, paste object multiple times in insertion point of selected blocks (or to any object that has insertion snap) Quote
BIGAL Posted yesterday at 02:37 AM Posted yesterday at 02:37 AM It is probably best to post some sort of sample dwg so we can see what it is your trying to do. Quote
mhupp Posted yesterday at 05:10 AM Posted yesterday at 05:10 AM Had this laying around sounds like what you want to do. used it mostly on circles but will work on any entity. it calculates the mid point so might want to replace line 8 - 11 with just a getpoint. COB.lsp 1 Quote
james9710 Posted yesterday at 08:01 AM Author Posted yesterday at 08:01 AM Perfect! thank you so much @mhupp. i have hundreds of attribute block (we are working on large scale projects) and needs to put value in each differently. so i need to temporarily put marking (like circle with thickness of 1 and turned on the line weight display) and delete the circle when i'm done in each block.. when i zoom extent i can easily identify if i missed an attribute block if there's still circle on it. How i wish i could learn coding so i can contribute too. 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.