#test004 box normal  behavior test

Box01 is a box;
Box01 from {1,1,1} to {3,3,3};
Box01 color is :Gray;
Box01 draw;

Box02 is a box;
Box02 from {-1,1,1} to {-3,3,3};
Box02 color is :RedTransparency;
Box02 draw;

Box03 is a box;
Box03 from {1,-1,1} to {3,-3,3};
Box03 color is :GreenTransparency;
Box03 draw;

Box04 is a box;
Box04 from {1,1,-1} to {3,3,-3};
Box04 color is :Blue;
Box04 draw;

Box05 is a box;
Box05 from {1,-1,-1} to {3,-3,-3};
Box05 color is :SkyBlue;
Box05 draw;

Box06 is a box;
Box06 from {-1,1,-1} to {-3,3,-3};
Box06 color is :Magenta;
Box06 draw;

Box07 is a box;
Box07 from {-1,-1,1} to {-3,-3,3};
Box07 color is :YellowTransparency;
Box07 draw;
