<?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: How to create AUTOCAD drawing and draw objects programatically .net API in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6926866#M32475</link>
    <description>&lt;P&gt;Not commonly available that I know of.&amp;nbsp;&amp;nbsp;ISO 15296 is more&amp;nbsp;of a data sharing format than a drawing conversion format.&amp;nbsp; There's a slight chance there's one available from one of the iRing members but odds are you're going to have to code it yourself.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Mar 2017 15:47:17 GMT</pubDate>
    <dc:creator>dgorsman</dc:creator>
    <dc:date>2017-03-07T15:47:17Z</dc:date>
    <item>
      <title>How to create AUTOCAD drawing and draw objects programatically .net API</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6915268#M32472</link>
      <description>&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to convert XML based drawing (ISO 15926 standard) to AutoCAD drawing with Attribute sets and values using .Net framework and AutoCAD .net APIs.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;XML has all Drawing object details including x,y coordinate point and attribute sets details of each drawing object.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone shed some light on how to Create an AutoCAD drawing and draw all objects with attribute sets using AutoCAD APIs programatically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 12:53:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6915268#M32472</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-02T12:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to create AUTOCAD drawing and draw objects programatically .net API</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6916009#M32473</link>
      <description>&lt;P&gt;Should be possible.&amp;nbsp; You'll need to know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;how to create AutoCAD entities&lt;/LI&gt;
&lt;LI&gt;the ISO 15926 schema or, at least, the variant being used&lt;/LI&gt;
&lt;LI&gt;which elements in the schema will be represented by what AutoCAD entities&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then again, it might just be easier to get SmartPlant to export a DWG or DXF file.&amp;nbsp; I'd strongly recommend looking into the iRing for assistance if you decide to go the programmatic route.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 16:45:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6916009#M32473</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2017-03-02T16:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create AUTOCAD drawing and draw objects programatically .net API</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6925706#M32474</link>
      <description>&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SmartPlant P&amp;amp;ID is exporting PID to DWG without any attribute sets (SPID and other SPPID properties). This makes us impossible&amp;nbsp;to read&amp;nbsp;properties of selected object in AutoCAD as each drawing object has its own GUID.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So we are thinking to convert SPPID XML (ISO 15926) to AutoCAD Dwg with attribute sets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any Plugin available in AutoCAD to convert ISP 15926 XML drawing to AutoCAD DWG drawing?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 07:15:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6925706#M32474</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-07T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to create AUTOCAD drawing and draw objects programatically .net API</title>
      <link>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6926866#M32475</link>
      <description>&lt;P&gt;Not commonly available that I know of.&amp;nbsp;&amp;nbsp;ISO 15296 is more&amp;nbsp;of a data sharing format than a drawing conversion format.&amp;nbsp; There's a slight chance there's one available from one of the iRing members but odds are you're going to have to code it yourself.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Mar 2017 15:47:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/how-to-create-autocad-drawing-and-draw-objects-programatically/m-p/6926866#M32475</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2017-03-07T15:47:17Z</dc:date>
    </item>
  </channel>
</rss>

