Public Member Functions | |
def | __init__ (self) |
def | __eq__ (self, aOther) |
def | __ne__ (self, aOther) |
def | __lshift__ (self, aSource) |
def | SetupLayersList (self, aList, aFrame, aLayers, aFpEditorMode) |
def | ExportSetting (self, aTarget, aFullExport=True) |
def | SetCornerSmoothingType (self, aType) |
def | GetCornerSmoothingType (self) |
def | SetCornerRadius (self, aRadius) |
def | GetCornerRadius (self) |
def | GetPadConnection (self) |
def | SetPadConnection (self, aPadConnection) |
def | HasKeepoutParametersSet (self) |
def | GetIsRuleArea (self) |
def | GetRuleAreaPlacementEnabled (self) |
def | GetRuleAreaPlacementSourceType (self) |
def | GetRuleAreaPlacementSource (self) |
def | GetDoNotAllowCopperPour (self) |
def | GetDoNotAllowVias (self) |
def | GetDoNotAllowTracks (self) |
def | GetDoNotAllowPads (self) |
def | GetDoNotAllowFootprints (self) |
def | SetIsRuleArea (self, aEnable) |
def | SetRuleAreaPlacementEnabled (self, aEnabled) |
def | SetRuleAreaPlacementSourceType (self, aType) |
def | SetRuleAreaPlacementSource (self, aSource) |
def | SetDoNotAllowCopperPour (self, aEnable) |
def | SetDoNotAllowVias (self, aEnable) |
def | SetDoNotAllowTracks (self, aEnable) |
def | SetDoNotAllowPads (self, aEnable) |
def | SetDoNotAllowFootprints (self, aEnable) |
def | GetIslandRemovalMode (self) |
def | SetIslandRemovalMode (self, aRemove) |
def | GetMinIslandArea (self) |
def | SetMinIslandArea (self, aArea) |
Static Public Member Functions | |
def | GetDefaultSettings () |
Static Public Attributes | |
_pcbnew | SMOOTHING_UNDEFINED = _pcbnew.ZONE_SETTINGS_SMOOTHING_UNDEFINED |
_pcbnew | SMOOTHING_NONE = _pcbnew.ZONE_SETTINGS_SMOOTHING_NONE |
_pcbnew | SMOOTHING_CHAMFER = _pcbnew.ZONE_SETTINGS_SMOOTHING_CHAMFER |
_pcbnew | SMOOTHING_FILLET = _pcbnew.ZONE_SETTINGS_SMOOTHING_FILLET |
_pcbnew | SMOOTHING_LAST = _pcbnew.ZONE_SETTINGS_SMOOTHING_LAST |
Properties | |
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
property | m_ZonePriority = property(_pcbnew.ZONE_SETTINGS_m_ZonePriority_get, _pcbnew.ZONE_SETTINGS_m_ZonePriority_set, doc=) |
property | m_FillMode = property(_pcbnew.ZONE_SETTINGS_m_FillMode_get, _pcbnew.ZONE_SETTINGS_m_FillMode_set, doc=) |
property | m_ZoneClearance = property(_pcbnew.ZONE_SETTINGS_m_ZoneClearance_get, _pcbnew.ZONE_SETTINGS_m_ZoneClearance_set, doc=) |
property | m_ZoneMinThickness = property(_pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_get, _pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_set, doc=) |
property | m_HatchThickness = property(_pcbnew.ZONE_SETTINGS_m_HatchThickness_get, _pcbnew.ZONE_SETTINGS_m_HatchThickness_set, doc=) |
property | m_HatchGap = property(_pcbnew.ZONE_SETTINGS_m_HatchGap_get, _pcbnew.ZONE_SETTINGS_m_HatchGap_set, doc=) |
property | m_HatchOrientation = property(_pcbnew.ZONE_SETTINGS_m_HatchOrientation_get, _pcbnew.ZONE_SETTINGS_m_HatchOrientation_set, doc=) |
property | m_HatchSmoothingLevel = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_set, doc=) |
property | m_HatchSmoothingValue = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_set, doc=) |
property | m_HatchHoleMinArea = property(_pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_get, _pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_set, doc=) |
property | m_HatchBorderAlgorithm = property(_pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_get, _pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_set, doc=) |
property | m_NetcodeSelection = property(_pcbnew.ZONE_SETTINGS_m_NetcodeSelection_get, _pcbnew.ZONE_SETTINGS_m_NetcodeSelection_set, doc=) |
property | m_Name = property(_pcbnew.ZONE_SETTINGS_m_Name_get, _pcbnew.ZONE_SETTINGS_m_Name_set, doc=) |
property | m_Layers = property(_pcbnew.ZONE_SETTINGS_m_Layers_get, _pcbnew.ZONE_SETTINGS_m_Layers_set, doc=) |
property | m_ZoneBorderDisplayStyle = property(_pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_get, _pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_set, doc=) |
property | m_BorderHatchPitch = property(_pcbnew.ZONE_SETTINGS_m_BorderHatchPitch_get, _pcbnew.ZONE_SETTINGS_m_BorderHatchPitch_set, doc=) |
property | m_ThermalReliefGap = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_set, doc=) |
property | m_ThermalReliefSpokeWidth = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_set, doc=) |
property | m_Locked = property(_pcbnew.ZONE_SETTINGS_m_Locked_get, _pcbnew.ZONE_SETTINGS_m_Locked_set, doc=) |
property | m_TeardropType = property(_pcbnew.ZONE_SETTINGS_m_TeardropType_get, _pcbnew.ZONE_SETTINGS_m_TeardropType_set, doc=) |
def pcbnew.ZONE_SETTINGS.__init__ | ( | self | ) |
def pcbnew.ZONE_SETTINGS.__eq__ | ( | self, | |
aOther | |||
) |
def pcbnew.ZONE_SETTINGS.__lshift__ | ( | self, | |
aSource | |||
) |
def pcbnew.ZONE_SETTINGS.__ne__ | ( | self, | |
aOther | |||
) |
def pcbnew.ZONE_SETTINGS.ExportSetting | ( | self, | |
aTarget, | |||
aFullExport = True |
|||
) |
def pcbnew.ZONE_SETTINGS.GetCornerRadius | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetCornerSmoothingType | ( | self | ) |
|
static |
def pcbnew.ZONE_SETTINGS.GetDoNotAllowCopperPour | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetDoNotAllowFootprints | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetDoNotAllowPads | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetDoNotAllowTracks | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetDoNotAllowVias | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetIslandRemovalMode | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetIsRuleArea | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetMinIslandArea | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetPadConnection | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetRuleAreaPlacementEnabled | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetRuleAreaPlacementSource | ( | self | ) |
def pcbnew.ZONE_SETTINGS.GetRuleAreaPlacementSourceType | ( | self | ) |
def pcbnew.ZONE_SETTINGS.HasKeepoutParametersSet | ( | self | ) |
def pcbnew.ZONE_SETTINGS.SetCornerRadius | ( | self, | |
aRadius | |||
) |
def pcbnew.ZONE_SETTINGS.SetCornerSmoothingType | ( | self, | |
aType | |||
) |
def pcbnew.ZONE_SETTINGS.SetDoNotAllowCopperPour | ( | self, | |
aEnable | |||
) |
def pcbnew.ZONE_SETTINGS.SetDoNotAllowFootprints | ( | self, | |
aEnable | |||
) |
def pcbnew.ZONE_SETTINGS.SetDoNotAllowPads | ( | self, | |
aEnable | |||
) |
def pcbnew.ZONE_SETTINGS.SetDoNotAllowTracks | ( | self, | |
aEnable | |||
) |
def pcbnew.ZONE_SETTINGS.SetDoNotAllowVias | ( | self, | |
aEnable | |||
) |
def pcbnew.ZONE_SETTINGS.SetIslandRemovalMode | ( | self, | |
aRemove | |||
) |
def pcbnew.ZONE_SETTINGS.SetIsRuleArea | ( | self, | |
aEnable | |||
) |
def pcbnew.ZONE_SETTINGS.SetMinIslandArea | ( | self, | |
aArea | |||
) |
def pcbnew.ZONE_SETTINGS.SetPadConnection | ( | self, | |
aPadConnection | |||
) |
def pcbnew.ZONE_SETTINGS.SetRuleAreaPlacementEnabled | ( | self, | |
aEnabled | |||
) |
def pcbnew.ZONE_SETTINGS.SetRuleAreaPlacementSource | ( | self, | |
aSource | |||
) |
def pcbnew.ZONE_SETTINGS.SetRuleAreaPlacementSourceType | ( | self, | |
aType | |||
) |
def pcbnew.ZONE_SETTINGS.SetupLayersList | ( | self, | |
aList, | |||
aFrame, | |||
aLayers, | |||
aFpEditorMode | |||
) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |