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

Public Member Functions

def __init__ (self, *args)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 m_FirstArcIdx = property(_pcbnew.CLIPPER_Z_VALUE_m_FirstArcIdx_get, _pcbnew.CLIPPER_Z_VALUE_m_FirstArcIdx_set, doc=)
 
 m_SecondArcIdx = property(_pcbnew.CLIPPER_Z_VALUE_m_SecondArcIdx_get, _pcbnew.CLIPPER_Z_VALUE_m_SecondArcIdx_set, doc=)
 

Detailed Description

Proxy of C++ CLIPPER_Z_VALUE class.

Definition at line 4674 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

def pcbnew.CLIPPER_Z_VALUE.__init__ (   self,
args 
)
    __init__(CLIPPER_Z_VALUE self) -> CLIPPER_Z_VALUE
    __init__(CLIPPER_Z_VALUE self, std::pair< ssize_t,ssize_t > const aShapeIndices, ssize_t aOffset=0) -> CLIPPER_Z_VALUE

Definition at line 4680 of file pcbnew.py.

Here is the caller graph for this function:

Property Documentation

◆ m_FirstArcIdx

pcbnew.CLIPPER_Z_VALUE.m_FirstArcIdx = property(_pcbnew.CLIPPER_Z_VALUE_m_FirstArcIdx_get, _pcbnew.CLIPPER_Z_VALUE_m_FirstArcIdx_set, doc=)
static

Definition at line 4686 of file pcbnew.py.

◆ m_SecondArcIdx

pcbnew.CLIPPER_Z_VALUE.m_SecondArcIdx = property(_pcbnew.CLIPPER_Z_VALUE_m_SecondArcIdx_get, _pcbnew.CLIPPER_Z_VALUE_m_SecondArcIdx_set, doc=)
static

Definition at line 4687 of file pcbnew.py.

◆ thisown

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

Definition at line 4677 of file pcbnew.py.


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