KiCad Pcbnew Python Scripting
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

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_ItemParent = property(_pcbnew.HOLE_INFO_m_ItemParent_get, _pcbnew.HOLE_INFO_m_ItemParent_set, doc=)
 
 m_Hole_Diameter = property(_pcbnew.HOLE_INFO_m_Hole_Diameter_get, _pcbnew.HOLE_INFO_m_Hole_Diameter_set, doc=)
 
 m_Tool_Reference = property(_pcbnew.HOLE_INFO_m_Tool_Reference_get, _pcbnew.HOLE_INFO_m_Tool_Reference_set, doc=)
 
 m_Hole_Size = property(_pcbnew.HOLE_INFO_m_Hole_Size_get, _pcbnew.HOLE_INFO_m_Hole_Size_set, doc=)
 
 m_Hole_Orient = property(_pcbnew.HOLE_INFO_m_Hole_Orient_get, _pcbnew.HOLE_INFO_m_Hole_Orient_set, doc=)
 
 m_Hole_Shape = property(_pcbnew.HOLE_INFO_m_Hole_Shape_get, _pcbnew.HOLE_INFO_m_Hole_Shape_set, doc=)
 
 m_Hole_Pos = property(_pcbnew.HOLE_INFO_m_Hole_Pos_get, _pcbnew.HOLE_INFO_m_Hole_Pos_set, doc=)
 
 m_Hole_Bottom_Layer = property(_pcbnew.HOLE_INFO_m_Hole_Bottom_Layer_get, _pcbnew.HOLE_INFO_m_Hole_Bottom_Layer_set, doc=)
 
 m_Hole_Top_Layer = property(_pcbnew.HOLE_INFO_m_Hole_Top_Layer_get, _pcbnew.HOLE_INFO_m_Hole_Top_Layer_set, doc=)
 
 m_Hole_NotPlated = property(_pcbnew.HOLE_INFO_m_Hole_NotPlated_get, _pcbnew.HOLE_INFO_m_Hole_NotPlated_set, doc=)
 
 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 6909 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 6915 of file pcbnew.py.

Property Documentation

◆ m_Hole_Bottom_Layer

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 6925 of file pcbnew.py.

◆ m_Hole_Diameter

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 6919 of file pcbnew.py.

◆ m_Hole_NotPlated

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 6927 of file pcbnew.py.

◆ m_Hole_Orient

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 6922 of file pcbnew.py.

◆ m_Hole_Pos

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 6924 of file pcbnew.py.

◆ m_Hole_Shape

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 6923 of file pcbnew.py.

◆ m_Hole_Size

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 6921 of file pcbnew.py.

◆ m_Hole_Top_Layer

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 6926 of file pcbnew.py.

◆ m_HoleAttribute

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

Definition at line 6928 of file pcbnew.py.

◆ m_ItemParent

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

Definition at line 6918 of file pcbnew.py.

◆ m_Tool_Reference

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 6920 of file pcbnew.py.

◆ thisown

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 6912 of file pcbnew.py.


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