简体   繁体   English

Forge Viewer活动文档

[英]Forge Viewer Events documentation

I have found a few Autodesk.Viewing.SOME_EVENT events floating around in samples, currently using these: 我在示例中发现了一些浮动的Autodesk.Viewing.SOME_EVENT事件,当前使用以下事件:

viewer.addEventListener(Autodesk.Viewing.SELECTION_CHANGED_EVENT, selectionChanged);
viewer.addEventListener(Autodesk.Viewing.GEOMETRY_LOADED_EVENT, geomLoaded);
viewer.addEventListener(Autodesk.Viewing.OBJECT_TREE_CREATED_EVENT, treeCreated);

but cannot find any documentation enumerating all the possible events (there are scripts ive seen to subscribe to all event listeners: event monitor 但找不到任何枚举所有可能事件的文档(看到ive脚本可以订阅所有事件侦听器: 事件监视器

but that information should be in the documentation somewhere right? 但是这些信息应该在文档中正确的地方吗?

Try here : 在这里尝试: 在此处输入图片说明

All frequently used events are listed and briefly documented there. 列出所有常用事件,并在其中简要记录。

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

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