#test015 group normal behavior test 
# copy,rotate,moves,push,pop,into,up,drawall

DefaultSphereRadius is 0.5;
DefaultRadiusTop is 0.5;
DefaultRadiusBottom is 0.5;
Group000 is a group;
 into :Group000;
Sphere01 is a sphere;
Sphere01 color is :Red; 
Sphere01 moves {0,1,0};
Sphere02 is a sphere;
Sphere02 color is :Red;
Sphere02 moves {0,-1,0};
Pyramid is a pyramid;
Pyramid color is :Yellow;
Pyramid from{0,0,0} to{3,0,0};

Cylinder is a pipe0;
Cylinder to (Sphere01 location) from(Sphere02 location);
Cylinder color is :Blue;
 up;
Group000 drawall;
Group001  = Group000;
Group001 rotate {90,0,180};
Group003 is a group;
 push Group003;

Child_G_0 is :Group000;
Child_G_1 is :Group001; 
 pop;
Group003 moves{5,5,5};
Group003 drawall;

Group004 = Group003;
Group004 moves{5,-5,5};
Group004 wireall;
#Group004 delete;
