KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.FP_3DMODEL Class Reference
Inheritance diagram for pcbnew.FP_3DMODEL:
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")
 
 m_Scale = property(_pcbnew.FP_3DMODEL_m_Scale_get, _pcbnew.FP_3DMODEL_m_Scale_set, doc=)
 
 m_Rotation = property(_pcbnew.FP_3DMODEL_m_Rotation_get, _pcbnew.FP_3DMODEL_m_Rotation_set, doc=)
 
 m_Offset = property(_pcbnew.FP_3DMODEL_m_Offset_get, _pcbnew.FP_3DMODEL_m_Offset_set, doc=)
 
 m_Opacity = property(_pcbnew.FP_3DMODEL_m_Opacity_get, _pcbnew.FP_3DMODEL_m_Opacity_set, doc=)
 
 m_Filename = property(_pcbnew.FP_3DMODEL_m_Filename_get, _pcbnew.FP_3DMODEL_m_Filename_set, doc=)
 
 m_Show = property(_pcbnew.FP_3DMODEL_m_Show_get, _pcbnew.FP_3DMODEL_m_Show_set, doc=)
 

Detailed Description

Proxy of C++ FP_3DMODEL class.

Definition at line 17175 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 17181 of file pcbnew.py.

Property Documentation

◆ m_Filename

pcbnew.FP_3DMODEL.m_Filename = property(_pcbnew.FP_3DMODEL_m_Filename_get, _pcbnew.FP_3DMODEL_m_Filename_set, doc=)
static

Definition at line 17188 of file pcbnew.py.

◆ m_Offset

pcbnew.FP_3DMODEL.m_Offset = property(_pcbnew.FP_3DMODEL_m_Offset_get, _pcbnew.FP_3DMODEL_m_Offset_set, doc=)
static

Definition at line 17186 of file pcbnew.py.

◆ m_Opacity

pcbnew.FP_3DMODEL.m_Opacity = property(_pcbnew.FP_3DMODEL_m_Opacity_get, _pcbnew.FP_3DMODEL_m_Opacity_set, doc=)
static

Definition at line 17187 of file pcbnew.py.

◆ m_Rotation

pcbnew.FP_3DMODEL.m_Rotation = property(_pcbnew.FP_3DMODEL_m_Rotation_get, _pcbnew.FP_3DMODEL_m_Rotation_set, doc=)
static

Definition at line 17185 of file pcbnew.py.

◆ m_Scale

pcbnew.FP_3DMODEL.m_Scale = property(_pcbnew.FP_3DMODEL_m_Scale_get, _pcbnew.FP_3DMODEL_m_Scale_set, doc=)
static

Definition at line 17184 of file pcbnew.py.

◆ m_Show

pcbnew.FP_3DMODEL.m_Show = property(_pcbnew.FP_3DMODEL_m_Show_get, _pcbnew.FP_3DMODEL_m_Show_set, doc=)
static

Definition at line 17189 of file pcbnew.py.

◆ thisown

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

Definition at line 17178 of file pcbnew.py.


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