|
| 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=) |
|
| IU_PER_PS = property(_pcbnew.EDA_IU_SCALE_IU_PER_PS_get, doc=) |
|
| IU_PER_PS_PER_MM = property(_pcbnew.EDA_IU_SCALE_IU_PER_PS_PER_MM_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 1721 of file pcbnew.py.
◆ __init__()
pcbnew.EDA_IU_SCALE.__init__ |
( |
| self, |
|
|
| aIUPerMM ) |
__init__(EDA_IU_SCALE self, double aIUPerMM) -> EDA_IU_SCALE
Definition at line 1732 of file pcbnew.py.
◆ IUToMils()
pcbnew.EDA_IU_SCALE.IUToMils |
( |
| self, |
|
|
| iu ) |
IUToMils(EDA_IU_SCALE self, int iu) -> int
Definition at line 1748 of file pcbnew.py.
◆ IUTomm()
pcbnew.EDA_IU_SCALE.IUTomm |
( |
| self, |
|
|
| iu ) |
IUTomm(EDA_IU_SCALE self, int iu) -> double
Definition at line 1736 of file pcbnew.py.
◆ MilsToIU()
pcbnew.EDA_IU_SCALE.MilsToIU |
( |
| self, |
|
|
| mils ) |
MilsToIU(EDA_IU_SCALE self, int mils) -> int
Definition at line 1744 of file pcbnew.py.
◆ mmToIU()
pcbnew.EDA_IU_SCALE.mmToIU |
( |
| self, |
|
|
| mm ) |
mmToIU(EDA_IU_SCALE self, double mm) -> int
Definition at line 1740 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 |
◆ IU_PER_PS
pcbnew.EDA_IU_SCALE.IU_PER_PS = property(_pcbnew.EDA_IU_SCALE_IU_PER_PS_get, doc=) |
|
static |
◆ IU_PER_PS_PER_MM
pcbnew.EDA_IU_SCALE.IU_PER_PS_PER_MM = property(_pcbnew.EDA_IU_SCALE_IU_PER_PS_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: