KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.cmp_pads Class Reference
Inheritance diagram for pcbnew.cmp_pads:
Inheritance graph
[legend]

Public Member Functions

"bool" __call__ (self, "PAD" aFirst, "PAD" aSecond)
 
def __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ FOOTPRINT::cmp_pads class.

Definition at line 17844 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.cmp_pads.__init__ (   self)
__init__(cmp_pads self) -> cmp_pads

Definition at line 17854 of file pcbnew.py.

Member Function Documentation

◆ __call__()

"bool" pcbnew.cmp_pads.__call__ (   self,
"PAD"  aFirst,
"PAD"  aSecond 
)
__call__(cmp_pads self, PAD aFirst, PAD aSecond) -> bool

Definition at line 17850 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.cmp_pads.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 17847 of file pcbnew.py.


The documentation for this class was generated from the following file: