KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Properties | List of all members
pcbnew.UTILS_STEP_MODEL Class Reference
Inheritance diagram for pcbnew.UTILS_STEP_MODEL:
Inheritance graph
[legend]

Public Member Functions

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

Static Public Member Functions

def LoadSTEP (aFileName)
 

Properties

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 4043 of file pcbnew.py.

Member Function Documentation

◆ GetBoundingBox()

def pcbnew.UTILS_STEP_MODEL.GetBoundingBox (   self)
GetBoundingBox(UTILS_STEP_MODEL self) -> UTILS_BOX3D

Definition at line 4022 of file pcbnew.py.

◆ LoadSTEP()

def pcbnew.UTILS_STEP_MODEL.LoadSTEP (   aFileName)
static
LoadSTEP(wxString aFileName) -> UTILS_STEP_MODEL

Definition at line 4039 of file pcbnew.py.

◆ SaveSTEP()

def pcbnew.UTILS_STEP_MODEL.SaveSTEP (   self,
  aFileName 
)
SaveSTEP(UTILS_STEP_MODEL self, wxString aFileName) -> bool

Definition at line 4034 of file pcbnew.py.

◆ Scale()

def pcbnew.UTILS_STEP_MODEL.Scale (   self,
  aScale 
)
Scale(UTILS_STEP_MODEL self, double aScale)

Definition at line 4030 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 4026 of file pcbnew.py.

Property Documentation

◆ 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

Definition at line 4019 of file pcbnew.py.


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