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

Public Member Functions

 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_IsolatedOutlines = property(_pcbnew.ISOLATED_ISLANDS_m_IsolatedOutlines_get, _pcbnew.ISOLATED_ISLANDS_m_IsolatedOutlines_set, doc=)
 
 m_SingleConnectionOutlines = property(_pcbnew.ISOLATED_ISLANDS_m_SingleConnectionOutlines_get, _pcbnew.ISOLATED_ISLANDS_m_SingleConnectionOutlines_set, doc=)
 

Detailed Description

Proxy of C++ ISOLATED_ISLANDS class.

Definition at line 15566 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 15574 of file pcbnew.py.

Property Documentation

◆ m_IsolatedOutlines

pcbnew.ISOLATED_ISLANDS.m_IsolatedOutlines = property(_pcbnew.ISOLATED_ISLANDS_m_IsolatedOutlines_get, _pcbnew.ISOLATED_ISLANDS_m_IsolatedOutlines_set, doc=)
static

Definition at line 15571 of file pcbnew.py.

◆ m_SingleConnectionOutlines

pcbnew.ISOLATED_ISLANDS.m_SingleConnectionOutlines = property(_pcbnew.ISOLATED_ISLANDS_m_SingleConnectionOutlines_get, _pcbnew.ISOLATED_ISLANDS_m_SingleConnectionOutlines_set, doc=)
static

Definition at line 15572 of file pcbnew.py.

◆ thisown

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

Definition at line 15569 of file pcbnew.py.


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