KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.ZONE_SETTINGS Class Reference
Inheritance diagram for pcbnew.ZONE_SETTINGS:

Public Member Functions

 __init__ (self)
 
 __eq__ (self, aOther)
 
 __ne__ (self, aOther)
 
 __lshift__ (self, aSource)
 
 SetupLayersList (self, aList, aFrame, aLayers)
 
 ExportSetting (self, aTarget, aFullExport=True)
 
 CopyFrom (self, aOther, aCopyFull=True)
 
 SetCornerSmoothingType (self, aType)
 
 GetCornerSmoothingType (self)
 
 SetCornerRadius (self, aRadius)
 
 GetCornerRadius (self)
 
 GetPadConnection (self)
 
 SetPadConnection (self, aPadConnection)
 
 HasKeepoutParametersSet (self)
 
 GetPlacementAreaEnabled (self)
 
 GetPlacementAreaSourceType (self)
 
 GetPlacementAreaSource (self)
 
 GetIsRuleArea (self)
 
 GetDoNotAllowZoneFills (self)
 
 GetDoNotAllowVias (self)
 
 GetDoNotAllowTracks (self)
 
 GetDoNotAllowPads (self)
 
 GetDoNotAllowFootprints (self)
 
 SetPlacementAreaEnabled (self, aEnabled)
 
 SetPlacementAreaSourceType (self, aType)
 
 SetPlacementAreaSource (self, aSource)
 
 SetIsRuleArea (self, aEnable)
 
 SetDoNotAllowZoneFills (self, aEnable)
 
 SetDoNotAllowVias (self, aEnable)
 
 SetDoNotAllowTracks (self, aEnable)
 
 SetDoNotAllowPads (self, aEnable)
 
 SetDoNotAllowFootprints (self, aEnable)
 
 GetIslandRemovalMode (self)
 
 SetIslandRemovalMode (self, aRemove)
 
 GetMinIslandArea (self)
 
 SetMinIslandArea (self, aArea)
 

Static Public Member Functions

 GetDefaultSettings ()
 

Static Public Attributes

 SMOOTHING_UNDEFINED = _pcbnew.ZONE_SETTINGS_SMOOTHING_UNDEFINED
 
 SMOOTHING_NONE = _pcbnew.ZONE_SETTINGS_SMOOTHING_NONE
 
 SMOOTHING_CHAMFER = _pcbnew.ZONE_SETTINGS_SMOOTHING_CHAMFER
 
 SMOOTHING_FILLET = _pcbnew.ZONE_SETTINGS_SMOOTHING_FILLET
 
 SMOOTHING_LAST = _pcbnew.ZONE_SETTINGS_SMOOTHING_LAST
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_ZonePriority = property(_pcbnew.ZONE_SETTINGS_m_ZonePriority_get, _pcbnew.ZONE_SETTINGS_m_ZonePriority_set, doc=)
 
 m_FillMode = property(_pcbnew.ZONE_SETTINGS_m_FillMode_get, _pcbnew.ZONE_SETTINGS_m_FillMode_set, doc=)
 
 m_ZoneClearance = property(_pcbnew.ZONE_SETTINGS_m_ZoneClearance_get, _pcbnew.ZONE_SETTINGS_m_ZoneClearance_set, doc=)
 
 m_ZoneMinThickness = property(_pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_get, _pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_set, doc=)
 
 m_HatchThickness = property(_pcbnew.ZONE_SETTINGS_m_HatchThickness_get, _pcbnew.ZONE_SETTINGS_m_HatchThickness_set, doc=)
 
 m_HatchGap = property(_pcbnew.ZONE_SETTINGS_m_HatchGap_get, _pcbnew.ZONE_SETTINGS_m_HatchGap_set, doc=)
 
 m_HatchOrientation = property(_pcbnew.ZONE_SETTINGS_m_HatchOrientation_get, _pcbnew.ZONE_SETTINGS_m_HatchOrientation_set, doc=)
 
 m_HatchSmoothingLevel = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_set, doc=)
 
 m_HatchSmoothingValue = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_set, doc=)
 
 m_HatchHoleMinArea = property(_pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_get, _pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_set, doc=)
 
 m_HatchBorderAlgorithm = property(_pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_get, _pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_set, doc=)
 
 m_Netcode = property(_pcbnew.ZONE_SETTINGS_m_Netcode_get, _pcbnew.ZONE_SETTINGS_m_Netcode_set, doc=)
 
 m_Name = property(_pcbnew.ZONE_SETTINGS_m_Name_get, _pcbnew.ZONE_SETTINGS_m_Name_set, doc=)
 
 m_Layers = property(_pcbnew.ZONE_SETTINGS_m_Layers_get, _pcbnew.ZONE_SETTINGS_m_Layers_set, doc=)
 
 m_ZoneBorderDisplayStyle = property(_pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_get, _pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_set, doc=)
 
 m_BorderHatchPitch = property(_pcbnew.ZONE_SETTINGS_m_BorderHatchPitch_get, _pcbnew.ZONE_SETTINGS_m_BorderHatchPitch_set, doc=)
 
 m_ThermalReliefGap = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_set, doc=)
 
 m_ThermalReliefSpokeWidth = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_set, doc=)
 
 m_Locked = property(_pcbnew.ZONE_SETTINGS_m_Locked_get, _pcbnew.ZONE_SETTINGS_m_Locked_set, doc=)
 
 m_TeardropType = property(_pcbnew.ZONE_SETTINGS_m_TeardropType_get, _pcbnew.ZONE_SETTINGS_m_TeardropType_set, doc=)
 
 m_LayerProperties = property(_pcbnew.ZONE_SETTINGS_m_LayerProperties_get, _pcbnew.ZONE_SETTINGS_m_LayerProperties_set, doc=)
 

