• Login
sketchucation logo sketchucation
  • Login
🤑 SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

Delete a group in ruby

Scheduled Pinned Locked Moved Developers' Forum
2 Posts 2 Posters 739 Views 2 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.
  • B Offline
    biervat
    last edited by 11 Jan 2017, 18:37

    How can I remove a group that I have created earlier in a ruby script.

    ` wandgroep = Sketchup.active_model.active_entities.add_group
    ....

    I want to remove the group here.`

    1 Reply Last reply Reply Quote 0
    • T Online
      TIG Moderator
      last edited by 11 Jan 2017, 20:40

      Assuming you have no more need of the group or its contents use:

      wandgroep.erase!

      See here:
      http://ruby.sketchup.com/Sketchup/Drawingelement.html#erase%21-instance_method

      BUT if you want to explode it and put its contents into the group's previous context, use:

      wandgroep.explode

      See here:
      http://ruby.sketchup.com/Sketchup/Group.html#explode-instance_method

      TIG

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

      Advertisement