KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dcode.cpp File Reference

D_CODE class implementation. More...

#include <trigo.h>
#include <gerbview_frame.h>
#include <gerber_file_image.h>
#include <eda_units.h>
#include <convert_basic_shapes_to_polygon.h>

Go to the source code of this file.

Macros

#define DCODE_DEFAULT_SIZE   gerbIUScale.mmToIU( 0.1 )
 
#define SEGS_CNT   64
 

Functions

static void addHoleToPolygon (SHAPE_POLY_SET *aPolygon, APERTURE_DEF_HOLETYPE aHoleShape, const VECTOR2I &aSize, const VECTOR2I &aAnchorPos)
 

Detailed Description

D_CODE class implementation.

Definition in file dcode.cpp.

Macro Definition Documentation

◆ DCODE_DEFAULT_SIZE

#define DCODE_DEFAULT_SIZE   gerbIUScale.mmToIU( 0.1 )

Definition at line 37 of file dcode.cpp.

◆ SEGS_CNT

#define SEGS_CNT   64

Definition at line 289 of file dcode.cpp.

Function Documentation

◆ addHoleToPolygon()