Spaj 发表于 2022-7-5 22:48:47

Change Vlax-invoke routine fro

Hi
 
I 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            )

Spaj 发表于 2022-7-5 23:24:45

Hi
 
Solved... managed to figure it out...

roshen_aliary 发表于 2022-7-5 23:53:11

Hi guys...is there any way to convert Text to Mtext using AutocadLT 2013?
页: [1]
查看完整版本: Change Vlax-invoke routine fro