KiCad PCB EDA Suite
|
#include <gal/3d/camera.h>
#include "board_adapter.h"
#include <board_design_settings.h>
#include <board_stackup_manager/board_stackup.h>
#include <board_stackup_manager/stackup_predefined_prms.h>
#include <3d_rendering/raytracing/shapes2D/polygon_2d.h>
#include <board.h>
#include <dialogs/dialog_color_picker.h>
#include <layer_range.h>
#include <3d_math.h>
#include "3d_fastmath.h"
#include <geometry/geometry_utils.h>
#include <lset.h>
#include <pgm_base.h>
#include <settings/settings_manager.h>
#include <wx/log.h>
#include <pcbnew_settings.h>
#include <advanced_config.h>
Go to the source code of this file.
Macros | |
#define | DEFAULT_BOARD_THICKNESS pcbIUScale.mmToIU( 1.6 ) |
#define | DEFAULT_COPPER_THICKNESS pcbIUScale.mmToIU( 0.035 ) |
#define | DEFAULT_TECH_LAYER_THICKNESS pcbIUScale.mmToIU( 0.025 ) |
#define | SOLDERPASTE_LAYER_THICKNESS pcbIUScale.mmToIU( 0.04 ) |
#define | ADD_COLOR(list, r, g, b, a, name) list.emplace_back( r/255.0, g/255.0, b/255.0, a, name ) |
#define | layerThicknessMargin 1.1 |
Variables | |
float | g_BevelThickness3DU = 0.0f |
static bool | g_ColorsLoaded = false |
#define ADD_COLOR | ( | list, | |
r, | |||
g, | |||
b, | |||
a, | |||
name | |||
) | list.emplace_back( r/255.0, g/255.0, b/255.0, a, name ) |
#define DEFAULT_BOARD_THICKNESS pcbIUScale.mmToIU( 1.6 ) |
Definition at line 46 of file board_adapter.cpp.
#define DEFAULT_COPPER_THICKNESS pcbIUScale.mmToIU( 0.035 ) |
Definition at line 47 of file board_adapter.cpp.
#define DEFAULT_TECH_LAYER_THICKNESS pcbIUScale.mmToIU( 0.025 ) |
Definition at line 49 of file board_adapter.cpp.
#define layerThicknessMargin 1.1 |
#define SOLDERPASTE_LAYER_THICKNESS pcbIUScale.mmToIU( 0.04 ) |
Definition at line 52 of file board_adapter.cpp.
float g_BevelThickness3DU = 0.0f |
Definition at line 72 of file board_adapter.cpp.
Referenced by BOARD_ADAPTER::InitSettings(), and LAYER_ITEM::Intersect().
|
static |
Definition at line 74 of file board_adapter.cpp.
Referenced by BOARD_ADAPTER::BOARD_ADAPTER(), and EXPORTER_PCB_VRML::initStaticColorList().