<?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 Most efficient way to automate drawings in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/most-efficient-way-to-automate-drawings/m-p/8596660#M23490</link>
    <description>&lt;P&gt;I currently have automation done using autolisp and excel.&lt;/P&gt;
&lt;P&gt;All blocks used within a drawing have been exported as autoLisp files using a custom program. These blocks are used as function calls within other autoLisp programs to create contents on a drawing.&lt;/P&gt;
&lt;P&gt;Excel takes user input and generates a file. This file is a script file. Dropped into AutoCAD, this creates drawings in a "script" with sdi mode 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Drawing automation currently creates drawings at 1 drawing every 3 seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to eliminate the excel program from being a user interface (too much complexity) and create a custom user interface with C# .NET&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like this program to use AutoCAD to create the drawings in the fastest way possible. Currently, it is possible for AutoCAD to remotely call excel to create a file: (setq excel-app (vlax-create-object "excel.application"))&lt;/P&gt;
&lt;P&gt;Following this bit I can use excel to create a file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to create drawings in a similar fashion? To call "AutoCAD.Application" remotely from a program and AutoCAD will open temporarily to execute the code, then close when finished? If so, how?&lt;/P&gt;</description>
    <pubDate>Thu, 14 Feb 2019 18:00:16 GMT</pubDate>
    <dc:creator>jtoverka</dc:creator>
    <dc:date>2019-02-14T18:00:16Z</dc:date>
    <item>
      <title>Most efficient way to automate drawings</title>
      <link>https://forums.autodesk.com/t5/net-forum/most-efficient-way-to-automate-drawings/m-p/8596660#M23490</link>
      <description>&lt;P&gt;I currently have automation done using autolisp and excel.&lt;/P&gt;
&lt;P&gt;All blocks used within a drawing have been exported as autoLisp files using a custom program. These blocks are used as function calls within other autoLisp programs to create contents on a drawing.&lt;/P&gt;
&lt;P&gt;Excel takes user input and generates a file. This file is a script file. Dropped into AutoCAD, this creates drawings in a "script" with sdi mode 1.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Drawing automation currently creates drawings at 1 drawing every 3 seconds.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to eliminate the excel program from being a user interface (too much complexity) and create a custom user interface with C# .NET&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like this program to use AutoCAD to create the drawings in the fastest way possible. Currently, it is possible for AutoCAD to remotely call excel to create a file: (setq excel-app (vlax-create-object "excel.application"))&lt;/P&gt;
&lt;P&gt;Following this bit I can use excel to create a file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is it possible to create drawings in a similar fashion? To call "AutoCAD.Application" remotely from a program and AutoCAD will open temporarily to execute the code, then close when finished? If so, how?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Feb 2019 18:00:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/most-efficient-way-to-automate-drawings/m-p/8596660#M23490</guid>
      <dc:creator>jtoverka</dc:creator>
      <dc:date>2019-02-14T18:00:16Z</dc:date>
    </item>
  </channel>
</rss>

