KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property mid = property(_pcbnew.ARC_MID_mid_get, _pcbnew.ARC_MID_mid_set, doc=)
 
property start = property(_pcbnew.ARC_MID_start_get, _pcbnew.ARC_MID_start_set, doc=)
 
property end = property(_pcbnew.ARC_MID_end_get, _pcbnew.ARC_MID_end_set, doc=)
 
property center = property(_pcbnew.ARC_MID_center_get, _pcbnew.ARC_MID_center_set, doc=)
 

Detailed Description

Proxy of C++ ARC_MID class.

Definition at line 14752 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 14762 of file pcbnew.py.

Property Documentation

◆ center

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

Definition at line 14760 of file pcbnew.py.

◆ end

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

Definition at line 14759 of file pcbnew.py.

◆ mid

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

Definition at line 14757 of file pcbnew.py.

◆ start

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

Definition at line 14758 of file pcbnew.py.

◆ thisown

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


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