API feature request: please expand Export object to include other file formats

API feature request: please expand Export object to include other file formats

moshebar
Contributor Contributor
1,155 Views
6 Replies
Message 1 of 7

API feature request: please expand Export object to include other file formats

moshebar
Contributor
Contributor

The UI allows these exports:

  • Autodesk Fusion 360 Archive Files (*.f3d)
  • Autodesk Inventor 2018 Files (*.ipt)
  • DWG Files (*.dwg)
  • DXF Files (*.dxf)
  • FBX Files (*.fbx)
  • IGES Files (*.igs *.iges)
  • OBJ Files (*.obj)
  • SAT Files (*.sat)
  • SketchUp Files (*.skp)
  • SMT Files (*.smt)
  • STEP Files (*.stp *.step)
  • STL Files (*.stl)

 

Please add them to the API export object. 

Accepted solutions (2)
1,156 Views
6 Replies
Replies (6)
Message 2 of 7

BrianEkins
Mentor
Mentor

The reason for the API limitation is that translating to some of these formats is done locally using code that was installed as part of Fusion and the translation of the others is one on the cloud.  The API export only supports the translations that are performed locally.

---------------------------------------------------------------
Brian Ekins
Inventor and Fusion 360 API Expert
Website/Blog: https://EkinsSolutions.com
0 Likes
Message 3 of 7

moshebar
Contributor
Contributor

Thanks, Brian,

 

Any plans to include the additional export formats in the API roadmap? such a feature could leverage productivity significantly.

 

I have a client (F360 user) that asked me for an add-in enhancement that allows *.dxf export.  but I think many users would find batch exporting of the various formats very useful.

 

Message 4 of 7

goyals
Autodesk
Autodesk
Accepted solution

I think Saving the sketch into dxf format is possible. Please take a look at http://help.autodesk.com/view/fusion360/ENU/?guid=GUID-a627026a-27c7-4430-b38a-e51564a4a640.

 

I think translations to other file formats is possible through forge API. Please take a look at Autodesk Forge API documentation. Thanks.



Shyam Goyal
Sr. Software Dev. Manager
0 Likes
Message 5 of 7

goyals
Autodesk
Autodesk
Accepted solution
0 Likes
Message 6 of 7

3d_low
Enthusiast
Enthusiast

Indeed that would be helpful. I requested it mainly because I draw a lot of parametric sheet metal assemblies. I'll change a few variable and need to re-export all the DXF manually to import them into my nesting software. 

 

It would really make F360 a much more powerful tool 

0 Likes
Message 7 of 7

moshebar
Contributor
Contributor

Unfortunately, Forge pricing for API access is an order of magnitude more than financially justifiable for my F360 Add-ins. 

Regardless, thanks for the link.

0 Likes