begin_structure 20 ;		% Static structure 20 %
% ****************************************************************** %
% Set up basic object                                                %
% ****************************************************************** %
	  Non_uniform_bspline_surface
	  non_rational
	  2 2
	  2 2
		  -50    50     0
		  100    50     0
		  -50  -100     0
		  100  -100     0
	  ; 

	  Non_uniform_bspline_surface
	  non_rational
	  2 2
	  2 2
		 -100   -50     0
		   50   -50     0
		 -100   100     0
		   50   100     0
	  ; 
end_structure ;			% Structure 20  %

