文件
geomesh/KarsTunnel_MT/KarsTunnelMT.m
刘明宏 4b54511f5f KarsTunnelMT
Signed-off-by: 刘明宏 <liuminghong@mail.sdu.edu.cn>
2023-06-22 15:40:12 +00:00

3028 行
255 KiB
Matlab

function KarsTunnelMT
%
%
rundir =pwd;
Comsol_with_Matlab_Start;
import com.comsol.model.*
import com.comsol.model.util.*
model = ModelUtil.create('Model');
model.modelPath(rundir);
model.label('KarsTunnelMT.mph');
model.component.create('mod1', false);
model.component('mod1').geom.create('geom1', 3);
model.result.table.create('evl3', 'Table');
model.result.table.create('mm1', 'Table');
model.component('mod1').func.create('int1', 'Interpolation');
model.component('mod1').func.create('int2', 'Interpolation');
model.component('mod1').func.create('int3', 'Interpolation');
model.component('mod1').func('int1').set('source', 'file');
model.component('mod1').func('int1').set('importedname', 'topoxyz.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', [rundir '\topoxyz.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').func('int2').set('source', 'file');
model.component('mod1').func('int2').set('filename', [rundir '\interfacexyz1.txt']);
model.component('mod1').func('int2').set('nargs', 2);
model.component('mod1').func('int2').set('argunit', {'' ''});
model.component('mod1').func('int3').set('source', 'file');
model.component('mod1').func('int3').set('filename', [rundir '\interfacexyz2.txt']);
model.component('mod1').func('int3').set('nargs', 2);
model.component('mod1').func('int3').set('argunit', {'' ''});
model.component('mod1').mesh.create('mesh1');
model.component('mod1').geom('geom1').create('blk1', 'Block');
model.component('mod1').geom('geom1').feature('blk1').set('pos', {'62.874264127410356' '56.297635401282065' '217.8876828410251-500'});
model.component('mod1').geom('geom1').feature('blk1').set('base', 'center');
model.component('mod1').geom('geom1').feature('blk1').set('size', [5201.3775000000005 5236.798199999999 5000]);
model.component('mod1').geom('geom1').create('blk2', 'Block');
model.component('mod1').geom('geom1').feature('blk2').set('pos', {'-8.16128392527987E-11' '2.1166422150351785E-11' '232.32282553146854-200'});
model.component('mod1').geom('geom1').feature('blk2').set('base', 'center');
model.component('mod1').geom('geom1').feature('blk2').set('size', [852.149540457176 1590.4881302653812 1000]);
model.component('mod1').geom('geom1').create('ps1', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('ps1').set('parmin1', -307.3573);
model.component('mod1').geom('geom1').feature('ps1').set('parmax1', -294.8573);
model.component('mod1').geom('geom1').feature('ps1').set('parmin2', 94.2861);
model.component('mod1').geom('geom1').feature('ps1').set('parmax2', 194.2861);
model.component('mod1').geom('geom1').feature('ps1').set('coord', {'s1' '-667.4654' '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', -247.7445);
model.component('mod1').geom('geom1').feature('ps2').set('parmax1', -235.2445);
model.component('mod1').geom('geom1').feature('ps2').set('parmin2', 94.7034);
model.component('mod1').geom('geom1').feature('ps2').set('parmax2', 194.7034);
model.component('mod1').geom('geom1').feature('ps2').set('coord', {'s1' '-667.7451' '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', -188.1317);
model.component('mod1').geom('geom1').feature('ps3').set('parmax1', -175.6317);
model.component('mod1').geom('geom1').feature('ps3').set('parmin2', 96.669);
model.component('mod1').geom('geom1').feature('ps3').set('parmax2', 196.669);
model.component('mod1').geom('geom1').feature('ps3').set('coord', {'s1' '-668.0246' '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', -128.6201);
model.component('mod1').geom('geom1').feature('ps4').set('parmax1', -116.1201);
model.component('mod1').geom('geom1').feature('ps4').set('parmin2', 100.9138);
model.component('mod1').geom('geom1').feature('ps4').set('parmax2', 200.9138);
model.component('mod1').geom('geom1').feature('ps4').set('coord', {'s1' '-668.3033' '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', -69.0072);
model.component('mod1').geom('geom1').feature('ps5').set('parmax1', -56.5072);
model.component('mod1').geom('geom1').feature('ps5').set('parmin2', 107.9042);
model.component('mod1').geom('geom1').feature('ps5').set('parmax2', 207.9042);
model.component('mod1').geom('geom1').feature('ps5').set('coord', {'s1' '-668.5823' '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', -9.3944);
model.component('mod1').geom('geom1').feature('ps6').set('parmax1', 3.1056);
model.component('mod1').geom('geom1').feature('ps6').set('parmin2', 116.9812);
model.component('mod1').geom('geom1').feature('ps6').set('parmax2', 216.9812);
model.component('mod1').geom('geom1').feature('ps6').set('coord', {'s1' '-668.861' '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', 50.2184);
model.component('mod1').geom('geom1').feature('ps7').set('parmax1', 62.7184);
model.component('mod1').geom('geom1').feature('ps7').set('parmin2', 111.2659);
model.component('mod1').geom('geom1').feature('ps7').set('parmax2', 211.2659);
model.component('mod1').geom('geom1').feature('ps7').set('coord', {'s1' '-669.1394' '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', 109.8312);
model.component('mod1').geom('geom1').feature('ps8').set('parmax1', 122.3312);
model.component('mod1').geom('geom1').feature('ps8').set('parmin2', 105.3572);
model.component('mod1').geom('geom1').feature('ps8').set('parmax2', 205.3572);
model.component('mod1').geom('geom1').feature('ps8').set('coord', {'s1' '-669.4176' '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', 169.444);
model.component('mod1').geom('geom1').feature('ps9').set('parmax1', 181.944);
model.component('mod1').geom('geom1').feature('ps9').set('parmin2', 103.017);
model.component('mod1').geom('geom1').feature('ps9').set('parmax2', 203.017);
model.component('mod1').geom('geom1').feature('ps9').set('coord', {'s1' '-669.6955' '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', 229.0568);
model.component('mod1').geom('geom1').feature('ps10').set('parmax1', 241.5568);
model.component('mod1').geom('geom1').feature('ps10').set('parmin2', 110.8614);
model.component('mod1').geom('geom1').feature('ps10').set('parmax2', 210.8614);
model.component('mod1').geom('geom1').feature('ps10').set('coord', {'s1' '-669.9732' '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', 288.5684);
model.component('mod1').geom('geom1').feature('ps11').set('parmax1', 301.0684);
model.component('mod1').geom('geom1').feature('ps11').set('parmin2', 130.7166);
model.component('mod1').geom('geom1').feature('ps11').set('parmax2', 230.7166);
model.component('mod1').geom('geom1').feature('ps11').set('coord', {'s1' '-670.2502' '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', -307.1058);
model.component('mod1').geom('geom1').feature('ps12').set('parmax1', -294.6058);
model.component('mod1').geom('geom1').feature('ps12').set('parmin2', 94.9003);
model.component('mod1').geom('geom1').feature('ps12').set('parmax2', 194.9003);
model.component('mod1').geom('geom1').feature('ps12').set('coord', {'s1' '-613.8732' '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', -247.4932);
model.component('mod1').geom('geom1').feature('ps13').set('parmax1', -234.9932);
model.component('mod1').geom('geom1').feature('ps13').set('parmin2', 100.104);
model.component('mod1').geom('geom1').feature('ps13').set('parmax2', 200.104);
model.component('mod1').geom('geom1').feature('ps13').set('coord', {'s1' '-614.1529' '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', -187.8806);
model.component('mod1').geom('geom1').feature('ps14').set('parmax1', -175.3806);
model.component('mod1').geom('geom1').feature('ps14').set('parmin2', 110.0293);
model.component('mod1').geom('geom1').feature('ps14').set('parmax2', 210.0293);
model.component('mod1').geom('geom1').feature('ps14').set('coord', {'s1' '-614.4324' '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', -128.3692);
model.component('mod1').geom('geom1').feature('ps15').set('parmax1', -115.8692);
model.component('mod1').geom('geom1').feature('ps15').set('parmin2', 123.2541);
model.component('mod1').geom('geom1').feature('ps15').set('parmax2', 223.2541);
model.component('mod1').geom('geom1').feature('ps15').set('coord', {'s1' '-614.7111' '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', -68.7566);
model.component('mod1').geom('geom1').feature('ps16').set('parmax1', -56.2566);
model.component('mod1').geom('geom1').feature('ps16').set('parmin2', 138.7409);
model.component('mod1').geom('geom1').feature('ps16').set('parmax2', 238.7409);
model.component('mod1').geom('geom1').feature('ps16').set('coord', {'s1' '-614.9901' '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', -9.144);
model.component('mod1').geom('geom1').feature('ps17').set('parmax1', 3.356);
model.component('mod1').geom('geom1').feature('ps17').set('parmin2', 154.9865);
model.component('mod1').geom('geom1').feature('ps17').set('parmax2', 254.9865);
model.component('mod1').geom('geom1').feature('ps17').set('coord', {'s1' '-615.2688' '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', 50.4686);
model.component('mod1').geom('geom1').feature('ps18').set('parmax1', 62.9686);
model.component('mod1').geom('geom1').feature('ps18').set('parmin2', 145.6197);
model.component('mod1').geom('geom1').feature('ps18').set('parmax2', 245.6197);
model.component('mod1').geom('geom1').feature('ps18').set('coord', {'s1' '-615.5472' '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', 110.0812);
model.component('mod1').geom('geom1').feature('ps19').set('parmax1', 122.5812);
model.component('mod1').geom('geom1').feature('ps19').set('parmin2', 130.016);
model.component('mod1').geom('geom1').feature('ps19').set('parmax2', 230.016);
model.component('mod1').geom('geom1').feature('ps19').set('coord', {'s1' '-615.8254' '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', 169.6938);
model.component('mod1').geom('geom1').feature('ps20').set('parmax1', 182.1938);
model.component('mod1').geom('geom1').feature('ps20').set('parmin2', 122.7452);
model.component('mod1').geom('geom1').feature('ps20').set('parmax2', 222.7452);
model.component('mod1').geom('geom1').feature('ps20').set('coord', {'s1' '-616.1033' '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', 229.3063);
model.component('mod1').geom('geom1').feature('ps21').set('parmax1', 241.8063);
model.component('mod1').geom('geom1').feature('ps21').set('parmin2', 129.4891);
model.component('mod1').geom('geom1').feature('ps21').set('parmax2', 229.4891);
model.component('mod1').geom('geom1').feature('ps21').set('coord', {'s1' '-616.381' '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', 288.8177);
model.component('mod1').geom('geom1').feature('ps22').set('parmax1', 301.3177);
model.component('mod1').geom('geom1').feature('ps22').set('parmin2', 159.908);
model.component('mod1').geom('geom1').feature('ps22').set('parmax2', 259.908);
model.component('mod1').geom('geom1').feature('ps22').set('coord', {'s1' '-616.658' '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', -306.8547);
model.component('mod1').geom('geom1').feature('ps23').set('parmax1', -294.3547);
model.component('mod1').geom('geom1').feature('ps23').set('parmin2', 97.9957);
model.component('mod1').geom('geom1').feature('ps23').set('parmax2', 197.9957);
model.component('mod1').geom('geom1').feature('ps23').set('coord', {'s1' '-560.3917' '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', -247.2423);
model.component('mod1').geom('geom1').feature('ps24').set('parmax1', -234.7423);
model.component('mod1').geom('geom1').feature('ps24').set('parmin2', 110.3464);
model.component('mod1').geom('geom1').feature('ps24').set('parmax2', 210.3464);
model.component('mod1').geom('geom1').feature('ps24').set('coord', {'s1' '-560.6714' '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', -187.6299);
model.component('mod1').geom('geom1').feature('ps25').set('parmax1', -175.1299);
model.component('mod1').geom('geom1').feature('ps25').set('parmin2', 128.1968);
model.component('mod1').geom('geom1').feature('ps25').set('parmax2', 228.1968);
model.component('mod1').geom('geom1').feature('ps25').set('coord', {'s1' '-560.9509' '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', -128.1188);
model.component('mod1').geom('geom1').feature('ps26').set('parmax1', -115.6188);
model.component('mod1').geom('geom1').feature('ps26').set('parmin2', 148.4863);
model.component('mod1').geom('geom1').feature('ps26').set('parmax2', 248.4863);
model.component('mod1').geom('geom1').feature('ps26').set('coord', {'s1' '-561.2296' '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', -68.5064);
model.component('mod1').geom('geom1').feature('ps27').set('parmax1', -56.0064);
model.component('mod1').geom('geom1').feature('ps27').set('parmin2', 169.1255);
model.component('mod1').geom('geom1').feature('ps27').set('parmax2', 269.1255);
model.component('mod1').geom('geom1').feature('ps27').set('coord', {'s1' '-561.5086' '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', -8.8941);
model.component('mod1').geom('geom1').feature('ps28').set('parmax1', 3.6059);
model.component('mod1').geom('geom1').feature('ps28').set('parmin2', 185.824);
model.component('mod1').geom('geom1').feature('ps28').set('parmax2', 285.824);
model.component('mod1').geom('geom1').feature('ps28').set('coord', {'s1' '-561.7873' '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', 50.7183);
model.component('mod1').geom('geom1').feature('ps29').set('parmax1', 63.2183);
model.component('mod1').geom('geom1').feature('ps29').set('parmin2', 176.7014);
model.component('mod1').geom('geom1').feature('ps29').set('parmax2', 276.7014);
model.component('mod1').geom('geom1').feature('ps29').set('coord', {'s1' '-562.0657' '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', 110.3307);
model.component('mod1').geom('geom1').feature('ps30').set('parmax1', 122.8307);
model.component('mod1').geom('geom1').feature('ps30').set('parmin2', 156.5213);
model.component('mod1').geom('geom1').feature('ps30').set('parmax2', 256.5213);
model.component('mod1').geom('geom1').feature('ps30').set('coord', {'s1' '-562.3439' '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', 169.943);
model.component('mod1').geom('geom1').feature('ps31').set('parmax1', 182.443);
model.component('mod1').geom('geom1').feature('ps31').set('parmin2', 146.0383);
model.component('mod1').geom('geom1').feature('ps31').set('parmax2', 246.0383);
model.component('mod1').geom('geom1').feature('ps31').set('coord', {'s1' '-562.6218' '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', 229.5553);
model.component('mod1').geom('geom1').feature('ps32').set('parmax1', 242.0553);
model.component('mod1').geom('geom1').feature('ps32').set('parmin2', 151.3826);
model.component('mod1').geom('geom1').feature('ps32').set('parmax2', 251.3826);
model.component('mod1').geom('geom1').feature('ps32').set('coord', {'s1' '-562.8995' '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', 289.0665);
model.component('mod1').geom('geom1').feature('ps33').set('parmax1', 301.5665);
model.component('mod1').geom('geom1').feature('ps33').set('parmin2', 188.1623);
model.component('mod1').geom('geom1').feature('ps33').set('parmax2', 288.1623);
model.component('mod1').geom('geom1').feature('ps33').set('coord', {'s1' '-563.1765' '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', -306.6036);
model.component('mod1').geom('geom1').feature('ps34').set('parmax1', -294.1036);
model.component('mod1').geom('geom1').feature('ps34').set('parmin2', 105.4783);
model.component('mod1').geom('geom1').feature('ps34').set('parmax2', 205.4783);
model.component('mod1').geom('geom1').feature('ps34').set('coord', {'s1' '-506.9101' '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', -246.9915);
model.component('mod1').geom('geom1').feature('ps35').set('parmax1', -234.4915);
model.component('mod1').geom('geom1').feature('ps35').set('parmin2', 127.1367);
model.component('mod1').geom('geom1').feature('ps35').set('parmax2', 227.1367);
model.component('mod1').geom('geom1').feature('ps35').set('coord', {'s1' '-507.1899' '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', -187.3793);
model.component('mod1').geom('geom1').feature('ps36').set('parmax1', -174.8793);
model.component('mod1').geom('geom1').feature('ps36').set('parmin2', 149.6745);
model.component('mod1').geom('geom1').feature('ps36').set('parmax2', 249.6745);
model.component('mod1').geom('geom1').feature('ps36').set('coord', {'s1' '-507.4693' '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', -127.8684);
model.component('mod1').geom('geom1').feature('ps37').set('parmax1', -115.3684);
model.component('mod1').geom('geom1').feature('ps37').set('parmin2', 170.8006);
model.component('mod1').geom('geom1').feature('ps37').set('parmax2', 270.8006);
model.component('mod1').geom('geom1').feature('ps37').set('coord', {'s1' '-507.7481' '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', -68.2563);
model.component('mod1').geom('geom1').feature('ps38').set('parmax1', -55.7563);
model.component('mod1').geom('geom1').feature('ps38').set('parmin2', 188.9374);
model.component('mod1').geom('geom1').feature('ps38').set('parmax2', 288.9374);
model.component('mod1').geom('geom1').feature('ps38').set('coord', {'s1' '-508.027' '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', -8.6441);
model.component('mod1').geom('geom1').feature('ps39').set('parmax1', 3.8559);
model.component('mod1').geom('geom1').feature('ps39').set('parmin2', 192.7185);
model.component('mod1').geom('geom1').feature('ps39').set('parmax2', 292.7185);
model.component('mod1').geom('geom1').feature('ps39').set('coord', {'s1' '-508.3057' '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', 50.968);
model.component('mod1').geom('geom1').feature('ps40').set('parmax1', 63.468);
model.component('mod1').geom('geom1').feature('ps40').set('parmin2', 189.2895);
model.component('mod1').geom('geom1').feature('ps40').set('parmax2', 289.2895);
model.component('mod1').geom('geom1').feature('ps40').set('coord', {'s1' '-508.5842' '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', 110.5801);
model.component('mod1').geom('geom1').feature('ps41').set('parmax1', 123.0801);
model.component('mod1').geom('geom1').feature('ps41').set('parmin2', 178.1545);
model.component('mod1').geom('geom1').feature('ps41').set('parmax2', 278.1545);
model.component('mod1').geom('geom1').feature('ps41').set('coord', {'s1' '-508.8624' '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', 170.1922);
model.component('mod1').geom('geom1').feature('ps42').set('parmax1', 182.6922);
model.component('mod1').geom('geom1').feature('ps42').set('parmin2', 169.8678);
model.component('mod1').geom('geom1').feature('ps42').set('parmax2', 269.8678);
model.component('mod1').geom('geom1').feature('ps42').set('coord', {'s1' '-509.1403' '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', 229.8044);
model.component('mod1').geom('geom1').feature('ps43').set('parmax1', 242.3044);
model.component('mod1').geom('geom1').feature('ps43').set('parmin2', 175.5223);
model.component('mod1').geom('geom1').feature('ps43').set('parmax2', 275.5223);
model.component('mod1').geom('geom1').feature('ps43').set('coord', {'s1' '-509.418' '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', 289.3153);
model.component('mod1').geom('geom1').feature('ps44').set('parmax1', 301.8153);
model.component('mod1').geom('geom1').feature('ps44').set('parmin2', 208.8675);
model.component('mod1').geom('geom1').feature('ps44').set('parmax2', 308.8675);
model.component('mod1').geom('geom1').feature('ps44').set('coord', {'s1' '-509.695' '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', -306.3525);
model.component('mod1').geom('geom1').feature('ps45').set('parmax1', -293.8525);
model.component('mod1').geom('geom1').feature('ps45').set('parmin2', 118.9666);
model.component('mod1').geom('geom1').feature('ps45').set('parmax2', 218.9666);
model.component('mod1').geom('geom1').feature('ps45').set('coord', {'s1' '-453.4286' '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', -246.7406);
model.component('mod1').geom('geom1').feature('ps46').set('parmax1', -234.2406);
model.component('mod1').geom('geom1').feature('ps46').set('parmin2', 149.347);
model.component('mod1').geom('geom1').feature('ps46').set('parmax2', 249.347);
model.component('mod1').geom('geom1').feature('ps46').set('coord', {'s1' '-453.7083' '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', -187.1287);
model.component('mod1').geom('geom1').feature('ps47').set('parmax1', -174.6287);
model.component('mod1').geom('geom1').feature('ps47').set('parmin2', 171.9865);
model.component('mod1').geom('geom1').feature('ps47').set('parmax2', 271.9865);
model.component('mod1').geom('geom1').feature('ps47').set('coord', {'s1' '-453.9878' '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', -127.618);
model.component('mod1').geom('geom1').feature('ps48').set('parmax1', -115.118);
model.component('mod1').geom('geom1').feature('ps48').set('parmin2', 186.1811);
model.component('mod1').geom('geom1').feature('ps48').set('parmax2', 286.1811);
model.component('mod1').geom('geom1').feature('ps48').set('coord', {'s1' '-454.2666' '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', -68.0061);
model.component('mod1').geom('geom1').feature('ps49').set('parmax1', -55.5061);
model.component('mod1').geom('geom1').feature('ps49').set('parmin2', 197.3561);
model.component('mod1').geom('geom1').feature('ps49').set('parmax2', 297.3561);
model.component('mod1').geom('geom1').feature('ps49').set('coord', {'s1' '-454.5455' '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', -8.3942);
model.component('mod1').geom('geom1').feature('ps50').set('parmax1', 4.1058);
model.component('mod1').geom('geom1').feature('ps50').set('parmin2', 200.417);
model.component('mod1').geom('geom1').feature('ps50').set('parmax2', 300.417);
model.component('mod1').geom('geom1').feature('ps50').set('coord', {'s1' '-454.8242' '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', 51.2177);
model.component('mod1').geom('geom1').feature('ps51').set('parmax1', 63.7177);
model.component('mod1').geom('geom1').feature('ps51').set('parmin2', 204.7017);
model.component('mod1').geom('geom1').feature('ps51').set('parmax2', 304.7017);
model.component('mod1').geom('geom1').feature('ps51').set('coord', {'s1' '-455.1027' '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', 110.8296);
model.component('mod1').geom('geom1').feature('ps52').set('parmax1', 123.3296);
model.component('mod1').geom('geom1').feature('ps52').set('parmin2', 201.504);
model.component('mod1').geom('geom1').feature('ps52').set('parmax2', 301.504);
model.component('mod1').geom('geom1').feature('ps52').set('coord', {'s1' '-455.3809' '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', 170.4415);
model.component('mod1').geom('geom1').feature('ps53').set('parmax1', 182.9415);
model.component('mod1').geom('geom1').feature('ps53').set('parmin2', 196.0364);
model.component('mod1').geom('geom1').feature('ps53').set('parmax2', 296.0364);
model.component('mod1').geom('geom1').feature('ps53').set('coord', {'s1' '-455.6588' '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', 230.0534);
model.component('mod1').geom('geom1').feature('ps54').set('parmax1', 242.5534);
model.component('mod1').geom('geom1').feature('ps54').set('parmin2', 202.9067);
model.component('mod1').geom('geom1').feature('ps54').set('parmax2', 302.9067);
model.component('mod1').geom('geom1').feature('ps54').set('coord', {'s1' '-455.9365' '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', 289.564);
model.component('mod1').geom('geom1').feature('ps55').set('parmax1', 302.064);
model.component('mod1').geom('geom1').feature('ps55').set('parmin2', 230.7602);
model.component('mod1').geom('geom1').feature('ps55').set('parmax2', 330.7602);
model.component('mod1').geom('geom1').feature('ps55').set('coord', {'s1' '-456.2135' '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', -306.1015);
model.component('mod1').geom('geom1').feature('ps56').set('parmax1', -293.6015);
model.component('mod1').geom('geom1').feature('ps56').set('parmin2', 135.0364);
model.component('mod1').geom('geom1').feature('ps56').set('parmax2', 235.0364);
model.component('mod1').geom('geom1').feature('ps56').set('coord', {'s1' '-399.9471' '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', -246.4898);
model.component('mod1').geom('geom1').feature('ps57').set('parmax1', -233.9898);
model.component('mod1').geom('geom1').feature('ps57').set('parmin2', 172.619);
model.component('mod1').geom('geom1').feature('ps57').set('parmax2', 272.619);
model.component('mod1').geom('geom1').feature('ps57').set('coord', {'s1' '-400.2268' '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', -186.8781);
model.component('mod1').geom('geom1').feature('ps58').set('parmax1', -174.3781);
model.component('mod1').geom('geom1').feature('ps58').set('parmin2', 197.3281);
model.component('mod1').geom('geom1').feature('ps58').set('parmax2', 297.3281);
model.component('mod1').geom('geom1').feature('ps58').set('coord', {'s1' '-400.5063' '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', -127.3676);
model.component('mod1').geom('geom1').feature('ps59').set('parmax1', -114.8676);
model.component('mod1').geom('geom1').feature('ps59').set('parmin2', 206.8845);
model.component('mod1').geom('geom1').feature('ps59').set('parmax2', 306.8845);
model.component('mod1').geom('geom1').feature('ps59').set('coord', {'s1' '-400.785' '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', -67.7559);
model.component('mod1').geom('geom1').feature('ps60').set('parmax1', -55.2559);
model.component('mod1').geom('geom1').feature('ps60').set('parmin2', 209.1317);
model.component('mod1').geom('geom1').feature('ps60').set('parmax2', 309.1317);
model.component('mod1').geom('geom1').feature('ps60').set('coord', {'s1' '-401.064' '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', -8.1443);
model.component('mod1').geom('geom1').feature('ps61').set('parmax1', 4.3557);
model.component('mod1').geom('geom1').feature('ps61').set('parmin2', 207.4216);
model.component('mod1').geom('geom1').feature('ps61').set('parmax2', 307.4216);
model.component('mod1').geom('geom1').feature('ps61').set('coord', {'s1' '-401.3427' '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', 51.4674);
model.component('mod1').geom('geom1').feature('ps62').set('parmax1', 63.9674);
model.component('mod1').geom('geom1').feature('ps62').set('parmin2', 213.4178);
model.component('mod1').geom('geom1').feature('ps62').set('parmax2', 313.4178);
model.component('mod1').geom('geom1').feature('ps62').set('coord', {'s1' '-401.6212' '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', 111.0791);
model.component('mod1').geom('geom1').feature('ps63').set('parmax1', 123.5791);
model.component('mod1').geom('geom1').feature('ps63').set('parmin2', 215.1946);
model.component('mod1').geom('geom1').feature('ps63').set('parmax2', 315.1946);
model.component('mod1').geom('geom1').feature('ps63').set('coord', {'s1' '-401.8994' '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', 170.6907);
model.component('mod1').geom('geom1').feature('ps64').set('parmax1', 183.1907);
model.component('mod1').geom('geom1').feature('ps64').set('parmin2', 214.4918);
model.component('mod1').geom('geom1').feature('ps64').set('parmax2', 314.4918);
model.component('mod1').geom('geom1').feature('ps64').set('coord', {'s1' '-402.1773' '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', 230.3024);
model.component('mod1').geom('geom1').feature('ps65').set('parmax1', 242.8024);
model.component('mod1').geom('geom1').feature('ps65').set('parmin2', 225.3638);
model.component('mod1').geom('geom1').feature('ps65').set('parmax2', 325.3638);
model.component('mod1').geom('geom1').feature('ps65').set('coord', {'s1' '-402.455' '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', 289.8128);
model.component('mod1').geom('geom1').feature('ps66').set('parmax1', 302.3128);
model.component('mod1').geom('geom1').feature('ps66').set('parmin2', 250.0198);
model.component('mod1').geom('geom1').feature('ps66').set('parmax2', 350.0198);
model.component('mod1').geom('geom1').feature('ps66').set('coord', {'s1' '-402.732' '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', -305.8499);
model.component('mod1').geom('geom1').feature('ps67').set('parmax1', -293.3499);
model.component('mod1').geom('geom1').feature('ps67').set('parmin2', 152.7158);
model.component('mod1').geom('geom1').feature('ps67').set('parmax2', 252.7158);
model.component('mod1').geom('geom1').feature('ps67').set('coord', {'s1' '-346.3548' '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', -246.2384);
model.component('mod1').geom('geom1').feature('ps68').set('parmax1', -233.7384);
model.component('mod1').geom('geom1').feature('ps68').set('parmin2', 196.0275);
model.component('mod1').geom('geom1').feature('ps68').set('parmax2', 296.0275);
model.component('mod1').geom('geom1').feature('ps68').set('coord', {'s1' '-346.6345' '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', -186.6269);
model.component('mod1').geom('geom1').feature('ps69').set('parmax1', -174.1269);
model.component('mod1').geom('geom1').feature('ps69').set('parmin2', 223.9595);
model.component('mod1').geom('geom1').feature('ps69').set('parmax2', 323.9595);
model.component('mod1').geom('geom1').feature('ps69').set('coord', {'s1' '-346.914' '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', -127.1167);
model.component('mod1').geom('geom1').feature('ps70').set('parmax1', -114.6167);
model.component('mod1').geom('geom1').feature('ps70').set('parmin2', 230.7599);
model.component('mod1').geom('geom1').feature('ps70').set('parmax2', 330.7599);
model.component('mod1').geom('geom1').feature('ps70').set('coord', {'s1' '-347.1928' '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', -67.5052);
model.component('mod1').geom('geom1').feature('ps71').set('parmax1', -55.0052);
model.component('mod1').geom('geom1').feature('ps71').set('parmin2', 223.24);
model.component('mod1').geom('geom1').feature('ps71').set('parmax2', 323.24);
model.component('mod1').geom('geom1').feature('ps71').set('coord', {'s1' '-347.4718' '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', -7.8938);
model.component('mod1').geom('geom1').feature('ps72').set('parmax1', 4.6062);
model.component('mod1').geom('geom1').feature('ps72').set('parmin2', 213.1298);
model.component('mod1').geom('geom1').feature('ps72').set('parmax2', 313.1298);
model.component('mod1').geom('geom1').feature('ps72').set('coord', {'s1' '-347.7505' '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', 51.7176);
model.component('mod1').geom('geom1').feature('ps73').set('parmax1', 64.2176);
model.component('mod1').geom('geom1').feature('ps73').set('parmin2', 214.6298);
model.component('mod1').geom('geom1').feature('ps73').set('parmax2', 314.6298);
model.component('mod1').geom('geom1').feature('ps73').set('coord', {'s1' '-348.0289' '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', 111.3291);
model.component('mod1').geom('geom1').feature('ps74').set('parmax1', 123.8291);
model.component('mod1').geom('geom1').feature('ps74').set('parmin2', 218.1474);
model.component('mod1').geom('geom1').feature('ps74').set('parmax2', 318.1474);
model.component('mod1').geom('geom1').feature('ps74').set('coord', {'s1' '-348.3071' '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', 170.9405);
model.component('mod1').geom('geom1').feature('ps75').set('parmax1', 183.4405);
model.component('mod1').geom('geom1').feature('ps75').set('parmin2', 223.3283);
model.component('mod1').geom('geom1').feature('ps75').set('parmax2', 323.3283);
model.component('mod1').geom('geom1').feature('ps75').set('coord', {'s1' '-348.5851' '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', 230.5519);
model.component('mod1').geom('geom1').feature('ps76').set('parmax1', 243.0519);
model.component('mod1').geom('geom1').feature('ps76').set('parmin2', 239.3945);
model.component('mod1').geom('geom1').feature('ps76').set('parmax2', 339.3945);
model.component('mod1').geom('geom1').feature('ps76').set('coord', {'s1' '-348.8628' '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', 290.0621);
model.component('mod1').geom('geom1').feature('ps77').set('parmax1', 302.5621);
model.component('mod1').geom('geom1').feature('ps77').set('parmin2', 262.179);
model.component('mod1').geom('geom1').feature('ps77').set('parmax2', 362.179);
model.component('mod1').geom('geom1').feature('ps77').set('coord', {'s1' '-349.1398' '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', -305.5988);
model.component('mod1').geom('geom1').feature('ps78').set('parmax1', -293.0988);
model.component('mod1').geom('geom1').feature('ps78').set('parmin2', 166.5626);
model.component('mod1').geom('geom1').feature('ps78').set('parmax2', 266.5626);
model.component('mod1').geom('geom1').feature('ps78').set('coord', {'s1' '-292.8733' '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', -245.9875);
model.component('mod1').geom('geom1').feature('ps79').set('parmax1', -233.4875);
model.component('mod1').geom('geom1').feature('ps79').set('parmin2', 214.6342);
model.component('mod1').geom('geom1').feature('ps79').set('parmax2', 314.6342);
model.component('mod1').geom('geom1').feature('ps79').set('coord', {'s1' '-293.153' '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', -186.3763);
model.component('mod1').geom('geom1').feature('ps80').set('parmax1', -173.8763);
model.component('mod1').geom('geom1').feature('ps80').set('parmin2', 237.487);
model.component('mod1').geom('geom1').feature('ps80').set('parmax2', 337.487);
model.component('mod1').geom('geom1').feature('ps80').set('coord', {'s1' '-293.4325' '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', -126.8663);
model.component('mod1').geom('geom1').feature('ps81').set('parmax1', -114.3663);
model.component('mod1').geom('geom1').feature('ps81').set('parmin2', 235.4666);
model.component('mod1').geom('geom1').feature('ps81').set('parmax2', 335.4666);
model.component('mod1').geom('geom1').feature('ps81').set('coord', {'s1' '-293.7113' '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', -67.2551);
model.component('mod1').geom('geom1').feature('ps82').set('parmax1', -54.7551);
model.component('mod1').geom('geom1').feature('ps82').set('parmin2', 224.6491);
model.component('mod1').geom('geom1').feature('ps82').set('parmax2', 324.6491);
model.component('mod1').geom('geom1').feature('ps82').set('coord', {'s1' '-293.9902' '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', -7.6439);
model.component('mod1').geom('geom1').feature('ps83').set('parmax1', 4.8561);
model.component('mod1').geom('geom1').feature('ps83').set('parmin2', 213.3122);
model.component('mod1').geom('geom1').feature('ps83').set('parmax2', 313.3122);
model.component('mod1').geom('geom1').feature('ps83').set('coord', {'s1' '-294.269' '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', 51.9674);
model.component('mod1').geom('geom1').feature('ps84').set('parmax1', 64.4674);
model.component('mod1').geom('geom1').feature('ps84').set('parmin2', 205.1923);
model.component('mod1').geom('geom1').feature('ps84').set('parmax2', 305.1923);
model.component('mod1').geom('geom1').feature('ps84').set('coord', {'s1' '-294.5474' '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', 111.5786);
model.component('mod1').geom('geom1').feature('ps85').set('parmax1', 124.0786);
model.component('mod1').geom('geom1').feature('ps85').set('parmin2', 205.3077);
model.component('mod1').geom('geom1').feature('ps85').set('parmax2', 305.3077);
model.component('mod1').geom('geom1').feature('ps85').set('coord', {'s1' '-294.8256' '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', 171.1898);
model.component('mod1').geom('geom1').feature('ps86').set('parmax1', 183.6898);
model.component('mod1').geom('geom1').feature('ps86').set('parmin2', 210.6237);
model.component('mod1').geom('geom1').feature('ps86').set('parmax2', 310.6237);
model.component('mod1').geom('geom1').feature('ps86').set('coord', {'s1' '-295.1036' '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', 230.801);
model.component('mod1').geom('geom1').feature('ps87').set('parmax1', 243.301);
model.component('mod1').geom('geom1').feature('ps87').set('parmin2', 219.9656);
model.component('mod1').geom('geom1').feature('ps87').set('parmax2', 319.9656);
model.component('mod1').geom('geom1').feature('ps87').set('coord', {'s1' '-295.3813' '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', 290.3109);
model.component('mod1').geom('geom1').feature('ps88').set('parmax1', 302.8109);
model.component('mod1').geom('geom1').feature('ps88').set('parmin2', 232.7256);
model.component('mod1').geom('geom1').feature('ps88').set('parmax2', 332.7256);
model.component('mod1').geom('geom1').feature('ps88').set('coord', {'s1' '-295.6583' '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', -305.3477);
model.component('mod1').geom('geom1').feature('ps89').set('parmax1', -292.8477);
model.component('mod1').geom('geom1').feature('ps89').set('parmin2', 156.978);
model.component('mod1').geom('geom1').feature('ps89').set('parmax2', 256.978);
model.component('mod1').geom('geom1').feature('ps89').set('coord', {'s1' '-239.3917' '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', -245.7367);
model.component('mod1').geom('geom1').feature('ps90').set('parmax1', -233.2367);
model.component('mod1').geom('geom1').feature('ps90').set('parmin2', 206.0176);
model.component('mod1').geom('geom1').feature('ps90').set('parmax2', 306.0176);
model.component('mod1').geom('geom1').feature('ps90').set('coord', {'s1' '-239.6715' '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', -186.1257);
model.component('mod1').geom('geom1').feature('ps91').set('parmax1', -173.6257);
model.component('mod1').geom('geom1').feature('ps91').set('parmin2', 224.8883);
model.component('mod1').geom('geom1').feature('ps91').set('parmax2', 324.8883);
model.component('mod1').geom('geom1').feature('ps91').set('coord', {'s1' '-239.951' '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', -126.6159);
model.component('mod1').geom('geom1').feature('ps92').set('parmax1', -114.1159);
model.component('mod1').geom('geom1').feature('ps92').set('parmin2', 221.5091);
model.component('mod1').geom('geom1').feature('ps92').set('parmax2', 321.5091);
model.component('mod1').geom('geom1').feature('ps92').set('coord', {'s1' '-240.2297' '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', -67.0049);
model.component('mod1').geom('geom1').feature('ps93').set('parmax1', -54.5049);
model.component('mod1').geom('geom1').feature('ps93').set('parmin2', 218.7088);
model.component('mod1').geom('geom1').feature('ps93').set('parmax2', 318.7088);
model.component('mod1').geom('geom1').feature('ps93').set('coord', {'s1' '-240.5087' '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', -7.3939);
model.component('mod1').geom('geom1').feature('ps94').set('parmax1', 5.1061);
model.component('mod1').geom('geom1').feature('ps94').set('parmin2', 212.9527);
model.component('mod1').geom('geom1').feature('ps94').set('parmax2', 312.9527);
model.component('mod1').geom('geom1').feature('ps94').set('coord', {'s1' '-240.7874' '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', 52.2171);
model.component('mod1').geom('geom1').feature('ps95').set('parmax1', 64.7171);
model.component('mod1').geom('geom1').feature('ps95').set('parmin2', 203.7813);
model.component('mod1').geom('geom1').feature('ps95').set('parmax2', 303.7813);
model.component('mod1').geom('geom1').feature('ps95').set('coord', {'s1' '-241.0659' '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', 111.8281);
model.component('mod1').geom('geom1').feature('ps96').set('parmax1', 124.3281);
model.component('mod1').geom('geom1').feature('ps96').set('parmin2', 202.1437);
model.component('mod1').geom('geom1').feature('ps96').set('parmax2', 302.1437);
model.component('mod1').geom('geom1').feature('ps96').set('coord', {'s1' '-241.3441' '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', 171.439);
model.component('mod1').geom('geom1').feature('ps97').set('parmax1', 183.939);
model.component('mod1').geom('geom1').feature('ps97').set('parmin2', 206.5215);
model.component('mod1').geom('geom1').feature('ps97').set('parmax2', 306.5215);
model.component('mod1').geom('geom1').feature('ps97').set('coord', {'s1' '-241.6221' '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', 231.05);
model.component('mod1').geom('geom1').feature('ps98').set('parmax1', 243.55);
model.component('mod1').geom('geom1').feature('ps98').set('parmin2', 213.9722);
model.component('mod1').geom('geom1').feature('ps98').set('parmax2', 313.9722);
model.component('mod1').geom('geom1').feature('ps98').set('coord', {'s1' '-241.8998' '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', 290.5597);
model.component('mod1').geom('geom1').feature('ps99').set('parmax1', 303.0597);
model.component('mod1').geom('geom1').feature('ps99').set('parmin2', 224.1659);
model.component('mod1').geom('geom1').feature('ps99').set('parmax2', 324.1659);
model.component('mod1').geom('geom1').feature('ps99').set('coord', {'s1' '-242.1768' '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', -305.0966);
model.component('mod1').geom('geom1').feature('ps100').set('parmax1', -292.5966);
model.component('mod1').geom('geom1').feature('ps100').set('parmin2', 138.7467);
model.component('mod1').geom('geom1').feature('ps100').set('parmax2', 238.7467);
model.component('mod1').geom('geom1').feature('ps100').set('coord', {'s1' '-185.9102' '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', -245.4858);
model.component('mod1').geom('geom1').feature('ps101').set('parmax1', -232.9858);
model.component('mod1').geom('geom1').feature('ps101').set('parmin2', 182.0273);
model.component('mod1').geom('geom1').feature('ps101').set('parmax2', 282.0273);
model.component('mod1').geom('geom1').feature('ps101').set('coord', {'s1' '-186.1899' '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', -185.875);
model.component('mod1').geom('geom1').feature('ps102').set('parmax1', -173.375);
model.component('mod1').geom('geom1').feature('ps102').set('parmin2', 199.1695);
model.component('mod1').geom('geom1').feature('ps102').set('parmax2', 299.1695);
model.component('mod1').geom('geom1').feature('ps102').set('coord', {'s1' '-186.4694' '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', -126.3655);
model.component('mod1').geom('geom1').feature('ps103').set('parmax1', -113.8655);
model.component('mod1').geom('geom1').feature('ps103').set('parmin2', 200.8933);
model.component('mod1').geom('geom1').feature('ps103').set('parmax2', 300.8933);
model.component('mod1').geom('geom1').feature('ps103').set('coord', {'s1' '-186.7482' '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', -66.7547);
model.component('mod1').geom('geom1').feature('ps104').set('parmax1', -54.2547);
model.component('mod1').geom('geom1').feature('ps104').set('parmin2', 209.3516);
model.component('mod1').geom('geom1').feature('ps104').set('parmax2', 309.3516);
model.component('mod1').geom('geom1').feature('ps104').set('coord', {'s1' '-187.0272' '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', -7.1439);
model.component('mod1').geom('geom1').feature('ps105').set('parmax1', 5.3561);
model.component('mod1').geom('geom1').feature('ps105').set('parmin2', 212.3682);
model.component('mod1').geom('geom1').feature('ps105').set('parmax2', 312.3682);
model.component('mod1').geom('geom1').feature('ps105').set('coord', {'s1' '-187.3059' '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', 52.4668);
model.component('mod1').geom('geom1').feature('ps106').set('parmax1', 64.9668);
model.component('mod1').geom('geom1').feature('ps106').set('parmin2', 206.3409);
model.component('mod1').geom('geom1').feature('ps106').set('parmax2', 306.3409);
model.component('mod1').geom('geom1').feature('ps106').set('coord', {'s1' '-187.5844' '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', 112.0776);
model.component('mod1').geom('geom1').feature('ps107').set('parmax1', 124.5776);
model.component('mod1').geom('geom1').feature('ps107').set('parmin2', 204.3438);
model.component('mod1').geom('geom1').feature('ps107').set('parmax2', 304.3438);
model.component('mod1').geom('geom1').feature('ps107').set('coord', {'s1' '-187.8626' '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', 171.6883);
model.component('mod1').geom('geom1').feature('ps108').set('parmax1', 184.1883);
model.component('mod1').geom('geom1').feature('ps108').set('parmin2', 208.071);
model.component('mod1').geom('geom1').feature('ps108').set('parmax2', 308.071);
model.component('mod1').geom('geom1').feature('ps108').set('coord', {'s1' '-188.1406' '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', 231.299);
model.component('mod1').geom('geom1').feature('ps109').set('parmax1', 243.799);
model.component('mod1').geom('geom1').feature('ps109').set('parmin2', 216.1739);
model.component('mod1').geom('geom1').feature('ps109').set('parmax2', 316.1739);
model.component('mod1').geom('geom1').feature('ps109').set('coord', {'s1' '-188.4183' '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', 290.8086);
model.component('mod1').geom('geom1').feature('ps110').set('parmax1', 303.3086);
model.component('mod1').geom('geom1').feature('ps110').set('parmin2', 227.4262);
model.component('mod1').geom('geom1').feature('ps110').set('parmax2', 327.4262);
model.component('mod1').geom('geom1').feature('ps110').set('coord', {'s1' '-188.6953' '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', -304.8449);
model.component('mod1').geom('geom1').feature('ps111').set('parmax1', -292.3449);
model.component('mod1').geom('geom1').feature('ps111').set('parmin2', 127.5555);
model.component('mod1').geom('geom1').feature('ps111').set('parmax2', 227.5555);
model.component('mod1').geom('geom1').feature('ps111').set('coord', {'s1' '-132.3179' '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', -245.2344);
model.component('mod1').geom('geom1').feature('ps112').set('parmax1', -232.7344);
model.component('mod1').geom('geom1').feature('ps112').set('parmin2', 150.8731);
model.component('mod1').geom('geom1').feature('ps112').set('parmax2', 250.8731);
model.component('mod1').geom('geom1').feature('ps112').set('coord', {'s1' '-132.5976' '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', -185.6239);
model.component('mod1').geom('geom1').feature('ps113').set('parmax1', -173.1239);
model.component('mod1').geom('geom1').feature('ps113').set('parmin2', 171.2815);
model.component('mod1').geom('geom1').feature('ps113').set('parmax2', 271.2815);
model.component('mod1').geom('geom1').feature('ps113').set('coord', {'s1' '-132.8771' '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', -126.1145);
model.component('mod1').geom('geom1').feature('ps114').set('parmax1', -113.6145);
model.component('mod1').geom('geom1').feature('ps114').set('parmin2', 186.5453);
model.component('mod1').geom('geom1').feature('ps114').set('parmax2', 286.5453);
model.component('mod1').geom('geom1').feature('ps114').set('coord', {'s1' '-133.1559' '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', -66.504);
model.component('mod1').geom('geom1').feature('ps115').set('parmax1', -54.004);
model.component('mod1').geom('geom1').feature('ps115').set('parmin2', 200.1731);
model.component('mod1').geom('geom1').feature('ps115').set('parmax2', 300.1731);
model.component('mod1').geom('geom1').feature('ps115').set('coord', {'s1' '-133.4349' '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', -6.8935);
model.component('mod1').geom('geom1').feature('ps116').set('parmax1', 5.6065);
model.component('mod1').geom('geom1').feature('ps116').set('parmin2', 211.8751);
model.component('mod1').geom('geom1').feature('ps116').set('parmax2', 311.8751);
model.component('mod1').geom('geom1').feature('ps116').set('coord', {'s1' '-133.7136' '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', 52.7171);
model.component('mod1').geom('geom1').feature('ps117').set('parmax1', 65.2171);
model.component('mod1').geom('geom1').feature('ps117').set('parmin2', 209.3939);
model.component('mod1').geom('geom1').feature('ps117').set('parmax2', 309.3939);
model.component('mod1').geom('geom1').feature('ps117').set('coord', {'s1' '-133.9921' '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', 112.3276);
model.component('mod1').geom('geom1').feature('ps118').set('parmax1', 124.8276);
model.component('mod1').geom('geom1').feature('ps118').set('parmin2', 208.8022);
model.component('mod1').geom('geom1').feature('ps118').set('parmax2', 308.8022);
model.component('mod1').geom('geom1').feature('ps118').set('coord', {'s1' '-134.2704' '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', 171.9381);
model.component('mod1').geom('geom1').feature('ps119').set('parmax1', 184.4381);
model.component('mod1').geom('geom1').feature('ps119').set('parmin2', 214.1703);
model.component('mod1').geom('geom1').feature('ps119').set('parmax2', 314.1703);
model.component('mod1').geom('geom1').feature('ps119').set('coord', {'s1' '-134.5483' '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', 231.5486);
model.component('mod1').geom('geom1').feature('ps120').set('parmax1', 244.0486);
model.component('mod1').geom('geom1').feature('ps120').set('parmin2', 223.6622);
model.component('mod1').geom('geom1').feature('ps120').set('parmax2', 323.6622);
model.component('mod1').geom('geom1').feature('ps120').set('coord', {'s1' '-134.826' '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', 291.0579);
model.component('mod1').geom('geom1').feature('ps121').set('parmax1', 303.5579);
model.component('mod1').geom('geom1').feature('ps121').set('parmin2', 236.2453);
model.component('mod1').geom('geom1').feature('ps121').set('parmax2', 336.2453);
model.component('mod1').geom('geom1').feature('ps121').set('coord', {'s1' '-135.103' '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', -304.5938);
model.component('mod1').geom('geom1').feature('ps122').set('parmax1', -292.0938);
model.component('mod1').geom('geom1').feature('ps122').set('parmin2', 132.1634);
model.component('mod1').geom('geom1').feature('ps122').set('parmax2', 232.1634);
model.component('mod1').geom('geom1').feature('ps122').set('coord', {'s1' '-78.8363' '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', -244.9835);
model.component('mod1').geom('geom1').feature('ps123').set('parmax1', -232.4835);
model.component('mod1').geom('geom1').feature('ps123').set('parmin2', 151.0495);
model.component('mod1').geom('geom1').feature('ps123').set('parmax2', 251.0495);
model.component('mod1').geom('geom1').feature('ps123').set('coord', {'s1' '-79.1161' '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', -185.3732);
model.component('mod1').geom('geom1').feature('ps124').set('parmax1', -172.8732);
model.component('mod1').geom('geom1').feature('ps124').set('parmin2', 172.57);
model.component('mod1').geom('geom1').feature('ps124').set('parmax2', 272.57);
model.component('mod1').geom('geom1').feature('ps124').set('coord', {'s1' '-79.3956' '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', -125.8641);
model.component('mod1').geom('geom1').feature('ps125').set('parmax1', -113.3641);
model.component('mod1').geom('geom1').feature('ps125').set('parmin2', 191.6544);
model.component('mod1').geom('geom1').feature('ps125').set('parmax2', 291.6544);
model.component('mod1').geom('geom1').feature('ps125').set('coord', {'s1' '-79.6744' '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', -66.2538);
model.component('mod1').geom('geom1').feature('ps126').set('parmax1', -53.7538);
model.component('mod1').geom('geom1').feature('ps126').set('parmin2', 205.3943);
model.component('mod1').geom('geom1').feature('ps126').set('parmax2', 305.3943);
model.component('mod1').geom('geom1').feature('ps126').set('coord', {'s1' '-79.9534' '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', -6.6435);
model.component('mod1').geom('geom1').feature('ps127').set('parmax1', 5.8565);
model.component('mod1').geom('geom1').feature('ps127').set('parmin2', 212.5147);
model.component('mod1').geom('geom1').feature('ps127').set('parmax2', 312.5147);
model.component('mod1').geom('geom1').feature('ps127').set('coord', {'s1' '-80.2321' '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', 52.9668);
model.component('mod1').geom('geom1').feature('ps128').set('parmax1', 65.4668);
model.component('mod1').geom('geom1').feature('ps128').set('parmin2', 208.7342);
model.component('mod1').geom('geom1').feature('ps128').set('parmax2', 308.7342);
model.component('mod1').geom('geom1').feature('ps128').set('coord', {'s1' '-80.5106' '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', 112.5771);
model.component('mod1').geom('geom1').feature('ps129').set('parmax1', 125.0771);
model.component('mod1').geom('geom1').feature('ps129').set('parmin2', 211.4421);
model.component('mod1').geom('geom1').feature('ps129').set('parmax2', 311.4421);
model.component('mod1').geom('geom1').feature('ps129').set('coord', {'s1' '-80.7888' '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', 172.1874);
model.component('mod1').geom('geom1').feature('ps130').set('parmax1', 184.6874);
model.component('mod1').geom('geom1').feature('ps130').set('parmin2', 220.0208);
model.component('mod1').geom('geom1').feature('ps130').set('parmax2', 320.0208);
model.component('mod1').geom('geom1').feature('ps130').set('coord', {'s1' '-81.0668' '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', 231.7976);
model.component('mod1').geom('geom1').feature('ps131').set('parmax1', 244.2976);
model.component('mod1').geom('geom1').feature('ps131').set('parmin2', 230.8715);
model.component('mod1').geom('geom1').feature('ps131').set('parmax2', 330.8715);
model.component('mod1').geom('geom1').feature('ps131').set('coord', {'s1' '-81.3445' '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', 291.3067);
model.component('mod1').geom('geom1').feature('ps132').set('parmax1', 303.8067);
model.component('mod1').geom('geom1').feature('ps132').set('parmin2', 243.4358);
model.component('mod1').geom('geom1').feature('ps132').set('parmax2', 343.4358);
model.component('mod1').geom('geom1').feature('ps132').set('coord', {'s1' '-81.6215' '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', -304.3427);
model.component('mod1').geom('geom1').feature('ps133').set('parmax1', -291.8427);
model.component('mod1').geom('geom1').feature('ps133').set('parmin2', 138.7698);
model.component('mod1').geom('geom1').feature('ps133').set('parmax2', 238.7698);
model.component('mod1').geom('geom1').feature('ps133').set('coord', {'s1' '-25.3548' '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', -244.7326);
model.component('mod1').geom('geom1').feature('ps134').set('parmax1', -232.2326);
model.component('mod1').geom('geom1').feature('ps134').set('parmin2', 158.0928);
model.component('mod1').geom('geom1').feature('ps134').set('parmax2', 258.0928);
model.component('mod1').geom('geom1').feature('ps134').set('coord', {'s1' '-25.6345' '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', -185.1225);
model.component('mod1').geom('geom1').feature('ps135').set('parmax1', -172.6225);
model.component('mod1').geom('geom1').feature('ps135').set('parmin2', 179.9204);
model.component('mod1').geom('geom1').feature('ps135').set('parmax2', 279.9204);
model.component('mod1').geom('geom1').feature('ps135').set('coord', {'s1' '-25.914' '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', -125.6137);
model.component('mod1').geom('geom1').feature('ps136').set('parmax1', -113.1137);
model.component('mod1').geom('geom1').feature('ps136').set('parmin2', 198.512);
model.component('mod1').geom('geom1').feature('ps136').set('parmax2', 298.512);
model.component('mod1').geom('geom1').feature('ps136').set('coord', {'s1' '-26.1928' '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', -66.0036);
model.component('mod1').geom('geom1').feature('ps137').set('parmax1', -53.5036);
model.component('mod1').geom('geom1').feature('ps137').set('parmin2', 209.4246);
model.component('mod1').geom('geom1').feature('ps137').set('parmax2', 309.4246);
model.component('mod1').geom('geom1').feature('ps137').set('coord', {'s1' '-26.4718' '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', -6.3935);
model.component('mod1').geom('geom1').feature('ps138').set('parmax1', 6.1065);
model.component('mod1').geom('geom1').feature('ps138').set('parmin2', 209.8324);
model.component('mod1').geom('geom1').feature('ps138').set('parmax2', 309.8324);
model.component('mod1').geom('geom1').feature('ps138').set('coord', {'s1' '-26.7506' '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', 53.2165);
model.component('mod1').geom('geom1').feature('ps139').set('parmax1', 65.7165);
model.component('mod1').geom('geom1').feature('ps139').set('parmin2', 205.3965);
model.component('mod1').geom('geom1').feature('ps139').set('parmax2', 305.3965);
model.component('mod1').geom('geom1').feature('ps139').set('coord', {'s1' '-27.0291' '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', 112.8266);
model.component('mod1').geom('geom1').feature('ps140').set('parmax1', 125.3266);
model.component('mod1').geom('geom1').feature('ps140').set('parmin2', 212.287);
model.component('mod1').geom('geom1').feature('ps140').set('parmax2', 312.287);
model.component('mod1').geom('geom1').feature('ps140').set('coord', {'s1' '-27.3073' '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', 172.4366);
model.component('mod1').geom('geom1').feature('ps141').set('parmax1', 184.9366);
model.component('mod1').geom('geom1').feature('ps141').set('parmin2', 222.673);
model.component('mod1').geom('geom1').feature('ps141').set('parmax2', 322.673);
model.component('mod1').geom('geom1').feature('ps141').set('coord', {'s1' '-27.5853' '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', 232.0467);
model.component('mod1').geom('geom1').feature('ps142').set('parmax1', 244.5467);
model.component('mod1').geom('geom1').feature('ps142').set('parmin2', 232.553);
model.component('mod1').geom('geom1').feature('ps142').set('parmax2', 332.553);
model.component('mod1').geom('geom1').feature('ps142').set('coord', {'s1' '-27.863' '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', 291.5555);
model.component('mod1').geom('geom1').feature('ps143').set('parmax1', 304.0555);
model.component('mod1').geom('geom1').feature('ps143').set('parmin2', 243.4528);
model.component('mod1').geom('geom1').feature('ps143').set('parmax2', 343.4528);
model.component('mod1').geom('geom1').feature('ps143').set('coord', {'s1' '-28.14' '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', -304.0916);
model.component('mod1').geom('geom1').feature('ps144').set('parmax1', -291.5916);
model.component('mod1').geom('geom1').feature('ps144').set('parmin2', 143.8535);
model.component('mod1').geom('geom1').feature('ps144').set('parmax2', 243.8535);
model.component('mod1').geom('geom1').feature('ps144').set('coord', {'s1' '28.1268' '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', -244.4817);
model.component('mod1').geom('geom1').feature('ps145').set('parmax1', -231.9817);
model.component('mod1').geom('geom1').feature('ps145').set('parmin2', 166.1962);
model.component('mod1').geom('geom1').feature('ps145').set('parmax2', 266.1962);
model.component('mod1').geom('geom1').feature('ps145').set('coord', {'s1' '27.847' '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', -184.8719);
model.component('mod1').geom('geom1').feature('ps146').set('parmax1', -172.3719);
model.component('mod1').geom('geom1').feature('ps146').set('parmin2', 187.7901);
model.component('mod1').geom('geom1').feature('ps146').set('parmax2', 287.7901);
model.component('mod1').geom('geom1').feature('ps146').set('coord', {'s1' '27.5675' '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', -125.3632);
model.component('mod1').geom('geom1').feature('ps147').set('parmax1', -112.8632);
model.component('mod1').geom('geom1').feature('ps147').set('parmin2', 202.4926);
model.component('mod1').geom('geom1').feature('ps147').set('parmax2', 302.4926);
model.component('mod1').geom('geom1').feature('ps147').set('coord', {'s1' '27.2887' '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', -65.7534);
model.component('mod1').geom('geom1').feature('ps148').set('parmax1', -53.2534);
model.component('mod1').geom('geom1').feature('ps148').set('parmin2', 207.834);
model.component('mod1').geom('geom1').feature('ps148').set('parmax2', 307.834);
model.component('mod1').geom('geom1').feature('ps148').set('coord', {'s1' '27.0097' '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', -6.1436);
model.component('mod1').geom('geom1').feature('ps149').set('parmax1', 6.3564);
model.component('mod1').geom('geom1').feature('ps149').set('parmin2', 202.1716);
model.component('mod1').geom('geom1').feature('ps149').set('parmax2', 302.1716);
model.component('mod1').geom('geom1').feature('ps149').set('coord', {'s1' '26.731' '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', 53.4663);
model.component('mod1').geom('geom1').feature('ps150').set('parmax1', 65.9663);
model.component('mod1').geom('geom1').feature('ps150').set('parmin2', 199.3138);
model.component('mod1').geom('geom1').feature('ps150').set('parmax2', 299.3138);
model.component('mod1').geom('geom1').feature('ps150').set('coord', {'s1' '26.4525' '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', 113.0761);
model.component('mod1').geom('geom1').feature('ps151').set('parmax1', 125.5761);
model.component('mod1').geom('geom1').feature('ps151').set('parmin2', 211.108);
model.component('mod1').geom('geom1').feature('ps151').set('parmax2', 311.108);
model.component('mod1').geom('geom1').feature('ps151').set('coord', {'s1' '26.1742' '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', 172.6859);
model.component('mod1').geom('geom1').feature('ps152').set('parmax1', 185.1859);
model.component('mod1').geom('geom1').feature('ps152').set('parmin2', 220.8992);
model.component('mod1').geom('geom1').feature('ps152').set('parmax2', 320.8992);
model.component('mod1').geom('geom1').feature('ps152').set('coord', {'s1' '25.8963' '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', 232.2957);
model.component('mod1').geom('geom1').feature('ps153').set('parmax1', 244.7957);
model.component('mod1').geom('geom1').feature('ps153').set('parmin2', 226.5436);
model.component('mod1').geom('geom1').feature('ps153').set('parmax2', 326.5436);
model.component('mod1').geom('geom1').feature('ps153').set('coord', {'s1' '25.6185' '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', 291.8044);
model.component('mod1').geom('geom1').feature('ps154').set('parmax1', 304.3044);
model.component('mod1').geom('geom1').feature('ps154').set('parmin2', 233.8363);
model.component('mod1').geom('geom1').feature('ps154').set('parmax2', 333.8363);
model.component('mod1').geom('geom1').feature('ps154').set('coord', {'s1' '25.3415' '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', -303.8405);
model.component('mod1').geom('geom1').feature('ps155').set('parmax1', -291.3405);
model.component('mod1').geom('geom1').feature('ps155').set('parmin2', 140.6984);
model.component('mod1').geom('geom1').feature('ps155').set('parmax2', 240.6984);
model.component('mod1').geom('geom1').feature('ps155').set('coord', {'s1' '81.6084' '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', -244.2308);
model.component('mod1').geom('geom1').feature('ps156').set('parmax1', -231.7308);
model.component('mod1').geom('geom1').feature('ps156').set('parmin2', 158.3078);
model.component('mod1').geom('geom1').feature('ps156').set('parmax2', 258.3078);
model.component('mod1').geom('geom1').feature('ps156').set('coord', {'s1' '81.3286' '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', -184.6212);
model.component('mod1').geom('geom1').feature('ps157').set('parmax1', -172.1212);
model.component('mod1').geom('geom1').feature('ps157').set('parmin2', 172.4007);
model.component('mod1').geom('geom1').feature('ps157').set('parmax2', 272.4007);
model.component('mod1').geom('geom1').feature('ps157').set('coord', {'s1' '81.0491' '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', -125.1128);
model.component('mod1').geom('geom1').feature('ps158').set('parmax1', -112.6128);
model.component('mod1').geom('geom1').feature('ps158').set('parmin2', 178.9397);
model.component('mod1').geom('geom1').feature('ps158').set('parmax2', 278.9397);
model.component('mod1').geom('geom1').feature('ps158').set('coord', {'s1' '80.7703' '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', -65.5032);
model.component('mod1').geom('geom1').feature('ps159').set('parmax1', -53.0032);
model.component('mod1').geom('geom1').feature('ps159').set('parmin2', 179.9684);
model.component('mod1').geom('geom1').feature('ps159').set('parmax2', 279.9684);
model.component('mod1').geom('geom1').feature('ps159').set('coord', {'s1' '80.4913' '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', -5.8936);
model.component('mod1').geom('geom1').feature('ps160').set('parmax1', 6.6064);
model.component('mod1').geom('geom1').feature('ps160').set('parmin2', 176.8656);
model.component('mod1').geom('geom1').feature('ps160').set('parmax2', 276.8656);
model.component('mod1').geom('geom1').feature('ps160').set('coord', {'s1' '80.2125' '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', 53.716);
model.component('mod1').geom('geom1').feature('ps161').set('parmax1', 66.216);
model.component('mod1').geom('geom1').feature('ps161').set('parmin2', 184.2106);
model.component('mod1').geom('geom1').feature('ps161').set('parmax2', 284.2106);
model.component('mod1').geom('geom1').feature('ps161').set('coord', {'s1' '79.934' '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', 113.3256);
model.component('mod1').geom('geom1').feature('ps162').set('parmax1', 125.8256);
model.component('mod1').geom('geom1').feature('ps162').set('parmin2', 198.2337);
model.component('mod1').geom('geom1').feature('ps162').set('parmax2', 298.2337);
model.component('mod1').geom('geom1').feature('ps162').set('coord', {'s1' '79.6558' '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', 172.9352);
model.component('mod1').geom('geom1').feature('ps163').set('parmax1', 185.4352);
model.component('mod1').geom('geom1').feature('ps163').set('parmin2', 209.0468);
model.component('mod1').geom('geom1').feature('ps163').set('parmax2', 309.0468);
model.component('mod1').geom('geom1').feature('ps163').set('coord', {'s1' '79.3778' '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', 232.5448);
model.component('mod1').geom('geom1').feature('ps164').set('parmax1', 245.0448);
model.component('mod1').geom('geom1').feature('ps164').set('parmin2', 218.2742);
model.component('mod1').geom('geom1').feature('ps164').set('parmax2', 318.2742);
model.component('mod1').geom('geom1').feature('ps164').set('coord', {'s1' '79.1001' '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', 292.0532);
model.component('mod1').geom('geom1').feature('ps165').set('parmax1', 304.5532);
model.component('mod1').geom('geom1').feature('ps165').set('parmin2', 231.2876);
model.component('mod1').geom('geom1').feature('ps165').set('parmax2', 331.2876);
model.component('mod1').geom('geom1').feature('ps165').set('coord', {'s1' '78.8231' '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', -303.5888);
model.component('mod1').geom('geom1').feature('ps166').set('parmax1', -291.0888);
model.component('mod1').geom('geom1').feature('ps166').set('parmin2', 138.7823);
model.component('mod1').geom('geom1').feature('ps166').set('parmax2', 238.7823);
model.component('mod1').geom('geom1').feature('ps166').set('coord', {'s1' '135.2006' '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', -243.9794);
model.component('mod1').geom('geom1').feature('ps167').set('parmax1', -231.4794);
model.component('mod1').geom('geom1').feature('ps167').set('parmin2', 147.1503);
model.component('mod1').geom('geom1').feature('ps167').set('parmax2', 247.1503);
model.component('mod1').geom('geom1').feature('ps167').set('coord', {'s1' '134.9209' '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', -184.37);
model.component('mod1').geom('geom1').feature('ps168').set('parmax1', -171.87);
model.component('mod1').geom('geom1').feature('ps168').set('parmin2', 155.2095);
model.component('mod1').geom('geom1').feature('ps168').set('parmax2', 255.2095);
model.component('mod1').geom('geom1').feature('ps168').set('coord', {'s1' '134.6413' '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', -124.8618);
model.component('mod1').geom('geom1').feature('ps169').set('parmax1', -112.3618);
model.component('mod1').geom('geom1').feature('ps169').set('parmin2', 159.3221);
model.component('mod1').geom('geom1').feature('ps169').set('parmax2', 259.3221);
model.component('mod1').geom('geom1').feature('ps169').set('coord', {'s1' '134.3626' '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', -65.2525);
model.component('mod1').geom('geom1').feature('ps170').set('parmax1', -52.7525);
model.component('mod1').geom('geom1').feature('ps170').set('parmin2', 161.2446);
model.component('mod1').geom('geom1').feature('ps170').set('parmax2', 261.2446);
model.component('mod1').geom('geom1').feature('ps170').set('coord', {'s1' '134.0835' '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', -5.6431);
model.component('mod1').geom('geom1').feature('ps171').set('parmax1', 6.8569);
model.component('mod1').geom('geom1').feature('ps171').set('parmin2', 164.3432);
model.component('mod1').geom('geom1').feature('ps171').set('parmax2', 264.3432);
model.component('mod1').geom('geom1').feature('ps171').set('coord', {'s1' '133.8048' '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', 53.9663);
model.component('mod1').geom('geom1').feature('ps172').set('parmax1', 66.4663);
model.component('mod1').geom('geom1').feature('ps172').set('parmin2', 177.2203);
model.component('mod1').geom('geom1').feature('ps172').set('parmax2', 277.2203);
model.component('mod1').geom('geom1').feature('ps172').set('coord', {'s1' '133.5263' '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', 113.5757);
model.component('mod1').geom('geom1').feature('ps173').set('parmax1', 126.0757);
model.component('mod1').geom('geom1').feature('ps173').set('parmin2', 192.741);
model.component('mod1').geom('geom1').feature('ps173').set('parmax2', 292.741);
model.component('mod1').geom('geom1').feature('ps173').set('coord', {'s1' '133.248' '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', 173.185);
model.component('mod1').geom('geom1').feature('ps174').set('parmax1', 185.685);
model.component('mod1').geom('geom1').feature('ps174').set('parmin2', 205.7614);
model.component('mod1').geom('geom1').feature('ps174').set('parmax2', 305.7614);
model.component('mod1').geom('geom1').feature('ps174').set('coord', {'s1' '132.9701' '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', 232.7944);
model.component('mod1').geom('geom1').feature('ps175').set('parmax1', 245.2944);
model.component('mod1').geom('geom1').feature('ps175').set('parmin2', 218.51);
model.component('mod1').geom('geom1').feature('ps175').set('parmax2', 318.51);
model.component('mod1').geom('geom1').feature('ps175').set('coord', {'s1' '132.6923' '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', 292.3025);
model.component('mod1').geom('geom1').feature('ps176').set('parmax1', 304.8025);
model.component('mod1').geom('geom1').feature('ps176').set('parmin2', 234.4743);
model.component('mod1').geom('geom1').feature('ps176').set('parmax2', 334.4743);
model.component('mod1').geom('geom1').feature('ps176').set('coord', {'s1' '132.4153' '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', -303.3377);
model.component('mod1').geom('geom1').feature('ps177').set('parmax1', -290.8377);
model.component('mod1').geom('geom1').feature('ps177').set('parmin2', 138.7009);
model.component('mod1').geom('geom1').feature('ps177').set('parmax2', 238.7009);
model.component('mod1').geom('geom1').feature('ps177').set('coord', {'s1' '188.6822' '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', -243.7285);
model.component('mod1').geom('geom1').feature('ps178').set('parmax1', -231.2285);
model.component('mod1').geom('geom1').feature('ps178').set('parmin2', 136.0705);
model.component('mod1').geom('geom1').feature('ps178').set('parmax2', 236.0705);
model.component('mod1').geom('geom1').feature('ps178').set('coord', {'s1' '188.4024' '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', -184.1194);
model.component('mod1').geom('geom1').feature('ps179').set('parmax1', -171.6194);
model.component('mod1').geom('geom1').feature('ps179').set('parmin2', 140.5179);
model.component('mod1').geom('geom1').feature('ps179').set('parmax2', 240.5179);
model.component('mod1').geom('geom1').feature('ps179').set('coord', {'s1' '188.1229' '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', -124.6114);
model.component('mod1').geom('geom1').feature('ps180').set('parmax1', -112.1114);
model.component('mod1').geom('geom1').feature('ps180').set('parmin2', 147.2447);
model.component('mod1').geom('geom1').feature('ps180').set('parmax2', 247.2447);
model.component('mod1').geom('geom1').feature('ps180').set('coord', {'s1' '187.8441' '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', -65.0022);
model.component('mod1').geom('geom1').feature('ps181').set('parmax1', -52.5022);
model.component('mod1').geom('geom1').feature('ps181').set('parmin2', 154.1218);
model.component('mod1').geom('geom1').feature('ps181').set('parmax2', 254.1218);
model.component('mod1').geom('geom1').feature('ps181').set('coord', {'s1' '187.5651' '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', -5.3931);
model.component('mod1').geom('geom1').feature('ps182').set('parmax1', 7.1069);
model.component('mod1').geom('geom1').feature('ps182').set('parmin2', 164.9653);
model.component('mod1').geom('geom1').feature('ps182').set('parmax2', 264.9653);
model.component('mod1').geom('geom1').feature('ps182').set('coord', {'s1' '187.2863' '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', 54.2161);
model.component('mod1').geom('geom1').feature('ps183').set('parmax1', 66.7161);
model.component('mod1').geom('geom1').feature('ps183').set('parmin2', 179.287);
model.component('mod1').geom('geom1').feature('ps183').set('parmax2', 279.2871);
model.component('mod1').geom('geom1').feature('ps183').set('coord', {'s1' '187.0078' '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', 113.8252);
model.component('mod1').geom('geom1').feature('ps184').set('parmax1', 126.3252);
model.component('mod1').geom('geom1').feature('ps184').set('parmin2', 195.0048);
model.component('mod1').geom('geom1').feature('ps184').set('parmax2', 295.0048);
model.component('mod1').geom('geom1').feature('ps184').set('coord', {'s1' '186.7296' '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', 173.4343);
model.component('mod1').geom('geom1').feature('ps185').set('parmax1', 185.9343);
model.component('mod1').geom('geom1').feature('ps185').set('parmin2', 210.1435);
model.component('mod1').geom('geom1').feature('ps185').set('parmax2', 310.1435);
model.component('mod1').geom('geom1').feature('ps185').set('coord', {'s1' '186.4516' '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', 233.0435);
model.component('mod1').geom('geom1').feature('ps186').set('parmax1', 245.5435);
model.component('mod1').geom('geom1').feature('ps186').set('parmin2', 225.112);
model.component('mod1').geom('geom1').feature('ps186').set('parmax2', 325.112);
model.component('mod1').geom('geom1').feature('ps186').set('coord', {'s1' '186.1739' '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', 292.5514);
model.component('mod1').geom('geom1').feature('ps187').set('parmax1', 305.0514);
model.component('mod1').geom('geom1').feature('ps187').set('parmin2', 240.8074);
model.component('mod1').geom('geom1').feature('ps187').set('parmax2', 340.8074);
model.component('mod1').geom('geom1').feature('ps187').set('coord', {'s1' '185.8968' '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', -303.0865);
model.component('mod1').geom('geom1').feature('ps188').set('parmax1', -290.5865);
model.component('mod1').geom('geom1').feature('ps188').set('parmin2', 143.5108);
model.component('mod1').geom('geom1').feature('ps188').set('parmax2', 243.5108);
model.component('mod1').geom('geom1').feature('ps188').set('coord', {'s1' '242.1638' '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', -243.4776);
model.component('mod1').geom('geom1').feature('ps189').set('parmax1', -230.9776);
model.component('mod1').geom('geom1').feature('ps189').set('parmin2', 138.5396);
model.component('mod1').geom('geom1').feature('ps189').set('parmax2', 238.5396);
model.component('mod1').geom('geom1').feature('ps189').set('coord', {'s1' '241.884' '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', -183.8687);
model.component('mod1').geom('geom1').feature('ps190').set('parmax1', -171.3687);
model.component('mod1').geom('geom1').feature('ps190').set('parmin2', 146.6027);
model.component('mod1').geom('geom1').feature('ps190').set('parmax2', 246.6027);
model.component('mod1').geom('geom1').feature('ps190').set('coord', {'s1' '241.6045' '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', -124.3609);
model.component('mod1').geom('geom1').feature('ps191').set('parmax1', -111.8609);
model.component('mod1').geom('geom1').feature('ps191').set('parmin2', 160.1704);
model.component('mod1').geom('geom1').feature('ps191').set('parmax2', 260.1704);
model.component('mod1').geom('geom1').feature('ps191').set('coord', {'s1' '241.3257' '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', -64.752);
model.component('mod1').geom('geom1').feature('ps192').set('parmax1', -52.252);
model.component('mod1').geom('geom1').feature('ps192').set('parmin2', 173.1023);
model.component('mod1').geom('geom1').feature('ps192').set('parmax2', 273.1023);
model.component('mod1').geom('geom1').feature('ps192').set('coord', {'s1' '241.0467' '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', -5.1431);
model.component('mod1').geom('geom1').feature('ps193').set('parmax1', 7.3569);
model.component('mod1').geom('geom1').feature('ps193').set('parmin2', 185.4379);
model.component('mod1').geom('geom1').feature('ps193').set('parmax2', 285.4379);
model.component('mod1').geom('geom1').feature('ps193').set('coord', {'s1' '240.7679' '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', 54.4658);
model.component('mod1').geom('geom1').feature('ps194').set('parmax1', 66.9658);
model.component('mod1').geom('geom1').feature('ps194').set('parmin2', 197.9625);
model.component('mod1').geom('geom1').feature('ps194').set('parmax2', 297.9625);
model.component('mod1').geom('geom1').feature('ps194').set('coord', {'s1' '240.4894' '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', 114.0747);
model.component('mod1').geom('geom1').feature('ps195').set('parmax1', 126.5747);
model.component('mod1').geom('geom1').feature('ps195').set('parmin2', 209.6209);
model.component('mod1').geom('geom1').feature('ps195').set('parmax2', 309.6209);
model.component('mod1').geom('geom1').feature('ps195').set('coord', {'s1' '240.2111' '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', 173.6836);
model.component('mod1').geom('geom1').feature('ps196').set('parmax1', 186.1836);
model.component('mod1').geom('geom1').feature('ps196').set('parmin2', 221.537);
model.component('mod1').geom('geom1').feature('ps196').set('parmax2', 321.537);
model.component('mod1').geom('geom1').feature('ps196').set('coord', {'s1' '239.9331' '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', 233.2925);
model.component('mod1').geom('geom1').feature('ps197').set('parmax1', 245.7925);
model.component('mod1').geom('geom1').feature('ps197').set('parmin2', 231.9356);
model.component('mod1').geom('geom1').feature('ps197').set('parmax2', 331.9356);
model.component('mod1').geom('geom1').feature('ps197').set('coord', {'s1' '239.6554' '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', 292.8002);
model.component('mod1').geom('geom1').feature('ps198').set('parmax1', 305.3002);
model.component('mod1').geom('geom1').feature('ps198').set('parmin2', 241.1174);
model.component('mod1').geom('geom1').feature('ps198').set('parmax2', 341.1174);
model.component('mod1').geom('geom1').feature('ps198').set('coord', {'s1' '239.3784' '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', -302.8354);
model.component('mod1').geom('geom1').feature('ps199').set('parmax1', -290.3354);
model.component('mod1').geom('geom1').feature('ps199').set('parmin2', 148.8389);
model.component('mod1').geom('geom1').feature('ps199').set('parmax2', 248.8389);
model.component('mod1').geom('geom1').feature('ps199').set('coord', {'s1' '295.6454' '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', -243.2267);
model.component('mod1').geom('geom1').feature('ps200').set('parmax1', -230.7267);
model.component('mod1').geom('geom1').feature('ps200').set('parmin2', 147.5427);
model.component('mod1').geom('geom1').feature('ps200').set('parmax2', 247.5427);
model.component('mod1').geom('geom1').feature('ps200').set('coord', {'s1' '295.3656' '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', -183.618);
model.component('mod1').geom('geom1').feature('ps201').set('parmax1', -171.118);
model.component('mod1').geom('geom1').feature('ps201').set('parmin2', 159.9749);
model.component('mod1').geom('geom1').feature('ps201').set('parmax2', 259.9749);
model.component('mod1').geom('geom1').feature('ps201').set('coord', {'s1' '295.086' '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', -124.1105);
model.component('mod1').geom('geom1').feature('ps202').set('parmax1', -111.6105);
model.component('mod1').geom('geom1').feature('ps202').set('parmin2', 176.7578);
model.component('mod1').geom('geom1').feature('ps202').set('parmax2', 276.7578);
model.component('mod1').geom('geom1').feature('ps202').set('coord', {'s1' '294.8072' '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', -64.5018);
model.component('mod1').geom('geom1').feature('ps203').set('parmax1', -52.0018);
model.component('mod1').geom('geom1').feature('ps203').set('parmin2', 189.4363);
model.component('mod1').geom('geom1').feature('ps203').set('parmax2', 289.4363);
model.component('mod1').geom('geom1').feature('ps203').set('coord', {'s1' '294.5282' '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', -4.8931);
model.component('mod1').geom('geom1').feature('ps204').set('parmax1', 7.6069);
model.component('mod1').geom('geom1').feature('ps204').set('parmin2', 197.5964);
model.component('mod1').geom('geom1').feature('ps204').set('parmax2', 297.5964);
model.component('mod1').geom('geom1').feature('ps204').set('coord', {'s1' '294.2495' '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', 54.7156);
model.component('mod1').geom('geom1').feature('ps205').set('parmax1', 67.2156);
model.component('mod1').geom('geom1').feature('ps205').set('parmin2', 202.3266);
model.component('mod1').geom('geom1').feature('ps205').set('parmax2', 302.3266);
model.component('mod1').geom('geom1').feature('ps205').set('coord', {'s1' '293.9709' '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', 114.3243);
model.component('mod1').geom('geom1').feature('ps206').set('parmax1', 126.8243);
model.component('mod1').geom('geom1').feature('ps206').set('parmin2', 208.9214);
model.component('mod1').geom('geom1').feature('ps206').set('parmax2', 308.9214);
model.component('mod1').geom('geom1').feature('ps206').set('coord', {'s1' '293.6927' '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', 173.9329);
model.component('mod1').geom('geom1').feature('ps207').set('parmax1', 186.4329);
model.component('mod1').geom('geom1').feature('ps207').set('parmin2', 216.3087);
model.component('mod1').geom('geom1').feature('ps207').set('parmax2', 316.3087);
model.component('mod1').geom('geom1').feature('ps207').set('coord', {'s1' '293.4147' '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', 233.5416);
model.component('mod1').geom('geom1').feature('ps208').set('parmax1', 246.0416);
model.component('mod1').geom('geom1').feature('ps208').set('parmin2', 223.7924);
model.component('mod1').geom('geom1').feature('ps208').set('parmax2', 323.7924);
model.component('mod1').geom('geom1').feature('ps208').set('coord', {'s1' '293.1369' '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', 293.0491);
model.component('mod1').geom('geom1').feature('ps209').set('parmax1', 305.5491);
model.component('mod1').geom('geom1').feature('ps209').set('parmin2', 230.1536);
model.component('mod1').geom('geom1').feature('ps209').set('parmax2', 330.1536);
model.component('mod1').geom('geom1').feature('ps209').set('coord', {'s1' '292.8599' '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', -302.5843);
model.component('mod1').geom('geom1').feature('ps210').set('parmax1', -290.0843);
model.component('mod1').geom('geom1').feature('ps210').set('parmin2', 157.605);
model.component('mod1').geom('geom1').feature('ps210').set('parmax2', 257.605);
model.component('mod1').geom('geom1').feature('ps210').set('coord', {'s1' '349.127' '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', -242.9758);
model.component('mod1').geom('geom1').feature('ps211').set('parmax1', -230.4758);
model.component('mod1').geom('geom1').feature('ps211').set('parmin2', 161.9722);
model.component('mod1').geom('geom1').feature('ps211').set('parmax2', 261.9722);
model.component('mod1').geom('geom1').feature('ps211').set('coord', {'s1' '348.8472' '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', -183.3673);
model.component('mod1').geom('geom1').feature('ps212').set('parmax1', -170.8673);
model.component('mod1').geom('geom1').feature('ps212').set('parmin2', 177.6613);
model.component('mod1').geom('geom1').feature('ps212').set('parmax2', 277.6613);
model.component('mod1').geom('geom1').feature('ps212').set('coord', {'s1' '348.5676' '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', -123.86);
model.component('mod1').geom('geom1').feature('ps213').set('parmax1', -111.36);
model.component('mod1').geom('geom1').feature('ps213').set('parmin2', 194.4493);
model.component('mod1').geom('geom1').feature('ps213').set('parmax2', 294.4493);
model.component('mod1').geom('geom1').feature('ps213').set('coord', {'s1' '348.2888' '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', -64.2516);
model.component('mod1').geom('geom1').feature('ps214').set('parmax1', -51.7516);
model.component('mod1').geom('geom1').feature('ps214').set('parmin2', 203.3443);
model.component('mod1').geom('geom1').feature('ps214').set('parmax2', 303.3443);
model.component('mod1').geom('geom1').feature('ps214').set('coord', {'s1' '348.0098' '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', -4.6431);
model.component('mod1').geom('geom1').feature('ps215').set('parmax1', 7.8569);
model.component('mod1').geom('geom1').feature('ps215').set('parmin2', 204.2341);
model.component('mod1').geom('geom1').feature('ps215').set('parmax2', 304.2341);
model.component('mod1').geom('geom1').feature('ps215').set('coord', {'s1' '347.731' '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', 54.9654);
model.component('mod1').geom('geom1').feature('ps216').set('parmax1', 67.4654);
model.component('mod1').geom('geom1').feature('ps216').set('parmin2', 198.342);
model.component('mod1').geom('geom1').feature('ps216').set('parmax2', 298.342);
model.component('mod1').geom('geom1').feature('ps216').set('coord', {'s1' '347.4525' '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', 114.5738);
model.component('mod1').geom('geom1').feature('ps217').set('parmax1', 127.0738);
model.component('mod1').geom('geom1').feature('ps217').set('parmin2', 198.48);
model.component('mod1').geom('geom1').feature('ps217').set('parmax2', 298.48);
model.component('mod1').geom('geom1').feature('ps217').set('coord', {'s1' '347.1742' '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', 174.1823);
model.component('mod1').geom('geom1').feature('ps218').set('parmax1', 186.6823);
model.component('mod1').geom('geom1').feature('ps218').set('parmin2', 201.3587);
model.component('mod1').geom('geom1').feature('ps218').set('parmax2', 301.3587);
model.component('mod1').geom('geom1').feature('ps218').set('coord', {'s1' '346.8962' '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', 233.7907);
model.component('mod1').geom('geom1').feature('ps219').set('parmax1', 246.2907);
model.component('mod1').geom('geom1').feature('ps219').set('parmin2', 207.4208);
model.component('mod1').geom('geom1').feature('ps219').set('parmax2', 307.4208);
model.component('mod1').geom('geom1').feature('ps219').set('coord', {'s1' '346.6185' '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', 293.2979);
model.component('mod1').geom('geom1').feature('ps220').set('parmax1', 305.7979);
model.component('mod1').geom('geom1').feature('ps220').set('parmin2', 213.1149);
model.component('mod1').geom('geom1').feature('ps220').set('parmax2', 313.1149);
model.component('mod1').geom('geom1').feature('ps220').set('coord', {'s1' '346.3415' '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', -302.3326);
model.component('mod1').geom('geom1').feature('ps221').set('parmax1', -289.8326);
model.component('mod1').geom('geom1').feature('ps221').set('parmin2', 173.5729);
model.component('mod1').geom('geom1').feature('ps221').set('parmax2', 273.5729);
model.component('mod1').geom('geom1').feature('ps221').set('coord', {'s1' '402.7193' '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', -242.7243);
model.component('mod1').geom('geom1').feature('ps222').set('parmax1', -230.2243);
model.component('mod1').geom('geom1').feature('ps222').set('parmin2', 183.1243);
model.component('mod1').geom('geom1').feature('ps222').set('parmax2', 283.1243);
model.component('mod1').geom('geom1').feature('ps222').set('coord', {'s1' '402.4395' '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', -183.1161);
model.component('mod1').geom('geom1').feature('ps223').set('parmax1', -170.6161);
model.component('mod1').geom('geom1').feature('ps223').set('parmin2', 198.9922);
model.component('mod1').geom('geom1').feature('ps223').set('parmax2', 298.9922);
model.component('mod1').geom('geom1').feature('ps223').set('coord', {'s1' '402.1599' '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', -123.609);
model.component('mod1').geom('geom1').feature('ps224').set('parmax1', -111.109);
model.component('mod1').geom('geom1').feature('ps224').set('parmin2', 211.6137);
model.component('mod1').geom('geom1').feature('ps224').set('parmax2', 311.6137);
model.component('mod1').geom('geom1').feature('ps224').set('coord', {'s1' '401.8811' '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', -64.0008);
model.component('mod1').geom('geom1').feature('ps225').set('parmax1', -51.5008);
model.component('mod1').geom('geom1').feature('ps225').set('parmin2', 214.0239);
model.component('mod1').geom('geom1').feature('ps225').set('parmax2', 314.0239);
model.component('mod1').geom('geom1').feature('ps225').set('coord', {'s1' '401.6021' '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', -4.3926);
model.component('mod1').geom('geom1').feature('ps226').set('parmax1', 8.1074);
model.component('mod1').geom('geom1').feature('ps226').set('parmin2', 205.3867);
model.component('mod1').geom('geom1').feature('ps226').set('parmax2', 305.3867);
model.component('mod1').geom('geom1').feature('ps226').set('coord', {'s1' '401.3233' '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', 55.2156);
model.component('mod1').geom('geom1').feature('ps227').set('parmax1', 67.7156);
model.component('mod1').geom('geom1').feature('ps227').set('parmin2', 187.4751);
model.component('mod1').geom('geom1').feature('ps227').set('parmax2', 287.4751);
model.component('mod1').geom('geom1').feature('ps227').set('coord', {'s1' '401.0448' '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', 114.8239);
model.component('mod1').geom('geom1').feature('ps228').set('parmax1', 127.3239);
model.component('mod1').geom('geom1').feature('ps228').set('parmin2', 178.8835);
model.component('mod1').geom('geom1').feature('ps228').set('parmax2', 278.8835);
model.component('mod1').geom('geom1').feature('ps228').set('coord', {'s1' '400.7665' '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', 174.4321);
model.component('mod1').geom('geom1').feature('ps229').set('parmax1', 186.9321);
model.component('mod1').geom('geom1').feature('ps229').set('parmin2', 178.3595);
model.component('mod1').geom('geom1').feature('ps229').set('parmax2', 278.3595);
model.component('mod1').geom('geom1').feature('ps229').set('coord', {'s1' '400.4885' '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', 234.0403);
model.component('mod1').geom('geom1').feature('ps230').set('parmax1', 246.5403);
model.component('mod1').geom('geom1').feature('ps230').set('parmin2', 184.9661);
model.component('mod1').geom('geom1').feature('ps230').set('parmax2', 284.9661);
model.component('mod1').geom('geom1').feature('ps230').set('coord', {'s1' '400.2108' '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', 293.5473);
model.component('mod1').geom('geom1').feature('ps231').set('parmax1', 306.0473);
model.component('mod1').geom('geom1').feature('ps231').set('parmin2', 191.767);
model.component('mod1').geom('geom1').feature('ps231').set('parmax2', 291.767);
model.component('mod1').geom('geom1').feature('ps231').set('coord', {'s1' '399.9337' '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', -302.0814);
model.component('mod1').geom('geom1').feature('ps232').set('parmax1', -289.5814);
model.component('mod1').geom('geom1').feature('ps232').set('parmin2', 191.3908);
model.component('mod1').geom('geom1').feature('ps232').set('parmax2', 291.3908);
model.component('mod1').geom('geom1').feature('ps232').set('coord', {'s1' '456.2009' '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', -242.4734);
model.component('mod1').geom('geom1').feature('ps233').set('parmax1', -229.9734);
model.component('mod1').geom('geom1').feature('ps233').set('parmin2', 202.4904);
model.component('mod1').geom('geom1').feature('ps233').set('parmax2', 302.4904);
model.component('mod1').geom('geom1').feature('ps233').set('coord', {'s1' '455.9211' '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', -182.8654);
model.component('mod1').geom('geom1').feature('ps234').set('parmax1', -170.3654);
model.component('mod1').geom('geom1').feature('ps234').set('parmin2', 215.0146);
model.component('mod1').geom('geom1').feature('ps234').set('parmax2', 315.0146);
model.component('mod1').geom('geom1').feature('ps234').set('coord', {'s1' '455.6415' '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', -123.3586);
model.component('mod1').geom('geom1').feature('ps235').set('parmax1', -110.8586);
model.component('mod1').geom('geom1').feature('ps235').set('parmin2', 220.72);
model.component('mod1').geom('geom1').feature('ps235').set('parmax2', 320.72);
model.component('mod1').geom('geom1').feature('ps235').set('coord', {'s1' '455.3627' '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', -63.7506);
model.component('mod1').geom('geom1').feature('ps236').set('parmax1', -51.2506);
model.component('mod1').geom('geom1').feature('ps236').set('parmin2', 214.5005);
model.component('mod1').geom('geom1').feature('ps236').set('parmax2', 314.5005);
model.component('mod1').geom('geom1').feature('ps236').set('coord', {'s1' '455.0837' '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', -4.1426);
model.component('mod1').geom('geom1').feature('ps237').set('parmax1', 8.3574);
model.component('mod1').geom('geom1').feature('ps237').set('parmin2', 198.6567);
model.component('mod1').geom('geom1').feature('ps237').set('parmax2', 298.6567);
model.component('mod1').geom('geom1').feature('ps237').set('coord', {'s1' '454.8049' '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', 55.4654);
model.component('mod1').geom('geom1').feature('ps238').set('parmax1', 67.9654);
model.component('mod1').geom('geom1').feature('ps238').set('parmin2', 177.0293);
model.component('mod1').geom('geom1').feature('ps238').set('parmax2', 277.0293);
model.component('mod1').geom('geom1').feature('ps238').set('coord', {'s1' '454.5263' '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', 115.0734);
model.component('mod1').geom('geom1').feature('ps239').set('parmax1', 127.5734);
model.component('mod1').geom('geom1').feature('ps239').set('parmin2', 163.9031);
model.component('mod1').geom('geom1').feature('ps239').set('parmax2', 263.9031);
model.component('mod1').geom('geom1').feature('ps239').set('coord', {'s1' '454.2481' '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', 174.6814);
model.component('mod1').geom('geom1').feature('ps240').set('parmax1', 187.1814);
model.component('mod1').geom('geom1').feature('ps240').set('parmin2', 160.9628);
model.component('mod1').geom('geom1').feature('ps240').set('parmax2', 260.9628);
model.component('mod1').geom('geom1').feature('ps240').set('coord', {'s1' '453.9701' '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', 234.2894);
model.component('mod1').geom('geom1').feature('ps241').set('parmax1', 246.7894);
model.component('mod1').geom('geom1').feature('ps241').set('parmin2', 166.3935);
model.component('mod1').geom('geom1').feature('ps241').set('parmax2', 266.3935);
model.component('mod1').geom('geom1').feature('ps241').set('coord', {'s1' '453.6923' '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', 293.7962);
model.component('mod1').geom('geom1').feature('ps242').set('parmax1', 306.2962);
model.component('mod1').geom('geom1').feature('ps242').set('parmin2', 173.5214);
model.component('mod1').geom('geom1').feature('ps242').set('parmax2', 273.5214);
model.component('mod1').geom('geom1').feature('ps242').set('coord', {'s1' '453.4153' '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', -301.8303);
model.component('mod1').geom('geom1').feature('ps243').set('parmax1', -289.3303);
model.component('mod1').geom('geom1').feature('ps243').set('parmin2', 202.2765);
model.component('mod1').geom('geom1').feature('ps243').set('parmax2', 302.2765);
model.component('mod1').geom('geom1').feature('ps243').set('coord', {'s1' '509.6824' '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', -242.2225);
model.component('mod1').geom('geom1').feature('ps244').set('parmax1', -229.7225);
model.component('mod1').geom('geom1').feature('ps244').set('parmin2', 211.4535);
model.component('mod1').geom('geom1').feature('ps244').set('parmax2', 311.4535);
model.component('mod1').geom('geom1').feature('ps244').set('coord', {'s1' '509.4026' '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', -182.6147);
model.component('mod1').geom('geom1').feature('ps245').set('parmax1', -170.1147);
model.component('mod1').geom('geom1').feature('ps245').set('parmin2', 217.6467);
model.component('mod1').geom('geom1').feature('ps245').set('parmax2', 317.6467);
model.component('mod1').geom('geom1').feature('ps245').set('coord', {'s1' '509.1231' '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', -123.1081);
model.component('mod1').geom('geom1').feature('ps246').set('parmax1', -110.6081);
model.component('mod1').geom('geom1').feature('ps246').set('parmin2', 216.7561);
model.component('mod1').geom('geom1').feature('ps246').set('parmax2', 316.7561);
model.component('mod1').geom('geom1').feature('ps246').set('coord', {'s1' '508.8443' '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', -63.5003);
model.component('mod1').geom('geom1').feature('ps247').set('parmax1', -51.0003);
model.component('mod1').geom('geom1').feature('ps247').set('parmin2', 205.7908);
model.component('mod1').geom('geom1').feature('ps247').set('parmax2', 305.7908);
model.component('mod1').geom('geom1').feature('ps247').set('coord', {'s1' '508.5652' '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', -3.8926);
model.component('mod1').geom('geom1').feature('ps248').set('parmax1', 8.6074);
model.component('mod1').geom('geom1').feature('ps248').set('parmin2', 187.047);
model.component('mod1').geom('geom1').feature('ps248').set('parmax2', 287.047);
model.component('mod1').geom('geom1').feature('ps248').set('coord', {'s1' '508.2864' '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', 55.7152);
model.component('mod1').geom('geom1').feature('ps249').set('parmax1', 68.2152);
model.component('mod1').geom('geom1').feature('ps249').set('parmin2', 166.137);
model.component('mod1').geom('geom1').feature('ps249').set('parmax2', 266.137);
model.component('mod1').geom('geom1').feature('ps249').set('coord', {'s1' '508.0079' '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', 115.323);
model.component('mod1').geom('geom1').feature('ps250').set('parmax1', 127.823);
model.component('mod1').geom('geom1').feature('ps250').set('parmin2', 152.169);
model.component('mod1').geom('geom1').feature('ps250').set('parmax2', 252.169);
model.component('mod1').geom('geom1').feature('ps250').set('coord', {'s1' '507.7296' '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', 174.9307);
model.component('mod1').geom('geom1').feature('ps251').set('parmax1', 187.4307);
model.component('mod1').geom('geom1').feature('ps251').set('parmin2', 148.9076);
model.component('mod1').geom('geom1').feature('ps251').set('parmax2', 248.9076);
model.component('mod1').geom('geom1').feature('ps251').set('coord', {'s1' '507.4516' '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', 234.5385);
model.component('mod1').geom('geom1').feature('ps252').set('parmax1', 247.0385);
model.component('mod1').geom('geom1').feature('ps252').set('parmin2', 154.0083);
model.component('mod1').geom('geom1').feature('ps252').set('parmax2', 254.0083);
model.component('mod1').geom('geom1').feature('ps252').set('coord', {'s1' '507.1739' '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', 294.045);
model.component('mod1').geom('geom1').feature('ps253').set('parmax1', 306.545);
model.component('mod1').geom('geom1').feature('ps253').set('parmin2', 161.1549);
model.component('mod1').geom('geom1').feature('ps253').set('parmax2', 261.1549);
model.component('mod1').geom('geom1').feature('ps253').set('coord', {'s1' '506.8968' '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', -301.5791);
model.component('mod1').geom('geom1').feature('ps254').set('parmax1', -289.0791);
model.component('mod1').geom('geom1').feature('ps254').set('parmin2', 204.4248);
model.component('mod1').geom('geom1').feature('ps254').set('parmax2', 304.4248);
model.component('mod1').geom('geom1').feature('ps254').set('coord', {'s1' '563.164' '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', -241.9715);
model.component('mod1').geom('geom1').feature('ps255').set('parmax1', -229.4715);
model.component('mod1').geom('geom1').feature('ps255').set('parmin2', 208.3182);
model.component('mod1').geom('geom1').feature('ps255').set('parmax2', 308.3182);
model.component('mod1').geom('geom1').feature('ps255').set('coord', {'s1' '562.8842' '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', -182.364);
model.component('mod1').geom('geom1').feature('ps256').set('parmax1', -169.864);
model.component('mod1').geom('geom1').feature('ps256').set('parmin2', 205.4663);
model.component('mod1').geom('geom1').feature('ps256').set('parmax2', 305.4663);
model.component('mod1').geom('geom1').feature('ps256').set('coord', {'s1' '562.6047' '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', -122.8576);
model.component('mod1').geom('geom1').feature('ps257').set('parmax1', -110.3576);
model.component('mod1').geom('geom1').feature('ps257').set('parmin2', 198.8348);
model.component('mod1').geom('geom1').feature('ps257').set('parmax2', 298.8348);
model.component('mod1').geom('geom1').feature('ps257').set('coord', {'s1' '562.3259' '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', -63.2501);
model.component('mod1').geom('geom1').feature('ps258').set('parmax1', -50.7501);
model.component('mod1').geom('geom1').feature('ps258').set('parmin2', 187.9004);
model.component('mod1').geom('geom1').feature('ps258').set('parmax2', 287.9004);
model.component('mod1').geom('geom1').feature('ps258').set('coord', {'s1' '562.0468' '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', -3.6425);
model.component('mod1').geom('geom1').feature('ps259').set('parmax1', 8.8575);
model.component('mod1').geom('geom1').feature('ps259').set('parmin2', 171.051);
model.component('mod1').geom('geom1').feature('ps259').set('parmax2', 271.051);
model.component('mod1').geom('geom1').feature('ps259').set('coord', {'s1' '561.768' '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', 55.965);
model.component('mod1').geom('geom1').feature('ps260').set('parmax1', 68.465);
model.component('mod1').geom('geom1').feature('ps260').set('parmin2', 154.6525);
model.component('mod1').geom('geom1').feature('ps260').set('parmax2', 254.6525);
model.component('mod1').geom('geom1').feature('ps260').set('coord', {'s1' '561.4895' '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', 115.5725);
model.component('mod1').geom('geom1').feature('ps261').set('parmax1', 128.0725);
model.component('mod1').geom('geom1').feature('ps261').set('parmin2', 143.4792);
model.component('mod1').geom('geom1').feature('ps261').set('parmax2', 243.4792);
model.component('mod1').geom('geom1').feature('ps261').set('coord', {'s1' '561.2112' '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', 175.1801);
model.component('mod1').geom('geom1').feature('ps262').set('parmax1', 187.6801);
model.component('mod1').geom('geom1').feature('ps262').set('parmin2', 142.0963);
model.component('mod1').geom('geom1').feature('ps262').set('parmax2', 242.0963);
model.component('mod1').geom('geom1').feature('ps262').set('coord', {'s1' '560.9332' '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', 234.7876);
model.component('mod1').geom('geom1').feature('ps263').set('parmax1', 247.2876);
model.component('mod1').geom('geom1').feature('ps263').set('parmin2', 148.047);
model.component('mod1').geom('geom1').feature('ps263').set('parmax2', 248.047);
model.component('mod1').geom('geom1').feature('ps263').set('coord', {'s1' '560.6554' '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', 294.2939);
model.component('mod1').geom('geom1').feature('ps264').set('parmax1', 306.7939);
model.component('mod1').geom('geom1').feature('ps264').set('parmin2', 155.0267);
model.component('mod1').geom('geom1').feature('ps264').set('parmax2', 255.0267);
model.component('mod1').geom('geom1').feature('ps264').set('coord', {'s1' '560.3784' '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', -301.3274);
model.component('mod1').geom('geom1').feature('ps265').set('parmax1', -288.8274);
model.component('mod1').geom('geom1').feature('ps265').set('parmin2', 194.144);
model.component('mod1').geom('geom1').feature('ps265').set('parmax2', 294.144);
model.component('mod1').geom('geom1').feature('ps265').set('coord', {'s1' '616.7564' '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', -241.7201);
model.component('mod1').geom('geom1').feature('ps266').set('parmax1', -229.2201);
model.component('mod1').geom('geom1').feature('ps266').set('parmin2', 193.9628);
model.component('mod1').geom('geom1').feature('ps266').set('parmax2', 293.9628);
model.component('mod1').geom('geom1').feature('ps266').set('coord', {'s1' '616.4766' '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', -182.1127);
model.component('mod1').geom('geom1').feature('ps267').set('parmax1', -169.6127);
model.component('mod1').geom('geom1').feature('ps267').set('parmin2', 185.569);
model.component('mod1').geom('geom1').feature('ps267').set('parmax2', 285.569);
model.component('mod1').geom('geom1').feature('ps267').set('coord', {'s1' '616.197' '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', -122.6066);
model.component('mod1').geom('geom1').feature('ps268').set('parmax1', -110.1066);
model.component('mod1').geom('geom1').feature('ps268').set('parmin2', 175.3245);
model.component('mod1').geom('geom1').feature('ps268').set('parmax2', 275.3245);
model.component('mod1').geom('geom1').feature('ps268').set('coord', {'s1' '615.9182' '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', -62.9993);
model.component('mod1').geom('geom1').feature('ps269').set('parmax1', -50.4993);
model.component('mod1').geom('geom1').feature('ps269').set('parmin2', 165.9259);
model.component('mod1').geom('geom1').feature('ps269').set('parmax2', 265.9259);
model.component('mod1').geom('geom1').feature('ps269').set('coord', {'s1' '615.6391' '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', -3.392);
model.component('mod1').geom('geom1').feature('ps270').set('parmax1', 9.108);
model.component('mod1').geom('geom1').feature('ps270').set('parmin2', 155.7777);
model.component('mod1').geom('geom1').feature('ps270').set('parmax2', 255.7777);
model.component('mod1').geom('geom1').feature('ps270').set('coord', {'s1' '615.3603' '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', 56.2153);
model.component('mod1').geom('geom1').feature('ps271').set('parmax1', 68.7153);
model.component('mod1').geom('geom1').feature('ps271').set('parmin2', 142.6217);
model.component('mod1').geom('geom1').feature('ps271').set('parmax2', 242.6217);
model.component('mod1').geom('geom1').feature('ps271').set('coord', {'s1' '615.0818' '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', 115.8226);
model.component('mod1').geom('geom1').feature('ps272').set('parmax1', 128.3226);
model.component('mod1').geom('geom1').feature('ps272').set('parmin2', 135.0708);
model.component('mod1').geom('geom1').feature('ps272').set('parmax2', 235.0708);
model.component('mod1').geom('geom1').feature('ps272').set('coord', {'s1' '614.8035' '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', 175.4299);
model.component('mod1').geom('geom1').feature('ps273').set('parmax1', 187.9299);
model.component('mod1').geom('geom1').feature('ps273').set('parmin2', 134.8615);
model.component('mod1').geom('geom1').feature('ps273').set('parmax2', 234.8615);
model.component('mod1').geom('geom1').feature('ps273').set('coord', {'s1' '614.5255' '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', 235.0372);
model.component('mod1').geom('geom1').feature('ps274').set('parmax1', 247.5372);
model.component('mod1').geom('geom1').feature('ps274').set('parmin2', 141.2673);
model.component('mod1').geom('geom1').feature('ps274').set('parmax2', 241.2673);
model.component('mod1').geom('geom1').feature('ps274').set('coord', {'s1' '614.2477' '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', 294.5433);
model.component('mod1').geom('geom1').feature('ps275').set('parmax1', 307.0433);
model.component('mod1').geom('geom1').feature('ps275').set('parmin2', 149.1584);
model.component('mod1').geom('geom1').feature('ps275').set('parmax2', 249.1584);
model.component('mod1').geom('geom1').feature('ps275').set('coord', {'s1' '613.9707' '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', -301.0762);
model.component('mod1').geom('geom1').feature('ps276').set('parmax1', -288.5762);
model.component('mod1').geom('geom1').feature('ps276').set('parmin2', 181.5394);
model.component('mod1').geom('geom1').feature('ps276').set('parmax2', 281.5394);
model.component('mod1').geom('geom1').feature('ps276').set('coord', {'s1' '670.238' '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', -241.4691);
model.component('mod1').geom('geom1').feature('ps277').set('parmax1', -228.9691);
model.component('mod1').geom('geom1').feature('ps277').set('parmin2', 177.5667);
model.component('mod1').geom('geom1').feature('ps277').set('parmax2', 277.5667);
model.component('mod1').geom('geom1').feature('ps277').set('coord', {'s1' '669.9582' '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', -181.862);
model.component('mod1').geom('geom1').feature('ps278').set('parmax1', -169.362);
model.component('mod1').geom('geom1').feature('ps278').set('parmin2', 166.2282);
model.component('mod1').geom('geom1').feature('ps278').set('parmax2', 266.2282);
model.component('mod1').geom('geom1').feature('ps278').set('coord', {'s1' '669.6786' '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', -122.3561);
model.component('mod1').geom('geom1').feature('ps279').set('parmax1', -109.8561);
model.component('mod1').geom('geom1').feature('ps279').set('parmin2', 155.2026);
model.component('mod1').geom('geom1').feature('ps279').set('parmax2', 255.2026);
model.component('mod1').geom('geom1').feature('ps279').set('coord', {'s1' '669.3998' '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', -62.749);
model.component('mod1').geom('geom1').feature('ps280').set('parmax1', -50.249);
model.component('mod1').geom('geom1').feature('ps280').set('parmin2', 147.6302);
model.component('mod1').geom('geom1').feature('ps280').set('parmax2', 247.6302);
model.component('mod1').geom('geom1').feature('ps280').set('coord', {'s1' '669.1207' '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', -3.142);
model.component('mod1').geom('geom1').feature('ps281').set('parmax1', 9.358);
model.component('mod1').geom('geom1').feature('ps281').set('parmin2', 139.8833);
model.component('mod1').geom('geom1').feature('ps281').set('parmax2', 239.8833);
model.component('mod1').geom('geom1').feature('ps281').set('coord', {'s1' '668.8419' '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', 56.4651);
model.component('mod1').geom('geom1').feature('ps282').set('parmax1', 68.9651);
model.component('mod1').geom('geom1').feature('ps282').set('parmin2', 131.1435);
model.component('mod1').geom('geom1').feature('ps282').set('parmax2', 231.1435);
model.component('mod1').geom('geom1').feature('ps282').set('coord', {'s1' '668.5634' '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', 116.0722);
model.component('mod1').geom('geom1').feature('ps283').set('parmax1', 128.5722);
model.component('mod1').geom('geom1').feature('ps283').set('parmin2', 126.5602);
model.component('mod1').geom('geom1').feature('ps283').set('parmax2', 226.5602);
model.component('mod1').geom('geom1').feature('ps283').set('coord', {'s1' '668.2851' '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', 175.6793);
model.component('mod1').geom('geom1').feature('ps284').set('parmax1', 188.1793);
model.component('mod1').geom('geom1').feature('ps284').set('parmin2', 128.171);
model.component('mod1').geom('geom1').feature('ps284').set('parmax2', 228.171);
model.component('mod1').geom('geom1').feature('ps284').set('coord', {'s1' '668.0071' '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', 235.2863);
model.component('mod1').geom('geom1').feature('ps285').set('parmax1', 247.7863);
model.component('mod1').geom('geom1').feature('ps285').set('parmin2', 135.6986);
model.component('mod1').geom('geom1').feature('ps285').set('parmax2', 235.6986);
model.component('mod1').geom('geom1').feature('ps285').set('coord', {'s1' '667.7293' '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', 294.7922);
model.component('mod1').geom('geom1').feature('ps286').set('parmax1', 307.2922);
model.component('mod1').geom('geom1').feature('ps286').set('parmin2', 143.3497);
model.component('mod1').geom('geom1').feature('ps286').set('parmax2', 243.3497);
model.component('mod1').geom('geom1').feature('ps286').set('coord', {'s1' '667.4522' 's2'});
model.component('mod1').geom('geom1').feature('ps286').set('maxknots', 4);
model.component('mod1').geom('geom1').create('pstopo', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('pstopo').set('parmin1', -2537.81448587259);
model.component('mod1').geom('geom1').feature('pstopo').set('parmax1', 2663.5630141274105);
model.component('mod1').geom('geom1').feature('pstopo').set('parmin2', -2562.1014645987175);
model.component('mod1').geom('geom1').feature('pstopo').set('parmax2', 2674.696735401282);
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' 'ps2' 'ps3' 'ps4' 'ps5' 'ps6' 'ps7' 'ps8' ...
'ps9' 'ps10' 'ps11' 'ps12' 'ps13' 'ps14' 'ps15' 'ps16' 'ps17' 'ps18' ...
'ps19' 'ps20' 'ps21' 'ps22' 'ps23' 'ps24' 'ps25' 'ps26' 'ps27' 'ps28' ...
'ps29' 'ps30' 'ps31' 'ps32' 'ps33' 'ps34' 'ps35' 'ps36' 'ps37' 'ps38' ...
'ps39' 'ps40' 'ps41' 'ps42' 'ps43' 'ps44' 'ps45' 'ps46' 'ps47' 'ps48' ...
'ps49' 'ps50' 'ps51' 'ps52' 'ps53' 'ps54' 'ps55' 'ps56' 'ps57' 'ps58' ...
'ps59' 'ps60' 'ps61' 'ps62' 'ps63' 'ps64' 'ps65' 'ps66' 'ps67' 'ps68' ...
'ps69' 'ps70' 'ps71' 'ps72' 'ps73' 'ps74' 'ps75' 'ps76' 'ps77' 'ps78' ...
'ps79' 'ps80' 'ps81' 'ps82' 'ps83' 'ps84' 'ps85' 'ps86' 'ps87' 'ps88' ...
'ps89' 'ps90' 'ps91' 'ps92' 'ps93' 'ps94' 'ps95' 'ps96' 'ps97' 'ps98' ...
'ps99' 'ps100' 'ps101' 'ps102' 'ps103' 'ps104' 'ps105' 'ps106' 'ps107' 'ps108' ...
'ps109' 'ps110' 'ps111' 'ps112' 'ps113' 'ps114' 'ps115' 'ps116' 'ps117' 'ps118' ...
'ps119' 'ps120' 'ps121' 'ps122' 'ps123' 'ps124' 'ps125' 'ps126' 'ps127' 'ps128' ...
'ps129' 'ps130' 'ps131' 'ps132' 'ps133' 'ps134' 'ps135' 'ps136' 'ps137' 'ps138' ...
'ps139' 'ps140' 'ps141' 'ps142' 'ps143' 'ps144' 'ps145' 'ps146' 'ps147' 'ps148' ...
'ps149' 'ps150' 'ps151' 'ps152' 'ps153' 'ps154' 'ps155' 'ps156' 'ps157' 'ps158' ...
'ps159' 'ps160' 'ps161' 'ps162' 'ps163' 'ps164' 'ps165' 'ps166' 'ps167' 'ps168' ...
'ps169' 'ps170' 'ps171' 'ps172' 'ps173' 'ps174' 'ps175' 'ps176' 'ps177' 'ps178' ...
'ps179' 'ps180' 'ps181' 'ps182' 'ps183' 'ps184' 'ps185' 'ps186' 'ps187' 'ps188' ...
'ps189' 'ps190' 'ps191' 'ps192' 'ps193' 'ps194' 'ps195' 'ps196' 'ps197' 'ps198' ...
'ps199' 'ps200' 'ps201' 'ps202' 'ps203' 'ps204' 'ps205' 'ps206' 'ps207' 'ps208' ...
'ps209' 'ps210' 'ps211' 'ps212' 'ps213' 'ps214' 'ps215' 'ps216' 'ps217' 'ps218' ...
'ps219' 'ps220' 'ps221' 'ps222' 'ps223' 'ps224' 'ps225' 'ps226' 'ps227' 'ps228' ...
'ps229' 'ps230' 'ps231' 'ps232' 'ps233' 'ps234' 'ps235' 'ps236' 'ps237' 'ps238' ...
'ps239' 'ps240' 'ps241' 'ps242' 'ps243' 'ps244' 'ps245' 'ps246' 'ps247' 'ps248' ...
'ps249' 'ps250' 'ps251' 'ps252' 'ps253' 'ps254' 'ps255' 'ps256' 'ps257' 'ps258' ...
'ps259' 'ps260' 'ps261' 'ps262' 'ps263' 'ps264' 'ps265' 'ps266' 'ps267' 'ps268' ...
'ps269' 'ps270' 'ps271' 'ps272' 'ps273' 'ps274' 'ps275' 'ps276' 'ps277' 'ps278' ...
'ps279' 'ps280' 'ps281' 'ps282' 'ps283' 'ps284' 'ps285' 'ps286' '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]);
model.component('mod1').geom('geom1').create('ipc1', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc1').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc1').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc1').set('filename', [rundir '\curve_01.txt']);
model.component('mod1').geom('geom1').feature('ipc1').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc2', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc2').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc2').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc2').set('filename', [rundir '\curve_02.txt']);
model.component('mod1').geom('geom1').feature('ipc2').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc3', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc3').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc3').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc3').set('filename', [rundir '\curve_03.txt']);
model.component('mod1').geom('geom1').feature('ipc3').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc4', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc4').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc4').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc4').set('filename', [rundir '\curve_04.txt']);
model.component('mod1').geom('geom1').feature('ipc4').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc5', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc5').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc5').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc5').set('filename', [rundir '\curve_05.txt']);
model.component('mod1').geom('geom1').feature('ipc5').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc6', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc6').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc6').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc6').set('filename', [rundir '\curve_06.txt']);
model.component('mod1').geom('geom1').feature('ipc6').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc7', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc7').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc7').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc7').set('filename', [rundir '\curve_07.txt']);
model.component('mod1').geom('geom1').feature('ipc7').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc8', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc8').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc8').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc8').set('filename', [rundir '\curve_08.txt']);
model.component('mod1').geom('geom1').feature('ipc8').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc9', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc9').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc9').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc9').set('filename', [rundir '\curve_09.txt']);
model.component('mod1').geom('geom1').feature('ipc9').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc10', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc10').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc10').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc10').set('filename', [rundir '\curve_10.txt']);
model.component('mod1').geom('geom1').feature('ipc10').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc11', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc11').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc11').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc11').set('filename', [rundir '\curve_11.txt']);
model.component('mod1').geom('geom1').feature('ipc11').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc12', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc12').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc12').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc12').set('filename', [rundir '\curve_12.txt']);
model.component('mod1').geom('geom1').feature('ipc12').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc13', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc13').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc13').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc13').set('filename', [rundir '\curve_13.txt']);
model.component('mod1').geom('geom1').feature('ipc13').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc14', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc14').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc14').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc14').set('filename', [rundir '\curve_14.txt']);
model.component('mod1').geom('geom1').feature('ipc14').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('ipc15', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ipc15').set('type', 'closed');
model.component('mod1').geom('geom1').feature('ipc15').set('source', 'file');
model.component('mod1').geom('geom1').feature('ipc15').set('filename', [rundir '\curve_15.txt']);
model.component('mod1').geom('geom1').feature('ipc15').set('struct', 'sectionwise');
model.component('mod1').geom('geom1').create('loft1', 'Loft');
model.component('mod1').geom('geom1').feature('loft1').set('facepartitioning', 'grid');
model.component('mod1').geom('geom1').feature('loft1').selection('profile').set({'ipc1' 'ipc2' 'ipc3' 'ipc4' 'ipc5' 'ipc6' 'ipc7' 'ipc8' 'ipc9' 'ipc10' ...
'ipc11' 'ipc12' 'ipc13' 'ipc14' 'ipc15'});
model.component('mod1').geom('geom1').feature('loft1').selection('guide').set({});
model.component('mod1').geom('geom1').create('pstopo1', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('pstopo1').set('parmin1', -2537.81448587259);
model.component('mod1').geom('geom1').feature('pstopo1').set('parmax1', 2663.5630141274105);
model.component('mod1').geom('geom1').feature('pstopo1').set('parmin2', -2562.1014645987175);
model.component('mod1').geom('geom1').feature('pstopo1').set('parmax2', 2674.696735401282);
model.component('mod1').geom('geom1').feature('pstopo1').set('coord', {'s1' 's2' 'int2(s1,s2)'});
model.component('mod1').geom('geom1').feature('pstopo1').set('maxknots', 100);
model.component('mod1').geom('geom1').create('pstopo2', 'ParametricSurface');
model.component('mod1').geom('geom1').feature('pstopo2').set('parmin1', -2537.81448587259);
model.component('mod1').geom('geom1').feature('pstopo2').set('parmax1', 2663.5630141274105);
model.component('mod1').geom('geom1').feature('pstopo2').set('parmin2', -2562.1014645987175);
model.component('mod1').geom('geom1').feature('pstopo2').set('parmax2', 2674.696735401282);
model.component('mod1').geom('geom1').feature('pstopo2').set('coord', {'s1' 's2' 'int3(s1,s2)'});
model.component('mod1').geom('geom1').feature('pstopo2').set('maxknots', 100);
model.component('mod1').geom('geom1').create('csol2', 'ConvertToSolid');
model.component('mod1').geom('geom1').feature('csol2').selection('input').set({'del1' 'loft1' 'pstopo1' 'pstopo2'});
model.component('mod1').geom('geom1').create('ic1', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ic1').set('table', [246.12158 717.86874 190; 245.389971 712.889285 189.900662; 244.557677 708.021029 189.801325; 243.724867 703.042045 189.701987; 242.993256 698.06259 189.602649; 242.160961 693.194334 189.503311; 241.429349 688.214878 189.403974; 240.596537 683.235895 189.304636; 239.76424 678.367639 189.205298; 239.032627 673.388184 189.10596; 238.200329 668.519928 189.006623; 237.468715 663.540474 188.907285; 236.6359 658.56149 188.807947; 235.904801 653.692763 188.708609; 235.071985 648.71378 188.609272; 234.239684 643.845525 188.509934; 233.508068 638.86607 188.410596; 232.67525 633.887087 188.311258; 231.944149 629.018361 188.211921; 231.11133 624.039378 188.112583; 230.279027 619.171123 188.013245; 229.547408 614.191669 187.913907; 228.714588 609.212686 187.81457; 227.983484 604.34396 187.715232; 227.150663 599.364977 187.615894; 226.318357 594.496722 187.516556; 225.586735 589.517268 187.417219; 224.753913 584.538286 187.317881; 224.022806 579.66956 187.218543; 223.189982 574.690578 187.119205; 222.458875 569.821852 187.019868; 221.62605 564.84287 186.92053; 220.793225 559.863888 186.821192; 220.062116 554.995162 186.721854; 219.229289 550.01618 186.622517; 218.49818 545.147455 186.523179; 217.665352 540.168473 186.423841; 216.832524 535.189491 186.324503; 216.101413 530.320766 186.225166; 215.268584 525.341784 186.125828; 214.537472 520.473059 186.02649; 213.704642 515.494077 185.927152; 212.973012 510.514624 185.827815; 212.140697 505.646371 185.728477; 211.307866 500.667389 185.629139; 210.576751 495.798664 185.529801; 209.743918 490.819683 185.430464; 209.012287 485.84023 185.331126; 208.179969 480.971977 185.231788; 207.347135 475.992996 185.13245; 206.616018 471.124272 185.033113; 205.783182 466.145291 184.933775; 205.051548 461.165838 184.834437; 204.219228 456.297585 184.735099; 203.386391 451.318605 184.635762; 202.655271 446.44988 184.536424; 201.822433 441.4709 184.437086; 201.090797 436.491448 184.337748; 200.258474 431.623195 184.238411; 199.526837 426.643743 184.139073; 198.693997 421.664763 184.039735; 197.861672 416.79651 183.940397; 197.130033 411.817059 183.84106; 196.297708 406.948806 183.741722; 195.566068 401.969355 183.642384; 194.733225 396.990375 183.543046; 193.900898 392.122123 183.443709; 193.169257 387.142671 183.344371; 192.235726 382.274891 183.245033; 191.302195 377.407111 183.145695; 190.266944 372.429074 183.046358; 189.333411 367.561294 182.94702; 188.399362 362.582787 182.847682; 187.465828 357.715007 182.748344; 186.532294 352.847227 182.649007; 185.598243 347.86872 182.549669; 184.563504 343.001412 182.450331; 183.629968 338.133632 182.350993; 182.695915 333.155125 182.251656; 181.762378 328.287346 182.152318; 180.82884 323.419566 182.05298; 179.894785 318.441059 181.953642; 178.860042 313.573752 181.854305; 177.926503 308.705973 181.754967; 176.992446 303.727466 181.655629; 176.058905 298.859687 181.556291; 175.125363 293.991908 181.456954; 174.191305 289.013402 181.357616; 173.156558 284.146095 181.258278; 172.222499 279.167588 181.15894; 171.288955 274.29981 181.059603; 170.35541 269.432031 180.960265; 169.421348 264.453525 180.860927; 168.487802 259.585747 180.761589; 167.453052 254.718441 180.662252; 166.518989 249.739935 180.562914; 165.585441 244.872156 180.463576; 164.651892 240.004379 180.364238; 163.717827 235.025873 180.264901; 162.784278 230.158095 180.165563; 161.749524 225.290789 180.066225; 160.815456 220.312284 179.966887; 159.578294 215.445922 179.86755; 158.341647 210.690288 179.768212; 157.104482 205.823926 179.668874; 155.766113 200.958037 179.569536; 154.529464 196.202403 179.470199; 153.191093 191.336514 179.370861; 151.953925 186.470153 179.271523; 150.616069 181.714991 179.172185; 149.3789 176.848631 179.072848; 148.040525 171.982742 178.97351; 146.803871 167.227109 178.874172; 145.566699 162.360749 178.774834; 144.228322 157.49486 178.675497; 142.991665 152.739228 178.576159; 141.653287 147.87334 178.476821; 140.416112 143.00698 178.377483; 139.077731 138.141092 178.278146; 137.841071 133.38546 178.178808; 136.502689 128.519572 178.07947; 135.265511 123.653213 177.980132; 133.725235 118.898997 177.880795; 131.983065 114.256454 177.781457; 130.240894 109.613911 177.682119; 128.498206 104.860641 177.582781; 126.756033 100.218098 177.483444; 125.013859 95.575556 177.384106; 123.271167 90.822286 177.284768; 121.528991 86.179744 177.18543; 119.786296 81.426475 177.086093; 118.044118 76.783933 176.986755; 116.301938 72.141392 176.887417; 114.559241 67.388123 176.788079; 112.817059 62.745583 176.688742; 111.074359 57.992314 176.589404; 109.332175 53.349774 176.490066; 107.589989 48.707234 176.390728; 105.847286 43.953966 176.291391; 104.105099 39.311426 176.192053; 102.362393 34.558159 176.092715; 100.620203 29.91562 175.993377; 98.878012 25.273081 175.89404; 97.135303 20.519814 175.794702; 95.39311 15.877276 175.695364; 93.448505 11.235682 175.596026; 91.504416 6.704817 175.496689; 89.559809 2.063223 175.397351; 87.6152 -2.578369 175.298013; 85.671107 -7.109234 175.198675; 83.726496 -11.750826 175.099338; 81.781884 -16.392419 175; 79.837787 -20.923282 174.900662; 77.893172 -25.564874 174.801325; 75.948556 -30.206465 174.701987; 74.105661 -34.737801 174.602649; 72.161042 -39.379391 174.503311; 70.216423 -44.020982 174.403974; 68.272319 -48.551844 174.304636; 66.327696 -53.193434 174.205298; 64.383073 -57.835024 174.10596; 62.438448 -62.476613 174.006623; 60.494339 -67.007474 173.907285; 58.549711 -71.649063 173.807947; 56.605083 -76.290652 173.708609; 54.66097 -80.821512 173.609272; 52.716339 -85.4631 173.509934; 50.771707 -90.104688 173.410596; 48.82759 -94.635548 173.311258; 46.882955 -99.277135 173.211921; 44.938319 -103.918722 173.112583; 42.994199 -108.449581 173.013245; 41.04956 -113.091167 172.913907; 39.10492 -117.732753 172.81457; 37.160797 -122.263611 172.715232; 35.216154 -126.905197 172.615894; 33.271511 -131.546782 172.516556; 31.327383 -136.077639 172.417219; 29.382737 -140.719224 172.317881; 27.43809 -145.360809 172.218543; 25.493958 -149.891665 172.119205; 23.549308 -154.533249 172.019868; 21.604657 -159.174833 171.92053; 19.660522 -163.705688 171.821192; 17.715869 -168.347272 171.721854; 15.87242 -172.989327 171.622517; 13.928282 -177.520182 171.523179; 11.983624 -182.161765 171.423841; 10.038966 -186.803347 171.324503; 8.094306 -191.444929 171.225166; 6.150162 -195.975782 171.125828; 4.003604 -200.50569 171.02649; 1.857044 -205.035597 170.927152; -0.390724 -209.565031 170.827815; -2.536769 -213.98421 170.728477; -4.683333 -218.514116 170.629139; -6.829899 -223.044022 170.529801; -8.976465 -227.573928 170.430464; -11.123033 -232.103833 170.331126; -13.269085 -236.52301 170.231788; -15.516863 -241.052441 170.13245; -17.663435 -245.582346 170.033113; -19.810009 -250.11225 169.933775; -21.956583 -254.642153 169.834437; -24.102642 -259.061329 169.735099; -26.249219 -263.591232 169.635762; -28.395798 -268.121134 169.536424; -30.643586 -272.650564 169.437086; -32.790168 -277.180466 169.337748; -34.936233 -281.599639 169.238411; -37.082817 -286.129541 169.139073; -39.229403 -290.659442 169.039735; -41.37599 -295.189342 168.940397; -43.522061 -299.608515 168.84106; -45.769858 -304.137942 168.741722; -47.916449 -308.667841 168.642384; -50.063042 -313.197741 168.543046; -52.209636 -317.72764 168.443709; -54.355713 -322.146811 168.344371; -56.50231 -326.676709 168.245033; -58.648908 -331.206607 168.145695; -60.795507 -335.736505 168.046358; -62.74021 -340.378077 167.94702; -64.684396 -344.908921 167.847682; -66.629102 -349.550493 167.748344; -68.573809 -354.192064 167.649007; -70.517998 -358.722907 167.549669; -72.462708 -363.364478 167.450331; -74.407418 -368.006049 167.350993; -76.351612 -372.536891 167.251656; -78.296325 -377.178461 167.152318; -80.241039 -381.820031 167.05298; -82.185237 -386.350872 166.953642; -84.129953 -390.992441 166.854305; -86.074671 -395.63401 166.754967; -88.018872 -400.164851 166.655629; -90.064801 -404.805946 166.556291; -92.009523 -409.447514 166.456954; -93.953728 -413.978354 166.357616; -95.898452 -418.619921 166.258278; -97.842659 -423.150761 166.15894; -99.787386 -427.792328 166.059603; -101.732114 -432.433895 165.960265; -103.676325 -436.964733 165.860927; -105.621056 -441.606299 165.761589; -107.565788 -446.247865 165.662252; -109.510002 -450.778703 165.562914; -111.454737 -455.420268 165.463576; -113.399472 -460.061834 165.364238; -115.343691 -464.592671 165.264901; -117.288429 -469.234235 165.165563; -119.233168 -473.875799 165.066225; -121.17739 -478.406636 164.966887; -123.122132 -483.048199 164.86755; -125.066875 -487.689763 164.768212; -127.011101 -492.220598 164.668874; -128.955846 -496.862161 164.569536; -130.900075 -501.392996 164.470199; -132.844823 -506.034559 164.370861; -134.890781 -510.675647 164.271523; -136.835013 -515.206481 164.172185; -138.779765 -519.848043 164.072848; -140.724518 -524.489604 163.97351; -142.668754 -529.020437 163.874172; -144.61351 -533.661998 163.774834; -146.558266 -538.303558 163.675497; -148.502506 -542.834391 163.576159; -150.447265 -547.475951 163.476821; -152.392026 -552.117511 163.377483; -154.336269 -556.648342 163.278146; -156.281032 -561.289902 163.178808; -158.225797 -565.93146 163.07947; -160.170043 -570.462291 162.980132; -162.11481 -575.10385 162.880795; -164.059578 -579.745408 162.781457; -166.003829 -584.276238 162.682119; -167.9486 -588.917795 162.582781; -169.892853 -593.448625 162.483444; -171.837626 -598.090182 162.384106; -173.7824 -602.731739 162.284768; -175.726657 -607.262567 162.18543; -177.671434 -611.904124 162.086093; -179.717422 -616.545205 161.986755; -181.661682 -621.076033 161.887417; -183.606463 -625.717589 161.788079; -185.551245 -630.359144 161.688742; -187.495509 -634.889971 161.589404; -189.440294 -639.531525 161.490066; -191.385079 -644.17308 161.390728; -193.329347 -648.703906 161.291391; -195.274135 -653.34546 161.192053; -197.218925 -657.987013 161.092715; -199.163196 -662.517839 160.993377; -201.107988 -667.159392 160.89404; -203.052262 -671.690217 160.794702; -204.997057 -676.331769 160.695364; -206.941852 -680.973321 160.596026; -208.88613 -685.504146 160.496689; -210.830928 -690.145697 160.397351; -212.775728 -694.787249 160.298013; -214.720009 -699.318072 160.198675; -216.664811 -703.959623 160.099338; -218.609614 -708.601173 160]);
model.component('mod1').geom('geom1').create('wp1', 'WorkPlane');
model.component('mod1').geom('geom1').feature('wp1').set('quickplane', 'zx');
model.component('mod1').geom('geom1').feature('wp1').set('quicky', 717.86874);
model.component('mod1').geom('geom1').feature('wp1').set('unite', true);
model.component('mod1').geom('geom1').feature('wp1').set('workplane3d', true);
model.component('mod1').geom('geom1').feature('wp1').geom.create('ca1', 'CircularArc');
model.component('mod1').geom('geom1').feature('wp1').geom.feature('ca1').set('center', [190 246.12158]);
model.component('mod1').geom('geom1').feature('wp1').geom.feature('ca1').set('r', 12);
model.component('mod1').geom('geom1').feature('wp1').geom.feature('ca1').set('angle1', 100);
model.component('mod1').geom('geom1').feature('wp1').geom.feature('ca1').set('angle2', -100);
model.component('mod1').geom('geom1').feature('wp1').geom.feature('ca1').set('clockwise', true);
model.component('mod1').geom('geom1').feature('wp1').geom.create('pol1', 'Polygon');
model.component('mod1').geom('geom1').feature('wp1').geom.feature('pol1').set('type', 'open');
model.component('mod1').geom('geom1').feature('wp1').geom.feature('pol1').set('source', 'table');
model.component('mod1').geom('geom1').feature('wp1').geom.feature('pol1').set('table', [187.91622186799682 234.3038869638535; 187.91622186799682 257.9392730361465]);
model.component('mod1').geom('geom1').feature('wp1').geom.create('csol1', 'ConvertToSolid');
model.component('mod1').geom('geom1').feature('wp1').geom.feature('csol1').selection('input').set({'ca1' 'pol1'});
model.component('mod1').geom('geom1').create('swe1', 'Sweep');
model.component('mod1').geom('geom1').feature('swe1').set('crossfaces', true);
model.component('mod1').geom('geom1').feature('swe1').set('includefinal', false);
model.component('mod1').geom('geom1').feature('swe1').selection('face').set('wp1.csol1', 1);
model.component('mod1').geom('geom1').feature('swe1').selection('edge').set('ic1(1)', 1);
model.component('mod1').geom('geom1').feature('swe1').selection('diredge').set('ic1(1)', 1);
model.component('mod1').geom('geom1').create('ic2', 'InterpolationCurve');
model.component('mod1').geom('geom1').feature('ic2').set('table', [206.389167 726.469362 190; 205.65806 721.600636 189.900332; 204.825236 716.621654 189.800664; 204.094128 711.752929 189.700997; 203.261304 706.773947 189.601329; 202.529679 701.794493 189.501661; 201.697369 696.926239 189.401993; 200.965743 691.946786 189.302326; 200.132917 686.967804 189.202658; 199.401806 682.099079 189.10299; 198.568978 677.120098 189.003322; 197.837866 672.251372 188.903654; 197.005038 667.272391 188.803987; 196.273409 662.292938 188.704319; 195.441095 657.424685 188.604651; 194.709465 652.445232 188.504983; 193.877151 647.576979 188.405316; 193.14552 642.597526 188.305648; 192.312688 637.618545 188.20598; 191.581572 632.74982 188.106312; 190.748739 627.770839 188.006645; 190.017107 622.791387 187.906977; 189.184789 617.923134 187.807309; 188.453155 612.943682 187.707641; 187.620836 608.075429 187.607973; 186.889202 603.095977 187.508306; 186.056366 598.116996 187.408638; 185.325246 593.248272 187.30897; 184.492409 588.269292 187.209302; 183.761289 583.400567 187.109635; 182.928451 578.421587 187.009967; 182.196813 573.442135 186.910299; 181.36449 568.573883 186.810631; 180.632852 563.594431 186.710963; 179.800011 558.615451 186.611296; 179.068888 553.746727 186.511628; 178.236047 548.767748 186.41196; 177.504923 543.899024 186.312292; 176.67208 538.920044 186.212625; 175.940439 533.940593 186.112957; 175.108112 529.072341 186.013289; 174.37647 524.09289 185.913621; 173.543625 519.11391 185.813953; 172.812498 514.245187 185.714286; 171.979653 509.266208 185.614618; 171.248525 504.397484 185.51495; 170.415678 499.418505 185.415282; 169.684033 494.439054 185.315615; 168.851702 489.570803 185.215947; 168.120055 484.591352 185.116279; 167.287723 479.723101 185.016611; 166.556076 474.74365 184.916944; 165.723226 469.764671 184.817276; 164.992094 464.895949 184.717608; 164.159244 459.91697 184.61794; 163.427594 454.937519 184.518272; 162.595259 450.069269 184.418605; 161.863609 445.089818 184.318937; 161.031273 440.221568 184.219269; 160.299621 435.242117 184.119601; 159.466768 430.263139 184.019934; 158.735632 425.394417 183.920266; 157.902777 420.415439 183.820598; 157.17164 415.546716 183.72093; 156.338785 410.567738 183.621262; 155.607131 405.588288 183.521595; 154.77479 400.720038 183.421927; 154.043135 395.740589 183.322259; 153.210277 390.761611 183.222591; 152.377935 385.893361 183.122924; 151.44439 381.025583 183.023256; 150.409125 376.04755 182.923588; 149.475579 371.179772 182.82392; 148.542032 366.311994 182.724252; 147.607968 361.333489 182.624585; 146.67442 356.465712 182.524917; 145.740871 351.597934 182.425249; 144.705602 346.619901 182.325581; 143.772052 341.752124 182.225914; 142.837985 336.773619 182.126246; 141.904434 331.905842 182.026578; 140.970882 327.038065 181.92691; 140.036813 322.05956 181.827243; 139.002057 317.192256 181.727575; 138.068503 312.324479 181.627907; 137.134432 307.345974 181.528239; 136.200877 302.478198 181.428571; 135.267322 297.610421 181.328904; 134.333249 292.631917 181.229236; 133.298489 287.764613 181.129568; 132.364932 282.896837 181.0299; 131.430857 277.918333 180.930233; 130.497299 273.050557 180.830565; 129.563223 268.072053 180.730897; 128.629663 263.204277 180.631229; 127.594899 258.336973 180.531561; 126.660822 253.35847 180.431894; 125.72726 248.490694 180.332226; 124.793698 243.622918 180.232558; 123.859618 238.644415 180.13289; 122.926055 233.776639 180.033223; 121.891287 228.909336 179.933555; 120.957206 223.930833 179.833887; 119.821233 219.064002 179.734219; 118.584573 214.308371 179.634551; 117.246191 209.442485 179.534884; 116.009012 204.576127 179.435216; 114.671145 199.820969 179.335548; 113.433964 194.954611 179.23588; 112.196783 190.088253 179.136213; 110.858913 185.333095 179.036545; 109.62173 180.466738 178.936877; 108.283342 175.600852 178.837209; 107.046158 170.734495 178.737542; 105.708285 165.979338 178.637874; 104.471098 161.112981 178.538206; 103.132707 156.247096 178.438538; 101.896036 151.491467 178.33887; 100.658847 146.62511 178.239203; 99.320453 141.759226 178.139535; 98.083779 137.003597 178.039867; 96.745384 132.137713 177.940199; 95.508191 127.271356 177.840532; 94.069106 122.516673 177.740864; 92.326924 117.874134 177.641196; 90.584223 113.120868 177.541528; 88.842038 108.47833 177.44186; 87.099852 103.835792 177.342193; 85.357149 99.082527 177.242525; 83.61496 94.439989 177.142857; 81.872254 89.686724 177.043189; 80.130064 85.044187 176.943522; 78.387872 80.401651 176.843854; 76.645162 75.648386 176.744186; 74.902969 71.00585 176.644518; 73.160257 66.252586 176.54485; 71.418061 61.61005 176.445183; 69.675863 56.967515 176.345515; 67.933148 52.214251 176.245847; 66.190949 47.571716 176.146179; 64.448231 42.818453 176.046512; 62.706029 38.175919 175.946844; 60.963827 33.533384 175.847176; 59.221106 28.780122 175.747508; 57.478901 24.137588 175.647841; 55.736694 19.495054 175.548173; 53.893282 14.852993 175.448505; 51.948663 10.211405 175.348837; 50.004043 5.569817 175.249169; 48.059938 1.038957 175.149502; 46.115315 -3.60263 175.049834; 44.170691 -8.244218 174.950166; 42.226583 -12.775076 174.850498; 40.281957 -17.416663 174.750831; 38.337329 -22.058249 174.651163; 36.393217 -26.589107 174.551495; 34.448587 -31.230693 174.451827; 32.503956 -35.872279 174.352159; 30.55984 -40.403136 174.252492; 28.615206 -45.044721 174.152824; 26.670571 -49.686306 174.053156; 24.726452 -54.217162 173.953488; 22.781814 -58.858746 173.853821; 20.837175 -63.50033 173.754153; 18.893052 -68.031186 173.654485; 16.948411 -72.672769 173.554817; 15.003768 -77.314352 173.45515; 13.059641 -81.845207 173.355482; 11.114996 -86.48679 173.255814; 9.170349 -91.128372 173.156146; 7.226219 -95.659226 173.056478; 5.28157 -100.300808 172.956811; 3.33692 -104.942389 172.857143; 1.392268 -109.58397 172.757475; -0.450661 -114.115296 172.657807; -2.395315 -118.756877 172.55814; -4.33997 -123.398457 172.458472; -6.284109 -127.92931 172.358804; -8.228767 -132.570889 172.259136; -10.173426 -137.212469 172.159468; -12.117568 -141.74332 172.059801; -14.06223 -146.3849 171.960133; -16.006893 -151.026478 171.860465; -17.951039 -155.557329 171.760797; -19.895704 -160.198907 171.66113; -21.840371 -164.840485 171.561462; -23.784521 -169.371335 171.461794; -25.72919 -174.012912 171.362126; -27.67386 -178.654489 171.262458; -29.618014 -183.185339 171.162791; -31.562687 -187.826915 171.063123; -33.507361 -192.468491 170.963455; -35.552725 -196.998866 170.863787; -37.800504 -201.528295 170.76412; -39.94656 -205.947468 170.664452; -42.093135 -210.477369 170.564784; -44.239712 -215.007269 170.465116; -46.38629 -219.537169 170.365449; -48.532869 -224.067069 170.265781; -50.678932 -228.486241 170.166113; -52.926721 -233.015666 170.066445; -55.073304 -237.545565 169.966777; -57.219889 -242.075464 169.86711; -59.366475 -246.605362 169.767442; -61.512544 -251.024532 169.667774; -63.659133 -255.554429 169.568106; -65.805723 -260.084326 169.468439; -68.053522 -264.61375 169.368771; -70.199596 -269.032919 169.269103; -72.346191 -273.562815 169.169435; -74.492786 -278.092711 169.069767; -76.639383 -282.622606 168.9701; -78.785981 -287.152501 168.870432; -80.932063 -291.571668 168.770764; -83.179871 -296.101089 168.671096; -85.326474 -300.630984 168.571429; -87.473077 -305.160877 168.471761; -89.619682 -309.690771 168.372093; -91.765771 -314.109936 168.272425; -93.912379 -318.639829 168.172757; -96.058988 -323.169722 168.07309; -98.306806 -327.699141 167.973422; -100.35221 -332.229506 167.873754; -102.296408 -336.760345 167.774086; -104.241125 -341.401912 167.674419; -106.185843 -346.043478 167.574751; -108.130563 -350.685044 167.475083; -110.074765 -355.215882 167.375415; -112.019488 -359.857448 167.275748; -113.964211 -364.499013 167.17608; -115.908417 -369.02985 167.076412; -117.751935 -373.671889 166.976744; -119.696662 -378.313453 166.877076; -121.640872 -382.84429 166.777409; -123.585602 -387.485854 166.677741; -125.530333 -392.127417 166.578073; -127.475065 -396.768981 166.478405; -129.41928 -401.299816 166.378738; -131.364014 -405.941379 166.27907; -133.30875 -410.582941 166.179402; -135.15176 -415.11425 166.079734; -137.096499 -419.755812 165.980066; -139.041238 -424.397374 165.880399; -140.985979 -429.038935 165.780731; -142.930203 -433.569769 165.681063; -144.874946 -438.21133 165.581395; -146.819691 -442.85289 165.481728; -148.763918 -447.383723 165.38206; -150.708665 -452.025283 165.282392; -152.552205 -456.667317 165.182724; -154.496954 -461.308877 165.083056; -156.441186 -465.839709 164.983389; -158.385938 -470.481268 164.883721; -160.330692 -475.122827 164.784053; -162.274927 -479.653657 164.684385; -164.219683 -484.295216 164.584718; -166.16444 -488.936774 164.48505; -168.10868 -493.467604 164.385382; -169.952231 -498.109635 164.285714; -171.896991 -502.751193 164.186047; -173.841753 -507.39275 164.086379; -175.785998 -511.923579 163.986711; -177.730762 -516.565135 163.887043; -179.675528 -521.206691 163.787375; -181.619776 -525.737519 163.687708; -183.564545 -530.379075 163.58804; -185.509314 -535.02063 163.488372; -187.352876 -539.66266 163.388704; -189.297129 -544.193487 163.289037; -191.241902 -548.835041 163.189369; -193.186677 -553.476596 163.089701; -195.130934 -558.007422 162.990033; -197.075711 -562.648976 162.890365; -199.020489 -567.290529 162.790698; -200.964749 -571.821355 162.69103; -202.90953 -576.462908 162.591362; -204.753103 -581.104935 162.491694; -206.697886 -585.746487 162.392027; -208.642151 -590.277312 162.292359; -210.586937 -594.918864 162.192691; -212.531724 -599.560415 162.093023; -214.475993 -604.091239 161.993355; -216.420783 -608.73279 161.893688; -218.365574 -613.374341 161.79402; -220.310366 -618.015891 161.694352; -222.15343 -622.547188 161.594684; -224.098224 -627.188738 161.495017; -226.04302 -631.830288 161.395349; -227.987298 -636.36111 161.295681; -229.932096 -641.002659 161.196013; -231.876896 -645.644208 161.096346; -233.821177 -650.175029 160.996678; -235.765979 -654.816577 160.89701; -237.710782 -659.458126 160.797342; -239.554377 -664.100148 160.697674; -241.498663 -668.630968 160.598007; -243.44347 -673.272515 160.498339; -245.388278 -677.914062 160.398671; -247.332568 -682.444882 160.299003; -249.277379 -687.086428 160.199336; -251.222191 -691.727974 160.099668; -253.167004 -696.36952 160]);
model.component('mod1').geom('geom1').create('wp2', 'WorkPlane');
model.component('mod1').geom('geom1').feature('wp2').set('quickplane', 'zx');
model.component('mod1').geom('geom1').feature('wp2').set('quicky', 726.469362);
model.component('mod1').geom('geom1').feature('wp2').set('unite', true);
model.component('mod1').geom('geom1').feature('wp2').set('workplane3d', true);
model.component('mod1').geom('geom1').feature('wp2').geom.create('ca1', 'CircularArc');
model.component('mod1').geom('geom1').feature('wp2').geom.feature('ca1').set('center', [190 206.389167]);
model.component('mod1').geom('geom1').feature('wp2').geom.feature('ca1').set('r', 12);
model.component('mod1').geom('geom1').feature('wp2').geom.feature('ca1').set('angle1', 100);
model.component('mod1').geom('geom1').feature('wp2').geom.feature('ca1').set('angle2', -100);
model.component('mod1').geom('geom1').feature('wp2').geom.feature('ca1').set('clockwise', true);
model.component('mod1').geom('geom1').feature('wp2').geom.create('pol1', 'Polygon');
model.component('mod1').geom('geom1').feature('wp2').geom.feature('pol1').set('type', 'open');
model.component('mod1').geom('geom1').feature('wp2').geom.feature('pol1').set('source', 'table');
model.component('mod1').geom('geom1').feature('wp2').geom.feature('pol1').set('table', [187.91622186799682 218.20686003614648; 187.91622186799682 194.5714739638535]);
model.component('mod1').geom('geom1').feature('wp2').geom.create('csol1', 'ConvertToSolid');
model.component('mod1').geom('geom1').feature('wp2').geom.feature('csol1').selection('input').set({'ca1' 'pol1'});
model.component('mod1').geom('geom1').create('swe2', 'Sweep');
model.component('mod1').geom('geom1').feature('swe2').set('crossfaces', true);
model.component('mod1').geom('geom1').feature('swe2').set('includefinal', false);
model.component('mod1').geom('geom1').feature('swe2').selection('face').set('wp2.csol1', 1);
model.component('mod1').geom('geom1').feature('swe2').selection('edge').set('ic2(1)', 1);
model.component('mod1').geom('geom1').feature('swe2').selection('diredge').set('ic2(1)', 1);
model.component('mod1').geom('geom1').create('cmd1', 'CompositeDomains');
model.component('mod1').geom('geom1').feature('cmd1').selection('input').set('fin(1)', [15 16]);
model.component('mod1').geom('geom1').create('cmd2', 'CompositeDomains');
model.component('mod1').geom('geom1').feature('cmd2').selection('input').set('cmd1(1)', [11 12 13 14 16 18]);
model.component('mod1').geom('geom1').create('cmd3', 'CompositeDomains');
model.component('mod1').geom('geom1').feature('cmd3').selection('input').set('cmd2(1)', [8 9 10 14 15]);
model.component('mod1').geom('geom1').create('ige1', 'IgnoreEdges');
model.component('mod1').geom('geom1').feature('ige1').selection('input').set('cmd3(1)', [142 143 144 145 173 174 175 176 177 178 179 180 207 208 209 210 211 212 213 214 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 317 318 319 320 321 322 323 324 336 337 338 339 340 341 342 343 347 348 349 350 351 352 353 354 387 388 389 390 391 392 393 394 398 399 400 401 402 403 404 405 434 435 436 437 438 439 440]);
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').clip.create('box1', 'ClipBox');
model.component('mod1').view('view1').hideObjects.create('hide1');
model.component('mod1').view('view1').hideEntities.create('hide1');
model.component('mod1').view('view1').hideEntities('hide1').set([4 8]);
model.component('mod1').view('view1').hideEntities.create('hide2');
model.component('mod1').view('view1').hideEntities('hide2').geom('geom1', 1);
model.component('mod1').view('view1').hideEntities('hide2').set([99 100 101 102 103 104 105 136 137 276 277 303 304 308 309 310 311 339]);
model.view.create('view4', 3);
model.view.create('view5', 2);
model.view.create('view6', 2);
model.view.create('view7', 3);
model.view.create('view8', 3);
model.view.create('view9', 3);
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.create('mat4', 'Common');
model.component('mod1').material.create('mat5', 'Common');
model.component('mod1').material.create('mat6', 'Common');
model.component('mod1').material('mat1').selection.set([4 8]);
model.component('mod1').material('mat2').selection.set([3 7]);
model.component('mod1').material('mat3').selection.set([2 6]);
model.component('mod1').material('mat4').selection.set([1 5]);
model.component('mod1').material('mat5').selection.set([11]);
model.component('mod1').material('mat6').selection.set([9 10]);
model.component('mod1').physics.create('mf', 'InductionCurrents', 'geom1');
model.component('mod1').physics('mf').create('gfa1', 'GaugeFixingA', 3);
model.component('mod1').physics('mf').create('mfb1', 'MagneticFieldBoundary', 2);
model.component('mod1').physics('mf').feature('mfb1').selection.set([13]);
model.component('mod1').physics.create('mf2', 'InductionCurrents', 'geom1');
model.component('mod1').physics('mf2').create('mfb1', 'MagneticFieldBoundary', 2);
model.component('mod1').physics('mf2').feature('mfb1').selection.set([13]);
model.component('mod1').physics('mf2').create('gfa1', 'GaugeFixingA', 3);
model.component('mod1').mesh('mesh1').create('ftet1', 'FreeTet');
model.component('mod1').mesh('mesh1').create('ftet2', 'FreeTet');
model.component('mod1').mesh('mesh1').feature('ftet1').selection.geom('geom1', 3);
model.component('mod1').mesh('mesh1').feature('ftet1').selection.set([5 6 7 9 10 11]);
model.component('mod1').mesh('mesh1').feature('ftet1').create('size1', 'Size');
model.component('mod1').mesh('mesh1').feature('ftet1').create('size2', 'Size');
model.component('mod1').mesh('mesh1').feature('ftet1').create('size3', 'Size');
model.component('mod1').mesh('mesh1').feature('ftet1').create('size4', 'Size');
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size1').selection.set([9 10]);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size2').selection.set([11]);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size3').selection.set([7]);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size4').selection.set([5 6]);
model.component('mod1').mesh('mesh1').feature('ftet2').create('size1', 'Size');
model.component('mod1').mesh('mesh1').feature('ftet2').feature('size1').selection.geom('geom1', 3);
model.component('mod1').mesh('mesh1').feature('ftet2').feature('size1').selection.set([2 3]);
model.result.table('evl3').label('Evaluation 3D');
model.result.table('evl3').comments('Interactive 3D values');
model.result.table('mm1').label('Maximum and Minimum Values');
model.result.table('mm1').comments('Max/min surface');
model.component('mod1').view('view1').set('renderwireframe', true);
model.component('mod1').view('view1').set('showgrid', false);
model.component('mod1').view('view1').set('clippingactive', false);
model.component('mod1').view('view1').clip('box1').set('showgizmo', false);
model.component('mod1').view('view1').clip('box1').set('translationamount', 500);
model.component('mod1').view('view1').clip('box1').set('position', [0 0 250]);
model.component('mod1').view('view1').clip('box1').set('commonsizeadjustment', 250);
model.component('mod1').view('view1').clip('box1').set('size', [102.66485810279846 75 75]);
model.component('mod1').view('view1').hideObjects('hide1').init(3);
model.component('mod1').view('view1').hideObjects('hide1').set('ige1(1)', [1 2 3 4 8]);
model.component('mod1').view('view2').axis.set('xmin', 76.836669921875);
model.component('mod1').view('view2').axis.set('xmax', 315.51708984375);
model.component('mod1').view('view2').axis.set('ymin', 158.1093292236328);
model.component('mod1').view('view2').axis.set('ymax', 277.05108642578125);
model.view('view4').set('scenelight', false);
model.view('view5').axis.set('xmin', -10080.671875);
model.view('view5').axis.set('xmax', 15630.576171875);
model.view('view5').axis.set('ymin', -10814.90625);
model.view('view5').axis.set('ymax', 15071.431640625);
model.view('view5').axis.set('viewscaletype', 'automatic');
model.view('view6').axis.set('xmin', -2766.90625);
model.view('view6').axis.set('xmax', 2887.77880859375);
model.view('view6').axis.set('ymin', -2781.529296875);
model.view('view6').axis.set('ymax', 2911.663330078125);
model.view('view6').axis.set('viewscaletype', 'automatic');
model.view('view8').set('scenelight', false);
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', {'1e-10' '0' '0' '0' '1e-10' '0' '0' '0' '1e-10'});
model.component('mod1').material('mat1').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat2').label('rock1');
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('rock2');
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', {'0.005' '0' '0' '0' '0.005' '0' '0' '0' '0.005'});
model.component('mod1').material('mat3').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat4').label('rock3');
model.component('mod1').material('mat4').propertyGroup('def').set('relpermeability', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat4').propertyGroup('def').set('electricconductivity', {'0.001' '0' '0' '0' '0.001' '0' '0' '0' '0.001'});
model.component('mod1').material('mat4').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat5').label('cave');
model.component('mod1').material('mat5').propertyGroup('def').set('relpermeability', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat5').propertyGroup('def').set('electricconductivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat5').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat6').label('tunnel');
model.component('mod1').material('mat6').propertyGroup('def').set('relpermeability', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').material('mat6').propertyGroup('def').set('electricconductivity', {'1e-10' '0' '0' '0' '1e-10' '0' '0' '0' '1e-10'});
model.component('mod1').material('mat6').propertyGroup('def').set('relpermittivity', {'1' '0' '0' '0' '1' '0' '0' '0' '1'});
model.component('mod1').physics('mf').feature('mfb1').set('H0', [0; 1; 0]);
model.component('mod1').physics('mf2').feature('mfb1').set('H0', [1; 0; 0]);
model.component('mod1').mesh('mesh1').feature('size').set('custom', 'on');
model.component('mod1').mesh('mesh1').feature('size').set('hmax', 1000);
model.component('mod1').mesh('mesh1').feature('size').set('hmin', 100);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size1').set('custom', 'on');
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size1').set('hmax', 10);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size1').set('hmaxactive', true);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size2').set('custom', 'on');
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size2').set('hmax', 15);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size2').set('hmaxactive', true);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size3').set('custom', 'on');
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size3').set('hmax', 50);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size3').set('hmaxactive', true);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size4').set('custom', 'on');
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size4').set('hmax', 100);
model.component('mod1').mesh('mesh1').feature('ftet1').feature('size4').set('hmaxactive', true);
model.component('mod1').mesh('mesh1').feature('ftet2').feature('size1').set('custom', 'on');
model.component('mod1').mesh('mesh1').feature('ftet2').feature('size1').set('hmax', 500);
model.component('mod1').mesh('mesh1').feature('ftet2').feature('size1').set('hmaxactive', true);
model.component('mod1').mesh('mesh1').feature('ftet2').feature('size1').set('hmin', 300);
model.component('mod1').mesh('mesh1').feature('ftet2').feature('size1').set('hminactive', true);
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('i1', 'Iterative');
model.sol('sol1').feature('s1').feature('i1').create('mg1', 'Multigrid');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('pr').create('va1', 'Vanka');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('po').create('va1', 'Vanka');
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('i1', 'Iterative');
model.sol('sol1').feature('s2').feature('i1').create('mg1', 'Multigrid');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('pr').create('va1', 'Vanka');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('po').create('va1', 'Vanka');
model.sol('sol1').feature('s2').feature.remove('fcDef');
model.result.dataset.create('int1_ds1', 'Grid2D');
model.result.dataset.create('mesh1', 'Mesh');
model.result.dataset.create('int1_ds2', 'Grid2D');
model.result.dataset('int1_ds1').set('data', 'none');
model.result.dataset('int1_ds2').set('data', 'none');
model.result.create('pg11', 'PlotGroup2D');
model.result.create('pg3', 'PlotGroup3D');
model.result.create('pg5', 'PlotGroup3D');
model.result.create('pg13', 'PlotGroup3D');
model.result.create('pg1', 'PlotGroup3D');
model.result.create('pg6', 'PlotGroup3D');
model.result.create('pg9', 'PlotGroup3D');
model.result.create('pg10', 'PlotGroup3D');
model.result.create('pg7', 'PlotGroup3D');
model.result.create('pg8', 'PlotGroup3D');
model.result.create('pg12', 'PlotGroup3D');
model.result('pg11').create('plot1', 'Function2D');
model.result('pg11').feature('plot1').set('expr', 'mod1.int1(x,y)');
model.result('pg11').feature('plot1').create('height1', 'Height');
model.result('pg11').feature('plot1').feature('height1').set('view', 'view1');
model.result('pg11').feature('plot1').feature('height1').set('expr', 'mod1.mf.normB');
model.result('pg3').create('mslc1', 'Multislice');
model.result('pg3').create('vol1', 'Volume');
model.result('pg3').feature('mslc1').set('expr', 'material.domain');
model.result('pg3').feature('vol1').set('expr', 'material.domain');
model.result('pg3').feature('vol1').create('sel1', 'Selection');
model.result('pg3').feature('vol1').feature('sel1').selection.set([9 10 11]);
model.result('pg5').set('data', 'mesh1');
model.result('pg5').create('mesh1', 'Mesh');
model.result('pg5').create('vol1', 'Volume');
model.result('pg5').feature('mesh1').set('meshdomain', 'volume');
model.result('pg5').feature('vol1').set('expr', 'h');
model.result('pg5').feature('vol1').create('sel1', 'Selection');
model.result('pg5').feature('vol1').feature('sel1').selection.set([9 10 11]);
model.result('pg13').set('data', 'mesh1');
model.result('pg13').create('mesh1', 'Mesh');
model.result('pg13').create('vol1', 'Volume');
model.result('pg13').create('vol2', 'Volume');
model.result('pg13').create('vol3', 'Volume');
model.result('pg13').create('vol4', 'Volume');
model.result('pg13').create('vol5', 'Volume');
model.result('pg13').feature('mesh1').set('meshdomain', 'volume');
model.result('pg13').feature('vol1').set('expr', 'h');
model.result('pg13').feature('vol1').create('sel1', 'Selection');
model.result('pg13').feature('vol1').feature('sel1').selection.set([9 10]);
model.result('pg13').feature('vol2').set('expr', 'h');
model.result('pg13').feature('vol2').create('sel1', 'Selection');
model.result('pg13').feature('vol2').feature('sel1').selection.set([11]);
model.result('pg13').feature('vol3').set('expr', 'h');
model.result('pg13').feature('vol3').create('sel1', 'Selection');
model.result('pg13').feature('vol3').feature('sel1').selection.set([7]);
model.result('pg13').feature('vol4').set('expr', 'h');
model.result('pg13').feature('vol4').create('sel1', 'Selection');
model.result('pg13').feature('vol4').feature('sel1').selection.set([6]);
model.result('pg13').feature('vol5').set('expr', 'h');
model.result('pg13').feature('vol5').create('sel1', 'Selection');
model.result('pg13').feature('vol5').feature('sel1').selection.set([5]);
model.result('pg1').create('mslc1', 'Multislice');
model.result('pg1').create('strmsl1', 'StreamlineMultislice');
model.result('pg1').create('vol1', 'Volume');
model.result('pg1').create('arwv1', 'ArrowVolume');
model.result('pg1').feature('mslc1').set('expr', 'mf.normE');
model.result('pg1').feature('strmsl1').create('col1', 'Color');
model.result('pg1').feature('strmsl1').create('filt1', 'Filter');
model.result('pg1').feature('strmsl1').feature('filt1').set('expr', '!isScalingSystemDomain');
model.result('pg1').feature('vol1').set('expr', 'mf.normE');
model.result('pg1').feature('arwv1').create('sel1', 'Selection');
model.result('pg1').feature('arwv1').feature('sel1').selection.set([11]);
model.result('pg6').create('mslc1', 'Multislice');
model.result('pg6').create('strmsl1', 'StreamlineMultislice');
model.result('pg6').create('vol1', 'Volume');
model.result('pg6').create('arwv1', 'ArrowVolume');
model.result('pg6').feature('mslc1').set('expr', 'mf.normE');
model.result('pg6').feature('strmsl1').create('col1', 'Color');
model.result('pg6').feature('strmsl1').create('filt1', 'Filter');
model.result('pg6').feature('strmsl1').feature('filt1').set('expr', '!isScalingSystemDomain');
model.result('pg6').feature('vol1').set('expr', 'mf2.normE');
model.result('pg6').feature('arwv1').create('sel1', 'Selection');
model.result('pg6').feature('arwv1').feature('sel1').selection.set([11]);
model.result('pg9').create('mslc1', 'Multislice');
model.result('pg9').create('strmsl1', 'StreamlineMultislice');
model.result('pg9').create('vol1', 'Volume');
model.result('pg9').create('arwv1', 'ArrowVolume');
model.result('pg9').feature('mslc1').set('expr', 'mf.normH');
model.result('pg9').feature('strmsl1').create('col1', 'Color');
model.result('pg9').feature('strmsl1').create('filt1', 'Filter');
model.result('pg9').feature('strmsl1').feature('filt1').set('expr', '!isScalingSystemDomain');
model.result('pg9').feature('vol1').set('expr', 'mf.normH');
model.result('pg9').feature('arwv1').create('sel1', 'Selection');
model.result('pg9').feature('arwv1').feature('sel1').selection.set([11]);
model.result('pg10').create('mslc1', 'Multislice');
model.result('pg10').create('strmsl1', 'StreamlineMultislice');
model.result('pg10').create('vol1', 'Volume');
model.result('pg10').create('arwv1', 'ArrowVolume');
model.result('pg10').feature('mslc1').set('expr', 'mf2.normH');
model.result('pg10').feature('strmsl1').create('col1', 'Color');
model.result('pg10').feature('strmsl1').create('filt1', 'Filter');
model.result('pg10').feature('strmsl1').feature('filt1').set('expr', '!isScalingSystemDomain');
model.result('pg10').feature('vol1').set('expr', 'mf2.normH');
model.result('pg10').feature('arwv1').create('sel1', 'Selection');
model.result('pg10').feature('arwv1').feature('sel1').selection.set([11]);
model.result('pg7').create('surf1', 'Surface');
model.result('pg7').create('mslc1', 'Multislice');
model.result('pg7').create('vol1', 'Volume');
model.result('pg7').feature('surf1').set('expr', 'log10(rho_xy)');
model.result('pg7').feature('surf1').create('sel1', 'Selection');
model.result('pg7').feature('surf1').feature('sel1').selection.set([29 35 38 49 51]);
model.result('pg7').feature('mslc1').set('expr', 'log10(rho_xy)');
model.result('pg7').feature('vol1').set('expr', 'log10(rho_xy)');
model.result('pg7').feature('vol1').create('sel1', 'Selection');
model.result('pg7').feature('vol1').feature('sel1').selection.set([9 10 11]);
model.result('pg8').create('surf1', 'Surface');
model.result('pg8').create('mslc1', 'Multislice');
model.result('pg8').feature('surf1').set('expr', 'phi_xy');
model.result('pg8').feature('surf1').create('sel1', 'Selection');
model.result('pg8').feature('surf1').feature('sel1').selection.set([29 35 38 49 51]);
model.result('pg8').feature('mslc1').set('expr', 'phi_xy');
model.result('pg12').create('mslc1', 'Multislice');
model.result('pg12').create('vol1', 'Volume');
model.result('pg12').feature('mslc1').set('expr', 'log10(mf.deltaS)');
model.result('pg12').feature('vol1').set('expr', 'log10(mf.deltaS)');
model.result('pg12').feature('vol1').create('sel1', 'Selection');
model.result('pg12').feature('vol1').feature('sel1').selection.set([9 10 11]);
model.study('std1').feature('freq').set('plist', '100 1000');
model.study('std1').feature('freq1').set('plist', '100 1000');
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', {'100[Hz] 1000[Hz]'});
model.sol('sol1').feature('s1').label('Stationary Solver 1.1');
model.sol('sol1').feature('s1').feature('dDef').label('Direct 1');
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', {'100 1000'});
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('i1').label('Iterative 1.1');
model.sol('sol1').feature('s1').feature('i1').set('prefuntype', 'right');
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('mg1').label('Multigrid 1.1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('pr').label('Presmoother 1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('pr').feature('soDef').label('SOR 1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('pr').feature('va1').label('Vanka 1.1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('pr').feature('va1').set('vankavars', {'mod1_mf_psi'});
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('po').label('Postsmoother 1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('po').feature('soDef').label('SOR 1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('po').feature('va1').label('Vanka 1.1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('po').feature('va1').set('vankavars', {'mod1_mf_psi'});
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('cs').label('Coarse Solver 1');
model.sol('sol1').feature('s1').feature('i1').feature('mg1').feature('cs').feature('dDef').label('Direct 1');
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', {'100[Hz] 1000[Hz]'});
model.sol('sol1').feature('s2').label('Stationary Solver 2.1');
model.sol('sol1').feature('s2').feature('dDef').label('Direct 1');
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', {'100 1000'});
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('i1').label('Iterative 1.1');
model.sol('sol1').feature('s2').feature('i1').set('prefuntype', 'right');
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('mg1').label('Multigrid 1.1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('pr').label('Presmoother 1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('pr').feature('soDef').label('SOR 1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('pr').feature('va1').label('Vanka 1.1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('pr').feature('va1').set('vankavars', {'mod1_mf2_psi'});
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('po').label('Postsmoother 1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('po').feature('soDef').label('SOR 1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('po').feature('va1').label('Vanka 1.1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('po').feature('va1').set('vankavars', {'mod1_mf2_psi'});
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('cs').label('Coarse Solver 1');
model.sol('sol1').feature('s2').feature('i1').feature('mg1').feature('cs').feature('dDef').label('Direct 1');
model.sol('sol1').runAll;
model.result.dataset('int1_ds1').set('function', 'int1');
model.result.dataset('int1_ds1').set('parmin1', -2538.2812);
model.result.dataset('int1_ds1').set('parmax1', 2663.0963);
model.result.dataset('int1_ds1').set('parmin2', -2561.9215);
model.result.dataset('int1_ds1').set('parmax2', 2674.8767);
model.result.dataset('int1_ds2').set('function', 'int1');
model.result.dataset('int1_ds2').set('parmin1', -2538.2812);
model.result.dataset('int1_ds2').set('parmax1', 2663.0963);
model.result.dataset('int1_ds2').set('parmin2', -2561.9215);
model.result.dataset('int1_ds2').set('parmax2', 2674.8767);
model.result('pg11').label('Topographic interpolation function');
model.result('pg11').set('titletype', 'manual');
model.result('pg11').set('title', 'Topographic interpolation function');
model.result('pg11').set('view', 'auto');
model.result('pg11').set('axisactive', true);
model.result('pg11').feature('plot1').set('solrepresentation', 'solnum');
model.result('pg11').feature('plot1').set('descr', 'int1(x,y)');
model.result('pg11').feature('plot1').feature('height1').set('heightdata', 'parent');
model.result('pg11').feature('plot1').feature('height1').set('scaleactive', true);
model.result('pg11').feature('plot1').feature('height1').set('isheightaxisshown', false);
model.result('pg3').label('Material settings');
model.result('pg3').set('titletype', 'manual');
model.result('pg3').set('title', 'Material settings');
model.result('pg3').set('paramindicator', 'freq(2)=1000 Hz');
model.result('pg3').set('edges', false);
model.result('pg3').set('showlegends', false);
model.result('pg3').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg3').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg3').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg3').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg3').feature('mslc1').set('znumber', '0');
model.result('pg3').feature('mslc1').set('colortable', 'RainbowClassic');
model.result('pg3').feature('mslc1').set('colorlegend', false);
model.result('pg3').feature('mslc1').set('colortabletrans', 'nonlinear');
model.result('pg3').feature('mslc1').set('colorcalibration', -0.8);
model.result('pg3').feature('mslc1').set('resolution', 'normal');
model.result('pg3').feature('vol1').set('rangecoloractive', true);
model.result('pg3').feature('vol1').set('rangecolormax', 5);
model.result('pg3').feature('vol1').set('colortable', 'TrafficClassic');
model.result('pg3').feature('vol1').set('colorlegend', false);
model.result('pg3').feature('vol1').set('resolution', 'normal');
model.result('pg5').label('Mesh ');
model.result('pg5').set('inherithide', true);
model.result('pg5').set('showlegendsmaxmin', true);
model.result('pg5').feature('mesh1').set('elemcolor', 'size');
model.result('pg5').feature('mesh1').set('colortable', 'Rainbow');
model.result('pg5').feature('mesh1').set('colortabletrans', 'nonlinear');
model.result('pg5').feature('mesh1').set('nonlinearcolortablerev', true);
model.result('pg5').feature('mesh1').set('wireframecolor', 'none');
model.result('pg5').feature('mesh1').set('filteractive', true);
model.result('pg5').feature('mesh1').set('logfilterexpr', 'y-200>-2*x');
model.result('pg5').feature('mesh1').set('elemscale', 0.95);
model.result('pg5').feature('mesh1').set('resolution', 'normal');
model.result('pg5').feature('vol1').set('rangecoloractive', true);
model.result('pg5').feature('vol1').set('rangecolormin', 7.2);
model.result('pg5').feature('vol1').set('rangecolormax', 145);
model.result('pg5').feature('vol1').set('colortabletrans', 'reverse');
model.result('pg5').feature('vol1').set('resolution', 'norefine');
model.result('pg5').feature('vol1').set('smooth', 'none');
model.result('pg5').feature('vol1').set('allowmaterialsmoothing', false);
model.result('pg5').feature('vol1').set('resolution', 'norefine');
model.result('pg13').label('Mesh 1');
model.result('pg13').set('inherithide', true);
model.result('pg13').set('showlegendsmaxmin', true);
model.result('pg13').feature('mesh1').active(false);
model.result('pg13').feature('mesh1').set('elemcolor', 'size');
model.result('pg13').feature('mesh1').set('colortable', 'Rainbow');
model.result('pg13').feature('mesh1').set('colortabletrans', 'nonlinear');
model.result('pg13').feature('mesh1').set('nonlinearcolortablerev', true);
model.result('pg13').feature('mesh1').set('wireframecolor', 'none');
model.result('pg13').feature('mesh1').set('filteractive', true);
model.result('pg13').feature('mesh1').set('logfilterexpr', 'y-200>-2*x');
model.result('pg13').feature('mesh1').set('elemscale', 0.95);
model.result('pg13').feature('mesh1').set('resolution', 'normal');
model.result('pg13').feature('vol1').label('tunnel');
model.result('pg13').feature('vol1').set('coloring', 'uniform');
model.result('pg13').feature('vol1').set('resolution', 'norefine');
model.result('pg13').feature('vol1').set('smooth', 'none');
model.result('pg13').feature('vol1').set('allowmaterialsmoothing', false);
model.result('pg13').feature('vol1').set('elemscale', 0.8);
model.result('pg13').feature('vol1').set('resolution', 'norefine');
model.result('pg13').feature('vol2').label('cave');
model.result('pg13').feature('vol2').set('coloring', 'uniform');
model.result('pg13').feature('vol2').set('color', 'blue');
model.result('pg13').feature('vol2').set('resolution', 'norefine');
model.result('pg13').feature('vol2').set('smooth', 'none');
model.result('pg13').feature('vol2').set('allowmaterialsmoothing', false);
model.result('pg13').feature('vol2').set('elemscale', 0.8);
model.result('pg13').feature('vol2').set('resolution', 'norefine');
model.result('pg13').feature('vol3').label('rock1');
model.result('pg13').feature('vol3').set('coloring', 'uniform');
model.result('pg13').feature('vol3').set('color', 'custom');
model.result('pg13').feature('vol3').set('customcolor', [0.501960813999176 0.501960813999176 0.501960813999176]);
model.result('pg13').feature('vol3').set('resolution', 'norefine');
model.result('pg13').feature('vol3').set('smooth', 'none');
model.result('pg13').feature('vol3').set('allowmaterialsmoothing', false);
model.result('pg13').feature('vol3').set('filteractive', true);
model.result('pg13').feature('vol3').set('logfilterexpr', 'y-100>-2*x');
model.result('pg13').feature('vol3').set('elemscale', 0.9);
model.result('pg13').feature('vol3').set('resolution', 'norefine');
model.result('pg13').feature('vol4').label('rock2');
model.result('pg13').feature('vol4').set('coloring', 'uniform');
model.result('pg13').feature('vol4').set('color', 'cyan');
model.result('pg13').feature('vol4').set('resolution', 'norefine');
model.result('pg13').feature('vol4').set('smooth', 'none');
model.result('pg13').feature('vol4').set('allowmaterialsmoothing', false);
model.result('pg13').feature('vol4').set('filteractive', true);
model.result('pg13').feature('vol4').set('logfilterexpr', 'y-100>-2*x');
model.result('pg13').feature('vol4').set('elemscale', 0.9);
model.result('pg13').feature('vol4').set('resolution', 'norefine');
model.result('pg13').feature('vol5').label('rock3');
model.result('pg13').feature('vol5').set('coloring', 'uniform');
model.result('pg13').feature('vol5').set('color', 'custom');
model.result('pg13').feature('vol5').set('customcolor', [0.03529411926865578 0.4627451002597809 0.03529411926865578]);
model.result('pg13').feature('vol5').set('resolution', 'norefine');
model.result('pg13').feature('vol5').set('smooth', 'none');
model.result('pg13').feature('vol5').set('allowmaterialsmoothing', false);
model.result('pg13').feature('vol5').set('filteractive', true);
model.result('pg13').feature('vol5').set('logfilterexpr', 'y-100>-2*x');
model.result('pg13').feature('vol5').set('elemscale', 0.9);
model.result('pg13').feature('vol5').set('resolution', 'norefine');
model.result('pg1').label('Electric field norm (mf)');
model.result('pg1').set('looplevel', [1]);
model.result('pg1').set('frametype', 'spatial');
model.result('pg1').set('showlegendsmaxmin', true);
model.result('pg1').feature('mslc1').active(false);
model.result('pg1').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg1').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg1').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg1').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg1').feature('mslc1').set('multiplanezmethod', 'coord');
model.result('pg1').feature('mslc1').set('zcoord', 'mf.CPz');
model.result('pg1').feature('mslc1').set('colortable', 'Prism');
model.result('pg1').feature('mslc1').set('colortabletrans', 'nonlinear');
model.result('pg1').feature('mslc1').set('colorcalibration', -0.8);
model.result('pg1').feature('mslc1').set('resolution', 'normal');
model.result('pg1').feature('strmsl1').active(false);
model.result('pg1').feature('strmsl1').set('expr', {'mf.Ex' 'mf.Ey' 'mf.Ez'});
model.result('pg1').feature('strmsl1').set('descr', 'Electric field');
model.result('pg1').feature('strmsl1').set('multiplanexmethod', 'coord');
model.result('pg1').feature('strmsl1').set('xcoord', 'mf.CPx');
model.result('pg1').feature('strmsl1').set('multiplaneymethod', 'coord');
model.result('pg1').feature('strmsl1').set('ycoord', 'mf.CPy');
model.result('pg1').feature('strmsl1').set('multiplanezmethod', 'coord');
model.result('pg1').feature('strmsl1').set('zcoord', 'mf.CPz');
model.result('pg1').feature('strmsl1').set('titletype', 'none');
model.result('pg1').feature('strmsl1').set('posmethod', 'uniform');
model.result('pg1').feature('strmsl1').set('udist', 0.02);
model.result('pg1').feature('strmsl1').set('maxlen', 0.4);
model.result('pg1').feature('strmsl1').set('inheritplot', 'mslc1');
model.result('pg1').feature('strmsl1').set('inheritcolor', false);
model.result('pg1').feature('strmsl1').set('resolution', 'normal');
model.result('pg1').feature('strmsl1').feature('col1').set('rangecoloractive', true);
model.result('pg1').feature('strmsl1').feature('col1').set('rangecolormin', 3.5802383633982196E-8);
model.result('pg1').feature('strmsl1').feature('col1').set('rangecolormax', 5.12890540945064E-5);
model.result('pg1').feature('strmsl1').feature('col1').set('colorlegend', false);
model.result('pg1').feature('strmsl1').feature('col1').set('colortabletrans', 'nonlinear');
model.result('pg1').feature('strmsl1').feature('col1').set('colorcalibration', -0.8);
model.result('pg1').feature('vol1').set('rangecoloractive', true);
model.result('pg1').feature('vol1').set('rangecolormax', 0.5);
model.result('pg1').feature('vol1').set('filteractive', true);
model.result('pg1').feature('vol1').set('logfilterexpr', 'x>100');
model.result('pg1').feature('vol1').set('resolution', 'normal');
model.result('pg1').feature('arwv1').set('expr', {'mf.Ex' 'mf.Ey' 'mf.Ez'});
model.result('pg1').feature('arwv1').set('descr', 'Electric field');
model.result('pg1').feature('arwv1').set('xnumber', 10);
model.result('pg1').feature('arwv1').set('ynumber', 10);
model.result('pg1').feature('arwv1').set('znumber', 10);
model.result('pg1').feature('arwv1').set('scale', 2000);
model.result('pg1').feature('arwv1').set('scaleactive', true);
model.result('pg1').feature('arwv1').set('color', 'blue');
model.result('pg6').label('Electric field norm (mf2) ');
model.result('pg6').set('looplevel', [1]);
model.result('pg6').set('frametype', 'spatial');
model.result('pg6').set('showlegendsmaxmin', true);
model.result('pg6').feature('mslc1').active(false);
model.result('pg6').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg6').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg6').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg6').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg6').feature('mslc1').set('multiplanezmethod', 'coord');
model.result('pg6').feature('mslc1').set('zcoord', 'mf.CPz');
model.result('pg6').feature('mslc1').set('colortable', 'Prism');
model.result('pg6').feature('mslc1').set('colortabletrans', 'nonlinear');
model.result('pg6').feature('mslc1').set('colorcalibration', -0.8);
model.result('pg6').feature('mslc1').set('resolution', 'normal');
model.result('pg6').feature('strmsl1').active(false);
model.result('pg6').feature('strmsl1').set('expr', {'mf.Ex' 'mf.Ey' 'mf.Ez'});
model.result('pg6').feature('strmsl1').set('descr', 'Electric field');
model.result('pg6').feature('strmsl1').set('multiplanexmethod', 'coord');
model.result('pg6').feature('strmsl1').set('xcoord', 'mf.CPx');
model.result('pg6').feature('strmsl1').set('multiplaneymethod', 'coord');
model.result('pg6').feature('strmsl1').set('ycoord', 'mf.CPy');
model.result('pg6').feature('strmsl1').set('multiplanezmethod', 'coord');
model.result('pg6').feature('strmsl1').set('zcoord', 'mf.CPz');
model.result('pg6').feature('strmsl1').set('titletype', 'none');
model.result('pg6').feature('strmsl1').set('posmethod', 'uniform');
model.result('pg6').feature('strmsl1').set('udist', 0.02);
model.result('pg6').feature('strmsl1').set('maxlen', 0.4);
model.result('pg6').feature('strmsl1').set('inheritplot', 'mslc1');
model.result('pg6').feature('strmsl1').set('inheritcolor', false);
model.result('pg6').feature('strmsl1').set('resolution', 'normal');
model.result('pg6').feature('strmsl1').feature('col1').set('rangecoloractive', true);
model.result('pg6').feature('strmsl1').feature('col1').set('rangecolormin', 3.5802383633982196E-8);
model.result('pg6').feature('strmsl1').feature('col1').set('rangecolormax', 5.12890540945064E-5);
model.result('pg6').feature('strmsl1').feature('col1').set('colorlegend', false);
model.result('pg6').feature('strmsl1').feature('col1').set('colortabletrans', 'nonlinear');
model.result('pg6').feature('strmsl1').feature('col1').set('colorcalibration', -0.8);
model.result('pg6').feature('vol1').set('rangecoloractive', true);
model.result('pg6').feature('vol1').set('rangecolormin', 8.850141822610992E-4);
model.result('pg6').feature('vol1').set('rangecolormax', 0.5);
model.result('pg6').feature('vol1').set('filteractive', true);
model.result('pg6').feature('vol1').set('logfilterexpr', 'x>100');
model.result('pg6').feature('vol1').set('resolution', 'normal');
model.result('pg6').feature('arwv1').set('expr', {'mf2.Ex' 'mf2.Ey' 'mf2.Ez'});
model.result('pg6').feature('arwv1').set('descr', 'Electric field');
model.result('pg6').feature('arwv1').set('xnumber', 10);
model.result('pg6').feature('arwv1').set('ynumber', 10);
model.result('pg6').feature('arwv1').set('znumber', 10);
model.result('pg6').feature('arwv1').set('scale', 2000);
model.result('pg6').feature('arwv1').set('scaleactive', true);
model.result('pg6').feature('arwv1').set('color', 'blue');
model.result('pg9').label('Magnetic field norm (mf) ');
model.result('pg9').set('titletype', 'manual');
model.result('pg9').set('title', 'Volume: Magnetic field norm (A/m) Arrow Volume: Magnetic field');
model.result('pg9').set('paramindicator', 'freq(1)=100 Hz');
model.result('pg9').set('frametype', 'spatial');
model.result('pg9').set('showlegendsunit', 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('colortable', 'Prism');
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('strmsl1').active(false);
model.result('pg9').feature('strmsl1').set('expr', {'mf.Hx' 'mf.Hy' 'mf.Hz'});
model.result('pg9').feature('strmsl1').set('descr', 'Magnetic field');
model.result('pg9').feature('strmsl1').set('multiplanexmethod', 'coord');
model.result('pg9').feature('strmsl1').set('xcoord', 'mf.CPx');
model.result('pg9').feature('strmsl1').set('multiplaneymethod', 'coord');
model.result('pg9').feature('strmsl1').set('ycoord', 'mf.CPy');
model.result('pg9').feature('strmsl1').set('multiplanezmethod', 'coord');
model.result('pg9').feature('strmsl1').set('zcoord', 'mf.CPz');
model.result('pg9').feature('strmsl1').set('titletype', 'none');
model.result('pg9').feature('strmsl1').set('posmethod', 'uniform');
model.result('pg9').feature('strmsl1').set('udist', 0.02);
model.result('pg9').feature('strmsl1').set('maxlen', 0.4);
model.result('pg9').feature('strmsl1').set('inheritplot', 'mslc1');
model.result('pg9').feature('strmsl1').set('inheritcolor', false);
model.result('pg9').feature('strmsl1').set('resolution', 'normal');
model.result('pg9').feature('strmsl1').feature('col1').set('rangecoloractive', true);
model.result('pg9').feature('strmsl1').feature('col1').set('rangecolormin', 3.5802383633982196E-8);
model.result('pg9').feature('strmsl1').feature('col1').set('rangecolormax', 5.12890540945064E-5);
model.result('pg9').feature('strmsl1').feature('col1').set('colorlegend', false);
model.result('pg9').feature('strmsl1').feature('col1').set('colortabletrans', 'nonlinear');
model.result('pg9').feature('strmsl1').feature('col1').set('colorcalibration', -0.8);
model.result('pg9').feature('vol1').set('rangecoloractive', true);
model.result('pg9').feature('vol1').set('rangecolormax', 0.8);
model.result('pg9').feature('vol1').set('filteractive', true);
model.result('pg9').feature('vol1').set('logfilterexpr', 'x>100');
model.result('pg9').feature('vol1').set('resolution', 'normal');
model.result('pg9').feature('arwv1').set('expr', {'mf.Hx' 'mf.Hy' 'mf.Hz'});
model.result('pg9').feature('arwv1').set('descr', 'Magnetic field');
model.result('pg9').feature('arwv1').set('xnumber', 8);
model.result('pg9').feature('arwv1').set('ynumber', 8);
model.result('pg9').feature('arwv1').set('znumber', 8);
model.result('pg9').feature('arwv1').set('scale', 200);
model.result('pg9').feature('arwv1').set('scaleactive', true);
model.result('pg10').label('Magnetic field norm (mf2) ');
model.result('pg10').set('titletype', 'manual');
model.result('pg10').set('title', 'Volume: Magnetic field norm (A/m) Arrow Volume: Magnetic field');
model.result('pg10').set('paramindicator', 'freq(1)=100 Hz');
model.result('pg10').set('frametype', 'spatial');
model.result('pg10').set('showlegendsunit', true);
model.result('pg10').feature('mslc1').active(false);
model.result('pg10').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg10').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg10').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg10').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg10').feature('mslc1').set('multiplanezmethod', 'coord');
model.result('pg10').feature('mslc1').set('zcoord', 'mf.CPz');
model.result('pg10').feature('mslc1').set('colortable', 'Prism');
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('pg10').feature('strmsl1').active(false);
model.result('pg10').feature('strmsl1').set('expr', {'mf2.Hx' 'mf2.Hy' 'mf2.Hz'});
model.result('pg10').feature('strmsl1').set('descr', 'Magnetic field');
model.result('pg10').feature('strmsl1').set('multiplanexmethod', 'coord');
model.result('pg10').feature('strmsl1').set('xcoord', 'mf.CPx');
model.result('pg10').feature('strmsl1').set('multiplaneymethod', 'coord');
model.result('pg10').feature('strmsl1').set('ycoord', 'mf.CPy');
model.result('pg10').feature('strmsl1').set('multiplanezmethod', 'coord');
model.result('pg10').feature('strmsl1').set('zcoord', 'mf.CPz');
model.result('pg10').feature('strmsl1').set('titletype', 'none');
model.result('pg10').feature('strmsl1').set('posmethod', 'uniform');
model.result('pg10').feature('strmsl1').set('udist', 0.02);
model.result('pg10').feature('strmsl1').set('maxlen', 0.4);
model.result('pg10').feature('strmsl1').set('inheritplot', 'mslc1');
model.result('pg10').feature('strmsl1').set('inheritcolor', false);
model.result('pg10').feature('strmsl1').set('resolution', 'normal');
model.result('pg10').feature('strmsl1').feature('col1').set('rangecoloractive', true);
model.result('pg10').feature('strmsl1').feature('col1').set('rangecolormin', 3.5802383633982196E-8);
model.result('pg10').feature('strmsl1').feature('col1').set('rangecolormax', 5.12890540945064E-5);
model.result('pg10').feature('strmsl1').feature('col1').set('colorlegend', false);
model.result('pg10').feature('strmsl1').feature('col1').set('colortabletrans', 'nonlinear');
model.result('pg10').feature('strmsl1').feature('col1').set('colorcalibration', -0.8);
model.result('pg10').feature('vol1').set('rangecoloractive', true);
model.result('pg10').feature('vol1').set('rangecolormin', 0.04512110834609934);
model.result('pg10').feature('vol1').set('rangecolormax', 1);
model.result('pg10').feature('vol1').set('filteractive', true);
model.result('pg10').feature('vol1').set('logfilterexpr', 'x>100');
model.result('pg10').feature('vol1').set('resolution', 'normal');
model.result('pg10').feature('arwv1').set('expr', {'mf2.Hx' 'mf2.Hy' 'mf2.Hz'});
model.result('pg10').feature('arwv1').set('descr', 'Magnetic field');
model.result('pg10').feature('arwv1').set('xnumber', 10);
model.result('pg10').feature('arwv1').set('ynumber', 10);
model.result('pg10').feature('arwv1').set('znumber', 8);
model.result('pg10').feature('arwv1').set('scale', 100);
model.result('pg10').feature('arwv1').set('scaleactive', true);
model.result('pg7').label('rho');
model.result('pg7').feature('surf1').set('rangecoloractive', true);
model.result('pg7').feature('surf1').set('rangecolormax', 4);
model.result('pg7').feature('surf1').set('colorlegend', false);
model.result('pg7').feature('surf1').set('resolution', 'normal');
model.result('pg7').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg7').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg7').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg7').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg7').feature('mslc1').set('znumber', '0');
model.result('pg7').feature('mslc1').set('rangecoloractive', true);
model.result('pg7').feature('mslc1').set('rangecolormax', 4);
model.result('pg7').feature('mslc1').set('resolution', 'custom');
model.result('pg7').feature('mslc1').set('smooth', 'internal');
model.result('pg7').feature('mslc1').set('resolution', 'custom');
model.result('pg7').feature('mslc1').set('refine', 1);
model.result('pg7').feature('vol1').set('rangecoloractive', true);
model.result('pg7').feature('vol1').set('rangecolormax', 4);
model.result('pg7').feature('vol1').set('colorlegend', false);
model.result('pg7').feature('vol1').set('resolution', 'normal');
model.result('pg8').label('phi');
model.result('pg8').feature('surf1').set('rangecoloractive', true);
model.result('pg8').feature('surf1').set('rangecolormin', -2.8);
model.result('pg8').feature('surf1').set('rangecolormax', -2.2);
model.result('pg8').feature('surf1').set('resolution', 'custom');
model.result('pg8').feature('surf1').set('refine', 1);
model.result('pg8').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg8').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg8').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg8').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg8').feature('mslc1').set('znumber', '0');
model.result('pg8').feature('mslc1').set('rangecoloractive', true);
model.result('pg8').feature('mslc1').set('rangecolormin', -2.8);
model.result('pg8').feature('mslc1').set('rangecolormax', -1);
model.result('pg8').feature('mslc1').set('resolution', 'custom');
model.result('pg8').feature('mslc1').set('smooth', 'internal');
model.result('pg8').feature('mslc1').set('resolution', 'custom');
model.result('pg8').feature('mslc1').set('refine', 1);
model.result('pg12').label('Skin depth');
model.result('pg12').set('titletype', 'manual');
model.result('pg12').set('title', 'Material settings');
model.result('pg12').set('paramindicator', 'freq(2)=1000 Hz');
model.result('pg12').set('frametype', 'spatial');
model.result('pg12').set('showlegends', false);
model.result('pg12').feature('mslc1').set('multiplanexmethod', 'coord');
model.result('pg12').feature('mslc1').set('xcoord', 'mf.CPx');
model.result('pg12').feature('mslc1').set('multiplaneymethod', 'coord');
model.result('pg12').feature('mslc1').set('ycoord', 'mf.CPy');
model.result('pg12').feature('mslc1').set('znumber', '0');
model.result('pg12').feature('mslc1').set('rangecoloractive', true);
model.result('pg12').feature('mslc1').set('rangecolormin', 1.2018201436897515);
model.result('pg12').feature('mslc1').set('rangecolormax', 7.724999604051636);
model.result('pg12').feature('mslc1').set('colorlegend', false);
model.result('pg12').feature('mslc1').set('colortabletrans', 'reverse');
model.result('pg12').feature('mslc1').set('colorscalemode', 'logarithmic');
model.result('pg12').feature('mslc1').set('resolution', 'normal');
model.result('pg12').feature('vol1').label('Skin depth');
model.result('pg12').feature('vol1').set('rangecoloractive', true);
model.result('pg12').feature('vol1').set('rangecolormin', 1.2018201436897515);
model.result('pg12').feature('vol1').set('rangecolormax', 7.724999604051636);
model.result('pg12').feature('vol1').set('colorlegend', false);
model.result('pg12').feature('vol1').set('colortabletrans', 'reverse');
model.result('pg12').feature('vol1').set('colorscalemode', 'logarithmic');
model.result('pg12').feature('vol1').set('elemscale', 0.9);
model.result('pg12').feature('vol1').set('resolution', 'normal');
mphsave(model,'KarsTunnelMT');