Logging SketchUp events?
-
Hi,
I'd like any ideas you have for a problem we're looking to solve via SketchUp( as a research project). This would help us build the new UI for SketchUp focussing on gestural interaction.
- 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!
- 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.
-
Use the tools observer: http://code.google.com/apis/sketchup/docs/ourdoc/toolsobserver.html and selection observer: http://code.google.com/apis/sketchup/docs/ourdoc/selectionobserver.html
to gather the information of the user's interaction.
Advertisement