Detailed Description

Proxy of C++ ZONE_SETTINGS class.

Definition at line 16270 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.ZONE_SETTINGS.__init__ ( self)
__init__(ZONE_SETTINGS self) -> ZONE_SETTINGS

Definition at line 16307 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

pcbnew.ZONE_SETTINGS.__eq__ ( self,
aOther )
__eq__(ZONE_SETTINGS self, ZONE_SETTINGS aOther) -> bool

Definition at line 16311 of file pcbnew.py.

◆ __lshift__()

pcbnew.ZONE_SETTINGS.__lshift__ ( self,
aSource )
__lshift__(ZONE_SETTINGS self, ZONE aSource) -> ZONE_SETTINGS

Definition at line 16319 of file pcbnew.py.

◆ __ne__()

pcbnew.ZONE_SETTINGS.__ne__ ( self,
aOther )
__ne__(ZONE_SETTINGS self, ZONE_SETTINGS aOther) -> bool

Definition at line 16315 of file pcbnew.py.

◆ CopyFrom()

pcbnew.ZONE_SETTINGS.CopyFrom ( self,
aOther,
aCopyFull = True )
CopyFrom(ZONE_SETTINGS self, ZONE_SETTINGS aOther, bool aCopyFull=True)

Definition at line 16336 of file pcbnew.py.

◆ ExportSetting()

pcbnew.ZONE_SETTINGS.ExportSetting ( self,
aTarget,
aFullExport = True )
ExportSetting(ZONE_SETTINGS self, ZONE aTarget, bool aFullExport=True)

Definition at line 16332 of file pcbnew.py.

◆ GetCornerRadius()

pcbnew.ZONE_SETTINGS.GetCornerRadius ( self)
GetCornerRadius(ZONE_SETTINGS self) -> unsigned int

Definition at line 16352 of file pcbnew.py.

◆ GetCornerSmoothingType()

pcbnew.ZONE_SETTINGS.GetCornerSmoothingType ( self)
GetCornerSmoothingType(ZONE_SETTINGS self) -> int

