|
def | __init__ (self, aPcb) |
|
def | GetOffset (self) |
|
def | SetRouteModeForOvalHoles (self, aUseRouteModeForOvalHoles) |
|
def | SetFormat (self, *args) |
|
def | SetOptions (self, aMirror, aMinimalHeader, aOffset, aMerge_PTH_NPTH) |
|
def | CreateDrillandMapFilesSet (self, aPlotDirectory, aGenDrill, aGenMap, aReporter=None) |
|
def | __init__ (self, *args, **kwargs) |
|
def | SetMergeOption (self, aMerge) |
|
def | GetOffset (self) |
|
def | SetPageInfo (self, aPageInfo) |
|
def | SetMapFileFormat (self, aMapFmt) |
|
def | CreateMapFilesSet (self, aPlotDirectory, aReporter=None) |
|
def | GenDrillReportFile (self, aFullFileName) |
|
def | GetDrillFileExt (self) |
|
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
property | thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
|
|
_pcbnew | DECIMAL_FORMAT = _pcbnew.GENDRILL_WRITER_BASE_DECIMAL_FORMAT |
|
_pcbnew | SUPPRESS_LEADING = _pcbnew.GENDRILL_WRITER_BASE_SUPPRESS_LEADING |
|
_pcbnew | SUPPRESS_TRAILING = _pcbnew.GENDRILL_WRITER_BASE_SUPPRESS_TRAILING |
|
_pcbnew | KEEP_ZEROS = _pcbnew.GENDRILL_WRITER_BASE_KEEP_ZEROS |
|
_pcbnew | PTH_FILE = _pcbnew.GENDRILL_WRITER_BASE_PTH_FILE |
|
_pcbnew | NPTH_FILE = _pcbnew.GENDRILL_WRITER_BASE_NPTH_FILE |
|
_pcbnew | MIXED_FILE = _pcbnew.GENDRILL_WRITER_BASE_MIXED_FILE |
|
Proxy of C++ EXCELLON_WRITER class.
Definition at line 8921 of file pcbnew.py.
◆ __init__()
def pcbnew.EXCELLON_WRITER.__init__ |
( |
|
self, |
|
|
|
aPcb |
|
) |
| |
◆ CreateDrillandMapFilesSet()
def pcbnew.EXCELLON_WRITER.CreateDrillandMapFilesSet |
( |
|
self, |
|
|
|
aPlotDirectory, |
|
|
|
aGenDrill, |
|
|
|
aGenMap, |
|
|
|
aReporter = None |
|
) |
| |
CreateDrillandMapFilesSet(EXCELLON_WRITER self, wxString aPlotDirectory, bool aGenDrill, bool aGenMap, REPORTER * aReporter=None) -> bool
Definition at line 8948 of file pcbnew.py.
◆ GetOffset()
def pcbnew.EXCELLON_WRITER.GetOffset |
( |
|
self | ) |
|
◆ SetFormat()
def 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 8940 of file pcbnew.py.
◆ SetOptions()
def pcbnew.EXCELLON_WRITER.SetOptions |
( |
|
self, |
|
|
|
aMirror, |
|
|
|
aMinimalHeader, |
|
|
|
aOffset, |
|
|
|
aMerge_PTH_NPTH |
|
) |
| |
SetOptions(EXCELLON_WRITER self, bool aMirror, bool aMinimalHeader, VECTOR2I aOffset, bool aMerge_PTH_NPTH)
Definition at line 8944 of file pcbnew.py.
◆ SetRouteModeForOvalHoles()
def pcbnew.EXCELLON_WRITER.SetRouteModeForOvalHoles |
( |
|
self, |
|
|
|
aUseRouteModeForOvalHoles |
|
) |
| |
SetRouteModeForOvalHoles(EXCELLON_WRITER self, bool aUseRouteModeForOvalHoles)
Definition at line 8936 of file pcbnew.py.
◆ thisown
property 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: