TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: amc.dicsac on April 26, 2016, 03:47:36 PM

Title: mtext annotative
Post by: amc.dicsac on April 26, 2016, 03:47:36 PM
Hello such, someone could tell me how can I convert an annotative mtext in a normal mtext and only the height (model text height) is maintained.
Title: Re: mtext annotative
Post by: Crank on April 27, 2016, 06:25:55 AM
Code: [Select]
(command-s ".chprop" (ssget '((0 . "MTEXT"))) "" "A" "N" "")
Title: Re: mtext annotative
Post by: MSTG007 on April 27, 2016, 06:50:20 AM
Nice.