有没有办法在不创建应用程序的情况下将 Fusion 360 模型转换为 Inventor?

Is there a way to translate a Fusion 360 model to Inventor without creating an App?

来自Translate a Source File into OBJ Format

Before You Begin

  • Register an app
  • Successfully acquire an OAuth token with the data:write and data:read scopes.
  • Upload a source file to OSS, as described in the Create an App-Managed Bucket and Upload a File tutorial, and note the source URN.

我假设要按照上述步骤将 Fusion 360 模型转换为 Inventor 模型。

我发现创建一个仅用于将 Fusion 360 模型转换为 Inventor 的应用程序非常不方便。我想避免创建这样的应用程序。

有没有办法在不创建应用程序或不使用交互式 Web 界面的情况下将 Fusion 360 模型 translate/export 发送到 Inventor?如果有,能否请您按照步骤回答and/or指向我可以找到该信息的地方?

这里有一个混淆 - Autodesk Forge API 并不意味着今天(截至 2016 年 8 月 22 日)从 Fusion360 转换为 Inventor。我们稍后可能会添加这种可能性,但 Fusion360 可以将 from/export 导入 Inventor 原生。 Checkout this post for more details,它包含很多关于如何导入或导出以及支持的格式的详细信息。希望对您有所帮助,

遗憾的是,目前只能在 A360 网站上以交互方式将 Fusion 360 模型转换为 Inventor 文件格式。

Fusion 360 确实有一个 API(请参阅 ExportManager 对象),但它只公开桌面应用程序可以直接转换为的那些文件格式,并且可以通过文件 >> 导出获得:

稍后可以通过 Forge API 将 Fusion 360 文件格式转换为 Inventor 文件格式,但您仍然必须在 Forge developer site 上注册一个应用程序才能用它。