KiCad Pcbnew Python Scripting
Public Member Functions | Properties | List of all members
pcbnew.GERBER_WRITER Class Reference
Inheritance diagram for pcbnew.GERBER_WRITER:
Inheritance graph
[legend]

Public Member Functions

def __init__ (self, "BOARD" aPcb)
 
"void" SetFormat (self, "int" aRightDigits=6)
 
"void" SetOptions (self, "wxPoint" aOffset)
 
"void" CreateDrillandMapFilesSet (self, "wxString" aPlotDirectory, "bool" aGenDrill, "bool" aGenMap, "REPORTER *" aReporter=None)
 
- Public Member Functions inherited from pcbnew.GENDRILL_WRITER_BASE
def __init__ (self, *args, **kwargs)
 
"void" SetMergeOption (self, "bool" aMerge)
 
"wxPoint" GetOffset (self)
 
"void" SetPageInfo (self, "PAGE_INFO const *" aPageInfo)
 
"void" SetMapFileFormat (self, "PLOT_FORMAT" aMapFmt)
 
"void" CreateMapFilesSet (self, "wxString" aPlotDirectory, "REPORTER *" aReporter=None)
 
"bool" GenDrillReportFile (self, "wxString" aFullFileName)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
- Properties inherited from pcbnew.GENDRILL_WRITER_BASE
 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Additional Inherited Members

- Static Public Attributes inherited from pcbnew.GENDRILL_WRITER_BASE
 DECIMAL_FORMAT = _pcbnew.GENDRILL_WRITER_BASE_DECIMAL_FORMAT
 
 SUPPRESS_LEADING = _pcbnew.GENDRILL_WRITER_BASE_SUPPRESS_LEADING
 
 SUPPRESS_TRAILING = _pcbnew.GENDRILL_WRITER_BASE_SUPPRESS_TRAILING
 
 KEEP_ZEROS = _pcbnew.GENDRILL_WRITER_BASE_KEEP_ZEROS
 
 PTH_FILE = _pcbnew.GENDRILL_WRITER_BASE_PTH_FILE
 
 NPTH_FILE = _pcbnew.GENDRILL_WRITER_BASE_NPTH_FILE
 
 MIXED_FILE = _pcbnew.GENDRILL_WRITER_BASE_MIXED_FILE
 

Detailed Description

Proxy of C++ GERBER_WRITER class.

Definition at line 7039 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.GERBER_WRITER.__init__ (   self,
"BOARD"  aPcb 
)
__init__(GERBER_WRITER self, BOARD aPcb) -> GERBER_WRITER

Reimplemented from pcbnew.GENDRILL_WRITER_BASE.

Definition at line 7045 of file pcbnew.py.

Member Function Documentation

◆ CreateDrillandMapFilesSet()

"void" pcbnew.GERBER_WRITER.CreateDrillandMapFilesSet (   self,
"wxString"  aPlotDirectory,
"bool"  aGenDrill,
"bool"  aGenMap,
"REPORTER *"  aReporter = None 
)
CreateDrillandMapFilesSet(GERBER_WRITER self, wxString aPlotDirectory, bool aGenDrill, bool aGenMap, REPORTER * aReporter=None)

Definition at line 7058 of file pcbnew.py.

◆ SetFormat()

"void" pcbnew.GERBER_WRITER.SetFormat (   self,
"int"  aRightDigits = 6 
)
SetFormat(GERBER_WRITER self, int aRightDigits=6)

Definition at line 7050 of file pcbnew.py.

◆ SetOptions()

"void" pcbnew.GERBER_WRITER.SetOptions (   self,
"wxPoint"  aOffset 
)
SetOptions(GERBER_WRITER self, wxPoint aOffset)

Definition at line 7054 of file pcbnew.py.

Property Documentation

◆ thisown

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

Definition at line 7042 of file pcbnew.py.


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