31 #include "DGtal/io/boards/Board3DTo2D.h"
32 #include "DGtal/io/DrawWithDisplay3DModifier.h"
33 #include "DGtal/base/Common.h"
34 #include "DGtal/helpers/StdDefs.h"
35 #include "DGtal/shapes/Shapes.h"
40 using namespace DGtal;
52 Point p2( 10, 10 , 10 );
59 shape_set.erase(
Point(3,3,3));
60 shape_set.erase(
Point(6,6,6));
71 board.
saveCairo(
"dgtalBoard3DTo2D-2bis-sets-wireframe.png", Board3DTo2D::CairoPNG, 600, 400);