|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
| x = property(_pcbnew.VECTOR3D_x_get, _pcbnew.VECTOR3D_x_set, doc=) |
|
| y = property(_pcbnew.VECTOR3D_y_get, _pcbnew.VECTOR3D_y_set, doc=) |
|
| z = property(_pcbnew.VECTOR3D_z_get, _pcbnew.VECTOR3D_z_set, doc=) |
|
Proxy of C++ FP_3DMODEL::VECTOR3D class.
Definition at line 17195 of file pcbnew.py.
◆ __init__()
def pcbnew.VECTOR3D.__init__ |
( |
|
self | ) |
|
__init__(VECTOR3D self) -> VECTOR3D
Definition at line 17204 of file pcbnew.py.
◆ thisown
pcbnew.VECTOR3D.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
pcbnew.VECTOR3D.x = property(_pcbnew.VECTOR3D_x_get, _pcbnew.VECTOR3D_x_set, doc=) |
|
static |
pcbnew.VECTOR3D.y = property(_pcbnew.VECTOR3D_y_get, _pcbnew.VECTOR3D_y_set, doc=) |
|
static |
pcbnew.VECTOR3D.z = property(_pcbnew.VECTOR3D_z_get, _pcbnew.VECTOR3D_z_set, doc=) |
|
static |
The documentation for this class was generated from the following file: