KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.FP_3DMODEL Class Reference
Inheritance diagram for pcbnew.FP_3DMODEL:

Public Member Functions

 __init__ (self)
 
 __eq__ (self, aOther)
 

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 21376 of file pcbnew.py.

Member Function Documentation

◆ __eq__()

pcbnew.FP_3DMODEL.__eq__ ( self,
aOther )
__eq__(FP_3DMODEL self, FP_3DMODEL aOther) -> bool

Definition at line 21386 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 21383 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 21381 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 21382 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 21380 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 21379 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 21384 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 21373 of file pcbnew.py.


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