KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.VECTOR3D Class Reference
Inheritance diagram for pcbnew.VECTOR3D:
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")
 
 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=)
 

Detailed Description

Proxy of C++ FP_3DMODEL::VECTOR3D class.

Definition at line 17195 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 17204 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 17198 of file pcbnew.py.

◆ x

pcbnew.VECTOR3D.x = property(_pcbnew.VECTOR3D_x_get, _pcbnew.VECTOR3D_x_set, doc=)
static

Definition at line 17200 of file pcbnew.py.

◆ y

pcbnew.VECTOR3D.y = property(_pcbnew.VECTOR3D_y_get, _pcbnew.VECTOR3D_y_set, doc=)
static

Definition at line 17201 of file pcbnew.py.

◆ z

pcbnew.VECTOR3D.z = property(_pcbnew.VECTOR3D_z_get, _pcbnew.VECTOR3D_z_set, doc=)
static

Definition at line 17202 of file pcbnew.py.


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