RubberDinero Posted October 2, 2022 Author Posted October 2, 2022 I tried messing with a few code bits that had scalefactor, but it would only squeeze my text closer together. I’ll get back online tomorrow and upload a dwg with both blocks so you can see what I’m trying to do to the attributes. Quote
RubberDinero Posted October 2, 2022 Author Posted October 2, 2022 @BIGAL Attached is a dwg with the 2 blocks that almost always without fail have word wrap. top two have word wrap, the second two I ran the lisp routine to get ride of word wrap. one or two locations I could do it manually, but when you have to do hundreds or thousands a week, this lisp routine will save 99.99% from having to do this manually. big thanks to @mhupp for the help on this. ATTTest.dwg Quote
BIGAL Posted October 2, 2022 Posted October 2, 2022 (edited) Understand now you need to change the width of the Mtext inside the Block. Found this by googling (vlax-put (vlax-ename->vla-object (car (entsel "\nPick Mtext Object: "))) 'width 0) Need to work out how to adjust in dynamic block. Edited October 2, 2022 by BIGAL Quote
RubberDinero Posted October 2, 2022 Author Posted October 2, 2022 Oh yeah, didn’t test if the code provided earlier works once dynamic attributes have been moved. The good thing is that I never touch any grips before adjusting the text width. just tested it with a job that has almost 100 locations and it works perfect. 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.