Hi mathias
thanks , but the real pb for me is to do same thing with discontinuous lines in place of radius lines.
or to had , in a second layer some random space ( or blank ) on previous lines to do discontinuous lines after boolean operation.
and …
Hi
I'd like to add boxes size to the following code : height and width
************************************
ly = RBA::Application::instance.main_window.current_view.active_cellview.layout
topcell = "TOP"
parent_cell = ly.cell(ly.cell_…
hi
it's OK for me
I tested the script on a real GDS , and the results are good.
maybe I could optimized the macro with the size of each cell.
cell TOP = center ( 75.000 ; 54.000 ) and cell size ( 12 ; 5.7)
hi
I think that last datas aren't good.
this one, first seems OK
(Test at -124331.9, -0.035
Test at -124331.9, 55711.475
Test at -124331.9, 111422.985
Test at -124331.9, -111423.055
Test at -124331.9, -55711.545
Test at -74599.14, -0.035
Test at -7…
ok
I want this output
Test at 0.000, -0.035
Test at 100.000, -0.035
Test at 2000.000, -0.035
Test at 50000.000, -0.035
carP2 at -132125.840, -107.160
carP2 at -123218.480, -107.160
carP2 at -114311.120, -107.160
carP2 at -105403.760, -107.160
carP2…
hi sorry I was on holidays
the requirement is to have all coordinates ( center x:y) of any cells from a gds
problem is that designer create gds by cut and copy ( with some features )and all this features have same x:y
the only difference is in infor…
thanks,it's OK for 99% of my features
I'm seeing a other pb for the other 1%
when we created a GDS , sometimes we took a group of features with mouse and copy them changing coordinates.
in this case, all created features have the same coordinate…
again me
I prefer to have center of feature
with first version , it was OK
(bbox = si.shape.bbox.transformed(si.trans)
puts "#{'%.3f'%(bbox.center.x*ly.dbu)},#{'%.3f'%(bbox.center.y*ly.dbu)}")
OK just one thing again
as it's for stepper , I need one file by level ( for each photo level)
is it possible to add it?
previous is right , missing just to use it by level.( I need to lauch macro as manytime as I have levels in my GDS - OK for me)
…
ok
I want something like that
CHILD1 instance found at (123,456)
CHILD1 instance found at (111,222)
CHILD2 instance found at (1,2)
...
my aim is to provide to my stepper guys a file with all feature and coordinates from a GDS to make stepper job.
o…
ok thanks
it is what I want....but it's not working for my project
I'm not very familiar with Klayout and ruby..sorry
In fact , I want to have , in this example for "TOP" , names of cell , under "TOP" in the hierarchy and coordin…
hello
I'd like using the same script to extract coordinates and names of features from a GDS .
this script is fine to have coordinates , but I 'm unable to modify it to have coordinates AND names.
Could you explain to have both at the same time?
th…