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

Public Member Functions

 __eq__ (self, aOther)
 
 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 hatching_offset = property(_pcbnew.ZONE_LAYER_PROPERTIES_hatching_offset_get, _pcbnew.ZONE_LAYER_PROPERTIES_hatching_offset_set, doc=)
 

Detailed Description

Proxy of C++ ZONE_LAYER_PROPERTIES class.

Definition at line 16230 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 16241 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 16237 of file pcbnew.py.

Property Documentation

◆ hatching_offset

pcbnew.ZONE_LAYER_PROPERTIES.hatching_offset = property(_pcbnew.ZONE_LAYER_PROPERTIES_hatching_offset_get, _pcbnew.ZONE_LAYER_PROPERTIES_hatching_offset_set, doc=)
static

Definition at line 16235 of file pcbnew.py.

◆ thisown

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

Definition at line 16233 of file pcbnew.py.


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