heartscool Posted August 10, 2010 Posted August 10, 2010 Hello. Does anyone know a lisp routine which change all MText color to "by layer"? Changing just the entity "MText" doesn't work, it won't apply the same layer color, so I have to edit MText by MText and change to by layer in edition mode one by one. Thanks!! Quote
Koki Posted August 10, 2010 Posted August 10, 2010 I found the solution here.. Good luck http://www.cadopolis.com/forum/forum_posts.asp?TID=1045 Quote
migs Posted August 10, 2010 Posted August 10, 2010 without using a LISP you can QSELECT the text and change it in the properties panel. the BYLAYER command could also be what your looking for depending on what CAD your running Quote
Koki Posted August 11, 2010 Posted August 11, 2010 Hi migs, QSELECT or even "sellect all" - Ctrl+A in the properties window and filter to MText objects does not help, in Multiline Text you can override/change the properties(color,font,size) of the text within the text editor. and with QSELECT or Ctrl+a filter Mtext changes only the shell properties, this also applies when using "SETBYLAYER" that works fine for most other objects blocks, Text, lines... but MTxt. I suppose is one of the bugs Autodesk has to look at it. I tried on AutoCAD 2009,2010,2011. I also tried on 2011 the above mentioned lisp and I could not make it work :-) even after adding (vl-load-com) to the code. I am sure we can find working lisp for this problem. Nick 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.