Change Vlax-invoke routine fro
HiI would like to change the following routine to place MText rather than the current Text entity. I have found a few pointers but the subtleties elude me. It seems as thought there are quite a few more arguments and they appear in a different order?
(mapcar (function (lambda(x) (vlax-invoke acsp 'AddText (car x) (list (cadr x)(+ (caddr x)(* txt_height 0.3))(last x)) ;; Plot text label txt_height))) data_list ) Hi
Solved... managed to figure it out... Hi guys...is there any way to convert Text to Mtext using AutocadLT 2013?
页:
[1]