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

Public Member Functions

def __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 13934 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 13942 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 13939 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 13940 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 13937 of file pcbnew.py.


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