KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_Scale = property(_pcbnew.FP_3DMODEL_m_Scale_get, _pcbnew.FP_3DMODEL_m_Scale_set, doc=)
 
property m_Rotation = property(_pcbnew.FP_3DMODEL_m_Rotation_get, _pcbnew.FP_3DMODEL_m_Rotation_set, doc=)
 
property m_Offset = property(_pcbnew.FP_3DMODEL_m_Offset_get, _pcbnew.FP_3DMODEL_m_Offset_set, doc=)
 
property m_Opacity = property(_pcbnew.FP_3DMODEL_m_Opacity_get, _pcbnew.FP_3DMODEL_m_Opacity_set, doc=)
 
property m_Filename = property(_pcbnew.FP_3DMODEL_m_Filename_get, _pcbnew.FP_3DMODEL_m_Filename_set, doc=)
 
property 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 18253 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 18259 of file pcbnew.py.

Property Documentation

◆ m_Filename

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

Definition at line 18266 of file pcbnew.py.

◆ m_Offset

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

Definition at line 18264 of file pcbnew.py.

◆ m_Opacity

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

Definition at line 18265 of file pcbnew.py.

◆ m_Rotation

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

Definition at line 18263 of file pcbnew.py.

◆ m_Scale

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

Definition at line 18262 of file pcbnew.py.

◆ m_Show

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

Definition at line 18267 of file pcbnew.py.

◆ thisown

property 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 18256 of file pcbnew.py.


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