<?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: Plotting AutoCAD ModelSpace Drawing in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2943960#M61672</link>
    <description>&lt;P&gt;We do our batch plotting without AutoCAD.&amp;nbsp; I have a command line program called anydwg that converts them to pdf and then&amp;nbsp;plots them.&amp;nbsp; 3000 lines of code, but well worth it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amazingly, I do believe Carl Bass would read this.&amp;nbsp; I haven't been in touch with him for a week, and don't want to waste his time with this one.&amp;nbsp; He is actually very proactive to us non-maintenance users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do find AutoCAD to be very frustrating, and the maintenance and upgrade costs are more expensive than Pro/E or SolidWorks.&amp;nbsp; AutoCAD Mechanical should not sell for more than $1,500, and 3D users prefer SolidWorks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AutoCAD has a legacy of code that is now 28 years old.&amp;nbsp; They need to rewrite it from scratch if they want any hope to be competitive.&amp;nbsp; Inventor is still the #3 3D package, has been all along.&amp;nbsp; I'm not sure what the limitations are there.&amp;nbsp; It would be nice if they would get it right though.&amp;nbsp; You are right, new features and acquisitions&amp;nbsp;have always been more important than rewriting all that dysfunctional code from the early 90's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 08 Mar 2011 18:04:51 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-03-08T18:04:51Z</dc:date>
    <item>
      <title>Plotting AutoCAD ModelSpace Drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2940492#M61666</link>
      <description>&lt;P&gt;In your example: &lt;A href="http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html" rel="nofollow" target="_blank"&gt;http://docs.autodesk.com/ACD/2010/ENU/AutoCAD%20.NET%20Developer's%20Guide/index.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I simply call PlotCurrentLayout from my .NET form.&amp;nbsp; I get a BadImageFormatException Error (see attachment).&amp;nbsp; It says Could not load file or assembly 'acdbmgd, Version=10.0.0.0,....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VB.NET 2008 / AutoCAD 2010.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help, and thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2011 22:22:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2940492#M61666</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-04T22:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting AutoCAD ModelSpace Drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2940512#M61667</link>
      <description>&lt;P&gt;Where is your code for PlotCurrentLayout?&lt;/P&gt;</description>
      <pubDate>Fri, 04 Mar 2011 22:44:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2940512#M61667</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2011-03-04T22:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting AutoCAD ModelSpace Drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2942310#M61668</link>
      <description>&lt;P&gt;The code is in the Autodesk link initially attached.&amp;nbsp; I am simply calling that program:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;Private&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;Sub&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; cmdPlotMe2_Click(&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; sender &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; System.Object, &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;ByVal&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; e &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; System.EventArgs) &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;Handles&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; cmdPlotMe2.Click&lt;/FONT&gt;&lt;FONT size="1" color="#008000"&gt;&lt;FONT size="1" color="#008000"&gt; PlotCurrentLayout()&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt; &lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;&lt;FONT size="1" color="#0000ff"&gt;Sub&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot attach the example because of some&amp;nbsp;HTML error...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2011 17:37:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2942310#M61668</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-07T17:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting AutoCAD ModelSpace Drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2942360#M61669</link>
      <description>&lt;P&gt;That program (PlotCurrentLayout) does not exist - Autodesk has done a good job of showing us how to do it, but they have not done it for us.&amp;nbsp; You need to write all of the code required from&amp;nbsp;that example yourself.&amp;nbsp; Create a sub called PlotCurrentLayout in your form and add the code from the example.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Mar 2011 18:03:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2942360#M61669</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2011-03-07T18:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting AutoCAD ModelSpace Drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2943812#M61670</link>
      <description>&lt;P&gt;That's not what the link says.&amp;nbsp; Why bother.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am amazed at how difficult things are to do with Autodesk.&amp;nbsp; &lt;STRONG&gt;&lt;U&gt;I hope Carl Bass reads this&lt;/U&gt;&lt;/STRONG&gt;.&amp;nbsp; WE HAVE ABSOLUTELY NO PROBLEMS PRINTING IN SOLIDWORKS!&amp;nbsp;&amp;nbsp; The whole purpose why I have to write a program is because AutoCAD does not print well to our HP printer in Windows 7.&amp;nbsp; They conveniently blame HP, but why then, can SolidWorks, Office and every other program print to it with no problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Between the printing difficulties and the 1995 file size limitations on deployments (256 characters max), it really does not matter how good the design capabilities are.&amp;nbsp; Autodesk seems to admit to this issue, but they need to fix it and provide immediate warranties for their customers, instead of charging top dollar.&amp;nbsp; Thety are now the most expensive CAD solution as well!&amp;nbsp; &lt;STRONG&gt;&lt;U&gt;It seems that have the weakest product for the most amount of money.&lt;/U&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 16:48:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2943812#M61670</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-08T16:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting AutoCAD ModelSpace Drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2943930#M61671</link>
      <description>&lt;P&gt;We have experienced the same issues with 64 bit acad and windows 7 and HP.&amp;nbsp; However, the plot routines in use here are all batch related, so we process 100s of plots at a time.&amp;nbsp; They do not communicate directly with any&amp;nbsp;device.&amp;nbsp; We had a VBA script that evolved over time until I recreated it in .NET.&amp;nbsp; It creates PDF, DWF, and HPGL2 PLT files as required, 100s of times faster than VBA.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I agree that&amp;nbsp;the support&amp;nbsp;value is not reflected in the cost of the product.&amp;nbsp; The annual release cycle is good for the shareholders, but not good for the end user.&amp;nbsp; Bug fixes&amp;nbsp;seem to take a back seat to new features that most of us don't want or need.&amp;nbsp; Adesk has done it again to the 64 bit Map3D users that have&amp;nbsp;32 bit office products - a fairly common combination IMO.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I also agree that the API is very poorly&amp;nbsp;documented.&amp;nbsp; Coding with&amp;nbsp;the API in .NET is very verbose, but once you get the hang of it, it is easy to repeat.&amp;nbsp; There are instances of documentation that are very good - IMO the plot example you reference is one of them.&amp;nbsp; A person with some acad API experience should be able to&amp;nbsp;copy and paste the code from that example into vs2008 and make it run pretty quickly.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am willing to bet that Carl Bass is not reading this or any other&amp;nbsp;threads in the Adesk hosted discussion forums.&amp;nbsp; However, I bet you could determine or find his direct email address.&amp;nbsp; But, he probably wouldn't read that either.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 17:54:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2943930#M61671</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2011-03-08T17:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Plotting AutoCAD ModelSpace Drawing</title>
      <link>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2943960#M61672</link>
      <description>&lt;P&gt;We do our batch plotting without AutoCAD.&amp;nbsp; I have a command line program called anydwg that converts them to pdf and then&amp;nbsp;plots them.&amp;nbsp; 3000 lines of code, but well worth it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Amazingly, I do believe Carl Bass would read this.&amp;nbsp; I haven't been in touch with him for a week, and don't want to waste his time with this one.&amp;nbsp; He is actually very proactive to us non-maintenance users.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do find AutoCAD to be very frustrating, and the maintenance and upgrade costs are more expensive than Pro/E or SolidWorks.&amp;nbsp; AutoCAD Mechanical should not sell for more than $1,500, and 3D users prefer SolidWorks.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;AutoCAD has a legacy of code that is now 28 years old.&amp;nbsp; They need to rewrite it from scratch if they want any hope to be competitive.&amp;nbsp; Inventor is still the #3 3D package, has been all along.&amp;nbsp; I'm not sure what the limitations are there.&amp;nbsp; It would be nice if they would get it right though.&amp;nbsp; You are right, new features and acquisitions&amp;nbsp;have always been more important than rewriting all that dysfunctional code from the early 90's.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Mar 2011 18:04:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/plotting-autocad-modelspace-drawing/m-p/2943960#M61672</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-08T18:04:51Z</dc:date>
    </item>
  </channel>
</rss>

