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

Public Member Functions

def __init__ (self, *args)
 
def __eq__ (self, aOther)
 
def __ne__ (self, aOther)
 
def __lt__ (self, aOther)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_Diameter = property(_pcbnew.VIA_DIMENSION_m_Diameter_get, _pcbnew.VIA_DIMENSION_m_Diameter_set, doc=)
 
property m_Drill = property(_pcbnew.VIA_DIMENSION_m_Drill_get, _pcbnew.VIA_DIMENSION_m_Drill_set, doc=)
 

Detailed Description

Proxy of C++ VIA_DIMENSION class.

Definition at line 10545 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __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 10553 of file pcbnew.py.

Here is the caller graph for this function:

Member Function Documentation

◆ __eq__()

def pcbnew.VIA_DIMENSION.__eq__ (   self,
  aOther 
)
__eq__(VIA_DIMENSION self, VIA_DIMENSION aOther) -> bool

Definition at line 10560 of file pcbnew.py.

◆ __lt__()

def pcbnew.VIA_DIMENSION.__lt__ (   self,
  aOther 
)
__lt__(VIA_DIMENSION self, VIA_DIMENSION aOther) -> bool

Definition at line 10568 of file pcbnew.py.

◆ __ne__()

def pcbnew.VIA_DIMENSION.__ne__ (   self,
  aOther 
)
__ne__(VIA_DIMENSION self, VIA_DIMENSION aOther) -> bool

Definition at line 10564 of file pcbnew.py.

Property Documentation

◆ m_Diameter

property pcbnew.VIA_DIMENSION.m_Diameter = property(_pcbnew.VIA_DIMENSION_m_Diameter_get, _pcbnew.VIA_DIMENSION_m_Diameter_set, doc=)
static

Definition at line 10550 of file pcbnew.py.

◆ m_Drill

property pcbnew.VIA_DIMENSION.m_Drill = property(_pcbnew.VIA_DIMENSION_m_Drill_get, _pcbnew.VIA_DIMENSION_m_Drill_set, doc=)
static

Definition at line 10551 of file pcbnew.py.

◆ thisown

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

Definition at line 10548 of file pcbnew.py.


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