2013-01-13 16:55:07 +00:00
|
|
|
/*
|
|
|
|
* This program source code file is part of KiCad, a free EDA CAD application.
|
|
|
|
*
|
|
|
|
* Copyright (C) 2009-2013 Lorenzo Mercantonio
|
2014-01-06 20:14:24 +00:00
|
|
|
* Copyright (C) 2014 Cirilo Bernado
|
2013-01-13 16:55:07 +00:00
|
|
|
* Copyright (C) 2013 Jean-Pierre Charras jp.charras at wanadoo.fr
|
2015-04-10 07:30:21 +00:00
|
|
|
* Copyright (C) 2004-2015 KiCad Developers, see change_log.txt for contributors.
|
2013-01-13 16:55:07 +00:00
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or
|
|
|
|
* modify it under the terms of the GNU General Public License
|
|
|
|
* as published by the Free Software Foundation; either version 2
|
|
|
|
* of the License, or (at your option) any later version.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope that it will be useful,
|
|
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
* GNU General Public License for more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program; if not, you may find one here:
|
|
|
|
* http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
|
|
|
|
* or you may search the http://www.gnu.org website for the version 2 license,
|
|
|
|
* or you may write to the Free Software Foundation, Inc.,
|
|
|
|
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|
|
|
|
*/
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
|
2012-01-23 04:33:36 +00:00
|
|
|
#include <fctsys.h>
|
|
|
|
#include <kicad_string.h>
|
|
|
|
#include <wxPcbStruct.h>
|
|
|
|
#include <drawtxt.h>
|
|
|
|
#include <trigo.h>
|
* KIWAY Milestone A): Make major modules into DLL/DSOs.
! The initial testing of this commit should be done using a Debug build so that
all the wxASSERT()s are enabled. Also, be sure and keep enabled the
USE_KIWAY_DLLs option. The tree won't likely build without it. Turning it
off is senseless anyways. If you want stable code, go back to a prior version,
the one tagged with "stable".
* Relocate all functionality out of the wxApp derivative into more finely
targeted purposes:
a) DLL/DSO specific
b) PROJECT specific
c) EXE or process specific
d) configuration file specific data
e) configuration file manipulations functions.
All of this functionality was blended into an extremely large wxApp derivative
and that was incompatible with the desire to support multiple concurrently
loaded DLL/DSO's ("KIFACE")s and multiple concurrently open projects.
An amazing amount of organization come from simply sorting each bit of
functionality into the proper box.
* Switch to wxConfigBase from wxConfig everywhere except instantiation.
* Add classes KIWAY, KIFACE, KIFACE_I, SEARCH_STACK, PGM_BASE, PGM_KICAD,
PGM_SINGLE_TOP,
* Remove "Return" prefix on many function names.
* Remove obvious comments from CMakeLists.txt files, and from else() and endif()s.
* Fix building boost for use in a DSO on linux.
* Remove some of the assumptions in the CMakeLists.txt files that windows had
to be the host platform when building windows binaries.
* Reduce the number of wxStrings being constructed at program load time via
static construction.
* Pass wxConfigBase* to all SaveSettings() and LoadSettings() functions so that
these functions are useful even when the wxConfigBase comes from another
source, as is the case in the KICAD_MANAGER_FRAME.
* Move the setting of the KIPRJMOD environment variable into class PROJECT,
so that it can be moved into a project variable soon, and out of FP_LIB_TABLE.
* Add the KIWAY_PLAYER which is associated with a particular PROJECT, and all
its child wxFrames and wxDialogs now have a Kiway() member function which
returns a KIWAY& that that window tree branch is in support of. This is like
wxWindows DNA in that child windows get this member with proper value at time
of construction.
* Anticipate some of the needs for milestones B) and C) and make code
adjustments now in an effort to reduce work in those milestones.
* No testing has been done for python scripting, since milestone C) has that
being largely reworked and re-thought-out.
2014-03-20 00:42:08 +00:00
|
|
|
#include <pgm_base.h>
|
2012-01-23 04:33:36 +00:00
|
|
|
#include <3d_struct.h>
|
|
|
|
#include <macros.h>
|
2014-06-08 10:35:42 +00:00
|
|
|
#include <exception>
|
|
|
|
#include <fstream>
|
|
|
|
#include <iomanip>
|
2012-01-23 04:33:36 +00:00
|
|
|
|
|
|
|
#include <pcbnew.h>
|
|
|
|
|
|
|
|
#include <class_board.h>
|
|
|
|
#include <class_module.h>
|
|
|
|
#include <class_track.h>
|
2014-01-06 20:14:24 +00:00
|
|
|
#include <class_zone.h>
|
2012-01-23 04:33:36 +00:00
|
|
|
#include <class_edge_mod.h>
|
|
|
|
#include <class_pcb_text.h>
|
2012-11-05 20:20:34 +00:00
|
|
|
#include <convert_from_iu.h>
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2013-03-27 18:34:23 +00:00
|
|
|
#include "../3d-viewer/modelparsers.h"
|
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
#include <vector>
|
|
|
|
#include <cmath>
|
2014-06-08 10:35:42 +00:00
|
|
|
#include <vrml_layer.h>
|
|
|
|
|
|
|
|
// minimum width (mm) of a VRML line
|
|
|
|
#define MIN_VRML_LINEWIDTH 0.12
|
|
|
|
|
|
|
|
// offset for art layers, mm (silk, paste, etc)
|
2014-06-16 12:02:15 +00:00
|
|
|
#define ART_OFFSET 0.025
|
2012-06-19 19:25:41 +00:00
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
struct VRML_COLOR
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
float diffuse_red;
|
|
|
|
float diffuse_grn;
|
|
|
|
float diffuse_blu;
|
2013-01-13 16:55:07 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
float spec_red;
|
|
|
|
float spec_grn;
|
|
|
|
float spec_blu;
|
2013-01-13 16:55:07 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
float emit_red;
|
|
|
|
float emit_grn;
|
|
|
|
float emit_blu;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
float ambient;
|
|
|
|
float transp;
|
|
|
|
float shiny;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
VRML_COLOR()
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
// default green
|
|
|
|
diffuse_red = 0.13;
|
|
|
|
diffuse_grn = 0.81;
|
|
|
|
diffuse_blu = 0.22;
|
|
|
|
spec_red = 0.13;
|
|
|
|
spec_grn = 0.81;
|
|
|
|
spec_blu = 0.22;
|
|
|
|
emit_red = 0.0;
|
|
|
|
emit_grn = 0.0;
|
|
|
|
emit_blu = 0.0;
|
|
|
|
|
|
|
|
ambient = 1.0;
|
|
|
|
transp = 0;
|
|
|
|
shiny = 0.2;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
VRML_COLOR( float dr, float dg, float db,
|
|
|
|
float sr, float sg, float sb,
|
|
|
|
float er, float eg, float eb,
|
|
|
|
float am, float tr, float sh )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
diffuse_red = dr;
|
|
|
|
diffuse_grn = dg;
|
|
|
|
diffuse_blu = db;
|
|
|
|
spec_red = sr;
|
|
|
|
spec_grn = sg;
|
|
|
|
spec_blu = sb;
|
|
|
|
emit_red = er;
|
|
|
|
emit_grn = eg;
|
|
|
|
emit_blu = eb;
|
|
|
|
|
|
|
|
ambient = am;
|
|
|
|
transp = tr;
|
|
|
|
shiny = sh;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
};
|
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
enum VRML_COLOR_INDEX
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
VRML_COLOR_PCB = 0,
|
|
|
|
VRML_COLOR_TRACK,
|
|
|
|
VRML_COLOR_SILK,
|
|
|
|
VRML_COLOR_TIN,
|
|
|
|
VRML_COLOR_LAST
|
2010-11-27 13:09:18 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
class MODEL_VRML
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
private:
|
2014-06-24 16:17:18 +00:00
|
|
|
double layer_z[LAYER_ID_COUNT];
|
|
|
|
VRML_COLOR colors[VRML_COLOR_LAST];
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
int iMaxSeg; // max. sides to a small circle
|
2014-10-17 23:28:12 +00:00
|
|
|
double arcMinLen, arcMaxLen; // min and max lengths of an arc chord
|
2014-06-08 10:35:42 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
public:
|
|
|
|
VRML_LAYER holes;
|
|
|
|
VRML_LAYER board;
|
|
|
|
VRML_LAYER top_copper;
|
|
|
|
VRML_LAYER bot_copper;
|
|
|
|
VRML_LAYER top_silk;
|
|
|
|
VRML_LAYER bot_silk;
|
|
|
|
VRML_LAYER top_tin;
|
|
|
|
VRML_LAYER bot_tin;
|
2014-06-16 12:02:15 +00:00
|
|
|
VRML_LAYER plated_holes;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
bool plainPCB;
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
double scale; // board internal units to output scaling
|
2014-06-08 10:35:42 +00:00
|
|
|
double minLineWidth; // minimum width of a VRML line segment
|
|
|
|
int precision; // precision of output units
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
double tx; // global translation along X
|
|
|
|
double ty; // global translation along Y
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
double board_thickness; // depth of the PCB
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
LAYER_NUM s_text_layer;
|
|
|
|
int s_text_width;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
MODEL_VRML()
|
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
for( unsigned i = 0; i < DIM( layer_z ); ++i )
|
2014-01-06 20:14:24 +00:00
|
|
|
layer_z[i] = 0;
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
holes.GetArcParams( iMaxSeg, arcMinLen, arcMaxLen );
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// this default only makes sense if the output is in mm
|
|
|
|
board_thickness = 1.6;
|
|
|
|
|
|
|
|
// pcb green
|
|
|
|
colors[ VRML_COLOR_PCB ] = VRML_COLOR( .07, .3, .12, .07, .3, .12,
|
|
|
|
0, 0, 0, 1, 0, 0.2 );
|
|
|
|
// track green
|
|
|
|
colors[ VRML_COLOR_TRACK ] = VRML_COLOR( .08, .5, .1, .08, .5, .1,
|
|
|
|
0, 0, 0, 1, 0, 0.2 );
|
|
|
|
// silkscreen white
|
|
|
|
colors[ VRML_COLOR_SILK ] = VRML_COLOR( .9, .9, .9, .9, .9, .9,
|
|
|
|
0, 0, 0, 1, 0, 0.2 );
|
|
|
|
// pad silver
|
2014-10-17 23:28:12 +00:00
|
|
|
colors[ VRML_COLOR_TIN ] = VRML_COLOR( .749, .756, .761, .749, .756, .761,
|
2014-01-06 20:14:24 +00:00
|
|
|
0, 0, 0, 0.8, 0, 0.8 );
|
2014-06-08 10:35:42 +00:00
|
|
|
|
2015-02-17 14:56:45 +00:00
|
|
|
plainPCB = false;
|
|
|
|
SetScale( 1.0 );
|
|
|
|
SetOffset( 0.0, 0.0 );
|
|
|
|
s_text_layer = F_Cu;
|
|
|
|
s_text_width = 1;
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
VRML_COLOR& GetColor( VRML_COLOR_INDEX aIndex )
|
|
|
|
{
|
|
|
|
return colors[aIndex];
|
|
|
|
}
|
|
|
|
|
|
|
|
void SetOffset( double aXoff, double aYoff )
|
|
|
|
{
|
2014-06-16 12:02:15 +00:00
|
|
|
tx = aXoff;
|
|
|
|
ty = -aYoff;
|
|
|
|
|
|
|
|
holes.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
board.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
top_copper.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
bot_copper.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
top_silk.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
bot_silk.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
top_tin.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
bot_tin.SetVertexOffsets( aXoff, aYoff );
|
|
|
|
plated_holes.SetVertexOffsets( aXoff, aYoff );
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
double GetLayerZ( LAYER_NUM aLayer )
|
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
if( unsigned( aLayer ) >= DIM( layer_z ) )
|
2014-01-06 20:14:24 +00:00
|
|
|
return 0;
|
|
|
|
|
|
|
|
return layer_z[ aLayer ];
|
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
void SetLayerZ( LAYER_NUM aLayer, double aValue )
|
|
|
|
{
|
|
|
|
layer_z[aLayer] = aValue;
|
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// set the scaling of the VRML world
|
|
|
|
bool SetScale( double aWorldScale )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
if( aWorldScale < 0.001 || aWorldScale > 10.0 )
|
|
|
|
throw( std::runtime_error( "WorldScale out of range (valid range is 0.001 to 10.0)" ) );
|
|
|
|
|
|
|
|
scale = aWorldScale * MM_PER_IU;
|
|
|
|
minLineWidth = aWorldScale * MIN_VRML_LINEWIDTH;
|
|
|
|
|
|
|
|
// set the precision of the VRML coordinates
|
|
|
|
if( aWorldScale < 0.01 )
|
|
|
|
precision = 8;
|
|
|
|
else if( aWorldScale < 0.1 )
|
|
|
|
precision = 7;
|
|
|
|
else if( aWorldScale< 1.0 )
|
|
|
|
precision = 6;
|
|
|
|
else if( aWorldScale < 10.0 )
|
|
|
|
precision = 5;
|
|
|
|
else
|
|
|
|
precision = 4;
|
|
|
|
|
|
|
|
double smin = arcMinLen * aWorldScale;
|
|
|
|
double smax = arcMaxLen * aWorldScale;
|
|
|
|
|
|
|
|
holes.SetArcParams( iMaxSeg, smin, smax );
|
|
|
|
board.SetArcParams( iMaxSeg, smin, smax );
|
|
|
|
top_copper.SetArcParams( iMaxSeg, smin, smax);
|
|
|
|
bot_copper.SetArcParams( iMaxSeg, smin, smax);
|
|
|
|
top_silk.SetArcParams( iMaxSeg, smin, smax );
|
|
|
|
bot_silk.SetArcParams( iMaxSeg, smin, smax );
|
|
|
|
top_tin.SetArcParams( iMaxSeg, smin, smax );
|
|
|
|
bot_tin.SetArcParams( iMaxSeg, smin, smax );
|
2014-06-16 12:02:15 +00:00
|
|
|
plated_holes.SetArcParams( iMaxSeg, smin, smax );
|
2014-06-08 10:35:42 +00:00
|
|
|
|
|
|
|
return true;
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
2014-06-08 10:35:42 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
// static var. for dealing with text
|
2014-06-08 10:35:42 +00:00
|
|
|
static MODEL_VRML* model_vrml;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// select the VRML layer object to draw on; return true if
|
|
|
|
// a layer has been selected.
|
2014-06-08 10:35:42 +00:00
|
|
|
static bool GetLayer( MODEL_VRML& aModel, LAYER_NUM layer, VRML_LAYER** vlayer )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
switch( layer )
|
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
case B_Cu:
|
2014-01-06 20:14:24 +00:00
|
|
|
*vlayer = &aModel.bot_copper;
|
|
|
|
break;
|
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
case F_Cu:
|
2014-01-06 20:14:24 +00:00
|
|
|
*vlayer = &aModel.top_copper;
|
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
case B_SilkS:
|
2014-01-06 20:14:24 +00:00
|
|
|
*vlayer = &aModel.bot_silk;
|
|
|
|
break;
|
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
case F_SilkS:
|
2014-01-06 20:14:24 +00:00
|
|
|
*vlayer = &aModel.top_silk;
|
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
return false;
|
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
return true;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
static void write_triangle_bag( std::ofstream& output_file, VRML_COLOR& color,
|
2014-10-17 23:28:12 +00:00
|
|
|
VRML_LAYER* layer, bool plane, bool top,
|
|
|
|
double top_z, double bottom_z, int aPrecision )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
|
|
|
/* A lot of nodes are not required, but blender sometimes chokes
|
|
|
|
* without them */
|
|
|
|
static const char* shape_boiler[] =
|
|
|
|
{
|
|
|
|
"Transform {\n",
|
|
|
|
" children [\n",
|
|
|
|
" Group {\n",
|
|
|
|
" children [\n",
|
|
|
|
" Shape {\n",
|
|
|
|
" appearance Appearance {\n",
|
|
|
|
" material Material {\n",
|
2014-01-06 20:14:24 +00:00
|
|
|
0, // Material marker
|
2010-11-27 13:09:18 +00:00
|
|
|
" }\n",
|
|
|
|
" }\n",
|
|
|
|
" geometry IndexedFaceSet {\n",
|
2012-06-19 19:25:41 +00:00
|
|
|
" solid TRUE\n",
|
2010-11-27 13:09:18 +00:00
|
|
|
" coord Coordinate {\n",
|
|
|
|
" point [\n",
|
2014-01-06 20:14:24 +00:00
|
|
|
0, // Coordinates marker
|
2010-11-27 13:09:18 +00:00
|
|
|
" ]\n",
|
|
|
|
" }\n",
|
|
|
|
" coordIndex [\n",
|
2014-01-06 20:14:24 +00:00
|
|
|
0, // Index marker
|
2010-11-27 13:09:18 +00:00
|
|
|
" ]\n",
|
|
|
|
" }\n",
|
|
|
|
" }\n",
|
|
|
|
" ]\n",
|
|
|
|
" }\n",
|
|
|
|
" ]\n",
|
|
|
|
"}\n",
|
2014-01-06 20:14:24 +00:00
|
|
|
0 // End marker
|
2010-11-27 13:09:18 +00:00
|
|
|
};
|
2013-03-28 16:51:22 +00:00
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
int marker_found = 0, lineno = 0;
|
|
|
|
|
|
|
|
while( marker_found < 4 )
|
|
|
|
{
|
|
|
|
if( shape_boiler[lineno] )
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << shape_boiler[lineno];
|
2010-11-27 13:09:18 +00:00
|
|
|
else
|
|
|
|
{
|
|
|
|
marker_found++;
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
switch( marker_found )
|
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
case 1: // Material marker
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << " diffuseColor " << std::setprecision(3);
|
|
|
|
output_file << color.diffuse_red << " ";
|
|
|
|
output_file << color.diffuse_grn << " ";
|
|
|
|
output_file << color.diffuse_blu << "\n";
|
|
|
|
|
|
|
|
output_file << " specularColor ";
|
|
|
|
output_file << color.spec_red << " ";
|
|
|
|
output_file << color.spec_grn << " ";
|
|
|
|
output_file << color.spec_blu << "\n";
|
|
|
|
|
|
|
|
output_file << " emissiveColor ";
|
|
|
|
output_file << color.emit_red << " ";
|
|
|
|
output_file << color.emit_grn << " ";
|
|
|
|
output_file << color.emit_blu << "\n";
|
|
|
|
|
|
|
|
output_file << " ambientIntensity " << color.ambient << "\n";
|
|
|
|
output_file << " transparency " << color.transp << "\n";
|
|
|
|
output_file << " shininess " << color.shiny << "\n";
|
2010-11-27 13:09:18 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case 2:
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
if( plane )
|
2014-06-08 10:35:42 +00:00
|
|
|
layer->WriteVertices( top_z, output_file, aPrecision );
|
2014-01-06 20:14:24 +00:00
|
|
|
else
|
2014-06-08 10:35:42 +00:00
|
|
|
layer->Write3DVertices( top_z, bottom_z, output_file, aPrecision );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << "\n";
|
2014-01-06 20:14:24 +00:00
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
|
|
|
case 3:
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
if( plane )
|
|
|
|
layer->WriteIndices( top, output_file );
|
|
|
|
else
|
|
|
|
layer->Write3DIndices( output_file );
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << "\n";
|
2014-01-06 20:14:24 +00:00
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
lineno++;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
static void write_layers( MODEL_VRML& aModel, std::ofstream& output_file, BOARD* aPcb )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
|
|
|
// VRML_LAYER board;
|
|
|
|
aModel.board.Tesselate( &aModel.holes );
|
2014-06-08 10:35:42 +00:00
|
|
|
double brdz = aModel.board_thickness / 2.0
|
|
|
|
- ( Millimeter2iu( ART_OFFSET / 2.0 ) ) * aModel.scale;
|
2014-01-06 20:14:24 +00:00
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_PCB ),
|
2014-10-17 23:28:12 +00:00
|
|
|
&aModel.board, false, false, brdz, -brdz, aModel.precision );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
if( aModel.plainPCB )
|
|
|
|
return;
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// VRML_LAYER top_copper;
|
|
|
|
aModel.top_copper.Tesselate( &aModel.holes );
|
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_TRACK ),
|
2014-10-17 23:28:12 +00:00
|
|
|
&aModel.top_copper, true, true,
|
|
|
|
aModel.GetLayerZ( F_Cu ), 0, aModel.precision );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
// VRML_LAYER top_tin;
|
|
|
|
aModel.top_tin.Tesselate( &aModel.holes );
|
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_TIN ),
|
2014-10-17 23:28:12 +00:00
|
|
|
&aModel.top_tin, true, true,
|
|
|
|
aModel.GetLayerZ( F_Cu ) + Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale,
|
|
|
|
0, aModel.precision );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
// VRML_LAYER bot_copper;
|
|
|
|
aModel.bot_copper.Tesselate( &aModel.holes );
|
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_TRACK ),
|
2014-10-17 23:28:12 +00:00
|
|
|
&aModel.bot_copper, true, false,
|
|
|
|
aModel.GetLayerZ( B_Cu ), 0, aModel.precision );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
// VRML_LAYER bot_tin;
|
|
|
|
aModel.bot_tin.Tesselate( &aModel.holes );
|
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_TIN ),
|
|
|
|
&aModel.bot_tin, true, false,
|
2014-06-24 16:17:18 +00:00
|
|
|
aModel.GetLayerZ( B_Cu )
|
2014-06-08 10:35:42 +00:00
|
|
|
- Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale,
|
|
|
|
0, aModel.precision );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-16 12:02:15 +00:00
|
|
|
// VRML_LAYER PTH;
|
|
|
|
aModel.plated_holes.Tesselate( NULL, true );
|
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_TIN ),
|
|
|
|
&aModel.plated_holes, false, false,
|
2014-10-17 23:28:12 +00:00
|
|
|
aModel.GetLayerZ( F_Cu ) + Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale,
|
|
|
|
aModel.GetLayerZ( B_Cu ) - Millimeter2iu( ART_OFFSET / 2.0 ) * aModel.scale,
|
2014-06-16 12:02:15 +00:00
|
|
|
aModel.precision );
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// VRML_LAYER top_silk;
|
|
|
|
aModel.top_silk.Tesselate( &aModel.holes );
|
2014-10-17 23:28:12 +00:00
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_SILK ), &aModel.top_silk,
|
|
|
|
true, true, aModel.GetLayerZ( F_SilkS ), 0, aModel.precision );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
// VRML_LAYER bot_silk;
|
|
|
|
aModel.bot_silk.Tesselate( &aModel.holes );
|
2014-10-17 23:28:12 +00:00
|
|
|
write_triangle_bag( output_file, aModel.GetColor( VRML_COLOR_SILK ), &aModel.bot_silk,
|
|
|
|
true, false, aModel.GetLayerZ( B_SilkS ), 0, aModel.precision );
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static void compute_layer_Zs( MODEL_VRML& aModel, BOARD* pcb )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
int copper_layers = pcb->GetCopperLayerCount();
|
2010-11-27 13:09:18 +00:00
|
|
|
|
|
|
|
// We call it 'layer' thickness, but it's the whole board thickness!
|
2014-01-06 20:14:24 +00:00
|
|
|
aModel.board_thickness = pcb->GetDesignSettings().GetBoardThickness() * aModel.scale;
|
|
|
|
double half_thickness = aModel.board_thickness / 2;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// Compute each layer's Z value, more or less like the 3d view
|
2014-06-24 16:17:18 +00:00
|
|
|
for( LSEQ seq = LSET::AllCuMask().Seq(); seq; ++seq )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
LAYER_ID i = *seq;
|
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
if( i < copper_layers )
|
2014-07-02 13:08:28 +00:00
|
|
|
aModel.SetLayerZ( i, half_thickness - aModel.board_thickness * i / (copper_layers - 1) );
|
2010-11-27 13:09:18 +00:00
|
|
|
else
|
2014-07-02 13:08:28 +00:00
|
|
|
aModel.SetLayerZ( i, - half_thickness ); // bottom layer
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* To avoid rounding interference, we apply an epsilon to each
|
|
|
|
* successive layer */
|
2014-06-08 10:35:42 +00:00
|
|
|
double epsilon_z = Millimeter2iu( ART_OFFSET ) * aModel.scale;
|
2014-06-24 16:17:18 +00:00
|
|
|
aModel.SetLayerZ( B_Paste, -half_thickness - epsilon_z * 4 );
|
|
|
|
aModel.SetLayerZ( B_Adhes, -half_thickness - epsilon_z * 3 );
|
|
|
|
aModel.SetLayerZ( B_SilkS, -half_thickness - epsilon_z * 2 );
|
|
|
|
aModel.SetLayerZ( B_Mask, -half_thickness - epsilon_z );
|
|
|
|
aModel.SetLayerZ( F_Mask, half_thickness + epsilon_z );
|
|
|
|
aModel.SetLayerZ( F_SilkS, half_thickness + epsilon_z * 2 );
|
|
|
|
aModel.SetLayerZ( F_Adhes, half_thickness + epsilon_z * 3 );
|
|
|
|
aModel.SetLayerZ( F_Paste, half_thickness + epsilon_z * 4 );
|
|
|
|
aModel.SetLayerZ( Dwgs_User, half_thickness + epsilon_z * 5 );
|
|
|
|
aModel.SetLayerZ( Cmts_User, half_thickness + epsilon_z * 6 );
|
|
|
|
aModel.SetLayerZ( Eco1_User, half_thickness + epsilon_z * 7 );
|
|
|
|
aModel.SetLayerZ( Eco2_User, half_thickness + epsilon_z * 8 );
|
|
|
|
aModel.SetLayerZ( Edge_Cuts, 0 );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_line( MODEL_VRML& aModel, LAYER_NUM layer,
|
2014-10-17 23:28:12 +00:00
|
|
|
double startx, double starty,
|
|
|
|
double endx, double endy, double width )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
VRML_LAYER* vlayer;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !GetLayer( aModel, layer, &vlayer ) )
|
2014-01-06 20:14:24 +00:00
|
|
|
return;
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( width < aModel.minLineWidth)
|
|
|
|
width = aModel.minLineWidth;
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
starty = -starty;
|
|
|
|
endy = -endy;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
double angle = atan2( endy - starty, endx - startx ) * 180.0 / M_PI;
|
2014-01-06 20:14:24 +00:00
|
|
|
double length = Distance( startx, starty, endx, endy ) + width;
|
|
|
|
double cx = ( startx + endx ) / 2.0;
|
|
|
|
double cy = ( starty + endy ) / 2.0;
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !vlayer->AddSlot( cx, cy, length, width, angle, false ) )
|
|
|
|
throw( std::runtime_error( vlayer->GetError() ) );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_circle( MODEL_VRML& aModel, LAYER_NUM layer,
|
2014-10-17 23:28:12 +00:00
|
|
|
double startx, double starty,
|
|
|
|
double endx, double endy, double width )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
VRML_LAYER* vlayer;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !GetLayer( aModel, layer, &vlayer ) )
|
2014-01-06 20:14:24 +00:00
|
|
|
return;
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( width < aModel.minLineWidth )
|
|
|
|
width = aModel.minLineWidth;
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
starty = -starty;
|
|
|
|
endy = -endy;
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
double hole, radius;
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
radius = Distance( startx, starty, endx, endy ) + ( width / 2);
|
|
|
|
hole = radius - width;
|
2012-06-19 19:25:41 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !vlayer->AddCircle( startx, starty, radius, false ) )
|
|
|
|
throw( std::runtime_error( vlayer->GetError() ) );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
if( hole > 0.0001 )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !vlayer->AddCircle( startx, starty, hole, true ) )
|
|
|
|
throw( std::runtime_error( vlayer->GetError() ) );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2013-03-28 16:51:22 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_arc( MODEL_VRML& aModel, LAYER_NUM layer,
|
2014-10-17 23:28:12 +00:00
|
|
|
double centerx, double centery,
|
|
|
|
double arc_startx, double arc_starty,
|
|
|
|
double width, double arc_angle )
|
2012-06-19 19:25:41 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
VRML_LAYER* vlayer;
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !GetLayer( aModel, layer, &vlayer ) )
|
2014-01-06 20:14:24 +00:00
|
|
|
return;
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( width < aModel.minLineWidth )
|
|
|
|
width = aModel.minLineWidth;
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
centery = -centery;
|
|
|
|
arc_starty = -arc_starty;
|
2012-06-19 19:25:41 +00:00
|
|
|
|
2015-04-27 08:55:08 +00:00
|
|
|
if( !vlayer->AddArc( centerx, centery, arc_startx, arc_starty, width, -arc_angle, false ) )
|
2014-06-08 10:35:42 +00:00
|
|
|
throw( std::runtime_error( vlayer->GetError() ) );
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2012-06-19 19:25:41 +00:00
|
|
|
}
|
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_drawsegment( MODEL_VRML& aModel, DRAWSEGMENT* drawseg )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2013-03-31 13:27:46 +00:00
|
|
|
LAYER_NUM layer = drawseg->GetLayer();
|
2014-01-06 20:14:24 +00:00
|
|
|
double w = drawseg->GetWidth() * aModel.scale;
|
2014-06-16 12:02:15 +00:00
|
|
|
double x = drawseg->GetStart().x * aModel.scale;
|
|
|
|
double y = drawseg->GetStart().y * aModel.scale;
|
|
|
|
double xf = drawseg->GetEnd().x * aModel.scale;
|
|
|
|
double yf = drawseg->GetEnd().y * aModel.scale;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// Items on the edge layer are handled elsewhere; just return
|
2014-06-24 16:17:18 +00:00
|
|
|
if( layer == Edge_Cuts )
|
2014-01-06 20:14:24 +00:00
|
|
|
return;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
switch( drawseg->GetShape() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
case S_ARC:
|
|
|
|
export_vrml_arc( aModel, layer,
|
2015-04-27 08:55:08 +00:00
|
|
|
(double) drawseg->GetCenter().x * aModel.scale,
|
|
|
|
(double) drawseg->GetCenter().y * aModel.scale,
|
|
|
|
(double) drawseg->GetArcStart().x * aModel.scale,
|
|
|
|
(double) drawseg->GetArcStart().y * aModel.scale,
|
2014-10-17 23:28:12 +00:00
|
|
|
w, drawseg->GetAngle() / 10 );
|
2014-01-06 20:14:24 +00:00
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
case S_CIRCLE:
|
|
|
|
export_vrml_circle( aModel, layer, x, y, xf, yf, w );
|
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
default:
|
|
|
|
export_vrml_line( aModel, layer, x, y, xf, yf, w );
|
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* C++ doesn't have closures and neither continuation forms... this is
|
|
|
|
* for coupling the vrml_text_callback with the common parameters */
|
|
|
|
static void vrml_text_callback( int x0, int y0, int xf, int yf )
|
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
LAYER_NUM s_text_layer = model_vrml->s_text_layer;
|
|
|
|
int s_text_width = model_vrml->s_text_width;
|
|
|
|
double scale = model_vrml->scale;
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
export_vrml_line( *model_vrml, s_text_layer,
|
2014-10-17 23:28:12 +00:00
|
|
|
x0 * scale, y0 * scale,
|
|
|
|
xf * scale, yf * scale,
|
|
|
|
s_text_width * scale );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_pcbtext( MODEL_VRML& aModel, TEXTE_PCB* text )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
model_vrml->s_text_layer = text->GetLayer();
|
|
|
|
model_vrml->s_text_width = text->GetThickness();
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2013-03-18 19:36:07 +00:00
|
|
|
wxSize size = text->GetSize();
|
|
|
|
|
|
|
|
if( text->IsMirrored() )
|
2015-06-26 13:41:56 +00:00
|
|
|
size.x = -size.x;
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2014-04-19 16:05:58 +00:00
|
|
|
EDA_COLOR_T color = BLACK; // not actually used, but needed by DrawGraphicText
|
|
|
|
|
2013-03-18 19:36:07 +00:00
|
|
|
if( text->IsMultilineAllowed() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2015-01-15 20:01:53 +00:00
|
|
|
wxArrayString strings_list;
|
|
|
|
wxStringSplit( text->GetShownText(), strings_list, '\n' );
|
2014-04-19 16:05:58 +00:00
|
|
|
std::vector<wxPoint> positions;
|
2015-01-15 20:01:53 +00:00
|
|
|
positions.reserve( strings_list.Count() );
|
|
|
|
text->GetPositionsOfLinesOfMultilineText( positions, strings_list.Count() );
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2015-01-15 20:01:53 +00:00
|
|
|
for( unsigned ii = 0; ii < strings_list.Count(); ii++ )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2015-01-15 20:01:53 +00:00
|
|
|
wxString& txt = strings_list.Item( ii );
|
2014-04-19 16:05:58 +00:00
|
|
|
DrawGraphicText( NULL, NULL, positions[ii], color,
|
|
|
|
txt, text->GetOrientation(), size,
|
|
|
|
text->GetHorizJustify(), text->GetVertJustify(),
|
|
|
|
text->GetThickness(), text->IsItalic(),
|
|
|
|
true,
|
|
|
|
vrml_text_callback );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
2014-04-19 16:05:58 +00:00
|
|
|
DrawGraphicText( NULL, NULL, text->GetTextPosition(), color,
|
2014-09-13 18:15:45 +00:00
|
|
|
text->GetShownText(), text->GetOrientation(), size,
|
2014-04-19 16:05:58 +00:00
|
|
|
text->GetHorizJustify(), text->GetVertJustify(),
|
|
|
|
text->GetThickness(), text->IsItalic(),
|
|
|
|
true,
|
|
|
|
vrml_text_callback );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_drawings( MODEL_VRML& aModel, BOARD* pcb )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2012-02-19 04:02:19 +00:00
|
|
|
// draw graphic items
|
2014-01-06 20:14:24 +00:00
|
|
|
for( EDA_ITEM* drawing = pcb->m_Drawings; drawing != 0; drawing = drawing->Next() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
LAYER_ID layer = ( (DRAWSEGMENT*) drawing )->GetLayer();
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
if( layer != F_Cu && layer != B_Cu && layer != B_SilkS && layer != F_SilkS )
|
2014-01-06 20:14:24 +00:00
|
|
|
continue;
|
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
switch( drawing->Type() )
|
|
|
|
{
|
2011-10-01 19:24:27 +00:00
|
|
|
case PCB_LINE_T:
|
2014-01-06 20:14:24 +00:00
|
|
|
export_vrml_drawsegment( aModel, (DRAWSEGMENT*) drawing );
|
2010-11-27 13:09:18 +00:00
|
|
|
break;
|
|
|
|
|
2011-10-01 19:24:27 +00:00
|
|
|
case PCB_TEXT_T:
|
2014-01-06 20:14:24 +00:00
|
|
|
export_vrml_pcbtext( aModel, (TEXTE_PCB*) drawing );
|
2010-11-27 13:09:18 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// board edges and cutouts
|
|
|
|
static void export_vrml_board( MODEL_VRML& aModel, BOARD* pcb )
|
|
|
|
{
|
2015-07-14 20:23:13 +00:00
|
|
|
CPOLYGONS_LIST bufferPcbOutlines; // stores the board main outlines
|
|
|
|
CPOLYGONS_LIST allLayerHoles; // Contains through holes, calculated only once
|
|
|
|
|
|
|
|
allLayerHoles.reserve( 20000 );
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// Build a polygon from edge cut items
|
|
|
|
wxString msg;
|
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( !pcb->GetBoardPolygonOutlines( bufferPcbOutlines, allLayerHoles, &msg ) )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
|
|
|
msg << wxT( "\n\n" ) <<
|
|
|
|
_( "Unable to calculate the board outlines;\n"
|
|
|
|
"fall back to using the board boundary box." );
|
|
|
|
wxMessageBox( msg );
|
|
|
|
}
|
|
|
|
|
|
|
|
double scale = aModel.scale;
|
2015-07-14 20:23:13 +00:00
|
|
|
|
|
|
|
int i = 0;
|
2014-01-06 20:14:24 +00:00
|
|
|
int seg;
|
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
// deal with the solid outlines
|
|
|
|
int nvert = bufferPcbOutlines.GetCornersCount();
|
2015-07-14 11:36:24 +00:00
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
while( i < nvert )
|
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
seg = aModel.board.NewContour();
|
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
if( seg < 0 )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2015-07-14 20:23:13 +00:00
|
|
|
msg << wxT( "\n\n" ) <<
|
|
|
|
_( "VRML Export Failed:\nCould not add outline to contours." );
|
|
|
|
wxMessageBox( msg );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
while( i < nvert )
|
|
|
|
{
|
|
|
|
if( bufferPcbOutlines[i].end_contour )
|
|
|
|
break;
|
|
|
|
|
|
|
|
aModel.board.AddVertex( seg, bufferPcbOutlines[i].x * scale,
|
|
|
|
-(bufferPcbOutlines[i].y * scale ) );
|
|
|
|
|
|
|
|
++i;
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
aModel.board.EnsureWinding( seg, false );
|
2015-07-14 20:23:13 +00:00
|
|
|
++i;
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
// deal with the holes
|
|
|
|
nvert = allLayerHoles.GetCornersCount();
|
2015-07-14 11:36:24 +00:00
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
i = 0;
|
|
|
|
while( i < nvert )
|
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
seg = aModel.holes.NewContour();
|
|
|
|
|
|
|
|
if( seg < 0 )
|
|
|
|
{
|
|
|
|
msg << wxT( "\n\n" ) <<
|
|
|
|
_( "VRML Export Failed:\nCould not add holes to contours." );
|
|
|
|
wxMessageBox( msg );
|
|
|
|
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
while( i < nvert )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2015-07-14 20:23:13 +00:00
|
|
|
if( allLayerHoles[i].end_contour )
|
|
|
|
break;
|
|
|
|
|
|
|
|
aModel.holes.AddVertex( seg, allLayerHoles[i].x * scale,
|
|
|
|
-( allLayerHoles[i].y * scale ) );
|
2014-06-08 10:35:42 +00:00
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
++i;
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
aModel.holes.EnsureWinding( seg, true );
|
2015-07-14 20:23:13 +00:00
|
|
|
++i;
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static void export_round_padstack( MODEL_VRML& aModel, BOARD* pcb,
|
2014-10-17 23:28:12 +00:00
|
|
|
double x, double y, double r,
|
|
|
|
LAYER_NUM bottom_layer, LAYER_NUM top_layer,
|
|
|
|
double hole )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
LAYER_NUM layer = top_layer;
|
|
|
|
bool thru = true;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// if not a thru hole do not put a hole in the board
|
2014-06-24 16:17:18 +00:00
|
|
|
if( top_layer != F_Cu || bottom_layer != B_Cu )
|
2014-01-06 20:14:24 +00:00
|
|
|
thru = false;
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( thru && hole > 0 )
|
|
|
|
aModel.holes.AddCircle( x, -y, hole, true );
|
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
if( aModel.plainPCB )
|
|
|
|
return;
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
while( 1 )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
if( layer == B_Cu )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
aModel.bot_copper.AddCircle( x, -y, r );
|
|
|
|
|
|
|
|
if( hole > 0 && !thru )
|
2014-10-17 23:28:12 +00:00
|
|
|
aModel.bot_copper.AddCircle( x, -y, hole, true );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
}
|
2014-06-24 16:17:18 +00:00
|
|
|
else if( layer == F_Cu )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
aModel.top_copper.AddCircle( x, -y, r );
|
|
|
|
|
|
|
|
if( hole > 0 && !thru )
|
|
|
|
aModel.top_copper.AddCircle( x, -y, hole, true );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
}
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
if( layer == bottom_layer )
|
|
|
|
break;
|
|
|
|
|
|
|
|
layer = bottom_layer;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-04-25 06:00:04 +00:00
|
|
|
static void export_vrml_via( MODEL_VRML& aModel, BOARD* pcb, const VIA* via )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
double x, y, r, hole;
|
|
|
|
LAYER_ID top_layer, bottom_layer;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
hole = via->GetDrillValue() * aModel.scale / 2.0;
|
|
|
|
r = via->GetWidth() * aModel.scale / 2.0;
|
2014-06-16 12:02:15 +00:00
|
|
|
x = via->GetStart().x * aModel.scale;
|
|
|
|
y = via->GetStart().y * aModel.scale;
|
* KIWAY Milestone A): Make major modules into DLL/DSOs.
! The initial testing of this commit should be done using a Debug build so that
all the wxASSERT()s are enabled. Also, be sure and keep enabled the
USE_KIWAY_DLLs option. The tree won't likely build without it. Turning it
off is senseless anyways. If you want stable code, go back to a prior version,
the one tagged with "stable".
* Relocate all functionality out of the wxApp derivative into more finely
targeted purposes:
a) DLL/DSO specific
b) PROJECT specific
c) EXE or process specific
d) configuration file specific data
e) configuration file manipulations functions.
All of this functionality was blended into an extremely large wxApp derivative
and that was incompatible with the desire to support multiple concurrently
loaded DLL/DSO's ("KIFACE")s and multiple concurrently open projects.
An amazing amount of organization come from simply sorting each bit of
functionality into the proper box.
* Switch to wxConfigBase from wxConfig everywhere except instantiation.
* Add classes KIWAY, KIFACE, KIFACE_I, SEARCH_STACK, PGM_BASE, PGM_KICAD,
PGM_SINGLE_TOP,
* Remove "Return" prefix on many function names.
* Remove obvious comments from CMakeLists.txt files, and from else() and endif()s.
* Fix building boost for use in a DSO on linux.
* Remove some of the assumptions in the CMakeLists.txt files that windows had
to be the host platform when building windows binaries.
* Reduce the number of wxStrings being constructed at program load time via
static construction.
* Pass wxConfigBase* to all SaveSettings() and LoadSettings() functions so that
these functions are useful even when the wxConfigBase comes from another
source, as is the case in the KICAD_MANAGER_FRAME.
* Move the setting of the KIPRJMOD environment variable into class PROJECT,
so that it can be moved into a project variable soon, and out of FP_LIB_TABLE.
* Add the KIWAY_PLAYER which is associated with a particular PROJECT, and all
its child wxFrames and wxDialogs now have a Kiway() member function which
returns a KIWAY& that that window tree branch is in support of. This is like
wxWindows DNA in that child windows get this member with proper value at time
of construction.
* Anticipate some of the needs for milestones B) and C) and make code
adjustments now in an effort to reduce work in those milestones.
* No testing has been done for python scripting, since milestone C) has that
being largely reworked and re-thought-out.
2014-03-20 00:42:08 +00:00
|
|
|
via->LayerPair( &top_layer, &bottom_layer );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// do not render a buried via
|
2014-06-24 16:17:18 +00:00
|
|
|
if( top_layer != F_Cu && bottom_layer != B_Cu )
|
2014-01-06 20:14:24 +00:00
|
|
|
return;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
// Export the via padstack
|
|
|
|
export_round_padstack( aModel, pcb, x, y, r, bottom_layer, top_layer, hole );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_tracks( MODEL_VRML& aModel, BOARD* pcb )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-24 16:17:18 +00:00
|
|
|
for( TRACK* track = pcb->m_Track; track; track = track->Next() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2011-10-01 19:24:27 +00:00
|
|
|
if( track->Type() == PCB_VIA_T )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2014-04-25 06:00:04 +00:00
|
|
|
export_vrml_via( aModel, pcb, (const VIA*) track );
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
2014-12-20 16:13:51 +00:00
|
|
|
else if( ( track->GetLayer() == B_Cu || track->GetLayer() == F_Cu )
|
|
|
|
&& !aModel.plainPCB )
|
2014-01-06 20:14:24 +00:00
|
|
|
export_vrml_line( aModel, track->GetLayer(),
|
2014-10-17 23:28:12 +00:00
|
|
|
track->GetStart().x * aModel.scale,
|
|
|
|
track->GetStart().y * aModel.scale,
|
|
|
|
track->GetEnd().x * aModel.scale,
|
|
|
|
track->GetEnd().y * aModel.scale,
|
|
|
|
track->GetWidth() * aModel.scale );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_zones( MODEL_VRML& aModel, BOARD* aPcb )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2015-07-14 20:23:13 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
double scale = aModel.scale;
|
2015-07-14 20:23:13 +00:00
|
|
|
double x, y;
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
for( int ii = 0; ii < aPcb->GetAreaCount(); ii++ )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
ZONE_CONTAINER* zone = aPcb->GetArea( ii );
|
|
|
|
|
|
|
|
VRML_LAYER* vl;
|
2011-08-29 03:04:59 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !GetLayer( aModel, zone->GetLayer(), &vl ) )
|
2010-11-27 13:09:18 +00:00
|
|
|
continue;
|
2011-08-29 03:04:59 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
if( !zone->IsFilled() )
|
|
|
|
{
|
|
|
|
zone->SetFillMode( 0 ); // use filled polygons
|
|
|
|
zone->BuildFilledSolidAreasPolygons( aPcb );
|
|
|
|
}
|
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
const CPOLYGONS_LIST& poly = zone->GetFilledPolysList();
|
|
|
|
int nvert = poly.GetCornersCount();
|
|
|
|
int i = 0;
|
2013-03-18 19:36:07 +00:00
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
while( i < nvert )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2015-07-14 11:36:24 +00:00
|
|
|
int seg = vl->NewContour();
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
if( seg < 0 )
|
|
|
|
break;
|
|
|
|
|
|
|
|
while( i < nvert )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2015-07-14 20:23:13 +00:00
|
|
|
x = poly.GetX(i) * scale;
|
|
|
|
y = -(poly.GetY(i) * scale);
|
|
|
|
|
|
|
|
if( poly.IsEndContour(i) )
|
|
|
|
break;
|
|
|
|
|
|
|
|
if( !vl->AddVertex( seg, x, y ) )
|
2014-06-08 10:35:42 +00:00
|
|
|
throw( std::runtime_error( vl->GetError() ) );
|
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
++i;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2015-07-14 20:23:13 +00:00
|
|
|
vl->EnsureWinding( seg, false );
|
|
|
|
++i;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
static void export_vrml_text_module( TEXTE_MODULE* module )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2011-12-12 08:37:05 +00:00
|
|
|
if( module->IsVisible() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2013-03-18 19:36:07 +00:00
|
|
|
wxSize size = module->GetSize();
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2013-03-18 19:36:07 +00:00
|
|
|
if( module->IsMirrored() )
|
2015-06-26 13:41:56 +00:00
|
|
|
size.x = -size.x; // Text is mirrored
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
model_vrml->s_text_layer = module->GetLayer();
|
|
|
|
model_vrml->s_text_width = module->GetThickness();
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2013-03-18 19:36:07 +00:00
|
|
|
DrawGraphicText( NULL, NULL, module->GetTextPosition(), BLACK,
|
2014-10-17 23:28:12 +00:00
|
|
|
module->GetShownText(), module->GetDrawRotation(), size,
|
|
|
|
module->GetHorizJustify(), module->GetVertJustify(),
|
|
|
|
module->GetThickness(), module->IsItalic(),
|
|
|
|
true,
|
|
|
|
vrml_text_callback );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-02-15 07:39:06 +00:00
|
|
|
static void export_vrml_edge_module( MODEL_VRML& aModel, EDGE_MODULE* aOutline,
|
|
|
|
double aOrientation )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2013-03-31 13:27:46 +00:00
|
|
|
LAYER_NUM layer = aOutline->GetLayer();
|
2014-06-16 12:02:15 +00:00
|
|
|
double x = aOutline->GetStart().x * aModel.scale;
|
|
|
|
double y = aOutline->GetStart().y * aModel.scale;
|
|
|
|
double xf = aOutline->GetEnd().x * aModel.scale;
|
|
|
|
double yf = aOutline->GetEnd().y * aModel.scale;
|
2014-01-06 20:14:24 +00:00
|
|
|
double w = aOutline->GetWidth() * aModel.scale;
|
2012-06-19 19:25:41 +00:00
|
|
|
|
|
|
|
switch( aOutline->GetShape() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-02-15 07:39:06 +00:00
|
|
|
case S_SEGMENT:
|
|
|
|
export_vrml_line( aModel, layer, x, y, xf, yf, w );
|
|
|
|
break;
|
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
case S_ARC:
|
2014-01-06 20:14:24 +00:00
|
|
|
export_vrml_arc( aModel, layer, x, y, xf, yf, w, aOutline->GetAngle() / 10 );
|
2010-11-27 13:09:18 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case S_CIRCLE:
|
2014-01-06 20:14:24 +00:00
|
|
|
export_vrml_circle( aModel, layer, x, y, xf, yf, w );
|
2010-11-27 13:09:18 +00:00
|
|
|
break;
|
|
|
|
|
2014-02-15 07:39:06 +00:00
|
|
|
case S_POLYGON:
|
|
|
|
{
|
|
|
|
VRML_LAYER* vl;
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
if( !GetLayer( aModel, layer, &vl ) )
|
2014-02-15 07:39:06 +00:00
|
|
|
break;
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
int nvert = aOutline->GetPolyPoints().size() - 1;
|
2014-02-15 07:39:06 +00:00
|
|
|
int i = 0;
|
|
|
|
|
|
|
|
if( nvert < 3 ) break;
|
|
|
|
|
|
|
|
int seg = vl->NewContour();
|
|
|
|
|
|
|
|
if( seg < 0 )
|
|
|
|
break;
|
|
|
|
|
|
|
|
while( i < nvert )
|
|
|
|
{
|
|
|
|
CPolyPt corner( aOutline->GetPolyPoints()[i] );
|
|
|
|
RotatePoint( &corner.x, &corner.y, aOrientation );
|
|
|
|
corner.x += aOutline->GetPosition().x;
|
|
|
|
corner.y += aOutline->GetPosition().y;
|
|
|
|
|
2014-06-16 12:02:15 +00:00
|
|
|
x = corner.x * aModel.scale;
|
|
|
|
y = - ( corner.y * aModel.scale );
|
2014-06-08 10:35:42 +00:00
|
|
|
|
|
|
|
if( !vl->AddVertex( seg, x, y ) )
|
|
|
|
throw( std::runtime_error( vl->GetError() ) );
|
2014-02-15 07:39:06 +00:00
|
|
|
|
|
|
|
++i;
|
|
|
|
}
|
|
|
|
vl->EnsureWinding( seg, false );
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
static void export_vrml_padshape( MODEL_VRML& aModel, VRML_LAYER* aTinLayer, D_PAD* aPad )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-06 20:14:24 +00:00
|
|
|
// The (maybe offset) pad position
|
* KIWAY Milestone A): Make major modules into DLL/DSOs.
! The initial testing of this commit should be done using a Debug build so that
all the wxASSERT()s are enabled. Also, be sure and keep enabled the
USE_KIWAY_DLLs option. The tree won't likely build without it. Turning it
off is senseless anyways. If you want stable code, go back to a prior version,
the one tagged with "stable".
* Relocate all functionality out of the wxApp derivative into more finely
targeted purposes:
a) DLL/DSO specific
b) PROJECT specific
c) EXE or process specific
d) configuration file specific data
e) configuration file manipulations functions.
All of this functionality was blended into an extremely large wxApp derivative
and that was incompatible with the desire to support multiple concurrently
loaded DLL/DSO's ("KIFACE")s and multiple concurrently open projects.
An amazing amount of organization come from simply sorting each bit of
functionality into the proper box.
* Switch to wxConfigBase from wxConfig everywhere except instantiation.
* Add classes KIWAY, KIFACE, KIFACE_I, SEARCH_STACK, PGM_BASE, PGM_KICAD,
PGM_SINGLE_TOP,
* Remove "Return" prefix on many function names.
* Remove obvious comments from CMakeLists.txt files, and from else() and endif()s.
* Fix building boost for use in a DSO on linux.
* Remove some of the assumptions in the CMakeLists.txt files that windows had
to be the host platform when building windows binaries.
* Reduce the number of wxStrings being constructed at program load time via
static construction.
* Pass wxConfigBase* to all SaveSettings() and LoadSettings() functions so that
these functions are useful even when the wxConfigBase comes from another
source, as is the case in the KICAD_MANAGER_FRAME.
* Move the setting of the KIPRJMOD environment variable into class PROJECT,
so that it can be moved into a project variable soon, and out of FP_LIB_TABLE.
* Add the KIWAY_PLAYER which is associated with a particular PROJECT, and all
its child wxFrames and wxDialogs now have a Kiway() member function which
returns a KIWAY& that that window tree branch is in support of. This is like
wxWindows DNA in that child windows get this member with proper value at time
of construction.
* Anticipate some of the needs for milestones B) and C) and make code
adjustments now in an effort to reduce work in those milestones.
* No testing has been done for python scripting, since milestone C) has that
being largely reworked and re-thought-out.
2014-03-20 00:42:08 +00:00
|
|
|
wxPoint pad_pos = aPad->ShapePos();
|
2014-06-16 12:02:15 +00:00
|
|
|
double pad_x = pad_pos.x * aModel.scale;
|
|
|
|
double pad_y = pad_pos.y * aModel.scale;
|
2014-01-06 20:14:24 +00:00
|
|
|
wxSize pad_delta = aPad->GetDelta();
|
|
|
|
|
|
|
|
double pad_dx = pad_delta.x * aModel.scale / 2.0;
|
|
|
|
double pad_dy = pad_delta.y * aModel.scale / 2.0;
|
|
|
|
|
|
|
|
double pad_w = aPad->GetSize().x * aModel.scale / 2.0;
|
|
|
|
double pad_h = aPad->GetSize().y * aModel.scale / 2.0;
|
|
|
|
|
|
|
|
switch( aPad->GetShape() )
|
|
|
|
{
|
|
|
|
case PAD_CIRCLE:
|
2014-06-08 10:35:42 +00:00
|
|
|
|
|
|
|
if( !aTinLayer->AddCircle( pad_x, -pad_y, pad_w, false ) )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case PAD_OVAL:
|
2014-06-08 10:35:42 +00:00
|
|
|
|
|
|
|
if( !aTinLayer->AddSlot( pad_x, -pad_y, pad_w * 2.0, pad_h * 2.0,
|
|
|
|
aPad->GetOrientation()/10.0, false ) )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
break;
|
|
|
|
|
|
|
|
case PAD_RECT:
|
|
|
|
// Just to be sure :D
|
|
|
|
pad_dx = 0;
|
|
|
|
pad_dy = 0;
|
|
|
|
|
|
|
|
case PAD_TRAPEZOID:
|
2014-10-17 23:28:12 +00:00
|
|
|
{
|
|
|
|
double coord[8] =
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2014-10-17 23:28:12 +00:00
|
|
|
-pad_w + pad_dy, -pad_h - pad_dx,
|
|
|
|
-pad_w - pad_dy, pad_h + pad_dx,
|
|
|
|
+pad_w - pad_dy, -pad_h + pad_dx,
|
|
|
|
+pad_w + pad_dy, pad_h - pad_dx
|
|
|
|
};
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
for( int i = 0; i < 4; i++ )
|
|
|
|
{
|
|
|
|
RotatePoint( &coord[i * 2], &coord[i * 2 + 1], aPad->GetOrientation() );
|
|
|
|
coord[i * 2] += pad_x;
|
|
|
|
coord[i * 2 + 1] += pad_y;
|
|
|
|
}
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
int lines;
|
2014-06-08 10:35:42 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
lines = aTinLayer->NewContour();
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( lines < 0 )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( !aTinLayer->AddVertex( lines, coord[0], -coord[1] ) )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( !aTinLayer->AddVertex( lines, coord[4], -coord[5] ) )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( !aTinLayer->AddVertex( lines, coord[6], -coord[7] ) )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
2014-06-08 10:35:42 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( !aTinLayer->AddVertex( lines, coord[2], -coord[3] ) )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
|
|
|
|
|
|
|
if( !aTinLayer->EnsureWinding( lines, false ) )
|
|
|
|
throw( std::runtime_error( aTinLayer->GetError() ) );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
break;
|
2014-10-17 23:28:12 +00:00
|
|
|
}
|
2014-01-06 20:14:24 +00:00
|
|
|
|
|
|
|
default:
|
2014-06-08 10:35:42 +00:00
|
|
|
break;
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
static void export_vrml_pad( MODEL_VRML& aModel, BOARD* pcb, D_PAD* aPad )
|
|
|
|
{
|
|
|
|
double hole_drill_w = (double) aPad->GetDrillSize().x * aModel.scale / 2.0;
|
|
|
|
double hole_drill_h = (double) aPad->GetDrillSize().y * aModel.scale / 2.0;
|
2014-10-17 23:28:12 +00:00
|
|
|
double hole_drill = std::min( hole_drill_w, hole_drill_h );
|
|
|
|
double hole_x = aPad->GetPosition().x * aModel.scale;
|
|
|
|
double hole_y = aPad->GetPosition().y * aModel.scale;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// Export the hole on the edge layer
|
2010-11-27 13:09:18 +00:00
|
|
|
if( hole_drill > 0 )
|
|
|
|
{
|
2014-06-16 12:02:15 +00:00
|
|
|
bool pth = false;
|
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
if( ( aPad->GetAttribute() != PAD_HOLE_NOT_PLATED )
|
|
|
|
&& !aModel.plainPCB )
|
2014-06-16 12:02:15 +00:00
|
|
|
pth = true;
|
|
|
|
|
2014-01-26 14:20:58 +00:00
|
|
|
if( aPad->GetDrillShape() == PAD_DRILL_OBLONG )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2012-02-19 04:02:19 +00:00
|
|
|
// Oblong hole (slot)
|
2014-01-06 20:14:24 +00:00
|
|
|
aModel.holes.AddSlot( hole_x, -hole_y, hole_drill_w * 2.0, hole_drill_h * 2.0,
|
2014-10-17 23:28:12 +00:00
|
|
|
aPad->GetOrientation()/10.0, true, pth );
|
2014-06-16 12:02:15 +00:00
|
|
|
|
|
|
|
if( pth )
|
|
|
|
aModel.plated_holes.AddSlot( hole_x, -hole_y,
|
|
|
|
hole_drill_w * 2.0, hole_drill_h * 2.0,
|
|
|
|
aPad->GetOrientation()/10.0, true, false );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
else
|
|
|
|
{
|
|
|
|
// Drill a round hole
|
2014-06-16 12:02:15 +00:00
|
|
|
aModel.holes.AddCircle( hole_x, -hole_y, hole_drill, true, pth );
|
|
|
|
|
|
|
|
if( pth )
|
|
|
|
aModel.plated_holes.AddCircle( hole_x, -hole_y, hole_drill, true, false );
|
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
if( aModel.plainPCB )
|
|
|
|
return;
|
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// The pad proper, on the selected layers
|
2014-06-24 16:17:18 +00:00
|
|
|
LSET layer_mask = aPad->GetLayerSet();
|
2012-02-19 04:02:19 +00:00
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
if( layer_mask[B_Cu] )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
export_vrml_padshape( aModel, &aModel.bot_tin, aPad );
|
2014-01-06 20:14:24 +00:00
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
if( layer_mask[F_Cu] )
|
2014-01-06 20:14:24 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
export_vrml_padshape( aModel, &aModel.top_tin, aPad );
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// From axis/rot to quaternion
|
2010-11-27 13:09:18 +00:00
|
|
|
static void build_quat( double x, double y, double z, double a, double q[4] )
|
|
|
|
{
|
|
|
|
double sina = sin( a / 2 );
|
|
|
|
|
|
|
|
q[0] = x * sina;
|
|
|
|
q[1] = y * sina;
|
|
|
|
q[2] = z * sina;
|
|
|
|
q[3] = cos( a / 2 );
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// From quaternion to axis/rot
|
2010-11-27 13:09:18 +00:00
|
|
|
static void from_quat( double q[4], double rot[4] )
|
|
|
|
{
|
|
|
|
rot[3] = acos( q[3] ) * 2;
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2010-11-27 13:09:18 +00:00
|
|
|
for( int i = 0; i < 3; i++ )
|
|
|
|
{
|
|
|
|
rot[i] = q[i] / sin( rot[3] / 2 );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// Quaternion composition
|
2010-11-27 13:09:18 +00:00
|
|
|
static void compose_quat( double q1[4], double q2[4], double qr[4] )
|
|
|
|
{
|
|
|
|
double tmp[4];
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
tmp[0] = q2[3] * q1[0] + q2[0] * q1[3] + q2[1] * q1[2] - q2[2] * q1[1];
|
|
|
|
tmp[1] = q2[3] * q1[1] + q2[1] * q1[3] + q2[2] * q1[0] - q2[0] * q1[2];
|
|
|
|
tmp[2] = q2[3] * q1[2] + q2[2] * q1[3] + q2[0] * q1[1] - q2[1] * q1[0];
|
|
|
|
tmp[3] = q2[3] * q1[3] - q2[0] * q1[0] - q2[1] * q1[1] - q2[2] * q1[2];
|
|
|
|
|
|
|
|
qr[0] = tmp[0];
|
|
|
|
qr[1] = tmp[1];
|
|
|
|
qr[2] = tmp[2];
|
|
|
|
qr[3] = tmp[3];
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
static void export_vrml_module( MODEL_VRML& aModel, BOARD* aPcb, MODULE* aModule,
|
2014-10-17 23:28:12 +00:00
|
|
|
std::ofstream& aOutputFile, double aVRMLModelsToBiu,
|
|
|
|
bool aExport3DFiles, bool aUseRelativePaths,
|
|
|
|
const wxString& a3D_Subdir )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-12-20 16:13:51 +00:00
|
|
|
if( !aModel.plainPCB )
|
|
|
|
{
|
|
|
|
// Reference and value
|
|
|
|
if( aModule->Reference().IsVisible() )
|
|
|
|
export_vrml_text_module( &aModule->Reference() );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
if( aModule->Value().IsVisible() )
|
|
|
|
export_vrml_text_module( &aModule->Value() );
|
2010-12-08 20:12:46 +00:00
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
// Export module edges
|
|
|
|
for( EDA_ITEM* item = aModule->GraphicalItems(); item; item = item->Next() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-12-20 16:13:51 +00:00
|
|
|
switch( item->Type() )
|
|
|
|
{
|
|
|
|
case PCB_MODULE_TEXT_T:
|
|
|
|
export_vrml_text_module( static_cast<TEXTE_MODULE*>( item ) );
|
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
case PCB_MODULE_EDGE_T:
|
|
|
|
export_vrml_edge_module( aModel, static_cast<EDGE_MODULE*>( item ),
|
|
|
|
aModule->GetOrientation() );
|
|
|
|
break;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-12-20 16:13:51 +00:00
|
|
|
default:
|
|
|
|
break;
|
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// Export pads
|
2014-01-06 20:14:24 +00:00
|
|
|
for( D_PAD* pad = aModule->Pads(); pad; pad = pad->Next() )
|
|
|
|
export_vrml_pad( aModel, aPcb, pad );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-24 16:17:18 +00:00
|
|
|
bool isFlipped = aModule->GetLayer() == B_Cu;
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2012-02-19 04:02:19 +00:00
|
|
|
// Export the object VRML model(s)
|
2014-02-03 21:39:42 +00:00
|
|
|
for( S3D_MASTER* vrmlm = aModule->Models(); vrmlm; vrmlm = vrmlm->Next() )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-01-25 12:23:29 +00:00
|
|
|
if( !vrmlm->Is3DType( S3D_MASTER::FILE3D_VRML ) )
|
2010-11-27 13:09:18 +00:00
|
|
|
continue;
|
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
wxFileName modelFileName = vrmlm->GetShape3DFullFilename();
|
|
|
|
wxFileName destFileName( a3D_Subdir, modelFileName.GetName(), modelFileName.GetExt() );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
// Only copy VRML files.
|
|
|
|
if( modelFileName.FileExists() && modelFileName.GetExt() == wxT( "wrl" ) )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-10-17 23:28:12 +00:00
|
|
|
if( aExport3DFiles )
|
|
|
|
{
|
|
|
|
wxDateTime srcModTime = modelFileName.GetModificationTime();
|
|
|
|
wxDateTime destModTime = srcModTime;
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
destModTime.SetToCurrent();
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( destFileName.FileExists() )
|
|
|
|
destModTime = destFileName.GetModificationTime();
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
// Only copy the file if it doesn't exist or has been modified. This eliminates
|
|
|
|
// the redundant file copies.
|
|
|
|
if( srcModTime != destModTime )
|
|
|
|
{
|
|
|
|
wxLogDebug( wxT( "Copying 3D model %s to %s." ),
|
|
|
|
GetChars( modelFileName.GetFullPath() ),
|
|
|
|
GetChars( destFileName.GetFullPath() ) );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( !wxCopyFile( modelFileName.GetFullPath(), destFileName.GetFullPath() ) )
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
2013-03-13 18:53:58 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
/* Calculate 3D shape rotation:
|
|
|
|
* this is the rotation parameters, with an additional 180 deg rotation
|
|
|
|
* for footprints that are flipped
|
|
|
|
* When flipped, axis rotation is the horizontal axis (X axis)
|
|
|
|
*/
|
|
|
|
double rotx = -vrmlm->m_MatRotation.x;
|
|
|
|
double roty = -vrmlm->m_MatRotation.y;
|
|
|
|
double rotz = -vrmlm->m_MatRotation.z;
|
2011-09-07 19:41:04 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( isFlipped )
|
|
|
|
{
|
|
|
|
rotx += 180.0;
|
2015-06-26 13:41:56 +00:00
|
|
|
roty = -roty;
|
|
|
|
rotz = -rotz;
|
2014-10-17 23:28:12 +00:00
|
|
|
}
|
2011-01-15 20:21:46 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
// Do some quaternion munching
|
|
|
|
double q1[4], q2[4], rot[4];
|
|
|
|
build_quat( 1, 0, 0, DEG2RAD( rotx ), q1 );
|
|
|
|
build_quat( 0, 1, 0, DEG2RAD( roty ), q2 );
|
|
|
|
compose_quat( q1, q2, q1 );
|
|
|
|
build_quat( 0, 0, 1, DEG2RAD( rotz ), q2 );
|
|
|
|
compose_quat( q1, q2, q1 );
|
2011-01-19 10:34:56 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
// Note here aModule->GetOrientation() is in 0.1 degrees,
|
|
|
|
// so module rotation has to be converted to radians
|
|
|
|
build_quat( 0, 0, 1, DECIDEG2RAD( aModule->GetOrientation() ), q2 );
|
|
|
|
compose_quat( q1, q2, q1 );
|
|
|
|
from_quat( q1, rot );
|
2011-01-15 20:21:46 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
aOutputFile << "Transform {\n";
|
2013-01-12 10:35:08 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
// A null rotation would fail the acos!
|
|
|
|
if( rot[3] != 0.0 )
|
|
|
|
{
|
|
|
|
aOutputFile << " rotation " << std::setprecision( 3 );
|
|
|
|
aOutputFile << rot[0] << " " << rot[1] << " " << rot[2] << " " << rot[3] << "\n";
|
|
|
|
}
|
2013-01-12 10:35:08 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
// adjust 3D shape local offset position
|
|
|
|
// they are given in inch, so they are converted in board IU.
|
|
|
|
double offsetx = vrmlm->m_MatPosition.x * IU_PER_MILS * 1000.0;
|
|
|
|
double offsety = vrmlm->m_MatPosition.y * IU_PER_MILS * 1000.0;
|
|
|
|
double offsetz = vrmlm->m_MatPosition.z * IU_PER_MILS * 1000.0;
|
|
|
|
|
|
|
|
if( isFlipped )
|
2015-06-26 13:41:56 +00:00
|
|
|
offsetz = -offsetz;
|
2014-10-17 23:28:12 +00:00
|
|
|
else // In normal mode, Y axis is reversed in Pcbnew.
|
2015-06-26 13:41:56 +00:00
|
|
|
offsety = -offsety;
|
2014-10-17 23:28:12 +00:00
|
|
|
|
|
|
|
RotatePoint( &offsetx, &offsety, aModule->GetOrientation() );
|
|
|
|
|
|
|
|
aOutputFile << " translation " << std::setprecision( aModel.precision );
|
|
|
|
aOutputFile << ( ( offsetx + aModule->GetPosition().x ) *
|
|
|
|
aModel.scale + aModel.tx ) << " ";
|
|
|
|
aOutputFile << ( -(offsety + aModule->GetPosition().y) *
|
|
|
|
aModel.scale - aModel.ty ) << " ";
|
|
|
|
aOutputFile << ( (offsetz * aModel.scale ) +
|
|
|
|
aModel.GetLayerZ( aModule->GetLayer() ) ) << "\n";
|
|
|
|
aOutputFile << " scale ";
|
|
|
|
aOutputFile << ( vrmlm->m_MatScale.x * aVRMLModelsToBiu ) << " ";
|
|
|
|
aOutputFile << ( vrmlm->m_MatScale.y * aVRMLModelsToBiu ) << " ";
|
|
|
|
aOutputFile << ( vrmlm->m_MatScale.z * aVRMLModelsToBiu ) << "\n";
|
|
|
|
aOutputFile << " children [\n Inline {\n url \"";
|
2013-03-27 18:34:23 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
if( aUseRelativePaths )
|
2013-03-27 18:34:23 +00:00
|
|
|
{
|
2014-10-17 23:28:12 +00:00
|
|
|
wxFileName tmp = destFileName;
|
|
|
|
tmp.SetExt( wxT( "" ) );
|
|
|
|
tmp.SetName( wxT( "" ) );
|
|
|
|
tmp.RemoveLastDir();
|
|
|
|
destFileName.MakeRelativeTo( tmp.GetPath() );
|
2013-03-27 18:34:23 +00:00
|
|
|
}
|
2014-10-17 23:28:12 +00:00
|
|
|
|
|
|
|
wxString fn = destFileName.GetFullPath();
|
|
|
|
fn.Replace( wxT( "\\" ), wxT( "/" ) );
|
|
|
|
aOutputFile << TO_UTF8( fn ) << "\"\n } ]\n";
|
2014-06-08 10:35:42 +00:00
|
|
|
aOutputFile << " }\n";
|
2013-03-27 18:34:23 +00:00
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
bool PCB_EDIT_FRAME::ExportVRML_File( const wxString& aFullFileName, double aMMtoWRMLunit,
|
|
|
|
bool aExport3DFiles, bool aUseRelativePaths,
|
2014-12-20 16:13:51 +00:00
|
|
|
bool aUsePlainPCB, const wxString& a3D_Subdir )
|
2010-11-27 13:09:18 +00:00
|
|
|
{
|
2014-06-08 10:35:42 +00:00
|
|
|
wxString msg;
|
|
|
|
BOARD* pcb = GetBoard();
|
|
|
|
bool ok = true;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-01-06 20:14:24 +00:00
|
|
|
MODEL_VRML model3d;
|
2014-12-20 16:13:51 +00:00
|
|
|
model3d.plainPCB = aUsePlainPCB;
|
2013-03-28 16:51:22 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
model_vrml = &model3d;
|
|
|
|
std::ofstream output_file;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
try
|
|
|
|
{
|
|
|
|
output_file.exceptions( std::ofstream::failbit );
|
|
|
|
output_file.open( TO_UTF8( aFullFileName ), std::ios_base::out );
|
2013-03-28 16:51:22 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Switch the locale to standard C (needed to print floating point numbers like 1.3)
|
|
|
|
SetLocaleTo_C_standard();
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Begin with the usual VRML boilerplate
|
2014-10-17 23:28:12 +00:00
|
|
|
wxString fn = aFullFileName;
|
|
|
|
fn.Replace( wxT( "\\" ), wxT( "/" ) );
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << "#VRML V2.0 utf8\n";
|
|
|
|
output_file << "WorldInfo {\n";
|
2014-10-17 23:28:12 +00:00
|
|
|
output_file << " title \"" << TO_UTF8( fn ) << " - Generated by Pcbnew\"\n";
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << "}\n";
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Set the VRML world scale factor
|
|
|
|
model3d.SetScale( aMMtoWRMLunit );
|
2014-02-03 21:39:42 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << "Transform {\n";
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// compute the offset to center the board on (0, 0, 0)
|
|
|
|
// XXX - NOTE: we should allow the user a GUI option to specify the offset
|
|
|
|
EDA_RECT bbbox = pcb->ComputeBoundingBox();
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-10-17 23:28:12 +00:00
|
|
|
model3d.SetOffset( -model3d.scale * bbbox.Centre().x, model3d.scale * bbbox.Centre().y );
|
++PCBNew
* Removed Pcb_Frame argument from BOARD() constructor, since it precludes
having a BOARD being edited by more than one editor, it was a bad design.
And this meant removing m_PcbFrame from BOARD.
* removed BOARD::SetWindowFrame(), and BOARD::m_PcbFrame
* Removed the global BOARD_DESIGN_SETTINGS which was in class_board.cpp
* added BOARD_DESIGN_SETTINGS to the BOARD class, a full instance
* a couple dialogs now only change BOARD_DESIGN_SETTINGS when OK is pressed,
such as dialog_mask_clearance, dialog_drc, etc.
* Removed common/pcbcommon.cpp's int g_CurrentVersionPCB = 1 and replaced it
with build_version.h's #define BOARD_FILE_VERSION, although there may be a
better place for this constant.
* Made the public functions in PARAM_CFG_ARRAY be type const.
void SaveParam(..) const and void ReadParam(..) const
* PARAM_CFG_BASE now has virtual destructor since we have various way of
destroying the derived class and boost::ptr_vector must be told about this.
* Pass const PARAM_CFG_ARRAY& instead of PARAM_CFG_ARRAY so that we can use
an automatic PARAM_CFG_ARRAY which is on the stack.\
* PCB_EDIT_FRAME::GetProjectFileParameters() may no longer cache the array,
since it has to access the current BOARD and the BOARD can change.
Remember BOARD_DESIGN_SETTINGS are now in the BOARD.
* Made the m_BoundingBox member private, this was a brutally hard task,
and indicative of the lack of commitment to accessors and object oriented
design on the part of KiCad developers. We must do better.
Added BOARD::GetBoundingBox, SetBoundingBox(), ComputeBoundingBox().
* Added PCB_BASE_FRAME::GetBoardBoundingBox() which calls BOARD::ComputeBoundingBox()
2011-12-05 06:15:33 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file << " children [\n";
|
++PCBNew
* Removed Pcb_Frame argument from BOARD() constructor, since it precludes
having a BOARD being edited by more than one editor, it was a bad design.
And this meant removing m_PcbFrame from BOARD.
* removed BOARD::SetWindowFrame(), and BOARD::m_PcbFrame
* Removed the global BOARD_DESIGN_SETTINGS which was in class_board.cpp
* added BOARD_DESIGN_SETTINGS to the BOARD class, a full instance
* a couple dialogs now only change BOARD_DESIGN_SETTINGS when OK is pressed,
such as dialog_mask_clearance, dialog_drc, etc.
* Removed common/pcbcommon.cpp's int g_CurrentVersionPCB = 1 and replaced it
with build_version.h's #define BOARD_FILE_VERSION, although there may be a
better place for this constant.
* Made the public functions in PARAM_CFG_ARRAY be type const.
void SaveParam(..) const and void ReadParam(..) const
* PARAM_CFG_BASE now has virtual destructor since we have various way of
destroying the derived class and boost::ptr_vector must be told about this.
* Pass const PARAM_CFG_ARRAY& instead of PARAM_CFG_ARRAY so that we can use
an automatic PARAM_CFG_ARRAY which is on the stack.\
* PCB_EDIT_FRAME::GetProjectFileParameters() may no longer cache the array,
since it has to access the current BOARD and the BOARD can change.
Remember BOARD_DESIGN_SETTINGS are now in the BOARD.
* Made the m_BoundingBox member private, this was a brutally hard task,
and indicative of the lack of commitment to accessors and object oriented
design on the part of KiCad developers. We must do better.
Added BOARD::GetBoundingBox, SetBoundingBox(), ComputeBoundingBox().
* Added PCB_BASE_FRAME::GetBoardBoundingBox() which calls BOARD::ComputeBoundingBox()
2011-12-05 06:15:33 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Preliminary computation: the z value for each layer
|
|
|
|
compute_layer_Zs( model3d, pcb );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// board edges and cutouts
|
|
|
|
export_vrml_board( model3d, pcb );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Drawing and text on the board
|
2014-12-20 16:13:51 +00:00
|
|
|
if( !aUsePlainPCB )
|
|
|
|
export_vrml_drawings( model3d, pcb );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Export vias and trackage
|
|
|
|
export_vrml_tracks( model3d, pcb );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Export zone fills
|
2014-12-20 16:13:51 +00:00
|
|
|
if( !aUsePlainPCB )
|
|
|
|
export_vrml_zones( model3d, pcb);
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
/* scaling factor to convert 3D models to board units (decimils)
|
|
|
|
* Usually we use Wings3D to create thems.
|
|
|
|
* One can consider the 3D units is 0.1 inch (2.54 mm)
|
|
|
|
* So the scaling factor from 0.1 inch to board units
|
|
|
|
* is 2.54 * aMMtoWRMLunit
|
|
|
|
*/
|
|
|
|
double wrml_3D_models_scaling_factor = 2.54 * aMMtoWRMLunit;
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Export footprints
|
|
|
|
for( MODULE* module = pcb->m_Modules; module != 0; module = module->Next() )
|
2014-10-17 23:28:12 +00:00
|
|
|
export_vrml_module( model3d, pcb, module, output_file, wrml_3D_models_scaling_factor,
|
|
|
|
aExport3DFiles, aUseRelativePaths, a3D_Subdir );
|
2013-03-28 16:51:22 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// write out the board and all layers
|
|
|
|
write_layers( model3d, output_file, pcb );
|
2014-01-06 20:14:24 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
// Close the outer 'transform' node
|
|
|
|
output_file << "]\n}\n";
|
|
|
|
}
|
|
|
|
catch( const std::exception& e )
|
|
|
|
{
|
|
|
|
wxString msg;
|
|
|
|
msg << _( "IDF Export Failed:\n" ) << FROM_UTF8( e.what() );
|
|
|
|
wxMessageBox( msg );
|
2010-11-27 13:09:18 +00:00
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
ok = false;
|
|
|
|
}
|
2010-11-27 13:09:18 +00:00
|
|
|
|
|
|
|
// End of work
|
2014-06-08 10:35:42 +00:00
|
|
|
output_file.exceptions( std::ios_base::goodbit );
|
|
|
|
output_file.close();
|
2010-11-27 13:09:18 +00:00
|
|
|
SetLocaleTo_Default(); // revert to the current locale
|
|
|
|
|
2014-06-08 10:35:42 +00:00
|
|
|
return ok;
|
2010-11-27 13:09:18 +00:00
|
|
|
}
|