<?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: Algorithm extracting data from DWG file in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617083#M148950</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; program a SCARA to draw the content of a .pwg file into A4 size paper&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I guess you mean ".dwg" file (not ".pwg"), just to make sure we speak about the same file format.&lt;/P&gt;
&lt;P&gt;Another question: do you have access to AutoCAD? You'll need that to get access to the geometry.&lt;/P&gt;
&lt;P&gt;Next you need to decide which of the API's you want to use from AutoCAD (LISP, VBA, .NET, C++) and at least you need to know which types of objects your dwg-file can contain. As long as there are only 2D-Polylines, then the job is more easy compared to complex geometry like blocks scaled/rotated, some 3D-surfaces (you need to get contours from), ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
    <pubDate>Sun, 24 Feb 2019 10:13:14 GMT</pubDate>
    <dc:creator>Alfred.NESWADBA</dc:creator>
    <dc:date>2019-02-24T10:13:14Z</dc:date>
    <item>
      <title>Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8616968#M148947</link>
      <description>&lt;P&gt;I'm a University student and I have a project to program a machine to draw the content from a .DWG file. I really need an algorithm to read the necessary data from a .DWG file. I tried to google it but all I could find was solfwares to convert .DWG file to .PDF file.&lt;/P&gt;
&lt;P&gt;If anyone has idea about this topic, please share with me. I'm really grateful.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 07:13:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8616968#M148947</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-24T07:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617024#M148948</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; program a machine to draw the content from a .DWG file&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Are you referring to a NC/CNC system and you need to convert geometry to be manufactured by such a system?&lt;/P&gt;
&lt;P&gt;Or is it more a 3D print workflow you are thinking about?&lt;/P&gt;
&lt;P&gt;Do you want to work with 2D or 3D?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A bit more information will help to receive valid replies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 09:02:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617024#M148948</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-02-24T09:02:04Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617078#M148949</link>
      <description>&lt;P&gt;My project is to program a SCARA to draw the content of a .pwg file into A4 size paper. So, it's 2D, and I may ask my professor for more details a few days later, but I think I need the machine to understand .pwg file from AutoCad2015 or later.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 10:11:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617078#M148949</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-24T10:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617083#M148950</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; program a SCARA to draw the content of a .pwg file into A4 size paper&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;I guess you mean ".dwg" file (not ".pwg"), just to make sure we speak about the same file format.&lt;/P&gt;
&lt;P&gt;Another question: do you have access to AutoCAD? You'll need that to get access to the geometry.&lt;/P&gt;
&lt;P&gt;Next you need to decide which of the API's you want to use from AutoCAD (LISP, VBA, .NET, C++) and at least you need to know which types of objects your dwg-file can contain. As long as there are only 2D-Polylines, then the job is more easy compared to complex geometry like blocks scaled/rotated, some 3D-surfaces (you need to get contours from), ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 10:13:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617083#M148950</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-02-24T10:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617117#M148951</link>
      <description>&lt;P&gt;Yeah, it's .dwg file, my bad. Sorry about it.&lt;/P&gt;
