@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.