It looks like you're new here. If you want to get involved, click one of these buttons!
Is there a command or a method to split an cell array in many instance of the cell.
I need to change only a few cells of an array and keep all other cell with the hierarchy to the cell.
So, I need to split the array : how to proceed ?
Best Regards,
Laurent
Comments
Hi Laurent, maybe this works:
https://www.klayout.de/doc-qt4/manual/create_variants.html
Best regards, Erwin
Hi Laurent,
there is also "Edit/Selection/Resolve Arrays" which is resolve the array into single instances. The "create variants" function which Erwin suggested is somewhat smarter however as it tries to maintain partial arrays.
In any case, destroying the array is the only option - you cannot modify single members of a cell array.
Regards,
Matthias