← Back to team overview

kicad-developers team mailing list archive

python - missing pad to zone setting

 

Is pad to zone connection select (parent, full, relief, none) possible in python scripting?
I'm trying with:
 >>> zc = pad.GetZoneConnection()
>>> dir zc
['__class__', '__cmp__', '__delattr__', '__doc__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__hex__', '__init__', '__int__', '__le__', '__long__', '__lt__', '__ne__', '__new__', '__oct__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', 'acquire', 'append', 'disown', 'next', 'own']
but none of any usable method exist nor static values…
What I miss?
--
Best Regards,
LordBlick



--
Best Regards,
LordBlick