|
def | __init__ (self, *args) |
|
def | BBox (self, aClearance=0) |
|
def | Collide (self, aSeg, aClearance=0, aActual=None, aLocation=None) |
|
def | SetRadius (self, aRadius) |
|
def | SetCenter (self, aCenter) |
|
def | GetRadius (self) |
|
def | GetCenter (self) |
|
def | GetCircle (self) |
|
def | Rotate (self, *args) |
|
def | Format (self, aCplusPlus=True) |
|
def | __init__ (self, *args, **kwargs) |
|
def | Clone (self) |
|
def | GetClearance (self, aOther) |
|
def | IsNull (self) |
|
def | Collide (self, *args) |
|
def | BBox (self, aClearance=0) |
|
def | Centre (self) |
|
def | Rotate (self, *args) |
|
def | Move (self, aVector) |
|
def | IsSolid (self) |
|
def | Parse (self, aStream) |
|
def | Format (self, aCplusPlus=True) |
|
def | Cast (self) |
|
def | __init__ (self, aType) |
|
def | Type (self) |
|
def | TypeName (self) |
|
def | HasIndexableSubshapes (self) |
|
def | GetIndexableSubshapeCount (self) |
|
def | 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_CIRCLE class.
Definition at line 6155 of file pcbnew.py.
◆ __init__()
def pcbnew.SHAPE_CIRCLE.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(SHAPE_CIRCLE self) -> SHAPE_CIRCLE
__init__(SHAPE_CIRCLE self, VECTOR2I aCenter, int aRadius) -> SHAPE_CIRCLE
__init__(SHAPE_CIRCLE self, CIRCLE const & aCircle) -> SHAPE_CIRCLE
__init__(SHAPE_CIRCLE self, SHAPE_CIRCLE aOther) -> SHAPE_CIRCLE
Reimplemented from pcbnew.SHAPE.
Definition at line 6161 of file pcbnew.py.
◆ BBox()
def pcbnew.SHAPE_CIRCLE.BBox |
( |
|
self, |
|
|
|
aClearance = 0 |
|
) |
| |
BBox(SHAPE_CIRCLE self, int aClearance=0) -> BOX2I
Reimplemented from pcbnew.SHAPE.
Definition at line 6171 of file pcbnew.py.
◆ Collide()
def pcbnew.SHAPE_CIRCLE.Collide |
( |
|
self, |
|
|
|
aSeg, |
|
|
|
aClearance = 0 , |
|
|
|
aActual = None , |
|
|
|
aLocation = None |
|
) |
| |
Collide(SHAPE_CIRCLE self, SEG aSeg, int aClearance=0, int * aActual=None, VECTOR2I aLocation=None) -> bool
Reimplemented from pcbnew.SHAPE.
Definition at line 6175 of file pcbnew.py.
◆ Format()
def pcbnew.SHAPE_CIRCLE.Format |
( |
|
self, |
|
|
|
aCplusPlus = True |
|
) |
| |
Format(SHAPE_CIRCLE self, bool aCplusPlus=True) -> string
Reimplemented from pcbnew.SHAPE.
Definition at line 6203 of file pcbnew.py.
◆ GetCenter()
def pcbnew.SHAPE_CIRCLE.GetCenter |
( |
|
self | ) |
|
GetCenter(SHAPE_CIRCLE self) -> VECTOR2I
Definition at line 6191 of file pcbnew.py.
◆ GetCircle()
def pcbnew.SHAPE_CIRCLE.GetCircle |
( |
|
self | ) |
|
GetCircle(SHAPE_CIRCLE self) -> CIRCLE const
Definition at line 6195 of file pcbnew.py.
◆ GetRadius()
def pcbnew.SHAPE_CIRCLE.GetRadius |
( |
|
self | ) |
|
GetRadius(SHAPE_CIRCLE self) -> int
Definition at line 6187 of file pcbnew.py.
◆ Rotate()
def pcbnew.SHAPE_CIRCLE.Rotate |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Rotate(SHAPE_CIRCLE self, EDA_ANGLE aAngle, VECTOR2I aCenter={ 0, 0 })
Reimplemented from pcbnew.SHAPE.
Definition at line 6199 of file pcbnew.py.
◆ SetCenter()
def pcbnew.SHAPE_CIRCLE.SetCenter |
( |
|
self, |
|
|
|
aCenter |
|
) |
| |
SetCenter(SHAPE_CIRCLE self, VECTOR2I aCenter)
Definition at line 6183 of file pcbnew.py.
◆ SetRadius()
def pcbnew.SHAPE_CIRCLE.SetRadius |
( |
|
self, |
|
|
|
aRadius |
|
) |
| |
SetRadius(SHAPE_CIRCLE self, int aRadius)
Definition at line 6179 of file pcbnew.py.
◆ thisown
pcbnew.SHAPE_CIRCLE.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: