<?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: PYTHON CODING HELP DXF to DWG in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206480#M5228</link>
    <description>&lt;P&gt;Ah your right I viewed it in CAD just now and the curves are composed of multiple lines.&lt;/P&gt;</description>
    <pubDate>Thu, 12 Dec 2024 00:07:01 GMT</pubDate>
    <dc:creator>nicolasR6NGC</dc:creator>
    <dc:date>2024-12-12T00:07:01Z</dc:date>
    <item>
      <title>PYTHON CODING HELP DXF to DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206049#M5223</link>
      <description>&lt;P&gt;I'm on Autodesk LT so I can't use win32 to automate saving a dwt or dxf into a dwg for xref. Is there another work around to get this process done?&lt;/P&gt;
&lt;P&gt;Background:&lt;/P&gt;
&lt;P&gt;I've made a lisp that references a python exe that takes a KMZ path and creates a box region around it so that another script can create a shape file that contains all parcel geometry within that region.&lt;/P&gt;
&lt;P&gt;From here I would like to automatically xref it into the open file that ran the intial lisp. The problem I have is getting the geometry into a dwg. I have tried opening and placing it into a dwt and saving it as a dwg but I can't access the dwt via python for some reason. This would be the ideal path so that I can store it into a template as well but is not necessary. What I can do is save it as a DXF so if I can automatically convert this to a dwg then auto reference it then I can work around the problem. If there is a better solution that comes to mind I'd love to hear it but for now I'm looking into how to convert this and reference it automatically. Any ideas?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15887489"&gt;@nicolasR6NGC&lt;/a&gt;&amp;nbsp;- moderation edited title for clarity.&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:10:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206049#M5223</guid>
      <dc:creator>nicolasR6NGC</dc:creator>
      <dc:date>2024-12-11T20:10:27Z</dc:date>
    </item>
    <item>
      <title>Re: PYTHON CODING HELP DXF to DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206101#M5224</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15887489"&gt;@nicolasR6NGC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Why not have Python just write a text file (like CSV), then have lisp read the file and create the objects?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:12:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206101#M5224</guid>
      <dc:creator>CodeDing</dc:creator>
      <dc:date>2024-12-11T20:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: PYTHON CODING HELP DXF to DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206129#M5225</link>
      <description>&lt;P&gt;Oh that's a great idea thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 20:25:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206129#M5225</guid>
      <dc:creator>nicolasR6NGC</dc:creator>
      <dc:date>2024-12-11T20:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: PYTHON CODING HELP DXF to DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206234#M5226</link>
      <description>&lt;P&gt;I just realize this will likely not work due how curves will be handled.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 21:21:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206234#M5226</guid>
      <dc:creator>nicolasR6NGC</dc:creator>
      <dc:date>2024-12-11T21:21:03Z</dc:date>
    </item>
    <item>
      <title>Re: PYTHON CODING HELP DXF to DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206239#M5227</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15887489"&gt;@nicolasR6NGC&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To my knowledge, KMZ/KML/Shapefiles do not support curves. Should work just fine&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Dec 2024 21:23:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206239#M5227</guid>
      <dc:creator>CodeDing</dc:creator>
      <dc:date>2024-12-11T21:23:26Z</dc:date>
    </item>
    <item>
      <title>Re: PYTHON CODING HELP DXF to DWG</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206480#M5228</link>
      <description>&lt;P&gt;Ah your right I viewed it in CAD just now and the curves are composed of multiple lines.&lt;/P&gt;</description>
      <pubDate>Thu, 12 Dec 2024 00:07:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/python-coding-help-dxf-to-dwg/m-p/13206480#M5228</guid>
      <dc:creator>nicolasR6NGC</dc:creator>
      <dc:date>2024-12-12T00:07:01Z</dc:date>
    </item>
  </channel>
</rss>

