I found the simplest solution for my problem:
processor = RBA::ShapeProcessor.newprocessor.merge(layout, cell_name, layer_name, shape-container, false ,0,false,true)
The problem at hand is solved, but just out of curiosity, I would still like to k…
Hello davidnhutch,
thank you for your quick reply and all the answers!
The problem could now be resolved.
I did not want to adress all objects in the layout, but only the shapes of a specific layer of a specific cell. But because of your script i…