KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pad.h File Reference
#include <mutex>
#include <array>
#include <zones.h>
#include <board_connected_item.h>
#include <geometry/shape_poly_set.h>
#include <geometry/shape_compound.h>
#include <pad_shapes.h>
#include <geometry/eda_angle.h>
#include <geometry/geometry_utils.h>
#include <core/arraydim.h>

Go to the source code of this file.

Classes

class  PAD
 

Namespaces

namespace  KIGFX
 The Cairo implementation of the graphics abstraction layer.
 

Enumerations

enum  CUST_PAD_SHAPE_IN_ZONE { CUST_PAD_SHAPE_IN_ZONE_OUTLINE , CUST_PAD_SHAPE_IN_ZONE_CONVEXHULL }
 

Enumeration Type Documentation

◆ CUST_PAD_SHAPE_IN_ZONE

Enumerator
CUST_PAD_SHAPE_IN_ZONE_OUTLINE 
CUST_PAD_SHAPE_IN_ZONE_CONVEXHULL 

Definition at line 43 of file pad.h.