1

I have been trying to convert a dwg file into an obj file using the model derivative API following the viewer tutorial. It works fine with the input files and output formats provided in the tutorial; however, when using a dwg file as input and changing the output to obj, I get the following

error: Error at Model Derivative job.

Does anyone know why this is happening? Can the model derivative API convert dwg to obj?

Looking at the console, I can see the following line in the response: 'x-ads-troubleshooting': 'The system does not support this file format.',

Swift
  • 790
  • 1
  • 5
  • 19
Jaime RH
  • 11
  • 2
  • Please see attached link for the same [https://stackoverflow.com/a/51109009/12489279](https://stackoverflow.com/a/51109009/12489279) – Swift Feb 03 '20 at 07:56

1 Answers1

0

Unfortunate DWG to OBJ is not a supported translation.

Augusto Goncalves
  • 8,493
  • 2
  • 17
  • 44