文件
geomesh/DTM3Dinv_MT/ModelDTMinvKM_MT.m
2023-06-22 15:47:20 +00:00

3517 行
270 KiB
Matlab

% ModelDTMinvKM_MT.m
%A personal laptop takes about ten minutes to run
%
import com.comsol.model.*
import com.comsol.model.util.*
runpath = pwd;
outname = 'ModelDTMinv' ;
model = ModelUtil.create('Model');
model.modelPath(runpath);
model.label('ModelDTMinvKM_MT.mph');
model.component.create('mod1', false);
model.component('mod1').geom.create('geom1', 3);
model.result.table.create('evl3', 'Table');
model.component('mod1').func.create('int1', 'Interpolation');
model.component('mod1').func('int1').set('source', 'file');
model.component('mod1').func('int1').set('importedname', 'topoxyzKm.txt');
model.component('mod1').func('int1').set('importedstruct', 'Spreadsheet');
model.component('mod1').func('int1').set('importeddim', '2D');
model.component('mod1').func('int1').set('argunit', {'' ''});
model.component('mod1').func('int1').set('filename', [runpath '\topoxyzKm.txt']);
model.component('mod1').func('int1').importData;
model.component('mod1').func('int1').set('nargs', '2');
model.component('mod1').func('int1').set('struct', 'spreadsheet');
model.component('mod1').mesh.create('mesh1');
model.component('mod1').geom('geom1').lengthUnit('km');
model.component('mod1').geom('geom1').create('blk1', 'Block');
model.component('mod1').geom('geom1').feature('blk1').set('pos', [0 0 -500]);
model.component('mod1').geom('geom1').feature('blk1').set('base', 'center');
model.component('mod1').geom('geom1').feature('blk1').set('size', [2950 3168 3000]);
model.component('mod1').geom('geom1').create('blk2', 'Block');
model.component('mod1').geom('geom1').feature('blk2').set('pos', [0 0 -50]);
model.component('mod1').geom('geom1').feature('blk2').set('base', 'center');
model.component('mod1').geom('geom1').feature('blk2').set('size', [880 796 600]);
model.component('mod1').geom('geom1').create('ps1', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps1').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps1').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps1').set('parmin2', -5.8);
model.component('mod1').geom('geom1').feature('ps1').set('parmax2', 4.2);
model.component('mod1').geom('geom1').feature('ps1').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps1').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps2', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps2').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps2').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps2').set('parmin2', -5.5);
model.component('mod1').geom('geom1').feature('ps2').set('parmax2', 4.5);
model.component('mod1').geom('geom1').feature('ps2').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps2').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps3', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps3').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps3').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps3').set('parmin2', -5.2);
model.component('mod1').geom('geom1').feature('ps3').set('parmax2', 4.8);
model.component('mod1').geom('geom1').feature('ps3').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps3').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps4', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps4').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps4').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps4').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps4').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps4').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps4').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps5', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps5').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps5').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps5').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps5').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps5').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps5').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps6', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps6').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps6').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps6').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps6').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps6').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps6').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps7', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps7').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps7').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps7').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps7').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps7').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps7').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps8', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps8').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps8').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps8').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps8').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps8').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps8').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps9', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps9').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps9').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps9').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps9').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps9').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps9').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps10', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps10').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps10').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps10').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps10').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps10').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps10').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps11', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps11').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps11').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps11').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps11').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps11').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps11').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps12', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps12').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps12').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps12').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps12').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps12').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps12').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps13', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps13').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps13').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps13').set('parmin2', -3.2);
model.component('mod1').geom('geom1').feature('ps13').set('parmax2', 6.8);
model.component('mod1').geom('geom1').feature('ps13').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps13').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps14', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps14').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps14').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps14').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps14').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps14').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps14').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps15', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps15').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps15').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps15').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps15').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps15').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps15').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps16', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps16').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps16').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps16').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps16').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps16').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps16').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps17', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps17').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps17').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps17').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps17').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps17').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps17').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps18', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps18').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps18').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps18').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps18').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps18').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps18').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps19', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps19').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps19').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps19').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps19').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps19').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps19').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps20', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps20').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps20').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps20').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps20').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps20').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps20').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps21', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps21').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps21').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps21').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps21').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps21').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps21').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps22', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps22').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps22').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps22').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps22').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps22').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps22').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps23', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps23').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps23').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps23').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps23').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps23').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps23').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps24', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps24').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps24').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps24').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps24').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps24').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps24').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps25', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps25').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps25').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps25').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps25').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps25').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps25').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps26', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps26').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps26').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps26').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps26').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps26').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps26').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps27', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps27').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps27').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps27').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps27').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps27').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps27').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps28', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps28').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps28').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps28').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps28').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps28').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps28').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps29', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps29').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps29').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps29').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps29').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps29').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps29').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps30', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps30').set('parmin1', 377.5);
model.component('mod1').geom('geom1').feature('ps30').set('parmax1', 382.5);
model.component('mod1').geom('geom1').feature('ps30').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps30').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps30').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps30').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps31', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps31').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps31').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps31').set('parmin2', -6.1);
model.component('mod1').geom('geom1').feature('ps31').set('parmax2', 3.9);
model.component('mod1').geom('geom1').feature('ps31').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps31').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps32', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps32').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps32').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps32').set('parmin2', -5.8);
model.component('mod1').geom('geom1').feature('ps32').set('parmax2', 4.2);
model.component('mod1').geom('geom1').feature('ps32').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps32').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps33', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps33').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps33').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps33').set('parmin2', -5.5);
model.component('mod1').geom('geom1').feature('ps33').set('parmax2', 4.5);
model.component('mod1').geom('geom1').feature('ps33').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps33').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps34', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps34').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps34').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps34').set('parmin2', -5.2);
model.component('mod1').geom('geom1').feature('ps34').set('parmax2', 4.8);
model.component('mod1').geom('geom1').feature('ps34').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps34').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps35', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps35').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps35').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps35').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps35').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps35').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps35').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps36', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps36').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps36').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps36').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps36').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps36').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps36').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps37', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps37').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps37').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps37').set('parmin2', -4.7);
model.component('mod1').geom('geom1').feature('ps37').set('parmax2', 5.3);
model.component('mod1').geom('geom1').feature('ps37').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps37').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps38', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps38').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps38').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps38').set('parmin2', -4.7);
model.component('mod1').geom('geom1').feature('ps38').set('parmax2', 5.3);
model.component('mod1').geom('geom1').feature('ps38').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps38').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps39', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps39').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps39').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps39').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps39').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps39').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps39').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps40', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps40').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps40').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps40').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps40').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps40').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps40').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps41', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps41').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps41').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps41').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps41').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps41').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps41').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps42', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps42').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps42').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps42').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps42').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps42').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps42').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps43', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps43').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps43').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps43').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps43').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps43').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps43').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps44', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps44').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps44').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps44').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps44').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps44').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps44').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps45', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps45').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps45').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps45').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps45').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps45').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps45').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps46', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps46').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps46').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps46').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps46').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps46').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps46').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps47', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps47').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps47').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps47').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps47').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps47').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps47').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps48', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps48').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps48').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps48').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps48').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps48').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps48').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps49', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps49').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps49').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps49').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps49').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps49').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps49').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps50', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps50').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps50').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps50').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps50').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps50').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps50').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps51', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps51').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps51').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps51').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps51').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps51').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps51').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps52', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps52').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps52').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps52').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps52').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps52').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps52').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps53', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps53').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps53').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps53').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps53').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps53').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps53').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps54', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps54').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps54').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps54').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps54').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps54').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps54').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps55', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps55').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps55').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps55').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps55').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps55').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps55').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps56', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps56').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps56').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps56').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps56').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps56').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps56').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps57', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps57').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps57').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps57').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps57').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps57').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps57').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps58', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps58').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps58').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps58').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps58').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps58').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps58').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps59', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps59').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps59').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps59').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps59').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps59').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps59').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps60', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps60').set('parmin1', 317.5);
model.component('mod1').geom('geom1').feature('ps60').set('parmax1', 322.5);
model.component('mod1').geom('geom1').feature('ps60').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps60').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps60').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps60').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps61', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps61').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps61').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps61').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps61').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps61').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps61').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps62', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps62').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps62').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps62').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps62').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps62').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps62').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps63', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps63').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps63').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps63').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps63').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps63').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps63').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps64', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps64').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps64').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps64').set('parmin2', -5.6);
model.component('mod1').geom('geom1').feature('ps64').set('parmax2', 4.4);
model.component('mod1').geom('geom1').feature('ps64').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps64').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps65', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps65').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps65').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps65').set('parmin2', -5.3);
model.component('mod1').geom('geom1').feature('ps65').set('parmax2', 4.7);
model.component('mod1').geom('geom1').feature('ps65').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps65').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps66', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps66').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps66').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps66').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps66').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps66').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps66').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps67', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps67').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps67').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps67').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps67').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps67').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps67').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps68', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps68').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps68').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps68').set('parmin2', -4.8);
model.component('mod1').geom('geom1').feature('ps68').set('parmax2', 5.2);
model.component('mod1').geom('geom1').feature('ps68').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps68').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps69', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps69').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps69').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps69').set('parmin2', -4.5);
model.component('mod1').geom('geom1').feature('ps69').set('parmax2', 5.5);
model.component('mod1').geom('geom1').feature('ps69').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps69').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps70', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps70').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps70').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps70').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps70').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps70').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps70').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps71', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps71').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps71').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps71').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps71').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps71').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps71').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps72', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps72').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps72').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps72').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps72').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps72').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps72').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps73', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps73').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps73').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps73').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps73').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps73').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps73').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps74', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps74').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps74').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps74').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps74').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps74').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps74').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps75', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps75').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps75').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps75').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps75').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps75').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps75').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps76', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps76').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps76').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps76').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps76').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps76').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps76').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps77', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps77').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps77').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps77').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps77').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps77').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps77').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps78', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps78').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps78').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps78').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps78').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps78').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps78').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps79', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps79').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps79').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps79').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps79').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps79').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps79').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps80', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps80').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps80').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps80').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps80').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps80').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps80').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps81', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps81').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps81').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps81').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps81').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps81').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps81').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps82', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps82').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps82').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps82').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps82').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps82').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps82').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps83', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps83').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps83').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps83').set('parmin2', -3);
model.component('mod1').geom('geom1').feature('ps83').set('parmax2', 7);
model.component('mod1').geom('geom1').feature('ps83').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps83').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps84', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps84').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps84').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps84').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps84').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps84').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps84').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps85', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps85').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps85').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps85').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps85').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps85').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps85').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps86', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps86').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps86').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps86').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps86').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps86').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps86').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps87', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps87').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps87').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps87').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps87').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps87').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps87').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps88', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps88').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps88').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps88').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps88').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps88').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps88').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps89', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps89').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps89').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps89').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps89').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps89').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps89').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps90', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps90').set('parmin1', 257.5);
model.component('mod1').geom('geom1').feature('ps90').set('parmax1', 262.5);
model.component('mod1').geom('geom1').feature('ps90').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps90').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps90').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps90').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps91', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps91').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps91').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps91').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps91').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps91').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps91').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps92', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps92').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps92').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps92').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps92').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps92').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps92').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps93', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps93').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps93').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps93').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps93').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps93').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps93').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps94', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps94').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps94').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps94').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps94').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps94').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps94').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps95', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps95').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps95').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps95').set('parmin2', -5.6);
model.component('mod1').geom('geom1').feature('ps95').set('parmax2', 4.4);
model.component('mod1').geom('geom1').feature('ps95').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps95').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps96', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps96').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps96').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps96').set('parmin2', -5.3);
model.component('mod1').geom('geom1').feature('ps96').set('parmax2', 4.7);
model.component('mod1').geom('geom1').feature('ps96').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps96').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps97', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps97').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps97').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps97').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps97').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps97').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps97').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps98', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps98').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps98').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps98').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps98').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps98').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps98').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps99', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps99').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps99').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps99').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps99').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps99').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps99').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps100', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps100').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps100').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps100').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps100').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps100').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps100').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps101', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps101').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps101').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps101').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps101').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps101').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps101').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps102', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps102').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps102').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps102').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps102').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps102').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps102').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps103', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps103').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps103').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps103').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps103').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps103').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps103').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps104', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps104').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps104').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps104').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps104').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps104').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps104').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps105', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps105').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps105').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps105').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps105').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps105').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps105').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps106', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps106').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps106').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps106').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps106').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps106').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps106').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps107', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps107').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps107').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps107').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps107').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps107').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps107').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps108', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps108').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps108').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps108').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps108').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps108').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps108').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps109', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps109').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps109').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps109').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps109').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps109').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps109').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps110', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps110').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps110').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps110').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps110').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps110').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps110').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps111', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps111').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps111').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps111').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps111').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps111').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps111').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps112', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps112').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps112').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps112').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps112').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps112').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps112').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps113', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps113').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps113').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps113').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps113').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps113').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps113').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps114', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps114').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps114').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps114').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps114').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps114').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps114').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps115', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps115').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps115').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps115').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps115').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps115').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps115').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps116', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps116').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps116').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps116').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps116').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps116').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps116').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps117', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps117').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps117').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps117').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps117').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps117').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps117').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps118', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps118').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps118').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps118').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps118').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps118').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps118').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps119', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps119').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps119').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps119').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps119').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps119').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps119').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps120', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps120').set('parmin1', 197.5);
model.component('mod1').geom('geom1').feature('ps120').set('parmax1', 202.5);
model.component('mod1').geom('geom1').feature('ps120').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps120').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps120').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps120').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps121', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps121').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps121').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps121').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps121').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps121').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps121').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps122', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps122').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps122').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps122').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps122').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps122').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps122').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps123', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps123').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps123').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps123').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps123').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps123').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps123').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps124', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps124').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps124').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps124').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps124').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps124').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps124').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps125', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps125').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps125').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps125').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps125').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps125').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps125').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps126', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps126').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps126').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps126').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps126').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps126').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps126').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps127', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps127').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps127').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps127').set('parmin2', -5.7);
model.component('mod1').geom('geom1').feature('ps127').set('parmax2', 4.3);
model.component('mod1').geom('geom1').feature('ps127').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps127').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps128', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps128').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps128').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps128').set('parmin2', -5.4);
model.component('mod1').geom('geom1').feature('ps128').set('parmax2', 4.6);
model.component('mod1').geom('geom1').feature('ps128').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps128').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps129', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps129').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps129').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps129').set('parmin2', -5.1);
model.component('mod1').geom('geom1').feature('ps129').set('parmax2', 4.9);
model.component('mod1').geom('geom1').feature('ps129').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps129').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps130', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps130').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps130').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps130').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps130').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps130').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps130').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps131', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps131').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps131').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps131').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps131').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps131').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps131').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps132', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps132').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps132').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps132').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps132').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps132').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps132').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps133', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps133').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps133').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps133').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps133').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps133').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps133').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps134', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps134').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps134').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps134').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps134').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps134').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps134').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps135', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps135').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps135').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps135').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps135').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps135').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps135').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps136', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps136').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps136').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps136').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps136').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps136').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps136').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps137', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps137').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps137').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps137').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps137').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps137').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps137').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps138', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps138').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps138').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps138').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps138').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps138').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps138').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps139', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps139').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps139').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps139').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps139').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps139').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps139').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps140', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps140').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps140').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps140').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps140').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps140').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps140').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps141', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps141').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps141').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps141').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps141').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps141').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps141').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps142', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps142').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps142').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps142').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps142').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps142').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps142').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps143', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps143').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps143').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps143').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps143').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps143').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps143').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps144', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps144').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps144').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps144').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps144').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps144').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps144').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps145', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps145').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps145').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps145').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps145').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps145').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps145').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps146', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps146').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps146').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps146').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps146').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps146').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps146').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps147', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps147').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps147').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps147').set('parmin2', -3.1);
model.component('mod1').geom('geom1').feature('ps147').set('parmax2', 6.9);
model.component('mod1').geom('geom1').feature('ps147').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps147').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps148', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps148').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps148').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps148').set('parmin2', -3);
model.component('mod1').geom('geom1').feature('ps148').set('parmax2', 7);
model.component('mod1').geom('geom1').feature('ps148').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps148').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps149', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps149').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps149').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps149').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps149').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps149').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps149').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps150', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps150').set('parmin1', 137.5);
model.component('mod1').geom('geom1').feature('ps150').set('parmax1', 142.5);
model.component('mod1').geom('geom1').feature('ps150').set('parmin2', -3.2);
model.component('mod1').geom('geom1').feature('ps150').set('parmax2', 6.8);
model.component('mod1').geom('geom1').feature('ps150').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps150').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps151', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps151').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps151').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps151').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps151').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps151').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps151').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps152', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps152').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps152').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps152').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps152').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps152').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps152').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps153', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps153').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps153').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps153').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps153').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps153').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps153').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps154', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps154').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps154').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps154').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps154').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps154').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps154').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps155', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps155').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps155').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps155').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps155').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps155').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps155').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps156', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps156').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps156').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps156').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps156').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps156').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps156').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps157', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps157').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps157').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps157').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps157').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps157').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps157').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps158', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps158').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps158').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps158').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps158').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps158').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps158').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps159', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps159').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps159').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps159').set('parmin2', -5.7);
model.component('mod1').geom('geom1').feature('ps159').set('parmax2', 4.3);
model.component('mod1').geom('geom1').feature('ps159').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps159').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps160', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps160').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps160').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps160').set('parmin2', -5.5);
model.component('mod1').geom('geom1').feature('ps160').set('parmax2', 4.5);
model.component('mod1').geom('geom1').feature('ps160').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps160').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps161', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps161').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps161').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps161').set('parmin2', -5.2);
model.component('mod1').geom('geom1').feature('ps161').set('parmax2', 4.8);
model.component('mod1').geom('geom1').feature('ps161').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps161').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps162', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps162').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps162').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps162').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps162').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps162').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps162').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps163', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps163').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps163').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps163').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps163').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps163').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps163').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps164', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps164').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps164').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps164').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps164').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps164').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps164').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps165', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps165').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps165').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps165').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps165').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps165').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps165').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps166', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps166').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps166').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps166').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps166').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps166').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps166').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps167', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps167').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps167').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps167').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps167').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps167').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps167').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps168', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps168').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps168').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps168').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps168').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps168').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps168').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps169', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps169').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps169').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps169').set('parmin2', -3.2);
model.component('mod1').geom('geom1').feature('ps169').set('parmax2', 6.8);
model.component('mod1').geom('geom1').feature('ps169').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps169').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps170', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps170').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps170').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps170').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps170').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps170').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps170').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps171', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps171').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps171').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps171').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps171').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps171').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps171').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps172', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps172').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps172').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps172').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps172').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps172').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps172').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps173', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps173').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps173').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps173').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps173').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps173').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps173').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps174', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps174').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps174').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps174').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps174').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps174').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps174').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps175', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps175').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps175').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps175').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps175').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps175').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps175').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps176', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps176').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps176').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps176').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps176').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps176').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps176').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps177', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps177').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps177').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps177').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps177').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps177').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps177').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps178', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps178').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps178').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps178').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps178').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps178').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps178').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps179', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps179').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps179').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps179').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps179').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps179').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps179').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps180', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps180').set('parmin1', 77.5);
model.component('mod1').geom('geom1').feature('ps180').set('parmax1', 82.5);
model.component('mod1').geom('geom1').feature('ps180').set('parmin2', -3);
model.component('mod1').geom('geom1').feature('ps180').set('parmax2', 7);
model.component('mod1').geom('geom1').feature('ps180').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps180').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps181', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps181').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps181').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps181').set('parmin2', -7.8);
model.component('mod1').geom('geom1').feature('ps181').set('parmax2', 2.2);
model.component('mod1').geom('geom1').feature('ps181').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps181').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps182', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps182').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps182').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps182').set('parmin2', -7.7);
model.component('mod1').geom('geom1').feature('ps182').set('parmax2', 2.3);
model.component('mod1').geom('geom1').feature('ps182').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps182').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps183', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps183').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps183').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps183').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps183').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps183').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps183').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps184', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps184').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps184').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps184').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps184').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps184').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps184').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps185', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps185').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps185').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps185').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps185').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps185').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps185').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps186', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps186').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps186').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps186').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps186').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps186').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps186').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps187', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps187').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps187').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps187').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps187').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps187').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps187').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps188', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps188').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps188').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps188').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps188').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps188').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps188').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps189', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps189').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps189').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps189').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps189').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps189').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps189').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps190', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps190').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps190').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps190').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps190').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps190').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps190').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps191', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps191').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps191').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps191').set('parmin2', -5.7);
model.component('mod1').geom('geom1').feature('ps191').set('parmax2', 4.3);
model.component('mod1').geom('geom1').feature('ps191').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps191').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps192', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps192').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps192').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps192').set('parmin2', -5.5);
model.component('mod1').geom('geom1').feature('ps192').set('parmax2', 4.5);
model.component('mod1').geom('geom1').feature('ps192').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps192').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps193', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps193').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps193').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps193').set('parmin2', -5.2);
model.component('mod1').geom('geom1').feature('ps193').set('parmax2', 4.8);
model.component('mod1').geom('geom1').feature('ps193').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps193').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps194', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps194').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps194').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps194').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps194').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps194').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps194').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps195', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps195').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps195').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps195').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps195').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps195').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps195').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps196', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps196').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps196').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps196').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps196').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps196').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps196').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps197', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps197').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps197').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps197').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps197').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps197').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps197').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps198', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps198').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps198').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps198').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps198').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps198').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps198').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps199', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps199').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps199').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps199').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps199').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps199').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps199').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps200', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps200').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps200').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps200').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps200').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps200').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps200').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps201', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps201').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps201').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps201').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps201').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps201').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps201').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps202', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps202').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps202').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps202').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps202').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps202').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps202').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps203', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps203').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps203').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps203').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps203').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps203').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps203').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps204', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps204').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps204').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps204').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps204').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps204').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps204').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps205', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps205').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps205').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps205').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps205').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps205').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps205').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps206', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps206').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps206').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps206').set('parmin2', -4.5);
model.component('mod1').geom('geom1').feature('ps206').set('parmax2', 5.5);
model.component('mod1').geom('geom1').feature('ps206').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps206').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps207', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps207').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps207').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps207').set('parmin2', -4.7);
model.component('mod1').geom('geom1').feature('ps207').set('parmax2', 5.3);
model.component('mod1').geom('geom1').feature('ps207').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps207').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps208', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps208').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps208').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps208').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps208').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps208').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps208').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps209', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps209').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps209').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps209').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps209').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps209').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps209').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps210', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps210').set('parmin1', 17.5);
model.component('mod1').geom('geom1').feature('ps210').set('parmax1', 22.5);
model.component('mod1').geom('geom1').feature('ps210').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps210').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps210').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps210').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps211', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps211').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps211').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps211').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps211').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps211').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps211').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps212', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps212').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps212').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps212').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps212').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps212').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps212').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps213', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps213').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps213').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps213').set('parmin2', -7.8);
model.component('mod1').geom('geom1').feature('ps213').set('parmax2', 2.2);
model.component('mod1').geom('geom1').feature('ps213').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps213').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps214', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps214').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps214').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps214').set('parmin2', -7.7);
model.component('mod1').geom('geom1').feature('ps214').set('parmax2', 2.3);
model.component('mod1').geom('geom1').feature('ps214').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps214').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps215', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps215').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps215').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps215').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps215').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps215').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps215').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps216', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps216').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps216').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps216').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps216').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps216').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps216').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps217', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps217').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps217').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps217').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps217').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps217').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps217').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps218', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps218').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps218').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps218').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps218').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps218').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps218').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps219', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps219').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps219').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps219').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps219').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps219').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps219').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps220', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps220').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps220').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps220').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps220').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps220').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps220').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps221', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps221').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps221').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps221').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps221').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps221').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps221').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps222', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps222').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps222').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps222').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps222').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps222').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps222').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps223', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps223').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps223').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps223').set('parmin2', -5.7);
model.component('mod1').geom('geom1').feature('ps223').set('parmax2', 4.3);
model.component('mod1').geom('geom1').feature('ps223').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps223').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps224', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps224').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps224').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps224').set('parmin2', -5.4);
model.component('mod1').geom('geom1').feature('ps224').set('parmax2', 4.6);
model.component('mod1').geom('geom1').feature('ps224').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps224').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps225', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps225').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps225').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps225').set('parmin2', -5.1);
model.component('mod1').geom('geom1').feature('ps225').set('parmax2', 4.9);
model.component('mod1').geom('geom1').feature('ps225').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps225').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps226', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps226').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps226').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps226').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps226').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps226').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps226').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps227', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps227').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps227').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps227').set('parmin2', -4.8);
model.component('mod1').geom('geom1').feature('ps227').set('parmax2', 5.2);
model.component('mod1').geom('geom1').feature('ps227').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps227').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps228', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps228').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps228').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps228').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps228').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps228').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps228').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps229', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps229').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps229').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps229').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps229').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps229').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps229').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps230', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps230').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps230').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps230').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps230').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps230').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps230').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps231', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps231').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps231').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps231').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps231').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps231').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps231').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps232', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps232').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps232').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps232').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps232').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps232').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps232').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps233', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps233').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps233').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps233').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps233').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps233').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps233').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps234', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps234').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps234').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps234').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps234').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps234').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps234').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps235', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps235').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps235').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps235').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps235').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps235').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps235').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps236', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps236').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps236').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps236').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps236').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps236').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps236').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps237', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps237').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps237').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps237').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps237').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps237').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps237').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps238', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps238').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps238').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps238').set('parmin2', -4.5);
model.component('mod1').geom('geom1').feature('ps238').set('parmax2', 5.5);
model.component('mod1').geom('geom1').feature('ps238').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps238').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps239', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps239').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps239').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps239').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps239').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps239').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps239').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps240', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps240').set('parmin1', -42.5);
model.component('mod1').geom('geom1').feature('ps240').set('parmax1', -37.5);
model.component('mod1').geom('geom1').feature('ps240').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps240').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps240').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps240').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps241', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps241').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps241').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps241').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps241').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps241').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps241').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps242', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps242').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps242').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps242').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps242').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps242').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps242').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps243', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps243').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps243').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps243').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps243').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps243').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps243').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps244', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps244').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps244').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps244').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps244').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps244').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps244').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps245', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps245').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps245').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps245').set('parmin2', -7.8);
model.component('mod1').geom('geom1').feature('ps245').set('parmax2', 2.2);
model.component('mod1').geom('geom1').feature('ps245').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps245').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps246', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps246').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps246').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps246').set('parmin2', -7.6);
model.component('mod1').geom('geom1').feature('ps246').set('parmax2', 2.4);
model.component('mod1').geom('geom1').feature('ps246').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps246').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps247', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps247').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps247').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps247').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps247').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps247').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps247').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps248', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps248').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps248').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps248').set('parmin2', -7.3);
model.component('mod1').geom('geom1').feature('ps248').set('parmax2', 2.7);
model.component('mod1').geom('geom1').feature('ps248').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps248').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps249', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps249').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps249').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps249').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps249').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps249').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps249').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps250', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps250').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps250').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps250').set('parmin2', -7);
model.component('mod1').geom('geom1').feature('ps250').set('parmax2', 3);
model.component('mod1').geom('geom1').feature('ps250').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps250').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps251', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps251').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps251').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps251').set('parmin2', -6.7);
model.component('mod1').geom('geom1').feature('ps251').set('parmax2', 3.3);
model.component('mod1').geom('geom1').feature('ps251').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps251').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps252', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps252').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps252').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps252').set('parmin2', -6.4);
model.component('mod1').geom('geom1').feature('ps252').set('parmax2', 3.6);
model.component('mod1').geom('geom1').feature('ps252').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps252').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps253', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps253').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps253').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps253').set('parmin2', -6.1);
model.component('mod1').geom('geom1').feature('ps253').set('parmax2', 3.9);
model.component('mod1').geom('geom1').feature('ps253').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps253').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps254', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps254').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps254').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps254').set('parmin2', -5.8);
model.component('mod1').geom('geom1').feature('ps254').set('parmax2', 4.2);
model.component('mod1').geom('geom1').feature('ps254').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps254').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps255', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps255').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps255').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps255').set('parmin2', -5.7);
model.component('mod1').geom('geom1').feature('ps255').set('parmax2', 4.3);
model.component('mod1').geom('geom1').feature('ps255').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps255').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps256', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps256').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps256').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps256').set('parmin2', -5.4);
model.component('mod1').geom('geom1').feature('ps256').set('parmax2', 4.6);
model.component('mod1').geom('geom1').feature('ps256').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps256').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps257', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps257').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps257').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps257').set('parmin2', -5.1);
model.component('mod1').geom('geom1').feature('ps257').set('parmax2', 4.9);
model.component('mod1').geom('geom1').feature('ps257').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps257').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps258', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps258').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps258').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps258').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps258').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps258').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps258').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps259', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps259').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps259').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps259').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps259').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps259').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps259').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps260', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps260').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps260').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps260').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps260').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps260').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps260').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps261', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps261').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps261').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps261').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps261').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps261').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps261').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps262', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps262').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps262').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps262').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps262').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps262').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps262').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps263', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps263').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps263').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps263').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps263').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps263').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps263').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps264', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps264').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps264').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps264').set('parmin2', -4.5);
model.component('mod1').geom('geom1').feature('ps264').set('parmax2', 5.5);
model.component('mod1').geom('geom1').feature('ps264').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps264').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps265', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps265').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps265').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps265').set('parmin2', -4.7);
model.component('mod1').geom('geom1').feature('ps265').set('parmax2', 5.3);
model.component('mod1').geom('geom1').feature('ps265').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps265').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps266', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps266').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps266').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps266').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps266').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps266').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps266').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps267', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps267').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps267').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps267').set('parmin2', -4.6);
model.component('mod1').geom('geom1').feature('ps267').set('parmax2', 5.4);
model.component('mod1').geom('geom1').feature('ps267').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps267').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps268', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps268').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps268').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps268').set('parmin2', -4.5);
model.component('mod1').geom('geom1').feature('ps268').set('parmax2', 5.5);
model.component('mod1').geom('geom1').feature('ps268').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps268').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps269', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps269').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps269').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps269').set('parmin2', -4.5);
model.component('mod1').geom('geom1').feature('ps269').set('parmax2', 5.5);
model.component('mod1').geom('geom1').feature('ps269').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps269').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps270', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps270').set('parmin1', -102.5);
model.component('mod1').geom('geom1').feature('ps270').set('parmax1', -97.5);
model.component('mod1').geom('geom1').feature('ps270').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps270').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps270').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps270').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps271', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps271').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps271').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps271').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps271').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps271').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps271').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps272', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps272').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps272').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps272').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps272').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps272').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps272').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps273', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps273').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps273').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps273').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps273').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps273').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps273').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps274', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps274').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps274').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps274').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps274').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps274').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps274').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps275', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps275').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps275').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps275').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps275').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps275').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps275').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps276', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps276').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps276').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps276').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps276').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps276').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps276').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps277', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps277').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps277').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps277').set('parmin2', -7.7);
model.component('mod1').geom('geom1').feature('ps277').set('parmax2', 2.3);
model.component('mod1').geom('geom1').feature('ps277').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps277').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps278', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps278').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps278').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps278').set('parmin2', -7.6);
model.component('mod1').geom('geom1').feature('ps278').set('parmax2', 2.4);
model.component('mod1').geom('geom1').feature('ps278').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps278').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps279', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps279').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps279').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps279').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps279').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps279').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps279').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps280', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps280').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps280').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps280').set('parmin2', -7.3);
model.component('mod1').geom('geom1').feature('ps280').set('parmax2', 2.7);
model.component('mod1').geom('geom1').feature('ps280').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps280').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps281', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps281').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps281').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps281').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps281').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps281').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps281').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps282', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps282').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps282').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps282').set('parmin2', -6.9);
model.component('mod1').geom('geom1').feature('ps282').set('parmax2', 3.1);
model.component('mod1').geom('geom1').feature('ps282').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps282').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps283', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps283').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps283').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps283').set('parmin2', -6.6);
model.component('mod1').geom('geom1').feature('ps283').set('parmax2', 3.4);
model.component('mod1').geom('geom1').feature('ps283').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps283').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps284', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps284').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps284').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps284').set('parmin2', -6.3);
model.component('mod1').geom('geom1').feature('ps284').set('parmax2', 3.7);
model.component('mod1').geom('geom1').feature('ps284').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps284').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps285', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps285').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps285').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps285').set('parmin2', -6);
model.component('mod1').geom('geom1').feature('ps285').set('parmax2', 4);
model.component('mod1').geom('geom1').feature('ps285').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps285').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps286', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps286').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps286').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps286').set('parmin2', -5.8);
model.component('mod1').geom('geom1').feature('ps286').set('parmax2', 4.2);
model.component('mod1').geom('geom1').feature('ps286').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps286').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps287', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps287').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps287').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps287').set('parmin2', -5.5);
model.component('mod1').geom('geom1').feature('ps287').set('parmax2', 4.5);
model.component('mod1').geom('geom1').feature('ps287').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps287').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps288', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps288').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps288').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps288').set('parmin2', -5.2);
model.component('mod1').geom('geom1').feature('ps288').set('parmax2', 4.8);
model.component('mod1').geom('geom1').feature('ps288').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps288').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps289', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps289').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps289').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps289').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps289').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps289').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps289').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps290', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps290').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps290').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps290').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps290').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps290').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps290').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps291', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps291').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps291').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps291').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps291').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps291').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps291').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps292', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps292').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps292').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps292').set('parmin2', -4);
model.component('mod1').geom('geom1').feature('ps292').set('parmax2', 6);
model.component('mod1').geom('geom1').feature('ps292').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps292').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps293', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps293').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps293').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps293').set('parmin2', -4.8);
model.component('mod1').geom('geom1').feature('ps293').set('parmax2', 5.2);
model.component('mod1').geom('geom1').feature('ps293').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps293').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps294', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps294').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps294').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps294').set('parmin2', -4.8);
model.component('mod1').geom('geom1').feature('ps294').set('parmax2', 5.2);
model.component('mod1').geom('geom1').feature('ps294').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps294').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps295', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps295').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps295').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps295').set('parmin2', -4.7);
model.component('mod1').geom('geom1').feature('ps295').set('parmax2', 5.3);
model.component('mod1').geom('geom1').feature('ps295').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps295').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps296', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps296').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps296').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps296').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps296').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps296').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps296').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps297', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps297').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps297').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps297').set('parmin2', -4.8);
model.component('mod1').geom('geom1').feature('ps297').set('parmax2', 5.2);
model.component('mod1').geom('geom1').feature('ps297').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps297').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps298', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps298').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps298').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps298').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps298').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps298').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps298').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps299', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps299').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps299').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps299').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps299').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps299').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps299').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps300', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps300').set('parmin1', -162.5);
model.component('mod1').geom('geom1').feature('ps300').set('parmax1', -157.5);
model.component('mod1').geom('geom1').feature('ps300').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps300').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps300').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps300').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps301', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps301').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps301').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps301').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps301').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps301').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps301').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps302', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps302').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps302').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps302').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps302').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps302').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps302').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps303', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps303').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps303').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps303').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps303').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps303').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps303').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps304', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps304').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps304').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps304').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps304').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps304').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps304').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps305', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps305').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps305').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps305').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps305').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps305').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps305').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps306', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps306').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps306').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps306').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps306').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps306').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps306').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps307', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps307').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps307').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps307').set('parmin2', -7.8);
model.component('mod1').geom('geom1').feature('ps307').set('parmax2', 2.2);
model.component('mod1').geom('geom1').feature('ps307').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps307').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps308', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps308').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps308').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps308').set('parmin2', -7.7);
model.component('mod1').geom('geom1').feature('ps308').set('parmax2', 2.3);
model.component('mod1').geom('geom1').feature('ps308').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps308').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps309', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps309').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps309').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps309').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps309').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps309').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps309').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps310', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps310').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps310').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps310').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps310').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps310').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps310').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps311', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps311').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps311').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps311').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps311').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps311').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps311').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps312', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps312').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps312').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps312').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps312').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps312').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps312').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps313', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps313').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps313').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps313').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps313').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps313').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps313').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps314', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps314').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps314').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps314').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps314').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps314').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps314').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps315', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps315').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps315').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps315').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps315').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps315').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps315').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps316', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps316').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps316').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps316').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps316').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps316').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps316').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps317', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps317').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps317').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps317').set('parmin2', -5.6);
model.component('mod1').geom('geom1').feature('ps317').set('parmax2', 4.4);
model.component('mod1').geom('geom1').feature('ps317').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps317').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps318', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps318').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps318').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps318').set('parmin2', -5.3);
model.component('mod1').geom('geom1').feature('ps318').set('parmax2', 4.7);
model.component('mod1').geom('geom1').feature('ps318').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps318').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps319', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps319').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps319').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps319').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps319').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps319').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps319').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps320', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps320').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps320').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps320').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps320').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps320').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps320').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps321', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps321').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps321').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps321').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps321').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps321').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps321').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps322', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps322').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps322').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps322').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps322').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps322').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps322').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps323', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps323').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps323').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps323').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps323').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps323').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps323').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps324', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps324').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps324').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps324').set('parmin2', -4.6);
model.component('mod1').geom('geom1').feature('ps324').set('parmax2', 5.4);
model.component('mod1').geom('geom1').feature('ps324').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps324').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps325', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps325').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps325').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps325').set('parmin2', -4.7);
model.component('mod1').geom('geom1').feature('ps325').set('parmax2', 5.3);
model.component('mod1').geom('geom1').feature('ps325').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps325').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps326', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps326').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps326').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps326').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps326').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps326').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps326').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps327', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps327').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps327').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps327').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps327').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps327').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps327').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps328', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps328').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps328').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps328').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps328').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps328').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps328').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps329', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps329').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps329').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps329').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps329').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps329').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps329').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps330', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps330').set('parmin1', -222.5);
model.component('mod1').geom('geom1').feature('ps330').set('parmax1', -217.5);
model.component('mod1').geom('geom1').feature('ps330').set('parmin2', -3);
model.component('mod1').geom('geom1').feature('ps330').set('parmax2', 7);
model.component('mod1').geom('geom1').feature('ps330').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps330').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps331', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps331').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps331').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps331').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps331').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps331').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps331').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps332', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps332').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps332').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps332').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps332').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps332').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps332').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps333', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps333').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps333').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps333').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps333').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps333').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps333').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps334', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps334').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps334').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps334').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps334').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps334').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps334').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps335', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps335').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps335').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps335').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps335').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps335').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps335').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps336', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps336').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps336').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps336').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps336').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps336').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps336').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps337', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps337').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps337').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps337').set('parmin2', -7.8);
model.component('mod1').geom('geom1').feature('ps337').set('parmax2', 2.2);
model.component('mod1').geom('geom1').feature('ps337').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps337').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps338', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps338').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps338').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps338').set('parmin2', -7.7);
model.component('mod1').geom('geom1').feature('ps338').set('parmax2', 2.3);
model.component('mod1').geom('geom1').feature('ps338').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps338').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps339', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps339').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps339').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps339').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps339').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps339').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps339').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps340', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps340').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps340').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps340').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps340').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps340').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps340').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps341', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps341').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps341').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps341').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps341').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps341').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps341').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps342', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps342').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps342').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps342').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps342').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps342').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps342').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps343', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps343').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps343').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps343').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps343').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps343').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps343').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps344', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps344').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps344').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps344').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps344').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps344').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps344').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps345', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps345').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps345').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps345').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps345').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps345').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps345').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps346', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps346').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps346').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps346').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps346').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps346').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps346').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps347', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps347').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps347').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps347').set('parmin2', -5.6);
model.component('mod1').geom('geom1').feature('ps347').set('parmax2', 4.4);
model.component('mod1').geom('geom1').feature('ps347').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps347').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps348', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps348').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps348').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps348').set('parmin2', -5.3);
model.component('mod1').geom('geom1').feature('ps348').set('parmax2', 4.7);
model.component('mod1').geom('geom1').feature('ps348').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps348').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps349', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps349').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps349').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps349').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps349').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps349').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps349').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps350', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps350').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps350').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps350').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps350').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps350').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps350').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps351', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps351').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps351').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps351').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps351').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps351').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps351').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps352', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps352').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps352').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps352').set('parmin2', -3.7);
model.component('mod1').geom('geom1').feature('ps352').set('parmax2', 6.3);
model.component('mod1').geom('geom1').feature('ps352').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps352').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps353', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps353').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps353').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps353').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps353').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps353').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps353').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps354', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps354').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps354').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps354').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps354').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps354').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps354').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps355', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps355').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps355').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps355').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps355').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps355').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps355').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps356', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps356').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps356').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps356').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps356').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps356').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps356').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps357', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps357').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps357').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps357').set('parmin2', -3);
model.component('mod1').geom('geom1').feature('ps357').set('parmax2', 7);
model.component('mod1').geom('geom1').feature('ps357').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps357').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps358', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps358').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps358').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps358').set('parmin2', -4.8);
model.component('mod1').geom('geom1').feature('ps358').set('parmax2', 5.2);
model.component('mod1').geom('geom1').feature('ps358').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps358').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps359', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps359').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps359').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps359').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps359').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps359').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps359').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps360', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps360').set('parmin1', -282.5);
model.component('mod1').geom('geom1').feature('ps360').set('parmax1', -277.5);
model.component('mod1').geom('geom1').feature('ps360').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps360').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps360').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps360').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps361', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps361').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps361').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps361').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps361').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps361').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps361').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps362', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps362').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps362').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps362').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps362').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps362').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps362').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps363', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps363').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps363').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps363').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps363').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps363').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps363').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps364', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps364').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps364').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps364').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps364').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps364').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps364').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps365', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps365').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps365').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps365').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps365').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps365').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps365').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps366', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps366').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps366').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps366').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps366').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps366').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps366').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps367', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps367').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps367').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps367').set('parmin2', -7.8);
model.component('mod1').geom('geom1').feature('ps367').set('parmax2', 2.2);
model.component('mod1').geom('geom1').feature('ps367').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps367').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps368', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps368').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps368').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps368').set('parmin2', -7.7);
model.component('mod1').geom('geom1').feature('ps368').set('parmax2', 2.3);
model.component('mod1').geom('geom1').feature('ps368').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps368').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps369', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps369').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps369').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps369').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps369').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps369').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps369').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps370', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps370').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps370').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps370').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps370').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps370').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps370').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps371', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps371').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps371').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps371').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps371').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps371').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps371').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps372', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps372').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps372').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps372').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps372').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps372').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps372').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps373', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps373').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps373').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps373').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps373').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps373').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps373').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps374', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps374').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps374').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps374').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps374').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps374').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps374').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps375', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps375').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps375').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps375').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps375').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps375').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps375').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps376', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps376').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps376').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps376').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps376').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps376').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps376').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps377', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps377').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps377').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps377').set('parmin2', -5.6);
model.component('mod1').geom('geom1').feature('ps377').set('parmax2', 4.4);
model.component('mod1').geom('geom1').feature('ps377').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps377').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps378', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps378').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps378').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps378').set('parmin2', -5.3);
model.component('mod1').geom('geom1').feature('ps378').set('parmax2', 4.7);
model.component('mod1').geom('geom1').feature('ps378').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps378').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps379', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps379').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps379').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps379').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps379').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps379').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps379').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps380', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps380').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps380').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps380').set('parmin2', -4.4);
model.component('mod1').geom('geom1').feature('ps380').set('parmax2', 5.6);
model.component('mod1').geom('geom1').feature('ps380').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps380').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps381', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps381').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps381').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps381').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps381').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps381').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps381').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps382', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps382').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps382').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps382').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps382').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps382').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps382').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps383', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps383').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps383').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps383').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps383').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps383').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps383').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps384', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps384').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps384').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps384').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps384').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps384').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps384').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps385', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps385').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps385').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps385').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps385').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps385').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps385').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps386', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps386').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps386').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps386').set('parmin2', -3.4);
model.component('mod1').geom('geom1').feature('ps386').set('parmax2', 6.6);
model.component('mod1').geom('geom1').feature('ps386').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps386').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps387', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps387').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps387').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps387').set('parmin2', -3.9);
model.component('mod1').geom('geom1').feature('ps387').set('parmax2', 6.1);
model.component('mod1').geom('geom1').feature('ps387').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps387').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps388', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps388').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps388').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps388').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps388').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps388').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps388').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps389', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps389').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps389').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps389').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps389').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps389').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps389').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps390', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps390').set('parmin1', -342.5);
model.component('mod1').geom('geom1').feature('ps390').set('parmax1', -337.5);
model.component('mod1').geom('geom1').feature('ps390').set('parmin2', -3);
model.component('mod1').geom('geom1').feature('ps390').set('parmax2', 7);
model.component('mod1').geom('geom1').feature('ps390').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps390').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps391', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps391').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps391').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps391').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps391').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps391').set('coord', {'s1' '-344' 's2'});
model.component('mod1').geom('geom1').feature('ps391').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps392', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps392').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps392').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps392').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps392').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps392').set('coord', {'s1' '-320' 's2'});
model.component('mod1').geom('geom1').feature('ps392').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps393', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps393').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps393').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps393').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps393').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps393').set('coord', {'s1' '-296' 's2'});
model.component('mod1').geom('geom1').feature('ps393').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps394', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps394').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps394').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps394').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps394').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps394').set('coord', {'s1' '-272' 's2'});
model.component('mod1').geom('geom1').feature('ps394').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps395', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps395').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps395').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps395').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps395').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps395').set('coord', {'s1' '-248' 's2'});
model.component('mod1').geom('geom1').feature('ps395').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps396', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps396').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps396').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps396').set('parmin2', -7.9);
model.component('mod1').geom('geom1').feature('ps396').set('parmax2', 2.1);
model.component('mod1').geom('geom1').feature('ps396').set('coord', {'s1' '-224' 's2'});
model.component('mod1').geom('geom1').feature('ps396').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps397', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps397').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps397').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps397').set('parmin2', -7.8);
model.component('mod1').geom('geom1').feature('ps397').set('parmax2', 2.2);
model.component('mod1').geom('geom1').feature('ps397').set('coord', {'s1' '-200' 's2'});
model.component('mod1').geom('geom1').feature('ps397').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps398', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps398').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps398').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps398').set('parmin2', -7.7);
model.component('mod1').geom('geom1').feature('ps398').set('parmax2', 2.3);
model.component('mod1').geom('geom1').feature('ps398').set('coord', {'s1' '-176' 's2'});
model.component('mod1').geom('geom1').feature('ps398').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps399', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps399').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps399').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps399').set('parmin2', -7.5);
model.component('mod1').geom('geom1').feature('ps399').set('parmax2', 2.5);
model.component('mod1').geom('geom1').feature('ps399').set('coord', {'s1' '-152' 's2'});
model.component('mod1').geom('geom1').feature('ps399').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps400', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps400').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps400').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps400').set('parmin2', -7.4);
model.component('mod1').geom('geom1').feature('ps400').set('parmax2', 2.6);
model.component('mod1').geom('geom1').feature('ps400').set('coord', {'s1' '-128' 's2'});
model.component('mod1').geom('geom1').feature('ps400').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps401', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps401').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps401').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps401').set('parmin2', -7.2);
model.component('mod1').geom('geom1').feature('ps401').set('parmax2', 2.8);
model.component('mod1').geom('geom1').feature('ps401').set('coord', {'s1' '-104' 's2'});
model.component('mod1').geom('geom1').feature('ps401').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps402', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps402').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps402').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps402').set('parmin2', -7.1);
model.component('mod1').geom('geom1').feature('ps402').set('parmax2', 2.9);
model.component('mod1').geom('geom1').feature('ps402').set('coord', {'s1' '-80' 's2'});
model.component('mod1').geom('geom1').feature('ps402').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps403', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps403').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps403').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps403').set('parmin2', -6.8);
model.component('mod1').geom('geom1').feature('ps403').set('parmax2', 3.2);
model.component('mod1').geom('geom1').feature('ps403').set('coord', {'s1' '-56' 's2'});
model.component('mod1').geom('geom1').feature('ps403').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps404', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps404').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps404').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps404').set('parmin2', -6.5);
model.component('mod1').geom('geom1').feature('ps404').set('parmax2', 3.5);
model.component('mod1').geom('geom1').feature('ps404').set('coord', {'s1' '-32' 's2'});
model.component('mod1').geom('geom1').feature('ps404').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps405', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps405').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps405').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps405').set('parmin2', -6.2);
model.component('mod1').geom('geom1').feature('ps405').set('parmax2', 3.8);
model.component('mod1').geom('geom1').feature('ps405').set('coord', {'s1' '-8' 's2'});
model.component('mod1').geom('geom1').feature('ps405').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps406', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps406').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps406').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps406').set('parmin2', -5.9);
model.component('mod1').geom('geom1').feature('ps406').set('parmax2', 4.1);
model.component('mod1').geom('geom1').feature('ps406').set('coord', {'s1' '16' 's2'});
model.component('mod1').geom('geom1').feature('ps406').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps407', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps407').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps407').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps407').set('parmin2', -5.6);
model.component('mod1').geom('geom1').feature('ps407').set('parmax2', 4.4);
model.component('mod1').geom('geom1').feature('ps407').set('coord', {'s1' '40' 's2'});
model.component('mod1').geom('geom1').feature('ps407').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps408', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps408').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps408').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps408').set('parmin2', -5.3);
model.component('mod1').geom('geom1').feature('ps408').set('parmax2', 4.7);
model.component('mod1').geom('geom1').feature('ps408').set('coord', {'s1' '64' 's2'});
model.component('mod1').geom('geom1').feature('ps408').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps409', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps409').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps409').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps409').set('parmin2', -4.9);
model.component('mod1').geom('geom1').feature('ps409').set('parmax2', 5.1);
model.component('mod1').geom('geom1').feature('ps409').set('coord', {'s1' '88' 's2'});
model.component('mod1').geom('geom1').feature('ps409').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps410', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps410').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps410').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps410').set('parmin2', -4.2);
model.component('mod1').geom('geom1').feature('ps410').set('parmax2', 5.8);
model.component('mod1').geom('geom1').feature('ps410').set('coord', {'s1' '112' 's2'});
model.component('mod1').geom('geom1').feature('ps410').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps411', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps411').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps411').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps411').set('parmin2', -4.3);
model.component('mod1').geom('geom1').feature('ps411').set('parmax2', 5.7);
model.component('mod1').geom('geom1').feature('ps411').set('coord', {'s1' '136' 's2'});
model.component('mod1').geom('geom1').feature('ps411').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps412', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps412').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps412').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps412').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps412').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps412').set('coord', {'s1' '160' 's2'});
model.component('mod1').geom('geom1').feature('ps412').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps413', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps413').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps413').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps413').set('parmin2', -3.3);
model.component('mod1').geom('geom1').feature('ps413').set('parmax2', 6.7);
model.component('mod1').geom('geom1').feature('ps413').set('coord', {'s1' '184' 's2'});
model.component('mod1').geom('geom1').feature('ps413').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps414', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps414').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps414').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps414').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps414').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps414').set('coord', {'s1' '208' 's2'});
model.component('mod1').geom('geom1').feature('ps414').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps415', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps415').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps415').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps415').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps415').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps415').set('coord', {'s1' '232' 's2'});
model.component('mod1').geom('geom1').feature('ps415').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps416', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps416').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps416').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps416').set('parmin2', -3.5);
model.component('mod1').geom('geom1').feature('ps416').set('parmax2', 6.5);
model.component('mod1').geom('geom1').feature('ps416').set('coord', {'s1' '256' 's2'});
model.component('mod1').geom('geom1').feature('ps416').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps417', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps417').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps417').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps417').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps417').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps417').set('coord', {'s1' '280' 's2'});
model.component('mod1').geom('geom1').feature('ps417').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps418', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps418').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps418').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps418').set('parmin2', -4.1);
model.component('mod1').geom('geom1').feature('ps418').set('parmax2', 5.9);
model.component('mod1').geom('geom1').feature('ps418').set('coord', {'s1' '304' 's2'});
model.component('mod1').geom('geom1').feature('ps418').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps419', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps419').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps419').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps419').set('parmin2', -3.8);
model.component('mod1').geom('geom1').feature('ps419').set('parmax2', 6.2);
model.component('mod1').geom('geom1').feature('ps419').set('coord', {'s1' '328' 's2'});
model.component('mod1').geom('geom1').feature('ps419').set('maxknots', 4);
model.component('mod1').geom('geom1').create('ps420', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps420').set('parmin1', -402.5);
model.component('mod1').geom('geom1').feature('ps420').set('parmax1', -397.5);
model.component('mod1').geom('geom1').feature('ps420').set('parmin2', -3.6);
model.component('mod1').geom('geom1').feature('ps420').set('parmax2', 6.4);
model.component('mod1').geom('geom1').feature('ps420').set('coord', {'s1' '352' 's2'});
model.component('mod1').geom('geom1').feature('ps420').set('maxknots', 4);
model.component('mod1').geom('geom1').create('pstopo', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('pstopo').set('parmin1', -1475);
model.component('mod1').geom('geom1').feature('pstopo').set('parmax1', 1475);
model.component('mod1').geom('geom1').feature('pstopo').set('parmin2', -1584);
model.component('mod1').geom('geom1').feature('pstopo').set('parmax2', 1584);
model.component('mod1').geom('geom1').feature('pstopo').set('coord', {'s1' 's2' 'int1(s1,s2)'});
model.component('mod1').geom('geom1').feature('pstopo').set('maxknots', 100);
model.component('mod1').geom('geom1').create('csol1', 'ConvertToSolid');
model.component('mod1').geom('geom1').feature('csol1').selection('input').set({'blk1' 'blk2' 'ps1' 'ps10' 'ps100' 'ps101' 'ps102' 'ps103' 'ps104' 'ps105' ...
'ps106' 'ps107' 'ps108' 'ps109' 'ps11' 'ps110' 'ps111' 'ps112' 'ps113' 'ps114' ...
'ps115' 'ps116' 'ps117' 'ps118' 'ps119' 'ps12' 'ps120' 'ps121' 'ps122' 'ps123' ...
'ps124' 'ps125' 'ps126' 'ps127' 'ps128' 'ps129' 'ps13' 'ps130' 'ps131' 'ps132' ...
'ps133' 'ps134' 'ps135' 'ps136' 'ps137' 'ps138' 'ps139' 'ps14' 'ps140' 'ps141' ...
'ps142' 'ps143' 'ps144' 'ps145' 'ps146' 'ps147' 'ps148' 'ps149' 'ps15' 'ps150' ...
'ps151' 'ps152' 'ps153' 'ps154' 'ps155' 'ps156' 'ps157' 'ps158' 'ps159' 'ps16' ...
'ps160' 'ps161' 'ps162' 'ps163' 'ps164' 'ps165' 'ps166' 'ps167' 'ps168' 'ps169' ...
'ps17' 'ps170' 'ps171' 'ps172' 'ps173' 'ps174' 'ps175' 'ps176' 'ps177' 'ps178' ...
'ps179' 'ps18' 'ps180' 'ps181' 'ps182' 'ps183' 'ps184' 'ps185' 'ps186' 'ps187' ...
'ps188' 'ps189' 'ps19' 'ps190' 'ps191' 'ps192' 'ps193' 'ps194' 'ps195' 'ps196' ...
'ps197' 'ps198' 'ps199' 'ps2' 'ps20' 'ps200' 'ps201' 'ps202' 'ps203' 'ps204' ...
'ps205' 'ps206' 'ps207' 'ps208' 'ps209' 'ps21' 'ps210' 'ps211' 'ps212' 'ps213' ...
'ps214' 'ps215' 'ps216' 'ps217' 'ps218' 'ps219' 'ps22' 'ps220' 'ps221' 'ps222' ...
'ps223' 'ps224' 'ps225' 'ps226' 'ps227' 'ps228' 'ps229' 'ps23' 'ps230' 'ps231' ...
'ps232' 'ps233' 'ps234' 'ps235' 'ps236' 'ps237' 'ps238' 'ps239' 'ps24' 'ps240' ...
'ps241' 'ps242' 'ps243' 'ps244' 'ps245' 'ps246' 'ps247' 'ps248' 'ps249' 'ps25' ...
'ps250' 'ps251' 'ps252' 'ps253' 'ps254' 'ps255' 'ps256' 'ps257' 'ps258' 'ps259' ...
'ps26' 'ps260' 'ps261' 'ps262' 'ps263' 'ps264' 'ps265' 'ps266' 'ps267' 'ps268' ...
'ps269' 'ps27' 'ps270' 'ps271' 'ps272' 'ps273' 'ps274' 'ps275' 'ps276' 'ps277' ...
'ps278' 'ps279' 'ps28' 'ps280' 'ps281' 'ps282' 'ps283' 'ps284' 'ps285' 'ps286' ...
'ps287' 'ps288' 'ps289' 'ps29' 'ps290' 'ps291' 'ps292' 'ps293' 'ps294' 'ps295' ...
'ps296' 'ps297' 'ps298' 'ps299' 'ps3' 'ps30' 'ps300' 'ps301' 'ps302' 'ps303' ...
'ps304' 'ps305' 'ps306' 'ps307' 'ps308' 'ps309' 'ps31' 'ps310' 'ps311' 'ps312' ...
'ps313' 'ps314' 'ps315' 'ps316' 'ps317' 'ps318' 'ps319' 'ps32' 'ps320' 'ps321' ...
'ps322' 'ps323' 'ps324' 'ps325' 'ps326' 'ps327' 'ps328' 'ps329' 'ps33' 'ps330' ...
'ps331' 'ps332' 'ps333' 'ps334' 'ps335' 'ps336' 'ps337' 'ps338' 'ps339' 'ps34' ...
'ps340' 'ps341' 'ps342' 'ps343' 'ps344' 'ps345' 'ps346' 'ps347' 'ps348' 'ps349' ...
'ps35' 'ps350' 'ps351' 'ps352' 'ps353' 'ps354' 'ps355' 'ps356' 'ps357' 'ps358' ...
'ps359' 'ps36' 'ps360' 'ps361' 'ps362' 'ps363' 'ps364' 'ps365' 'ps366' 'ps367' ...
'ps368' 'ps369' 'ps37' 'ps370' 'ps371' 'ps372' 'ps373' 'ps374' 'ps375' 'ps376' ...
'ps377' 'ps378' 'ps379' 'ps38' 'ps380' 'ps381' 'ps382' 'ps383' 'ps384' 'ps385' ...
'ps386' 'ps387' 'ps388' 'ps389' 'ps39' 'ps390' 'ps391' 'ps392' 'ps393' 'ps394' ...
'ps395' 'ps396' 'ps397' 'ps398' 'ps399' 'ps4' 'ps40' 'ps400' 'ps401' 'ps402' ...
'ps403' 'ps404' 'ps405' 'ps406' 'ps407' 'ps408' 'ps409' 'ps41' 'ps410' 'ps411' ...
'ps412' 'ps413' 'ps414' 'ps415' 'ps416' 'ps417' 'ps418' 'ps419' 'ps42' 'ps420' ...
'ps43' 'ps44' 'ps45' 'ps46' 'ps47' 'ps48' 'ps49' 'ps5' 'ps50' 'ps51' ...
'ps52' 'ps53' 'ps54' 'ps55' 'ps56' 'ps57' 'ps58' 'ps59' 'ps6' 'ps60' ...
'ps61' 'ps62' 'ps63' 'ps64' 'ps65' 'ps66' 'ps67' 'ps68' 'ps69' 'ps7' ...
'ps70' 'ps71' 'ps72' 'ps73' 'ps74' 'ps75' 'ps76' 'ps77' 'ps78' 'ps79' ...
'ps8' 'ps80' 'ps81' 'ps82' 'ps83' 'ps84' 'ps85' 'ps86' 'ps87' 'ps88' ...
'ps89' 'ps9' 'ps90' 'ps91' 'ps92' 'ps93' 'ps94' 'ps95' 'ps96' 'ps97' ...
'ps98' 'ps99' 'pstopo'});
model.component('mod1').geom('geom1').create('del1', 'Delete');
model.component('mod1').geom('geom1').feature('del1').selection('input').set('csol1(1)', [19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858]);
model.component('mod1').geom('geom1').create('sea level', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('sea level').set('parmin1', -1475);
model.component('mod1').geom('geom1').feature('sea level').set('parmax1', 1475);
model.component('mod1').geom('geom1').feature('sea level').set('parmin2', -1584);
model.component('mod1').geom('geom1').feature('sea level').set('parmax2', 1584);
model.component('mod1').geom('geom1').feature('sea level').set('coord', {'s1' 's2' '0'});
model.component('mod1').geom('geom1').feature('sea level').set('maxknots', 10);
model.component('mod1').geom('geom1').create('csol2', 'ConvertToSolid');
model.component('mod1').geom('geom1').feature('csol2').selection('input').set({'del1' 'sea level'});
model.component('mod1').geom('geom1').create('cmd2', 'CompositeDomains');
model.component('mod1').geom('geom1').feature('cmd2').selection('input').set('fin(1)', [6 9]);
model.component('mod1').geom('geom1').create('cmd1', 'CompositeDomains');
model.component('mod1').geom('geom1').feature('cmd1').selection('input').set('cmd2(1)', [1 4 5]);
model.component('mod1').geom('geom1').run;
model.component('mod1').variable.create('var1');
model.component('mod1').variable('var1').set('rho_xy', '((abs((Ex2_G*mf.Hx-Ex1_G*mf2.Hx)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy)))^2/(2*pi*freq*mu0_const))', 'Apparent resistivity, xy');
model.component('mod1').variable('var1').set('rho_yx', '((abs((Ey1_G*mf2.Hy-Ey2_G*mf.Hy)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy)))^2/(2*pi*freq*mu0_const))', 'Apparent resistivity, yx');
model.component('mod1').variable('var1').set('rho_xx', '((abs((Ex1_G*mf2.Hy-Ex2_G*mf.Hy)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy)))^2/(2*pi*freq*mu0_const))', 'Apparent resistivity, xx');
model.component('mod1').variable('var1').set('rho_yy', '((abs((Ey2_G*mf.Hx-Ey1_G*mf2.Hx)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy)))^2/(2*pi*freq*mu0_const))', 'Apparent resistivity, yy');
model.component('mod1').variable('var1').set('phi_xy', 'arg(1[S]*(Ex2_G*mf.Hx-Ex1_G*mf2.Hx)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy))[rad]', 'Apparent resistivity phase, xy');
model.component('mod1').variable('var1').set('phi_yx', 'arg(1[S]*(Ey1_G*mf2.Hy-Ey2_G*mf.Hy)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy))[rad]', 'Apparent resistivity phase, yx');
model.component('mod1').variable('var1').set('phi_xx', 'arg(1[S]*(Ex1_G*mf2.Hy-Ex2_G*mf.Hy)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy))[rad]', 'Apparent resistivity phase, xx');
model.component('mod1').variable('var1').set('phi_yy', 'arg(1[S]*(Ey2_G*mf.Hx-Ey1_G*mf2.Hx)/(mf.Hx*mf2.Hy-mf2.Hx*mf.Hy))[rad]', 'Apparent resistivity phase, yy');
model.component('mod1').variable('var1').set('S', 'abs((mf2.Ex/mf2.Hx+mf.Ey/mf.Hy)/(mf.Ex/mf.Hy-mf2.Ey/mf2.Hx))');
model.component('mod1').variable.create('var2');
model.component('mod1').variable('var2').set('Ex1_G', 'real(mf.Ex)+mf.omega*1[s]*imag(d(mf.psi0,x))/1[S/m]+i*(imag(mf.Ex)+mf.omega*1[s]*real(d(mf.psi0,x))/1[S/m])');
model.component('mod1').variable('var2').set('Ey1_G', 'real(mf.Ey)+mf.omega*1[s]*imag(d(mf.psi0,y))/1[S/m]+i*(imag(mf.Ey)+mf.omega*1[s]*real(d(mf.psi0,y))/1[S/m])');
model.component('mod1').variable('var2').set('Ez1_G', 'real(mf.Ez)+mf.omega*1[s]*imag(d(mf.psi0,z))/1[S/m]+i*(imag(mf.Ez)+mf.omega*1[s]*real(d(mf.psi0,z))/1[S/m])');
model.component('mod1').variable('var2').set('Ex2_G', 'real(mf2.Ex)+mf2.omega*1[s]*imag(d(mf2.psi0,x))/1[S/m]+i*(imag(mf2.Ex)+mf2.omega*1[s]*real(d(mf2.psi0,x))/1[S/m])');
model.component('mod1').variable('var2').set('Ey2_G', 'real(mf2.Ey)+mf2.omega*1[s]*imag(d(mf2.psi0,y))/1[S/m]+i*(imag(mf2.Ey)+mf2.omega*1[s]*real(d(mf2.psi0,y))/1[S/m])');
model.component('mod1').variable('var2').set('Ez2_G', 'real(mf2.Ez)+mf2.omega*1[s]*imag(d(mf2.psi0,z))/1[S/m]+i*(imag(mf2.Ez)+mf2.omega*1[s]*real(d(mf2.psi0,z))/1[S/m])');
model.component('mod1').variable('var2').set('normE1_G', 'sqrt(Ex1_G^2+Ey1_G^2+Ez1_G^2)');
model.component('mod1').variable('var2').set('normE2_G', 'sqrt(Ex2_G^2+Ey2_G^2+Ez2_G^2)');
model.component('mod1').variable('var2').set('normE2_G2', 'sqrt(Ey2_G^2+Ez2_G^2)');
model.component('mod1').variable('var2').set('Eyz_r', '(sqrt(real(Ey2_G)^2+real(Ez2_G)^2))');
model.component('mod1').variable('var2').set('Eyz_i', '(sqrt(imag(Ey2_G)^2+imag(Ez2_G)^2))');
model.component('mod1').variable('var2').set('Exy_i', '(sqrt(imag(Ex2_G)^2+imag(Ey2_G)^2))');
model.component('mod1').view('view1').hideEntities.create('hide1');
model.component('mod1').view('view1').hideEntities('hide1').set([1 2 3 6]);
model.view.create('view2', 2);
model.view.create('view3', 3);
model.view.create('view4', 2);
model.component('mod1').material.create('mat1', 'Common');
model.component('mod1').material.create('mat2', 'Common');
model.component('mod1').material.create('mat3', 'Common');
model.component('mod1').material('mat1').selection.set([3 6]);
model.component('mod1').material('mat2').selection.set([1 4]);
model.component('mod1').material('mat3').selection.set([2 5]);
model.component('mod1').physics.create('mf', 'InductionCurrents', 'geom1');
model.component('mod1').physics('mf').create('pmc1', 'PerfectMagneticConductor', 2);
model.component('mod1').physics('mf').feature('pmc1').selection.set([1 7 30 32]);
model.component('mod1').physics('mf').create('mfb1', 'MagneticFieldBoundary', 2);
model.component('mod1').physics('mf').feature('mfb1').selection.set([10]);
model.component('mod1').physics('mf').create('gfa1', 'GaugeFixingA', 3);
model.component('mod1').physics.create('mf2', 'InductionCurrents', 'geom1');
model.component('mod1').physics('mf2').create('pmc1', 'PerfectMagneticConductor', 2);
model.component('mod1').physics('mf2').feature('pmc1').selection.set([2 8 12 13]);
model.component('mod1').physics('mf2').create('mfb1', 'MagneticFieldBoundary', 2);
model.component('mod1').physics('mf2').feature('mfb1').selection.set([10]);
model.component('mod1').physics('mf2').create('gfa1', 'GaugeFixingA', 3);
model.component('mod1').mesh('mesh1').create('dis1', 'Distribution');
model.component('mod1').mesh('mesh1').create('ftet2', 'FreeTet');
model.component('mod1').mesh('mesh1').create('ftet1', 'FreeTet');
model.component('mod1').mesh('mesh1').feature('dis1').selection.geom('geom1', 1);
model.component('mod1').mesh('mesh1').feature('dis1').selection.set([37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456]);
model.component('mod1').mesh('mesh1').feature('ftet2').selection.geom('geom1', 3);
model.component('mod1').mesh('mesh1').feature('ftet2').selection.set([4 5 6]);
model.component('mod1').mesh('mesh1').feature('ftet2').create('size1', 'Size');
model.result.table('evl3').label('Evaluation 3D');
model.result.table('evl3').comments('Interactive 3D values');
model.component('mod1').view('view1').set('renderwireframe', true);
model.component('mod1').view('view1').set('showgrid', false);
model.component('mod1').view('view1').set('ssao', true);
model.component('mod1').view('view1').set('environmentmap', 'envmap_meadow');
model.component('mod1').view('view1').light('lgt1').set('specular', 1);
model.view('view3').set('scenelight', false);
model.view('view4').axis.set('xmin', -1622.5);
model.view('view4').axis.set('xmax', 1622.5);
model.view('view4').axis.set('ymin', -1742.4000244140625);
model.view('view4').axis.set('ymax', 1742.4000244140625);
model.view('view4').axis.set('viewscaletype', 'automatic');
model.component('mod1').material('mat1').label('air');
model.component('mod1').material('mat1').propertyGroup('def').set('relpermeability', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat1').propertyGroup('def').set('electricconductivity', {'10^-8' '0' '0' '0' '10^-8' '0' '0' '0' '10^-8'});
model.component('mod1').material('mat1').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat2').label('rock');
model.component('mod1').material('mat2').propertyGroup('def').set('relpermeability', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat2').propertyGroup('def').set('electricconductivity', {'0.01' '0' '0' '0' '0.01' '0' '0' '0' '0.01'});
model.component('mod1').material('mat2').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat3').label('sea');
model.component('mod1').material('mat3').propertyGroup('def').set('relpermeability', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat3').propertyGroup('def').set('electricconductivity', {'3' '0' '0' '0' '3' '0' '0' '0' '3'});
model.component('mod1').material('mat3').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').physics('mf').prop('ShapeProperty').set('order_magneticvectorpotential', 1);
model.component('mod1').physics('mf').feature('mfb1').set('H0', [0; 1; 0]);
model.component('mod1').physics('mf2').prop('ShapeProperty').set('order_magneticvectorpotential', 1);
model.component('mod1').physics('mf2').feature('mfb1').set('H0', [1; 0; 0]);
model.component('mod1').mesh('mesh1').feature('dis1').active(false);
model.component('mod1').mesh('mesh1').feature('dis1').set('numelem', 2);
model.component('mod1').mesh('mesh1').feature('ftet2').set('optlevel', 'high');
model.component('mod1').mesh('mesh1').feature('ftet2').set('optlarge', true);
model.component('mod1').mesh('mesh1').feature('ftet2').set('optsmall', true);
model.component('mod1').mesh('mesh1').feature('ftet1').set('optlevel', 'high');
model.component('mod1').mesh('mesh1').run;
model.study.create('std1');
model.study('std1').create('freq', 'Frequency');
model.study('std1').create('freq1', 'Frequency');
model.study('std1').feature('freq').set('activate', {'mf' 'on' 'mf2' 'off' 'frame:material1' 'on'});
model.study('std1').feature('freq1').set('activate', {'mf' 'off' 'mf2' 'on' 'frame:material1' 'on'});
model.sol.create('sol1');
model.sol('sol1').study('std1');
model.sol('sol1').attach('std1');
model.sol('sol1').create('st1', 'StudyStep');
model.sol('sol1').create('v1', 'Variables');
model.sol('sol1').create('s1', 'Stationary');
model.sol('sol1').create('st2', 'StudyStep');
model.sol('sol1').create('v2', 'Variables');
model.sol('sol1').create('s2', 'Stationary');
model.sol('sol1').feature('s1').create('p1', 'Parametric');
model.sol('sol1').feature('s1').create('fc1', 'FullyCoupled');
model.sol('sol1').feature('s1').create('d1', 'Direct');
model.sol('sol1').feature('s1').create('i1', 'Iterative');
model.sol('sol1').feature('s1').feature('i1').create('asamg1', 'AuxiliarySpaceAMG');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('pr').create('so1', 'SOR');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('po').create('so1', 'SOR');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('cs').create('d1', 'Direct');
model.sol('sol1').feature('s1').feature.remove('fcDef');
model.sol('sol1').feature('s2').create('p1', 'Parametric');
model.sol('sol1').feature('s2').create('fc1', 'FullyCoupled');
model.sol('sol1').feature('s2').create('d1', 'Direct');
model.sol('sol1').feature('s2').create('i1', 'Iterative');
model.sol('sol1').feature('s2').feature('i1').create('asamg1', 'AuxiliarySpaceAMG');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('pr').create('so1', 'SOR');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('po').create('so1', 'SOR');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('cs').create('d1', 'Direct');
model.sol('sol1').feature('s2').feature.remove('fcDef');
model.result.dataset.create('mesh1', 'Mesh');
model.result.dataset.create('int1_ds1', 'Grid2D');
model.result.dataset('int1_ds1').set('data', 'none');
model.result.create('pg1', 'PlotGroup3D');
model.result.create('pg5', 'PlotGroup3D');
model.result.create('pg8', 'PlotGroup2D');
model.result.create('pg9', 'PlotGroup3D');
model.result.create('pg10', 'PlotGroup3D');
model.result.create('pg15', 'PlotGroup3D');
model.result.create('pg16', 'PlotGroup3D');
model.result.create('pg11', 'PlotGroup3D');
model.result.create('pg13', 'PlotGroup3D');
model.result.create('pg12', 'PlotGroup3D');
model.result.create('pg14', 'PlotGroup3D');
model.result('pg1').set('data', 'mesh1');
model.result('pg1').create('mesh1', 'Mesh');
model.result('pg1').feature('mesh1').set('data', 'mesh1');
model.result('pg1').feature('mesh1').set('meshdomain', 'volume');
model.result('pg1').feature('mesh1').create('sel1', 'MeshSelection');
model.result('pg1').feature('mesh1').feature('sel1').selection.set([4 5]);
model.result('pg5').set('data', 'mesh1');
model.result('pg5').create('mslc1', 'Multislice');
model.result('pg5').create('vol1', 'Volume');
model.result('pg5').feature('mslc1').set('expr', 'dom');
model.result('pg5').feature('mslc1').create('sel1', 'Selection');
model.result('pg5').feature('mslc1').feature('sel1').selection.set([4 5 6]);
model.result('pg5').feature('vol1').set('data', 'mesh1');
model.result('pg5').feature('vol1').set('expr', 'dom');
model.result('pg8').create('plot1', 'Function2D');
model.result('pg8').feature('plot1').set('expr', 'mod1.int1(x,y)');
model.result('pg8').feature('plot1').create('height1', 'Height');
model.result('pg8').feature('plot1').feature('height1').set('view', 'view3');
model.result('pg8').feature('plot1').feature('height1').set('expr', 'mod1.mf.normB');
model.result('pg9').create('mslc1', 'Multislice');
model.result('pg9').create('vol1', 'Volume');
model.result('pg9').feature('mslc1').set('expr', 'mf.normE');
model.result('pg9').feature('vol1').set('expr', 'mf.normE');
model.result('pg9').feature('vol1').create('sel1', 'Selection');
model.result('pg9').feature('vol1').feature('sel1').selection.set([4 5]);
model.result('pg10').create('vol1', 'Volume');
model.result('pg10').create('mslc1', 'Multislice');
model.result('pg10').feature('vol1').set('expr', 'mf2.normE');
model.result('pg10').feature('vol1').create('sel1', 'Selection');
model.result('pg10').feature('vol1').feature('sel1').selection.set([4]);
model.result('pg10').feature('mslc1').set('expr', 'mf2.normB');
model.result('pg15').create('mslc1', 'Multislice');
model.result('pg15').create('vol1', 'Volume');
model.result('pg15').feature('mslc1').set('expr', 'mf.Hx');
model.result('pg15').feature('vol1').set('expr', 'mf.Hy');
model.result('pg15').feature('vol1').create('sel1', 'Selection');
model.result('pg15').feature('vol1').feature('sel1').selection.set([4]);
model.result('pg16').create('mslc1', 'Multislice');
model.result('pg16').create('vol1', 'Volume');
model.result('pg16').feature('mslc1').set('expr', 'mf.Hx');
model.result('pg16').feature('vol1').set('expr', 'mf2.Hx');
model.result('pg16').feature('vol1').create('sel1', 'Selection');
model.result('pg16').feature('vol1').feature('sel1').selection.set([4 5]);
model.result('pg11').selection.geom('geom1', 2);
model.result('pg11').selection.set([19 24]);
model.result('pg11').create('surf1', 'Surface');
model.result('pg11').feature('surf1').set('data', 'dset1');
model.result('pg11').feature('surf1').set('expr', 'log10(rho_xy)');
model.result('pg11').feature('surf1').create('sel1', 'Selection');
model.result('pg11').feature('surf1').feature('sel1').selection.set([19 24]);
model.result('pg13').selection.geom('geom1', 2);
model.result('pg13').selection.set([19 24]);
model.result('pg13').create('surf1', 'Surface');
model.result('pg13').feature('surf1').set('data', 'dset1');
model.result('pg13').feature('surf1').set('expr', 'phi_xy2');
model.result('pg13').feature('surf1').create('sel1', 'Selection');
model.result('pg13').feature('surf1').feature('sel1').selection.set([19 24]);
model.result('pg12').selection.geom('geom1', 2);
model.result('pg12').selection.set([19 24]);
model.result('pg12').create('surf1', 'Surface');
model.result('pg12').feature('surf1').set('data', 'dset1');
model.result('pg12').feature('surf1').set('expr', 'log10(rho_xy)');
model.result('pg12').feature('surf1').create('sel1', 'Selection');
model.result('pg12').feature('surf1').feature('sel1').selection.set([19 24]);
model.result('pg14').selection.geom('geom1', 2);
model.result('pg14').selection.set([19 24]);
model.result('pg14').create('surf1', 'Surface');
model.result('pg14').feature('surf1').set('data', 'dset1');
model.result('pg14').feature('surf1').set('expr', 'phi_xy');
model.result('pg14').feature('surf1').create('sel1', 'Selection');
model.result('pg14').feature('surf1').feature('sel1').selection.set([19 24]);
model.study('std1').feature('freq').set('plist', '0.000025 0.0025 0.25');
model.study('std1').feature('freq1').set('plist', '0.000025 0.0025 0.25');
model.sol('sol1').attach('std1');
model.sol('sol1').feature('st1').label('Compile Equations: Frequency Domain');
model.sol('sol1').feature('v1').label('Dependent Variables 1.1');
model.sol('sol1').feature('v1').set('clistctrl', {'p1'});
model.sol('sol1').feature('v1').set('cname', {'freq'});
model.sol('sol1').feature('v1').set('clist', {'0.000025[Hz] 0.0025[Hz] 0.25[Hz]'});
model.sol('sol1').feature('s1').label('Stationary Solver 1.1');
model.sol('sol1').feature('s1').set('stol', 0.01);
model.sol('sol1').feature('s1').feature('dDef').label('Direct 2');
model.sol('sol1').feature('s1').feature('aDef').label('Advanced 1');
model.sol('sol1').feature('s1').feature('aDef').set('cachepattern', true);
model.sol('sol1').feature('s1').feature('p1').label('Parametric 1.1');
model.sol('sol1').feature('s1').feature('p1').set('pname', {'freq'});
model.sol('sol1').feature('s1').feature('p1').set('plistarr', {'0.000025 0.0025 0.25'});
model.sol('sol1').feature('s1').feature('p1').set('punit', {'Hz'});
model.sol('sol1').feature('s1').feature('p1').set('pcontinuationmode', 'no');
model.sol('sol1').feature('s1').feature('p1').set('preusesol', 'auto');
model.sol('sol1').feature('s1').feature('fc1').label('Fully Coupled 1.1');
model.sol('sol1').feature('s1').feature('fc1').set('linsolver', 'd1');
model.sol('sol1').feature('s1').feature('d1').label('Suggested Direct Solver (mf)');
model.sol('sol1').feature('s1').feature('d1').set('linsolver', 'pardiso');
model.sol('sol1').feature('s1').feature('i1').label('Iterative 1.1');
model.sol('sol1').feature('s1').feature('i1').set('linsolver', 'fgmres');
model.sol('sol1').feature('s1').feature('i1').set('nlinnormuse', true);
model.sol('sol1').feature('s1').feature('i1').feature('ilDef').label('Incomplete LU 1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').label('Auxiliary-Space AMG 1.1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').set('interm', 'vanka');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').set('vankavars', {'mod1_mf_psi'});
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('pr').label('AMG Presmoother 1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('pr').feature('soDef').label('SOR 2');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('pr').feature('so1').label('SOR 1.1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('pr').feature('so1').set('iter', 1);
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('po').label('AMG Postsmoother 1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('po').feature('soDef').label('SOR 2');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('po').feature('so1').label('SOR 1.1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('po').feature('so1').set('iter', 0);
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('cs').label('AMG Coarse Solver 1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('cs').feature('dDef').label('Direct 2');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('cs').feature('d1').label('Direct 1.1');
model.sol('sol1').feature('s1').feature('i1').feature('asamg1').feature('cs').feature('d1').set('linsolver', 'pardiso');
model.sol('sol1').feature('st2').label('Compile Equations: Frequency Domain 1');
model.sol('sol1').feature('st2').set('studystep', 'freq1');
model.sol('sol1').feature('v2').label('Dependent Variables 2.1');
model.sol('sol1').feature('v2').set('control', 'user');
model.sol('sol1').feature('v2').set('notsolmethod', 'sol');
model.sol('sol1').feature('v2').set('notsol', 'sol1');
model.sol('sol1').feature('v2').set('notsolnum', 'all');
model.sol('sol1').feature('v2').set('clistctrl', {'p1'});
model.sol('sol1').feature('v2').set('cname', {'freq'});
model.sol('sol1').feature('v2').set('clist', {'0.000025[Hz] 0.0025[Hz] 0.25[Hz]'});
model.sol('sol1').feature('s2').label('Stationary Solver 2.1');
model.sol('sol1').feature('s2').set('stol', 0.01);
model.sol('sol1').feature('s2').feature('dDef').label('Direct 2');
model.sol('sol1').feature('s2').feature('aDef').label('Advanced 1');
model.sol('sol1').feature('s2').feature('aDef').set('cachepattern', true);
model.sol('sol1').feature('s2').feature('p1').label('Parametric 1.1');
model.sol('sol1').feature('s2').feature('p1').set('pname', {'freq'});
model.sol('sol1').feature('s2').feature('p1').set('plistarr', {'0.000025 0.0025 0.25'});
model.sol('sol1').feature('s2').feature('p1').set('punit', {'Hz'});
model.sol('sol1').feature('s2').feature('p1').set('pcontinuationmode', 'no');
model.sol('sol1').feature('s2').feature('p1').set('preusesol', 'auto');
model.sol('sol1').feature('s2').feature('fc1').label('Fully Coupled 1.1');
model.sol('sol1').feature('s2').feature('fc1').set('linsolver', 'd1');
model.sol('sol1').feature('s2').feature('d1').label('Suggested Direct Solver (mf2)');
model.sol('sol1').feature('s2').feature('d1').set('linsolver', 'pardiso');
model.sol('sol1').feature('s2').feature('i1').label('Iterative 1.1');
model.sol('sol1').feature('s2').feature('i1').set('linsolver', 'fgmres');
model.sol('sol1').feature('s2').feature('i1').set('nlinnormuse', true);
model.sol('sol1').feature('s2').feature('i1').feature('ilDef').label('Incomplete LU 1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').label('Auxiliary-Space AMG 1.1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').set('interm', 'vanka');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').set('vankavars', {'mod1_mf2_psi'});
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('pr').label('AMG Presmoother 1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('pr').feature('soDef').label('SOR 2');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('pr').feature('so1').label('SOR 1.1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('pr').feature('so1').set('iter', 1);
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('po').label('AMG Postsmoother 1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('po').feature('soDef').label('SOR 2');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('po').feature('so1').label('SOR 1.1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('po').feature('so1').set('iter', 0);
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('cs').label('AMG Coarse Solver 1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('cs').feature('dDef').label('Direct 2');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('cs').feature('d1').label('Direct 1.1');
model.sol('sol1').feature('s2').feature('i1').feature('asamg1').feature('cs').feature('d1').set('linsolver', 'pardiso');
model.sol('sol1').runAll;
model.result.dataset('int1_ds1').set('function', 'int1');
model.result.dataset('int1_ds1').set('parmin1', -1475);
model.result.dataset('int1_ds1').set('parmax1', 1475);
model.result.dataset('int1_ds1').set('parmin2', -1584);
model.result.dataset('int1_ds1').set('parmax2', 1584);
model.result('pg1').label('Mesh Plot 1');
model.result('pg1').set('edges', false);
model.result('pg1').set('legendpos', 'rightdouble');
model.result('pg1').feature('mesh1').set('titletype', 'manual');
model.result('pg1').feature('mesh1').set('title', 'Mesh Quality');
model.result('pg1').feature('mesh1').set('colortable', 'TrafficFlow');
model.result('pg1').feature('mesh1').set('colortabletrans', 'nonlinear');
model.result('pg1').feature('mesh1').set('nonlinearcolortablerev', true);
model.result('pg1').feature('mesh1').set('wireframecolor', 'blue');
model.result('pg1').feature('mesh1').set('resolution', 'normal');
model.result('pg5').label('Material settings');
model.result('pg5').set('titletype', 'manual');
model.result('pg5').set('title', 'Material settings');
model.result('pg5').set('showlegends', false);
model.result('pg5').feature('mslc1').set('znumber', '0');
model.result('pg5').feature('mslc1').set('rangecoloractive', true);
model.result('pg5').feature('mslc1').set('rangecolormin', 4);
model.result('pg5').feature('mslc1').set('rangecolormax', '6.0');
model.result('pg5').feature('mslc1').set('colortable', 'TrafficLightClassic');
model.result('pg5').feature('mslc1').set('colortabletrans', 'reverse');
model.result('pg5').feature('mslc1').set('smooth', 'internal');
model.result('pg5').feature('mslc1').set('allowmaterialsmoothing', false);
model.result('pg5').feature('mslc1').set('resolution', 'normal');
model.result('pg5').feature('vol1').set('coloring', 'uniform');
model.result('pg5').feature('vol1').set('color', 'blue');
model.result('pg5').feature('vol1').set('smooth', 'internal');
model.result('pg5').feature('vol1').set('allowmaterialsmoothing', false);
model.result('pg5').feature('vol1').set('filteractive', true);
model.result('pg5').feature('vol1').set('logfilterexpr', 'dom==5');
model.result('pg5').feature('vol1').set('resolution', 'normal');
model.result('pg8').label('Topographic interpolation function');
model.result('pg8').set('titletype', 'manual');
model.result('pg8').set('title', 'Topographic interpolation function');
model.result('pg8').set('view', 'auto');
model.result('pg8').set('showlegendsunit', true);
model.result('pg8').feature('plot1').label('Topographic interpolation function');
model.result('pg8').feature('plot1').set('solrepresentation', 'solnum');
model.result('pg8').feature('plot1').set('descr', 'int1(x,y)');
model.result('pg8').feature('plot1').set('titletype', 'label');
model.result('pg8').feature('plot1').set('rangecoloractive', true);
model.result('pg8').feature('plot1').set('rangecolormin', -3);
model.result('pg8').feature('plot1').set('rangecolormax', 2);
model.result('pg8').feature('plot1').set('xunit', 'km');
model.result('pg8').feature('plot1').set('yunit', 'km');
model.result('pg8').feature('plot1').feature('height1').set('heightdata', 'parent');
model.result('pg8').feature('plot1').feature('height1').set('scale', 624.2857142857142);
model.result('pg8').feature('plot1').feature('height1').set('scaleactive', false);
model.result('pg9').label('Electric field norm (mf)');
model.result('pg9').set('frametype', 'spatial');
model.result('pg9').set('showlegendsmaxmin', true);
model.result('pg9').feature('mslc1').active(false);
model.result('pg9').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg9').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg9').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg9').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg9').feature('mslc1').set('multiplanezmethod', 'coord');
model.result('pg9').feature('mslc1').set('zcoord', 'mf.CPz');
model.result('pg9').feature('mslc1').set('colortabletrans', 'nonlinear');
model.result('pg9').feature('mslc1').set('colorcalibration', -0.8);
model.result('pg9').feature('mslc1').set('resolution', 'normal');
model.result('pg9').feature('vol1').set('resolution', 'normal');
model.result('pg10').label('Electric field norm (mf2)');
model.result('pg10').set('frametype', 'spatial');
model.result('pg10').feature('vol1').set('resolution', 'normal');
model.result('pg10').feature('mslc1').active(false);
model.result('pg10').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg10').feature('mslc1').set('xcoord', 'mf2.CPx');
model.result('pg10').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg10').feature('mslc1').set('ycoord', 'mf2.CPy');
model.result('pg10').feature('mslc1').set('multiplanezmethod', 'coord');
model.result('pg10').feature('mslc1').set('zcoord', 'mf2.CPz');
model.result('pg10').feature('mslc1').set('colortabletrans', 'nonlinear');
model.result('pg10').feature('mslc1').set('colorcalibration', -0.8);
model.result('pg10').feature('mslc1').set('resolution', 'normal');
model.result('pg15').label('Magnetic field (mf) ');
model.result('pg15').set('frametype', 'spatial');
model.result('pg15').set('showlegendsmaxmin', true);
model.result('pg15').feature('mslc1').active(false);
model.result('pg15').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg15').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg15').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg15').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg15').feature('mslc1').set('multiplanezmethod', 'coord');
model.result('pg15').feature('mslc1').set('zcoord', 'mf.CPz');
model.result('pg15').feature('mslc1').set('colortable', 'Prism');
model.result('pg15').feature('mslc1').set('colortabletrans', 'nonlinear');
model.result('pg15').feature('mslc1').set('colorcalibration', -0.8);
model.result('pg15').feature('mslc1').set('resolution', 'normal');
model.result('pg15').feature('vol1').set('resolution', 'normal');
model.result('pg16').label('Magnetic field (mf2) ');
model.result('pg16').set('frametype', 'spatial');
model.result('pg16').set('showlegendsmaxmin', true);
model.result('pg16').feature('mslc1').active(false);
model.result('pg16').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg16').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg16').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg16').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg16').feature('mslc1').set('multiplanezmethod', 'coord');
model.result('pg16').feature('mslc1').set('zcoord', 'mf.CPz');
model.result('pg16').feature('mslc1').set('colortable', 'Prism');
model.result('pg16').feature('mslc1').set('colortabletrans', 'nonlinear');
model.result('pg16').feature('mslc1').set('colorcalibration', -0.8);
model.result('pg16').feature('mslc1').set('resolution', 'normal');
model.result('pg16').feature('vol1').set('rangecoloractive', true);
model.result('pg16').feature('vol1').set('rangecolormin', -0.20318524952305358);
model.result('pg16').feature('vol1').set('rangecolormax', 0.5);
model.result('pg16').feature('vol1').set('resolution', 'normal');
model.result('pg11').label('rho_xy');
model.result('pg11').set('applyselectiontodatasetedges', true);
model.result('pg11').set('showlegendsmaxmin', true);
model.result('pg11').feature('surf1').set('solutionparams', 'parent');
model.result('pg11').feature('surf1').set('rangecoloractive', true);
model.result('pg11').feature('surf1').set('rangecolormin', 1);
model.result('pg11').feature('surf1').set('rangecolormax', 3);
model.result('pg11').feature('surf1').set('resolution', 'normal');
model.result('pg13').label('phi_xy');
model.result('pg13').set('looplevel', [2]);
model.result('pg13').set('applyselectiontodatasetedges', true);
model.result('pg13').set('showlegendsmaxmin', true);
model.result('pg13').feature('surf1').set('solutionparams', 'parent');
model.result('pg13').feature('surf1').set('rangecoloractive', true);
model.result('pg13').feature('surf1').set('rangecolormax', 6.283185307179586);
model.result('pg13').feature('surf1').set('resolution', 'normal');
model.result('pg12').label('rho_yx');
model.result('pg12').set('applyselectiontodatasetedges', true);
model.result('pg12').set('showlegendsmaxmin', true);
model.result('pg12').feature('surf1').set('solutionparams', 'parent');
model.result('pg12').feature('surf1').set('rangecoloractive', true);
model.result('pg12').feature('surf1').set('rangecolormin', 1);
model.result('pg12').feature('surf1').set('rangecolormax', 3);
model.result('pg12').feature('surf1').set('resolution', 'normal');
model.result('pg14').label('phi_yx');
model.result('pg14').set('applyselectiontodatasetedges', true);
model.result('pg14').set('showlegendsmaxmin', true);
model.result('pg14').feature('surf1').set('solutionparams', 'parent');
model.result('pg14').feature('surf1').set('unit', '1');
model.result('pg14').feature('surf1').set('resolution', 'normal');
mphsave(model,outname );
mphlaunch ;