KiCad PCB EDA Suite
|
Go to the source code of this file.
Classes | |
struct | VRML_COLOR |
class | EXPORTER_PCB_VRML |
Macros | |
#define | ART_OFFSET 0.025 |
#define | PLATE_OFFSET 0.005 |
Enumerations | |
enum | VRML_COLOR_INDEX { VRML_COLOR_NONE = -1 , VRML_COLOR_PCB = 0 , VRML_COLOR_COPPER , VRML_COLOR_TOP_SOLDMASK , VRML_COLOR_BOT_SOLDMASK , VRML_COLOR_PASTE , VRML_COLOR_TOP_SILK , VRML_COLOR_BOT_SILK , VRML_COLOR_LAST } |
#define ART_OFFSET 0.025 |
Definition at line 26 of file exporter_vrml.h.
#define PLATE_OFFSET 0.005 |
Definition at line 28 of file exporter_vrml.h.
enum VRML_COLOR_INDEX |
Enumerator | |
---|---|
VRML_COLOR_NONE | |
VRML_COLOR_PCB | |
VRML_COLOR_COPPER | |
VRML_COLOR_TOP_SOLDMASK | |
VRML_COLOR_BOT_SOLDMASK | |
VRML_COLOR_PASTE | |
VRML_COLOR_TOP_SILK | |
VRML_COLOR_BOT_SILK | |
VRML_COLOR_LAST |
Definition at line 32 of file exporter_vrml.h.