J.E.C.
J.E.C.

Reputation: 3012

What input file types does the Forge Design Automation API (AutoCAD) accept?

I cannot find any resource similar to the Model Derivative API that has a list of supported file translations.

can the autocad Design Automation API take in .dxf, pdfs, etc., or is there a list somewhere?

Upvotes: 0

Views: 167

Answers (1)

Madhukar Moogala
Madhukar Moogala

Reputation: 755

Design Automation for AutoCAD can process DWG,DXF,DWT and DWS, unlike Model Derivative which has translation capabilities, Design Automation is a service to run automated jobs. At the moment, importing PDF in Design Automation for AutoCAD is not possible.

Upvotes: 1

Related Questions