Explode linetypes

I have seen a few people recently inquire about "exploding linetypes"...

If you have a non-continuous linetype and you want to "explode" it into its component parts, you can do this by using WMFOUT and WMFIN.

Use WMFOUT and select the objects. You can select lines, polylines, arcs, circles, anything... Next use WMFIN to import what you just exported. It will come in as a block. The insertion point and scale are a bit strange so pay attention. You need to use the upper left corner of the viewport as the insertion point, and a scale of 2.0.

Since it's difficult to obtain the exact UL corner of the viewport, you can select a point close and move the block into place before exploding it.

This tip works great for complex linetypes with text or shapes too. Note that the result of your actions will be a collection of polylines, so if you explode a line with the "HIDDEN" linetype, you will end up with a separate polyline for each dash.

If you are familiar with the Express Tool TXTEXP (Text Explode), it basically does the same thing. WMFOUT and WMFIN, so if you ever find yourself needing to explode text and you don't have access to Express Tools, now you know how.

Comments

It is possible to explode linetypes using txtexp command from Expesss Tools: open txtexp.lsp file and delete these four lines:
(-4 . "<OR") ; filter for mtext and text
(0 . "MTEXT")
(0 . "TEXT")
(-4 . "OR>")

Now txtexp explode lines as well as text!

Thanks for the post, I didn't know about this (WMFOUT and WMFIN) command until I found this post.

This is a great tip that I will pass along to users of our nesting software (http://merrymech.com/nestmaster.html) since it does not import polylines. The text explode tip will definitely come in handy. Thanks!

Thanks for the post, I didn't know about this (WMFOUT and WMFIN) command until I found this post.

 


All content is copyright © CAD PANACEA 2005-2012 unless otherwise noted.
All content of CAD PANACEA is solely my own personal thoughts and opinions and do not those of any other entity or person.
All comments posted to this blog are the sole responsibility of the person making the comment.

 

Google, as a third party vendor, uses cookies to serve ads on this site. Google's use of their cookies enables it to serve ads to users based on their visit to your sites and other sites on the Internet. You may opt out of the use of these cookies by visiting the Google ad and content network privacy policy.

Powered by Drupal