Definition at line 16344 of file pcbnew.py.

◆ GetDefaultSettings()

pcbnew.ZONE_SETTINGS.GetDefaultSettings ( )
static
GetDefaultSettings() -> ZONE_SETTINGS

Definition at line 16324 of file pcbnew.py.

◆ GetDoNotAllowFootprints()

pcbnew.ZONE_SETTINGS.GetDoNotAllowFootprints ( self)
GetDoNotAllowFootprints(ZONE_SETTINGS self) -> bool

Definition at line 16400 of file pcbnew.py.

◆ GetDoNotAllowPads()

pcbnew.ZONE_SETTINGS.GetDoNotAllowPads ( self)
GetDoNotAllowPads(ZONE_SETTINGS self) -> bool

Definition at line 16396 of file pcbnew.py.

◆ GetDoNotAllowTracks()

pcbnew.ZONE_SETTINGS.GetDoNotAllowTracks ( self)
GetDoNotAllowTracks(ZONE_SETTINGS self) -> bool

Definition at line 16392 of file pcbnew.py.

◆ GetDoNotAllowVias()

pcbnew.ZONE_SETTINGS.GetDoNotAllowVias ( self)
GetDoNotAllowVias(ZONE_SETTINGS self) -> bool

Definition at line 16388 of file pcbnew.py.

◆ GetDoNotAllowZoneFills()

pcbnew.ZONE_SETTINGS.GetDoNotAllowZoneFills ( self)
GetDoNotAllowZoneFills(ZONE_SETTINGS self) -> bool

Definition at line 16384 of file pcbnew.py.

◆ GetIslandRemovalMode()

pcbnew.ZONE_SETTINGS.GetIslandRemovalMode ( self)
GetIslandRemovalMode(ZONE_SETTINGS self) -> ISLAND_REMOVAL_MODE

Definition at line 16440 of file pcbnew.py.

◆ GetIsRuleArea()

pcbnew.ZONE_SETTINGS.GetIsRuleArea ( self)
GetIsRuleArea(ZONE_SETTINGS self) -> bool

Definition at line 16380 of file pcbnew.py.

◆ GetMinIslandArea()

pcbnew.ZONE_SETTINGS.GetMinIslandArea ( self)
GetMinIslandArea(ZONE_SETTINGS self) -> long long

Definition at line 16448 of file pcbnew.py.

◆ GetPadConnection()

pcbnew.ZONE_SETTINGS.GetPadConnection ( self)
GetPadConnection(ZONE_SETTINGS self) -> ZONE_CONNECTION

Definition at line 16356 of file pcbnew.py.

◆ GetPlacementAreaEnabled()

pcbnew.ZONE_SETTINGS.GetPlacementAreaEnabled ( self)
GetPlacementAreaEnabled(ZONE_SETTINGS self) -> bool

Definition at line 16368 of file pcbnew.py.

◆ GetPlacementAreaSource()

pcbnew.ZONE_SETTINGS.GetPlacementAreaSource ( self)
GetPlacementAreaSource(ZONE_SETTINGS self) -> wxString

Definition at line 16376 of file pcbnew.py.

◆ GetPlacementAreaSourceType()

pcbnew.ZONE_SETTINGS.GetPlacementAreaSourceType ( self)
GetPlacementAreaSourceType(ZONE_SETTINGS self) -> PLACEMENT_SOURCE_T

Definition at line 16372 of file pcbnew.py.

◆ HasKeepoutParametersSet()

pcbnew.ZONE_SETTINGS.HasKeepoutParametersSet ( self)
HasKeepoutParametersSet(ZONE_SETTINGS self) -> bool

Definition at line 16364 of file pcbnew.py.

◆ SetCornerRadius()

pcbnew.ZONE_SETTINGS.SetCornerRadius ( self,
aRadius )
SetCornerRadius(ZONE_SETTINGS self, int aRadius)

Definition at line 16348 of file pcbnew.py.

◆ SetCornerSmoothingType()

