记录 Google SketchUp 时间戳事件
对于我们希望通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将
Observer Class
添加到您的项目中,然后利用Time.now
和 Ruby 的内置文件 IO 创建和/或写入您的文本/日志文件。Ruby 文件类
ToolsObserver
AppObserver
You would need to add an
Observer Class
to your project, then utilizeTime.now
and Ruby's built-in File IO to create and/or write to your text/log file.Ruby File Class
ToolsObserver
AppObserver