#test011 cylinder1 normal behavior test 

Cylinder000 is a cylinder1;
Cylinder000 color is :Blue;
Cylinder000 draw;

Cylinder001 is a cylinder1;
Cylinder001 color is :Green;
Cylinder001 moves{0,2,0};
Cylinder001 height is 1.3;
Cylinder001 draw;

Cylinder002 is a cylinder1;
Cylinder002 color is :Blue;
Cylinder002 moves{0,-2,0};
Cylinder002 height is 0.6;
Cylinder002 bottom is 0.6;
Cylinder002 top is 0.9;
Cylinder002 draw;

Cylinder003 is a cylinder1;
Cylinder003 color is :Blue;
Cylinder003 moves{2,-2,0};
Cylinder003 height is 0.6;
Cylinder003 bottom is 0.6;
Cylinder003 wire;

Cylinder004 is a cylinder1;
Cylinder004 color is Green;
Cylinder004 moves {-2,-2,0};
Cylinder004 rotate {0,90,0};
Cylinder004 height is 0.6;
Cylinder004 draw;
