最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Why is Autodesk.Viewing.Collaboration not found in Autodesk APS Viewer? - Stack Overflow

programmeradmin3浏览0评论

I am trying to load the Autodesk.Viewing.Collaboration extension in the Autodesk APS Viewer (formerly Fe Viewer), but I keep getting the following error:

Unhandled Promise rejection: Extension not found: Autodesk.Viewing.Collaboration. Has it been registered(1)?

Code I am using:

const viewer = new Autodesk.Viewing.Private.GuiViewer3D(document.getElementById('viewer'));

Autodesk.Viewing.Initializer(options, function () {
    viewer.start();
    
    viewer.loadExtension('Autodesk.Viewing.Collaboration')
});

Is Autodesk.Viewing.Collaboration deprecated, internal, or limited to specific Autodesk products? Are there alternative ways to implement real-time collaboration (e.g., syncing views, markups, and issue tracking) within the APS Viewer? Would appreciate any insights or workarounds!

I am trying to load the Autodesk.Viewing.Collaboration extension in the Autodesk APS Viewer (formerly Fe Viewer), but I keep getting the following error:

Unhandled Promise rejection: Extension not found: Autodesk.Viewing.Collaboration. Has it been registered(1)?

Code I am using:

const viewer = new Autodesk.Viewing.Private.GuiViewer3D(document.getElementById('viewer'));

Autodesk.Viewing.Initializer(options, function () {
    viewer.start();
    
    viewer.loadExtension('Autodesk.Viewing.Collaboration')
});

Is Autodesk.Viewing.Collaboration deprecated, internal, or limited to specific Autodesk products? Are there alternative ways to implement real-time collaboration (e.g., syncing views, markups, and issue tracking) within the APS Viewer? Would appreciate any insights or workarounds!

Share Improve this question asked Mar 20 at 11:10 Lokeswar MamallanLokeswar Mamallan 52 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 0

It was deprecated in v7.70.0: https://aps.autodesk/en/docs/viewer/v7/change_history/changelog_v7/#id121

We might have something similar later on but no specifics I can share at the moment.

发布评论

评论列表(0)

  1. 暂无评论