KiCad Pcbnew Python Scripting
All Classes Namespaces Files Functions Variables Properties
Public Member Functions | Static Public Member Functions | Properties | List of all members
pcbnew.PLACE_FILE_EXPORTER Class Reference
Inheritance diagram for pcbnew.PLACE_FILE_EXPORTER:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, aBoard, aUnitsMM, aOnlySMD, aExcludeAllTH, aExcludeDNP, aTopSide, aBottomSide, aFormatCSV, aUseAuxOrigin, aNegateBottomX)
 
def GenPositionData (self)
 
def GenReportData (self)
 
def GetFootprintCount (self)
 

Static Public Member Functions

def GetFrontSideName ()
 
def GetBackSideName ()
 
def DecorateFilename (aBaseName, aFront, aBack)
 

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++ PLACE_FILE_EXPORTER class.

Definition at line 9033 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.PLACE_FILE_EXPORTER.__init__ (   self,
  aBoard,
  aUnitsMM,
  aOnlySMD,
  aExcludeAllTH,
  aExcludeDNP,
  aTopSide,
  aBottomSide,
  aFormatCSV,
  aUseAuxOrigin,
  aNegateBottomX 
)
__init__(PLACE_FILE_EXPORTER self, BOARD aBoard, bool aUnitsMM, bool aOnlySMD, bool aExcludeAllTH, bool aExcludeDNP, bool aTopSide, bool aBottomSide, bool aFormatCSV, bool aUseAuxOrigin, bool aNegateBottomX) -> PLACE_FILE_EXPORTER

Definition at line 9039 of file pcbnew.py.

Member Function Documentation

◆ DecorateFilename()

def pcbnew.PLACE_FILE_EXPORTER.DecorateFilename (   aBaseName,
  aFront,
  aBack 
)
static
DecorateFilename(wxString aBaseName, bool aFront, bool aBack) -> wxString

Definition at line 9066 of file pcbnew.py.

◆ GenPositionData()

def pcbnew.PLACE_FILE_EXPORTER.GenPositionData (   self)
GenPositionData(PLACE_FILE_EXPORTER self) -> string

Definition at line 9043 of file pcbnew.py.

◆ GenReportData()

def pcbnew.PLACE_FILE_EXPORTER.GenReportData (   self)
GenReportData(PLACE_FILE_EXPORTER self) -> string

Definition at line 9047 of file pcbnew.py.

◆ GetBackSideName()

def pcbnew.PLACE_FILE_EXPORTER.GetBackSideName ( )
static
GetBackSideName() -> string

Definition at line 9061 of file pcbnew.py.

◆ GetFootprintCount()

def pcbnew.PLACE_FILE_EXPORTER.GetFootprintCount (   self)
GetFootprintCount(PLACE_FILE_EXPORTER self) -> int

Definition at line 9051 of file pcbnew.py.

◆ GetFrontSideName()

def pcbnew.PLACE_FILE_EXPORTER.GetFrontSideName ( )
static
GetFrontSideName() -> string

Definition at line 9056 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 9036 of file pcbnew.py.


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