• Login
sketchucation logo sketchucation
  • Login
⚠️ Libfredo 15.4b | Minor release with bugfixes and improvements Update

Select a Group in Ruby code instead of using the mouse

Scheduled Pinned Locked Moved Developers' Forum
3 Posts 3 Posters 313 Views 3 Watching
Loading More Posts
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    Andreas
    last edited by 19 Aug 2010, 08:24

    Hi,
    I generate plugin by various parts and then summarize them into one group.
    This works very well:

    mogroup = entities.add_group elements

    Now I want to pick this group also right at the end of the plugin via Ruby code. So I not have to select the just created group by using the mouse.

    Can anyone help me?

    Thank you!

    Greeting
    Andreas

    With best regards from Germany

    Andreas

    1 Reply Last reply Reply Quote 0
    • T Offline
      thomthom
      last edited by 19 Aug 2010, 08:42

      Sketchup.active_model.selection.add( mogroup )

      http://code.google.com/apis/sketchup/docs/ourdoc/selection.html

      Thomas Thomassen — SketchUp Monkey & Coding addict
      List of my plugins and link to the CookieWare fund

      1 Reply Last reply Reply Quote 0
      • T Offline
        TIG Moderator
        last edited by 19 Aug 2010, 09:50

        If you want to clear any previous selection first use...
        Sketchup.active_model.selection.clear
        then
        Sketchup.active_model.selection.add(mogroup)

        TIG

        1 Reply Last reply Reply Quote 0
        • 1 / 1
        1 / 1
        • First post
          3/3
          Last post
        Buy SketchPlus
        Buy SUbD
        Buy WrapR
        Buy eBook
        Buy Modelur
        Buy Vertex Tools
        Buy SketchCuisine
        Buy FormFonts

        Advertisement