pcbnew.ZONE_SETTINGS.SetCornerSmoothingType ( self,
aType )
SetCornerSmoothingType(ZONE_SETTINGS self, int aType)

Definition at line 16340 of file pcbnew.py.

◆ SetDoNotAllowFootprints()

pcbnew.ZONE_SETTINGS.SetDoNotAllowFootprints ( self,
aEnable )
SetDoNotAllowFootprints(ZONE_SETTINGS self, bool aEnable)

Definition at line 16436 of file pcbnew.py.

◆ SetDoNotAllowPads()

pcbnew.ZONE_SETTINGS.SetDoNotAllowPads ( self,
aEnable )
SetDoNotAllowPads(ZONE_SETTINGS self, bool aEnable)

Definition at line 16432 of file pcbnew.py.

◆ SetDoNotAllowTracks()

pcbnew.ZONE_SETTINGS.SetDoNotAllowTracks ( self,
aEnable )
SetDoNotAllowTracks(ZONE_SETTINGS self, bool aEnable)

Definition at line 16428 of file pcbnew.py.

◆ SetDoNotAllowVias()

pcbnew.ZONE_SETTINGS.SetDoNotAllowVias ( self,
aEnable )
SetDoNotAllowVias(ZONE_SETTINGS self, bool aEnable)

Definition at line 16424 of file pcbnew.py.

◆ SetDoNotAllowZoneFills()

pcbnew.ZONE_SETTINGS.SetDoNotAllowZoneFills ( self,
aEnable )
SetDoNotAllowZoneFills(ZONE_SETTINGS self, bool aEnable)

Definition at line 16420 of file pcbnew.py.

◆ SetIslandRemovalMode()

pcbnew.ZONE_SETTINGS.SetIslandRemovalMode ( self,
aRemove )
SetIslandRemovalMode(ZONE_SETTINGS self, ISLAND_REMOVAL_MODE aRemove)

Definition at line 16444 of file pcbnew.py.

◆ SetIsRuleArea()

pcbnew.ZONE_SETTINGS.SetIsRuleArea ( self,
aEnable )
SetIsRuleArea(ZONE_SETTINGS self, bool aEnable)

Definition at line 16416 of file pcbnew.py.

◆ SetMinIslandArea()

pcbnew.ZONE_SETTINGS.SetMinIslandArea ( self,
aArea )
SetMinIslandArea(ZONE_SETTINGS self, long long aArea)

Definition at line 16452 of file pcbnew.py.

◆ SetPadConnection()

pcbnew.ZONE_SETTINGS.SetPadConnection ( self,
aPadConnection )
SetPadConnection(ZONE_SETTINGS self, ZONE_CONNECTION aPadConnection)

Definition at line 16360 of file pcbnew.py.

◆ SetPlacementAreaEnabled()

pcbnew.ZONE_SETTINGS.SetPlacementAreaEnabled ( self,
aEnabled )
SetPlacementAreaEnabled(ZONE_SETTINGS self, bool aEnabled)

Definition at line 16404 of file pcbnew.py.

◆ SetPlacementAreaSource()

pcbnew.ZONE_SETTINGS.SetPlacementAreaSource ( self,
aSource )
SetPlacementAreaSource(ZONE_SETTINGS self, wxString aSource)

Definition at line 16412 of file pcbnew.py.

◆ SetPlacementAreaSourceType()

pcbnew.ZONE_SETTINGS.SetPlacementAreaSourceType ( self,
aType )
SetPlacementAreaSourceType(ZONE_SETTINGS self, PLACEMENT_SOURCE_T aType)

Definition at line 16408 of file pcbnew.py.

◆ SetupLayersList()

pcbnew.ZONE_SETTINGS.SetupLayersList ( self,
aList,
aFrame,
aLayers )
SetupLayersList(ZONE_SETTINGS self, wxDataViewListCtrl * aList, PCB_BASE_FRAME * aFrame, LSET aLayers)

