Hi every one.
I got a problem with "paste" and "mirror".
I need to do a panel with 6 i.c. and then change it (with all it's
layers) to mirror on a specific position. What i could do until now
it's:
1.- copy the i.c.
2.- paste it in a similar distance to achieve a panel
3.- group this panel and make a copy to paste it avobe the first
this second panel most be mirrored, but it is not, there is not error
message, it just don't get a "mirror" position... have something like
this:
(more like w7 strings above)
...
string w7;
sprintf(w7, "paste (0 %f", By1);
w7 += ");";
cmd += w7;
cmd += "Display all;\n";
cmd += "run drill-aid;";
cmd += "group all;\n";
cmd += "cut (0 0);\n";
cmd += "Mirror (0 0);";
string w8;
sprintf(w8, "paste (0 %f", By2); <...................is it ok?
w8 += ");"; well, it just don't paste it mirrored
cmd += w8;
cmd += "Display none;\n";
cmd += "Display 16 17 20 163;\n";
cmd += "ratsnest;";
...
Could some body help me? Please. )
Thanks.