Hi,
how do I remove (hide) this one in python ?
thanks
Hi,
how do I remove (hide) this one in python ?
thanks
nobody ???
Iterate through footprint’s drawings and call SetVisible(False)
on the text drawing you need.
I know but how do I select the text drawing in python ?
I can select reference and value but not un-named items
Use GraphicalItems()
to get drawings and GetClass()
to check their type.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.