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

Public Member Functions

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

Constructor & Destructor Documentation

◆ __init__()

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

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 6479 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 6480 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 6470 of file pcbnew.py.


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