begin_structure 20 ;		% Static structure 20 %
% ****************************************************************** %
% Set up basic object                                                %
% ****************************************************************** %
      Polygon3
	  100  -100     0
	  -50  -100     0
	  -50    50     0
	  100    50     0
      ; 
      Polygon3
	   50   -50     0
	   50   100     0
	 -100   100     0
	 -100   -50     0
      ; 
end_structure ;			% Structure 20  %

