sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    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

      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
      • TIGT Offline
        TIG Moderator
        last edited by

        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
        • First post
          Last post
        Buy SketchPlus
        Buy SUbD
        Buy WrapR
        Buy eBook
        Buy Modelur
        Buy Vertex Tools
        Buy SketchCuisine
        Buy FormFonts

        Advertisement