@tak2hata said:
Hi,Sumaster.
Adding toolbar like previous version has not done well yet.
I gave priority to correction of a bug and update.
wait while.
Hi Tak2hata,
wow nice update . . . . 
Extend to Face tool is working perfectly . . . . but
Extend to Structure is not working properly . . .
CHK





I add some items in plugin menu . . . 
please add all previous item in plugin menu
tst_main_menu = UI.menu("Plugins").add_submenu("#{langconv( 'BS Tool - 1.0' )}")
tst_main_menu.add_item("#{langconv('>> Extend to Face')}") { Sketchup.active_model.select_tool TST1_class_extend_face.new( false ) }
tst_main_menu.add_item("#{langconv('>> Extend to Structure')}") { Sketchup.active_model.select_tool TST1_class_extend_str.new }
tst_main_menu.add_item("#{langconv('>> Growup to Face')}") { Sketchup.active_model.select_tool TST1_class_grow_face.new( false ) }
tst_main_menu.add_item("#{langconv('>> Combine Each')}") { Sketchup.active_model.select_tool TST1_class_chamfer.new }
tst_main_menu.add_separator

And thank you so much for this plugin . . . . 
i use your plugin daily . . . .
its save my basic modeling time . . . too good . . . .