Definition at line 16328 of file pcbnew.py.

Member Data Documentation

◆ SMOOTHING_CHAMFER

pcbnew.ZONE_SETTINGS.SMOOTHING_CHAMFER = _pcbnew.ZONE_SETTINGS_SMOOTHING_CHAMFER
static

Definition at line 16279 of file pcbnew.py.

◆ SMOOTHING_FILLET

pcbnew.ZONE_SETTINGS.SMOOTHING_FILLET = _pcbnew.ZONE_SETTINGS_SMOOTHING_FILLET
static

Definition at line 16281 of file pcbnew.py.

◆ SMOOTHING_LAST

pcbnew.ZONE_SETTINGS.SMOOTHING_LAST = _pcbnew.ZONE_SETTINGS_SMOOTHING_LAST
static

Definition at line 16283 of file pcbnew.py.

◆ SMOOTHING_NONE

pcbnew.ZONE_SETTINGS.SMOOTHING_NONE = _pcbnew.ZONE_SETTINGS_SMOOTHING_NONE
static

Definition at line 16277 of file pcbnew.py.

◆ SMOOTHING_UNDEFINED

pcbnew.ZONE_SETTINGS.SMOOTHING_UNDEFINED = _pcbnew.ZONE_SETTINGS_SMOOTHING_UNDEFINED
static

Definition at line 16275 of file pcbnew.py.

Property Documentation

◆ m_BorderHatchPitch

pcbnew.ZONE_SETTINGS.m_BorderHatchPitch = property(_pcbnew.ZONE_SETTINGS_m_BorderHatchPitch_get, _pcbnew.ZONE_SETTINGS_m_BorderHatchPitch_set, doc=)
static

Definition at line 16300 of file pcbnew.py.

◆ m_FillMode

pcbnew.ZONE_SETTINGS.m_FillMode = property(_pcbnew.ZONE_SETTINGS_m_FillMode_get, _pcbnew.ZONE_SETTINGS_m_FillMode_set, doc=)
static

Definition at line 16286 of file pcbnew.py.

◆ m_HatchBorderAlgorithm

pcbnew.ZONE_SETTINGS.m_HatchBorderAlgorithm = property(_pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_get, _pcbnew.ZONE_SETTINGS_m_HatchBorderAlgorithm_set, doc=)
static

Definition at line 16295 of file pcbnew.py.

◆ m_HatchGap

pcbnew.ZONE_SETTINGS.m_HatchGap = property(_pcbnew.ZONE_SETTINGS_m_HatchGap_get, _pcbnew.ZONE_SETTINGS_m_HatchGap_set, doc=)
static

Definition at line 16290 of file pcbnew.py.

◆ m_HatchHoleMinArea

pcbnew.ZONE_SETTINGS.m_HatchHoleMinArea = property(_pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_get, _pcbnew.ZONE_SETTINGS_m_HatchHoleMinArea_set, doc=)
static

Definition at line 16294 of file pcbnew.py.

◆ m_HatchOrientation

pcbnew.ZONE_SETTINGS.m_HatchOrientation = property(_pcbnew.ZONE_SETTINGS_m_HatchOrientation_get, _pcbnew.ZONE_SETTINGS_m_HatchOrientation_set, doc=)
static

Definition at line 16291 of file pcbnew.py.

◆ m_HatchSmoothingLevel

pcbnew.ZONE_SETTINGS.m_HatchSmoothingLevel = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingLevel_set, doc=)
static

Definition at line 16292 of file pcbnew.py.

◆ m_HatchSmoothingValue

pcbnew.ZONE_SETTINGS.m_HatchSmoothingValue = property(_pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_get, _pcbnew.ZONE_SETTINGS_m_HatchSmoothingValue_set, doc=)
static

Definition at line 16293 of file pcbnew.py.

◆ m_HatchThickness

