<?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: Import 3d path from another program in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9849059#M97645</link>
    <description>&lt;P&gt;This is the link you're referring to right?&amp;nbsp;&lt;A href="https://www.autodesk.com/products/fusion-360/blog/data-exchange-in-fusion-360-part-1/" target="_blank" rel="noopener"&gt;https://www.autodesk.com/products/fusion-360/blog/data-exchange-in-fusion-360-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked through those, cutting out the proprietary Autodesk/Solidworks/etc ones I won't be able to add to my program I see&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DXF Files (*.dxf)&lt;/LI&gt;&lt;LI&gt;FBX (*.fbx)&lt;/LI&gt;&lt;LI&gt;IGES (*ige, *iges, *igs)&lt;/LI&gt;&lt;LI&gt;NX (*prt)&lt;/LI&gt;&lt;LI&gt;OBJ (*.obj)&lt;/LI&gt;&lt;LI&gt;SAT/SMT Files (*.sab, *.sat, *.smb, *.smt)&lt;/LI&gt;&lt;LI&gt;STEP Files (*.ste, *.step, *.step STL Files (*.stl)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I tried an OBJ file with a line but it wouldn't import the lines -- just the faces. I could potentially brute force and try every single one, but was hoping someone would have some experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: I started going down the list and I think I'll be able to get DXF to work in 3d, though it's a really hard format to read. At least it's plain text though!&lt;/P&gt;</description>
    <pubDate>Thu, 05 Nov 2020 22:32:18 GMT</pubDate>
    <dc:creator>johnaboiles</dc:creator>
    <dc:date>2020-11-05T22:32:18Z</dc:date>
    <item>
      <title>Import 3d path from another program</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9848973#M97643</link>
      <description>&lt;P&gt;I'm trying to import 3d contours generated from some software I'm writing and generating a 3d model from it. Is there a file format that can be used to import 3d paths?&lt;BR /&gt;&lt;BR /&gt;I've tried importing an .obj file that just contains edges but nothing shows up. I suppose I could make some fake faces along the edge and just delete them, but it doesn't seem very streamlined.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this is possible with a simple file format, I wonder if there's a way I could write a plugin to import a 3d path. Any guidance would be super helpful!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 21:40:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9848973#M97643</guid>
      <dc:creator>johnaboiles</dc:creator>
      <dc:date>2020-11-05T21:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Import 3d path from another program</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9848990#M97644</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;First you should have a look at the import formats for each license type and then clarify which one is suitable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;günther&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 21:50:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9848990#M97644</guid>
      <dc:creator>g-andresen</dc:creator>
      <dc:date>2020-11-05T21:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Import 3d path from another program</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9849059#M97645</link>
      <description>&lt;P&gt;This is the link you're referring to right?&amp;nbsp;&lt;A href="https://www.autodesk.com/products/fusion-360/blog/data-exchange-in-fusion-360-part-1/" target="_blank" rel="noopener"&gt;https://www.autodesk.com/products/fusion-360/blog/data-exchange-in-fusion-360-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've looked through those, cutting out the proprietary Autodesk/Solidworks/etc ones I won't be able to add to my program I see&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;DXF Files (*.dxf)&lt;/LI&gt;&lt;LI&gt;FBX (*.fbx)&lt;/LI&gt;&lt;LI&gt;IGES (*ige, *iges, *igs)&lt;/LI&gt;&lt;LI&gt;NX (*prt)&lt;/LI&gt;&lt;LI&gt;OBJ (*.obj)&lt;/LI&gt;&lt;LI&gt;SAT/SMT Files (*.sab, *.sat, *.smb, *.smt)&lt;/LI&gt;&lt;LI&gt;STEP Files (*.ste, *.step, *.step STL Files (*.stl)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I tried an OBJ file with a line but it wouldn't import the lines -- just the faces. I could potentially brute force and try every single one, but was hoping someone would have some experience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Edit: I started going down the list and I think I'll be able to get DXF to work in 3d, though it's a really hard format to read. At least it's plain text though!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Nov 2020 22:32:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9849059#M97645</guid>
      <dc:creator>johnaboiles</dc:creator>
      <dc:date>2020-11-05T22:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Import 3d path from another program</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9849797#M97646</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4327259"&gt;@johnaboiles&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;This is the link you're referring to right?&amp;nbsp;&lt;A href="https://www.autodesk.com/products/fusion-360/blog/data-exchange-in-fusion-360-part-1/" target="_blank" rel="noopener"&gt;https://www.autodesk.com/products/fusion-360/blog/data-exchange-in-fusion-360-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;A href="https://www.autodesk.com/products/fusion-360/pricing?geoNavigationPreferredSite=US" target="_blank" rel="noopener"&gt;this one&lt;/A&gt; too &amp;gt; Export Types&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;günther&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 09:07:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9849797#M97646</guid>
      <dc:creator>g-andresen</dc:creator>
      <dc:date>2020-11-06T09:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Import 3d path from another program</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9850503#M97647</link>
      <description>&lt;P&gt;Dwg and DXF will import 3d curves but you will need to use the online translator not Insert DXF for DXF. If you have a commercial licence you need to use Upload in the data panel with DXF files, if you use Open the local translator is used and last time I tried 3d curves where ignored. Not sure if you can upload DXF files through the data panel with a personal license.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Fri, 06 Nov 2020 14:39:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/import-3d-path-from-another-program/m-p/9850503#M97647</guid>
      <dc:creator>HughesTooling</dc:creator>
      <dc:date>2020-11-06T14:39:11Z</dc:date>
    </item>
  </channel>
</rss>

