KiCad Pcbnew Python Scripting
Loading...
Searching...
No Matches
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

property thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
property m_FirstArcIdx = property(_pcbnew.CLIPPER_Z_VALUE_m_FirstArcIdx_get, _pcbnew.CLIPPER_Z_VALUE_m_FirstArcIdx_set, doc=)
 
property 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 6446 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 6452 of file pcbnew.py.

Here is the caller graph for this function:

Property Documentation

◆ m_FirstArcIdx

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

◆ m_SecondArcIdx

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

◆ thisown

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


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