|
| 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) |
| |
| 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) |
| |
|
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
| | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
Proxy of C++ GERBER_WRITER class.
Definition at line 7039 of file pcbnew.py.
◆ __init__()
| def pcbnew.GERBER_WRITER.__init__ |
( |
|
self, |
|
|
"BOARD" |
aPcb |
|
) |
| |
◆ 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.
◆ thisown
| pcbnew.GERBER_WRITER.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: