#test010 conic normal behavior test

Conic000 is a conic;
Conic000 draw;

Conic001 is a conic;
Conic001 moves {2,0,0};
Conic001 color is :Blue;
Conic001 division is 8;
Conic001 height is 1.5;
Conic001 draw;

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

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

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

Conic005 is a conic;
Conic005 from {2,0,0};
Conic005 to {3,0,3};
Conic005 color is :Green;
Conic005 draw;
