英文:
Edit DWG file with autodesk forge
问题
有没有办法让我的用户使用Autodesk Forge编辑DWG文件?
https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/overview/
我已经成功集成了这个查看器以查看我的模型。有没有办法我可以编辑它们?
https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/advanced_options/edit2d-setup/
也许可以使用这个2D工具?
英文:
Is there any way I can allow my user to edit DWG files using Autodesk Forge?
https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/overview/
I was able to integrate this viewer to view my models. Is there any way I can edit them?
https://aps.autodesk.com/en/docs/viewer/v7/developers_guide/advanced_options/edit2d-setup/
Maybe using this 2d tools?
答案1
得分: 0
Autodesk Platform Service Viewer,之前称为Forge Viewer,没有编辑源文件的功能。
为此目的,您需要使用Design Automation API。请注意,Design Automation API是为批处理过程设计的,不适用于实时修改。
https://aps.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/
英文:
Autodesk Platform Service Viewer,former Forge Viewer, doesn't have funtionality to edit source file.
For that pouperse, you need to use Desing Automation API. Please note that Design Automation API is designed for batch process, not for real time modification.
https://aps.autodesk.com/en/docs/design-automation/v3/developers_guide/overview/
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论