记录 Google SketchUp 时间戳事件

发布于 2024-11-03 19:51:22 字数 248 浏览 0 评论 0原文

对于我们希望通过 SketchUp 解决的问题(作为大学研究项目),我希望收到您的任何想法。

  • 对于可用性研究,我们希望在为用户提供的建模任务期间创建一个带时间戳的日志,将所有 SketchUp 工具更改事件记录到 .XML、CSV 或 txt 文件中。 例如,在绘制圆柱体时,所有事件(如 - 1. 选择圆、2. 选择推/拉等)都需要记录到基于文本的文件中。

请回拨您对制作此类插件的任何好主意。

万分感谢!

I'd like any ideas you have for a problem we're looking to solve via SketchUp ( as a university research project).

  • For a usability study, we want create a timestamped log all the SketchUp tool changing events into a .XML, CSV, or txt file during a modeling task given to a user.
    e.g. while drawing a Cylinder, all events like- 1. selecting a circle, 2. selecting Push/Pull etc. need to be logged to a text based file.

Please pingback any neat ideas you have for doing such a plugin.

Thanks a tonne!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

安静被遗忘 2024-11-10 19:51:22

您需要将 Observer Class 添加到您的项目中,然后利用 Time.now 和 Ruby 的内置文件 IO 创建和/或写入您的文本/日志文件。

Ruby 文件类

ToolsObserver

AppObserver

You would need to add an Observer Class to your project, then utilize Time.now and Ruby's built-in File IO to create and/or write to your text/log file.

Ruby File Class

ToolsObserver

AppObserver

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文