| 
| def  | __init__ (self, aPcb) | 
|   | 
| def  | SetFormat (self, aRightDigits=6) | 
|   | 
| def  | SetOptions (self, aOffset) | 
|   | 
| 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) | 
|   | 
 | 
|   | 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 9425 of file pcbnew.py.
 
◆ __init__()
      
        
          | def pcbnew.GERBER_WRITER.__init__  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aPcb  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ CreateDrillandMapFilesSet()
      
        
          | def pcbnew.GERBER_WRITER.CreateDrillandMapFilesSet  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aPlotDirectory,  | 
        
        
           | 
           | 
            | 
          aGenDrill,  | 
        
        
           | 
           | 
            | 
          aGenMap,  | 
        
        
           | 
           | 
            | 
          aReporter = None  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
CreateDrillandMapFilesSet(GERBER_WRITER self, wxString aPlotDirectory, bool aGenDrill, bool aGenMap, REPORTER * aReporter=None) -> bool
 
Definition at line 9444 of file pcbnew.py.
 
 
◆ SetFormat()
      
        
          | def pcbnew.GERBER_WRITER.SetFormat  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aRightDigits = 6  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
SetFormat(GERBER_WRITER self, int aRightDigits=6)
 
Definition at line 9436 of file pcbnew.py.
 
 
◆ SetOptions()
      
        
          | def pcbnew.GERBER_WRITER.SetOptions  | 
          ( | 
            | 
          self,  | 
        
        
           | 
           | 
            | 
          aOffset  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
SetOptions(GERBER_WRITER self, VECTOR2I aOffset)
 
Definition at line 9440 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: