Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello everyone.
I am trying to add Mleader which already has attributed block attached to it in the Style manager but when the Mleader added to drawing the attributed block located at 0,0,0 and I don't know why that is happening.
Is this normal?
Is there any other codes that I need to use to move it to the end point of the Mleader?
(setq spc (vla-get-ModelSpace (vla-get-ActiveDocument (vlax-get-acad-object)))) (vlax-invoke spc 'addmleader (apply 'append pnts) 0)
Thanks in advance.
Solved! Go to Solution.