| 
|   | __init__ (self, *args) | 
|   | 
|   | BBox (self, aClearance=0) | 
|   | 
|   | GetInflated (self, aOffset) | 
|   | 
|   | Diagonal (self) | 
|   | 
|   | MajorDimension (self) | 
|   | 
|   | MinorDimension (self) | 
|   | 
|   | Collide (self, *args) | 
|   | 
|   | GetPosition (self) | 
|   | 
|   | GetSize (self) | 
|   | 
|   | GetHeight (self) | 
|   | 
|   | GetRadius (self) | 
|   | 
|   | SetRadius (self, aRadius) | 
|   | 
|   | Rotate (self, *args) | 
|   | 
|   | Outline (self) | 
|   | 
|   | Format (self, aCplusPlus=True) | 
|   | 
|   | Normalize (self) | 
|   | 
|   | __init__ (self, *args, **kwargs) | 
|   | 
|   | Clone (self) | 
|   | 
|   | GetClearance (self, aOther) | 
|   | 
|   | IsNull (self) | 
|   | 
|   | Centre (self) | 
|   | 
|   | Distance (self, aP) | 
|   | 
|   | SquaredDistance (self, aP, aOutlineOnly=False) | 
|   | 
|   | NearestPoints (self, aOther, aPtThis, aPtOther) | 
|   | 
|   | PointInside (self, aPt, aAccuracy=0, aUseBBoxCache=False) | 
|   | 
|   | TransformToPolygon (self, aBuffer, aError, aErrorLoc) | 
|   | 
|   | GetStart (self) | 
|   | 
|   | GetEnd (self) | 
|   | 
|   | GetWidth (self) | 
|   | 
|   | SetWidth (self, aWidth) | 
|   | 
|   | Move (self, aVector) | 
|   | 
|   | IsSolid (self) | 
|   | 
|   | Parse (self, aStream) | 
|   | 
|   | Cast (self) | 
|   | 
|   | __init__ (self, aType) | 
|   | 
|   | Type (self) | 
|   | 
|   | TypeName (self) | 
|   | 
|   | HasIndexableSubshapes (self) | 
|   | 
|   | GetIndexableSubshapeCount (self) | 
|   | 
|   | GetIndexableSubshapes (self, aSubshapes) | 
|   | 
 | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
|   | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") | 
|   | 
Proxy of C++ SHAPE_RECT class.
 
Definition at line 7286 of file pcbnew.py.
 
◆ __init__()
      
        
          | pcbnew.SHAPE_RECT.__init__  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    __init__(SHAPE_RECT self) -> SHAPE_RECT
    __init__(SHAPE_RECT self, BOX2I aBox) -> SHAPE_RECT
    __init__(SHAPE_RECT self, int aX0, int aY0, int aW, int aH) -> SHAPE_RECT
    __init__(SHAPE_RECT self, VECTOR2I aP0, int aW, int aH) -> SHAPE_RECT
    __init__(SHAPE_RECT self, VECTOR2I aP0, VECTOR2I aP1) -> SHAPE_RECT
    __init__(SHAPE_RECT self, SHAPE_RECT aOther) -> SHAPE_RECT
 
Definition at line 7292 of file pcbnew.py.
 
 
◆ BBox()
      
        
          | pcbnew.SHAPE_RECT.BBox  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aClearance = 0 ) | 
        
      
 
 
◆ Collide()
      
        
          | pcbnew.SHAPE_RECT.Collide  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
    Collide(SHAPE_RECT self, SHAPE aShape, int aClearance, VECTOR2I aMTV) -> bool
    Collide(SHAPE_RECT self, SHAPE aShape, int aClearance=0, int * aActual=None, VECTOR2I aLocation=None) -> bool
    Collide(SHAPE_RECT self, SEG aSeg, int aClearance=0, int * aActual=None, VECTOR2I aLocation=None) -> bool
 
Reimplemented from pcbnew.SHAPE.
Definition at line 7323 of file pcbnew.py.
 
 
◆ Diagonal()
      
        
          | pcbnew.SHAPE_RECT.Diagonal  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
Diagonal(SHAPE_RECT self) -> int
 
Definition at line 7311 of file pcbnew.py.
 
 
◆ Format()
      
        
          | pcbnew.SHAPE_RECT.Format  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aCplusPlus = True ) | 
        
      
 
Format(SHAPE_RECT self, bool aCplusPlus=True) -> string
 
Reimplemented from pcbnew.SHAPE.
Definition at line 7359 of file pcbnew.py.
 
 
◆ GetHeight()
      
        
          | pcbnew.SHAPE_RECT.GetHeight  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetHeight(SHAPE_RECT self) -> int
 
Definition at line 7339 of file pcbnew.py.
 
 
◆ GetInflated()
      
        
          | pcbnew.SHAPE_RECT.GetInflated  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aOffset ) | 
        
      
 
GetInflated(SHAPE_RECT self, int aOffset) -> SHAPE_RECT
 
Definition at line 7307 of file pcbnew.py.
 
 
◆ GetPosition()
      
        
          | pcbnew.SHAPE_RECT.GetPosition  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetPosition(SHAPE_RECT self) -> VECTOR2I
 
Definition at line 7331 of file pcbnew.py.
 
 
◆ GetRadius()
      
        
          | pcbnew.SHAPE_RECT.GetRadius  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetRadius(SHAPE_RECT self) -> int
 
Definition at line 7343 of file pcbnew.py.
 
 
◆ GetSize()
      
        
          | pcbnew.SHAPE_RECT.GetSize  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
GetSize(SHAPE_RECT self) -> VECTOR2I
 
Definition at line 7335 of file pcbnew.py.
 
 
◆ MajorDimension()
      
        
          | pcbnew.SHAPE_RECT.MajorDimension  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
MajorDimension(SHAPE_RECT self) -> int
 
Definition at line 7315 of file pcbnew.py.
 
 
◆ MinorDimension()
      
        
          | pcbnew.SHAPE_RECT.MinorDimension  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
MinorDimension(SHAPE_RECT self) -> int
 
Definition at line 7319 of file pcbnew.py.
 
 
◆ Normalize()
      
        
          | pcbnew.SHAPE_RECT.Normalize  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
Normalize(SHAPE_RECT self)
 
Definition at line 7363 of file pcbnew.py.
 
 
◆ Outline()
      
        
          | pcbnew.SHAPE_RECT.Outline  | 
          ( | 
           |           self | ) | 
           | 
        
      
 
Outline(SHAPE_RECT self) -> SHAPE_LINE_CHAIN
 
Definition at line 7355 of file pcbnew.py.
 
 
◆ Rotate()
      
        
          | pcbnew.SHAPE_RECT.Rotate  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
          * |           args ) | 
        
      
 
Rotate(SHAPE_RECT self, EDA_ANGLE aAngle, VECTOR2I aCenter={ 0, 0 }) 
Reimplemented from pcbnew.SHAPE.
Definition at line 7351 of file pcbnew.py.
 
 
◆ SetRadius()
      
        
          | pcbnew.SHAPE_RECT.SetRadius  | 
          ( | 
           |           self,  | 
        
        
           | 
           | 
           |           aRadius ) | 
        
      
 
SetRadius(SHAPE_RECT self, int aRadius)
 
Definition at line 7347 of file pcbnew.py.
 
 
◆ thisown
  
  
      
        
          | pcbnew.SHAPE_RECT.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: