ORgrown Posted August 8, 2005 Posted August 8, 2005 is there a lisp routine or macro out there that will convert crappy text to a set block? ie someone had used simplex 15' text for street names, we now have a street name block using romans 12' text. want to be able to click on text and convert to block while converting the text street name to the street name entry. there's only one entry for the street name block. thanks! Quote
CarlB Posted August 8, 2005 Posted August 8, 2005 Are you saying that your new street naming text is a block with one attribute, and the attribute is the street name? If so, you could use a fairly simple lisp routine. It would prompt you to select text, extract the string, insertion point, and rotation, delete the text, then insert the block at the text insert point with the appropriate string & rotation. Quote
ORgrown Posted August 8, 2005 Author Posted August 8, 2005 need to convert text of "street name" to block w/attribute of "street name". do you think i could just write a simple lisp routine for this? i'm not a lisp writer, but could try... Quote
dennis03 Posted July 22, 2013 Posted July 22, 2013 Does anyone have a solution for this problem? pretty much I have the same required lisp code. Quote
neophoible Posted July 22, 2013 Posted July 22, 2013 Does anyone have a solution for this problem? pretty much I have the same required lisp code.Be sure to try the updated code on the other thread where you posted: http://www.cadtutor.net/forum/showthread.php?17405-Replacing-text-with-a-block. 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.