#test006 segment normal behavior test 

Segment000 is a segment;
Segment000 from{1,1,1}to{2,2,2};
Segment000 draw;

Segment001 is a segment;
Segment001 from{-1,1,1}to{-2,2,2};
Segment001 width is 4;
Segment001 color is :Blue;
Segment001 draw;

Segment002 is a segment;
Segment002 from{1,-1,1}to{2,-2,2};
Segment002 width is 6;
Segment002 style is 0xf0f0;
Segment002 color is :Yellow;
Segment002 draw;

Segment003 is a segment;
Segment003 from{1,1,1}to{2,2,2};
Segment003 moves{0,0,1};
Segment003 antialiases on;
Segment003 color is :Green;
Segment003 draw;

Segment004 is a segment;
Segment004 from{1,1,1}to{2,2,2};
Segment004 moves{0,0,-1};
Segment004 antialiases on;
Segment004 smooths on;
Segment004 color is Yellow;
Segment004 draw;

Segment005 is a segment;
Segment005 from{1,-1,1}to{2,-2,2};
Segment005 width is 6;
Segment005 style is 0xf0f0;
Segment005 color is :Yellow;
Segment005 hide;
