KiCad PCB EDA Suite
Loading...
Searching...
No Matches
THIEVING_SETTINGS Struct Reference

Parameters that drive copper-thieving fill generation. More...

#include <zone_settings.h>

Public Member Functions

bool operator== (const THIEVING_SETTINGS &aOther) const
 

Public Attributes

THIEVING_PATTERN pattern = THIEVING_PATTERN::DOTS
 
int element_size = 0
 
int gap = 0
 
int line_width = 0
 
bool stagger = false
 
EDA_ANGLE orientation = ANGLE_0
 

Detailed Description

Parameters that drive copper-thieving fill generation.

Thieving zones are netless: fabricators plate the stamps along with real features to even out current density, but they participate in no electrical net. Geometry is described in board internal units except for rotation.

Definition at line 74 of file zone_settings.h.

Member Function Documentation

◆ operator==()

bool THIEVING_SETTINGS::operator== ( const THIEVING_SETTINGS & aOther) const
inline

Definition at line 84 of file zone_settings.h.

References element_size, gap, line_width, orientation, pattern, and stagger.

Member Data Documentation

◆ element_size

◆ gap

◆ line_width

◆ orientation

◆ pattern

◆ stagger


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