简体   繁体   English

我想用查看器中的自定义工具栏替换auto-desk forge工具栏

[英]I want to replace auto-desk forge toolbar with my custom toolbar in viewer

Is there any possibilities to create a custom toolbar instead of Auto-desk forge toolbar with functionalities?. 是否有可能创建自定义工具栏而不是具有功能的Auto-desk伪造工具栏? show me a client side code (jQuery) for the functional 给我看一个功能的客户端代码(jQuery)

Of course you can - you can start the Viewer in headless mode (w/o the toolbar) and throw in your own instead - see details here : 当然你可以 - 你可以在无头模式下启动查看器(没有工具栏)并自己投入 - 请在此处查看详细信息:

var viewer = new Autodesk.Viewing.Viewer3D(container) // instead of GuiViewer3D

And you see more on creating your own toolbar by extending Viewer's native UI components here . 通过在此处扩展Viewer的本机UI组件,您可以了解有关创建自己的工具栏的更多信息

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

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