pcbnew.ZONE_SETTINGS.m_HatchThickness = property(_pcbnew.ZONE_SETTINGS_m_HatchThickness_get, _pcbnew.ZONE_SETTINGS_m_HatchThickness_set, doc=)
static

Definition at line 16289 of file pcbnew.py.

◆ m_LayerProperties

pcbnew.ZONE_SETTINGS.m_LayerProperties = property(_pcbnew.ZONE_SETTINGS_m_LayerProperties_get, _pcbnew.ZONE_SETTINGS_m_LayerProperties_set, doc=)
static

Definition at line 16305 of file pcbnew.py.

◆ m_Layers

pcbnew.ZONE_SETTINGS.m_Layers = property(_pcbnew.ZONE_SETTINGS_m_Layers_get, _pcbnew.ZONE_SETTINGS_m_Layers_set, doc=)
static

Definition at line 16298 of file pcbnew.py.

◆ m_Locked

pcbnew.ZONE_SETTINGS.m_Locked = property(_pcbnew.ZONE_SETTINGS_m_Locked_get, _pcbnew.ZONE_SETTINGS_m_Locked_set, doc=)
static

Definition at line 16303 of file pcbnew.py.

◆ m_Name

pcbnew.ZONE_SETTINGS.m_Name = property(_pcbnew.ZONE_SETTINGS_m_Name_get, _pcbnew.ZONE_SETTINGS_m_Name_set, doc=)
static

Definition at line 16297 of file pcbnew.py.

◆ m_Netcode

pcbnew.ZONE_SETTINGS.m_Netcode = property(_pcbnew.ZONE_SETTINGS_m_Netcode_get, _pcbnew.ZONE_SETTINGS_m_Netcode_set, doc=)
static

Definition at line 16296 of file pcbnew.py.

◆ m_TeardropType

pcbnew.ZONE_SETTINGS.m_TeardropType = property(_pcbnew.ZONE_SETTINGS_m_TeardropType_get, _pcbnew.ZONE_SETTINGS_m_TeardropType_set, doc=)
static

Definition at line 16304 of file pcbnew.py.

◆ m_ThermalReliefGap

pcbnew.ZONE_SETTINGS.m_ThermalReliefGap = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefGap_set, doc=)
static

Definition at line 16301 of file pcbnew.py.

◆ m_ThermalReliefSpokeWidth

pcbnew.ZONE_SETTINGS.m_ThermalReliefSpokeWidth = property(_pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_get, _pcbnew.ZONE_SETTINGS_m_ThermalReliefSpokeWidth_set, doc=)
static

Definition at line 16302 of file pcbnew.py.

◆ m_ZoneBorderDisplayStyle

pcbnew.ZONE_SETTINGS.m_ZoneBorderDisplayStyle = property(_pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_get, _pcbnew.ZONE_SETTINGS_m_ZoneBorderDisplayStyle_set, doc=)
static

Definition at line 16299 of file pcbnew.py.

◆ m_ZoneClearance

pcbnew.ZONE_SETTINGS.m_ZoneClearance = property(_pcbnew.ZONE_SETTINGS_m_ZoneClearance_get, _pcbnew.ZONE_SETTINGS_m_ZoneClearance_set, doc=)
static

Definition at line 16287 of file pcbnew.py.

◆ m_ZoneMinThickness

pcbnew.ZONE_SETTINGS.m_ZoneMinThickness = property(_pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_get, _pcbnew.ZONE_SETTINGS_m_ZoneMinThickness_set, doc=)
static

Definition at line 16288 of file pcbnew.py.

◆ m_ZonePriority

pcbnew.ZONE_SETTINGS.m_ZonePriority = property(_pcbnew.ZONE_SETTINGS_m_ZonePriority_get, _pcbnew.ZONE_SETTINGS_m_ZonePriority_set, doc=)
static

Definition at line 16285 of file pcbnew.py.

◆ thisown

pcbnew.ZONE_SETTINGS.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 16273 of file pcbnew.py.


The documentation for this class was generated from the following file: