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

Public Member Functions

 GetDXFPlotMode (self)
 
 GetTextMode (self)
 
 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 

Detailed Description

Proxy of C++ PLOT_PARAMS class.

Definition at line 8814 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

pcbnew.PLOT_PARAMS.__init__ ( self)
__init__(PLOT_PARAMS self) -> PLOT_PARAMS

Definition at line 8828 of file pcbnew.py.

Member Function Documentation

◆ GetDXFPlotMode()

pcbnew.PLOT_PARAMS.GetDXFPlotMode ( self)
GetDXFPlotMode(PLOT_PARAMS self) -> DXF_OUTLINE_MODE

Definition at line 8820 of file pcbnew.py.

◆ GetTextMode()

pcbnew.PLOT_PARAMS.GetTextMode ( self)
GetTextMode(PLOT_PARAMS self) -> PLOT_TEXT_MODE

Definition at line 8824 of file pcbnew.py.

Property Documentation

◆ thisown

pcbnew.PLOT_PARAMS.thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
static

Definition at line 8817 of file pcbnew.py.


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