#test008 pyramid normal behavior test

Pyramid000 is a pyramid;
Pyramid000 draw;

Pyramid001 is a pyramid;
Pyramid001 moves {2,0,0};
Pyramid001 color is :Blue;
Pyramid001 height is 1.5;
Pyramid001 draw;

Pyramid002 is a pyramid;
Pyramid002 moves {-2,0,0};
Pyramid002 color is :Green;
Pyramid002 height is 1.5;
Pyramid002 bottom is 0.7;
Pyramid002 draw;

Pyramid003 is a pyramid;
Pyramid003 moves {0,2,0};
Pyramid003 rotate {0,0,30};
Pyramid003 color is :Green;
Pyramid003 height is 1.5;
Pyramid003 bottom is 0.7;
Pyramid003 wire;

Pyramid004 is a pyramid;
Pyramid004 moves {0,2,0};
Pyramid004 rotate {0,0,30};
Pyramid004 color is :Green;
Pyramid004 height is 1.5;
Pyramid004 bottom is 0.7;
Pyramid004 hide;

Pyramid005 is a pyramid;
Pyramid005 from {2,0,0};
Pyramid005 to {3,0,3};
Pyramid005 color is :Green;
Pyramid005 draw;



