|
def | __init__ (self, *args) |
|
def | Clone (self) |
|
def | Format (self, aCplusPlus=True) |
|
def | Collide (self, *args) |
|
def | Shapes (self) |
|
def | BBox (self, aClearance=0) |
|
def | Distance (self, *args) |
|
def | AddShape (self, *args) |
|
def | Empty (self) |
|
def | Size (self) |
|
def | Rotate (self, *args) |
|
def | UniqueSubshape (self) |
|
def | GetSubshapes (self) |
|
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 | Distance (self, aP) |
|
def | SquaredDistance (self, aP, aOutlineOnly=False) |
|
def | PointInside (self, aPt, aAccuracy=0, aUseBBoxCache=False) |
|
def | TransformToPolygon (self, aBuffer, aError, aErrorLoc) |
|
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) |
|
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ SHAPE_COMPOUND class.
Definition at line 6005 of file pcbnew.py.
◆ __init__()
def pcbnew.SHAPE_COMPOUND.__init__ |
( |
|
self, |
|
|
* |
args |
|
) |
| |
__init__(SHAPE_COMPOUND self) -> SHAPE_COMPOUND
__init__(SHAPE_COMPOUND self, std::vector< SHAPE *,std::allocator< SHAPE * > > const & aShapes) -> SHAPE_COMPOUND
__init__(SHAPE_COMPOUND self, SHAPE_COMPOUND aOther) -> SHAPE_COMPOUND
Reimplemented from pcbnew.SHAPE.
Definition at line 6011 of file pcbnew.py.
◆ AddShape()
def pcbnew.SHAPE_COMPOUND.AddShape |
( |
|
self, |
|
|
* |
args |
|
) |
| |
AddShape(SHAPE_COMPOUND self, SHAPE aShape)
AddShape(SHAPE_COMPOUND self, std::shared_ptr< SHAPE > aShape)
Definition at line 6051 of file pcbnew.py.
◆ BBox()
def pcbnew.SHAPE_COMPOUND.BBox |
( |
|
self, |
|
|
|
aClearance = 0 |
|
) |
| |
BBox(SHAPE_COMPOUND self, int aClearance=0) -> BOX2I
Reimplemented from pcbnew.SHAPE.
Definition at line 6040 of file pcbnew.py.
◆ Clone()
def pcbnew.SHAPE_COMPOUND.Clone |
( |
|
self | ) |
|
◆ Collide()
def pcbnew.SHAPE_COMPOUND.Collide |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Collide(SHAPE_COMPOUND self, SEG aSeg, int aClearance=0, int * aActual=None, VECTOR2I aLocation=None) -> bool
Collide(SHAPE_COMPOUND self, SHAPE aShape, int aClearance, VECTOR2I aMTV) -> bool
Collide(SHAPE_COMPOUND self, SHAPE aShape, int aClearance=0, int * aActual=None, VECTOR2I aLocation=None) -> bool
Reimplemented from pcbnew.SHAPE.
Definition at line 6028 of file pcbnew.py.
◆ Distance()
def pcbnew.SHAPE_COMPOUND.Distance |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Distance(SHAPE_COMPOUND self, VECTOR2I aP) -> int
Distance(SHAPE_COMPOUND self, SEG aSeg) -> int
Reimplemented from pcbnew.SHAPE.
Definition at line 6044 of file pcbnew.py.
◆ Empty()
def pcbnew.SHAPE_COMPOUND.Empty |
( |
|
self | ) |
|
Empty(SHAPE_COMPOUND self) -> bool
Definition at line 6058 of file pcbnew.py.
◆ Format()
def pcbnew.SHAPE_COMPOUND.Format |
( |
|
self, |
|
|
|
aCplusPlus = True |
|
) |
| |
Format(SHAPE_COMPOUND self, bool aCplusPlus=True) -> string
Reimplemented from pcbnew.SHAPE.
Definition at line 6024 of file pcbnew.py.
◆ GetSubshapes()
def pcbnew.SHAPE_COMPOUND.GetSubshapes |
( |
|
self | ) |
|
GetSubshapes(SHAPE_COMPOUND self) -> VECTOR_SHAPEPTR
Definition at line 6074 of file pcbnew.py.
◆ Rotate()
def pcbnew.SHAPE_COMPOUND.Rotate |
( |
|
self, |
|
|
* |
args |
|
) |
| |
Rotate(SHAPE_COMPOUND self, EDA_ANGLE aAngle, VECTOR2I aCenter={ 0, 0 })
Reimplemented from pcbnew.SHAPE.
Definition at line 6066 of file pcbnew.py.
◆ Shapes()
def pcbnew.SHAPE_COMPOUND.Shapes |
( |
|
self | ) |
|
Shapes(SHAPE_COMPOUND self) -> std::vector< SHAPE *,std::allocator< SHAPE * > > const &
Definition at line 6036 of file pcbnew.py.
◆ Size()
def pcbnew.SHAPE_COMPOUND.Size |
( |
|
self | ) |
|
Size(SHAPE_COMPOUND self) -> int
Definition at line 6062 of file pcbnew.py.
◆ UniqueSubshape()
def pcbnew.SHAPE_COMPOUND.UniqueSubshape |
( |
|
self | ) |
|
UniqueSubshape(SHAPE_COMPOUND self) -> SHAPE
Definition at line 6070 of file pcbnew.py.
◆ thisown
property pcbnew.SHAPE_COMPOUND.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: