<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Two AutoCAD drawing comparison in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755448#M51540</link>
    <description>&lt;P&gt;Thanks any way for your link &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Jan 2013 14:17:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-01-17T14:17:41Z</dc:date>
    <item>
      <title>Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755221#M51532</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to do some coding which will compare that 2 autocad drawings are identical or not? Can anybody help me in this regard. Hints with VB code will be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;zakir&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 08:42:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755221#M51532</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T08:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755267#M51533</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;I want to do some coding which will compare that 2 autocad drawings are identical or not? Can anybody help me in this regard. Hints with VB code will be appreciated.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;If you can&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;explain&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;in great detail&lt;/SPAN&gt; &lt;SPAN class="hps atn"&gt;what is "&lt;/SPAN&gt;&lt;SPAN&gt;identical&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;drawings"&lt;/SPAN&gt;&lt;SPAN&gt;, then you&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;may&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;be able to&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;get help.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 10:39:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755267#M51533</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-01-17T10:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755325#M51534</link>
      <description>&lt;P&gt;Suppose, I have one drawing. Now I make a copy of it.&amp;nbsp; Afterwards I delete few lines from it.&amp;nbsp;I want to compare these 2 drawings whether they are similar or not? The comparison result should tell me that this is not similar. Because I have delete something from the copied drawing. If I do not delete any lines from the copied drawing, then the comparison should tell me&amp;nbsp; that two drawings are same. This is what I want to mean.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:42:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755325#M51534</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755331#M51535</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;... If I do not delete any lines from the copied drawing, then the comparison should tell me&amp;nbsp; that two drawings are same...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class="short_text"&gt;&lt;SPAN class="hps alt-edited"&gt;If everything were&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that simple ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. What about you add new lines to drawing?&lt;/P&gt;
&lt;P&gt;2. What about you change layer of lines?&lt;/P&gt;
&lt;P&gt;3. What about you change color of line?&lt;/P&gt;
&lt;P&gt;4. What about you combine some lines in block or group?&lt;/P&gt;
&lt;P&gt;5. What about you change properties of dwg-file (Title, Subject, Author, Revision...)?&lt;/P&gt;
&lt;P&gt;6. etc...etc..etc..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;I try&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;to explain&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;how difficult this&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;task in&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the general case.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 12:53:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755331#M51535</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-01-17T12:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755363#M51536</link>
      <description>&lt;P&gt;You are right. Any change in the duplicated drawing should be reported and should give a message that drawings are not similar.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:15:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755363#M51536</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T13:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755408#M51537</link>
      <description>&lt;P&gt;zakir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMHO Mr. Rivilis is trying&amp;nbsp;to&amp;nbsp;tell you this&amp;nbsp;would be a HUGE, almost undoable task. If so I would agree with him.&lt;/P&gt;&lt;P&gt;as some would say ... "Your eyes are bigger than your wallet."&lt;/P&gt;&lt;P&gt;r,&lt;/P&gt;&lt;P&gt;dennis&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 13:46:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755408#M51537</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T13:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755435#M51538</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous wrote:&lt;BR /&gt;
&lt;P&gt;zakir,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;IMHO Mr. Rivilis is trying&amp;nbsp;to&amp;nbsp;tell you this&amp;nbsp;would be a HUGE, almost undoable task. If so I would agree with him.&lt;/P&gt;
&lt;P&gt;as some would say ... "Your eyes are bigger than your wallet."&lt;/P&gt;
&lt;P&gt;r,&lt;/P&gt;
&lt;P&gt;dennis&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;This is exactly&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;that I&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;wanted to say.&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;But&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;my English is not&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;allowed&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;so beautifully&lt;/SPAN&gt; &lt;SPAN class="hps alt-edited"&gt;and laconically&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;describe the situation. &lt;img id="smileytongue" class="emoticon emoticon-smileytongue" src="https://forums.autodesk.com/i/smilies/16x16_smiley-tongue.png" alt="Smiley Tongue" title="Smiley Tongue" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class="hps"&gt;Zakir. You can begin with this topic: &lt;A href="http://www.theswamp.org/index.php?topic=39991.0" target="_blank"&gt;http://www.theswamp.org/index.php?topic=39991.0&lt;/A&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:13:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755435#M51538</guid>
      <dc:creator>Alexander.Rivilis</dc:creator>
      <dc:date>2013-01-17T14:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755445#M51539</link>
      <description>&lt;P&gt;Yeah I understand that. This is why my first sentence was "You are right". First I only consider the drawing structure. That is why I was optimistic.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:16:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755445#M51539</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T14:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755448#M51540</link>
      <description>&lt;P&gt;Thanks any way for your link &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:17:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755448#M51540</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-01-17T14:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Two AutoCAD drawing comparison</title>
      <link>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755462#M51541</link>
      <description>&lt;P&gt;&lt;A href="http://apps.exchange.autodesk.com/ACD/Detail/Index?id=appstore.exchange.autodesk.com%3adwgcompare%3aen" target="_blank"&gt;http://apps.exchange.autodesk.com/ACD/Detail/Index?id=appstore.exchange.autodesk.com%3adwgcompare%3aen&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2013 14:26:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/two-autocad-drawing-comparison/m-p/3755462#M51541</guid>
      <dc:creator>jeff</dc:creator>
      <dc:date>2013-01-17T14:26:38Z</dc:date>
    </item>
  </channel>
</rss>

