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

Public Member Functions

def __init__ (self)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_ItemParent = property(_pcbnew.HOLE_INFO_m_ItemParent_get, _pcbnew.HOLE_INFO_m_ItemParent_set, doc=)
 
property m_Hole_Diameter = property(_pcbnew.HOLE_INFO_m_Hole_Diameter_get, _pcbnew.HOLE_INFO_m_Hole_Diameter_set, doc=)
 
property m_Tool_Reference = property(_pcbnew.HOLE_INFO_m_Tool_Reference_get, _pcbnew.HOLE_INFO_m_Tool_Reference_set, doc=)
 
property m_Hole_Size = property(_pcbnew.HOLE_INFO_m_Hole_Size_get, _pcbnew.HOLE_INFO_m_Hole_Size_set, doc=)
 
property m_Hole_Orient = property(_pcbnew.HOLE_INFO_m_Hole_Orient_get, _pcbnew.HOLE_INFO_m_Hole_Orient_set, doc=)
 
property m_Hole_Shape = property(_pcbnew.HOLE_INFO_m_Hole_Shape_get, _pcbnew.HOLE_INFO_m_Hole_Shape_set, doc=)
 
property m_Hole_Pos = property(_pcbnew.HOLE_INFO_m_Hole_Pos_get, _pcbnew.HOLE_INFO_m_Hole_Pos_set, doc=)
 
property m_Hole_Bottom_Layer = property(_pcbnew.HOLE_INFO_m_Hole_Bottom_Layer_get, _pcbnew.HOLE_INFO_m_Hole_Bottom_Layer_set, doc=)
 
property m_Hole_Top_Layer = property(_pcbnew.HOLE_INFO_m_Hole_Top_Layer_get, _pcbnew.HOLE_INFO_m_Hole_Top_Layer_set, doc=)
 
property m_Hole_NotPlated = property(_pcbnew.HOLE_INFO_m_Hole_NotPlated_get, _pcbnew.HOLE_INFO_m_Hole_NotPlated_set, doc=)
 
property m_HoleAttribute = property(_pcbnew.HOLE_INFO_m_HoleAttribute_get, _pcbnew.HOLE_INFO_m_HoleAttribute_set, doc=)
 

Detailed Description

Proxy of C++ HOLE_INFO class.

Definition at line 8971 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.HOLE_INFO.__init__ (   self)
__init__(HOLE_INFO self) -> HOLE_INFO

Definition at line 8977 of file pcbnew.py.

Property Documentation

◆ m_Hole_Bottom_Layer

property pcbnew.HOLE_INFO.m_Hole_Bottom_Layer = property(_pcbnew.HOLE_INFO_m_Hole_Bottom_Layer_get, _pcbnew.HOLE_INFO_m_Hole_Bottom_Layer_set, doc=)
static

Definition at line 8987 of file pcbnew.py.

◆ m_Hole_Diameter

property pcbnew.HOLE_INFO.m_Hole_Diameter = property(_pcbnew.HOLE_INFO_m_Hole_Diameter_get, _pcbnew.HOLE_INFO_m_Hole_Diameter_set, doc=)
static

Definition at line 8981 of file pcbnew.py.

◆ m_Hole_NotPlated

property pcbnew.HOLE_INFO.m_Hole_NotPlated = property(_pcbnew.HOLE_INFO_m_Hole_NotPlated_get, _pcbnew.HOLE_INFO_m_Hole_NotPlated_set, doc=)
static

Definition at line 8989 of file pcbnew.py.

◆ m_Hole_Orient

property pcbnew.HOLE_INFO.m_Hole_Orient = property(_pcbnew.HOLE_INFO_m_Hole_Orient_get, _pcbnew.HOLE_INFO_m_Hole_Orient_set, doc=)
static

Definition at line 8984 of file pcbnew.py.

◆ m_Hole_Pos

property pcbnew.HOLE_INFO.m_Hole_Pos = property(_pcbnew.HOLE_INFO_m_Hole_Pos_get, _pcbnew.HOLE_INFO_m_Hole_Pos_set, doc=)
static

Definition at line 8986 of file pcbnew.py.

◆ m_Hole_Shape

property pcbnew.HOLE_INFO.m_Hole_Shape = property(_pcbnew.HOLE_INFO_m_Hole_Shape_get, _pcbnew.HOLE_INFO_m_Hole_Shape_set, doc=)
static

Definition at line 8985 of file pcbnew.py.

◆ m_Hole_Size

property pcbnew.HOLE_INFO.m_Hole_Size = property(_pcbnew.HOLE_INFO_m_Hole_Size_get, _pcbnew.HOLE_INFO_m_Hole_Size_set, doc=)
static

Definition at line 8983 of file pcbnew.py.

◆ m_Hole_Top_Layer

property pcbnew.HOLE_INFO.m_Hole_Top_Layer = property(_pcbnew.HOLE_INFO_m_Hole_Top_Layer_get, _pcbnew.HOLE_INFO_m_Hole_Top_Layer_set, doc=)
static

Definition at line 8988 of file pcbnew.py.

◆ m_HoleAttribute

property pcbnew.HOLE_INFO.m_HoleAttribute = property(_pcbnew.HOLE_INFO_m_HoleAttribute_get, _pcbnew.HOLE_INFO_m_HoleAttribute_set, doc=)
static

Definition at line 8990 of file pcbnew.py.

◆ m_ItemParent

property pcbnew.HOLE_INFO.m_ItemParent = property(_pcbnew.HOLE_INFO_m_ItemParent_get, _pcbnew.HOLE_INFO_m_ItemParent_set, doc=)
static

Definition at line 8980 of file pcbnew.py.

◆ m_Tool_Reference

property pcbnew.HOLE_INFO.m_Tool_Reference = property(_pcbnew.HOLE_INFO_m_Tool_Reference_get, _pcbnew.HOLE_INFO_m_Tool_Reference_set, doc=)
static

Definition at line 8982 of file pcbnew.py.

◆ thisown

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

Definition at line 8974 of file pcbnew.py.


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