|
| __init__ (self, *args, **kwargs) |
|
| Collide (self, *args) |
|
| SquaredDistance (self, aP, aOutlineOnly=False) |
|
| PointInside (self, aPt, aAccuracy=0, aUseBBoxCache=False) |
|
| PointOnEdge (self, aP, aAccuracy=0) |
|
| EdgeContainingPoint (self, aP, aAccuracy=0) |
|
| GetPoint (self, aIndex) |
|
| GetSegment (self, aIndex) |
|
| GetPointCount (self) |
|
| GetSegmentCount (self) |
|
| IsClosed (self) |
|
| GetCachedBBox (self) |
|
| __init__ (self, *args, **kwargs) |
|
| Clone (self) |
|
| GetClearance (self, aOther) |
|
| IsNull (self) |
|
| BBox (self, aClearance=0) |
|
| Centre (self) |
|
| Distance (self, aP) |
|
| NearestPoints (self, aOther, aPtThis, aPtOther) |
|
| TransformToPolygon (self, aBuffer, aError, aErrorLoc) |
|
| Rotate (self, *args) |
|
| GetStart (self) |
|
| GetEnd (self) |
|
| GetWidth (self) |
|
| SetWidth (self, aWidth) |
|
| Move (self, aVector) |
|
| IsSolid (self) |
|
| Parse (self, aStream) |
|
| Format (self, aCplusPlus=True) |
|
| Cast (self) |
|
| __init__ (self, aType) |
|
| Type (self) |
|
| TypeName (self) |
|
| HasIndexableSubshapes (self) |
|
| GetIndexableSubshapeCount (self) |
|
| GetIndexableSubshapes (self, aSubshapes) |
|
Proxy of C++ SHAPE_LINE_CHAIN_BASE class.
Definition at line 6143 of file pcbnew.py.
pcbnew.SHAPE_LINE_CHAIN_BASE.Collide |
( |
| self, |
|
|
* | args ) |
Collide(SHAPE_LINE_CHAIN_BASE self, VECTOR2I aP, int aClearance=0, int * aActual=None, VECTOR2I aLocation=None) -> bool
Collide(SHAPE_LINE_CHAIN_BASE self, SEG aSeg, int aClearance=0, int * aActual=None, VECTOR2I aLocation=None) -> bool
Reimplemented from pcbnew.SHAPE.
Reimplemented in pcbnew.SHAPE_LINE_CHAIN, and pcbnew.SHAPE_SIMPLE.
Definition at line 6153 of file pcbnew.py.