KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.ARC_MID Class Reference
Inheritance diagram for pcbnew.ARC_MID:

Public Member Functions

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 16668 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 16666 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 16665 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 16663 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 16664 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 16661 of file pcbnew.py.


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