适用于 DWF 的 Autodesk Forge DiffTool 扩展
基于下面的文章链接,Forge Viewer (7.36) 可以轻松地本地加载和查看 PDF 和 DWF 文件 https://forge.autodesk.com/blog/dwf- and-pdf-support-forge-viewer
我正在使用相同的过程加载 3D DWF 文件,并想知道 DiffTool 扩展是否可以显示 DWF 文件模型的差异。基于 DiffTool 支持的 mimeType,我尝试了 'application/vnd.autodesk.dxf': For DXF 和 'application/vnd.autodesk.autocad.dwg': For DWG。但这不起作用。请建议 DWF 文件是否支持特殊的 mimeType。谢谢 !
Based on the below article link, The Forge Viewer (7.36) makes it easy to load and view PDF and DWF files natively
https://forge.autodesk.com/blog/dwf-and-pdf-support-forge-viewer
I am loading the 3D DWF files using the same procedure and wonder if the DiffTool Extension can show the differences in the models of the DWF files. Based on supported mimeType of the DiffTool, I have tried ‘application/vnd.autodesk.dxf’: For DXF and ‘application/vnd.autodesk.autocad.dwg’: For DWG. But it doesn't work. Please suggest if there is special mimeType supported for DWF files. Thanks !
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们仅支持一系列文件格式,因为某些格式不为对象提供永不更改的唯一 ID。基本上,如果一个对象在新版本中发生更改,我们需要在该新版本上识别它。如果我们没有唯一的 ID,那么就很难识别相同的对象。
这是代码中的列表,显示了可以比较哪种类型的模型。
We support only a range of file formats because some of the formats don't provide a never changing unique ID for objects. Basically if an object changes in a new version we need to identify it on that new version. If we don't have unique IDs then it's very difficult to identify the same objects.
This is the list from the code showing which type of models can be compared.