KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.ZONE_LAYER_PROPERTIES Class Reference
Inheritance diagram for pcbnew.ZONE_LAYER_PROPERTIES:
Inheritance graph
[legend]

Public Member Functions

def __eq__ (self, aOther)
 
def __init__ (self)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property 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 15737 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 15748 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

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

Definition at line 15744 of file pcbnew.py.

Property Documentation

◆ hatching_offset

property 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 15742 of file pcbnew.py.

◆ thisown

property 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 15740 of file pcbnew.py.


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