|
| 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=) |
|
Proxy of C++ RN_DYNAMIC_LINE class.
Definition at line 10730 of file pcbnew.py.
◆ __init__()
def pcbnew.RN_DYNAMIC_LINE.__init__ |
( |
|
self | ) |
|
__init__(RN_DYNAMIC_LINE self) -> RN_DYNAMIC_LINE
Definition at line 10739 of file pcbnew.py.
pcbnew.RN_DYNAMIC_LINE.a = property(_pcbnew.RN_DYNAMIC_LINE_a_get, _pcbnew.RN_DYNAMIC_LINE_a_set, doc=) |
|
static |
pcbnew.RN_DYNAMIC_LINE.b = property(_pcbnew.RN_DYNAMIC_LINE_b_get, _pcbnew.RN_DYNAMIC_LINE_b_set, doc=) |
|
static |
◆ netCode
pcbnew.RN_DYNAMIC_LINE.netCode = property(_pcbnew.RN_DYNAMIC_LINE_netCode_get, _pcbnew.RN_DYNAMIC_LINE_netCode_set, doc=) |
|
static |
◆ thisown
pcbnew.RN_DYNAMIC_LINE.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: