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

Public Member Functions

def __init__ (self, l=2, r=4)
 
def GetPrecisionString (self)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_Lhs = property(_pcbnew.DRILL_PRECISION_m_Lhs_get, _pcbnew.DRILL_PRECISION_m_Lhs_set, doc=)
 
property m_Rhs = property(_pcbnew.DRILL_PRECISION_m_Rhs_get, _pcbnew.DRILL_PRECISION_m_Rhs_set, doc=)
 

Detailed Description

Proxy of C++ DRILL_PRECISION class.

Definition at line 9162 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.DRILL_PRECISION.__init__ (   self,
  l = 2,
  r = 4 
)
__init__(DRILL_PRECISION self, int l=2, int r=4) -> DRILL_PRECISION

Definition at line 9168 of file pcbnew.py.

Member Function Documentation

◆ GetPrecisionString()

def pcbnew.DRILL_PRECISION.GetPrecisionString (   self)
GetPrecisionString(DRILL_PRECISION self) -> wxString

Definition at line 9172 of file pcbnew.py.

Property Documentation

◆ m_Lhs

property pcbnew.DRILL_PRECISION.m_Lhs = property(_pcbnew.DRILL_PRECISION_m_Lhs_get, _pcbnew.DRILL_PRECISION_m_Lhs_set, doc=)
static

Definition at line 9175 of file pcbnew.py.

◆ m_Rhs

property pcbnew.DRILL_PRECISION.m_Rhs = property(_pcbnew.DRILL_PRECISION_m_Rhs_get, _pcbnew.DRILL_PRECISION_m_Rhs_set, doc=)
static

Definition at line 9176 of file pcbnew.py.

◆ thisown

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

Definition at line 9165 of file pcbnew.py.


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