|
| __init__ (self, aPcb) |
|
| SetFormat (self, aRightDigits=6) |
|
| SetOptions (self, aOffset) |
|
| CreateDrillandMapFilesSet (self, aPlotDirectory, aGenDrill, aGenMap, aGenTenting, aReporter=None) |
|
| __init__ (self, *args, **kwargs) |
|
| SetMergeOption (self, aMerge) |
|
| GetOffset (self) |
|
| SetPageInfo (self, aPageInfo) |
|
| SetMapFileFormat (self, aMapFmt) |
|
| CreateMapFilesSet (self, aPlotDirectory, aReporter=None) |
|
| GenDrillReportFile (self, aFullFileName) |
|
| GetDrillFileExt (self) |
|
|
| 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 9424 of file pcbnew.py.
◆ __init__()
pcbnew.GERBER_WRITER.__init__ |
( |
| self, |
|
|
| aPcb ) |
__init__(GERBER_WRITER self, BOARD aPcb) -> GERBER_WRITER
Definition at line 9430 of file pcbnew.py.
◆ CreateDrillandMapFilesSet()
pcbnew.GERBER_WRITER.CreateDrillandMapFilesSet |
( |
| self, |
|
|
| aPlotDirectory, |
|
|
| aGenDrill, |
|
|
| aGenMap, |
|
|
| aGenTenting, |
|
|
| aReporter = None ) |
CreateDrillandMapFilesSet(GERBER_WRITER self, wxString aPlotDirectory, bool aGenDrill, bool aGenMap, bool aGenTenting, REPORTER * aReporter=None) -> bool
Definition at line 9443 of file pcbnew.py.
◆ SetFormat()
pcbnew.GERBER_WRITER.SetFormat |
( |
| self, |
|
|
| aRightDigits = 6 ) |
SetFormat(GERBER_WRITER self, int aRightDigits=6)
Definition at line 9435 of file pcbnew.py.
◆ SetOptions()
pcbnew.GERBER_WRITER.SetOptions |
( |
| self, |
|
|
| aOffset ) |
SetOptions(GERBER_WRITER self, VECTOR2I aOffset)
Definition at line 9439 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: