Extra Boolean operation request

edited March 2013 in KLayout Support
Hello:
I applied Klayout to edit GDSII files for days. I was meet two questions are:
1. Is there any script to combine the Boolean operation? Like
LayerC=LayerA AND LayerB
LayerC=Sizing LayerC +0.005um
2. How I can use INTERACT instruction like Calibre? Like
LayerC=LayerA INTERACT LayerB ##to pickup layerA polygons which touches with LayerB
Thank you!

Comments

  • edited November -1

    Hi,

    first of all, KLayout is not Calibre. So there is no INTERACT (yet).

    You can however combine boolean and sizing operations into scripts using the tiny layer processing framework. You can find that framework in the "Useful Ruby Modules" section: http://www.klayout.de/useful_scripts.html#layer_proc.rbm.

    Matthias

  • edited November -1
    Hi Matthias:
    Thank you for your macro. It's very good for me on the Boolean operation. I can use this Boolean script to generate part of INTERACT function.
    arided
Sign In or Register to comment.