#include <iostream>
#include "DGtal/io/boards/Board3DTo2D.h"
#include "DGtal/base/Common.h"
#include "DGtal/helpers/StdDefs.h"
#include "DGtal/shapes/Shapes.h"
using namespace std;
using namespace DGtal;
using namespace Z3i;
int main()
{
board << domain;
shape_set.erase(
Point(3,3,3));
shape_set.erase(
Point(6,6,6));
board << shape_set;
board.
saveCairo(
"dgtalBoard3DTo2D-2-sets.png", Board3DTo2D::CairoPNG, 600, 400);
}