KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
pcbnew.GERBER_WRITER Class Reference
Inheritance diagram for pcbnew.GERBER_WRITER:

Public Member Functions

 __init__ (self, aPcb)
 
 SetFormat (self, aRightDigits=6)
 
 SetOptions (self, aOffset)
 
 CreateDrillandMapFilesSet (self, aPlotDirectory, aGenDrill, aGenMap, aGenTenting, aReporter=None)
 
- Public Member Functions inherited from pcbnew.GENDRILL_WRITER_BASE
 __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)
 

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 9424 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 9430 of file pcbnew.py.

Member Function Documentation

◆ 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.

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 9427 of file pcbnew.py.


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