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

Public Member Functions

def __init__ (self, aDiameter, a_NotPlated)
 

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.DRILL_TOOL_m_Diameter_get, _pcbnew.DRILL_TOOL_m_Diameter_set, doc=)
 
property m_TotalCount = property(_pcbnew.DRILL_TOOL_m_TotalCount_get, _pcbnew.DRILL_TOOL_m_TotalCount_set, doc=)
 
property m_OvalCount = property(_pcbnew.DRILL_TOOL_m_OvalCount_get, _pcbnew.DRILL_TOOL_m_OvalCount_set, doc=)
 
property m_Hole_NotPlated = property(_pcbnew.DRILL_TOOL_m_Hole_NotPlated_get, _pcbnew.DRILL_TOOL_m_Hole_NotPlated_set, doc=)
 
property m_HoleAttribute = property(_pcbnew.DRILL_TOOL_m_HoleAttribute_get, _pcbnew.DRILL_TOOL_m_HoleAttribute_set, doc=)
 

Detailed Description

Proxy of C++ DRILL_TOOL class.

Definition at line 8955 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.DRILL_TOOL.__init__ (   self,
  aDiameter,
  a_NotPlated 
)
__init__(DRILL_TOOL self, int aDiameter, bool a_NotPlated) -> DRILL_TOOL

Definition at line 8966 of file pcbnew.py.

Property Documentation

◆ m_Diameter

property pcbnew.DRILL_TOOL.m_Diameter = property(_pcbnew.DRILL_TOOL_m_Diameter_get, _pcbnew.DRILL_TOOL_m_Diameter_set, doc=)
static

Definition at line 8960 of file pcbnew.py.

◆ m_Hole_NotPlated

property pcbnew.DRILL_TOOL.m_Hole_NotPlated = property(_pcbnew.DRILL_TOOL_m_Hole_NotPlated_get, _pcbnew.DRILL_TOOL_m_Hole_NotPlated_set, doc=)
static

Definition at line 8963 of file pcbnew.py.

◆ m_HoleAttribute

property pcbnew.DRILL_TOOL.m_HoleAttribute = property(_pcbnew.DRILL_TOOL_m_HoleAttribute_get, _pcbnew.DRILL_TOOL_m_HoleAttribute_set, doc=)
static

Definition at line 8964 of file pcbnew.py.

◆ m_OvalCount

property pcbnew.DRILL_TOOL.m_OvalCount = property(_pcbnew.DRILL_TOOL_m_OvalCount_get, _pcbnew.DRILL_TOOL_m_OvalCount_set, doc=)
static

Definition at line 8962 of file pcbnew.py.

◆ m_TotalCount

property pcbnew.DRILL_TOOL.m_TotalCount = property(_pcbnew.DRILL_TOOL_m_TotalCount_get, _pcbnew.DRILL_TOOL_m_TotalCount_set, doc=)
static

Definition at line 8961 of file pcbnew.py.

◆ thisown

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

Definition at line 8958 of file pcbnew.py.


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