KiCad PCB EDA Suite
Loading...
Searching...
No Matches
exporter_vrml.h File Reference

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
}
 

Macro Definition Documentation

◆ ART_OFFSET

#define ART_OFFSET   0.025

Definition at line 26 of file exporter_vrml.h.

◆ PLATE_OFFSET

#define PLATE_OFFSET   0.005

Definition at line 28 of file exporter_vrml.h.

Enumeration Type Documentation

◆ 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.