Hi Matthias,
I tryed your last code and it's working for me without the last line.
I have a new cell TOP$1 when I run the code.
But if I activate the last line I have an error (errono=13) in Layout::write (Class RuntimeError).
The probleme is that…
Hi Matthias,
Thank you for your response.
I thought about this option because I can not understand how to take advantage of the snap to object mode when I use Move tool. The snap works just with snap to grid, but not on objects.
If, for example,…
Thank you David for your quick response.
What I'm looking exactly is a shortcut (key or icon shortcut on the toolbar) for this functions (left, H_center, right, top, V_center and bottom).
Your code is very important and usual for me, but I do alre…
Hi Matthias,
It's working.
My only error is that I don't put the select commande on the top of DRS script.
When I Put the code before Report("test"), it's working correctely.
Thank you for your help.
Best Regards,
Euzada
Hi Matthias,
It's not exactely what I want.
If I have to run the DRC on a cell, I can select cell in the view (Ctr+S), That is ok for me.
But if I wnat to run DRC on this cell but not on a part of a subcell, example:
If my selected cell in the v…
Hello Matthias,
I solved my problem by adding at the beginning of the document the DRC command: report("name of report").
It was my fault because I did not read all the documentation form the begening. Excuse me!
Now it works correctly…