<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>blog nauseam &#187; DWF</title>
	<atom:link href="http://www.blog.cadnauseam.com/tag/dwf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.cadnauseam.com</link>
	<description>Mostly AutoCAD discussion, but also music, image manipulation and video</description>
	<lastBuildDate>Wed, 18 Jan 2012 06:02:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>AutoCAD&#8217;s magic vanishing attachments</title>
		<link>http://www.blog.cadnauseam.com/2009/04/30/autocads-magic-vanishing-attachments/</link>
		<comments>http://www.blog.cadnauseam.com/2009/04/30/autocads-magic-vanishing-attachments/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 13:36:59 +0000</pubDate>
		<dc:creator>Steve Johnson</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[AutoCAD 2000]]></category>
		<category><![CDATA[AutoCAD 2007]]></category>
		<category><![CDATA[AutoCAD 2008]]></category>
		<category><![CDATA[AutoCAD 2009]]></category>
		<category><![CDATA[AutoCAD 2010]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Interoperability]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[Attachment]]></category>
		<category><![CDATA[DGN]]></category>
		<category><![CDATA[DWF]]></category>
		<category><![CDATA[DWFx]]></category>
		<category><![CDATA[Missing Parts]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.blog.cadnauseam.com/?p=586</guid>
		<description><![CDATA[<p>There are now quite a few file types that you can attach to an AutoCAD drawing as a reference, in the same way that you can attach other drawings as xrefs. We&#8217;ve been able to attach other drawings since Release 11 (1990) and images since Release 14 (1997), but every release since 2007 has [...]]]></description>
			<content:encoded><![CDATA[<p>There are now quite a few file types that you can attach to an AutoCAD drawing as a reference, in the same way that you can attach other drawings as xrefs. We&#8217;ve been able to attach other drawings since Release 11 (1990) and images since Release 14 (1997), but every release since 2007 has introduced a new kind of attachment. In AutoCAD 2010, you can now also attach PDFs, MicroStation DGNs (v7 and v8), DWF and DWFx files.</p>
<p>But should you? Maybe not. It depends who is going to use those drawings after you. If you know for certain that every user of that drawing is going to be using 2010 and later, that&#8217;s no problem. But if there is the possibility of earlier releases being used, your fine-looking attachments could vanish silently in the night. Attach a PDF to your drawing in 2010, give it to a user of last year&#8217;s AutoCAD 2009 (you&#8217;ll need to save it as a 2007 DWG) and what will he see? Nothing. There is no text-screen warning, no bounding box, no piece of text indicating the file name, nothing. Just a blank space where there should be useful drawing content.</p>
<p>This problem isn&#8217;t new to 2010, because there are similar problems with the other recent attachment types. Let&#8217;s examine them one by one:</p>
<ul>
<li>PDF &#8211; visible only in 2010 and later (except for the special case of 2009 with the Subscription-only Bonus Pack 2).</li>
<li>DWFx &#8211; visible only in 2009 and later.</li>
<li>DGN v7 &#8211; visible only in 2009 and later.</li>
<li>DGN v8 &#8211; visible only in 2008 and later.</li>
<li>DWF &#8211; visible only in 2007 and later.</li>
</ul>
<p>It&#8217;s important to note that the attachments don&#8217;t actually disappear from the drawing. They are still stored there, even if you save to an earlier DWG format like 2000 or 2004. The attachments survive the round trip to an earlier DWG format intact; they will reappear just fine if reopened in 2010. (Round-tripping of new object types is something that Autodesk has done extremely well over the years).</p>
<p>In most cases, the objects are stored invisibly as proxy objects (object name ACAD_PROXY_ENTITY, known in the early days as zombies). In some cases, they are listed as special Underlay objects (e.g. DGNUnderlay, DWFUnderlay). In 2000 to 2006, they all list as proxies. How can you list these objects in earlier releases when you can&#8217;t see them? With a bit of LISP, or old tricks like LIST ALL Remove Crossing.</p>
<p>The moral of the story for drawing creators is to look before you leap whan attaching new object types. For drawing recipients, it&#8217;s something to carefully watch out for. If you&#8217;re the customer and you use an earlier release, you may even wish to include a don&#8217;t-use-this-attachment-type clause in your specifications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.cadnauseam.com/2009/04/30/autocads-magic-vanishing-attachments/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Older AutoCAD loses (part of) the plot</title>
		<link>http://www.blog.cadnauseam.com/2009/02/23/older-autocad-loses-part-of-the-plot/</link>
		<comments>http://www.blog.cadnauseam.com/2009/02/23/older-autocad-loses-part-of-the-plot/#comments</comments>
		<pubDate>Mon, 23 Feb 2009 02:58:08 +0000</pubDate>
		<dc:creator>Steve Johnson</dc:creator>
				<category><![CDATA[AutoCAD]]></category>
		<category><![CDATA[AutoCAD 2007]]></category>
		<category><![CDATA[Bug]]></category>
		<category><![CDATA[Tip]]></category>
		<category><![CDATA[TrueView]]></category>
		<category><![CDATA[DWF]]></category>
		<category><![CDATA[Dynamic Blocks]]></category>
		<category><![CDATA[Plot]]></category>
		<category><![CDATA[Warning]]></category>

		<guid isPermaLink="false">http://www.blog.cadnauseam.com/?p=455</guid>
		<description><![CDATA[<p>I know there are plenty of people still using AutoCAD 2007 and earlier, so this bug warning may save some of you some grief. I have no idea how widespread or isolated this problem is, but under some circumstances I haven&#8217;t worked out yet, AutoCAD 2007 fails to plot all of certain dynamic blocks. [...]]]></description>
			<content:encoded><![CDATA[<p>I know there are plenty of people still using AutoCAD 2007 and earlier, so this bug warning may save some of you some grief. I have no idea how widespread or isolated this problem is, but under some circumstances I haven&#8217;t worked out yet, AutoCAD 2007 fails to plot all of certain dynamic blocks. Some attributes have a habit of being plot-shy. Even if you don&#8217;t use dynamic blocks yourself, you could receive a set of drawings, check them on-screen, approve them, plot them and send out paper drawings without all of their parts. Unless you&#8217;re carefully manually checking the paper plots, this situation is obviously a little dangerous. Fortunately, Plot Preview also shows up the problem, so it is at least possible to check things without wasting trees.</p>
<p>Here&#8217;s an example. This is part of such a drawing displayed in AutoCAD 2007, with all of its parts in place. One of the dynamic blocks is highlighted:</p>
<p><img src="http://www.blog.cadnauseam.com/img/MissingBlockParts2007-01.png" alt="Drawing in AutoCAD 2007 with all its parts in place" /></p>
<p>Here&#8217;s that drawing plotted using AutoCAD 2007, showing the missing parts:</p>
<p><img src="http://www.blog.cadnauseam.com/img/MissingBlockParts2007-02.png" alt="Drawing plotted in AutoCAD 2007 with parts missing" /></p>
<p>Earlier releases do the same, including pre-dynamic block releases. As DWF files are just electronic plots, the same problem applies to them. Yes, I&#8217;ve checked for non-plotting layers and looked into the visibility states within the dynamic blocks. An audit of the drawing indicates no problems. Attribute visibility settings are not an issue.</p>
<p>Here&#8217;s the same drawing plotted using AutoCAD 2009 (2008 and 2010 are fine, too):</p>
<p><img src="http://www.blog.cadnauseam.com/img/MissingBlockParts2007-03.png" alt="Drawing plotted in AutoCAD 2009 with parts intact" /></p>
<p>What to do? Using a later release would solve it, but might not be a practicable solution in your office right now. Instead, you could consider using <a href="http://www.autodesk.com/dwgtrueview">DWG TrueView</a> for your plotting. That may not be ideal either, but it could be better than risking the consequences of an unknown number of your plots containing an unknown number of missing parts in unknown places.</p>
<p>Have you come across this problem? If you have any more clues about the circumstances that trigger it, please add a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.cadnauseam.com/2009/02/23/older-autocad-loses-part-of-the-plot/feed/</wfw:commentRss>
		<slash:comments>23</slash:comments>
		</item>
	</channel>
</rss>

