英文:
How to clear viewer state programmatically like pressing Escape key?
问题
当我按下Escape键时,查看器状态会被重置。我想通过屏幕上的按钮来实现重置功能。你可以如何做到这一点?
英文:
When I press Escape key, the viewer state is reset. I would like to achieve the reset function by button on screen. How can you do it?
答案1
得分: 1
viewer.showAll() 可以执行以下命令。
英文:
You can fire the command with below.
viewer.showAll()
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论