sketchucation logo sketchucation
    • Login
    1. Home
    2. surf808
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 1

    surf808

    @surf808

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    surf808 Unfollow Follow
    registered-users

    Latest posts made by surf808

    • Moving a group of blocks

      Hi. I had a question hopefully you could help me with. I have two programs one which makes the objects and another which calls on it. I want the program that calls on it to move the objects around. Here is the code I'm working on.
      z = 0
      while (z < zdd)
      y = 0
      while (y < ydd)
      x = 0
      while (x < xdd)
      group2 = group.copy
      group2.transformation = [x, y, z]
      x = x + stepx
      end
      y = y + stepy
      end
      z = z + stepz
      end
      group.erase!

      I can move just one of the blocks but I want to move them all together. So in short I'm wondering how to make them all into the same group so I can pass it to the other program and move them around.

      Thanks.

      posted in Developers' Forum
      S
      surf808