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

Public Member Functions

 GetBoundingBox (self)
 
 Translate (self, aX, aY, aZ)
 
 Scale (self, aScale)
 
 SaveSTEP (self, aFileName)
 
 __init__ (self)
 

Static Public Member Functions

 LoadSTEP (aFileName)
 

Properties

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

Detailed Description

Proxy of C++ UTILS_STEP_MODEL class.

Definition at line 3983 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 4010 of file pcbnew.py.

Member Function Documentation

◆ 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.

Property Documentation

◆ thisown

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

Definition at line 3986 of file pcbnew.py.


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