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

Public Member Functions

 __init__ (self)
 

Properties

 thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag")
 
 bounding_box = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_set, doc=)
 
 bounding_box_timestamp = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_timestamp_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_timestamp_set, doc=)
 
 text_excluded_bbox = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_set, doc=)
 
 text_excluded_bbox_timestamp = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_timestamp_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_timestamp_set, doc=)
 
 hull = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_set, doc=)
 
 hull_timestamp = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_timestamp_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_timestamp_set, doc=)
 

Detailed Description

Proxy of C++ FOOTPRINT_GEOMETRY_CACHE_DATA class.

Definition at line 22693 of file pcbnew.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 22705 of file pcbnew.py.

Property Documentation

◆ bounding_box

pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA.bounding_box = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_set, doc=)
static

Definition at line 22698 of file pcbnew.py.

◆ bounding_box_timestamp

pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA.bounding_box_timestamp = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_timestamp_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_bounding_box_timestamp_set, doc=)
static

Definition at line 22699 of file pcbnew.py.

◆ hull

pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA.hull = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_set, doc=)
static

Definition at line 22702 of file pcbnew.py.

◆ hull_timestamp

pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA.hull_timestamp = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_timestamp_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_hull_timestamp_set, doc=)
static

Definition at line 22703 of file pcbnew.py.

◆ text_excluded_bbox

pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA.text_excluded_bbox = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_set, doc=)
static

Definition at line 22700 of file pcbnew.py.

◆ text_excluded_bbox_timestamp

pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA.text_excluded_bbox_timestamp = property(_pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_timestamp_get, _pcbnew.FOOTPRINT_GEOMETRY_CACHE_DATA_text_excluded_bbox_timestamp_set, doc=)
static

Definition at line 22701 of file pcbnew.py.

◆ thisown

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

Definition at line 22696 of file pcbnew.py.


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