KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
pcbnew.PLOT_PARAMS Class Reference
Inheritance diagram for pcbnew.PLOT_PARAMS:
Inheritance graph
[legend]

Public Member Functions

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

Properties

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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 8760 of file pcbnew.py.

Member Function Documentation

◆ GetDXFPlotMode()

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

Definition at line 8752 of file pcbnew.py.

◆ GetTextMode()

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

Definition at line 8756 of file pcbnew.py.

Property Documentation

◆ thisown

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


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