|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
Proxy of C++ UTILS_STEP_MODEL class.
Definition at line 3983 of file pcbnew.py.
◆ __init__()
pcbnew.UTILS_STEP_MODEL.__init__ |
( |
| self | ) |
|
__init__(UTILS_STEP_MODEL self) -> UTILS_STEP_MODEL
Definition at line 4010 of file pcbnew.py.
◆ GetBoundingBox()
pcbnew.UTILS_STEP_MODEL.GetBoundingBox |
( |
| self | ) |
|
GetBoundingBox(UTILS_STEP_MODEL self) -> UTILS_BOX3D
Definition at line 3989 of file pcbnew.py.
◆ LoadSTEP()
pcbnew.UTILS_STEP_MODEL.LoadSTEP |
( |
| aFileName | ) |
|
|
static |
LoadSTEP(wxString aFileName) -> UTILS_STEP_MODEL
Definition at line 4006 of file pcbnew.py.
◆ SaveSTEP()
pcbnew.UTILS_STEP_MODEL.SaveSTEP |
( |
| self, |
|
|
| aFileName ) |
SaveSTEP(UTILS_STEP_MODEL self, wxString aFileName) -> bool
Definition at line 4001 of file pcbnew.py.
◆ Scale()
pcbnew.UTILS_STEP_MODEL.Scale |
( |
| self, |
|
|
| aScale ) |
Scale(UTILS_STEP_MODEL self, double aScale)
Definition at line 3997 of file pcbnew.py.
◆ Translate()
pcbnew.UTILS_STEP_MODEL.Translate |
( |
| self, |
|
|
| aX, |
|
|
| aY, |
|
|
| aZ ) |
Translate(UTILS_STEP_MODEL self, double aX, double aY, double aZ)
Definition at line 3993 of file pcbnew.py.
◆ thisown
pcbnew.UTILS_STEP_MODEL.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
static |
The documentation for this class was generated from the following file: