|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | IU_PER_MM = property(_pcbnew.EDA_IU_SCALE_IU_PER_MM_get, doc=) |
| |
| | IU_PER_MILS = property(_pcbnew.EDA_IU_SCALE_IU_PER_MILS_get, doc=) |
| |
| | MM_PER_IU = property(_pcbnew.EDA_IU_SCALE_MM_PER_IU_get, doc=) |
| |
Proxy of C++ EDA_IU_SCALE class.
Definition at line 1861 of file pcbnew.py.
◆ __init__()
| def pcbnew.EDA_IU_SCALE.__init__ |
( |
|
self, |
|
|
|
aIUPerMM |
|
) |
| |
__init__(EDA_IU_SCALE self, double aIUPerMM) -> EDA_IU_SCALE
Definition at line 1870 of file pcbnew.py.
◆ IUToMils()
| def pcbnew.EDA_IU_SCALE.IUToMils |
( |
|
self, |
|
|
|
iu |
|
) |
| |
IUToMils(EDA_IU_SCALE self, int iu) -> int
Definition at line 1886 of file pcbnew.py.
◆ IUTomm()
| def pcbnew.EDA_IU_SCALE.IUTomm |
( |
|
self, |
|
|
|
iu |
|
) |
| |
IUTomm(EDA_IU_SCALE self, int iu) -> double
Definition at line 1874 of file pcbnew.py.
◆ MilsToIU()
| def pcbnew.EDA_IU_SCALE.MilsToIU |
( |
|
self, |
|
|
|
mils |
|
) |
| |
MilsToIU(EDA_IU_SCALE self, int mils) -> int
Definition at line 1882 of file pcbnew.py.
◆ mmToIU()
| def pcbnew.EDA_IU_SCALE.mmToIU |
( |
|
self, |
|
|
|
mm |
|
) |
| |
mmToIU(EDA_IU_SCALE self, double mm) -> int
Definition at line 1878 of file pcbnew.py.
◆ IU_PER_MILS
| pcbnew.EDA_IU_SCALE.IU_PER_MILS = property(_pcbnew.EDA_IU_SCALE_IU_PER_MILS_get, doc=) |
|
static |
◆ IU_PER_MM
| pcbnew.EDA_IU_SCALE.IU_PER_MM = property(_pcbnew.EDA_IU_SCALE_IU_PER_MM_get, doc=) |
|
static |
◆ MM_PER_IU
| pcbnew.EDA_IU_SCALE.MM_PER_IU = property(_pcbnew.EDA_IU_SCALE_MM_PER_IU_get, doc=) |
|
static |
◆ thisown
| pcbnew.EDA_IU_SCALE.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: