sketchucation logo sketchucation
    • Login
    1. Home
    2. goto23
    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
    G
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 3
    • Groups 1

    goto23

    @goto23

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

    goto23 Unfollow Follow
    registered-users

    Latest posts made by goto23

    • RE: How to leave a watermark in an object or wall

      @cotty said:

      I don't think you will get more answers if you start a new topic here and ignore slbaumgartners answer there:
      https://forums.sketchup.com/t/how-to-leave-a-mark-dwater-in-an-object-or-wall/39248

      Thanks for responding. I was trying to put into practice and better understand what he said.

      I tried to first use this code:

      model = Sketchup.active_model
      path = "Plugins"
      image_file = Sketchup.find_support_file("c.jpg", path)
      image = model.active_entities.add_image(image_file, ORIGIN, 30)

      And then the Face.get_glued_instances
      but the two code only the image on the floor and I can't take to the walls.

      posted in Newbie Forum
      G
      goto23
    • How to leave a watermark in an object or wall

      Good day,
      I have a job in college and need to put a "watermark" on a wall or object, to signal that that object/wall was already modified. Anyone know any Ruby API the code that do this?
      I managed to leave this mark on the floor, but I would like to put on the wall and/or object
      Thank You

      posted in Newbie Forum sketchup
      G
      goto23
    • API to list objects, textures and area

      Good day, I would like to know if you have any API or ruby codes where you list the similar objects and/or walls with the same texture.

      Also show the whole area of ​​an area selected by the API

      posted in Newbie Forum sketchup
      G
      goto23