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

