Hi again
First, thanks for helping, it really helped me
I am trying to run the script but I don't see any results
That is my code:
1) gds = $input.split.collect
2) tmp_cell = $top.split.collect
3) c = $coordinates.split(",").collect {…
Hi Matthias
I try now to use yours Xor code but I have some problems
I want to use that script as own script (and not as continue for the Clip.rb)
so I get data in this way:
clip1= $clip1.split.collect
clip2= $clip2.split.collect
Is it right to d…
Hi,
Thanks again, everything is working well :-)
Now, after clipped the GDS, I would like to do "XOR" between two clip pieces by using Ruby script, can you help me?
I started learning Ruby, but such code is very complicated...
Thanks
Li…
Hi,
Thanks for the links, I'll use them.
What I meant to-
in this part of the script above:
"clip_box = RBA::Box::new(0, 0, 5000, 5000)"
how can I change it in order to get the point "(0, 0, 5000, 5000)" - outside of the script…
Hi
First, thanks for the help and explanations.
I want to know, is there a place where I could learn from the beginning the script language?
And another question - In the code you gave me, Is it possible to get the points of intersection of the GD…