Demesne Posted April 7, 2011 Posted April 7, 2011 Hi Is anyone able to modify ASMI's TALON.LSP so that the picked text is deleted after the rotated text is placed? I have looked at the lisp but it's way too complicated for my old brain. http://www.cadtutor.net/forum/showthread.php?43876-AsmiTools Many thanks Demesne Quote
rkmcswain Posted April 7, 2011 Posted April 7, 2011 HiIs anyone able to modify ASMI's TALON.LSP so that the picked text is deleted after the rotated text is placed? I have looked at the lisp but it's way too complicated for my old brain. http://www.cadtutor.net/forum/showthread.php?43876-AsmiTools Near the end of the file (about 19 lines from the end) - there is a (redraw) function. Insert a new line above that one and add this: (entdel (car cOpt)) Quote
Lee Mac Posted April 7, 2011 Posted April 7, 2011 (edited) Hi Demesne, Here is an alternative you may be interested in Lee Edited April 7, 2011 by Lee Mac Quote
Demesne Posted April 7, 2011 Author Posted April 7, 2011 rkmcswain - Many thanks. That did it! Lee Mac - Thanks. I do like that lisp but I was looking to work with polylines. Thanks again. Quote
Lee Mac Posted April 7, 2011 Posted April 7, 2011 Lee Mac - Thanks. I do like that lisp but I was looking to work with polylines. Mine should work with LWPolylines - are you using 3D Polylines? Quote
Demesne Posted April 7, 2011 Author Posted April 7, 2011 They were 3D Polylines but I converted to 2D. I have tried on a fresh drawing with 2D Polylines and unless exploded I get the message: ** Invalid Object Selected ** Quote
Lee Mac Posted April 7, 2011 Posted April 7, 2011 They were 3D Polylines but I converted to 2D. I have tried on a fresh drawing with 2D Polylines and unless exploded I get the message: ** Invalid Object Selected ** Thanks I'll update this program Quote
Demesne Posted April 7, 2011 Author Posted April 7, 2011 No, thank you! I'll be waiting for the update. :wink: Quote
Lee Mac Posted April 7, 2011 Posted April 7, 2011 I've updated the program to Version 1.1 to hopefully fix this issue. You may need to refresh your browser when viewing the link to see the updated page. Regards, Lee Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.