简体   繁体   English

无法通过逐步教程Autodesk Forge Viewer v2添加核心扩展Autodesk.InViewerSearch

[英]Cant add core extension Autodesk.InViewerSearch by step-by-step tutorial Autodesk Forge Viewer v2

I am trying learn Autodesk Forge and its apis. 我正在尝试学习Autodesk Forge及其API。 And at one step in step-by-step viewer v2 (Search in Default UI) i cant add core extension Autodesk.InViewerSearch. 而且在逐步查看器v2(在默认UI中进行搜索)的第一步中,我无法添加核心扩展名Autodesk.InViewerSearch。 My code is here : 我的代码在这里:

https://gist.github.com/kshyshki/daeda5f64f7f4119da7af8e176c0a103 https://gist.github.com/kshyshki/daeda5f64f7f4119da7af8e176c0a103

In result i get in console such error: 结果我进入控制台,出现这样的错误:

viewer3D.js:137377 Uncaught (in promise) Extension not found: Autodesk.InViewerSearch. Has it been registered(1)?

Help me please i am realy disappointed what i do wrong :( 请帮助我,我真的很失望我做错了:(

InViewerSearch extension got removed starting Version 5. Your best way to learn the use of the API would be to follow this tutorial. 从版本5开始删除了InViewerSearch扩展。学习API使用的最佳方法是遵循本教程。

http://learnforge.autodesk.io/#/ http://learnforge.autodesk.io/#/

From the viewer you have access to all the metadata so a search could be recreated on your side. 通过查看器,您可以访问所有元数据,因此可以在您身边重新创建搜索。 Apologies for the misleading material we are doing cleanup on this. 对于误导性材料我们深表歉意。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM