AutoCAD 2010/2011/2012 DWG Format
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I have a rather weird problem. I am using .dxf files as digital overlays on a new optical comparator we recently purchased. The problem is, the cad files we used to create our old mylar overlays is both 3d and comprised of text/curves/dimensions. I figured out the flattening and turning the text into lines and curves, but I cannot find a method to change the dimension graphics (profile boxes, length dimensions, and angle dimensions) into lines and curves. When I import them into the comparator program only the lines and curves can be displayed on the comparator.
Is there any way to flatten and make all of the dimension graphics lines and curves?
Solved! Go to Solution.
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The EXPLODE command will turn a dimension into its component parts. You can then use FLATTEN and also the express tool TXTEXP to explode the text.
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Unfortunately explode does not work on "tolerances". I already used flatten and txtexp to get the text. Is there any way to get the tolerance.
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
When you have tolerances the first EXPLODE leaves you with mtext. Just EXPLODE that again to get regular text.
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
The first explode leaves me with "Cannot explode TOLERANCE" in the command window. Trying it again does the same. I'm just selecting the tolerance (a profile block) and typing "explode", is there something more I need to do? Thanks for trying.
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I can explode tolerances with no problem. Try using a period in front of the command to get the core version.
.EXPLODE
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Here is what I am looking at. The .EXPLODE did not work for the same reason. Any Ideas?
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
I thought you were talking about dimensions with tolerances, but now I see you mean the tolerance object. I don't know of any way to explode those.
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
Why not use FLATTEN command and use YES?
Attach your drawing here, I'm sure it can be done.
Re: Turn dimension text/graph ics into lines and curves
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
FLATTEN will do it.
