KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.ARC_MID Class Reference
Inheritance diagram for pcbnew.ARC_MID:
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")
 
 mid = property(_pcbnew.ARC_MID_mid_get, _pcbnew.ARC_MID_mid_set, doc=)
 
 start = property(_pcbnew.ARC_MID_start_get, _pcbnew.ARC_MID_start_set, doc=)
 
 end = property(_pcbnew.ARC_MID_end_get, _pcbnew.ARC_MID_end_set, doc=)
 
 center = property(_pcbnew.ARC_MID_center_get, _pcbnew.ARC_MID_center_set, doc=)
 

Detailed Description

Proxy of C++ ARC_MID class.

Definition at line 13143 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 13153 of file pcbnew.py.

Property Documentation

◆ center

pcbnew.ARC_MID.center = property(_pcbnew.ARC_MID_center_get, _pcbnew.ARC_MID_center_set, doc=)
static

Definition at line 13151 of file pcbnew.py.

◆ end

pcbnew.ARC_MID.end = property(_pcbnew.ARC_MID_end_get, _pcbnew.ARC_MID_end_set, doc=)
static

Definition at line 13150 of file pcbnew.py.

◆ mid

pcbnew.ARC_MID.mid = property(_pcbnew.ARC_MID_mid_get, _pcbnew.ARC_MID_mid_set, doc=)
static

Definition at line 13148 of file pcbnew.py.

◆ start

pcbnew.ARC_MID.start = property(_pcbnew.ARC_MID_start_get, _pcbnew.ARC_MID_start_set, doc=)
static

Definition at line 13149 of file pcbnew.py.

◆ thisown

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

Definition at line 13146 of file pcbnew.py.


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