| 
|   | 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=) | 
|   | 
Proxy of C++ ARC_MID class.
 
Definition at line 16705 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.ARC_MID.__init__  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
__init__(ARC_MID self) -> ARC_MID
 
Definition at line 16715 of file pcbnew.py.
 
 
◆ center
  
  
      
        
          | pcbnew.ARC_MID.center = property(_pcbnew.ARC_MID_center_get, _pcbnew.ARC_MID_center_set, doc=) | 
         
       
   | 
  
static   | 
  
 
 
◆ end
  
  
      
        
          | pcbnew.ARC_MID.end = property(_pcbnew.ARC_MID_end_get, _pcbnew.ARC_MID_end_set, doc=) | 
         
       
   | 
  
static   | 
  
 
 
◆ mid
  
  
      
        
          | pcbnew.ARC_MID.mid = property(_pcbnew.ARC_MID_mid_get, _pcbnew.ARC_MID_mid_set, doc=) | 
         
       
   | 
  
static   | 
  
 
 
◆ start
  
  
      
        
          | pcbnew.ARC_MID.start = property(_pcbnew.ARC_MID_start_get, _pcbnew.ARC_MID_start_set, doc=) | 
         
       
   | 
  
static   | 
  
 
 
◆ thisown
  
  
      
        
          | pcbnew.ARC_MID.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: