Hi, is it possible to automatically convert a cont...
# magic
k
Hi, is it possible to automatically convert a contact to contact array, where I will have multiple contacts?
t
This is basically a non-issue in magic; magic's drawn contacts are really "contact areas" to be filled with contact cuts. So if you want multiple contacts, you just draw a larger contact (which doesn't have to be square, or even rectangular---it will be filled with cuts according to an algorithm that makes best use of the area).
Type, e.g.,
cif see VIA1
or
cif see MCON
to see where the contact cuts would be in any given contact area (use
feedback clear
to clear the view).
k
Thank you