KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.cmp_zones Class Reference
Inheritance diagram for pcbnew.cmp_zones:

Public Member Functions

 __call__ (self, aFirst, aSecond)
 
 __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_zones class.

Definition at line 22242 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.cmp_zones.__init__ ( self)
__init__(cmp_zones self) -> cmp_zones

Definition at line 22252 of file pcbnew.py.

Member Function Documentation

◆ __call__()

pcbnew.cmp_zones.__call__ ( self,
aFirst,
aSecond )
__call__(cmp_zones self, ZONE aFirst, ZONE aSecond) -> bool

Definition at line 22248 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 22245 of file pcbnew.py.


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