Author Topic: Modifying Mulitleader text properties via LISP  (Read 8450 times)

0 Members and 1 Guest are viewing this topic.

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Modifying Mulitleader text properties via LISP
« Reply #15 on: December 02, 2010, 05:23:42 PM »
I gave up on DXF codes with MLEADERs and went the VLA Route.

Here is my routine to convert qleaders to mleaders, you will need to make modifications for your standards. The lines that need to be changed should all be commented. This should give you a good starting point. This is one portion of our routines for working with leaders, I do have many more, but it should give an idea of how to work with leaders. Please note that I did not originally create this routine, I have only made changes to it, to improve upon what was already there. Please let me know if you have any questions about it.

Edit: Found a slight bug, code has been updated.
« Last Edit: December 02, 2010, 05:39:38 PM by cmwade77 »

marztrek

  • Guest
Re: Modifying Mulitleader text properties via LISP
« Reply #16 on: December 07, 2010, 03:21:48 PM »
I have tried both DXF codes and VLA but they both do not work. I guess I should note that I am working ACAD 2008 and Autodesk probably did not provide full mleader functionality and I will have to wait till I am working in ACAD 2009 or newer...

Thank you both for your suggestions on the matter.