&lt;P&gt;I have access to AutoCad. But is it really necessary? Can you explain this detail? Thank you very much.&lt;/P&gt;
&lt;P&gt;I'm trying to program using C++ language. The project for now should be just simple&amp;nbsp;&lt;SPAN&gt;2D-Polylines and text, but it may consist of curves later on, but then it would still be in 2D.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 10:40:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617117#M148951</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-24T10:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617122#M148952</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; I have access to AutoCad. But is it really necessary?&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You can't access geometry within a DWG-file without software that can open this file.&lt;/P&gt;
&lt;P&gt;A DWG-file is not an open source format and so the number of libraries which can read that format is really limited. Using AutoCAD is the most appropriate way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; Can you explain this detail?&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Nothing much to explain, open the file you need to convert to a machine language. Use API to get the objects in modelspace of the DWG and convert each geometry type to your NC codes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; The project for now should be just simple 2D-Polylines and text,&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Text could be tricky as AutoCAD (without additional development) does not have access to the contours of a true-type font. But Polylines (take care: AutoCAD knows 3 types of Polylines, and one polylinetype knows a additional settings like "curved" and "splined", you can test this with AutoCAD command &lt;STRONG&gt;&lt;FONT color="#333399"&gt;_PEDIT&lt;/FONT&gt;&lt;/STRONG&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 10:47:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617122#M148952</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-02-24T10:47:29Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617133#M148953</link>
      <description>&lt;P&gt;&lt;EM&gt;&amp;gt;&amp;gt; Using AutoCAD is the most appropriate way.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I have AutoCAD to open .DWG file and I also have converter to convert the .DWG file to .PDF file in my PC. But I think the problem is that my professor wants the machine itself to recognize the file. So instead of open a specific file on my PC and convert it to machine language, I think he wants the machine can understand the protocol even if the input is any random .DWG file.&lt;/P&gt;
&lt;P&gt;I will ask him about this on Tuesday for further details. But is it possible to write a code to do the task like that?&lt;/P&gt;
&lt;P&gt;And can you show me how to use API to get the objects in .DWG file (in this case I would be more comfortable with C++ more than other languages)?&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 11:18:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617133#M148953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-24T11:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617139#M148954</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; But I think the problem is that my professor wants the &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; machine itself to recognize the file&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;That would be a hard job.&lt;/P&gt;
&lt;P&gt;I don't know which software/operating system is working on that machine. Creating a DWG-reader means man-years of development (and that repeats with every new dwg-format if Autodesk decides to change the format).&lt;/P&gt;
&lt;P&gt;You might look to the &lt;A href="https://www.opendesign.com/" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;Open Design Alliance&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;, but that's not free and I doubt it works on a limited system like a NC-system.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 11:17:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617139#M148954</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-02-24T11:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617141#M148955</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I forgot to ask in the previous post but can you show me how to use API to get the objects in .DWG file (in this case I would be more comfortable with C++ more than other languages)?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 11:21:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617141#M148955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-24T11:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617143#M148956</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; can you show me how to use API to get the objects in .DWG file&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;You might look to the ObjectARX kit, it includes a lot of samples showing how to access content of dwg-files:&lt;BR /&gt;&lt;A href="https://www.autodesk.com/developer-network/platform-technologies/autocad/objectarx-license-download" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;ObjectARX&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can also find a forum for ObjectARX &lt;A href="https://forums.autodesk.com/t5/objectarx/bd-p/34" target="_blank" rel="noopener"&gt;&amp;gt;&amp;gt;&amp;gt;there&amp;lt;&amp;lt;&amp;lt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 11:25:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617143#M148956</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2019-02-24T11:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617148#M148957</link>
      <description>&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 11:34:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617148#M148957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-24T11:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617328#M148958</link>
      <description>&lt;P&gt;You state that as a student you have a “…project to program a machine to draw the content from a .DWG file”. What is the objective of the assignment? For example, is it to give you experience in reading a binary or ascii file to another format? Or perhaps to reformat geometry from one format to another and create the necessary instructions to drive servos that are part of a machine that draws? Or something completely different? Is the course part of a computer science program or mechanical engineering? My guess, and it’s only a guess, is that it is more of an engineering assignment than a computer science task. As such I do not think reformatting a binary .dwg file or even an ascii .dxf is the objective of the assignment. I think the focus may be how to translate 2D polyline-like geometry into instructions to drive an x-y type plotter machine. For this task I think you might consider using the list command in AutoCAD to create data that defines the shape. There is significant challenge in translating this data into a format necessary to drive your machine especially if the geometry includes arcs. For example, here’s sample output from the list command for a polyline with two straight segments followed by an arc that is followed by another straight segment.&lt;/P&gt;
&lt;PRE&gt;Command: LIST
Select objects: 1 found
Select objects:
                  LWPOLYLINE  Layer: "0"
                            Space: Model space
                   Handle = 20a
              Open
    Constant width    0.0000
              area   67.2718
            length   40.8869
          at point  X=  11.2096  Y=   8.5308  Z=   0.0000
          at point  X=  20.1063  Y=  15.4322  Z=   0.0000
          at point  X=  29.3646  Y=  10.4097  Z=   0.0000
             bulge    0.3653
            center  X=  33.2029  Y=  17.4850  Z=   0.0000
            radius    8.0493
       start angle       242
         end angle       322
          at point  X=  39.5271  Y=  12.5054  Z=   0.0000
          at point  X=  47.2303  Y=  13.8423  Z=   0.0000
&lt;/PRE&gt;
&lt;P&gt;I think you need to clarify the educational goal of the assignment before continuing.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 15:51:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617328#M148958</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2019-02-24T15:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617474#M148959</link>
      <description>&lt;P&gt;The goal of the project is to study of machine programming in the automatic field. The topic is to program a SCARA machine to be able to draw the content of .DWG file. So, as you stated, the project should focus on&amp;nbsp;&lt;SPAN&gt;translating 2D polyline-like geometry into instructions to drive an x-y type plotter machine. But before that I really need to know how to extract the geometry data in a .DWG file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Can you show me how to get the command list from a random .DWG file? For example if someone gives me a .DWG file. how can I extract such command list?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 18:25:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617474#M148959</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-02-24T18:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617785#M148960</link>
      <description>&lt;P&gt;A .dwg file is a binary file that has a proprietary format controlled by Autodesk.&amp;nbsp; It's format can change from version to version.&amp;nbsp; AutoCAD can also save files in a .dxf format.&amp;nbsp; DXF is an ASCII file that was originally created to enable 3rd party developers to write software that complements the features of AutoCAD. I think it would make much more sense for you to work from a dxf rather than dwg file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For example, the dxf code for a lwpolyline looks like &lt;A href="https://www.autodesk.com/techpubs/autocad/acadr14/dxf/lwpolyline_al_u05_c.htm" target="_blank" rel="noopener"&gt;this&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A portion of the code for a dxf file with a polyline with two straight segments followed by an arc then another straight segment looks like this:&lt;/P&gt;
&lt;PRE&gt;AcDbPolyline
 90
        5
 70
     0
 43
0.0
 10
8.319873837667117
 20
11.99992329523352
 10
19.42205923226548
 20
16.98133090859468
 10
31.08996107392547
 20
11.04603673852302
 42
0.4338377669093521
 10
37.80784396922083
 20
13.48374686732284
 10
46.1521615979551
 20
16.16876090508994&lt;/PRE&gt;
&lt;P&gt;A 10 indicates that an x coordinate follows, a 20 signifies a y coordinate.&amp;nbsp; Arcs are represented by "bulge factor (dxf code 42) where:&lt;/P&gt;
&lt;P&gt;bulge = tan(angle/4), CCW is positive&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can search the dxf file for&amp;nbsp;AcDbPolyline then extract the data you need to create the instructions to drive the SCARA.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 23:31:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617785#M148960</guid>
      <dc:creator>leeminardi</dc:creator>
      <dc:date>2019-02-24T23:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: Algorithm extracting data from DWG file</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617798#M148961</link>
      <description>&lt;P&gt;Would you mind having you instructor join in on the discussion?&amp;nbsp; What you are describing is a highly advanced task, not something encountered in an average assignment, and certainly not without a deep understanding of DWG content, Object ARX, and RealDWG.&amp;nbsp; I'd like to make certain that both of you understand the actual task at hand.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Feb 2019 23:44:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/algorithm-extracting-data-from-dwg-file/m-p/8617798#M148961</guid>
      <dc:creator>dgorsman</dc:creator>
      <dc:date>2019-02-24T23:44:53Z</dc:date>
    </item>
  </channel>
</rss>

