create MLeader style with block

create MLeader style with block

renanemeyer
Advocate Advocate
217 Views
1 Reply
Message 1 of 2

create MLeader style with block

renanemeyer
Advocate
Advocate

hello everyone 
I have a lisp that creates the mleader style, and I wanted to modify it so that instead of mtext it used a specific block

renanemeyer_0-1701706282772.png

 


Please, can anyone tell me how to do this? I've tried several properties but it didn't work

(defun c:test ()
   (CreateMLeaderStyle "test"
      (list 
         '("ArrowSize"               . 0.0)
         '("Annotative"               . 0)
         '("Block"               . "Block1") 
         '("BlockColor"              . 256) 
         '("BlockScale"              . 1)   
0 Likes
218 Views
1 Reply
Reply (1)
Message 2 of 2

hak_vz
Advisor
Advisor

Check this post for creation of mleader style. You can easily change code to include block in your mleades style.

Miljenko Hatlak

EESignature

Did you find this post helpful? Feel free to Like this post.
Did your question get successfully answered? Then click on the ACCEPT SOLUTION button.
0 Likes