Select Interact Tool with Ruby

Apologies, I am not a programmer but wondered if someone knew a way to select an Interact Tool from Dynamic Components plugin with help of Ruby
screen
I’am making a plugin for fast pipe projecting and some components have different modifications… So I would like to change these modifications faster by auto-select Interact Tool like I already did it with rotate and scale tools.

from one of my older test scripts…

      # we can activate interact here if we want
      Sketchup.active_model.select_tool(DCInteractTool.new($dc_observers))

john

1 Like