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

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 netCode = property(_pcbnew.RN_DYNAMIC_LINE_netCode_get, _pcbnew.RN_DYNAMIC_LINE_netCode_set, doc=)
 
 a = property(_pcbnew.RN_DYNAMIC_LINE_a_get, _pcbnew.RN_DYNAMIC_LINE_a_set, doc=)
 
 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 11194 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 11203 of file pcbnew.py.

Property Documentation

◆ a

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

Definition at line 11200 of file pcbnew.py.

◆ b

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

Definition at line 11201 of file pcbnew.py.

◆ netCode

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

Definition at line 11199 of file pcbnew.py.

◆ thisown

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


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