Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
π« Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
Save and restore cursor?
-
I'd like to come back from using my tool with the previous cursor restored or lacking that switch to the nil cursor. I realize this implies a switch back to the previous tool selected. Is there some ruby API way to accomplish this?
-
model.tools.push_tool(tool) model.tools.pop_toolhttp://www.sketchup.com/intl/en/developer/docs/ourdoc/tools#push_tool
-
@thomthom said:
model.tools.push_tool(tool) model.tools.pop_toolhttp://www.sketchup.com/intl/en/developer/docs/ourdoc/tools#push_tool
My thanks...and off to read the fine manual (err...what manual?) again

Advertisement