|
def | __init__ (self, *args) |
|
"bool" | __eq__ (self, "VIA_DIMENSION" aOther) |
|
"bool" | __lt__ (self, "VIA_DIMENSION" aOther) |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| m_Diameter = property(_pcbnew.VIA_DIMENSION_m_Diameter_get, _pcbnew.VIA_DIMENSION_m_Diameter_set, doc=) |
|
| m_Drill = property(_pcbnew.VIA_DIMENSION_m_Drill_get, _pcbnew.VIA_DIMENSION_m_Drill_set, doc=) |
|
Proxy of C++ VIA_DIMENSION class.
Definition at line 8807 of file pcbnew.py.
◆ __init__()
def pcbnew.VIA_DIMENSION.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(VIA_DIMENSION self) -> VIA_DIMENSION
__init__(VIA_DIMENSION self, int aDiameter, int aDrill) -> VIA_DIMENSION
Definition at line 8815 of file pcbnew.py.
◆ __eq__()
"bool" pcbnew.VIA_DIMENSION.__eq__ |
( |
|
self, |
|
|
"VIA_DIMENSION" |
aOther |
|
) |
| |
__eq__(VIA_DIMENSION self, VIA_DIMENSION aOther) -> bool
Definition at line 8822 of file pcbnew.py.
◆ __lt__()
"bool" pcbnew.VIA_DIMENSION.__lt__ |
( |
|
self, |
|
|
"VIA_DIMENSION" |
aOther |
|
) |
| |
__lt__(VIA_DIMENSION self, VIA_DIMENSION aOther) -> bool
Definition at line 8826 of file pcbnew.py.
◆ m_Diameter
pcbnew.VIA_DIMENSION.m_Diameter = property(_pcbnew.VIA_DIMENSION_m_Diameter_get, _pcbnew.VIA_DIMENSION_m_Diameter_set, doc=) |
|
static |
◆ m_Drill
pcbnew.VIA_DIMENSION.m_Drill = property(_pcbnew.VIA_DIMENSION_m_Drill_get, _pcbnew.VIA_DIMENSION_m_Drill_set, doc=) |
|
static |
◆ thisown
pcbnew.VIA_DIMENSION.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: