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

Public Member Functions

def __init__ (self, aIUPerMM)
 
def IUTomm (self, iu)
 
def mmToIU (self, mm)
 
def MilsToIU (self, mils)
 
def IUToMils (self, iu)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property IU_PER_MM = property(_pcbnew.EDA_IU_SCALE_IU_PER_MM_get, doc=)
 
property IU_PER_MILS = property(_pcbnew.EDA_IU_SCALE_IU_PER_MILS_get, doc=)
 
property MM_PER_IU = property(_pcbnew.EDA_IU_SCALE_MM_PER_IU_get, doc=)
 

Detailed Description

Proxy of C++ EDA_IU_SCALE class.

Definition at line 1829 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.EDA_IU_SCALE.__init__ (   self,
  aIUPerMM 
)
__init__(EDA_IU_SCALE self, double aIUPerMM) -> EDA_IU_SCALE

Definition at line 1838 of file pcbnew.py.

Member Function Documentation

◆ IUToMils()

def pcbnew.EDA_IU_SCALE.IUToMils (   self,
  iu 
)
IUToMils(EDA_IU_SCALE self, int iu) -> int

Definition at line 1854 of file pcbnew.py.

◆ IUTomm()

def pcbnew.EDA_IU_SCALE.IUTomm (   self,
  iu 
)
IUTomm(EDA_IU_SCALE self, int iu) -> double

Definition at line 1842 of file pcbnew.py.

◆ MilsToIU()

def pcbnew.EDA_IU_SCALE.MilsToIU (   self,
  mils 
)
MilsToIU(EDA_IU_SCALE self, int mils) -> int

Definition at line 1850 of file pcbnew.py.

◆ mmToIU()

def pcbnew.EDA_IU_SCALE.mmToIU (   self,
  mm 
)
mmToIU(EDA_IU_SCALE self, double mm) -> int

Definition at line 1846 of file pcbnew.py.

Property Documentation

◆ IU_PER_MILS

property pcbnew.EDA_IU_SCALE.IU_PER_MILS = property(_pcbnew.EDA_IU_SCALE_IU_PER_MILS_get, doc=)
static

Definition at line 1835 of file pcbnew.py.

◆ IU_PER_MM

property pcbnew.EDA_IU_SCALE.IU_PER_MM = property(_pcbnew.EDA_IU_SCALE_IU_PER_MM_get, doc=)
static

Definition at line 1834 of file pcbnew.py.

◆ MM_PER_IU

property pcbnew.EDA_IU_SCALE.MM_PER_IU = property(_pcbnew.EDA_IU_SCALE_MM_PER_IU_get, doc=)
static

Definition at line 1836 of file pcbnew.py.

◆ thisown

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

Definition at line 1832 of file pcbnew.py.


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