KiCad Pcbnew Python Scripting
|
Public Member Functions | |
def | __init__ (self, aType) |
def | Type (self) |
def | TypeName (self) |
def | HasIndexableSubshapes (self) |
def | GetIndexableSubshapeCount (self) |
def | GetIndexableSubshapes (self, aSubshapes) |
Properties | |
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
def pcbnew.SHAPE_BASE.__init__ | ( | self, | |
aType | |||
) |
__init__(SHAPE_BASE self, SHAPE_TYPE aType) -> SHAPE_BASE
Reimplemented in pcbnew.SHAPE_CIRCLE, pcbnew.SHAPE_COMPOUND, pcbnew.SHAPE_LINE_CHAIN, pcbnew.SHAPE_POLY_SET, pcbnew.SHAPE_RECT, pcbnew.SHAPE_SEGMENT, pcbnew.SHAPE_SIMPLE, pcbnew.SHAPE, pcbnew.SHAPE_LINE_CHAIN_BASE, and pcbnew.SHAPE_ARC.
def pcbnew.SHAPE_BASE.GetIndexableSubshapeCount | ( | self | ) |
def pcbnew.SHAPE_BASE.GetIndexableSubshapes | ( | self, | |
aSubshapes | |||
) |
def pcbnew.SHAPE_BASE.HasIndexableSubshapes | ( | self | ) |
def pcbnew.SHAPE_BASE.Type | ( | self | ) |
def pcbnew.SHAPE_BASE.TypeName | ( | self | ) |
|
static |