blueshake Posted November 25, 2010 Posted November 25, 2010 hi,all I know that expresstool of cad can explode text into lines by using command "txtexp",my question is : how they achieve this? thank you for your time. Quote
irneb Posted November 25, 2010 Posted November 25, 2010 Look at your ACad install folder. There should be an Express folder under it. In that folder is the txtexp.lsp file. Basically they do a WMFOUT and then a WMFIN. Quote
blueshake Posted November 25, 2010 Author Posted November 25, 2010 thank you for your reply. I just test the "txtexp" ,but it don't work well. see the picture. some lines still remain there. Quote
eldon Posted November 25, 2010 Posted November 25, 2010 It is working as it is meant to do. You have to do some clearing up yourself. Typically, I explode the polylines, remove the cross lines and then rejoin the letter shape into one polyline around the outside and more internally as needed. Quote
eldon Posted November 25, 2010 Posted November 25, 2010 And watch out for the lineweight, TxtExp sets it to 0 Quote
blueshake Posted November 25, 2010 Author Posted November 25, 2010 by the way ,is it possible to do the whole process by a lisp. I mean explode the polyline and remove redundant lines ... Quote
Lee Mac Posted November 25, 2010 Posted November 25, 2010 Have you seen this by the genius Sean Tessier? http://www.theswamp.org/index.php?topic=31435.0 Quote
blueshake Posted November 25, 2010 Author Posted November 25, 2010 it is a really cool routine:).what a pity it is not written by lisp. Quote
Lee Mac Posted November 25, 2010 Posted November 25, 2010 it is a really cool routine:).what a pity it is not written by lisp. True, but there is more power in other languages Quote
irneb Posted November 25, 2010 Posted November 25, 2010 That's because of the WMFOut and -In. That's where these "artefacts" occur. Unfortunately that's something which only ADesk can fix. Edit: Sorry my connection's dead as a doorbell. It took nearly 30min to answer to the 3rd post. Quote
SEANT Posted November 25, 2010 Posted November 25, 2010 Have you seen this by the genius Sean Tessier? http://www.theswamp.org/index.php?topic=31435.0 it is a really cool routine:).what a pity it is not written by lisp. Thanks guys. That routine is also in this CADTutor thread: http://www.cadtutor.net/forum/showthread.php?48936 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.