|
property | 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 3637 of file pcbnew.py.
◆ __init__()
def pcbnew.UTILS_STEP_MODEL.__init__ |
( |
|
self | ) |
|
__init__(UTILS_STEP_MODEL self) -> UTILS_STEP_MODEL
Definition at line 3664 of file pcbnew.py.
◆ GetBoundingBox()
def pcbnew.UTILS_STEP_MODEL.GetBoundingBox |
( |
|
self | ) |
|
GetBoundingBox(UTILS_STEP_MODEL self) -> UTILS_BOX3D
Definition at line 3643 of file pcbnew.py.
◆ LoadSTEP()
def pcbnew.UTILS_STEP_MODEL.LoadSTEP |
( |
|
aFileName | ) |
|
|
static |
LoadSTEP(wxString aFileName) -> UTILS_STEP_MODEL
Definition at line 3660 of file pcbnew.py.
◆ SaveSTEP()
def pcbnew.UTILS_STEP_MODEL.SaveSTEP |
( |
|
self, |
|
|
|
aFileName |
|
) |
| |
SaveSTEP(UTILS_STEP_MODEL self, wxString aFileName) -> bool
Definition at line 3655 of file pcbnew.py.
◆ Scale()
def pcbnew.UTILS_STEP_MODEL.Scale |
( |
|
self, |
|
|
|
aScale |
|
) |
| |
Scale(UTILS_STEP_MODEL self, double aScale)
Definition at line 3651 of file pcbnew.py.
◆ Translate()
def pcbnew.UTILS_STEP_MODEL.Translate |
( |
|
self, |
|
|
|
aX, |
|
|
|
aY, |
|
|
|
aZ |
|
) |
| |
Translate(UTILS_STEP_MODEL self, double aX, double aY, double aZ)
Definition at line 3647 of file pcbnew.py.
◆ thisown
property 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: