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

Public Member Functions

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 11803 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 11800 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 11801 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 11799 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 11797 of file pcbnew.py.


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