|
def | __init__ (self, "BOARD" aPcb) |
|
"wxPoint" | GetOffset (self) |
|
"void" | SetRouteModeForOvalHoles (self, "bool" aUseRouteModeForOvalHoles) |
|
"void" | SetFormat (self, *args) |
|
"void" | SetOptions (self, "bool" aMirror, "bool" aMinimalHeader, "wxPoint" aOffset, "bool" aMerge_PTH_NPTH) |
|
"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++ EXCELLON_WRITER class.
Definition at line 7005 of file pcbnew.py.
◆ __init__()
def pcbnew.EXCELLON_WRITER.__init__ |
( |
|
self, |
|
|
"BOARD" |
aPcb |
|
) |
| |
◆ CreateDrillandMapFilesSet()
"void" pcbnew.EXCELLON_WRITER.CreateDrillandMapFilesSet |
( |
|
self, |
|
|
"wxString" |
aPlotDirectory, |
|
|
"bool" |
aGenDrill, |
|
|
"bool" |
aGenMap, |
|
|
"REPORTER *" |
aReporter = None |
|
) |
| |
CreateDrillandMapFilesSet(EXCELLON_WRITER self, wxString aPlotDirectory, bool aGenDrill, bool aGenMap, REPORTER * aReporter=None)
Definition at line 7032 of file pcbnew.py.
◆ GetOffset()
"wxPoint" pcbnew.EXCELLON_WRITER.GetOffset |
( |
|
self | ) |
|
◆ SetFormat()
"void" pcbnew.EXCELLON_WRITER.SetFormat |
( |
|
self, |
|
|
* |
args |
|
) |
| |
SetFormat(EXCELLON_WRITER self, bool aMetric, GENDRILL_WRITER_BASE::ZEROS_FMT aZerosFmt=DECIMAL_FORMAT, int aLeftDigits=0, int aRightDigits=0)
Definition at line 7024 of file pcbnew.py.
◆ SetOptions()
"void" pcbnew.EXCELLON_WRITER.SetOptions |
( |
|
self, |
|
|
"bool" |
aMirror, |
|
|
"bool" |
aMinimalHeader, |
|
|
"wxPoint" |
aOffset, |
|
|
"bool" |
aMerge_PTH_NPTH |
|
) |
| |
SetOptions(EXCELLON_WRITER self, bool aMirror, bool aMinimalHeader, wxPoint aOffset, bool aMerge_PTH_NPTH)
Definition at line 7028 of file pcbnew.py.
◆ SetRouteModeForOvalHoles()
"void" pcbnew.EXCELLON_WRITER.SetRouteModeForOvalHoles |
( |
|
self, |
|
|
"bool" |
aUseRouteModeForOvalHoles |
|
) |
| |
SetRouteModeForOvalHoles(EXCELLON_WRITER self, bool aUseRouteModeForOvalHoles)
Definition at line 7020 of file pcbnew.py.
◆ thisown
pcbnew.EXCELLON_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: