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

Public Member Functions

def __init__ (self)
 

Properties

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property netCode = property(_pcbnew.RN_DYNAMIC_LINE_netCode_get, _pcbnew.RN_DYNAMIC_LINE_netCode_set, doc=)
 
property a = property(_pcbnew.RN_DYNAMIC_LINE_a_get, _pcbnew.RN_DYNAMIC_LINE_a_set, doc=)
 
property b = property(_pcbnew.RN_DYNAMIC_LINE_b_get, _pcbnew.RN_DYNAMIC_LINE_b_set, doc=)
 

Detailed Description

Proxy of C++ RN_DYNAMIC_LINE class.

Definition at line 11036 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 11045 of file pcbnew.py.

Property Documentation

◆ a

property pcbnew.RN_DYNAMIC_LINE.a = property(_pcbnew.RN_DYNAMIC_LINE_a_get, _pcbnew.RN_DYNAMIC_LINE_a_set, doc=)
static

Definition at line 11042 of file pcbnew.py.

◆ b

property pcbnew.RN_DYNAMIC_LINE.b = property(_pcbnew.RN_DYNAMIC_LINE_b_get, _pcbnew.RN_DYNAMIC_LINE_b_set, doc=)
static

Definition at line 11043 of file pcbnew.py.

◆ netCode

property pcbnew.RN_DYNAMIC_LINE.netCode = property(_pcbnew.RN_DYNAMIC_LINE_netCode_get, _pcbnew.RN_DYNAMIC_LINE_netCode_set, doc=)
static

Definition at line 11041 of file pcbnew.py.

◆ thisown

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

Definition at line 11039 of file pcbnew.py.


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