mxcad 1.0.34 → 1.0.35

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/mxcad.umd.js CHANGED
@@ -1,4 +1,4 @@
1
- (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("mxdraw")):typeof define=="function"&&define.amd?define(["exports","mxdraw"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.mxcad={},e.Mx))})(this,function(exports,mxdraw){"use strict";async function fetchAndInstantiate(e,t){const i=await(await fetch(e)).arrayBuffer();return await WebAssembly.instantiate(i,t)}function b64Encode(e){return btoa(unescape(encodeURIComponent(e)))}function b64Decode(e){return decodeURIComponent(escape(atob(e)))}const MxTools={b64Encode,b64Decode};async function drawText(){const e=new mxdraw.MrxDbgUiPrPoint;e.setMessage(`
1
+ (function(e,t){typeof exports=="object"&&typeof module<"u"?t(exports,require("mxdraw")):typeof define=="function"&&define.amd?define(["exports","mxdraw"],t):(e=typeof globalThis<"u"?globalThis:e||self,t(e.mxcad={},e.Mx))})(this,function(exports,mxdraw){"use strict";async function fetchAndInstantiate(e,t){const i=await(await fetch(e)).arrayBuffer();return await WebAssembly.instantiate(i,t)}function b64Encode(e){return btoa(unescape(encodeURIComponent(e)))}function b64Decode(e){return decodeURIComponent(escape(atob(e)))}async function saveAsFileDialog({blob:e,filename:t="",types:n=[{description:"mxweb File",accept:{"application/octet-stream":[".mxweb"]}}]}){try{if(window.showSaveFilePicker)if(window.navigator?.userActivation?.isActive)try{if(!window.showSaveFilePicker)return;const _=await(await window.showSaveFilePicker({suggestedName:t,types:n})).createWritable();await _.write(e),await _.close();return}catch(o){if(o?.name==="AbortError")return;console.error(o)}else console.warn("\u975E\u7528\u6237\u4EA4\u4E92 \u65E0\u6CD5\u8C03\u7528showSaveFilePicker \u5DF2\u9009\u62E9\u517C\u5BB9\u65B9\u6848");if(window.navigator?.msSaveOrOpenBlob){window.navigator.msSaveOrOpenBlob(e,t);return}const i=document.createElement("a");i.href=window.URL.createObjectURL(e),i.download=t,i.style.display="none",document.body.appendChild(i),i.click(),document.body.removeChild(i),typeof window.URL.revokeObjectURL=="function"?window.URL.revokeObjectURL(i.href):typeof window.webkitURL<"u"&&typeof window.webkitURL.revokeObjectURL=="function"?window.webkitURL.revokeObjectURL(i.href):window.URL.revokeObjectURL(i.href)}catch(i){console.error(i.name,i.message)}}function downloadFile(e,t){const n=document.createElement("a");n.href=window.URL.createObjectURL(e),n.download=t,n.click()}const MxTools={b64Encode,b64Decode,saveAsFileDialog,downloadFile};async function drawText(){const e=new mxdraw.MrxDbgUiPrPoint;e.setMessage(`
2
2
  \u6307\u5B9A\u63D2\u5165\u4F4D\u7F6E:`);let t=await e.go();if(t==null)return;let n="\u6D4B\u8BD5";if(n.length<=0)return;let i=mxdraw.MxFun.screenCoordLong2Doc(50);n=MxTools.b64Encode(n);const o={postx:t.x,posty:t.y,text:n,height:i};mxdraw.MxFun.call("Mx_Text",o)}class MxDbCircle$1 extends mxdraw.MxDbCircleShape{getGripPoints(){const{x:t,y:n,z:i}=this.center;let o=new THREE.Vector3(t,n+this.radius,i),_=new THREE.Vector3(t,n-this.radius,i),s=new THREE.Vector3(t-this.radius,n,i),u=new THREE.Vector3(t+this.radius,n,i);return[this.center,o,_,s,u]}moveGripPointsAt(t,n){const[i,o,_,s,u]=this.getGripPoints();return t===0&&(this.center=i.add(n)),t===1&&(this.radius=o.add(n).distanceTo(this.center)),t===2&&(this.radius=_.add(n).distanceTo(this.center)),t===3&&(this.radius=s.add(n).distanceTo(this.center)),t===4&&(this.radius=u.add(n).distanceTo(this.center)),!0}}const threePointsToDetermineTheCenterOfTheCircle=e=>{const[t,n,i]=e,{x:o,y:_,z:s}=t,{x:u,y:b,z:d}=n,{x:y,y:w,z:v}=i,l=_*d-b*s-_*v+w*s+b*v-w*d,g=-(o*d-u*s-o*v+y*s+u*v-y*d),h=o*b-u*_-o*w+y*_+u*w-y*b,x=-(o*b*v-o*w*d-u*_*v+u*w*s+y*_*d-y*b*s),f=2*(u-o),R=2*(b-_),j=2*(d-s),$=o*o+_*_+s*s-u*u-b*b-d*d,k=2*(y-o),N=2*(w-_),L=2*(v-s),X=o*o+_*_+s*s-y*y-w*w-v*v,_e=-(g*j*X-g*L*$-R*h*X+R*L*x+N*h*$-N*j*x)/(l*R*L-l*N*j-f*g*L+f*N*h+k*g*j-k*R*h),et=(l*j*X-l*L*$-f*h*X+f*L*x+k*h*$-k*j*x)/(l*R*L-l*N*j-f*g*L+f*N*h+k*g*j-k*R*h),tt=-(l*R*X-l*N*$-f*g*X+f*N*x+k*g*$-k*R*x)/(l*R*L-l*N*j-f*g*L+f*N*h+k*g*j-k*R*h);return new THREE.Vector3(_e,et,tt)};function drawCircle(){const e=new mxdraw.MrxDbgUiPrPoint;let t=new MxDbCircle$1;mxdraw.MxPaintBrush.use(t),t.closed=!1;let n=0,i="default",o=!0;const _=()=>{e.setUserDraw((l,g)=>{t.radius=o?t.center.distanceTo(l):t.center.distanceTo(l)/2,g.drawCustomEntity(t),g.drawLine(t.center,l)})},s=l=>{if(i==="default"){if(l===mxdraw.MrxDbgUiPrBaseReturn.kOk){if(n===0)e.setMessage(`
3
3
  \u6307\u5B9A\u5706\u7684\u534A\u5F84:`),e.setKeyWords("[\u76F4\u5F84(D)]"),t.center=e.value(),_();else if(n===1)return mxdraw.MxFun.getCurrentDraw().addMxEntity(t),!0;n++}l===mxdraw.MrxDbgUiPrBaseReturn.kKeyWord&&e.isKeyWordPicked("D")&&(o=!1,_(),e.setMessage(`
4
4
  \u6307\u5B9A\u5706\u7684\u76F4\u5F84:`),e.setKeyWords(""))}};let u=[];const b=l=>{if(i==="3P"&&(e.setMessage(`
@@ -8,7 +8,7 @@
8
8
  \u6307\u5B9A\u5706\u76F4\u5F84\u7684\u7B2C\u4E00\u4E2A\u7AEF\u70B9:`),l===mxdraw.MrxDbgUiPrBaseReturn.kOk)){if(n===0&&(d=e.value(),e.setUserDraw((g,h)=>{y(d,g),h.drawCustomEntity(t),h.drawLine(d,g)}),e.setMessage(`
9
9
  \u6307\u5B9A\u5706\u76F4\u5F84\u7684\u7B2C\u4E8C\u4E2A\u7AEF\u70B9:`)),n===1)return y(d,e.value()),mxdraw.MxFun.getCurrentDraw().addMxEntity(t),!0;n++}},v=l=>{if(i==="T"){if(e.setMessage(`
10
10
  \u6307\u5B9A\u5BF9\u8C61\u4E0E\u5706\u7684\u7B2C\u4E00\u4E2A\u5207\u70B9:`),l===mxdraw.MrxDbgUiPrBaseReturn.kOk){if(n===0){const g=e.value();console.log(g),mxdraw.MxFun.getCurrentDraw()}n++}return!0}};e.setMessage(`
11
- \u6307\u5B9A\u5706\u7684\u5706\u5FC3\u6216[\u4E09\u70B9(3P)/\u4E24\u70B9(2P)/\u5207\u70B9\u3001\u5207\u70B9\u3001\u534A\u5F84(T)]:`),e.setKeyWords("3P 2P T"),e.goWhile(l=>{if(l===mxdraw.MrxDbgUiPrBaseReturn.kKeyWord&&(e.isKeyWordPicked("3P")?i="3P":e.isKeyWordPicked("2P")?i="2P":e.isKeyWordPicked("T")&&(i="T")),s(l))return{exit:!0};if(b(l))return{exit:!0};if(w(l))return{exit:!0};if(v(l))return{exit:!0}},l=>{l===mxdraw.MrxDbgUiPrBaseReturn.kCancel&&mxdraw.MxFun.getCurrentDraw().addMxEntity(t)})}mxdraw.store.events.on("MxDbEntityRegister",()=>{mxdraw.MxFun.addCommand("Mx_Circle",drawCircle)});var MxCursorType;(function(e){e[e.kNormal=0]="kNormal",e[e.kRect=1]="kRect",e[e.kCross=2]="kCross"})(MxCursorType||(MxCursorType={}));class MxG2312{z="D2BBB6A18140C6DF814181428143CDF2D5C9C8FDC9CFCFC2D8A2B2BBD3EB8144D8A4B3F38145D7A8C7D2D8A7CAC08146C7F0B1FBD2B5B4D4B6ABCBBFD8A9814781488149B6AA814AC1BDD1CF814BC9A5D8AD814CB8F6D1BEE3DCD6D0814D814EB7E1814FB4AE8150C1D98151D8BC8152CDE8B5A4CEAAD6F78153C0F6BED9D8AF815481558156C4CB8157BEC38158D8B1C3B4D2E58159D6AECEDAD5A7BAF5B7A6C0D6815AC6B9C5D2C7C7815BB9D4815CB3CBD2D2815D815ED8BFBEC5C6F2D2B2CFB0CFE7815F816081618162CAE981638164D8C081658166816781688169816AC2F2C2D2816BC8E9816C816D816E816F817081718172817381748175C7AC8176817781788179817A817B817CC1CB817DD3E8D5F9817ECAC2B6FED8A1D3DABFF78180D4C6BBA5D8C1CEE5BEAE81818182D8A88183D1C7D0A9818481858186D8BDD9EFCDF6BFBA8187BDBBBAA5D2E0B2FABAE0C4B68188CFEDBEA9CDA4C1C18189818A818BC7D7D9F1818CD9F4818D818E818F8190C8CBD8E9819181928193D2DACAB2C8CAD8ECD8EAD8C6BDF6C6CDB3F08194D8EBBDF1BDE98195C8D4B4D381968197C2D88198B2D6D7D0CACBCBFBD5CCB8B6CFC98199819A819BD9DAD8F0C7AA819CD8EE819DB4FAC1EED2D4819E819FD8ED81A0D2C7D8EFC3C781A181A281A3D1F681A4D6D9D8F281A5D8F5BCFEBCDB81A681A781A8C8CE81A9B7DD81AAB7C281ABC6F381AC81AD81AE81AF81B081B181B2D8F8D2C181B381B4CEE9BCBFB7FCB7A5D0DD81B581B681B781B881B9D6DAD3C5BBEFBBE1D8F181BA81BBC9A1CEB0B4AB81BCD8F381BDC9CBD8F6C2D7D8F781BE81BFCEB1D8F981C081C181C2B2AEB9C081C3D9A381C4B0E981C5C1E681C6C9EC81C7CBC581C8CBC6D9A481C981CA81CB81CC81CDB5E881CE81CFB5AB81D081D181D281D381D481D5CEBBB5CDD7A1D7F4D3D381D6CCE581D7BACE81D8D9A2D9DCD3E0D8FDB7F0D7F7D8FED8FAD9A1C4E381D981DAD3B6D8F4D9DD81DBD8FB81DCC5E581DD81DEC0D081DF81E0D1F0B0DB81E181E2BCD1D9A681E3D9A581E481E581E681E7D9ACD9AE81E8D9ABCAB981E981EA81EBD9A9D6B681EC81ED81EEB3DED9A881EFC0FD81F0CACC81F1D9AA81F2D9A781F381F4D9B081F581F6B6B181F781F881F9B9A981FAD2C081FB81FCCFC081FD81FEC2C28240BDC4D5ECB2E0C7C8BFEBD9AD8241D9AF8242CEEABAEE82438244824582468247C7D682488249824A824B824C824D824E824F8250B1E3825182528253B4D9B6EDD9B48254825582568257BFA182588259825AD9DEC7CEC0FED9B8825B825C825D825E825FCBD7B7FD8260D9B58261D9B7B1A3D3E1D9B98262D0C58263D9B682648265D9B18266D9B2C1A9D9B382678268BCF3D0DEB8A98269BEE3826AD9BD826B826C826D826ED9BA826FB0B3827082718272D9C28273827482758276827782788279827A827B827C827D827E8280D9C4B1B68281D9BF82828283B5B98284BEF3828582868287CCC8BAF2D2D08288D9C38289828ABDE8828BB3AB828C828D828ED9C5BEEB828FD9C6D9BBC4DF8290D9BED9C1D9C0829182928293829482958296829782988299829A829BD5AE829CD6B5829DC7E3829E829F82A082A1D9C882A282A382A4BCD9D9CA82A582A682A7D9BC82A8D9CBC6AB82A982AA82AB82AC82ADD9C982AE82AF82B082B1D7F682B2CDA382B382B482B582B682B782B882B982BABDA182BB82BC82BD82BE82BF82C0D9CC82C182C282C382C482C582C682C782C882C9C5BCCDB582CA82CB82CCD9CD82CD82CED9C7B3A5BFFE82CF82D082D182D2B8B582D382D4C0FC82D582D682D782D8B0F882D982DA82DB82DC82DD82DE82DF82E082E182E282E382E482E582E682E782E882E982EA82EB82EC82EDB4F682EED9CE82EFD9CFB4A2D9D082F082F1B4DF82F282F382F482F582F6B0C182F782F882F982FA82FB82FC82FDD9D1C9B582FE8340834183428343834483458346834783488349834A834B834C834D834E834F83508351CFF1835283538354835583568357D9D283588359835AC1C5835B835C835D835E835F836083618362836383648365D9D6C9AE8366836783688369D9D5D9D4D9D7836A836B836C836DCBDB836EBDA9836F8370837183728373C6A7837483758376837783788379837A837B837C837DD9D3D9D8837E83808381D9D9838283838384838583868387C8E583888389838A838B838C838D838E838F839083918392839383948395C0DC8396839783988399839A839B839C839D839E839F83A083A183A283A383A483A583A683A783A883A983AA83AB83AC83AD83AE83AF83B083B183B2B6F9D8A3D4CA83B3D4AAD0D6B3E4D5D783B4CFC8B9E283B5BFCB83B6C3E283B783B883B9B6D283BA83BBCDC3D9EED9F083BC83BD83BEB5B383BFB6B583C083C183C283C383C4BEA483C583C6C8EB83C783C8C8AB83C983CAB0CBB9ABC1F9D9E283CBC0BCB9B283CCB9D8D0CBB1F8C6E4BEDFB5E4D7C883CDD1F8BCE6CADE83CE83CFBCBDD9E6D8E783D083D1C4DA83D283D3B8D4C8BD83D483D5B2E1D4D983D683D783D883D9C3B083DA83DBC3E1DAA2C8DF83DCD0B483DDBEFCC5A983DE83DF83E0B9DA83E1DAA383E2D4A9DAA483E383E483E583E683E7D9FBB6AC83E883E9B7EBB1F9D9FCB3E5BEF683EABFF6D2B1C0E483EB83EC83EDB6B3D9FED9FD83EE83EFBEBB83F083F183F2C6E083F3D7BCDAA183F4C1B983F5B5F2C1E883F683F7BCF583F8B4D583F983FA83FB83FC83FD83FE844084418442C1DD8443C4FD84448445BCB8B7B284468447B7EF84488449844A844B844C844DD9EC844EC6BE844FBFADBBCB84508451B5CA8452DBC9D0D78453CDB9B0BCB3F6BBF7DBCABAAF8454D4E4B5B6B5F3D8D6C8D084558456B7D6C7D0D8D78457BFAF84588459DBBBD8D8845A845BD0CCBBAE845C845D845EEBBEC1D0C1F5D4F2B8D5B4B4845FB3F584608461C9BE846284638464C5D0846584668467C5D9C0FB8468B1F08469D8D9B9CE846AB5BD846B846CD8DA846D846ED6C6CBA2C8AFC9B2B4CCBFCC846FB9F48470D8DBD8DCB6E7BCC1CCEA847184728473847484758476CFF78477D8DDC7B084788479B9D0BDA3847A847BCCDE847CC6CA847D847E848084818482D8E08483D8DE84848485D8DF848684878488B0FE8489BEE7848ACAA3BCF4848B848C848D848EB8B1848F8490B8EE849184928493849484958496849784988499849AD8E2849BBDCB849CD8E4D8E3849D849E849F84A084A1C5FC84A284A384A484A584A684A784A8D8E584A984AAD8E684AB84AC84AD84AE84AF84B084B1C1A684B2C8B0B0ECB9A6BCD3CEF1DBBDC1D384B384B484B584B6B6AFD6FAC5ACBDD9DBBEDBBF84B784B884B9C0F8BEA2C0CD84BA84BB84BC84BD84BE84BF84C084C184C284C3DBC0CAC684C484C584C6B2AA84C784C884C9D3C284CAC3E384CBD1AB84CC84CD84CE84CFDBC284D0C0D584D184D284D3DBC384D4BFB184D584D684D784D884D984DAC4BC84DB84DC84DD84DEC7DA84DF84E084E184E284E384E484E584E684E784E884E9DBC484EA84EB84EC84ED84EE84EF84F084F1D9E8C9D784F284F384F4B9B4CEF0D4C884F584F684F784F8B0FCB4D284F9D0D984FA84FB84FC84FDD9E984FEDECBD9EB8540854185428543D8B0BBAFB1B18544B3D7D8CE85458546D4D185478548BDB3BFEF8549CFBB854A854BD8D0854C854D854EB7CB854F85508551D8D185528553855485558556855785588559855A855BC6A5C7F8D2BD855C855DD8D2C4E4855ECAAE855FC7A78560D8A68561C9FDCEE7BBDCB0EB856285638564BBAAD0AD8565B1B0D7E4D7BF8566B5A5C2F4C4CF85678568B2A98569B2B7856AB1E5DFB2D5BCBFA8C2ACD8D5C2B1856BD8D4CED4856CDAE0856DCEC0856E856FD8B4C3AED3A1CEA38570BCB4C8B4C2D18571BEEDD0B68572DAE18573857485758576C7E485778578B3A78579B6F2CCFCC0FA857A857BC0F7857CD1B9D1E1D8C7857D857E85808581858285838584B2DE85858586C0E58587BAF185888589D8C8858AD4AD858B858CCFE1D8C9858DD8CACFC3858EB3F8BEC7858F859085918592D8CB8593859485958596859785988599DBCC859A859B859C859DC8A5859E859F85A0CFD885A1C8FEB2CE85A285A385A485A585A6D3D6B2E6BCB0D3D1CBABB7B485A785A885A9B7A285AA85ABCAE585ACC8A1CADCB1E4D0F085ADC5D185AE85AF85B0DBC5B5FE85B185B2BFDAB9C5BEE4C1ED85B3DFB6DFB5D6BBBDD0D5D9B0C8B6A3BFC9CCA8DFB3CAB7D3D285B4D8CFD2B6BAC5CBBECCBE85B5DFB7B5F0DFB485B685B785B8D3F585B9B3D4B8F785BADFBA85BBBACFBCAAB5F585BCCDACC3FBBAF3C0F4CDC2CFF2DFB8CFC585BDC2C0DFB9C2F085BE85BF85C0BEFD85C1C1DFCDCCD2F7B7CDDFC185C2DFC485C385C4B7F1B0C9B6D6B7D485C5BAACCCFDBFD4CBB1C6F485C6D6A8DFC585C7CEE2B3B385C885C9CEFCB4B585CACEC7BAF085CBCEE185CCD1BD85CD85CEDFC085CF85D0B4F485D1B3CA85D2B8E6DFBB85D385D485D585D6C4C585D7DFBCDFBDDFBEC5BBDFBFDFC2D4B1DFC385D8C7BACED885D985DA85DB85DC85DDC4D885DEDFCA85DFDFCF85E0D6DC85E185E285E385E485E585E685E785E8DFC9DFDACEB685E9BAC7DFCEDFC8C5DE85EA85EBC9EBBAF4C3FC85EC85EDBED785EEDFC685EFDFCD85F0C5D885F185F285F385F4D5A6BACD85F5BECCD3BDB8C085F6D6E485F7DFC7B9BEBFA785F885F9C1FCDFCBDFCC85FADFD085FB85FC85FD85FE8640DFDBDFE58641DFD7DFD6D7C9DFE3DFE4E5EBD2A7DFD28642BFA98643D4DB8644BFC8DFD4864586468647CFCC86488649DFDD864AD1CA864BDFDEB0A7C6B7DFD3864CBAE5864DB6DFCDDBB9FED4D5864E864FDFDFCFECB0A5DFE7DFD1D1C6DFD5DFD8DFD9DFDC8650BBA98651DFE0DFE18652DFE2DFE6DFE8D3B486538654865586568657B8E7C5B6DFEAC9DAC1A8C4C486588659BFDECFF8865A865B865CD5DCDFEE865D865E865F866086618662B2B88663BADFDFEC8664DBC18665D1E48666866786688669CBF4B4BD866AB0A6866B866C866D866E866FDFF1CCC6DFF286708671DFED867286738674867586768677DFE986788679867A867BDFEB867CDFEFDFF0BBBD867D867EDFF386808681DFF48682BBA38683CADBCEA8E0A7B3AA8684E0A6868586868687E0A186888689868A868BDFFE868CCDD9DFFC868DDFFA868EBFD0D7C4868FC9CC86908691DFF8B0A186928693869486958696DFFD869786988699869ADFFBE0A2869B869C869D869E869FE0A886A086A186A286A3B7C886A486A5C6A1C9B6C0B2DFF586A686A7C5BE86A8D8C4DFF9C4F686A986AA86AB86AC86AD86AEE0A3E0A4E0A5D0A586AF86B0E0B4CCE486B1E0B186B2BFA6E0AFCEB9E0ABC9C686B386B4C0AEE0AEBAEDBAB0E0A986B586B686B7DFF686B8E0B386B986BAE0B886BB86BC86BDB4ADE0B986BE86BFCFB2BAC886C0E0B086C186C286C386C486C586C686C7D0FA86C886C986CA86CB86CC86CD86CE86CF86D0E0AC86D1D4FB86D2DFF786D3C5E786D4E0AD86D5D3F786D6E0B6E0B786D786D886D986DA86DBE0C4D0E186DC86DD86DEE0BC86DF86E0E0C9E0CA86E186E286E3E0BEE0AAC9A4E0C186E4E0B286E586E686E786E886E9CAC8E0C386EAE0B586EBCECB86ECCBC3E0CDE0C6E0C286EDE0CB86EEE0BAE0BFE0C086EF86F0E0C586F186F2E0C7E0C886F3E0CC86F4E0BB86F586F686F786F886F9CBD4E0D586FAE0D6E0D286FB86FC86FD86FE87408741E0D0BCCE87428743E0D18744B8C2D8C587458746874787488749874A874B874CD0EA874D874EC2EF874F8750E0CFE0BD875187528753E0D4E0D387548755E0D78756875787588759E0DCE0D8875A875B875CD6F6B3B0875DD7EC875ECBBB875F8760E0DA8761CEFB876287638764BAD987658766876787688769876A876B876C876D876E876F8770E0E1E0DDD2AD87718772877387748775E0E287768777E0DBE0D9E0DF87788779E0E0877A877B877C877D877EE0DE8780E0E4878187828783C6F7D8ACD4EBE0E6CAC98784878587868787E0E587888789878A878BB8C1878C878D878E878FE0E7E0E887908791879287938794879587968797E0E9E0E387988799879A879B879C879D879EBABFCCE7879F87A087A1E0EA87A287A387A487A587A687A787A887A987AA87AB87AC87AD87AE87AF87B0CFF987B187B287B387B487B587B687B787B887B987BA87BBE0EB87BC87BD87BE87BF87C087C187C2C8C287C387C487C587C6BDC087C787C887C987CA87CB87CC87CD87CE87CF87D087D187D287D3C4D287D487D587D687D787D887D987DA87DB87DCE0EC87DD87DEE0ED87DF87E0C7F4CBC487E1E0EEBBD8D8B6D2F2E0EFCDC587E2B6DA87E387E487E587E687E787E8E0F187E9D4B087EA87EBC0A7B4D187EC87EDCEA7E0F087EE87EF87F0E0F2B9CC87F187F2B9FACDBCE0F387F387F487F5C6D4E0F487F6D4B287F7C8A6E0F6E0F587F887F987FA87FB87FC87FD87FE8840884188428843884488458846884788488849E0F7884A884BCDC1884C884D884ECAA5884F885088518852D4DADBD7DBD98853DBD8B9E7DBDCDBDDB5D888548855DBDA8856885788588859885ADBDBB3A1DBDF885B885CBBF8885DD6B7885EDBE0885F886088618862BEF988638864B7BB8865DBD0CCAEBFB2BBB5D7F8BFD38866886788688869886ABFE9886B886CBCE1CCB3DBDEB0D3CEEBB7D8D7B9C6C2886D886EC0A4886FCCB98870DBE7DBE1C6BADBE38871DBE88872C5F7887388748875DBEA88768877DBE9BFC088788879887ADBE6DBE5887B887C887D887E8880B4B9C0ACC2A2DBE2DBE48881888288838884D0CDDBED88858886888788888889C0DDDBF2888A888B888C888D888E888F8890B6E28891889288938894DBF3DBD2B9B8D4ABDBEC8895BFD1DBF08896DBD18897B5E68898DBEBBFE58899889A889BDBEE889CDBF1889D889E889FDBF988A088A188A288A388A488A588A688A788A8B9A1B0A388A988AA88AB88AC88AD88AE88AFC2F188B088B1B3C7DBEF88B288B3DBF888B4C6D2DBF488B588B6DBF5DBF7DBF688B788B8DBFE88B9D3F2B2BA88BA88BB88BCDBFD88BD88BE88BF88C088C188C288C388C4DCA488C5DBFB88C688C788C888C9DBFA88CA88CB88CCDBFCC5E0BBF988CD88CEDCA388CF88D0DCA588D1CCC388D288D388D4B6D1DDC088D588D688D7DCA188D8DCA288D988DA88DBC7B588DC88DD88DEB6E988DF88E088E1DCA788E288E388E488E5DCA688E6DCA9B1A488E788E8B5CC88E988EA88EB88EC88EDBFB088EE88EF88F088F188F2D1DF88F388F488F588F6B6C288F788F888F988FA88FB88FC88FD88FE894089418942894389448945DCA88946894789488949894A894B894CCBFAEBF3894D894E894FCBDC89508951CBFE895289538954CCC189558956895789588959C8FB895A895B895C895D895E895FDCAA89608961896289638964CCEEDCAB89658966896789688969896A896B896C896D896E896F897089718972897389748975DBD38976DCAFDCAC8977BEB38978CAFB8979897A897BDCAD897C897D897E89808981898289838984C9CAC4B989858986898789888989C7BDDCAE898A898B898CD4F6D0E6898D898E898F89908991899289938994C4ABB6D589958996899789988999899A899B899C899D899E899F89A089A189A289A389A489A589A6DBD489A789A889A989AAB1DA89AB89AC89ADDBD589AE89AF89B089B189B289B389B489B589B689B789B8DBD689B989BA89BBBABE89BC89BD89BE89BF89C089C189C289C389C489C589C689C789C889C9C8C089CA89CB89CC89CD89CE89CFCABFC8C989D0D7B389D1C9F989D289D3BFC789D489D5BAF889D689D7D2BC89D889D989DA89DB89DC89DD89DE89DFE2BA89E0B4A689E189E2B1B889E389E489E589E689E7B8B489E8CFC489E989EA89EB89ECD9E7CFA6CDE289ED89EED9EDB6E089EFD2B989F089F1B9BB89F289F389F489F5E2B9E2B789F6B4F389F7CCECCCABB7F289F8D8B2D1EBBABB89F9CAA789FA89FBCDB789FC89FDD2C4BFE4BCD0B6E189FEDEC58A408A418A428A43DEC6DBBC8A44D1D98A458A46C6E6C4CEB7EE8A47B7DC8A488A49BFFCD7E08A4AC6F58A4B8A4CB1BCDEC8BDB1CCD7DECA8A4DDEC98A4E8A4F8A508A518A52B5EC8A53C9DD8A548A55B0C28A568A578A588A598A5A8A5B8A5C8A5D8A5E8A5F8A608A618A62C5AEC5AB8A63C4CC8A64BCE9CBFD8A658A668A67BAC38A688A698A6AE5F9C8E7E5FACDFD8A6BD7B1B8BEC2E88A6CC8D18A6D8A6EE5FB8A6F8A708A718A72B6CABCCB8A738A74D1FDE6A18A75C3EE8A768A778A788A79E6A48A7A8A7B8A7C8A7DE5FEE6A5CDD78A7E8A80B7C1E5FCE5FDE6A38A818A82C4DDE6A88A838A84E6A78A858A868A878A888A898A8AC3C38A8BC6DE8A8C8A8DE6AA8A8E8A8F8A908A918A928A938A94C4B78A958A968A97E6A2CABC8A988A998A9A8A9BBDE3B9C3E6A6D0D5CEAF8A9C8A9DE6A9E6B08A9ED2A68A9FBDAAE6AD8AA08AA18AA28AA38AA4E6AF8AA5C0D18AA68AA7D2CC8AA88AA98AAABCA78AAB8AAC8AAD8AAE8AAF8AB08AB18AB28AB38AB48AB58AB6E6B18AB7D2F68AB88AB98ABAD7CB8ABBCDFE8ABCCDDEC2A6E6ABE6ACBDBFE6AEE6B38ABD8ABEE6B28ABF8AC08AC18AC2E6B68AC3E6B88AC48AC58AC68AC7C4EF8AC88AC98ACAC4C88ACB8ACCBEEAC9EF8ACD8ACEE6B78ACFB6F08AD08AD18AD2C3E48AD38AD48AD58AD68AD78AD88AD9D3E9E6B48ADAE6B58ADBC8A28ADC8ADD8ADE8ADF8AE0E6BD8AE18AE28AE3E6B98AE48AE58AE68AE78AE8C6C58AE98AEACDF1E6BB8AEB8AEC8AED8AEE8AEF8AF08AF18AF28AF38AF4E6BC8AF58AF68AF78AF8BBE98AF98AFA8AFB8AFC8AFD8AFE8B40E6BE8B418B428B438B44E6BA8B458B46C0B78B478B488B498B4A8B4B8B4C8B4D8B4E8B4FD3A4E6BFC9F4E6C38B508B51E6C48B528B538B548B55D0F68B568B578B588B598B5A8B5B8B5C8B5D8B5E8B5F8B608B618B628B638B648B658B668B67C3BD8B688B698B6A8B6B8B6C8B6D8B6EC3C4E6C28B6F8B708B718B728B738B748B758B768B778B788B798B7A8B7B8B7CE6C18B7D8B7E8B808B818B828B838B84E6C7CFB18B85EBF48B868B87E6CA8B888B898B8A8B8B8B8CE6C58B8D8B8EBCDEC9A98B8F8B908B918B928B938B94BCB58B958B96CFD38B978B988B998B9A8B9BE6C88B9CE6C98B9DE6CE8B9EE6D08B9F8BA08BA1E6D18BA28BA38BA4E6CBB5D58BA5E6CC8BA68BA7E6CF8BA88BA9C4DB8BAAE6C68BAB8BAC8BAD8BAE8BAFE6CD8BB08BB18BB28BB38BB48BB58BB68BB78BB88BB98BBA8BBB8BBC8BBD8BBE8BBF8BC08BC18BC28BC38BC48BC58BC6E6D28BC78BC88BC98BCA8BCB8BCC8BCD8BCE8BCF8BD08BD18BD2E6D4E6D38BD38BD48BD58BD68BD78BD88BD98BDA8BDB8BDC8BDD8BDE8BDF8BE08BE18BE28BE38BE48BE58BE68BE78BE88BE98BEA8BEB8BECE6D58BEDD9F88BEE8BEFE6D68BF08BF18BF28BF38BF48BF58BF68BF7E6D78BF88BF98BFA8BFB8BFC8BFD8BFE8C408C418C428C438C448C458C468C47D7D3E6DD8C48E6DEBFD7D4D08C49D7D6B4E6CBEFE6DAD8C3D7CED0A28C4AC3CF8C4B8C4CE6DFBCBEB9C2E6DBD1A78C4D8C4EBAA2C2CF8C4FD8AB8C508C518C52CAEBE5EE8C53E6DC8C54B7F58C558C568C578C58C8E68C598C5AC4F58C5B8C5CE5B2C4FE8C5DCBFCE5B3D5AC8C5ED3EECAD8B0B28C5FCBCECDEA8C608C61BAEA8C628C638C64E5B58C65E5B48C66D7DAB9D9D6E6B6A8CDF0D2CBB1A6CAB58C67B3E8C9F3BFCDD0FBCAD2E5B6BBC28C688C698C6ACFDCB9AC8C6B8C6C8C6D8C6ED4D78C6F8C70BAA6D1E7CFFCBCD28C71E5B7C8DD8C728C738C74BFEDB1F6CBDE8C758C76BCC58C77BCC4D2FAC3DCBFDC8C788C798C7A8C7BB8BB8C7C8C7D8C7EC3C28C80BAAED4A28C818C828C838C848C858C868C878C888C89C7DEC4AFB2EC8C8AB9D18C8B8C8CE5BBC1C88C8D8C8ED5AF8C8F8C908C918C928C93E5BC8C94E5BE8C958C968C978C988C998C9A8C9BB4E7B6D4CBC2D1B0B5BC8C9C8C9DCAD98C9EB7E28C9F8CA0C9E48CA1BDAB8CA28CA3CEBED7F08CA48CA58CA68CA7D0A18CA8C9D98CA98CAAB6FBE6D8BCE28CABB3BE8CACC9D08CADE6D9B3A28CAE8CAF8CB08CB1DECC8CB2D3C8DECD8CB3D2A28CB48CB58CB68CB7DECE8CB88CB98CBA8CBBBECD8CBC8CBDDECF8CBE8CBF8CC0CAACD2FCB3DFE5EAC4E1BEA1CEB2C4F2BED6C6A8B2E38CC18CC2BED38CC38CC4C7FCCCEBBDECCEDD8CC58CC6CABAC6C1E5ECD0BC8CC78CC88CC9D5B98CCA8CCB8CCCE5ED8CCD8CCE8CCF8CD0CAF48CD1CDC0C2C58CD2E5EF8CD3C2C4E5F08CD48CD58CD68CD78CD88CD98CDAE5F8CDCD8CDBC9BD8CDC8CDD8CDE8CDF8CE08CE18CE2D2D9E1A88CE38CE48CE58CE6D3EC8CE7CBEAC6F18CE88CE98CEA8CEB8CECE1AC8CED8CEE8CEFE1A7E1A98CF08CF1E1AAE1AF8CF28CF3B2ED8CF4E1ABB8DAE1ADE1AEE1B0B5BAE1B18CF58CF68CF78CF88CF9E1B3E1B88CFA8CFB8CFC8CFD8CFED1D28D40E1B6E1B5C1EB8D418D428D43E1B78D44D4C08D45E1B28D46E1BAB0B68D478D488D498D4AE1B48D4BBFF98D4CE1B98D4D8D4EE1BB8D4F8D508D518D528D538D54E1BE8D558D568D578D588D598D5AE1BC8D5B8D5C8D5D8D5E8D5F8D60D6C58D618D628D638D648D658D668D67CFBF8D688D69E1BDE1BFC2CD8D6AB6EB8D6BD3F88D6C8D6DC7CD8D6E8D6FB7E58D708D718D728D738D748D758D768D778D788D79BEFE8D7A8D7B8D7C8D7D8D7E8D80E1C0E1C18D818D82E1C7B3E78D838D848D858D868D878D88C6E98D898D8A8D8B8D8C8D8DB4DE8D8ED1C28D8F8D908D918D92E1C88D938D94E1C68D958D968D978D988D99E1C58D9AE1C3E1C28D9BB1C08D9C8D9D8D9ED5B8E1C48D9F8DA08DA18DA28DA3E1CB8DA48DA58DA68DA78DA88DA98DAA8DABE1CCE1CA8DAC8DAD8DAE8DAF8DB08DB18DB28DB3EFFA8DB48DB5E1D3E1D2C7B68DB68DB78DB88DB98DBA8DBB8DBC8DBD8DBE8DBF8DC0E1C98DC18DC2E1CE8DC3E1D08DC48DC58DC68DC78DC88DC98DCA8DCB8DCC8DCD8DCEE1D48DCFE1D1E1CD8DD08DD1E1CF8DD28DD38DD48DD5E1D58DD68DD78DD88DD98DDA8DDB8DDC8DDD8DDE8DDF8DE08DE18DE2E1D68DE38DE48DE58DE68DE78DE88DE98DEA8DEB8DEC8DED8DEE8DEF8DF08DF18DF28DF38DF48DF58DF68DF78DF8E1D78DF98DFA8DFBE1D88DFC8DFD8DFE8E408E418E428E438E448E458E468E478E488E498E4A8E4B8E4C8E4D8E4E8E4F8E508E518E528E538E548E55E1DA8E568E578E588E598E5A8E5B8E5C8E5D8E5E8E5F8E608E618E62E1DB8E638E648E658E668E678E688E69CEA18E6A8E6B8E6C8E6D8E6E8E6F8E708E718E728E738E748E758E76E7DD8E77B4A8D6DD8E788E79D1B2B3B28E7A8E7BB9A4D7F3C7C9BEDEB9AE8E7CCED78E7D8E7EB2EEDBCF8E80BCBAD2D1CBC8B0CD8E818E82CFEF8E838E848E858E868E87D9E3BDED8E888E89B1D2CAD0B2BC8E8ACBA7B7AB8E8BCAA68E8C8E8D8E8ECFA38E8F8E90E0F8D5CAE0FB8E918E92E0FAC5C1CCFB8E93C1B1E0F9D6E3B2AFD6C4B5DB8E948E958E968E978E988E998E9A8E9BB4F8D6A18E9C8E9D8E9E8E9F8EA0CFAFB0EF8EA18EA2E0FC8EA38EA48EA58EA68EA7E1A1B3A38EA88EA9E0FDE0FEC3B18EAA8EAB8EAC8EADC3DD8EAEE1A2B7F98EAF8EB08EB18EB28EB38EB4BBCF8EB58EB68EB78EB88EB98EBA8EBBE1A3C4BB8EBC8EBD8EBE8EBF8EC0E1A48EC18EC2E1A58EC38EC4E1A6B4B18EC58EC68EC78EC88EC98ECA8ECB8ECC8ECD8ECE8ECF8ED08ED18ED28ED3B8C9C6BDC4EA8ED4B2A28ED5D0D28ED6E7DBBBC3D3D7D3C48ED7B9E3E2CF8ED88ED98EDAD7AF8EDBC7ECB1D38EDC8EDDB4B2E2D18EDE8EDF8EE0D0F2C2AEE2D08EE1BFE2D3A6B5D7E2D2B5EA8EE2C3EDB8FD8EE3B8AE8EE4C5D3B7CFE2D48EE58EE68EE78EE8E2D3B6C8D7F98EE98EEA8EEB8EEC8EEDCDA58EEE8EEF8EF08EF18EF2E2D88EF3E2D6CAFCBFB5D3B9E2D58EF48EF58EF68EF7E2D78EF88EF98EFA8EFB8EFC8EFD8EFE8F408F418F42C1AEC0C88F438F448F458F468F478F48E2DBE2DAC0AA8F498F4AC1CE8F4B8F4C8F4D8F4EE2DC8F4F8F508F518F528F538F548F558F568F578F588F598F5AE2DD8F5BE2DE8F5C8F5D8F5E8F5F8F608F618F628F638F64DBC88F65D1D3CDA28F668F67BDA88F688F698F6ADEC3D8A5BFAADBCDD2ECC6FAC5AA8F6B8F6C8F6DDEC48F6EB1D7DFAE8F6F8F708F71CABD8F72DFB18F73B9AD8F74D2FD8F75B8A5BAEB8F768F77B3DA8F788F798F7AB5DCD5C58F7B8F7C8F7D8F7EC3D6CFD2BBA18F80E5F3E5F28F818F82E5F48F83CDE48F84C8F58F858F868F878F888F898F8A8F8BB5AFC7BF8F8CE5F68F8D8F8E8F8FECB08F908F918F928F938F948F958F968F978F988F998F9A8F9B8F9C8F9D8F9EE5E68F9FB9E9B5B18FA0C2BCE5E8E5E7E5E98FA18FA28FA38FA4D2CD8FA58FA68FA7E1EAD0CE8FA8CDAE8FA9D1E58FAA8FABB2CAB1EB8FACB1F2C5ED8FAD8FAED5C3D3B08FAFE1DC8FB08FB18FB2E1DD8FB3D2DB8FB4B3B9B1CB8FB58FB68FB7CDF9D5F7E1DE8FB8BEB6B4FD8FB9E1DFBADCE1E0BBB2C2C9E1E18FBA8FBB8FBCD0EC8FBDCDBD8FBE8FBFE1E28FC0B5C3C5C7E1E38FC18FC2E1E48FC38FC48FC58FC6D3F98FC78FC88FC98FCA8FCB8FCCE1E58FCDD1AD8FCE8FCFE1E6CEA28FD08FD18FD28FD38FD48FD5E1E78FD6B5C28FD78FD88FD98FDAE1E8BBD58FDB8FDC8FDD8FDE8FDFD0C4E2E0B1D8D2E48FE08FE1E2E18FE28FE3BCC9C8CC8FE4E2E3ECFEECFDDFAF8FE58FE68FE7E2E2D6BECDFCC3A68FE88FE98FEAE3C38FEB8FECD6D2E2E78FED8FEEE2E88FEF8FF0D3C78FF18FF2E2ECBFEC8FF3E2EDE2E58FF48FF5B3C08FF68FF78FF8C4EE8FF98FFAE2EE8FFB8FFCD0C38FFDBAF6E2E9B7DEBBB3CCACCBCBE2E4E2E6E2EAE2EB8FFE90409041E2F790429043E2F4D4F5E2F390449045C5AD9046D5FAC5C2B2C090479048E2EF9049E2F2C1AFCBBC904A904BB5A1E2F9904C904D904EBCB1E2F1D0D4D4B9E2F5B9D6E2F6904F90509051C7D390529053905490559056E2F0905790589059905A905BD7DCEDA1905C905DE2F8905EEDA5E2FECAD1905F906090619062906390649065C1B59066BBD090679068BFD69069BAE3906A906BCBA1906C906D906EEDA6EDA3906F9070EDA29071907290739074BBD6EDA7D0F490759076EDA4BADEB6F7E3A1B6B2CCF1B9A79077CFA2C7A190789079BFD2907A907BB6F1907CE2FAE2FBE2FDE2FCC4D5E3A2907DD3C1907E90809081E3A7C7C49082908390849085CFA490869087E3A9BAB790889089908A908BE3A8908CBBDA908DE3A3908E908F9090E3A4E3AA9091E3A69092CEF2D3C690939094BBBC90959096D4C39097C4FA90989099EDA8D0FCE3A5909AC3F5909BE3ADB1AF909CE3B2909D909E909FBCC290A090A1E3ACB5BF90A290A390A490A590A690A790A890A9C7E9E3B090AA90AB90ACBEAACDEF90AD90AE90AF90B090B1BBF390B290B390B4CCE890B590B6E3AF90B7E3B190B8CFA7E3AE90B9CEA9BBDD90BA90BB90BC90BD90BEB5EBBEE5B2D2B3CD90BFB1B9E3ABB2D1B5ACB9DFB6E890C090C1CFEBE3B790C2BBCC90C390C4C8C7D0CA90C590C690C790C890C9E3B8B3EE90CA90CB90CC90CDEDA990CED3FAD3E490CF90D090D1EDAAE3B9D2E290D290D390D490D590D6E3B590D790D890D990DAD3DE90DB90DC90DD90DEB8D0E3B390DF90E0E3B6B7DF90E1E3B4C0A290E290E390E4E3BA90E590E690E790E890E990EA90EB90EC90ED90EE90EF90F090F190F290F390F490F590F690F7D4B890F890F990FA90FB90FC90FD90FE9140B4C89141E3BB9142BBC59143C9F791449145C9E5914691479148C4BD9149914A914B914C914D914E914FEDAB9150915191529153C2FD9154915591569157BBDBBFAE91589159915A915B915C915D915ECEBF915F916091619162E3BC9163BFB6916491659166916791689169916A916B916C916D916E916F9170917191729173917491759176B1EF91779178D4F79179917A917B917C917DE3BE917E9180918191829183918491859186EDAD918791889189918A918B918C918D918E918FE3BFBAA9EDAC91909191E3BD91929193919491959196919791989199919A919BE3C0919C919D919E919F91A091A1BAB691A291A391A4B6AE91A591A691A791A891A9D0B891AAB0C3EDAE91AB91AC91AD91AE91AFEDAFC0C191B0E3C191B191B291B391B491B591B691B791B891B991BA91BB91BC91BD91BE91BF91C091C1C5B391C291C391C491C591C691C791C891C991CA91CB91CC91CD91CE91CFE3C291D091D191D291D391D491D591D691D791D8DCB291D991DA91DB91DC91DD91DEEDB091DFB8EA91E0CEECEAA7D0E7CAF9C8D6CFB7B3C9CED2BDE491E191E2E3DEBBF2EAA8D5BD91E3C6DDEAA991E491E591E6EAAA91E7EAACEAAB91E8EAAEEAAD91E991EA91EB91ECBDD891EDEAAF91EEC2BE91EF91F091F191F2B4C1B4F791F391F4BBA791F591F691F791F891F9ECE6ECE5B7BFCBF9B1E291FAECE791FB91FC91FDC9C8ECE8ECE991FECAD6DED0B2C5D4FA92409241C6CBB0C7B4F2C8D3924292439244CDD092459246BFB8924792489249924A924B924C924DBFDB924E924FC7A4D6B49250C0A9DED1C9A8D1EFC5A4B0E7B3B6C8C592519252B0E292539254B7F692559256C5FA92579258B6F39259D5D2B3D0BCBC925A925B925CB3AD925D925E925F9260BEF1B0D1926192629263926492659266D2D6CAE3D7A59267CDB6B6B6BFB9D5DB9268B8A7C5D79269926A926BDED2BFD9C2D5C7C0926CBBA4B1A8926D926EC5EA926F9270C5FBCCA79271927292739274B1A7927592769277B5D692789279927AC4A8927BDED3D1BAB3E9927CC3F2927D927EB7F79280D6F4B5A3B2F0C4B4C4E9C0ADDED49281B0E8C5C4C1E09282B9D59283BEDCCDD8B0CE9284CDCFDED6BED0D7BEDED5D5D0B0DD92859286C4E292879288C2A3BCF09289D3B5C0B9C5A1B2A6D4F1928A928BC0A8CAC3DED7D5FC928CB9B0928DC8ADCBA9928EDED9BFBD928F929092919292C6B4D7A7CAB0C4C39293B3D6B9D29294929592969297D6B8EAFCB0B492989299929A929BBFE6929C929DCCF4929E929F92A092A1CDDA92A292A392A4D6BFC2CE92A5CECECCA2D0AEC4D3B5B2DED8D5F5BCB7BBD392A692A7B0A492A8C5B2B4EC92A992AA92ABD5F192AC92ADEAFD92AE92AF92B092B192B292B3DEDACDA692B492B5CDEC92B692B792B892B9CEE6DEDC92BACDB1C0A692BB92BCD7BD92BDDEDBB0C6BAB4C9D3C4F3BEE892BE92BF92C092C1B2B692C292C392C492C592C692C792C892C9C0CCCBF092CABCF1BBBBB5B792CB92CC92CDC5F592CEDEE692CF92D092D1DEE3BEDD92D292D3DEDF92D492D592D692D7B4B7BDDD92D892D9DEE0C4ED92DA92DB92DC92DDCFC692DEB5E092DF92E092E192E2B6DECADAB5F4DEE592E3D5C692E4DEE1CCCDC6FE92E5C5C592E692E792E8D2B492E9BEF292EA92EB92EC92ED92EE92EF92F0C2D392F1CCBDB3B892F2BDD392F3BFD8CDC6D1DAB4EB92F4DEE4DEDDDEE792F5EAFE92F692F7C2B0DEE292F892F9D6C0B5A792FAB2F492FBDEE892FCDEF292FD92FE934093419342DEED9343DEF193449345C8E0934693479348D7E1DEEFC3E8CCE19349B2E5934A934B934CD2BE934D934E934F9350935193529353DEEE9354DEEBCED59355B4A79356935793589359935ABFABBEBE935B935CBDD2935D935E935F9360DEE99361D4AE9362DEDE9363DEEA9364936593669367C0BF9368DEECB2F3B8E9C2A79369936ABDC1936B936C936D936E936FDEF5DEF893709371B2ABB4A493729373B4EAC9A6937493759376937793789379DEF6CBD1937AB8E3937BDEF7DEFA937C937D937E9380DEF9938193829383CCC29384B0E1B4EE93859386938793889389938AE5BA938B938C938D938E938FD0AF93909391B2EB9392EBA19393DEF493949395C9E3DEF3B0DAD2A1B1F79396CCAF939793989399939A939B939C939DDEF0939ECBA4939F93A093A1D5AA93A293A393A493A593A6DEFB93A793A893A993AA93AB93AC93AD93AEB4DD93AFC4A693B093B193B2DEFD93B393B493B593B693B793B893B993BA93BB93BCC3FEC4A1DFA193BD93BE93BF93C093C193C293C3C1CC93C4DEFCBEEF93C5C6B293C693C793C893C993CA93CB93CC93CD93CEB3C5C8F693CF93D0CBBADEFE93D193D2DFA493D393D493D593D6D7B293D793D893D993DA93DBB3B793DC93DD93DE93DFC1C393E093E1C7CBB2A5B4E993E2D7AB93E393E493E593E6C4EC93E7DFA2DFA393E8DFA593E9BAB393EA93EB93ECDFA693EDC0DE93EE93EFC9C393F093F193F293F393F493F593F6B2D9C7E693F7DFA793F8C7DC93F993FA93FB93FCDFA8EBA293FD93FE944094419442CBD3944394449445DFAA9446DFA99447B2C194489449944A944B944C944D944E944F9450945194529453945494559456945794589459945A945B945C945D945E945F9460C5CA94619462946394649465946694679468DFAB9469946A946B946C946D946E946F9470D4DC94719472947394749475C8C19476947794789479947A947B947C947D947E948094819482DFAC94839484948594869487BEF094889489DFADD6A7948A948B948C948DEAB7EBB6CAD5948ED8FCB8C4948FB9A594909491B7C5D5FE94929493949494959496B9CA94979498D0A7F4CD9499949AB5D0949B949CC3F4949DBEC8949E949F94A0EBB7B0BD94A194A2BDCC94A3C1B294A4B1D6B3A894A594A694A7B8D2C9A294A894A9B6D894AA94AB94AC94ADEBB8BEB494AE94AF94B0CAFD94B1C7C394B2D5FB94B394B4B7F394B594B694B794B894B994BA94BB94BC94BD94BE94BF94C094C194C294C3CEC494C494C594C6D5ABB1F394C794C894C9ECB3B0DF94CAECB594CB94CC94CDB6B794CEC1CF94CFF5FAD0B194D094D1D5E594D2CED394D394D4BDEFB3E294D5B8AB94D6D5B694D7EDBD94D8B6CF94D9CBB9D0C294DA94DB94DC94DD94DE94DF94E094E1B7BD94E294E3ECB6CAA994E494E594E6C5D494E7ECB9ECB8C2C3ECB794E894E994EA94EBD0FDECBA94ECECBBD7E594ED94EEECBC94EF94F094F1ECBDC6EC94F294F394F494F594F694F794F894F9CEDE94FABCC894FB94FCC8D5B5A9BEC9D6BCD4E794FD94FED1AED0F1EAB8EAB9EABABAB59540954195429543CAB1BFF595449545CDFA9546954795489549954AEAC0954BB0BAEABE954C954DC0A5954E954F9550EABB9551B2FD9552C3F7BBE8955395549555D2D7CEF4EABF955695579558EABC9559955A955BEAC3955CD0C7D3B3955D955E955F9560B4BA9561C3C1D7F29562956395649565D5D19566CAC79567EAC595689569EAC4EAC7EAC6956A956B956C956D956ED6E7956FCFD495709571EACB9572BBCE9573957495759576957795789579BDFAC9CE957A957BEACC957C957DC9B9CFFEEACAD4CEEACDEACF957E9580CDED9581958295839584EAC99585EACE95869587CEEE9588BBDE9589B3BF958A958B958C958D958EC6D5BEB0CEFA958F95909591C7E79592BEA7EAD095939594D6C7959595969597C1C095989599959AD4DD959BEAD1959C959DCFBE959E959F95A095A1EAD295A295A395A495A5CAEE95A695A795A895A9C5AFB0B595AA95AB95AC95AD95AEEAD495AF95B095B195B295B395B495B595B695B7EAD3F4DF95B895B995BA95BB95BCC4BA95BD95BE95BF95C095C1B1A995C295C395C495C5E5DF95C695C795C895C9EAD595CA95CB95CC95CD95CE95CF95D095D195D295D395D495D595D695D795D895D995DA95DB95DC95DD95DE95DF95E095E195E295E3CAEF95E4EAD6EAD7C6D895E595E695E795E895E995EA95EB95ECEAD895ED95EEEAD995EF95F095F195F295F395F4D4BB95F5C7FAD2B7B8FC95F695F7EAC295F8B2DC95F995FAC2FC95FBD4F8CCE6D7EE95FC95FD95FE9640964196429643D4C2D3D0EBC3C5F39644B7FE96459646EBD4964796489649CBB7EBDE964AC0CA964B964C964DCDFB964EB3AF964FC6DA965096519652965396549655EBFC9656C4BE9657CEB4C4A9B1BED4FD9658CAF59659D6EC965A965BC6D3B6E4965C965D965E965FBBFA96609661D0E096629663C9B19664D4D3C8A896659666B8CB9667E8BEC9BC96689669E8BB966AC0EED0D3B2C4B4E5966BE8BC966C966DD5C8966E966F967096719672B6C59673E8BDCAF8B8DCCCF5967496759676C0B496779678D1EEE8BFE8C29679967ABABC967BB1ADBDDC967CEABDE8C3967DE8C6967EE8CB9680968196829683E8CC9684CBC9B0E59685BCAB96869687B9B996889689E8C1968ACDF7968BE8CA968C968D968E968FCEF69690969196929693D5ED9694C1D6E8C49695C3B69696B9FBD6A6E8C8969796989699CAE0D4E6969AE8C0969BE8C5E8C7969CC7B9B7E3969DE8C9969EBFDDE8D2969F96A0E8D796A1E8D5BCDCBCCFE8DB96A296A396A496A596A696A796A896A9E8DE96AAE8DAB1FA96AB96AC96AD96AE96AF96B096B196B296B396B4B0D8C4B3B8CCC6E2C8BEC8E196B596B696B7E8CFE8D4E8D696B8B9F1E8D8D7F596B9C4FB96BAE8DC96BB96BCB2E996BD96BE96BFE8D196C096C1BCED96C296C3BFC2E8CDD6F996C4C1F8B2F196C596C696C796C896C996CA96CB96CCE8DF96CDCAC1E8D996CE96CF96D096D1D5A496D2B1EAD5BBE8CEE8D0B6B0E8D396D3E8DDC0B896D4CAF796D5CBA896D696D7C6DCC0F596D896D996DA96DB96DCE8E996DD96DE96DFD0A396E096E196E296E396E496E596E6E8F2D6EA96E796E896E996EA96EB96EC96EDE8E0E8E196EE96EF96F0D1F9BACBB8F996F196F2B8F1D4D4E8EF96F3E8EEE8ECB9F0CCD2E8E6CEA6BFF296F4B0B8E8F1E8F096F5D7C096F6E8E496F7CDA9C9A396F8BBB8BDDBE8EA96F996FA96FB96FC96FD96FE9740974197429743E8E2E8E3E8E5B5B5E8E7C7C5E8EBE8EDBDB0D7AE9744E8F897459746974797489749974A974B974CE8F5974DCDB0E8F6974E974F9750975197529753975497559756C1BA9757E8E89758C3B7B0F09759975A975B975C975D975E975F9760E8F4976197629763E8F7976497659766B9A3976797689769976A976B976C976D976E976F9770C9D2977197729773C3CECEE0C0E69774977597769777CBF39778CCDDD0B59779977ACAE1977BE8F3977C977D977E9780978197829783978497859786BCEC9787E8F997889789978A978B978C978DC3DE978EC6E5978FB9F79790979197929793B0F497949795D7D897969797BCAC9798C5EF9799979A979B979C979DCCC4979E979FE9A697A097A197A297A397A497A597A697A797A897A9C9AD97AAE9A2C0E297AB97AC97ADBFC397AE97AF97B0E8FEB9D797B1E8FB97B297B397B497B5E9A497B697B797B8D2CE97B997BA97BB97BC97BDE9A397BED6B2D7B597BFE9A797C0BDB797C197C297C397C497C597C697C797C897C997CA97CB97CCE8FCE8FD97CD97CE97CFE9A197D097D197D297D397D497D597D697D7CDD697D897D9D2AC97DA97DB97DCE9B297DD97DE97DF97E0E9A997E197E297E3B4AA97E4B4BB97E597E6E9AB97E797E897E997EA97EB97EC97ED97EE97EF97F097F197F297F397F497F597F697F7D0A897F897F9E9A597FA97FBB3FE97FC97FDE9ACC0E397FEE9AA98409841E9B998429843E9B89844984598469847E9AE98489849E8FA984A984BE9A8984C984D984E984F9850BFACE9B1E9BA98519852C2A5985398549855E9AF9856B8C59857E9AD9858D3DCE9B4E9B5E9B79859985A985BE9C7985C985D985E985F98609861C0C6E9C598629863E9B098649865E9BBB0F19866986798689869986A986B986C986D986E986FE9BCD5A598709871E9BE9872E9BF987398749875E9C198769877C1F198789879C8B6987A987B987CE9BD987D987E988098819882E9C29883988498859886988798889889988AE9C3988BE9B3988CE9B6988DBBB1988E988F9890E9C0989198929893989498959896BCF7989798989899E9C4E9C6989A989B989C989D989E989F98A098A198A298A398A498A5E9CA98A698A798A898A9E9CE98AA98AB98AC98AD98AE98AF98B098B198B298B3B2DB98B4E9C898B598B698B798B898B998BA98BB98BC98BD98BEB7AE98BF98C098C198C298C398C498C598C698C798C898C998CAE9CBE9CC98CB98CC98CD98CE98CF98D0D5C198D1C4A398D298D398D498D598D698D7E9D898D8BAE198D998DA98DB98DCE9C998DDD3A398DE98DF98E0E9D498E198E298E398E498E598E698E7E9D7E9D098E898E998EA98EB98ECE9CF98ED98EEC7C198EF98F098F198F298F398F498F598F6E9D298F798F898F998FA98FB98FC98FDE9D9B3C898FEE9D399409941994299439944CFF0994599469947E9CD99489949994A994B994C994D994E994F995099519952B3F79953995499559956995799589959E9D6995A995BE9DA995C995D995ECCB4995F99609961CFAD99629963996499659966996799689969996AE9D5996BE9DCE9DB996C996D996E996F9970E9DE99719972997399749975997699779978E9D19979997A997B997C997D997E99809981E9DD9982E9DFC3CA9983998499859986998799889989998A998B998C998D998E998F9990999199929993999499959996999799989999999A999B999C999D999E999F99A099A199A299A399A499A599A699A799A899A999AA99AB99AC99AD99AE99AF99B099B199B299B399B499B599B699B799B899B999BA99BB99BC99BD99BE99BF99C099C199C299C399C499C599C699C799C899C999CA99CB99CC99CD99CE99CF99D099D199D299D399D499D599D699D799D899D999DA99DB99DC99DD99DE99DF99E099E199E299E399E499E599E699E799E899E999EA99EB99EC99ED99EE99EF99F099F199F299F399F499F5C7B7B4CEBBB6D0C0ECA399F699F7C5B799F899F999FA99FB99FC99FD99FE9A409A419A42D3FB9A439A449A459A46ECA49A47ECA5C6DB9A489A499A4ABFEE9A4B9A4C9A4D9A4EECA69A4F9A50ECA7D0AA9A51C7B89A529A53B8E89A549A559A569A579A589A599A5A9A5B9A5C9A5D9A5E9A5FECA89A609A619A629A639A649A659A669A67D6B9D5FDB4CBB2BDCEE4C6E79A689A69CDE19A6A9A6B9A6C9A6D9A6E9A6F9A709A719A729A739A749A759A769A77B4F59A78CBC0BCDF9A799A7A9A7B9A7CE9E2E9E3D1EAE9E59A7DB4F9E9E49A7ED1B3CAE2B2D09A80E9E89A819A829A839A84E9E6E9E79A859A86D6B39A879A889A89E9E9E9EA9A8A9A8B9A8C9A8D9A8EE9EB9A8F9A909A919A929A939A949A959A96E9EC9A979A989A999A9A9A9B9A9C9A9D9A9EECAFC5B9B6CE9A9FD2F39AA09AA19AA29AA39AA49AA59AA6B5EE9AA7BBD9ECB19AA89AA9D2E39AAA9AAB9AAC9AAD9AAECEE39AAFC4B89AB0C3BF9AB19AB2B6BED8B9B1C8B1CFB1D1C5FE9AB3B1D09AB4C3AB9AB59AB69AB79AB89AB9D5B19ABA9ABB9ABC9ABD9ABE9ABF9AC09AC1EBA4BAC19AC29AC39AC4CCBA9AC59AC69AC7EBA59AC8EBA79AC99ACA9ACBEBA89ACC9ACD9ACEEBA69ACF9AD09AD19AD29AD39AD49AD5EBA9EBABEBAA9AD69AD79AD89AD99ADAEBAC9ADBCACFD8B5C3F19ADCC3A5C6F8EBADC4CA9ADDEBAEEBAFEBB0B7D59ADE9ADF9AE0B7FA9AE1EBB1C7E29AE2EBB39AE3BAA4D1F5B0B1EBB2EBB49AE49AE59AE6B5AAC2C8C7E89AE7EBB59AE8CBAEE3DF9AE99AEAD3C09AEB9AEC9AED9AEED9DB9AEF9AF0CDA1D6ADC7F39AF19AF29AF3D9E0BBE39AF4BABAE3E29AF59AF69AF79AF89AF9CFAB9AFA9AFB9AFCE3E0C9C79AFDBAB99AFE9B409B41D1B4E3E1C8EAB9AFBDADB3D8CEDB9B429B43CCC09B449B459B46E3E8E3E9CDF49B479B489B499B4A9B4BCCAD9B4CBCB39B4DE3EA9B4EE3EB9B4F9B50D0DA9B519B529B53C6FBB7DA9B549B55C7DFD2CACED69B56E3E4E3EC9B57C9F2B3C19B589B59E3E79B5A9B5BC6E3E3E59B5C9B5DEDB3E3E69B5E9B5F9B609B61C9B39B62C5E69B639B649B65B9B59B66C3BB9B67E3E3C5BDC1A4C2D9B2D79B68E3EDBBA6C4AD9B69E3F0BEDA9B6A9B6BE3FBE3F5BAD39B6C9B6D9B6E9B6FB7D0D3CD9B70D6CED5D3B9C1D5B4D1D89B719B729B739B74D0B9C7F69B759B769B77C8AAB2B49B78C3DA9B799B7A9B7BE3EE9B7C9B7DE3FCE3EFB7A8E3F7E3F49B7E9B809B81B7BA9B829B83C5A29B84E3F6C5DDB2A8C6FC9B85C4E09B869B87D7A29B88C0E1E3F99B899B8AE3FAE3FDCCA9E3F39B8BD3BE9B8CB1C3EDB4E3F1E3F29B8DE3F8D0BAC6C3D4F3E3FE9B8E9B8FBDE09B909B91E4A79B929B93E4A69B949B959B96D1F3E4A39B97E4A99B989B999B9AC8F79B9B9B9C9B9D9B9ECFB49B9FE4A8E4AEC2E59BA09BA1B6B49BA29BA39BA49BA59BA69BA7BDF29BA8E4A29BA99BAABAE9E4AA9BAB9BACE4AC9BAD9BAEB6FDD6DEE4B29BAFE4AD9BB09BB19BB2E4A19BB3BBEECDDDC7A2C5C99BB49BB5C1F79BB6E4A49BB7C7B3BDACBDBDE4A59BB8D7C7B2E29BB9E4ABBCC3E4AF9BBABBEBE4B0C5A8E4B19BBB9BBC9BBD9BBED5E3BFA39BBFE4BA9BC0E4B79BC1E4BB9BC29BC3E4BD9BC49BC5C6D69BC69BC7BAC6C0CB9BC89BC99BCAB8A1E4B49BCB9BCC9BCD9BCED4A19BCF9BD0BAA3BDFE9BD19BD29BD3E4BC9BD49BD59BD69BD79BD8CDBF9BD99BDAC4F99BDB9BDCCFFBC9E69BDD9BDED3BF9BDFCFD19BE09BE1E4B39BE2E4B8E4B9CCE99BE39BE49BE59BE69BE7CCCE9BE8C0D4E4B5C1B0E4B6CED09BE9BBC1B5D39BEAC8F3BDA7D5C7C9ACB8A2E4CA9BEB9BECE4CCD1C49BED9BEED2BA9BEF9BF0BAAD9BF19BF2BAD49BF39BF49BF59BF69BF79BF8E4C3B5ED9BF99BFA9BFBD7CDE4C0CFFDE4BF9BFC9BFD9BFEC1DCCCCA9C409C419C429C43CAE79C449C459C469C47C4D79C48CCD4E4C89C499C4A9C4BE4C7E4C19C4CE4C4B5AD9C4D9C4ED3D99C4FE4C69C509C519C529C53D2F9B4E39C54BBB49C559C56C9EE9C57B4BE9C589C599C5ABBEC9C5BD1CD9C5CCCEDEDB59C5D9C5E9C5F9C609C619C629C639C64C7E59C659C669C679C68D4A89C69E4CBD7D5E4C29C6ABDA5E4C59C6B9C6CD3E69C6DE4C9C9F89C6E9C6FE4BE9C709C71D3E59C729C73C7FEB6C99C74D4FCB2B3E4D79C759C769C77CEC29C78E4CD9C79CEBC9C7AB8DB9C7B9C7CE4D69C7DBFCA9C7E9C809C81D3CE9C82C3EC9C839C849C859C869C879C889C899C8AC5C8E4D89C8B9C8C9C8D9C8E9C8F9C909C919C92CDC4E4CF9C939C949C959C96E4D4E4D59C97BAFE9C98CFE69C999C9AD5BF9C9B9C9C9C9DE4D29C9E9C9F9CA09CA19CA29CA39CA49CA59CA69CA79CA8E4D09CA99CAAE4CE9CAB9CAC9CAD9CAE9CAF9CB09CB19CB29CB39CB49CB59CB69CB79CB89CB9CDE5CAAA9CBA9CBB9CBCC0A39CBDBDA6E4D39CBE9CBFB8C89CC09CC19CC29CC39CC4E4E7D4B49CC59CC69CC79CC89CC99CCA9CCBE4DB9CCC9CCD9CCEC1EF9CCF9CD0E4E99CD19CD2D2E79CD39CD4E4DF9CD5E4E09CD69CD7CFAA9CD89CD99CDA9CDBCBDD9CDCE4DAE4D19CDDE4E59CDEC8DCE4E39CDF9CE0C4E7E4E29CE1E4E19CE29CE39CE4B3FCE4E89CE59CE69CE79CE8B5E19CE99CEA9CEBD7CC9CEC9CED9CEEE4E69CEFBBAC9CF0D7D2CCCFEBF89CF1E4E49CF29CF3B9F69CF49CF59CF6D6CDE4D9E4DCC2FAE4DE9CF7C2CBC0C4C2D09CF8B1F5CCB29CF99CFA9CFB9CFC9CFD9CFE9D409D419D429D43B5CE9D449D459D469D47E4EF9D489D499D4A9D4B9D4C9D4D9D4E9D4FC6AF9D509D519D52C6E19D539D54E4F59D559D569D579D589D59C2A99D5A9D5B9D5CC0ECD1DDE4EE9D5D9D5E9D5F9D609D619D629D639D649D659D66C4AE9D679D689D69E4ED9D6A9D6B9D6C9D6DE4F6E4F4C2FE9D6EE4DD9D6FE4F09D70CAFE9D71D5C49D729D73E4F19D749D759D769D779D789D799D7AD1FA9D7B9D7C9D7D9D7E9D809D819D82E4EBE4EC9D839D849D85E4F29D86CEAB9D879D889D899D8A9D8B9D8C9D8D9D8E9D8F9D90C5CB9D919D929D93C7B19D94C2BA9D959D969D97E4EA9D989D999D9AC1CA9D9B9D9C9D9D9D9E9D9F9DA0CCB6B3B19DA19DA29DA3E4FB9DA4E4F39DA59DA69DA7E4FA9DA8E4FD9DA9E4FC9DAA9DAB9DAC9DAD9DAE9DAF9DB0B3CE9DB19DB29DB3B3BAE4F79DB49DB5E4F9E4F8C5EC9DB69DB79DB89DB99DBA9DBB9DBC9DBD9DBE9DBF9DC09DC19DC2C0BD9DC39DC49DC59DC6D4E89DC79DC89DC99DCA9DCBE5A29DCC9DCD9DCE9DCF9DD09DD19DD29DD39DD49DD59DD6B0C49DD79DD8E5A49DD99DDAE5A39DDB9DDC9DDD9DDE9DDF9DE0BCA49DE1E5A59DE29DE39DE49DE59DE69DE7E5A19DE89DE99DEA9DEB9DEC9DED9DEEE4FEB1F49DEF9DF09DF19DF29DF39DF49DF59DF69DF79DF89DF9E5A89DFAE5A9E5A69DFB9DFC9DFD9DFE9E409E419E429E439E449E459E469E47E5A7E5AA9E489E499E4A9E4B9E4C9E4D9E4E9E4F9E509E519E529E539E549E559E569E579E589E599E5A9E5B9E5C9E5D9E5E9E5F9E609E619E629E639E649E659E669E679E68C6D99E699E6A9E6B9E6C9E6D9E6E9E6F9E70E5ABE5AD9E719E729E739E749E759E769E77E5AC9E789E799E7A9E7B9E7C9E7D9E7E9E809E819E829E839E849E859E869E879E889E89E5AF9E8A9E8B9E8CE5AE9E8D9E8E9E8F9E909E919E929E939E949E959E969E979E989E999E9A9E9B9E9C9E9D9E9EB9E09E9F9EA0E5B09EA19EA29EA39EA49EA59EA69EA79EA89EA99EAA9EAB9EAC9EAD9EAEE5B19EAF9EB09EB19EB29EB39EB49EB59EB69EB79EB89EB99EBABBF0ECE1C3F09EBBB5C6BBD29EBC9EBD9EBE9EBFC1E9D4EE9EC0BEC49EC19EC29EC3D7C69EC4D4D6B2D3ECBE9EC59EC69EC79EC8EAC19EC99ECA9ECBC2AFB4B69ECC9ECD9ECED1D79ECF9ED09ED1B3B49ED2C8B2BFBBECC09ED39ED4D6CB9ED59ED6ECBFECC19ED79ED89ED99EDA9EDB9EDC9EDD9EDE9EDF9EE09EE19EE29EE3ECC5BEE6CCBFC5DABEBC9EE4ECC69EE5B1FE9EE69EE79EE8ECC4D5A8B5E39EE9ECC2C1B6B3E39EEA9EEBECC3CBB8C0C3CCFE9EEC9EED9EEE9EEFC1D29EF0ECC89EF19EF29EF39EF49EF59EF69EF79EF89EF99EFA9EFB9EFC9EFDBAE6C0D39EFED6F29F409F419F42D1CC9F439F449F459F46BFBE9F47B7B3C9D5ECC7BBE29F48CCCCBDFDC8C89F49CFA99F4A9F4B9F4C9F4D9F4E9F4F9F50CDE99F51C5EB9F529F539F54B7E99F559F569F579F589F599F5A9F5B9F5C9F5D9F5E9F5FD1C9BAB89F609F619F629F639F64ECC99F659F66ECCA9F67BBC0ECCB9F68ECE2B1BAB7D99F699F6A9F6B9F6C9F6D9F6E9F6F9F709F719F729F73BDB99F749F759F769F779F789F799F7A9F7BECCCD1E6ECCD9F7C9F7D9F7E9F80C8BB9F819F829F839F849F859F869F879F889F899F8A9F8B9F8C9F8D9F8EECD19F8F9F909F919F92ECD39F93BBCD9F94BCE59F959F969F979F989F999F9A9F9B9F9C9F9D9F9E9F9F9FA09FA1ECCF9FA2C9B79FA39FA49FA59FA69FA7C3BA9FA8ECE3D5D5ECD09FA99FAA9FAB9FAC9FADD6F39FAE9FAF9FB0ECD2ECCE9FB19FB29FB39FB4ECD49FB5ECD59FB69FB7C9BF9FB89FB99FBA9FBB9FBC9FBDCFA89FBE9FBF9FC09FC19FC2D0DC9FC39FC49FC59FC6D1AC9FC79FC89FC99FCAC8DB9FCB9FCC9FCDECD6CEF59FCE9FCF9FD09FD19FD2CAECECDA9FD39FD49FD59FD69FD79FD89FD9ECD99FDA9FDB9FDCB0BE9FDD9FDE9FDF9FE09FE19FE2ECD79FE3ECD89FE49FE59FE6ECE49FE79FE89FE99FEA9FEB9FEC9FED9FEE9FEFC8BC9FF09FF19FF29FF39FF49FF59FF69FF79FF89FF9C1C79FFA9FFB9FFC9FFD9FFEECDCD1E0A040A041A042A043A044A045A046A047A048A049ECDBA04AA04BA04CA04DD4EFA04EECDDA04FA050A051A052A053A054DBC6A055A056A057A058A059A05AA05BA05CA05DA05EECDEA05FA060A061A062A063A064A065A066A067A068A069A06AB1ACA06BA06CA06DA06EA06FA070A071A072A073A074A075A076A077A078A079A07AA07BA07CA07DA07EA080A081ECDFA082A083A084A085A086A087A088A089A08AA08BECE0A08CD7A6A08DC5C0A08EA08FA090EBBCB0AEA091A092A093BEF4B8B8D2AFB0D6B5F9A094D8B3A095CBACA096E3DDA097A098A099A09AA09BA09CA09DC6ACB0E6A09EA09FA0A0C5C6EBB9A0A1A0A2A0A3A0A4EBBAA0A5A0A6A0A7EBBBA0A8A0A9D1C0A0AAC5A3A0ABEAF2A0ACC4B2A0ADC4B5C0CEA0AEA0AFA0B0EAF3C4C1A0B1CEEFA0B2A0B3A0B4A0B5EAF0EAF4A0B6A0B7C9FCA0B8A0B9C7A3A0BAA0BBA0BCCCD8CEFEA0BDA0BEA0BFEAF5EAF6CFACC0E7A0C0A0C1EAF7A0C2A0C3A0C4A0C5A0C6B6BFEAF8A0C7EAF9A0C8EAFAA0C9A0CAEAFBA0CBA0CCA0CDA0CEA0CFA0D0A0D1A0D2A0D3A0D4A0D5A0D6EAF1A0D7A0D8A0D9A0DAA0DBA0DCA0DDA0DEA0DFA0E0A0E1A0E2C8AEE1EBA0E3B7B8E1ECA0E4A0E5A0E6E1EDA0E7D7B4E1EEE1EFD3CCA0E8A0E9A0EAA0EBA0ECA0EDA0EEE1F1BFF1E1F0B5D2A0EFA0F0A0F1B1B7A0F2A0F3A0F4A0F5E1F3E1F2A0F6BAFCA0F7E1F4A0F8A0F9A0FAA0FBB9B7A0FCBED1A0FDA0FEAA40AA41C4FCAA42BADDBDC6AA43AA44AA45AA46AA47AA48E1F5E1F7AA49AA4AB6C0CFC1CAA8E1F6D5F8D3FCE1F8E1FCE1F9AA4BAA4CE1FAC0EAAA4DE1FEE2A1C0C7AA4EAA4FAA50AA51E1FBAA52E1FDAA53AA54AA55AA56AA57AA58E2A5AA59AA5AAA5BC1D4AA5CAA5DAA5EAA5FE2A3AA60E2A8B2FEE2A2AA61AA62AA63C3CDB2C2E2A7E2A6AA64AA65E2A4E2A9AA66AA67E2ABAA68AA69AA6AD0C9D6EDC3A8E2ACAA6BCFD7AA6CAA6DE2AEAA6EAA6FBAEFAA70AA71E9E0E2ADE2AAAA72AA73AA74AA75BBABD4B3AA76AA77AA78AA79AA7AAA7BAA7CAA7DAA7EAA80AA81AA82AA83E2B0AA84AA85E2AFAA86E9E1AA87AA88AA89AA8AE2B1AA8BAA8CAA8DAA8EAA8FAA90AA91AA92E2B2AA93AA94AA95AA96AA97AA98AA99AA9AAA9BAA9CAA9DE2B3CCA1AA9EE2B4AA9FAAA0AB40AB41AB42AB43AB44AB45AB46AB47AB48AB49AB4AAB4BE2B5AB4CAB4DAB4EAB4FAB50D0FEAB51AB52C2CAAB53D3F1AB54CDF5AB55AB56E7E0AB57AB58E7E1AB59AB5AAB5BAB5CBEC1AB5DAB5EAB5FAB60C2EAAB61AB62AB63E7E4AB64AB65E7E3AB66AB67AB68AB69AB6AAB6BCDE6AB6CC3B5AB6DAB6EE7E2BBB7CFD6AB6FC1E1E7E9AB70AB71AB72E7E8AB73AB74E7F4B2A3AB75AB76AB77AB78E7EAAB79E7E6AB7AAB7BAB7CAB7DAB7EE7ECE7EBC9BAAB80AB81D5E4AB82E7E5B7A9E7E7AB83AB84AB85AB86AB87AB88AB89E7EEAB8AAB8BAB8CAB8DE7F3AB8ED6E9AB8FAB90AB91AB92E7EDAB93E7F2AB94E7F1AB95AB96AB97B0E0AB98AB99AB9AAB9BE7F5AB9CAB9DAB9EAB9FABA0AC40AC41AC42AC43AC44AC45AC46AC47AC48AC49AC4AC7F2AC4BC0C5C0EDAC4CAC4DC1F0E7F0AC4EAC4FAC50AC51E7F6CBF6AC52AC53AC54AC55AC56AC57AC58AC59AC5AE8A2E8A1AC5BAC5CAC5DAC5EAC5FAC60D7C1AC61AC62E7FAE7F9AC63E7FBAC64E7F7AC65E7FEAC66E7FDAC67E7FCAC68AC69C1D5C7D9C5FDC5C3AC6AAC6BAC6CAC6DAC6EC7EDAC6FAC70AC71AC72E8A3AC73AC74AC75AC76AC77AC78AC79AC7AAC7BAC7CAC7DAC7EAC80AC81AC82AC83AC84AC85AC86E8A6AC87E8A5AC88E8A7BAF7E7F8E8A4AC89C8F0C9AAAC8AAC8BAC8CAC8DAC8EAC8FAC90AC91AC92AC93AC94AC95AC96E8A9AC97AC98B9E5AC99AC9AAC9BAC9CAC9DD1FEE8A8AC9EAC9FACA0AD40AD41AD42E8AAAD43E8ADE8AEAD44C1A7AD45AD46AD47E8AFAD48AD49AD4AE8B0AD4BAD4CE8ACAD4DE8B4AD4EAD4FAD50AD51AD52AD53AD54AD55AD56AD57AD58E8ABAD59E8B1AD5AAD5BAD5CAD5DAD5EAD5FAD60AD61E8B5E8B2E8B3AD62AD63AD64AD65AD66AD67AD68AD69AD6AAD6BAD6CAD6DAD6EAD6FAD70AD71E8B7AD72AD73AD74AD75AD76AD77AD78AD79AD7AAD7BAD7CAD7DAD7EAD80AD81AD82AD83AD84AD85AD86AD87AD88AD89E8B6AD8AAD8BAD8CAD8DAD8EAD8FAD90AD91AD92B9CFAD93F0ACAD94F0ADAD95C6B0B0EAC8BFAD96CDDFAD97AD98AD99AD9AAD9BAD9CAD9DCECDEAB1AD9EAD9FADA0AE40EAB2AE41C6BFB4C9AE42AE43AE44AE45AE46AE47AE48EAB3AE49AE4AAE4BAE4CD5E7AE4DAE4EAE4FAE50AE51AE52AE53AE54DDF9AE55EAB4AE56EAB5AE57EAB6AE58AE59AE5AAE5BB8CADFB0C9F5AE5CCCF0AE5DAE5EC9FAAE5FAE60AE61AE62AE63C9FBAE64AE65D3C3CBA6AE66B8A6F0AEB1C2AE67E5B8CCEFD3C9BCD7C9EAAE68B5E7AE69C4D0B5E9AE6AEEAEBBADAE6BAE6CE7DEAE6DEEAFAE6EAE6FAE70AE71B3A9AE72AE73EEB2AE74AE75EEB1BDE7AE76EEB0CEB7AE77AE78AE79AE7AC5CFAE7BAE7CAE7DAE7EC1F4DBCEEEB3D0F3AE80AE81AE82AE83AE84AE85AE86AE87C2D4C6E8AE88AE89AE8AB7ACAE8BAE8CAE8DAE8EAE8FAE90AE91EEB4AE92B3EBAE93AE94AE95BBFBEEB5AE96AE97AE98AE99AE9AE7DCAE9BAE9CAE9DEEB6AE9EAE9FBDAEAEA0AF40AF41AF42F1E2AF43AF44AF45CAE8AF46D2C9F0DAAF47F0DBAF48F0DCC1C6AF49B8EDBECEAF4AAF4BF0DEAF4CC5B1F0DDD1F1AF4DF0E0B0CCBDEAAF4EAF4FAF50AF51AF52D2DFF0DFAF53B4AFB7E8F0E6F0E5C6A3F0E1F0E2B4C3AF54AF55F0E3D5EEAF56AF57CCDBBED2BCB2AF58AF59AF5AF0E8F0E7F0E4B2A1AF5BD6A2D3B8BEB7C8ACAF5CAF5DF0EAAF5EAF5FAF60AF61D1F7AF62D6CCBADBF0E9AF63B6BBAF64AF65CDB4AF66AF67C6A6AF68AF69AF6AC1A1F0EBF0EEAF6BF0EDF0F0F0ECAF6CBBBEF0EFAF6DAF6EAF6FAF70CCB5F0F2AF71AF72B3D5AF73AF74AF75AF76B1D4AF77AF78F0F3AF79AF7AF0F4F0F6B4E1AF7BF0F1AF7CF0F7AF7DAF7EAF80AF81F0FAAF82F0F8AF83AF84AF85F0F5AF86AF87AF88AF89F0FDAF8AF0F9F0FCF0FEAF8BF1A1AF8CAF8DAF8ECEC1F1A4AF8FF1A3AF90C1F6F0FBCADDAF91AF92B4F1B1F1CCB1AF93F1A6AF94AF95F1A7AF96AF97F1ACD5CEF1A9AF98AF99C8B3AF9AAF9BAF9CF1A2AF9DF1ABF1A8F1A5AF9EAF9FF1AAAFA0B040B041B042B043B044B045B046B0A9F1ADB047B048B049B04AB04BB04CF1AFB04DF1B1B04EB04FB050B051B052F1B0B053F1AEB054B055B056B057D1A2B058B059B05AB05BB05CB05DB05EF1B2B05FB060B061F1B3B062B063B064B065B066B067B068B069B9EFB06AB06BB5C7B06CB0D7B0D9B06DB06EB06FD4EDB070B5C4B071BDD4BBCAF0A7B072B073B8DEB074B075F0A8B076B077B0A8B078F0A9B079B07ACDEEB07BB07CF0AAB07DB07EB080B081B082B083B084B085B086B087F0ABB088B089B08AB08BB08CB08DB08EB08FB090C6A4B091B092D6E5F1E4B093F1E5B094B095B096B097B098B099B09AB09BB09CB09DC3F3B09EB09FD3DBB0A0B140D6D1C5E8B141D3AFB142D2E6B143B144EEC1B0BBD5B5D1CEBCE0BAD0B145BFF8B146B8C7B5C1C5CCB147B148CAA2B149B14AB14BC3CBB14CB14DB14EB14FB150EEC2B151B152B153B154B155B156B157B158C4BFB6A2B159EDECC3A4B15AD6B1B15BB15CB15DCFE0EDEFB15EB15FC5CEB160B6DCB161B162CAA1B163B164EDEDB165B166EDF0EDF1C3BCB167BFB4B168EDEEB169B16AB16BB16CB16DB16EB16FB170B171B172B173EDF4EDF2B174B175B176B177D5E6C3DFB178EDF3B179B17AB17BEDF6B17CD5A3D1A3B17DB17EB180EDF5B181C3D0B182B183B184B185B186EDF7BFF4BEECEDF8B187CCF7B188D1DBB189B18AB18BD7C5D5F6B18CEDFCB18DB18EB18FEDFBB190B191B192B193B194B195B196B197EDF9EDFAB198B199B19AB19BB19CB19DB19EB19FEDFDBEA6B1A0B240B241B242B243CBAFEEA1B6BDB244EEA2C4C0B245EDFEB246B247BDDEB2C7B248B249B24AB24BB24CB24DB24EB24FB250B251B252B253B6C3B254B255B256EEA5D8BAEEA3EEA6B257B258B259C3E9B3F2B25AB25BB25CB25DB25EB25FEEA7EEA4CFB9B260B261EEA8C2F7B262B263B264B265B266B267B268B269B26AB26BB26CB26DEEA9EEAAB26EDEABB26FB270C6B3B271C7C6B272D6F5B5C9B273CBB2B274B275B276EEABB277B278CDABB279EEACB27AB27BB27CB27DB27ED5B0B280EEADB281F6C4B282B283B284B285B286B287B288B289B28AB28BB28CB28DB28EDBC7B28FB290B291B292B293B294B295B296B297B4A3B298B299B29AC3ACF1E6B29BB29CB29DB29EB29FCAB8D2D3B2A0D6AAB340EFF2B341BED8B342BDC3EFF3B6CCB0ABB343B344B345B346CAAFB347B348EDB6B349EDB7B34AB34BB34CB34DCEF9B7AFBFF3EDB8C2EBC9B0B34EB34FB350B351B352B353EDB9B354B355C6F6BFB3B356B357B358EDBCC5F8B359D1D0B35AD7A9EDBAEDBBB35BD1E2B35CEDBFEDC0B35DEDC4B35EB35FB360EDC8B361EDC6EDCED5E8B362EDC9B363B364EDC7EDBEB365B366C5E9B367B368B369C6C6B36AB36BC9E9D4D2EDC1EDC2EDC3EDC5B36CC0F9B36DB4A1B36EB36FB370B371B9E8B372EDD0B373B374B375B376EDD1B377EDCAB378EDCFB379CEF8B37AB37BCBB6EDCCEDCDB37CB37DB37EB380B381CFF5B382B383B384B385B386B387B388B389B38AB38BB38CB38DEDD2C1F2D3B2EDCBC8B7B38EB38FB390B391B392B393B394B395BCEFB396B397B398B399C5F0B39AB39BB39CB39DB39EB39FB3A0B440B441B442EDD6B443B5EFB444B445C2B5B0ADCBE9B446B447B1AEB448EDD4B449B44AB44BCDEBB5E2B44CEDD5EDD3EDD7B44DB44EB5FAB44FEDD8B450EDD9B451EDDCB452B1CCB453B454B455B456B457B458B459B45AC5F6BCEEEDDACCBCB2EAB45BB45CB45DB45EEDDBB45FB460B461B462C4EBB463B464B4C5B465B466B467B0F5B468B469B46AEDDFC0DAB4E8B46BB46CB46DB46EC5CDB46FB470B471EDDDBFC4B472B473B474EDDEB475B476B477B478B479B47AB47BB47CB47DB47EB480B481B482B483C4A5B484B485B486EDE0B487B488B489B48AB48BEDE1B48CEDE3B48DB48EC1D7B48FB490BBC7B491B492B493B494B495B496BDB8B497B498B499EDE2B49AB49BB49CB49DB49EB49FB4A0B540B541B542B543B544B545EDE4B546B547B548B549B54AB54BB54CB54DB54EB54FEDE6B550B551B552B553B554EDE5B555B556B557B558B559B55AB55BB55CB55DB55EB55FB560B561B562B563EDE7B564B565B566B567B568CABEECEAC0F1B569C9E7B56AECEBC6EEB56BB56CB56DB56EECECB56FC6EDECEDB570B571B572B573B574B575B576B577B578ECF0B579B57AD7E6ECF3B57BB57CECF1ECEEECEFD7A3C9F1CBEEECF4B57DECF2B57EB580CFE9B581ECF6C6B1B582B583B584B585BCC0B586ECF5B587B588B589B58AB58BB58CB58DB5BBBBF6B58EECF7B58FB590B591B592B593D9F7BDFBB594B595C2BBECF8B596B597B598B599ECF9B59AB59BB59CB59DB8A3B59EB59FB5A0B640B641B642B643B644B645B646ECFAB647B648B649B64AB64BB64CB64DB64EB64FB650B651B652ECFBB653B654B655B656B657B658B659B65AB65BB65CB65DECFCB65EB65FB660B661B662D3EDD8AEC0EBB663C7DDBACCB664D0E3CBBDB665CDBAB666B667B8D1B668B669B1FCB66AC7EFB66BD6D6B66CB66DB66EBFC6C3EBB66FB670EFF5B671B672C3D8B673B674B675B676B677B678D7E2B679B67AB67BEFF7B3D3B67CC7D8D1EDB67DD6C8B67EEFF8B680EFF6B681BBFDB3C6B682B683B684B685B686B687B688BDD5B689B68AD2C6B68BBBE0B68CB68DCFA1B68EEFFCEFFBB68FB690EFF9B691B692B693B694B3CCB695C9D4CBB0B696B697B698B699B69AEFFEB69BB69CB0DEB69DB69ED6C9B69FB6A0B740EFFDB741B3EDB742B743F6D5B744B745B746B747B748B749B74AB74BB74CB74DB74EB74FB750B751B752CEC8B753B754B755F0A2B756F0A1B757B5BEBCDABBFCB758B8E5B759B75AB75BB75CB75DB75EC4C2B75FB760B761B762B763B764B765B766B767B768F0A3B769B76AB76BB76CB76DCBEBB76EB76FB770B771B772B773B774B775B776B777B778B779B77AB77BB77CB77DB77EB780B781B782B783B784B785B786F0A6B787B788B789D1A8B78ABEBFC7EEF1B6F1B7BFD5B78BB78CB78DB78EB4A9F1B8CDBBB78FC7D4D5ADB790F1B9B791F1BAB792B793B794B795C7CFB796B797B798D2A4D6CFB799B79AF1BBBDD1B4B0BEBDB79BB79CB79DB4DCCED1B79EBFDFF1BDB79FB7A0B840B841BFFAF1BCB842F1BFB843B844B845F1BEF1C0B846B847B848B849B84AF1C1B84BB84CB84DB84EB84FB850B851B852B853B854B855C1FEB856B857B858B859B85AB85BB85CB85DB85EB85FB860C1A2B861B862B863B864B865B866B867B868B869B86ACAFAB86BB86CD5BEB86DB86EB86FB870BEBABEB9D5C2B871B872BFA2B873CDAFF1B5B874B875B876B877B878B879BDDFB87AB6CBB87BB87CB87DB87EB880B881B882B883B884D6F1F3C3B885B886F3C4B887B8CDB888B889B88AF3C6F3C7B88BB0CAB88CF3C5B88DF3C9CBF1B88EB88FB890F3CBB891D0A6B892B893B1CAF3C8B894B895B896F3CFB897B5D1B898B899F3D7B89AF3D2B89BB89CB89DF3D4F3D3B7FBB89EB1BFB89FF3CEF3CAB5DAB8A0F3D0B940B941F3D1B942F3D5B943B944B945B946F3CDB947BCE3B948C1FDB949F3D6B94AB94BB94CB94DB94EB94FF3DAB950F3CCB951B5C8B952BDEEF3DCB953B954B7A4BFF0D6FECDB2B955B4F0B956B2DFB957F3D8B958F3D9C9B8B959F3DDB95AB95BF3DEB95CF3E1B95DB95EB95FB960B961B962B963B964B965B966B967F3DFB968B969F3E3F3E2B96AB96BF3DBB96CBFEAB96DB3EFB96EF3E0B96FB970C7A9B971BCF2B972B973B974B975F3EBB976B977B978B979B97AB97BB97CB9BFB97DB97EF3E4B980B981B982B2ADBBFEB983CBE3B984B985B986B987F3EDF3E9B988B989B98AB9DCF3EEB98BB98CB98DF3E5F3E6F3EAC2E1F3ECF3EFF3E8BCFDB98EB98FB990CFE4B991B992F3F0B993B994B995F3E7B996B997B998B999B99AB99BB99CB99DF3F2B99EB99FB9A0BA40D7ADC6AABA41BA42BA43BA44F3F3BA45BA46BA47BA48F3F1BA49C2A8BA4ABA4BBA4CBA4DBA4EB8DDF3F5BA4FBA50F3F4BA51BA52BA53B4DBBA54BA55BA56F3F6F3F7BA57BA58BA59F3F8BA5ABA5BBA5CC0BABA5DBA5EC0E9BA5FBA60BA61BA62BA63C5F1BA64BA65BA66BA67F3FBBA68F3FABA69BA6ABA6BBA6CBA6DBA6EBA6FBA70B4D8BA71BA72BA73F3FEF3F9BA74BA75F3FCBA76BA77BA78BA79BA7ABA7BF3FDBA7CBA7DBA7EBA80BA81BA82BA83BA84F4A1BA85BA86BA87BA88BA89BA8AF4A3BBC9BA8BBA8CF4A2BA8DBA8EBA8FBA90BA91BA92BA93BA94BA95BA96BA97BA98BA99F4A4BA9ABA9BBA9CBA9DBA9EBA9FB2BEF4A6F4A5BAA0BB40BB41BB42BB43BB44BB45BB46BB47BB48BB49BCAEBB4ABB4BBB4CBB4DBB4EBB4FBB50BB51BB52BB53BB54BB55BB56BB57BB58BB59BB5ABB5BBB5CBB5DBB5EBB5FBB60BB61BB62BB63BB64BB65BB66BB67BB68BB69BB6ABB6BBB6CBB6DBB6EC3D7D9E1BB6FBB70BB71BB72BB73BB74C0E0F4CCD7D1BB75BB76BB77BB78BB79BB7ABB7BBB7CBB7DBB7EBB80B7DBBB81BB82BB83BB84BB85BB86BB87F4CEC1A3BB88BB89C6C9BB8AB4D6D5B3BB8BBB8CBB8DF4D0F4CFF4D1CBDABB8EBB8FF4D2BB90D4C1D6E0BB91BB92BB93BB94B7E0BB95BB96BB97C1B8BB98BB99C1BBF4D3BEACBB9ABB9BBB9CBB9DBB9EB4E2BB9FBBA0F4D4F4D5BEABBC40BC41F4D6BC42BC43BC44F4DBBC45F4D7F4DABC46BAFDBC47F4D8F4D9BC48BC49BC4ABC4BBC4CBC4DBC4EB8E2CCC7F4DCBC4FB2DABC50BC51C3D3BC52BC53D4E3BFB7BC54BC55BC56BC57BC58BC59BC5AF4DDBC5BBC5CBC5DBC5EBC5FBC60C5B4BC61BC62BC63BC64BC65BC66BC67BC68F4E9BC69BC6ACFB5BC6BBC6CBC6DBC6EBC6FBC70BC71BC72BC73BC74BC75BC76BC77BC78CEC9BC79BC7ABC7BBC7CBC7DBC7EBC80BC81BC82BC83BC84BC85BC86BC87BC88BC89BC8ABC8BBC8CBC8DBC8ECBD8BC8FCBF7BC90BC91BC92BC93BDF4BC94BC95BC96D7CFBC97BC98BC99C0DBBC9ABC9BBC9CBC9DBC9EBC9FBCA0BD40BD41BD42BD43BD44BD45BD46BD47BD48BD49BD4ABD4BBD4CBD4DBD4EBD4FBD50BD51BD52BD53BD54BD55BD56BD57BD58BD59BD5ABD5BBD5CBD5DBD5EBD5FBD60BD61BD62BD63BD64BD65BD66BD67BD68BD69BD6ABD6BBD6CBD6DBD6EBD6FBD70BD71BD72BD73BD74BD75BD76D0F5BD77BD78BD79BD7ABD7BBD7CBD7DBD7EF4EABD80BD81BD82BD83BD84BD85BD86BD87BD88BD89BD8ABD8BBD8CBD8DBD8EBD8FBD90BD91BD92BD93BD94BD95BD96BD97BD98BD99BD9ABD9BBD9CBD9DBD9EBD9FBDA0BE40BE41BE42BE43BE44BE45BE46BE47BE48BE49BE4ABE4BBE4CF4EBBE4DBE4EBE4FBE50BE51BE52BE53F4ECBE54BE55BE56BE57BE58BE59BE5ABE5BBE5CBE5DBE5EBE5FBE60BE61BE62BE63BE64BE65BE66BE67BE68BE69BE6ABE6BBE6CBE6DBE6EBE6FBE70BE71BE72BE73BE74BE75BE76BE77BE78BE79BE7ABE7BBE7CBE7DBE7EBE80BE81BE82BE83BE84BE85BE86BE87BE88BE89BE8ABE8BBE8CBE8DBE8EBE8FBE90BE91BE92BE93BE94BE95BE96BE97BE98BE99BE9ABE9BBE9CBE9DBE9EBE9FBEA0BF40BF41BF42BF43BF44BF45BF46BF47BF48BF49BF4ABF4BBF4CBF4DBF4EBF4FBF50BF51BF52BF53BF54BF55BF56BF57BF58BF59BF5ABF5BBF5CBF5DBF5EBF5FBF60BF61BF62BF63BF64BF65BF66BF67BF68BF69BF6ABF6BBF6CBF6DBF6EBF6FBF70BF71BF72BF73BF74BF75BF76BF77BF78BF79BF7ABF7BBF7CBF7DBF7EBF80F7E3BF81BF82BF83BF84BF85B7B1BF86BF87BF88BF89BF8AF4EDBF8BBF8CBF8DBF8EBF8FBF90BF91BF92BF93BF94BF95BF96BF97BF98BF99BF9ABF9BBF9CBF9DBF9EBF9FBFA0C040C041C042C043C044C045C046C047C048C049C04AC04BC04CC04DC04EC04FC050C051C052C053C054C055C056C057C058C059C05AC05BC05CC05DC05EC05FC060C061C062C063D7EBC064C065C066C067C068C069C06AC06BC06CC06DC06EC06FC070C071C072C073C074C075C076C077C078C079C07AC07BF4EEC07CC07DC07EE6F9BEC0E6FABAECE6FBCFCBE6FCD4BCBCB6E6FDE6FEBCCDC8D2CEB3E7A1C080B4BFE7A2C9B4B8D9C4C9C081D7DDC2DAB7D7D6BDCEC6B7C4C082C083C5A6E7A3CFDFE7A4E7A5E7A6C1B7D7E9C9F0CFB8D6AFD6D5E7A7B0EDE7A8E7A9C9DCD2EFBEADE7AAB0F3C8DEBDE1E7ABC8C6C084E7ACBBE6B8F8D1A4E7ADC2E7BEF8BDCACDB3E7AEE7AFBEEED0E5C085CBE7CCD0BCCCE7B0BCA8D0F7E7B1C086D0F8E7B2E7B3B4C2E7B4E7B5C9FECEACC3E0E7B7B1C1B3F1C087E7B8E7B9D7DBD5C0E7BAC2CCD7BAE7BBE7BCE7BDBCEAC3E5C0C2E7BEE7BFBCA9C088E7C0E7C1E7B6B6D0E7C2C089E7C3E7C4BBBAB5DEC2C6B1E0E7C5D4B5E7C6B8BFE7C8E7C7B7ECC08AE7C9B2F8E7CAE7CBE7CCE7CDE7CEE7CFE7D0D3A7CBF5E7D1E7D2E7D3E7D4C9C9E7D5E7D6E7D7E7D8E7D9BDC9E7DAF3BEC08BB8D7C08CC8B1C08DC08EC08FC090C091C092C093F3BFC094F3C0F3C1C095C096C097C098C099C09AC09BC09CC09DC09EB9DECDF8C09FC0A0D8E8BAB1C140C2DEEEB7C141B7A3C142C143C144C145EEB9C146EEB8B0D5C147C148C149C14AC14BEEBBD5D6D7EFC14CC14DC14ED6C3C14FC150EEBDCAF0C151EEBCC152C153C154C155EEBEC156C157C158C159EEC0C15AC15BEEBFC15CC15DC15EC15FC160C161C162C163D1F2C164C7BCC165C3C0C166C167C168C169C16AB8E1C16BC16CC16DC16EC16FC1E7C170C171F4C6D0DFF4C7C172CFDBC173C174C8BAC175C176F4C8C177C178C179C17AC17BC17CC17DF4C9F4CAC17EF4CBC180C181C182C183C184D9FAB8FEC185C186E5F1D3F0C187F4E0C188CECCC189C18AC18BB3E1C18CC18DC18EC18FF1B4C190D2EEC191F4E1C192C193C194C195C196CFE8F4E2C197C198C7CCC199C19AC19BC19CC19DC19EB5D4B4E4F4E4C19FC1A0C240F4E3F4E5C241C242F4E6C243C244C245C246F4E7C247BAB2B0BFC248F4E8C249C24AC24BC24CC24DC24EC24FB7ADD2EDC250C251C252D2ABC0CFC253BFBCEBA3D5DFEAC8C254C255C256C257F1F3B6F8CBA3C258C259C4CDC25AF1E7C25BF1E8B8FBF1E9BAC4D4C5B0D2C25CC25DF1EAC25EC25FC260F1EBC261F1ECC262C263F1EDF1EEF1EFF1F1F1F0C5D5C264C265C266C267C268C269F1F2C26AB6FAC26BF1F4D2AEDEC7CBCAC26CC26DB3DCC26EB5A2C26FB9A2C270C271C4F4F1F5C272C273F1F6C274C275C276C1C4C1FBD6B0F1F7C277C278C279C27AF1F8C27BC1AAC27CC27DC27EC6B8C280BEDBC281C282C283C284C285C286C287C288C289C28AC28BC28CC28DC28EF1F9B4CFC28FC290C291C292C293C294F1FAC295C296C297C298C299C29AC29BC29CC29DC29EC29FC2A0C340EDB2EDB1C341C342CBE0D2DEC343CBC1D5D8C344C8E2C345C0DFBCA1C346C347C348C349C34AC34BEBC1C34CC34DD0A4C34ED6E2C34FB6C7B8D8EBC0B8CEC350EBBFB3A6B9C9D6ABC351B7F4B7CAC352C353C354BCE7B7BEEBC6C355EBC7B0B9BFCFC356EBC5D3FDC357EBC8C358C359EBC9C35AC35BB7CEC35CEBC2EBC4C9F6D6D7D5CDD0B2EBCFCEB8EBD0C35DB5A8C35EC35FC360C361C362B1B3EBD2CCA5C363C364C365C366C367C368C369C5D6EBD3C36AEBD1C5DFEBCECAA4EBD5B0FBC36BC36CBAFAC36DC36ED8B7F1E3C36FEBCAEBCBEBCCEBCDEBD6E6C0EBD9C370BFE8D2C8EBD7EBDCB8ECEBD8C371BDBAC372D0D8C373B0B7C374EBDDC4DCC375C376C377C378D6ACC379C37AC37BB4E0C37CC37DC2F6BCB9C37EC380EBDAEBDBD4E0C6EAC4D4EBDFC5A7D9F5C381B2B1C382EBE4C383BDC5C384C385C386EBE2C387C388C389C38AC38BC38CC38DC38EC38FC390C391C392C393EBE3C394C395B8ACC396CDD1EBE5C397C398C399EBE1C39AC1B3C39BC39CC39DC39EC39FC6A2C3A0C440C441C442C443C444C445CCF3C446EBE6C447C0B0D2B8EBE7C448C449C44AB8AFB8ADC44BEBE8C7BBCDF3C44CC44DC44EEBEAEBEBC44FC450C451C452C453EBEDC454C455C456C457D0C8C458EBF2C459EBEEC45AC45BC45CEBF1C8F9C45DD1FCEBECC45EC45FEBE9C460C461C462C463B8B9CFD9C4E5EBEFEBF0CCDACDC8B0F2C464EBF6C465C466C467C468C469EBF5C46AB2B2C46BC46CC46DC46EB8E0C46FEBF7C470C471C472C473C474C475B1ECC476C477CCC5C4A4CFA5C478C479C47AC47BC47CEBF9C47DC47EECA2C480C5F2C481EBFAC482C483C484C485C486C487C488C489C9C5C48AC48BC48CC48DC48EC48FE2DFEBFEC490C491C492C493CDCEECA1B1DBD3B7C494C495D2DCC496C497C498EBFDC499EBFBC49AC49BC49CC49DC49EC49FC4A0C540C541C542C543C544C545C546C547C548C549C54AC54BC54CC54DC54EB3BCC54FC550C551EAB0C552C553D7D4C554F4ABB3F4C555C556C557C558C559D6C1D6C2C55AC55BC55CC55DC55EC55FD5E9BECAC560F4A7C561D2A8F4A8F4A9C562F4AABECBD3DFC563C564C565C566C567C9E0C9E1C568C569F3C2C56ACAE6C56BCCF2C56CC56DC56EC56FC570C571E2B6CBB4C572CEE8D6DBC573F4ADF4AEF4AFC574C575C576C577F4B2C578BABDF4B3B0E3F4B0C579F4B1BDA2B2D5C57AF4B6F4B7B6E6B2B0CFCFF4B4B4ACC57BF4B5C57CC57DF4B8C57EC580C581C582C583F4B9C584C585CDA7C586F4BAC587F4BBC588C589C58AF4BCC58BC58CC58DC58EC58FC590C591C592CBD2C593F4BDC594C595C596C597F4BEC598C599C59AC59BC59CC59DC59EC59FF4BFC5A0C640C641C642C643F4DEC1BCBCE8C644C9ABD1DEE5F5C645C646C647C648DCB3D2D5C649C64ADCB4B0ACDCB5C64BC64CBDDAC64DDCB9C64EC64FC650D8C2C651DCB7D3F3C652C9D6DCBADCB6C653DCBBC3A2C654C655C656C657DCBCDCC5DCBDC658C659CEDFD6A5C65ADCCFC65BDCCDC65CC65DDCD2BDE6C2ABC65EDCB8DCCBDCCEDCBEB7D2B0C5DCC7D0BEDCC1BBA8C65FB7BCDCCCC660C661DCC6DCBFC7DBC662C663C664D1BFDCC0C665C666DCCAC667C668DCD0C669C66ACEADDCC2C66BDCC3DCC8DCC9B2D4DCD1CBD5C66CD4B7DCDBDCDFCCA6DCE6C66DC3E7DCDCC66EC66FBFC1DCD9C670B0FAB9B6DCE5DCD3C671DCC4DCD6C8F4BFE0C672C673C674C675C9BBC676C677C678B1BDC679D3A2C67AC67BDCDAC67CC67DDCD5C67EC6BBC680DCDEC681C682C683C684C685D7C2C3AFB7B6C7D1C3A9DCE2DCD8DCEBDCD4C686C687DCDDC688BEA5DCD7C689DCE0C68AC68BDCE3DCE4C68CDCF8C68DC68EDCE1DDA2DCE7C68FC690C691C692C693C694C695C696C697C698BCEBB4C4C699C69AC3A3B2E7DCFAC69BDCF2C69CDCEFC69DDCFCDCEED2F0B2E8C69EC8D7C8E3DCFBC69FDCEDC6A0C740C741DCF7C742C743DCF5C744C745BEA3DCF4C746B2DDC747C748C749C74AC74BDCF3BCF6DCE8BBC4C74CC0F3C74DC74EC74FC750C751BCD4DCE9DCEAC752DCF1DCF6DCF9B5B4C753C8D9BBE7DCFEDCFDD3ABDDA1DDA3DDA5D2F1DDA4DDA6DDA7D2A9C754C755C756C757C758C759C75ABAC9DDA9C75BC75CDDB6DDB1DDB4C75DC75EC75FC760C761C762C763DDB0C6CEC764C765C0F2C766C767C768C769C9AFC76AC76BC76CDCECDDAEC76DC76EC76FC770DDB7C771C772DCF0DDAFC773DDB8C774DDACC775C776C777C778C779C77AC77BDDB9DDB3DDADC4AAC77CC77DC77EC780DDA8C0B3C1ABDDAADDABC781DDB2BBF1DDB5D3A8DDBAC782DDBBC3A7C783C784DDD2DDBCC785C786C787DDD1C788B9BDC789C78ABED5C78BBEFAC78CC78DBACAC78EC78FC790C791DDCAC792DDC5C793DDBFC794C795C796B2CBDDC3C797DDCBB2A4DDD5C798C799C79ADDBEC79BC79CC79DC6D0DDD0C79EC79FC7A0C840C841DDD4C1E2B7C6C842C843C844C845C846DDCEDDCFC847C848C849DDC4C84AC84BC84CDDBDC84DDDCDCCD1C84EDDC9C84FC850C851C852DDC2C3C8C6BCCEAEDDCCC853DDC8C854C855C856C857C858C859DDC1C85AC85BC85CDDC6C2DCC85DC85EC85FC860C861C862D3A9D3AADDD3CFF4C8F8C863C864C865C866C867C868C869C86ADDE6C86BC86CC86DC86EC86FC870DDC7C871C872C873DDE0C2E4C874C875C876C877C878C879C87AC87BDDE1C87CC87DC87EC880C881C882C883C884C885C886DDD7C887C888C889C88AC88BD6F8C88CDDD9DDD8B8F0DDD6C88DC88EC88FC890C6CFC891B6ADC892C893C894C895C896DDE2C897BAF9D4E1DDE7C898C899C89AB4D0C89BDDDAC89CBFFBDDE3C89DDDDFC89EDDDDC89FC8A0C940C941C942C943C944B5D9C945C946C947C948DDDBDDDCDDDEC949BDAFDDE4C94ADDE5C94BC94CC94DC94EC94FC950C951C952DDF5C953C3C9C954C955CBE2C956C957C958C959DDF2C95AC95BC95CC95DC95EC95FC960C961C962C963C964C965C966D8E1C967C968C6D1C969DDF4C96AC96BC96CD5F4DDF3DDF0C96DC96EDDECC96FDDEFC970DDE8C971C972D0EEC973C974C975C976C8D8DDEEC977C978DDE9C979C97ADDEACBF2C97BDDEDC97CC97DB1CDC97EC980C981C982C983C984C0B6C985BCBBDDF1C986C987DDF7C988DDF6DDEBC989C98AC98BC98CC98DC5EEC98EC98FC990DDFBC991C992C993C994C995C996C997C998C999C99AC99BDEA4C99CC99DDEA3C99EC99FC9A0CA40CA41CA42CA43CA44CA45CA46CA47CA48DDF8CA49CA4ACA4BCA4CC3EFCA4DC2FBCA4ECA4FCA50D5E1CA51CA52CEB5CA53CA54CA55CA56DDFDCA57B2CCCA58CA59CA5ACA5BCA5CCA5DCA5ECA5FCA60C4E8CADFCA61CA62CA63CA64CA65CA66CA67CA68CA69CA6AC7BEDDFADDFCDDFEDEA2B0AAB1CECA6BCA6CCA6DCA6ECA6FDEACCA70CA71CA72CA73DEA6BDB6C8EFCA74CA75CA76CA77CA78CA79CA7ACA7BCA7CCA7DCA7EDEA1CA80CA81DEA5CA82CA83CA84CA85DEA9CA86CA87CA88CA89CA8ADEA8CA8BCA8CCA8DDEA7CA8ECA8FCA90CA91CA92CA93CA94CA95CA96DEADCA97D4CCCA98CA99CA9ACA9BDEB3DEAADEAECA9CCA9DC0D9CA9ECA9FCAA0CB40CB41B1A1DEB6CB42DEB1CB43CB44CB45CB46CB47CB48CB49DEB2CB4ACB4BCB4CCB4DCB4ECB4FCB50CB51CB52CB53CB54D1A6DEB5CB55CB56CB57CB58CB59CB5ACB5BDEAFCB5CCB5DCB5EDEB0CB5FD0BDCB60CB61CB62DEB4CAEDDEB9CB63CB64CB65CB66CB67CB68DEB8CB69DEB7CB6ACB6BCB6CCB6DCB6ECB6FCB70DEBBCB71CB72CB73CB74CB75CB76CB77BDE5CB78CB79CB7ACB7BCB7CB2D8C3EACB7DCB7EDEBACB80C5BACB81CB82CB83CB84CB85CB86DEBCCB87CB88CB89CB8ACB8BCB8CCB8DCCD9CB8ECB8FCB90CB91B7AACB92CB93CB94CB95CB96CB97CB98CB99CB9ACB9BCB9CCB9DCB9ECB9FCBA0CC40CC41D4E5CC42CC43CC44DEBDCC45CC46CC47CC48CC49DEBFCC4ACC4BCC4CCC4DCC4ECC4FCC50CC51CC52CC53CC54C4A2CC55CC56CC57CC58DEC1CC59CC5ACC5BCC5CCC5DCC5ECC5FCC60CC61CC62CC63CC64CC65CC66CC67CC68DEBECC69DEC0CC6ACC6BCC6CCC6DCC6ECC6FCC70CC71CC72CC73CC74CC75CC76CC77D5BACC78CC79CC7ADEC2CC7BCC7CCC7DCC7ECC80CC81CC82CC83CC84CC85CC86CC87CC88CC89CC8ACC8BF2AEBBA2C2B2C5B0C2C7CC8CCC8DF2AFCC8ECC8FCC90CC91CC92D0E9CC93CC94CC95D3DDCC96CC97CC98EBBDCC99CC9ACC9BCC9CCC9DCC9ECC9FCCA0B3E6F2B0CD40F2B1CD41CD42CAADCD43CD44CD45CD46CD47CD48CD49BAE7F2B3F2B5F2B4CBE4CFBAF2B2CAB4D2CFC2ECCD4ACD4BCD4CCD4DCD4ECD4FCD50CEC3F2B8B0F6F2B7CD51CD52CD53CD54CD55F2BECD56B2CFCD57CD58CD59CD5ACD5BCD5CD1C1F2BACD5DCD5ECD5FCD60CD61F2BCD4E9CD62CD63F2BBF2B6F2BFF2BDCD64F2B9CD65CD66F2C7F2C4F2C6CD67CD68F2CAF2C2F2C0CD69CD6ACD6BF2C5CD6CCD6DCD6ECD6FCD70D6FBCD71CD72CD73F2C1CD74C7F9C9DFCD75F2C8B9C6B5B0CD76CD77F2C3F2C9F2D0F2D6CD78CD79BBD7CD7ACD7BCD7CF2D5CDDCCD7DD6EBCD7ECD80F2D2F2D4CD81CD82CD83CD84B8F2CD85CD86CD87CD88F2CBCD89CD8ACD8BF2CEC2F9CD8CD5DDF2CCF2CDF2CFF2D3CD8DCD8ECD8FF2D9D3BCCD90CD91CD92CD93B6EACD94CAF1CD95B7E4F2D7CD96CD97CD98F2D8F2DAF2DDF2DBCD99CD9AF2DCCD9BCD9CCD9DCD9ED1D1F2D1CD9FCDC9CDA0CECFD6A9CE40F2E3CE41C3DBCE42F2E0CE43CE44C0AFF2ECF2DECE45F2E1CE46CE47CE48F2E8CE49CE4ACE4BCE4CF2E2CE4DCE4EF2E7CE4FCE50F2E6CE51CE52F2E9CE53CE54CE55F2DFCE56CE57F2E4F2EACE58CE59CE5ACE5BCE5CCE5DCE5ED3ACF2E5B2F5CE5FCE60F2F2CE61D0ABCE62CE63CE64CE65F2F5CE66CE67CE68BBC8CE69F2F9CE6ACE6BCE6CCE6DCE6ECE6FF2F0CE70CE71F2F6F2F8F2FACE72CE73CE74CE75CE76CE77CE78CE79F2F3CE7AF2F1CE7BCE7CCE7DBAFBCE7EB5FBCE80CE81CE82CE83F2EFF2F7F2EDF2EECE84CE85CE86F2EBF3A6CE87F3A3CE88CE89F3A2CE8ACE8BF2F4CE8CC8DACE8DCE8ECE8FCE90CE91F2FBCE92CE93CE94F3A5CE95CE96CE97CE98CE99CE9ACE9BC3F8CE9CCE9DCE9ECE9FCEA0CF40CF41CF42F2FDCF43CF44F3A7F3A9F3A4CF45F2FCCF46CF47CF48F3ABCF49F3AACF4ACF4BCF4CCF4DC2DDCF4ECF4FF3AECF50CF51F3B0CF52CF53CF54CF55CF56F3A1CF57CF58CF59F3B1F3ACCF5ACF5BCF5CCF5DCF5EF3AFF2FEF3ADCF5FCF60CF61CF62CF63CF64CF65F3B2CF66CF67CF68CF69F3B4CF6ACF6BCF6CCF6DF3A8CF6ECF6FCF70CF71F3B3CF72CF73CF74F3B5CF75CF76CF77CF78CF79CF7ACF7BCF7CCF7DCF7ED0B7CF80CF81CF82CF83F3B8CF84CF85CF86CF87D9F9CF88CF89CF8ACF8BCF8CCF8DF3B9CF8ECF8FCF90CF91CF92CF93CF94CF95F3B7CF96C8E4F3B6CF97CF98CF99CF9AF3BACF9BCF9CCF9DCF9ECF9FF3BBB4C0CFA0D040D041D042D043D044D045D046D047D048D049D04AD04BD04CD04DEEC3D04ED04FD050D051D052D053F3BCD054D055F3BDD056D057D058D1AAD059D05AD05BF4ACD0C6D05CD05DD05ED05FD060D061D0D0D1DCD062D063D064D065D066D067CFCED068D069BDD6D06AD1C3D06BD06CD06DD06ED06FD070D071BAE2E1E9D2C2F1C2B2B9D072D073B1EDF1C3D074C9C0B3C4D075D9F2D076CBA5D077F1C4D078D079D07AD07BD6D4D07CD07DD07ED080D081F1C5F4C0F1C6D082D4ACF1C7D083B0C0F4C1D084D085F4C2D086D087B4FCD088C5DBD089D08AD08BD08CCCBBD08DD08ED08FD0E4D090D091D092D093D094CDE0D095D096D097D098D099F1C8D09AD9F3D09BD09CD09DD09ED09FD0A0B1BBD140CFAED141D142D143B8A4D144D145D146D147D148F1CAD149D14AD14BD14CF1CBD14DD14ED14FD150B2C3C1D1D151D152D7B0F1C9D153D154F1CCD155D156D157D158F1CED159D15AD15BD9F6D15CD2E1D4A3D15DD15EF4C3C8B9D15FD160D161D162D163F4C4D164D165F1CDF1CFBFE3F1D0D166D167F1D4D168D169D16AD16BD16CD16DD16EF1D6F1D1D16FC9D1C5E1D170D171D172C2E3B9FCD173D174F1D3D175F1D5D176D177D178B9D3D179D17AD17BD17CD17DD17ED180F1DBD181D182D183D184D185BAD6D186B0FDF1D9D187D188D189D18AD18BF1D8F1D2F1DAD18CD18DD18ED18FD190F1D7D191D192D193C8ECD194D195D196D197CDCAF1DDD198D199D19AD19BE5BDD19CD19DD19EF1DCD19FF1DED1A0D240D241D242D243D244D245D246D247D248F1DFD249D24ACFE5D24BD24CD24DD24ED24FD250D251D252D253D254D255D256D257D258D259D25AD25BD25CD25DD25ED25FD260D261D262D263F4C5BDF3D264D265D266D267D268D269F1E0D26AD26BD26CD26DD26ED26FD270D271D272D273D274D275D276D277D278D279D27AD27BD27CD27DF1E1D27ED280D281CEF7D282D2AAD283F1FBD284D285B8B2D286D287D288D289D28AD28BD28CD28DD28ED28FD290D291D292D293D294D295D296D297D298D299D29AD29BD29CD29DD29ED29FD2A0D340D341D342D343D344D345D346D347D348D349D34AD34BD34CD34DD34ED34FD350D351D352D353D354D355D356D357D358D359D35AD35BD35CD35DD35EBCFBB9DBD35FB9E6C3D9CAD3EAE8C0C0BEF5EAE9EAEAEAEBD360EAECEAEDEAEEEAEFBDC7D361D362D363F5FBD364D365D366F5FDD367F5FED368F5FCD369D36AD36BD36CBDE2D36DF6A1B4A5D36ED36FD370D371F6A2D372D373D374F6A3D375D376D377ECB2D378D379D37AD37BD37CD37DD37ED380D381D382D383D384D1D4D385D386D387D388D389D38AD9EAD38BD38CD38DD38ED38FD390D391D392D393D394D395D396D397D398D399D39AD39BD39CD39DD39ED39FD3A0D440D441D442D443D444D445D446D447D448D449D44AD44BD44CD44DD44ED44FD450D451D452D453D454D455D456D457D458D459D45AD45BD45CD45DD45ED45FF6A4D460D461D462D463D464D465D466D467D468EEBAD469D46AD46BD46CD46DD46ED46FD470D471D472D473D474D475D476D477D478D479D47AD47BD47CD47DD47ED480D481D482D483D484D485D486D487D488D489D48AD48BD48CD48DD48ED48FD490D491D492D493D494D495D496D497D498D499D5B2D49AD49BD49CD49DD49ED49FD4A0D540D541D542D543D544D545D546D547D3FECCDCD548D549D54AD54BD54CD54DD54ED54FCAC4D550D551D552D553D554D555D556D557D558D559D55AD55BD55CD55DD55ED55FD560D561D562D563D564D565D566D567D568D569D56AD56BD56CD56DD56ED56FD570D571D572D573D574D575D576D577D578D579D57AD57BD57CD57DD57ED580D581D582D583D584D585D586D587D588D589D58AD58BD58CD58DD58ED58FD590D591D592D593D594D595D596D597D598D599D59AD59BD59CD59DD59ED59FD5A0D640D641D642D643D644D645D646D647D648D649D64AD64BD64CD64DD64ED64FD650D651D652D653D654D655D656D657D658D659D65AD65BD65CD65DD65ED65FD660D661D662E5C0D663D664D665D666D667D668D669D66AD66BD66CD66DD66ED66FD670D671D672D673D674D675D676D677D678D679D67AD67BD67CD67DD67ED680D681F6A5D682D683D684D685D686D687D688D689D68AD68BD68CD68DD68ED68FD690D691D692D693D694D695D696D697D698D699D69AD69BD69CD69DD69ED69FD6A0D740D741D742D743D744D745D746D747D748D749D74AD74BD74CD74DD74ED74FD750D751D752D753D754D755D756D757D758D759D75AD75BD75CD75DD75ED75FBEAFD760D761D762D763D764C6A9D765D766D767D768D769D76AD76BD76CD76DD76ED76FD770D771D772D773D774D775D776D777D778D779D77AD77BD77CD77DD77ED780D781D782D783D784D785D786D787D788D789D78AD78BD78CD78DD78ED78FD790D791D792D793D794D795D796D797D798DAA5BCC6B6A9B8BCC8CFBCA5DAA6DAA7CCD6C8C3DAA8C6FDD799D1B5D2E9D1B6BCC7D79ABDB2BBE4DAA9DAAAD1C8DAABD0EDB6EFC2DBD79BCBCFB7EDC9E8B7C3BEF7D6A4DAACDAADC6C0D7E7CAB6D79CD5A9CBDFD5EFDAAED6DFB4CADAB0DAAFD79DD2EBDAB1DAB2DAB3CAD4DAB4CAABDAB5DAB6B3CFD6EFDAB7BBB0B5AEDAB8DAB9B9EED1AFD2E8DABAB8C3CFEAB2EFDABBDABCD79EBDEBCEDCD3EFDABDCEF3DABED3D5BBE5DABFCBB5CBD0DAC0C7EBD6EEDAC1C5B5B6C1DAC2B7CCBFCEDAC3DAC4CBADDAC5B5F7DAC6C1C2D7BBDAC7CCB8D79FD2EAC4B1DAC8B5FDBBD1DAC9D0B3DACADACBCEBDDACCDACDDACEB2F7DAD1DACFD1E8DAD0C3D5DAD2D7A0DAD3DAD4DAD5D0BBD2A5B0F9DAD6C7ABDAD7BDF7C3A1DAD8DAD9C3FDCCB7DADADADBC0BEC6D7DADCDADDC7B4DADEDADFB9C8D840D841D842D843D844D845D846D847D848BBEDD849D84AD84BD84CB6B9F4F8D84DF4F9D84ED84FCDE3D850D851D852D853D854D855D856D857F5B9D858D859D85AD85BEBE0D85CD85DD85ED85FD860D861CFF3BBBFD862D863D864D865D866D867D868BAC0D4A5D869D86AD86BD86CD86DD86ED86FE1D9D870D871D872D873F5F4B1AAB2F2D874D875D876D877D878D879D87AF5F5D87BD87CF5F7D87DD87ED880BAD1F5F6D881C3B2D882D883D884D885D886D887D888F5F9D889D88AD88BF5F8D88CD88DD88ED88FD890D891D892D893D894D895D896D897D898D899D89AD89BD89CD89DD89ED89FD8A0D940D941D942D943D944D945D946D947D948D949D94AD94BD94CD94DD94ED94FD950D951D952D953D954D955D956D957D958D959D95AD95BD95CD95DD95ED95FD960D961D962D963D964D965D966D967D968D969D96AD96BD96CD96DD96ED96FD970D971D972D973D974D975D976D977D978D979D97AD97BD97CD97DD97ED980D981D982D983D984D985D986D987D988D989D98AD98BD98CD98DD98ED98FD990D991D992D993D994D995D996D997D998D999D99AD99BD99CD99DD99ED99FD9A0DA40DA41DA42DA43DA44DA45DA46DA47DA48DA49DA4ADA4BDA4CDA4DDA4EB1B4D5EAB8BADA4FB9B1B2C6D4F0CFCDB0DCD5CBBBF5D6CAB7B7CCB0C6B6B1E1B9BAD6FCB9E1B7A1BCFAEADAEADBCCF9B9F3EADCB4FBC3B3B7D1BAD8EADDD4F4EADEBCD6BBDFEADFC1DEC2B8D4DFD7CAEAE0EAE1EAE4EAE2EAE3C9DEB8B3B6C4EAE5CAEAC9CDB4CDDA50DA51E2D9C5E2EAE6C0B5DA52D7B8EAE7D7ACC8FCD8D3D8CDD4DEDA53D4F9C9C4D3AEB8D3B3E0DA54C9E2F4F6DA55DA56DA57BAD5DA58F4F7DA59DA5AD7DFDA5BDA5CF4F1B8B0D5D4B8CFC6F0DA5DDA5EDA5FDA60DA61DA62DA63DA64DA65B3C3DA66DA67F4F2B3ACDA68DA69DA6ADA6BD4BDC7F7DA6CDA6DDA6EDA6FDA70F4F4DA71DA72F4F3DA73DA74DA75DA76DA77DA78DA79DA7ADA7BDA7CCCCBDA7DDA7EDA80C8A4DA81DA82DA83DA84DA85DA86DA87DA88DA89DA8ADA8BDA8CDA8DF4F5DA8ED7E3C5BFF5C0DA8FDA90F5BBDA91F5C3DA92F5C2DA93D6BAF5C1DA94DA95DA96D4BEF5C4DA97F5CCDA98DA99DA9ADA9BB0CFB5F8DA9CF5C9F5CADA9DC5DCDA9EDA9FDAA0DB40F5C5F5C6DB41DB42F5C7F5CBDB43BEE0F5C8B8FADB44DB45DB46F5D0F5D3DB47DB48DB49BFE7DB4AB9F2F5BCF5CDDB4BDB4CC2B7DB4DDB4EDB4FCCF8DB50BCF9DB51F5CEF5CFF5D1B6E5F5D2DB52F5D5DB53DB54DB55DB56DB57DB58DB59F5BDDB5ADB5BDB5CF5D4D3BBDB5DB3ECDB5EDB5FCCA4DB60DB61DB62DB63F5D6DB64DB65DB66DB67DB68DB69DB6ADB6BF5D7BEE1F5D8DB6CDB6DCCDFF5DBDB6EDB6FDB70DB71DB72B2C8D7D9DB73F5D9DB74F5DAF5DCDB75F5E2DB76DB77DB78F5E0DB79DB7ADB7BF5DFF5DDDB7CDB7DF5E1DB7EDB80F5DEF5E4F5E5DB81CCE3DB82DB83E5BFB5B8F5E3F5E8CCA3DB84DB85DB86DB87DB88F5E6F5E7DB89DB8ADB8BDB8CDB8DDB8EF5BEDB8FDB90DB91DB92DB93DB94DB95DB96DB97DB98DB99DB9AB1C4DB9BDB9CF5BFDB9DDB9EB5C5B2E4DB9FF5ECF5E9DBA0B6D7DC40F5EDDC41F5EADC42DC43DC44DC45DC46F5EBDC47DC48B4DADC49D4EADC4ADC4BDC4CF5EEDC4DB3F9DC4EDC4FDC50DC51DC52DC53DC54F5EFF5F1DC55DC56DC57F5F0DC58DC59DC5ADC5BDC5CDC5DDC5EF5F2DC5FF5F3DC60DC61DC62DC63DC64DC65DC66DC67DC68DC69DC6ADC6BC9EDB9AADC6CDC6DC7FBDC6EDC6FB6E3DC70DC71DC72DC73DC74DC75DC76CCC9DC77DC78DC79DC7ADC7BDC7CDC7DDC7EDC80DC81DC82DC83DC84DC85DC86DC87DC88DC89DC8AEAA6DC8BDC8CDC8DDC8EDC8FDC90DC91DC92DC93DC94DC95DC96DC97DC98DC99DC9ADC9BDC9CDC9DDC9EDC9FDCA0DD40DD41DD42DD43DD44DD45DD46DD47DD48DD49DD4ADD4BDD4CDD4DDD4EDD4FDD50DD51DD52DD53DD54DD55DD56DD57DD58DD59DD5ADD5BDD5CDD5DDD5EDD5FDD60DD61DD62DD63DD64DD65DD66DD67DD68DD69DD6ADD6BDD6CDD6DDD6EDD6FDD70DD71DD72DD73DD74DD75DD76DD77DD78DD79DD7ADD7BDD7CDD7DDD7EDD80DD81DD82DD83DD84DD85DD86DD87DD88DD89DD8ADD8BDD8CDD8DDD8EDD8FDD90DD91DD92DD93DD94DD95DD96DD97DD98DD99DD9ADD9BDD9CDD9DDD9EDD9FDDA0DE40DE41DE42DE43DE44DE45DE46DE47DE48DE49DE4ADE4BDE4CDE4DDE4EDE4FDE50DE51DE52DE53DE54DE55DE56DE57DE58DE59DE5ADE5BDE5CDE5DDE5EDE5FDE60B3B5D4FEB9ECD0F9DE61E9EDD7AAE9EEC2D6C8EDBAE4E9EFE9F0E9F1D6E1E9F2E9F3E9F5E9F4E9F6E9F7C7E1E9F8D4D8E9F9BDCEDE62E9FAE9FBBDCFE9FCB8A8C1BEE9FDB1B2BBD4B9F5E9FEDE63EAA1EAA2EAA3B7F8BCADDE64CAE4E0CED4AFCFBDD5B7EAA4D5DEEAA5D0C1B9BCDE65B4C7B1D9DE66DE67DE68C0B1DE69DE6ADE6BDE6CB1E6B1E7DE6DB1E8DE6EDE6FDE70DE71B3BDC8E8DE72DE73DE74DE75E5C1DE76DE77B1DFDE78DE79DE7AC1C9B4EFDE7BDE7CC7A8D3D8DE7DC6F9D1B8DE7EB9FDC2F5DE80DE81DE82DE83DE84D3ADDE85D4CBBDFCDE86E5C2B7B5E5C3DE87DE88BBB9D5E2DE89BDF8D4B6CEA5C1ACB3D9DE8ADE8BCCF6DE8CE5C6E5C4E5C8DE8DE5CAE5C7B5CFC6C8DE8EB5FCE5C5DE8FCAF6DE90DE91E5C9DE92DE93DE94C3D4B1C5BCA3DE95DE96DE97D7B7DE98DE99CDCBCBCDCACACCD3E5CCE5CBC4E6DE9ADE9BD1A1D1B7E5CDDE9CE5D0DE9DCDB8D6F0E5CFB5DDDE9ECDBEDE9FE5D1B6BADEA0DF40CDA8B9E4DF41CAC5B3D1CBD9D4ECE5D2B7EADF42DF43DF44E5CEDF45DF46DF47DF48DF49DF4AE5D5B4FEE5D6DF4BDF4CDF4DDF4EDF4FE5D3E5D4DF50D2DDDF51DF52C2DFB1C6DF53D3E2DF54DF55B6DDCBECDF56E5D7DF57DF58D3F6DF59DF5ADF5BDF5CDF5DB1E9DF5EB6F4E5DAE5D8E5D9B5C0DF5FDF60DF61D2C5E5DCDF62DF63E5DEDF64DF65DF66DF67DF68DF69E5DDC7B2DF6AD2A3DF6BDF6CE5DBDF6DDF6EDF6FDF70D4E2D5DADF71DF72DF73DF74DF75E5E0D7F1DF76DF77DF78DF79DF7ADF7BDF7CE5E1DF7DB1DCD1FBDF7EE5E2E5E4DF80DF81DF82DF83E5E3DF84DF85E5E5DF86DF87DF88DF89DF8AD2D8DF8BB5CBDF8CE7DFDF8DDAF5DF8EDAF8DF8FDAF6DF90DAF7DF91DF92DF93DAFAD0CFC4C7DF94DF95B0EEDF96DF97DF98D0B0DF99DAF9DF9AD3CABAAADBA2C7F1DF9BDAFCDAFBC9DBDAFDDF9CDBA1D7DEDAFEC1DADF9DDF9EDBA5DF9FDFA0D3F4E040E041DBA7DBA4E042DBA8E043E044BDBCE045E046E047C0C9DBA3DBA6D6A3E048DBA9E049E04AE04BDBADE04CE04DE04EDBAEDBACBAC2E04FE050E051BFA4DBABE052E053E054DBAAD4C7B2BFE055E056DBAFE057B9F9E058DBB0E059E05AE05BE05CB3BBE05DE05EE05FB5A6E060E061E062E063B6BCDBB1E064E065E066B6F5E067DBB2E068E069E06AE06BE06CE06DE06EE06FE070E071E072E073E074E075E076E077E078E079E07AE07BB1C9E07CE07DE07EE080DBB4E081E082E083DBB3DBB5E084E085E086E087E088E089E08AE08BE08CE08DE08EDBB7E08FDBB6E090E091E092E093E094E095E096DBB8E097E098E099E09AE09BE09CE09DE09EE09FDBB9E0A0E140DBBAE141E142D3CFF4FAC7F5D7C3C5E4F4FCF4FDF4FBE143BEC6E144E145E146E147D0EFE148E149B7D3E14AE14BD4CDCCAAE14CE14DF5A2F5A1BAA8F4FECBD6E14EE14FE150F5A4C0D2E151B3EAE152CDAAF5A5F5A3BDB4F5A8E153F5A9BDCDC3B8BFE1CBE1F5AAE154E155E156F5A6F5A7C4F0E157E158E159E15AE15BF5ACE15CB4BCE15DD7EDE15EB4D7F5ABF5AEE15FE160F5ADF5AFD0D1E161E162E163E164E165E166E167C3D1C8A9E168E169E16AE16BE16CE16DF5B0F5B1E16EE16FE170E171E172E173F5B2E174E175F5B3F5B4F5B5E176E177E178E179F5B7F5B6E17AE17BE17CE17DF5B8E17EE180E181E182E183E184E185E186E187E188E189E18AB2C9E18BD3D4CACDE18CC0EFD6D8D2B0C1BFE18DBDF0E18EE18FE190E191E192E193E194E195E196E197B8AAE198E199E19AE19BE19CE19DE19EE19FE1A0E240E241E242E243E244E245E246E247E248E249E24AE24BE24CE24DE24EE24FE250E251E252E253E254E255E256E257E258E259E25AE25BE25CE25DE25EE25FE260E261E262E263E264E265E266E267E268E269E26AE26BE26CE26DE26EE26FE270E271E272E273E274E275E276E277E278E279E27AE27BE27CE27DE27EE280E281E282E283E284E285E286E287E288E289E28AE28BE28CE28DE28EE28FE290E291E292E293E294E295E296E297E298E299E29AE29BE29CE29DE29EE29FE2A0E340E341E342E343E344E345E346E347E348E349E34AE34BE34CE34DE34EE34FE350E351E352E353E354E355E356E357E358E359E35AE35BE35CE35DE35EE35FE360E361E362E363E364E365E366E367E368E369E36AE36BE36CE36DBCF8E36EE36FE370E371E372E373E374E375E376E377E378E379E37AE37BE37CE37DE37EE380E381E382E383E384E385E386E387F6C6E388E389E38AE38BE38CE38DE38EE38FE390E391E392E393E394E395E396E397E398E399E39AE39BE39CE39DE39EE39FE3A0E440E441E442E443E444E445F6C7E446E447E448E449E44AE44BE44CE44DE44EE44FE450E451E452E453E454E455E456E457E458E459E45AE45BE45CE45DE45EF6C8E45FE460E461E462E463E464E465E466E467E468E469E46AE46BE46CE46DE46EE46FE470E471E472E473E474E475E476E477E478E479E47AE47BE47CE47DE47EE480E481E482E483E484E485E486E487E488E489E48AE48BE48CE48DE48EE48FE490E491E492E493E494E495E496E497E498E499E49AE49BE49CE49DE49EE49FE4A0E540E541E542E543E544E545E546E547E548E549E54AE54BE54CE54DE54EE54FE550E551E552E553E554E555E556E557E558E559E55AE55BE55CE55DE55EE55FE560E561E562E563E564E565E566E567E568E569E56AE56BE56CE56DE56EE56FE570E571E572E573F6C9E574E575E576E577E578E579E57AE57BE57CE57DE57EE580E581E582E583E584E585E586E587E588E589E58AE58BE58CE58DE58EE58FE590E591E592E593E594E595E596E597E598E599E59AE59BE59CE59DE59EE59FF6CAE5A0E640E641E642E643E644E645E646E647E648E649E64AE64BE64CE64DE64EE64FE650E651E652E653E654E655E656E657E658E659E65AE65BE65CE65DE65EE65FE660E661E662F6CCE663E664E665E666E667E668E669E66AE66BE66CE66DE66EE66FE670E671E672E673E674E675E676E677E678E679E67AE67BE67CE67DE67EE680E681E682E683E684E685E686E687E688E689E68AE68BE68CE68DE68EE68FE690E691E692E693E694E695E696E697E698E699E69AE69BE69CE69DF6CBE69EE69FE6A0E740E741E742E743E744E745E746E747F7E9E748E749E74AE74BE74CE74DE74EE74FE750E751E752E753E754E755E756E757E758E759E75AE75BE75CE75DE75EE75FE760E761E762E763E764E765E766E767E768E769E76AE76BE76CE76DE76EE76FE770E771E772E773E774E775E776E777E778E779E77AE77BE77CE77DE77EE780E781E782E783E784E785E786E787E788E789E78AE78BE78CE78DE78EE78FE790E791E792E793E794E795E796E797E798E799E79AE79BE79CE79DE79EE79FE7A0E840E841E842E843E844E845E846E847E848E849E84AE84BE84CE84DE84EF6CDE84FE850E851E852E853E854E855E856E857E858E859E85AE85BE85CE85DE85EE85FE860E861E862E863E864E865E866E867E868E869E86AE86BE86CE86DE86EE86FE870E871E872E873E874E875E876E877E878E879E87AF6CEE87BE87CE87DE87EE880E881E882E883E884E885E886E887E888E889E88AE88BE88CE88DE88EE88FE890E891E892E893E894EEC4EEC5EEC6D5EBB6A4EEC8EEC7EEC9EECAC7A5EECBEECCE895B7B0B5F6EECDEECFE896EECEE897B8C6EED0EED1EED2B6DBB3AED6D3C4C6B1B5B8D6EED3EED4D4BFC7D5BEFBCED9B9B3EED6EED5EED8EED7C5A5EED9EEDAC7AEEEDBC7AFEEDCB2A7EEDDEEDEEEDFEEE0EEE1D7EAEEE2EEE3BCD8EEE4D3CBCCFAB2ACC1E5EEE5C7A6C3ADE898EEE6EEE7EEE8EEE9EEEAEEEBEEECE899EEEDEEEEEEEFE89AE89BEEF0EEF1EEF2EEF4EEF3E89CEEF5CDADC2C1EEF6EEF7EEF8D5A1EEF9CFB3EEFAEEFBE89DEEFCEEFDEFA1EEFEEFA2B8F5C3FAEFA3EFA4BDC2D2BFB2F9EFA5EFA6EFA7D2F8EFA8D6FDEFA9C6CCE89EEFAAEFABC1B4EFACCFFACBF8EFAEEFADB3FAB9F8EFAFEFB0D0E2EFB1EFB2B7E6D0BFEFB3EFB4EFB5C8F1CCE0EFB6EFB7EFB8EFB9EFBAD5E0EFBBB4EDC3AAEFBCE89FEFBDEFBEEFBFE8A0CEFDEFC0C2E0B4B8D7B6BDF5E940CFC7EFC3EFC1EFC2EFC4B6A7BCFCBEE2C3CCEFC5EFC6E941EFC7EFCFEFC8EFC9EFCAC7C2EFF1B6CDEFCBE942EFCCEFCDB6C6C3BEEFCEE943EFD0EFD1EFD2D5F2E944EFD3C4F7E945EFD4C4F8EFD5EFD6B8E4B0F7EFD7EFD8EFD9E946EFDAEFDBEFDCEFDDE947EFDEBEB5EFE1EFDFEFE0E948EFE2EFE3C1CDEFE4EFE5EFE6EFE7EFE8EFE9EFEAEFEBEFECC0D8E949EFEDC1ADEFEEEFEFEFF0E94AE94BCFE2E94CE94DE94EE94FE950E951E952E953B3A4E954E955E956E957E958E959E95AE95BE95CE95DE95EE95FE960E961E962E963E964E965E966E967E968E969E96AE96BE96CE96DE96EE96FE970E971E972E973E974E975E976E977E978E979E97AE97BE97CE97DE97EE980E981E982E983E984E985E986E987E988E989E98AE98BE98CE98DE98EE98FE990E991E992E993E994E995E996E997E998E999E99AE99BE99CE99DE99EE99FE9A0EA40EA41EA42EA43EA44EA45EA46EA47EA48EA49EA4AEA4BEA4CEA4DEA4EEA4FEA50EA51EA52EA53EA54EA55EA56EA57EA58EA59EA5AEA5BC3C5E3C5C9C1E3C6EA5CB1D5CECAB4B3C8F2E3C7CFD0E3C8BCE4E3C9E3CAC3C6D5A2C4D6B9EBCEC5E3CBC3F6E3CCEA5DB7A7B8F3BAD2E3CDE3CED4C4E3CFEA5EE3D0D1CBE3D1E3D2E3D3E3D4D1D6E3D5B2FBC0BBE3D6EA5FC0ABE3D7E3D8E3D9EA60E3DAE3DBEA61B8B7DAE2EA62B6D3EA63DAE4DAE3EA64EA65EA66EA67EA68EA69EA6ADAE6EA6BEA6CEA6DC8EEEA6EEA6FDAE5B7C0D1F4D2F5D5F3BDD7EA70EA71EA72EA73D7E8DAE8DAE7EA74B0A2CDD3EA75DAE9EA76B8BDBCCAC2BDC2A4B3C2DAEAEA77C2AAC4B0BDB5EA78EA79CFDEEA7AEA7BEA7CDAEBC9C2EA7DEA7EEA80EA81EA82B1DDEA83EA84EA85DAECEA86B6B8D4BAEA87B3FDEA88EA89DAEDD4C9CFD5C5E3EA8ADAEEEA8BEA8CEA8DEA8EEA8FDAEFEA90DAF0C1EACCD5CFDDEA91EA92EA93EA94EA95EA96EA97EA98EA99EA9AEA9BEA9CEA9DD3E7C2A1EA9EDAF1EA9FEAA0CBE5EB40DAF2EB41CBE6D2FEEB42EB43EB44B8F4EB45EB46DAF3B0AFCFB6EB47EB48D5CFEB49EB4AEB4BEB4CEB4DEB4EEB4FEB50EB51EB52CBEDEB53EB54EB55EB56EB57EB58EB59EB5ADAF4EB5BEB5CE3C4EB5DEB5EC1A5EB5FEB60F6BFEB61EB62F6C0F6C1C4D1EB63C8B8D1E3EB64EB65D0DBD1C5BCAFB9CDEB66EFF4EB67EB68B4C6D3BAF6C2B3FBEB69EB6AF6C3EB6BEB6CB5F1EB6DEB6EEB6FEB70EB71EB72EB73EB74EB75EB76F6C5EB77EB78EB79EB7AEB7BEB7CEB7DD3EAF6A7D1A9EB7EEB80EB81EB82F6A9EB83EB84EB85F6A8EB86EB87C1E3C0D7EB88B1A2EB89EB8AEB8BEB8CCEEDEB8DD0E8F6ABEB8EEB8FCFF6EB90F6AAD5F0F6ACC3B9EB91EB92EB93BBF4F6AEF6ADEB94EB95EB96C4DEEB97EB98C1D8EB99EB9AEB9BEB9CEB9DCBAAEB9ECFBCEB9FEBA0EC40EC41EC42EC43EC44EC45EC46EC47EC48F6AFEC49EC4AF6B0EC4BEC4CF6B1EC4DC2B6EC4EEC4FEC50EC51EC52B0D4C5F9EC53EC54EC55EC56F6B2EC57EC58EC59EC5AEC5BEC5CEC5DEC5EEC5FEC60EC61EC62EC63EC64EC65EC66EC67EC68EC69C7E0F6A6EC6AEC6BBEB8EC6CEC6DBEB2EC6EB5E5EC6FEC70B7C7EC71BFBFC3D2C3E6EC72EC73D8CCEC74EC75EC76B8EFEC77EC78EC79EC7AEC7BEC7CEC7DEC7EEC80BDF9D1A5EC81B0D0EC82EC83EC84EC85EC86F7B0EC87EC88EC89EC8AEC8BEC8CEC8DEC8EF7B1EC8FEC90EC91EC92EC93D0ACEC94B0B0EC95EC96EC97F7B2F7B3EC98F7B4EC99EC9AEC9BC7CAEC9CEC9DEC9EEC9FECA0ED40ED41BECFED42ED43F7B7ED44ED45ED46ED47ED48ED49ED4AF7B6ED4BB1DEED4CF7B5ED4DED4EF7B8ED4FF7B9ED50ED51ED52ED53ED54ED55ED56ED57ED58ED59ED5AED5BED5CED5DED5EED5FED60ED61ED62ED63ED64ED65ED66ED67ED68ED69ED6AED6BED6CED6DED6EED6FED70ED71ED72ED73ED74ED75ED76ED77ED78ED79ED7AED7BED7CED7DED7EED80ED81CEA4C8CDED82BAABE8B8E8B9E8BABEC2ED83ED84ED85ED86ED87D2F4ED88D4CFC9D8ED89ED8AED8BED8CED8DED8EED8FED90ED91ED92ED93ED94ED95ED96ED97ED98ED99ED9AED9BED9CED9DED9EED9FEDA0EE40EE41EE42EE43EE44EE45EE46EE47EE48EE49EE4AEE4BEE4CEE4DEE4EEE4FEE50EE51EE52EE53EE54EE55EE56EE57EE58EE59EE5AEE5BEE5CEE5DEE5EEE5FEE60EE61EE62EE63EE64EE65EE66EE67EE68EE69EE6AEE6BEE6CEE6DEE6EEE6FEE70EE71EE72EE73EE74EE75EE76EE77EE78EE79EE7AEE7BEE7CEE7DEE7EEE80EE81EE82EE83EE84EE85EE86EE87EE88EE89EE8AEE8BEE8CEE8DEE8EEE8FEE90EE91EE92EE93EE94EE95EE96EE97EE98EE99EE9AEE9BEE9CEE9DEE9EEE9FEEA0EF40EF41EF42EF43EF44EF45D2B3B6A5C7EAF1FCCFEECBB3D0EBE7EFCDE7B9CBB6D9F1FDB0E4CBCCF1FED4A4C2ADC1ECC6C4BEB1F2A1BCD5EF46F2A2F2A3EF47F2A4D2C3C6B5EF48CDC7F2A5EF49D3B1BFC5CCE2EF4AF2A6F2A7D1D5B6EEF2A8F2A9B5DFF2AAF2ABEF4BB2FCF2ACF2ADC8A7EF4CEF4DEF4EEF4FEF50EF51EF52EF53EF54EF55EF56EF57EF58EF59EF5AEF5BEF5CEF5DEF5EEF5FEF60EF61EF62EF63EF64EF65EF66EF67EF68EF69EF6AEF6BEF6CEF6DEF6EEF6FEF70EF71B7E7EF72EF73ECA9ECAAECABEF74ECACEF75EF76C6AEECADECAEEF77EF78EF79B7C9CAB3EF7AEF7BEF7CEF7DEF7EEF80EF81E2B8F7CFEF82EF83EF84EF85EF86EF87EF88EF89EF8AEF8BEF8CEF8DEF8EEF8FEF90EF91EF92EF93EF94EF95EF96EF97EF98EF99EF9AEF9BEF9CEF9DEF9EEF9FEFA0F040F041F042F043F044F7D0F045F046B2CDF047F048F049F04AF04BF04CF04DF04EF04FF050F051F052F053F054F055F056F057F058F059F05AF05BF05CF05DF05EF05FF060F061F062F063F7D1F064F065F066F067F068F069F06AF06BF06CF06DF06EF06FF070F071F072F073F074F075F076F077F078F079F07AF07BF07CF07DF07EF080F081F082F083F084F085F086F087F088F089F7D3F7D2F08AF08BF08CF08DF08EF08FF090F091F092F093F094F095F096E2BBF097BCA2F098E2BCE2BDE2BEE2BFE2C0E2C1B7B9D2FBBDA4CACEB1A5CBC7F099E2C2B6FCC8C4E2C3F09AF09BBDC8F09CB1FDE2C4F09DB6F6E2C5C4D9F09EF09FE2C6CFDAB9DDE2C7C0A1F0A0E2C8B2F6F140E2C9F141C1F3E2CAE2CBC2F8E2CCE2CDE2CECAD7D8B8D9E5CFE3F142F143F144F145F146F147F148F149F14AF14BF14CF0A5F14DF14EDCB0F14FF150F151F152F153F154F155F156F157F158F159F15AF15BF15CF15DF15EF15FF160F161F162F163F164F165F166F167F168F169F16AF16BF16CF16DF16EF16FF170F171F172F173F174F175F176F177F178F179F17AF17BF17CF17DF17EF180F181F182F183F184F185F186F187F188F189F18AF18BF18CF18DF18EF18FF190F191F192F193F194F195F196F197F198F199F19AF19BF19CF19DF19EF19FF1A0F240F241F242F243F244F245F246F247F248F249F24AF24BF24CF24DF24EF24FF250F251F252F253F254F255F256F257F258F259F25AF25BF25CF25DF25EF25FF260F261F262F263F264F265F266F267F268F269F26AF26BF26CF26DF26EF26FF270F271F272F273F274F275F276F277F278F279F27AF27BF27CF27DF27EF280F281F282F283F284F285F286F287F288F289F28AF28BF28CF28DF28EF28FF290F291F292F293F294F295F296F297F298F299F29AF29BF29CF29DF29EF29FF2A0F340F341F342F343F344F345F346F347F348F349F34AF34BF34CF34DF34EF34FF350F351C2EDD4A6CDD4D1B1B3DBC7FDF352B2B5C2BFE6E0CABBE6E1E6E2BED4E6E3D7A4CDD5E6E5BCDDE6E4E6E6E6E7C2EEF353BDBEE6E8C2E6BAA7E6E9F354E6EAB3D2D1E9F355F356BFA5E6EBC6EFE6ECE6EDF357F358E6EEC6ADE6EFF359C9A7E6F0E6F1E6F2E5B9E6F3E6F4C2E2E6F5E6F6D6E8E6F7F35AE6F8B9C7F35BF35CF35DF35EF35FF360F361F7BBF7BAF362F363F364F365F7BEF7BCBAA1F366F7BFF367F7C0F368F369F36AF7C2F7C1F7C4F36BF36CF7C3F36DF36EF36FF370F371F7C5F7C6F372F373F374F375F7C7F376CBE8F377F378F379F37AB8DFF37BF37CF37DF37EF380F381F7D4F382F7D5F383F384F385F386F7D6F387F388F389F38AF7D8F38BF7DAF38CF7D7F38DF38EF38FF390F391F392F393F394F395F7DBF396F7D9F397F398F399F39AF39BF39CF39DD7D7F39EF39FF3A0F440F7DCF441F442F443F444F445F446F7DDF447F448F449F7DEF44AF44BF44CF44DF44EF44FF450F451F452F453F454F7DFF455F456F457F7E0F458F459F45AF45BF45CF45DF45EF45FF460F461F462DBCBF463F464D8AAF465F466F467F468F469F46AF46BF46CE5F7B9EDF46DF46EF46FF470BFFDBBEAF7C9C6C7F7C8F471F7CAF7CCF7CBF472F473F474F7CDF475CEBAF476F7CEF477F478C4A7F479F47AF47BF47CF47DF47EF480F481F482F483F484F485F486F487F488F489F48AF48BF48CF48DF48EF48FF490F491F492F493F494F495F496F497F498F499F49AF49BF49CF49DF49EF49FF4A0F540F541F542F543F544F545F546F547F548F549F54AF54BF54CF54DF54EF54FF550F551F552F553F554F555F556F557F558F559F55AF55BF55CF55DF55EF55FF560F561F562F563F564F565F566F567F568F569F56AF56BF56CF56DF56EF56FF570F571F572F573F574F575F576F577F578F579F57AF57BF57CF57DF57EF580F581F582F583F584F585F586F587F588F589F58AF58BF58CF58DF58EF58FF590F591F592F593F594F595F596F597F598F599F59AF59BF59CF59DF59EF59FF5A0F640F641F642F643F644F645F646F647F648F649F64AF64BF64CF64DF64EF64FF650F651F652F653F654F655F656F657F658F659F65AF65BF65CF65DF65EF65FF660F661F662F663F664F665F666F667F668F669F66AF66BF66CF66DF66EF66FF670F671F672F673F674F675F676F677F678F679F67AF67BF67CF67DF67EF680F681F682F683F684F685F686F687F688F689F68AF68BF68CF68DF68EF68FF690F691F692F693F694F695F696F697F698F699F69AF69BF69CF69DF69EF69FF6A0F740F741F742F743F744F745F746F747F748F749F74AF74BF74CF74DF74EF74FF750F751F752F753F754F755F756F757F758F759F75AF75BF75CF75DF75EF75FF760F761F762F763F764F765F766F767F768F769F76AF76BF76CF76DF76EF76FF770F771F772F773F774F775F776F777F778F779F77AF77BF77CF77DF77EF780D3E3F781F782F6CFF783C2B3F6D0F784F785F6D1F6D2F6D3F6D4F786F787F6D6F788B1ABF6D7F789F6D8F6D9F6DAF78AF6DBF6DCF78BF78CF78DF78EF6DDF6DECFCAF78FF6DFF6E0F6E1F6E2F6E3F6E4C0F0F6E5F6E6F6E7F6E8F6E9F790F6EAF791F6EBF6ECF792F6EDF6EEF6EFF6F0F6F1F6F2F6F3F6F4BEA8F793F6F5F6F6F6F7F6F8F794F795F796F797F798C8FAF6F9F6FAF6FBF6FCF799F79AF6FDF6FEF7A1F7A2F7A3F7A4F7A5F79BF79CF7A6F7A7F7A8B1EEF7A9F7AAF7ABF79DF79EF7ACF7ADC1DBF7AEF79FF7A0F7AFF840F841F842F843F844F845F846F847F848F849F84AF84BF84CF84DF84EF84FF850F851F852F853F854F855F856F857F858F859F85AF85BF85CF85DF85EF85FF860F861F862F863F864F865F866F867F868F869F86AF86BF86CF86DF86EF86FF870F871F872F873F874F875F876F877F878F879F87AF87BF87CF87DF87EF880F881F882F883F884F885F886F887F888F889F88AF88BF88CF88DF88EF88FF890F891F892F893F894F895F896F897F898F899F89AF89BF89CF89DF89EF89FF8A0F940F941F942F943F944F945F946F947F948F949F94AF94BF94CF94DF94EF94FF950F951F952F953F954F955F956F957F958F959F95AF95BF95CF95DF95EF95FF960F961F962F963F964F965F966F967F968F969F96AF96BF96CF96DF96EF96FF970F971F972F973F974F975F976F977F978F979F97AF97BF97CF97DF97EF980F981F982F983F984F985F986F987F988F989F98AF98BF98CF98DF98EF98FF990F991F992F993F994F995F996F997F998F999F99AF99BF99CF99DF99EF99FF9A0FA40FA41FA42FA43FA44FA45FA46FA47FA48FA49FA4AFA4BFA4CFA4DFA4EFA4FFA50FA51FA52FA53FA54FA55FA56FA57FA58FA59FA5AFA5BFA5CFA5DFA5EFA5FFA60FA61FA62FA63FA64FA65FA66FA67FA68FA69FA6AFA6BFA6CFA6DFA6EFA6FFA70FA71FA72FA73FA74FA75FA76FA77FA78FA79FA7AFA7BFA7CFA7DFA7EFA80FA81FA82FA83FA84FA85FA86FA87FA88FA89FA8AFA8BFA8CFA8DFA8EFA8FFA90FA91FA92FA93FA94FA95FA96FA97FA98FA99FA9AFA9BFA9CFA9DFA9EFA9FFAA0FB40FB41FB42FB43FB44FB45FB46FB47FB48FB49FB4AFB4BFB4CFB4DFB4EFB4FFB50FB51FB52FB53FB54FB55FB56FB57FB58FB59FB5AFB5BC4F1F0AFBCA6F0B0C3F9FB5CC5B8D1BBFB5DF0B1F0B2F0B3F0B4F0B5D1BCFB5ED1ECFB5FF0B7F0B6D4A7FB60CDD2F0B8F0BAF0B9F0BBF0BCFB61FB62B8EBF0BDBAE8FB63F0BEF0BFBEE9F0C0B6ECF0C1F0C2F0C3F0C4C8B5F0C5F0C6FB64F0C7C5F4FB65F0C8FB66FB67FB68F0C9FB69F0CAF7BDFB6AF0CBF0CCF0CDFB6BF0CEFB6CFB6DFB6EFB6FF0CFBAD7FB70F0D0F0D1F0D2F0D3F0D4F0D5F0D6F0D8FB71FB72D3A5F0D7FB73F0D9FB74FB75FB76FB77FB78FB79FB7AFB7BFB7CFB7DF5BAC2B9FB7EFB80F7E4FB81FB82FB83FB84F7E5F7E6FB85FB86F7E7FB87FB88FB89FB8AFB8BFB8CF7E8C2B4FB8DFB8EFB8FFB90FB91FB92FB93FB94FB95F7EAFB96F7EBFB97FB98FB99FB9AFB9BFB9CC2F3FB9DFB9EFB9FFBA0FC40FC41FC42FC43FC44FC45FC46FC47FC48F4F0FC49FC4AFC4BF4EFFC4CFC4DC2E9FC4EF7E1F7E2FC4FFC50FC51FC52FC53BBC6FC54FC55FC56FC57D9E4FC58FC59FC5ACAF2C0E8F0A4FC5BBADAFC5CFC5DC7ADFC5EFC5FFC60C4ACFC61FC62F7ECF7EDF7EEFC63F7F0F7EFFC64F7F1FC65FC66F7F4FC67F7F3FC68F7F2F7F5FC69FC6AFC6BFC6CF7F6FC6DFC6EFC6FFC70FC71FC72FC73FC74FC75EDE9FC76EDEAEDEBFC77F6BCFC78FC79FC7AFC7BFC7CFC7DFC7EFC80FC81FC82FC83FC84F6BDFC85F6BEB6A6FC86D8BEFC87FC88B9C4FC89FC8AFC8BD8BBFC8CDCB1FC8DFC8EFC8FFC90FC91FC92CAF3FC93F7F7FC94FC95FC96FC97FC98FC99FC9AFC9BFC9CF7F8FC9DFC9EF7F9FC9FFCA0FD40FD41FD42FD43FD44F7FBFD45F7FAFD46B1C7FD47F7FCF7FDFD48FD49FD4AFD4BFD4CF7FEFD4DFD4EFD4FFD50FD51FD52FD53FD54FD55FD56FD57C6EBECB4FD58FD59FD5AFD5BFD5CFD5DFD5EFD5FFD60FD61FD62FD63FD64FD65FD66FD67FD68FD69FD6AFD6BFD6CFD6DFD6EFD6FFD70FD71FD72FD73FD74FD75FD76FD77FD78FD79FD7AFD7BFD7CFD7DFD7EFD80FD81FD82FD83FD84FD85B3DDF6B3FD86FD87F6B4C1E4F6B5F6B6F6B7F6B8F6B9F6BAC8A3F6BBFD88FD89FD8AFD8BFD8CFD8DFD8EFD8FFD90FD91FD92FD93C1FAB9A8EDE8FD94FD95FD96B9EAD9DFFD97FD98FD99FD9AFD9";encodeToGb2312(t){for(var n="",i=0;i<t.length;i++){var o=t.charAt(i),_=t.charCodeAt(i);if(o==" ")n+="+";else if(_>=19968&&_<=40869){let s=_-19968;n+="%"+this.z.substr(s*4,2)+"%"+this.z.substr(s*4+2,2)}else n+="%"+t.charCodeAt(i).toString(16)}return n}decodeFromGb2312(t){for(var n="",i=0;i<t.length;i++){var o=t.charAt(i);if(o=="+")n+=" ";else if(o!="%")n+=o;else{i++;var _=t.charAt(i);if(!isNaN(parseInt(_)))i++,n+=decodeURIComponent(o+_+t.charAt(i));else try{var s=t.substr(i,2)+t.substr(i+3,2);i=i+4;for(var u=-1;(u=this.z.indexOf(s,u+1))!=-1;)if(u%4==0){n+=String.fromCharCode(u/4+19968);break}}catch{}}}return n}}let MxG2312Obj=new MxG2312;const _mxFinalizationRegistry=new FinalizationRegistry(e=>{exports.MxCpp.App.DestroyObject(e)}),_mxFinalizationRegistry_token={};class MdRxObject{imp=0;constructor(t){this.imp=t,this.imp&&_mxFinalizationRegistry.register(this,t,_mxFinalizationRegistry_token)}getImp(){return this.imp}initTempObject(t){this.imp=t}get ObjectName(){return this.imp.getObjectName()}get Dxf0(){return this.imp.getDxf0()}getJson(){let t=this.imp.getJson();return MxG2312Obj.decodeFromGb2312(t)}setJson(t){let n=MxG2312Obj.encodeToGb2312(t);return this.imp.setJson(n)}}class MdDbObject extends MdRxObject{constructor(t){super(t)}getObjectID(){return this.imp.getObjectID()}Erase(){return this.imp.Erase()}Clone(){let t=this.imp.Clone();return exports.MxCpp.App.CreateCloneObject(t)}}class MdDbLayerTable extends MdDbObject{constructor(t){super(t)}}class MdDbLinetypeTable extends MdDbObject{constructor(t){super(t)}}class MdDbTextStyleTable extends MdDbObject{constructor(t){super(t)}}class MdDbEntity extends MdDbObject{constructor(t){super(t)}moveGripPointsAt(t,n,i,o){return this.imp.moveGripPointsAt(t,n,i,o)}}class MdDbCurve extends MdDbEntity{constructor(t){super(t)}getStartParam(){return{val:this.imp.getStartParam(),ret:exports.MxCpp.getCallResult()}}getEndParam(){return{val:this.imp.getEndParam(),ret:exports.MxCpp.getCallResult()}}getDistAtParam(t){return{val:this.imp.getDistAtParam(t),ret:exports.MxCpp.getCallResult()}}getParamAtDist(t){return{val:this.imp.getParamAtDist(t),ret:exports.MxCpp.getCallResult()}}getDistAtPoint(t){return{val:this.imp.getDistAtPoint(t),ret:exports.MxCpp.getCallResult()}}getPointAtDist(t){return{val:this.imp.getPointAtDist(t),ret:exports.MxCpp.getCallResult()}}}class MdDbDatabase extends MdRxObject{constructor(t){super(t)}GetLayerTable(){return new MdDbLayerTable(this.imp.GetLayerTable())}GetLinetypeTable(){return new MdDbLinetypeTable(this.imp.GetLinetypeTable())}GetTextStyleTable(){return new MdDbTextStyleTable(this.imp.GetTextStyleTable())}GetCurrentlyLineTypeScale(){return this.imp.GetCurrentlyLineTypeScale()}SetCurrentlyLineTypeScale(t){return this.imp.SetCurrentlyLineTypeScale(t)}GetCurrentlyLineTypeName(){let t=this.imp.GetCurrentlyLineTypeName();return MxG2312Obj.decodeFromGb2312(t)}SetCurrentlyLineTypeName(t){let n=MxG2312Obj.encodeToGb2312(t);this.imp.SetCurrentlyLineTypeName(n)}GetCurrentlyLayerName(){let t=this.imp.GetCurrentlyLayerName();return MxG2312Obj.decodeFromGb2312(t)}SetCurrentlyLayerName(t){let n=MxG2312Obj.encodeToGb2312(t);this.imp.SetCurrentlyLayerName(n)}GetCurrentlyTrueColor(){return this.imp.GetCurrentlyTrueColor()}SetCurrentlyTrueColor(t){return this.imp.SetCurrentlyTrueColor(t)}GetCurrentlyColorIndex(){return this.imp.GetCurrentlyColorIndex()}SetCurrentlyColorIndex(t){return this.imp.SetCurrentlyColorIndex(t)}GetCurrentlyTextStyleName(){let t=this.imp.GetCurrentlyTextStyleName();return MxG2312Obj.decodeFromGb2312(t)}SetCurrentlyTextStyle(t){let n=MxG2312Obj.encodeToGb2312(t);this.imp.SetCurrentlyTextStyle(n)}}class McObject{imp;static _currentOpenWebFileName;constructor(t){this.imp=t}getImp(){return this.imp}getMxCppImp(){return exports.MxCpp.mxcadassemblyimp}updateDisplay(t,n){this.imp.updateDisplay(t,n)}test(){this.imp.test()}openWebFile(t){return McObject._currentOpenWebFileName=t,this.imp.openWebFile(t)}getCurrentOpenWebFileUrl(){return McObject._currentOpenWebFileName}saveFileToUrl(t){return this.imp.saveFileToUrl(t)}async downloadFile({blob:t,filename:n="",types:i=[{description:"mxweb File",accept:{"application/octet-stream":[".mxweb"]}}]}){try{if(window.showSaveFilePicker)if(window.navigator?.userActivation?.isActive)try{if(!window.showSaveFilePicker)return;const s=await(await window.showSaveFilePicker({suggestedName:n,types:i})).createWritable();await s.write(t),await s.close();return}catch(_){if(_?.name==="AbortError")return;console.error(_)}else console.warn("\u975E\u7528\u6237\u4EA4\u4E92 \u65E0\u6CD5\u8C03\u7528showSaveFilePicker \u5DF2\u9009\u62E9\u517C\u5BB9\u65B9\u6848");if(window.navigator?.msSaveOrOpenBlob){window.navigator.msSaveOrOpenBlob(t,n);return}const o=document.createElement("a");o.href=window.URL.createObjectURL(t),o.download=n,o.style.display="none",document.body.appendChild(o),o.click(),document.body.removeChild(o),typeof window.URL.revokeObjectURL=="function"?window.URL.revokeObjectURL(o.href):typeof window.webkitURL<"u"&&typeof window.webkitURL.revokeObjectURL=="function"?window.webkitURL.revokeObjectURL(o.href):window.URL.revokeObjectURL(o.href)}catch(o){console.error(o.name,o.message)}}saveFile(t=this.getCurrentOpenWebFileUrl(),n,i=!0){const o=window;return o.mx_saveFile_call=_=>{if(n&&n(_),i&&_){let s;/^((?!chrome|android).)*safari/i.test(navigator.userAgent)?s=new Blob([_.buffer],{type:"application/octet-stream"}):s=new Blob([_.buffer],{type:"application/octet-binary"}),this.downloadFile({blob:s,filename:t})}o.mx_saveFile_call=null},this.imp.saveFile(t)}GetDatabase(){return new MdDbDatabase(this.imp.GetDatabase())}GetSysVarString(t){return this.imp.GetSysVarString(t)}SetSysVarString(t,n){return this.imp.SetSysVarString(t,n)}GetSysVarDouble(t){return this.imp.GetSysVarDouble(t)}SetSysVarDouble(t,n){return this.imp.SetSysVarDouble(t,n)}GetSysVarLong(t){return this.imp.GetSysVarLong(t)}SetSysVarLong(t,n){return this.imp.SetSysVarLong(t,n)}get DrawColor(){return this.imp.GetDrawColor()}set DrawColor(t){this.imp.SetDrawColor(t)}get DrawLineWeight(){return this.imp.GetDrawLineWeight()}set DrawLineWeight(t){this.imp.SetDrawLineWeight(t)}get DrawLineTypeScale(){return this.imp.GetDrawLineTypeScale()}set DrawLineTypeScale(t){this.imp.SetDrawLineTypeScale(t)}get DrawLinetype(){return this.imp.GetDrawLinetype()}set DrawLinetype(t){this.imp.SetDrawLinetype(t)}get DrawTextStyle(){return this.imp.GetDrawTextStyle()}set DrawTextStyle(t){this.imp.SetDrawTextStyle(t)}get DrawLayer(){return this.imp.GetDrawLayer()}set DrawLayer(t){this.imp.SetDrawLayer(t)}AddLayer(t){this.imp.AddLayer(t)}AddTextStyle(t,n,i,o){this.imp.AddTextStyle(t,n,i,o)}AddLinetype(t,n){this.imp.AddLinetype(t,n)}AddLinetypeEx(t,n,i){this.imp.AddLinetypeEx(t,n,i)}DrawLine(t,n,i,o,_,s){return this.imp.DrawLine(t,n,i,o,_,s)}AddDimStyle(t,n,i,o,_){return this.imp.AddDimStyle(t,n,i,o,_)}get DrawDimStyle(){return this.imp.GetDrawDimStyle()}set DrawDimStyle(t){this.imp.SetDrawDimStyle(t)}get DrawPatternDefinition(){return this.imp.GetPatternDefinition()}set DrawPatternDefinition(t){this.imp.SetPatternDefinition(t)}get DrawLineWidth(){return this.imp.GetDrawLineWidth()}set DrawLineWidth(t){this.imp.SetDrawLineWidth(t)}DrawArc(t,n,i,o,_){return this.imp.DrawArc(t,n,i,o,_)}DrawArc2(t,n,i,o,_,s){return this.imp.DrawArc2(t,n,i,o,_,s)}DrawCircle(t,n,i){return this.imp.DrawCircle(t,n,i)}DrawEllipse(t,n,i,o,_){return this.imp.DrawEllipse(t,n,i,o,_)}DrawEllipseArc(t,n,i,o,_,s,u){return this.imp.DrawEllipseArc(t,n,i,o,_,s,u)}DrawPoint(t,n){return this.imp.DrawPoint(t,n)}DrawSolid(t,n,i,o,_,s,u,b){return this.imp.DrawSolid(t,n,i,o,_,s,u,b)}DrawMText(t,n,i,o,_,s,u){return this.imp.DrawMText(t,n,i,o,_,s,u)}DrawText(t,n,i,o,_,s,u){return this.imp.DrawTextDrawText(t,n,i,o,_,s,u)}DrawBlockReference(t,n,i,o,_){return this.imp.DrawBlockReference(t,n,i,o,_)}DrawDimAligned(t,n,i,o,_,s){return this.imp.DrawDimAligned(t,n,i,o,_,s)}DrawDimAngular(t,n,i,o,_,s,u,b){return this.imp.DrawDimAngular(t,n,i,o,_,s,u,b)}DrawDimDiametric(t,n,i,o,_){return this.imp.DrawDimDiametric(t,n,i,o,_)}DrawDimRotated(t,n,i,o,_,s,u){return this.imp.DrawDimRotated(t,n,i,o,_,s,u)}DrawDimOrdinate(t,n,i,o,_){return this.imp.DrawDimOrdinate(t,n,i,o,_)}DrawDimRadial(t,n,i,o,_){return this.imp.DrawDimRadial(t,n,i,o,_)}PathMoveTo(t,n){this.imp.PathMoveTo(t,n)}PathMoveToEx(t,n,i,o,_){this.imp.PathMoveToEx(t,n,i,o,_)}PathLineTo(t,n){this.imp.PathLineTo(t,n)}PathLineToEx(t,n,i,o,_){this.imp.PathLineToEx(t,n,i,o,_)}DrawPathToPolyline(){return this.imp.DrawPathToPolyline()}DrawPathToSpline(){return this.imp.DrawPathToSpline()}PathMakeClosed(){this.imp.PathMakeClosed()}DrawPathToHatch(t){return this.imp.DrawPathToHatch(t)}DrawEntity(t){return this.imp.DrawEntity(t.getImp())}ObjectIdToObject(t){return exports.MxCpp.App.ObjectIdToObject(t)}CloneMdDbObject(t){let n=this.imp.CloneMdDbObject(t);return exports.MxCpp.App.CreateCloneObject(n)}ObjectIdToMdObjectImp(t){return exports.MxCpp.App.getImp().ObjectIdToMdObject(t)}DestroyObject(t){!t||exports.MxCpp.App.getImp().DestroyObject(t)}}class McAppType{imp;init(t){this.imp=t}getImp(){return this.imp}getLastCallResult(){return this.imp.getLastCallResult()}CreateMxCAD(t,n,i,o,_){let s=this.imp.CreateMxDraw(t,n,i,o,_);return new McObject(s)}DestroyObject(t){this.imp.DestroyObject(t)}GetCurrentMxCAD(){return new McObject(this.imp.GetCurrentMxDraw())}mcedRGB2Index(t,n,i,o=!0){return this.imp.mcedRGB2Index(t,n,i,o)}ObjectIdToObject(t){if(!t)return null;let n=this.imp.ObjectIdToObjectName(t);if(n=="McDbLine"){let i=this.imp.ObjectIdToMdDbLine(t);return new MdDbLine(i)}else if(n=="McDbText"){let i=this.imp.ObjectIdToMdDbText(t);return new MdDbText(i)}else if(n=="MdDbPolyline"){let i=this.imp.ObjectIdToMdDbPolyline(t);return new MdDbPolyline(i)}else if(n=="MdDbCircle"){let i=this.imp.ObjectIdToMdDbCircle(t);return new MdDbCircle(i)}else if(n=="MdDbBlockReference"){let i=this.imp.ObjectIdToMdDbBlockReference(t);return new MdDbBlockReference(i)}return console.log("Mx: ObjectIdToObject error type"),null}CreateCloneObject(t){let n=t.getObjectName();if(n=="McDbLine"){let i=new MdDbLine;return i.getImp().ConnectionTempObject(t),exports.MxCpp.App.DestroyObject(t),i}else if(n=="McDbText"){let i=new MdDbText;return i.getImp().ConnectionTempObject(t),exports.MxCpp.App.DestroyObject(t),i}return console.log("Mx: Clone error type"),new MdDbObject(t)}}class MxCppType{mxcadassemblyimp;App=new McAppType;NewMdCmColor(){return new this.mxcadassemblyimp.MdCmColor}getCallResult(){return this.App.getLastCallResult()}NewMdGePoint3d(t,n){if(n&&t&&t.x&&t.y){let o=t.z||0;t=mxdraw.MxFun.getCurrentDraw().docCoord2Cad(t.x,t.y,o)}let i=new this.mxcadassemblyimp.MdGePoint3d;return t&&t.x&&t.y&&(i.x=t.x,i.y=t.y,t.z&&(i.y=t.z)),i}NewMdGePoint3d2(t,n,i){let o=new this.mxcadassemblyimp.MdGePoint3d;return o.x=t,o.y=n,i&&(o.y=i),o}}class MdDbLine extends MdDbCurve{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbLine)}get startPoint(){return this.imp.startPoint()}set startPoint(t){this.imp.setStartPoint(t)}get endPoint(){return this.imp.endPoint()}set endPoint(t){this.imp.setEndPoint(t)}}exports.McDb=void 0,(e=>{(t=>{t[t.kTextLeft=0]="kTextLeft",t[t.kTextCenter=1]="kTextCenter",t[t.kTextRight=2]="kTextRight",t[t.kTextAlign=3]="kTextAlign",t[t.kTextMid=4]="kTextMid",t[t.kTextFit=5]="kTextFit"})(e.TextHorzMode||(e.TextHorzMode={})),(t=>{t[t.kTextBase=0]="kTextBase",t[t.kTextBottom=1]="kTextBottom",t[t.kTextVertMid=2]="kTextVertMid",t[t.kTextTop=3]="kTextTop"})(e.TextVertMode||(e.TextVertMode={}))})(exports.McDb||(exports.McDb={}));class MdDbText extends MdDbEntity{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbText)}get position(){return this.imp.position()}set position(t){this.imp.setPosition(t)}get alignmentPoint(){return this.imp.position()}set alignmentPoint(t){this.imp.setAlignmentPoint(t)}get oblique(){return this.imp.oblique()}set oblique(t){this.imp.setOblique(t)}get rotation(){return this.imp.rotation()}set rotation(t){this.imp.setRotation(t)}get height(){return this.imp.height()}set height(t){this.imp.setHeight(t)}get widthFactor(){return this.imp.widthFactor()}set widthFactor(t){this.imp.setWidthFactor(t)}get textString(){return MxG2312Obj.decodeFromGb2312(this.imp.textString())}set textString(t){this.imp.setTextString(MxG2312Obj.encodeToGb2312(t))}get horizontalMode(){return this.imp.horizontalMode()}set horizontalMode(t){this.imp.setHorizontalMode(t)}get verticalMode(){return this.imp.verticalMode()}set verticalMode(t){this.imp.setVerticalMode(t)}}class MdDbCircle extends MdDbCurve{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbCircle)}get center(){return this.imp.center()}setCenter(t,n,i){return this.imp.setCenter(exports.MxCpp.NewMdGePoint3d2(t,n,i))}set center(t){this.imp.setCenter(t)}get radius(){return this.imp.radius()}set radius(t){this.imp.setRadius(t)}}class MdDbPolyline extends MdDbCurve{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbPolyline)}setClosed(t){this.imp.setClosed(t)}setConstantWidth(t){this.imp.setConstantWidth(t)}isClosed(){return this.imp.isClosed()}getConstantWidth(){return this.imp.getConstantWidth()}addVertexAt(t,n,i,o,_){return this.imp.addVertexAt(t,n,i,o,_)}removeVertexAt(t){return this.imp.removeVertexAt(t)}numVerts(){return this.imp.numVerts()}getPointAt(t){return{val:this.imp.getPointAt(t),ret:exports.MxCpp.getCallResult()}}getBulgeAt(t){return this.imp.getBulgeAt(t)}getWidthsAt(t){return{val1:this.imp.getStartWidthsAt(t),val2:this.imp.getEndWidthsAt(t),ret:exports.MxCpp.getCallResult()}}setPointAt(t,n){return this.imp.setPointAt(t,n)}setBulgeAt(t,n){return this.imp.setBulgeAt(t,n)}}class MdDbBlockReference extends MdDbEntity{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbBlockReference)}blockTableRecordId(){return this.imp.blockTableRecord()}setBlockTableRecordId(t){this.imp.setBlockTableRecordId(t)}position(){return this.imp.position()}setPosition(t){return this.imp.setPosition(t)}scaleFactors(){return this.imp.scaleFactors()}setScaleFactors(t){return this.imp.setScaleFactors(t)}rotation(){return this.imp.rotation()}setRotation(t){return this.imp.setRotation(t)}blockTransform(){return this.imp.blockTransform()}setBlockTransform(t){this.imp.setBlockTransform(t)}}class McDrawResbuf extends MdRxObject{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.McDrawResbuf)}Clear(){this.imp.Clear()}GetCount(){return this.imp.GetCount()}AtDouble(t){return{val:this.imp.AtDouble(t),ret:exports.MxCpp.getCallResult()}}Atlong(t){return{val:this.imp.Atlong(t),ret:exports.MxCpp.getCallResult()}}AtObjectId(t){return{val:this.imp.AtObjectId(t),ret:exports.MxCpp.getCallResult()}}AtString(t){return{val:MxG2312Obj.decodeFromGb2312(this.imp.AtString(t)),ret:exports.MxCpp.getCallResult()}}AtPoint(t){return{val:this.imp.AtPoint(t),ret:exports.MxCpp.getCallResult()}}ItemDataType(){return this.imp.ItemDataType()}AddDouble(t,n=-10){return this.imp.AddDouble(t,n)}Addlong(t,n=-10){return this.imp.Addlong(t,n)}AddObjectId(t,n=-10){return this.imp.AddObjectId(t,n)}AddString(t,n=-10){return this.imp.AddString(t,n)}AddPoint(t,n=-10){return this.imp.AddPoint(t,n)}RemoveAll(){this.imp.RemoveAll()}Remove(t){this.imp.Remove(t)}}class MxObjectId{id;type;constructor(t,n){this.id=t,this.type=n}getType(){return this.type}getId(){return this.id}erase(){this.type==1?mxdraw.MxFun.getCurrentDraw().eraseMxEntity(this.id):this.type==0&&McDrawUtility.eraseEntity(this.id)}}class McDrawUtilityClass{imp;constructor(){}init(){this.imp||(this.imp=new exports.MxCpp.mxcadassemblyimp.McDrawUtility)}eraseEntity(t){return this.init(),this.imp.eraseEntity(t)}highlightEntity(t,n=!0){return this.init(),this.imp.highlightEntity(t,n)}findEntAtPoint(t,n,i,o=-1,_=null){this.init();let s;return _==null?s=new exports.MxCpp.mxcadassemblyimp.McDrawResbuf:s=_.getImp(),this.imp.findEntAtPoint(t,n,i,o,s)}selectEnt(t,n=null){return this.init(),new Promise(async i=>{const o=new mxdraw.MrxDbgUiPrPoint;t&&o.setMessage(t),o.setCursorType(MxCursorType.kRect);let _=await o.go();if(!_){i([]);return}mxdraw.MrxDbgUtils.findEntAtPoint(_).then(s=>{let u=[];s.forEach(d=>{u.push(new MxObjectId(d,1))});let b=this.findEntAtPoint(_.x,_.y,_.z,-1,n);b!=0&&u.push(new MxObjectId(b,0)),i(u)})})}}let McDrawUtility=new McDrawUtilityClass;const stopRunCommand=()=>mxdraw.store.state.MxFun.stopRunCommand();function angleTo(e,t,n,i){const o=e-n,_=t-i;let s=0;return o==0?s=Math.PI/2:s=Math.atan(Math.abs(_/o)),o<0&&_>=0?s=Math.PI-s:o<0&&_<0?s=Math.PI+s:o>=0&&_<0&&(s=Math.PI*2-s),s}async function drawLine(){const e=new mxdraw.MrxDbgUiPrPoint;let t=new mxdraw.MxDbLine,n=[];e.setMessage(`
11
+ \u6307\u5B9A\u5706\u7684\u5706\u5FC3\u6216[\u4E09\u70B9(3P)/\u4E24\u70B9(2P)/\u5207\u70B9\u3001\u5207\u70B9\u3001\u534A\u5F84(T)]:`),e.setKeyWords("3P 2P T"),e.goWhile(l=>{if(l===mxdraw.MrxDbgUiPrBaseReturn.kKeyWord&&(e.isKeyWordPicked("3P")?i="3P":e.isKeyWordPicked("2P")?i="2P":e.isKeyWordPicked("T")&&(i="T")),s(l))return{exit:!0};if(b(l))return{exit:!0};if(w(l))return{exit:!0};if(v(l))return{exit:!0}},l=>{l===mxdraw.MrxDbgUiPrBaseReturn.kCancel&&mxdraw.MxFun.getCurrentDraw().addMxEntity(t)})}mxdraw.store.events.on("MxDbEntityRegister",()=>{mxdraw.MxFun.addCommand("Mx_Circle",drawCircle)});var MxCursorType;(function(e){e[e.kNormal=0]="kNormal",e[e.kRect=1]="kRect",e[e.kCross=2]="kCross"})(MxCursorType||(MxCursorType={}));class MxG2312{z="D2BBB6A18140C6DF814181428143CDF2D5C9C8FDC9CFCFC2D8A2B2BBD3EB8144D8A4B3F38145D7A8C7D2D8A7CAC08146C7F0B1FBD2B5B4D4B6ABCBBFD8A9814781488149B6AA814AC1BDD1CF814BC9A5D8AD814CB8F6D1BEE3DCD6D0814D814EB7E1814FB4AE8150C1D98151D8BC8152CDE8B5A4CEAAD6F78153C0F6BED9D8AF815481558156C4CB8157BEC38158D8B1C3B4D2E58159D6AECEDAD5A7BAF5B7A6C0D6815AC6B9C5D2C7C7815BB9D4815CB3CBD2D2815D815ED8BFBEC5C6F2D2B2CFB0CFE7815F816081618162CAE981638164D8C081658166816781688169816AC2F2C2D2816BC8E9816C816D816E816F817081718172817381748175C7AC8176817781788179817A817B817CC1CB817DD3E8D5F9817ECAC2B6FED8A1D3DABFF78180D4C6BBA5D8C1CEE5BEAE81818182D8A88183D1C7D0A9818481858186D8BDD9EFCDF6BFBA8187BDBBBAA5D2E0B2FABAE0C4B68188CFEDBEA9CDA4C1C18189818A818BC7D7D9F1818CD9F4818D818E818F8190C8CBD8E9819181928193D2DACAB2C8CAD8ECD8EAD8C6BDF6C6CDB3F08194D8EBBDF1BDE98195C8D4B4D381968197C2D88198B2D6D7D0CACBCBFBD5CCB8B6CFC98199819A819BD9DAD8F0C7AA819CD8EE819DB4FAC1EED2D4819E819FD8ED81A0D2C7D8EFC3C781A181A281A3D1F681A4D6D9D8F281A5D8F5BCFEBCDB81A681A781A8C8CE81A9B7DD81AAB7C281ABC6F381AC81AD81AE81AF81B081B181B2D8F8D2C181B381B4CEE9BCBFB7FCB7A5D0DD81B581B681B781B881B9D6DAD3C5BBEFBBE1D8F181BA81BBC9A1CEB0B4AB81BCD8F381BDC9CBD8F6C2D7D8F781BE81BFCEB1D8F981C081C181C2B2AEB9C081C3D9A381C4B0E981C5C1E681C6C9EC81C7CBC581C8CBC6D9A481C981CA81CB81CC81CDB5E881CE81CFB5AB81D081D181D281D381D481D5CEBBB5CDD7A1D7F4D3D381D6CCE581D7BACE81D8D9A2D9DCD3E0D8FDB7F0D7F7D8FED8FAD9A1C4E381D981DAD3B6D8F4D9DD81DBD8FB81DCC5E581DD81DEC0D081DF81E0D1F0B0DB81E181E2BCD1D9A681E3D9A581E481E581E681E7D9ACD9AE81E8D9ABCAB981E981EA81EBD9A9D6B681EC81ED81EEB3DED9A881EFC0FD81F0CACC81F1D9AA81F2D9A781F381F4D9B081F581F6B6B181F781F881F9B9A981FAD2C081FB81FCCFC081FD81FEC2C28240BDC4D5ECB2E0C7C8BFEBD9AD8241D9AF8242CEEABAEE82438244824582468247C7D682488249824A824B824C824D824E824F8250B1E3825182528253B4D9B6EDD9B48254825582568257BFA182588259825AD9DEC7CEC0FED9B8825B825C825D825E825FCBD7B7FD8260D9B58261D9B7B1A3D3E1D9B98262D0C58263D9B682648265D9B18266D9B2C1A9D9B382678268BCF3D0DEB8A98269BEE3826AD9BD826B826C826D826ED9BA826FB0B3827082718272D9C28273827482758276827782788279827A827B827C827D827E8280D9C4B1B68281D9BF82828283B5B98284BEF3828582868287CCC8BAF2D2D08288D9C38289828ABDE8828BB3AB828C828D828ED9C5BEEB828FD9C6D9BBC4DF8290D9BED9C1D9C0829182928293829482958296829782988299829A829BD5AE829CD6B5829DC7E3829E829F82A082A1D9C882A282A382A4BCD9D9CA82A582A682A7D9BC82A8D9CBC6AB82A982AA82AB82AC82ADD9C982AE82AF82B082B1D7F682B2CDA382B382B482B582B682B782B882B982BABDA182BB82BC82BD82BE82BF82C0D9CC82C182C282C382C482C582C682C782C882C9C5BCCDB582CA82CB82CCD9CD82CD82CED9C7B3A5BFFE82CF82D082D182D2B8B582D382D4C0FC82D582D682D782D8B0F882D982DA82DB82DC82DD82DE82DF82E082E182E282E382E482E582E682E782E882E982EA82EB82EC82EDB4F682EED9CE82EFD9CFB4A2D9D082F082F1B4DF82F282F382F482F582F6B0C182F782F882F982FA82FB82FC82FDD9D1C9B582FE8340834183428343834483458346834783488349834A834B834C834D834E834F83508351CFF1835283538354835583568357D9D283588359835AC1C5835B835C835D835E835F836083618362836383648365D9D6C9AE8366836783688369D9D5D9D4D9D7836A836B836C836DCBDB836EBDA9836F8370837183728373C6A7837483758376837783788379837A837B837C837DD9D3D9D8837E83808381D9D9838283838384838583868387C8E583888389838A838B838C838D838E838F839083918392839383948395C0DC8396839783988399839A839B839C839D839E839F83A083A183A283A383A483A583A683A783A883A983AA83AB83AC83AD83AE83AF83B083B183B2B6F9D8A3D4CA83B3D4AAD0D6B3E4D5D783B4CFC8B9E283B5BFCB83B6C3E283B783B883B9B6D283BA83BBCDC3D9EED9F083BC83BD83BEB5B383BFB6B583C083C183C283C383C4BEA483C583C6C8EB83C783C8C8AB83C983CAB0CBB9ABC1F9D9E283CBC0BCB9B283CCB9D8D0CBB1F8C6E4BEDFB5E4D7C883CDD1F8BCE6CADE83CE83CFBCBDD9E6D8E783D083D1C4DA83D283D3B8D4C8BD83D483D5B2E1D4D983D683D783D883D9C3B083DA83DBC3E1DAA2C8DF83DCD0B483DDBEFCC5A983DE83DF83E0B9DA83E1DAA383E2D4A9DAA483E383E483E583E683E7D9FBB6AC83E883E9B7EBB1F9D9FCB3E5BEF683EABFF6D2B1C0E483EB83EC83EDB6B3D9FED9FD83EE83EFBEBB83F083F183F2C6E083F3D7BCDAA183F4C1B983F5B5F2C1E883F683F7BCF583F8B4D583F983FA83FB83FC83FD83FE844084418442C1DD8443C4FD84448445BCB8B7B284468447B7EF84488449844A844B844C844DD9EC844EC6BE844FBFADBBCB84508451B5CA8452DBC9D0D78453CDB9B0BCB3F6BBF7DBCABAAF8454D4E4B5B6B5F3D8D6C8D084558456B7D6C7D0D8D78457BFAF84588459DBBBD8D8845A845BD0CCBBAE845C845D845EEBBEC1D0C1F5D4F2B8D5B4B4845FB3F584608461C9BE846284638464C5D0846584668467C5D9C0FB8468B1F08469D8D9B9CE846AB5BD846B846CD8DA846D846ED6C6CBA2C8AFC9B2B4CCBFCC846FB9F48470D8DBD8DCB6E7BCC1CCEA847184728473847484758476CFF78477D8DDC7B084788479B9D0BDA3847A847BCCDE847CC6CA847D847E848084818482D8E08483D8DE84848485D8DF848684878488B0FE8489BEE7848ACAA3BCF4848B848C848D848EB8B1848F8490B8EE849184928493849484958496849784988499849AD8E2849BBDCB849CD8E4D8E3849D849E849F84A084A1C5FC84A284A384A484A584A684A784A8D8E584A984AAD8E684AB84AC84AD84AE84AF84B084B1C1A684B2C8B0B0ECB9A6BCD3CEF1DBBDC1D384B384B484B584B6B6AFD6FAC5ACBDD9DBBEDBBF84B784B884B9C0F8BEA2C0CD84BA84BB84BC84BD84BE84BF84C084C184C284C3DBC0CAC684C484C584C6B2AA84C784C884C9D3C284CAC3E384CBD1AB84CC84CD84CE84CFDBC284D0C0D584D184D284D3DBC384D4BFB184D584D684D784D884D984DAC4BC84DB84DC84DD84DEC7DA84DF84E084E184E284E384E484E584E684E784E884E9DBC484EA84EB84EC84ED84EE84EF84F084F1D9E8C9D784F284F384F4B9B4CEF0D4C884F584F684F784F8B0FCB4D284F9D0D984FA84FB84FC84FDD9E984FEDECBD9EB8540854185428543D8B0BBAFB1B18544B3D7D8CE85458546D4D185478548BDB3BFEF8549CFBB854A854BD8D0854C854D854EB7CB854F85508551D8D185528553855485558556855785588559855A855BC6A5C7F8D2BD855C855DD8D2C4E4855ECAAE855FC7A78560D8A68561C9FDCEE7BBDCB0EB856285638564BBAAD0AD8565B1B0D7E4D7BF8566B5A5C2F4C4CF85678568B2A98569B2B7856AB1E5DFB2D5BCBFA8C2ACD8D5C2B1856BD8D4CED4856CDAE0856DCEC0856E856FD8B4C3AED3A1CEA38570BCB4C8B4C2D18571BEEDD0B68572DAE18573857485758576C7E485778578B3A78579B6F2CCFCC0FA857A857BC0F7857CD1B9D1E1D8C7857D857E85808581858285838584B2DE85858586C0E58587BAF185888589D8C8858AD4AD858B858CCFE1D8C9858DD8CACFC3858EB3F8BEC7858F859085918592D8CB8593859485958596859785988599DBCC859A859B859C859DC8A5859E859F85A0CFD885A1C8FEB2CE85A285A385A485A585A6D3D6B2E6BCB0D3D1CBABB7B485A785A885A9B7A285AA85ABCAE585ACC8A1CADCB1E4D0F085ADC5D185AE85AF85B0DBC5B5FE85B185B2BFDAB9C5BEE4C1ED85B3DFB6DFB5D6BBBDD0D5D9B0C8B6A3BFC9CCA8DFB3CAB7D3D285B4D8CFD2B6BAC5CBBECCBE85B5DFB7B5F0DFB485B685B785B8D3F585B9B3D4B8F785BADFBA85BBBACFBCAAB5F585BCCDACC3FBBAF3C0F4CDC2CFF2DFB8CFC585BDC2C0DFB9C2F085BE85BF85C0BEFD85C1C1DFCDCCD2F7B7CDDFC185C2DFC485C385C4B7F1B0C9B6D6B7D485C5BAACCCFDBFD4CBB1C6F485C6D6A8DFC585C7CEE2B3B385C885C9CEFCB4B585CACEC7BAF085CBCEE185CCD1BD85CD85CEDFC085CF85D0B4F485D1B3CA85D2B8E6DFBB85D385D485D585D6C4C585D7DFBCDFBDDFBEC5BBDFBFDFC2D4B1DFC385D8C7BACED885D985DA85DB85DC85DDC4D885DEDFCA85DFDFCF85E0D6DC85E185E285E385E485E585E685E785E8DFC9DFDACEB685E9BAC7DFCEDFC8C5DE85EA85EBC9EBBAF4C3FC85EC85EDBED785EEDFC685EFDFCD85F0C5D885F185F285F385F4D5A6BACD85F5BECCD3BDB8C085F6D6E485F7DFC7B9BEBFA785F885F9C1FCDFCBDFCC85FADFD085FB85FC85FD85FE8640DFDBDFE58641DFD7DFD6D7C9DFE3DFE4E5EBD2A7DFD28642BFA98643D4DB8644BFC8DFD4864586468647CFCC86488649DFDD864AD1CA864BDFDEB0A7C6B7DFD3864CBAE5864DB6DFCDDBB9FED4D5864E864FDFDFCFECB0A5DFE7DFD1D1C6DFD5DFD8DFD9DFDC8650BBA98651DFE0DFE18652DFE2DFE6DFE8D3B486538654865586568657B8E7C5B6DFEAC9DAC1A8C4C486588659BFDECFF8865A865B865CD5DCDFEE865D865E865F866086618662B2B88663BADFDFEC8664DBC18665D1E48666866786688669CBF4B4BD866AB0A6866B866C866D866E866FDFF1CCC6DFF286708671DFED867286738674867586768677DFE986788679867A867BDFEB867CDFEFDFF0BBBD867D867EDFF386808681DFF48682BBA38683CADBCEA8E0A7B3AA8684E0A6868586868687E0A186888689868A868BDFFE868CCDD9DFFC868DDFFA868EBFD0D7C4868FC9CC86908691DFF8B0A186928693869486958696DFFD869786988699869ADFFBE0A2869B869C869D869E869FE0A886A086A186A286A3B7C886A486A5C6A1C9B6C0B2DFF586A686A7C5BE86A8D8C4DFF9C4F686A986AA86AB86AC86AD86AEE0A3E0A4E0A5D0A586AF86B0E0B4CCE486B1E0B186B2BFA6E0AFCEB9E0ABC9C686B386B4C0AEE0AEBAEDBAB0E0A986B586B686B7DFF686B8E0B386B986BAE0B886BB86BC86BDB4ADE0B986BE86BFCFB2BAC886C0E0B086C186C286C386C486C586C686C7D0FA86C886C986CA86CB86CC86CD86CE86CF86D0E0AC86D1D4FB86D2DFF786D3C5E786D4E0AD86D5D3F786D6E0B6E0B786D786D886D986DA86DBE0C4D0E186DC86DD86DEE0BC86DF86E0E0C9E0CA86E186E286E3E0BEE0AAC9A4E0C186E4E0B286E586E686E786E886E9CAC8E0C386EAE0B586EBCECB86ECCBC3E0CDE0C6E0C286EDE0CB86EEE0BAE0BFE0C086EF86F0E0C586F186F2E0C7E0C886F3E0CC86F4E0BB86F586F686F786F886F9CBD4E0D586FAE0D6E0D286FB86FC86FD86FE87408741E0D0BCCE87428743E0D18744B8C2D8C587458746874787488749874A874B874CD0EA874D874EC2EF874F8750E0CFE0BD875187528753E0D4E0D387548755E0D78756875787588759E0DCE0D8875A875B875CD6F6B3B0875DD7EC875ECBBB875F8760E0DA8761CEFB876287638764BAD987658766876787688769876A876B876C876D876E876F8770E0E1E0DDD2AD87718772877387748775E0E287768777E0DBE0D9E0DF87788779E0E0877A877B877C877D877EE0DE8780E0E4878187828783C6F7D8ACD4EBE0E6CAC98784878587868787E0E587888789878A878BB8C1878C878D878E878FE0E7E0E887908791879287938794879587968797E0E9E0E387988799879A879B879C879D879EBABFCCE7879F87A087A1E0EA87A287A387A487A587A687A787A887A987AA87AB87AC87AD87AE87AF87B0CFF987B187B287B387B487B587B687B787B887B987BA87BBE0EB87BC87BD87BE87BF87C087C187C2C8C287C387C487C587C6BDC087C787C887C987CA87CB87CC87CD87CE87CF87D087D187D287D3C4D287D487D587D687D787D887D987DA87DB87DCE0EC87DD87DEE0ED87DF87E0C7F4CBC487E1E0EEBBD8D8B6D2F2E0EFCDC587E2B6DA87E387E487E587E687E787E8E0F187E9D4B087EA87EBC0A7B4D187EC87EDCEA7E0F087EE87EF87F0E0F2B9CC87F187F2B9FACDBCE0F387F387F487F5C6D4E0F487F6D4B287F7C8A6E0F6E0F587F887F987FA87FB87FC87FD87FE8840884188428843884488458846884788488849E0F7884A884BCDC1884C884D884ECAA5884F885088518852D4DADBD7DBD98853DBD8B9E7DBDCDBDDB5D888548855DBDA8856885788588859885ADBDBB3A1DBDF885B885CBBF8885DD6B7885EDBE0885F886088618862BEF988638864B7BB8865DBD0CCAEBFB2BBB5D7F8BFD38866886788688869886ABFE9886B886CBCE1CCB3DBDEB0D3CEEBB7D8D7B9C6C2886D886EC0A4886FCCB98870DBE7DBE1C6BADBE38871DBE88872C5F7887388748875DBEA88768877DBE9BFC088788879887ADBE6DBE5887B887C887D887E8880B4B9C0ACC2A2DBE2DBE48881888288838884D0CDDBED88858886888788888889C0DDDBF2888A888B888C888D888E888F8890B6E28891889288938894DBF3DBD2B9B8D4ABDBEC8895BFD1DBF08896DBD18897B5E68898DBEBBFE58899889A889BDBEE889CDBF1889D889E889FDBF988A088A188A288A388A488A588A688A788A8B9A1B0A388A988AA88AB88AC88AD88AE88AFC2F188B088B1B3C7DBEF88B288B3DBF888B4C6D2DBF488B588B6DBF5DBF7DBF688B788B8DBFE88B9D3F2B2BA88BA88BB88BCDBFD88BD88BE88BF88C088C188C288C388C4DCA488C5DBFB88C688C788C888C9DBFA88CA88CB88CCDBFCC5E0BBF988CD88CEDCA388CF88D0DCA588D1CCC388D288D388D4B6D1DDC088D588D688D7DCA188D8DCA288D988DA88DBC7B588DC88DD88DEB6E988DF88E088E1DCA788E288E388E488E5DCA688E6DCA9B1A488E788E8B5CC88E988EA88EB88EC88EDBFB088EE88EF88F088F188F2D1DF88F388F488F588F6B6C288F788F888F988FA88FB88FC88FD88FE894089418942894389448945DCA88946894789488949894A894B894CCBFAEBF3894D894E894FCBDC89508951CBFE895289538954CCC189558956895789588959C8FB895A895B895C895D895E895FDCAA89608961896289638964CCEEDCAB89658966896789688969896A896B896C896D896E896F897089718972897389748975DBD38976DCAFDCAC8977BEB38978CAFB8979897A897BDCAD897C897D897E89808981898289838984C9CAC4B989858986898789888989C7BDDCAE898A898B898CD4F6D0E6898D898E898F89908991899289938994C4ABB6D589958996899789988999899A899B899C899D899E899F89A089A189A289A389A489A589A6DBD489A789A889A989AAB1DA89AB89AC89ADDBD589AE89AF89B089B189B289B389B489B589B689B789B8DBD689B989BA89BBBABE89BC89BD89BE89BF89C089C189C289C389C489C589C689C789C889C9C8C089CA89CB89CC89CD89CE89CFCABFC8C989D0D7B389D1C9F989D289D3BFC789D489D5BAF889D689D7D2BC89D889D989DA89DB89DC89DD89DE89DFE2BA89E0B4A689E189E2B1B889E389E489E589E689E7B8B489E8CFC489E989EA89EB89ECD9E7CFA6CDE289ED89EED9EDB6E089EFD2B989F089F1B9BB89F289F389F489F5E2B9E2B789F6B4F389F7CCECCCABB7F289F8D8B2D1EBBABB89F9CAA789FA89FBCDB789FC89FDD2C4BFE4BCD0B6E189FEDEC58A408A418A428A43DEC6DBBC8A44D1D98A458A46C6E6C4CEB7EE8A47B7DC8A488A49BFFCD7E08A4AC6F58A4B8A4CB1BCDEC8BDB1CCD7DECA8A4DDEC98A4E8A4F8A508A518A52B5EC8A53C9DD8A548A55B0C28A568A578A588A598A5A8A5B8A5C8A5D8A5E8A5F8A608A618A62C5AEC5AB8A63C4CC8A64BCE9CBFD8A658A668A67BAC38A688A698A6AE5F9C8E7E5FACDFD8A6BD7B1B8BEC2E88A6CC8D18A6D8A6EE5FB8A6F8A708A718A72B6CABCCB8A738A74D1FDE6A18A75C3EE8A768A778A788A79E6A48A7A8A7B8A7C8A7DE5FEE6A5CDD78A7E8A80B7C1E5FCE5FDE6A38A818A82C4DDE6A88A838A84E6A78A858A868A878A888A898A8AC3C38A8BC6DE8A8C8A8DE6AA8A8E8A8F8A908A918A928A938A94C4B78A958A968A97E6A2CABC8A988A998A9A8A9BBDE3B9C3E6A6D0D5CEAF8A9C8A9DE6A9E6B08A9ED2A68A9FBDAAE6AD8AA08AA18AA28AA38AA4E6AF8AA5C0D18AA68AA7D2CC8AA88AA98AAABCA78AAB8AAC8AAD8AAE8AAF8AB08AB18AB28AB38AB48AB58AB6E6B18AB7D2F68AB88AB98ABAD7CB8ABBCDFE8ABCCDDEC2A6E6ABE6ACBDBFE6AEE6B38ABD8ABEE6B28ABF8AC08AC18AC2E6B68AC3E6B88AC48AC58AC68AC7C4EF8AC88AC98ACAC4C88ACB8ACCBEEAC9EF8ACD8ACEE6B78ACFB6F08AD08AD18AD2C3E48AD38AD48AD58AD68AD78AD88AD9D3E9E6B48ADAE6B58ADBC8A28ADC8ADD8ADE8ADF8AE0E6BD8AE18AE28AE3E6B98AE48AE58AE68AE78AE8C6C58AE98AEACDF1E6BB8AEB8AEC8AED8AEE8AEF8AF08AF18AF28AF38AF4E6BC8AF58AF68AF78AF8BBE98AF98AFA8AFB8AFC8AFD8AFE8B40E6BE8B418B428B438B44E6BA8B458B46C0B78B478B488B498B4A8B4B8B4C8B4D8B4E8B4FD3A4E6BFC9F4E6C38B508B51E6C48B528B538B548B55D0F68B568B578B588B598B5A8B5B8B5C8B5D8B5E8B5F8B608B618B628B638B648B658B668B67C3BD8B688B698B6A8B6B8B6C8B6D8B6EC3C4E6C28B6F8B708B718B728B738B748B758B768B778B788B798B7A8B7B8B7CE6C18B7D8B7E8B808B818B828B838B84E6C7CFB18B85EBF48B868B87E6CA8B888B898B8A8B8B8B8CE6C58B8D8B8EBCDEC9A98B8F8B908B918B928B938B94BCB58B958B96CFD38B978B988B998B9A8B9BE6C88B9CE6C98B9DE6CE8B9EE6D08B9F8BA08BA1E6D18BA28BA38BA4E6CBB5D58BA5E6CC8BA68BA7E6CF8BA88BA9C4DB8BAAE6C68BAB8BAC8BAD8BAE8BAFE6CD8BB08BB18BB28BB38BB48BB58BB68BB78BB88BB98BBA8BBB8BBC8BBD8BBE8BBF8BC08BC18BC28BC38BC48BC58BC6E6D28BC78BC88BC98BCA8BCB8BCC8BCD8BCE8BCF8BD08BD18BD2E6D4E6D38BD38BD48BD58BD68BD78BD88BD98BDA8BDB8BDC8BDD8BDE8BDF8BE08BE18BE28BE38BE48BE58BE68BE78BE88BE98BEA8BEB8BECE6D58BEDD9F88BEE8BEFE6D68BF08BF18BF28BF38BF48BF58BF68BF7E6D78BF88BF98BFA8BFB8BFC8BFD8BFE8C408C418C428C438C448C458C468C47D7D3E6DD8C48E6DEBFD7D4D08C49D7D6B4E6CBEFE6DAD8C3D7CED0A28C4AC3CF8C4B8C4CE6DFBCBEB9C2E6DBD1A78C4D8C4EBAA2C2CF8C4FD8AB8C508C518C52CAEBE5EE8C53E6DC8C54B7F58C558C568C578C58C8E68C598C5AC4F58C5B8C5CE5B2C4FE8C5DCBFCE5B3D5AC8C5ED3EECAD8B0B28C5FCBCECDEA8C608C61BAEA8C628C638C64E5B58C65E5B48C66D7DAB9D9D6E6B6A8CDF0D2CBB1A6CAB58C67B3E8C9F3BFCDD0FBCAD2E5B6BBC28C688C698C6ACFDCB9AC8C6B8C6C8C6D8C6ED4D78C6F8C70BAA6D1E7CFFCBCD28C71E5B7C8DD8C728C738C74BFEDB1F6CBDE8C758C76BCC58C77BCC4D2FAC3DCBFDC8C788C798C7A8C7BB8BB8C7C8C7D8C7EC3C28C80BAAED4A28C818C828C838C848C858C868C878C888C89C7DEC4AFB2EC8C8AB9D18C8B8C8CE5BBC1C88C8D8C8ED5AF8C8F8C908C918C928C93E5BC8C94E5BE8C958C968C978C988C998C9A8C9BB4E7B6D4CBC2D1B0B5BC8C9C8C9DCAD98C9EB7E28C9F8CA0C9E48CA1BDAB8CA28CA3CEBED7F08CA48CA58CA68CA7D0A18CA8C9D98CA98CAAB6FBE6D8BCE28CABB3BE8CACC9D08CADE6D9B3A28CAE8CAF8CB08CB1DECC8CB2D3C8DECD8CB3D2A28CB48CB58CB68CB7DECE8CB88CB98CBA8CBBBECD8CBC8CBDDECF8CBE8CBF8CC0CAACD2FCB3DFE5EAC4E1BEA1CEB2C4F2BED6C6A8B2E38CC18CC2BED38CC38CC4C7FCCCEBBDECCEDD8CC58CC6CABAC6C1E5ECD0BC8CC78CC88CC9D5B98CCA8CCB8CCCE5ED8CCD8CCE8CCF8CD0CAF48CD1CDC0C2C58CD2E5EF8CD3C2C4E5F08CD48CD58CD68CD78CD88CD98CDAE5F8CDCD8CDBC9BD8CDC8CDD8CDE8CDF8CE08CE18CE2D2D9E1A88CE38CE48CE58CE6D3EC8CE7CBEAC6F18CE88CE98CEA8CEB8CECE1AC8CED8CEE8CEFE1A7E1A98CF08CF1E1AAE1AF8CF28CF3B2ED8CF4E1ABB8DAE1ADE1AEE1B0B5BAE1B18CF58CF68CF78CF88CF9E1B3E1B88CFA8CFB8CFC8CFD8CFED1D28D40E1B6E1B5C1EB8D418D428D43E1B78D44D4C08D45E1B28D46E1BAB0B68D478D488D498D4AE1B48D4BBFF98D4CE1B98D4D8D4EE1BB8D4F8D508D518D528D538D54E1BE8D558D568D578D588D598D5AE1BC8D5B8D5C8D5D8D5E8D5F8D60D6C58D618D628D638D648D658D668D67CFBF8D688D69E1BDE1BFC2CD8D6AB6EB8D6BD3F88D6C8D6DC7CD8D6E8D6FB7E58D708D718D728D738D748D758D768D778D788D79BEFE8D7A8D7B8D7C8D7D8D7E8D80E1C0E1C18D818D82E1C7B3E78D838D848D858D868D878D88C6E98D898D8A8D8B8D8C8D8DB4DE8D8ED1C28D8F8D908D918D92E1C88D938D94E1C68D958D968D978D988D99E1C58D9AE1C3E1C28D9BB1C08D9C8D9D8D9ED5B8E1C48D9F8DA08DA18DA28DA3E1CB8DA48DA58DA68DA78DA88DA98DAA8DABE1CCE1CA8DAC8DAD8DAE8DAF8DB08DB18DB28DB3EFFA8DB48DB5E1D3E1D2C7B68DB68DB78DB88DB98DBA8DBB8DBC8DBD8DBE8DBF8DC0E1C98DC18DC2E1CE8DC3E1D08DC48DC58DC68DC78DC88DC98DCA8DCB8DCC8DCD8DCEE1D48DCFE1D1E1CD8DD08DD1E1CF8DD28DD38DD48DD5E1D58DD68DD78DD88DD98DDA8DDB8DDC8DDD8DDE8DDF8DE08DE18DE2E1D68DE38DE48DE58DE68DE78DE88DE98DEA8DEB8DEC8DED8DEE8DEF8DF08DF18DF28DF38DF48DF58DF68DF78DF8E1D78DF98DFA8DFBE1D88DFC8DFD8DFE8E408E418E428E438E448E458E468E478E488E498E4A8E4B8E4C8E4D8E4E8E4F8E508E518E528E538E548E55E1DA8E568E578E588E598E5A8E5B8E5C8E5D8E5E8E5F8E608E618E62E1DB8E638E648E658E668E678E688E69CEA18E6A8E6B8E6C8E6D8E6E8E6F8E708E718E728E738E748E758E76E7DD8E77B4A8D6DD8E788E79D1B2B3B28E7A8E7BB9A4D7F3C7C9BEDEB9AE8E7CCED78E7D8E7EB2EEDBCF8E80BCBAD2D1CBC8B0CD8E818E82CFEF8E838E848E858E868E87D9E3BDED8E888E89B1D2CAD0B2BC8E8ACBA7B7AB8E8BCAA68E8C8E8D8E8ECFA38E8F8E90E0F8D5CAE0FB8E918E92E0FAC5C1CCFB8E93C1B1E0F9D6E3B2AFD6C4B5DB8E948E958E968E978E988E998E9A8E9BB4F8D6A18E9C8E9D8E9E8E9F8EA0CFAFB0EF8EA18EA2E0FC8EA38EA48EA58EA68EA7E1A1B3A38EA88EA9E0FDE0FEC3B18EAA8EAB8EAC8EADC3DD8EAEE1A2B7F98EAF8EB08EB18EB28EB38EB4BBCF8EB58EB68EB78EB88EB98EBA8EBBE1A3C4BB8EBC8EBD8EBE8EBF8EC0E1A48EC18EC2E1A58EC38EC4E1A6B4B18EC58EC68EC78EC88EC98ECA8ECB8ECC8ECD8ECE8ECF8ED08ED18ED28ED3B8C9C6BDC4EA8ED4B2A28ED5D0D28ED6E7DBBBC3D3D7D3C48ED7B9E3E2CF8ED88ED98EDAD7AF8EDBC7ECB1D38EDC8EDDB4B2E2D18EDE8EDF8EE0D0F2C2AEE2D08EE1BFE2D3A6B5D7E2D2B5EA8EE2C3EDB8FD8EE3B8AE8EE4C5D3B7CFE2D48EE58EE68EE78EE8E2D3B6C8D7F98EE98EEA8EEB8EEC8EEDCDA58EEE8EEF8EF08EF18EF2E2D88EF3E2D6CAFCBFB5D3B9E2D58EF48EF58EF68EF7E2D78EF88EF98EFA8EFB8EFC8EFD8EFE8F408F418F42C1AEC0C88F438F448F458F468F478F48E2DBE2DAC0AA8F498F4AC1CE8F4B8F4C8F4D8F4EE2DC8F4F8F508F518F528F538F548F558F568F578F588F598F5AE2DD8F5BE2DE8F5C8F5D8F5E8F5F8F608F618F628F638F64DBC88F65D1D3CDA28F668F67BDA88F688F698F6ADEC3D8A5BFAADBCDD2ECC6FAC5AA8F6B8F6C8F6DDEC48F6EB1D7DFAE8F6F8F708F71CABD8F72DFB18F73B9AD8F74D2FD8F75B8A5BAEB8F768F77B3DA8F788F798F7AB5DCD5C58F7B8F7C8F7D8F7EC3D6CFD2BBA18F80E5F3E5F28F818F82E5F48F83CDE48F84C8F58F858F868F878F888F898F8A8F8BB5AFC7BF8F8CE5F68F8D8F8E8F8FECB08F908F918F928F938F948F958F968F978F988F998F9A8F9B8F9C8F9D8F9EE5E68F9FB9E9B5B18FA0C2BCE5E8E5E7E5E98FA18FA28FA38FA4D2CD8FA58FA68FA7E1EAD0CE8FA8CDAE8FA9D1E58FAA8FABB2CAB1EB8FACB1F2C5ED8FAD8FAED5C3D3B08FAFE1DC8FB08FB18FB2E1DD8FB3D2DB8FB4B3B9B1CB8FB58FB68FB7CDF9D5F7E1DE8FB8BEB6B4FD8FB9E1DFBADCE1E0BBB2C2C9E1E18FBA8FBB8FBCD0EC8FBDCDBD8FBE8FBFE1E28FC0B5C3C5C7E1E38FC18FC2E1E48FC38FC48FC58FC6D3F98FC78FC88FC98FCA8FCB8FCCE1E58FCDD1AD8FCE8FCFE1E6CEA28FD08FD18FD28FD38FD48FD5E1E78FD6B5C28FD78FD88FD98FDAE1E8BBD58FDB8FDC8FDD8FDE8FDFD0C4E2E0B1D8D2E48FE08FE1E2E18FE28FE3BCC9C8CC8FE4E2E3ECFEECFDDFAF8FE58FE68FE7E2E2D6BECDFCC3A68FE88FE98FEAE3C38FEB8FECD6D2E2E78FED8FEEE2E88FEF8FF0D3C78FF18FF2E2ECBFEC8FF3E2EDE2E58FF48FF5B3C08FF68FF78FF8C4EE8FF98FFAE2EE8FFB8FFCD0C38FFDBAF6E2E9B7DEBBB3CCACCBCBE2E4E2E6E2EAE2EB8FFE90409041E2F790429043E2F4D4F5E2F390449045C5AD9046D5FAC5C2B2C090479048E2EF9049E2F2C1AFCBBC904A904BB5A1E2F9904C904D904EBCB1E2F1D0D4D4B9E2F5B9D6E2F6904F90509051C7D390529053905490559056E2F0905790589059905A905BD7DCEDA1905C905DE2F8905EEDA5E2FECAD1905F906090619062906390649065C1B59066BBD090679068BFD69069BAE3906A906BCBA1906C906D906EEDA6EDA3906F9070EDA29071907290739074BBD6EDA7D0F490759076EDA4BADEB6F7E3A1B6B2CCF1B9A79077CFA2C7A190789079BFD2907A907BB6F1907CE2FAE2FBE2FDE2FCC4D5E3A2907DD3C1907E90809081E3A7C7C49082908390849085CFA490869087E3A9BAB790889089908A908BE3A8908CBBDA908DE3A3908E908F9090E3A4E3AA9091E3A69092CEF2D3C690939094BBBC90959096D4C39097C4FA90989099EDA8D0FCE3A5909AC3F5909BE3ADB1AF909CE3B2909D909E909FBCC290A090A1E3ACB5BF90A290A390A490A590A690A790A890A9C7E9E3B090AA90AB90ACBEAACDEF90AD90AE90AF90B090B1BBF390B290B390B4CCE890B590B6E3AF90B7E3B190B8CFA7E3AE90B9CEA9BBDD90BA90BB90BC90BD90BEB5EBBEE5B2D2B3CD90BFB1B9E3ABB2D1B5ACB9DFB6E890C090C1CFEBE3B790C2BBCC90C390C4C8C7D0CA90C590C690C790C890C9E3B8B3EE90CA90CB90CC90CDEDA990CED3FAD3E490CF90D090D1EDAAE3B9D2E290D290D390D490D590D6E3B590D790D890D990DAD3DE90DB90DC90DD90DEB8D0E3B390DF90E0E3B6B7DF90E1E3B4C0A290E290E390E4E3BA90E590E690E790E890E990EA90EB90EC90ED90EE90EF90F090F190F290F390F490F590F690F7D4B890F890F990FA90FB90FC90FD90FE9140B4C89141E3BB9142BBC59143C9F791449145C9E5914691479148C4BD9149914A914B914C914D914E914FEDAB9150915191529153C2FD9154915591569157BBDBBFAE91589159915A915B915C915D915ECEBF915F916091619162E3BC9163BFB6916491659166916791689169916A916B916C916D916E916F9170917191729173917491759176B1EF91779178D4F79179917A917B917C917DE3BE917E9180918191829183918491859186EDAD918791889189918A918B918C918D918E918FE3BFBAA9EDAC91909191E3BD91929193919491959196919791989199919A919BE3C0919C919D919E919F91A091A1BAB691A291A391A4B6AE91A591A691A791A891A9D0B891AAB0C3EDAE91AB91AC91AD91AE91AFEDAFC0C191B0E3C191B191B291B391B491B591B691B791B891B991BA91BB91BC91BD91BE91BF91C091C1C5B391C291C391C491C591C691C791C891C991CA91CB91CC91CD91CE91CFE3C291D091D191D291D391D491D591D691D791D8DCB291D991DA91DB91DC91DD91DEEDB091DFB8EA91E0CEECEAA7D0E7CAF9C8D6CFB7B3C9CED2BDE491E191E2E3DEBBF2EAA8D5BD91E3C6DDEAA991E491E591E6EAAA91E7EAACEAAB91E8EAAEEAAD91E991EA91EB91ECBDD891EDEAAF91EEC2BE91EF91F091F191F2B4C1B4F791F391F4BBA791F591F691F791F891F9ECE6ECE5B7BFCBF9B1E291FAECE791FB91FC91FDC9C8ECE8ECE991FECAD6DED0B2C5D4FA92409241C6CBB0C7B4F2C8D3924292439244CDD092459246BFB8924792489249924A924B924C924DBFDB924E924FC7A4D6B49250C0A9DED1C9A8D1EFC5A4B0E7B3B6C8C592519252B0E292539254B7F692559256C5FA92579258B6F39259D5D2B3D0BCBC925A925B925CB3AD925D925E925F9260BEF1B0D1926192629263926492659266D2D6CAE3D7A59267CDB6B6B6BFB9D5DB9268B8A7C5D79269926A926BDED2BFD9C2D5C7C0926CBBA4B1A8926D926EC5EA926F9270C5FBCCA79271927292739274B1A7927592769277B5D692789279927AC4A8927BDED3D1BAB3E9927CC3F2927D927EB7F79280D6F4B5A3B2F0C4B4C4E9C0ADDED49281B0E8C5C4C1E09282B9D59283BEDCCDD8B0CE9284CDCFDED6BED0D7BEDED5D5D0B0DD92859286C4E292879288C2A3BCF09289D3B5C0B9C5A1B2A6D4F1928A928BC0A8CAC3DED7D5FC928CB9B0928DC8ADCBA9928EDED9BFBD928F929092919292C6B4D7A7CAB0C4C39293B3D6B9D29294929592969297D6B8EAFCB0B492989299929A929BBFE6929C929DCCF4929E929F92A092A1CDDA92A292A392A4D6BFC2CE92A5CECECCA2D0AEC4D3B5B2DED8D5F5BCB7BBD392A692A7B0A492A8C5B2B4EC92A992AA92ABD5F192AC92ADEAFD92AE92AF92B092B192B292B3DEDACDA692B492B5CDEC92B692B792B892B9CEE6DEDC92BACDB1C0A692BB92BCD7BD92BDDEDBB0C6BAB4C9D3C4F3BEE892BE92BF92C092C1B2B692C292C392C492C592C692C792C892C9C0CCCBF092CABCF1BBBBB5B792CB92CC92CDC5F592CEDEE692CF92D092D1DEE3BEDD92D292D3DEDF92D492D592D692D7B4B7BDDD92D892D9DEE0C4ED92DA92DB92DC92DDCFC692DEB5E092DF92E092E192E2B6DECADAB5F4DEE592E3D5C692E4DEE1CCCDC6FE92E5C5C592E692E792E8D2B492E9BEF292EA92EB92EC92ED92EE92EF92F0C2D392F1CCBDB3B892F2BDD392F3BFD8CDC6D1DAB4EB92F4DEE4DEDDDEE792F5EAFE92F692F7C2B0DEE292F892F9D6C0B5A792FAB2F492FBDEE892FCDEF292FD92FE934093419342DEED9343DEF193449345C8E0934693479348D7E1DEEFC3E8CCE19349B2E5934A934B934CD2BE934D934E934F9350935193529353DEEE9354DEEBCED59355B4A79356935793589359935ABFABBEBE935B935CBDD2935D935E935F9360DEE99361D4AE9362DEDE9363DEEA9364936593669367C0BF9368DEECB2F3B8E9C2A79369936ABDC1936B936C936D936E936FDEF5DEF893709371B2ABB4A493729373B4EAC9A6937493759376937793789379DEF6CBD1937AB8E3937BDEF7DEFA937C937D937E9380DEF9938193829383CCC29384B0E1B4EE93859386938793889389938AE5BA938B938C938D938E938FD0AF93909391B2EB9392EBA19393DEF493949395C9E3DEF3B0DAD2A1B1F79396CCAF939793989399939A939B939C939DDEF0939ECBA4939F93A093A1D5AA93A293A393A493A593A6DEFB93A793A893A993AA93AB93AC93AD93AEB4DD93AFC4A693B093B193B2DEFD93B393B493B593B693B793B893B993BA93BB93BCC3FEC4A1DFA193BD93BE93BF93C093C193C293C3C1CC93C4DEFCBEEF93C5C6B293C693C793C893C993CA93CB93CC93CD93CEB3C5C8F693CF93D0CBBADEFE93D193D2DFA493D393D493D593D6D7B293D793D893D993DA93DBB3B793DC93DD93DE93DFC1C393E093E1C7CBB2A5B4E993E2D7AB93E393E493E593E6C4EC93E7DFA2DFA393E8DFA593E9BAB393EA93EB93ECDFA693EDC0DE93EE93EFC9C393F093F193F293F393F493F593F6B2D9C7E693F7DFA793F8C7DC93F993FA93FB93FCDFA8EBA293FD93FE944094419442CBD3944394449445DFAA9446DFA99447B2C194489449944A944B944C944D944E944F9450945194529453945494559456945794589459945A945B945C945D945E945F9460C5CA94619462946394649465946694679468DFAB9469946A946B946C946D946E946F9470D4DC94719472947394749475C8C19476947794789479947A947B947C947D947E948094819482DFAC94839484948594869487BEF094889489DFADD6A7948A948B948C948DEAB7EBB6CAD5948ED8FCB8C4948FB9A594909491B7C5D5FE94929493949494959496B9CA94979498D0A7F4CD9499949AB5D0949B949CC3F4949DBEC8949E949F94A0EBB7B0BD94A194A2BDCC94A3C1B294A4B1D6B3A894A594A694A7B8D2C9A294A894A9B6D894AA94AB94AC94ADEBB8BEB494AE94AF94B0CAFD94B1C7C394B2D5FB94B394B4B7F394B594B694B794B894B994BA94BB94BC94BD94BE94BF94C094C194C294C3CEC494C494C594C6D5ABB1F394C794C894C9ECB3B0DF94CAECB594CB94CC94CDB6B794CEC1CF94CFF5FAD0B194D094D1D5E594D2CED394D394D4BDEFB3E294D5B8AB94D6D5B694D7EDBD94D8B6CF94D9CBB9D0C294DA94DB94DC94DD94DE94DF94E094E1B7BD94E294E3ECB6CAA994E494E594E6C5D494E7ECB9ECB8C2C3ECB794E894E994EA94EBD0FDECBA94ECECBBD7E594ED94EEECBC94EF94F094F1ECBDC6EC94F294F394F494F594F694F794F894F9CEDE94FABCC894FB94FCC8D5B5A9BEC9D6BCD4E794FD94FED1AED0F1EAB8EAB9EABABAB59540954195429543CAB1BFF595449545CDFA9546954795489549954AEAC0954BB0BAEABE954C954DC0A5954E954F9550EABB9551B2FD9552C3F7BBE8955395549555D2D7CEF4EABF955695579558EABC9559955A955BEAC3955CD0C7D3B3955D955E955F9560B4BA9561C3C1D7F29562956395649565D5D19566CAC79567EAC595689569EAC4EAC7EAC6956A956B956C956D956ED6E7956FCFD495709571EACB9572BBCE9573957495759576957795789579BDFAC9CE957A957BEACC957C957DC9B9CFFEEACAD4CEEACDEACF957E9580CDED9581958295839584EAC99585EACE95869587CEEE9588BBDE9589B3BF958A958B958C958D958EC6D5BEB0CEFA958F95909591C7E79592BEA7EAD095939594D6C7959595969597C1C095989599959AD4DD959BEAD1959C959DCFBE959E959F95A095A1EAD295A295A395A495A5CAEE95A695A795A895A9C5AFB0B595AA95AB95AC95AD95AEEAD495AF95B095B195B295B395B495B595B695B7EAD3F4DF95B895B995BA95BB95BCC4BA95BD95BE95BF95C095C1B1A995C295C395C495C5E5DF95C695C795C895C9EAD595CA95CB95CC95CD95CE95CF95D095D195D295D395D495D595D695D795D895D995DA95DB95DC95DD95DE95DF95E095E195E295E3CAEF95E4EAD6EAD7C6D895E595E695E795E895E995EA95EB95ECEAD895ED95EEEAD995EF95F095F195F295F395F4D4BB95F5C7FAD2B7B8FC95F695F7EAC295F8B2DC95F995FAC2FC95FBD4F8CCE6D7EE95FC95FD95FE9640964196429643D4C2D3D0EBC3C5F39644B7FE96459646EBD4964796489649CBB7EBDE964AC0CA964B964C964DCDFB964EB3AF964FC6DA965096519652965396549655EBFC9656C4BE9657CEB4C4A9B1BED4FD9658CAF59659D6EC965A965BC6D3B6E4965C965D965E965FBBFA96609661D0E096629663C9B19664D4D3C8A896659666B8CB9667E8BEC9BC96689669E8BB966AC0EED0D3B2C4B4E5966BE8BC966C966DD5C8966E966F967096719672B6C59673E8BDCAF8B8DCCCF5967496759676C0B496779678D1EEE8BFE8C29679967ABABC967BB1ADBDDC967CEABDE8C3967DE8C6967EE8CB9680968196829683E8CC9684CBC9B0E59685BCAB96869687B9B996889689E8C1968ACDF7968BE8CA968C968D968E968FCEF69690969196929693D5ED9694C1D6E8C49695C3B69696B9FBD6A6E8C8969796989699CAE0D4E6969AE8C0969BE8C5E8C7969CC7B9B7E3969DE8C9969EBFDDE8D2969F96A0E8D796A1E8D5BCDCBCCFE8DB96A296A396A496A596A696A796A896A9E8DE96AAE8DAB1FA96AB96AC96AD96AE96AF96B096B196B296B396B4B0D8C4B3B8CCC6E2C8BEC8E196B596B696B7E8CFE8D4E8D696B8B9F1E8D8D7F596B9C4FB96BAE8DC96BB96BCB2E996BD96BE96BFE8D196C096C1BCED96C296C3BFC2E8CDD6F996C4C1F8B2F196C596C696C796C896C996CA96CB96CCE8DF96CDCAC1E8D996CE96CF96D096D1D5A496D2B1EAD5BBE8CEE8D0B6B0E8D396D3E8DDC0B896D4CAF796D5CBA896D696D7C6DCC0F596D896D996DA96DB96DCE8E996DD96DE96DFD0A396E096E196E296E396E496E596E6E8F2D6EA96E796E896E996EA96EB96EC96EDE8E0E8E196EE96EF96F0D1F9BACBB8F996F196F2B8F1D4D4E8EF96F3E8EEE8ECB9F0CCD2E8E6CEA6BFF296F4B0B8E8F1E8F096F5D7C096F6E8E496F7CDA9C9A396F8BBB8BDDBE8EA96F996FA96FB96FC96FD96FE9740974197429743E8E2E8E3E8E5B5B5E8E7C7C5E8EBE8EDBDB0D7AE9744E8F897459746974797489749974A974B974CE8F5974DCDB0E8F6974E974F9750975197529753975497559756C1BA9757E8E89758C3B7B0F09759975A975B975C975D975E975F9760E8F4976197629763E8F7976497659766B9A3976797689769976A976B976C976D976E976F9770C9D2977197729773C3CECEE0C0E69774977597769777CBF39778CCDDD0B59779977ACAE1977BE8F3977C977D977E9780978197829783978497859786BCEC9787E8F997889789978A978B978C978DC3DE978EC6E5978FB9F79790979197929793B0F497949795D7D897969797BCAC9798C5EF9799979A979B979C979DCCC4979E979FE9A697A097A197A297A397A497A597A697A797A897A9C9AD97AAE9A2C0E297AB97AC97ADBFC397AE97AF97B0E8FEB9D797B1E8FB97B297B397B497B5E9A497B697B797B8D2CE97B997BA97BB97BC97BDE9A397BED6B2D7B597BFE9A797C0BDB797C197C297C397C497C597C697C797C897C997CA97CB97CCE8FCE8FD97CD97CE97CFE9A197D097D197D297D397D497D597D697D7CDD697D897D9D2AC97DA97DB97DCE9B297DD97DE97DF97E0E9A997E197E297E3B4AA97E4B4BB97E597E6E9AB97E797E897E997EA97EB97EC97ED97EE97EF97F097F197F297F397F497F597F697F7D0A897F897F9E9A597FA97FBB3FE97FC97FDE9ACC0E397FEE9AA98409841E9B998429843E9B89844984598469847E9AE98489849E8FA984A984BE9A8984C984D984E984F9850BFACE9B1E9BA98519852C2A5985398549855E9AF9856B8C59857E9AD9858D3DCE9B4E9B5E9B79859985A985BE9C7985C985D985E985F98609861C0C6E9C598629863E9B098649865E9BBB0F19866986798689869986A986B986C986D986E986FE9BCD5A598709871E9BE9872E9BF987398749875E9C198769877C1F198789879C8B6987A987B987CE9BD987D987E988098819882E9C29883988498859886988798889889988AE9C3988BE9B3988CE9B6988DBBB1988E988F9890E9C0989198929893989498959896BCF7989798989899E9C4E9C6989A989B989C989D989E989F98A098A198A298A398A498A5E9CA98A698A798A898A9E9CE98AA98AB98AC98AD98AE98AF98B098B198B298B3B2DB98B4E9C898B598B698B798B898B998BA98BB98BC98BD98BEB7AE98BF98C098C198C298C398C498C598C698C798C898C998CAE9CBE9CC98CB98CC98CD98CE98CF98D0D5C198D1C4A398D298D398D498D598D698D7E9D898D8BAE198D998DA98DB98DCE9C998DDD3A398DE98DF98E0E9D498E198E298E398E498E598E698E7E9D7E9D098E898E998EA98EB98ECE9CF98ED98EEC7C198EF98F098F198F298F398F498F598F6E9D298F798F898F998FA98FB98FC98FDE9D9B3C898FEE9D399409941994299439944CFF0994599469947E9CD99489949994A994B994C994D994E994F995099519952B3F79953995499559956995799589959E9D6995A995BE9DA995C995D995ECCB4995F99609961CFAD99629963996499659966996799689969996AE9D5996BE9DCE9DB996C996D996E996F9970E9DE99719972997399749975997699779978E9D19979997A997B997C997D997E99809981E9DD9982E9DFC3CA9983998499859986998799889989998A998B998C998D998E998F9990999199929993999499959996999799989999999A999B999C999D999E999F99A099A199A299A399A499A599A699A799A899A999AA99AB99AC99AD99AE99AF99B099B199B299B399B499B599B699B799B899B999BA99BB99BC99BD99BE99BF99C099C199C299C399C499C599C699C799C899C999CA99CB99CC99CD99CE99CF99D099D199D299D399D499D599D699D799D899D999DA99DB99DC99DD99DE99DF99E099E199E299E399E499E599E699E799E899E999EA99EB99EC99ED99EE99EF99F099F199F299F399F499F5C7B7B4CEBBB6D0C0ECA399F699F7C5B799F899F999FA99FB99FC99FD99FE9A409A419A42D3FB9A439A449A459A46ECA49A47ECA5C6DB9A489A499A4ABFEE9A4B9A4C9A4D9A4EECA69A4F9A50ECA7D0AA9A51C7B89A529A53B8E89A549A559A569A579A589A599A5A9A5B9A5C9A5D9A5E9A5FECA89A609A619A629A639A649A659A669A67D6B9D5FDB4CBB2BDCEE4C6E79A689A69CDE19A6A9A6B9A6C9A6D9A6E9A6F9A709A719A729A739A749A759A769A77B4F59A78CBC0BCDF9A799A7A9A7B9A7CE9E2E9E3D1EAE9E59A7DB4F9E9E49A7ED1B3CAE2B2D09A80E9E89A819A829A839A84E9E6E9E79A859A86D6B39A879A889A89E9E9E9EA9A8A9A8B9A8C9A8D9A8EE9EB9A8F9A909A919A929A939A949A959A96E9EC9A979A989A999A9A9A9B9A9C9A9D9A9EECAFC5B9B6CE9A9FD2F39AA09AA19AA29AA39AA49AA59AA6B5EE9AA7BBD9ECB19AA89AA9D2E39AAA9AAB9AAC9AAD9AAECEE39AAFC4B89AB0C3BF9AB19AB2B6BED8B9B1C8B1CFB1D1C5FE9AB3B1D09AB4C3AB9AB59AB69AB79AB89AB9D5B19ABA9ABB9ABC9ABD9ABE9ABF9AC09AC1EBA4BAC19AC29AC39AC4CCBA9AC59AC69AC7EBA59AC8EBA79AC99ACA9ACBEBA89ACC9ACD9ACEEBA69ACF9AD09AD19AD29AD39AD49AD5EBA9EBABEBAA9AD69AD79AD89AD99ADAEBAC9ADBCACFD8B5C3F19ADCC3A5C6F8EBADC4CA9ADDEBAEEBAFEBB0B7D59ADE9ADF9AE0B7FA9AE1EBB1C7E29AE2EBB39AE3BAA4D1F5B0B1EBB2EBB49AE49AE59AE6B5AAC2C8C7E89AE7EBB59AE8CBAEE3DF9AE99AEAD3C09AEB9AEC9AED9AEED9DB9AEF9AF0CDA1D6ADC7F39AF19AF29AF3D9E0BBE39AF4BABAE3E29AF59AF69AF79AF89AF9CFAB9AFA9AFB9AFCE3E0C9C79AFDBAB99AFE9B409B41D1B4E3E1C8EAB9AFBDADB3D8CEDB9B429B43CCC09B449B459B46E3E8E3E9CDF49B479B489B499B4A9B4BCCAD9B4CBCB39B4DE3EA9B4EE3EB9B4F9B50D0DA9B519B529B53C6FBB7DA9B549B55C7DFD2CACED69B56E3E4E3EC9B57C9F2B3C19B589B59E3E79B5A9B5BC6E3E3E59B5C9B5DEDB3E3E69B5E9B5F9B609B61C9B39B62C5E69B639B649B65B9B59B66C3BB9B67E3E3C5BDC1A4C2D9B2D79B68E3EDBBA6C4AD9B69E3F0BEDA9B6A9B6BE3FBE3F5BAD39B6C9B6D9B6E9B6FB7D0D3CD9B70D6CED5D3B9C1D5B4D1D89B719B729B739B74D0B9C7F69B759B769B77C8AAB2B49B78C3DA9B799B7A9B7BE3EE9B7C9B7DE3FCE3EFB7A8E3F7E3F49B7E9B809B81B7BA9B829B83C5A29B84E3F6C5DDB2A8C6FC9B85C4E09B869B87D7A29B88C0E1E3F99B899B8AE3FAE3FDCCA9E3F39B8BD3BE9B8CB1C3EDB4E3F1E3F29B8DE3F8D0BAC6C3D4F3E3FE9B8E9B8FBDE09B909B91E4A79B929B93E4A69B949B959B96D1F3E4A39B97E4A99B989B999B9AC8F79B9B9B9C9B9D9B9ECFB49B9FE4A8E4AEC2E59BA09BA1B6B49BA29BA39BA49BA59BA69BA7BDF29BA8E4A29BA99BAABAE9E4AA9BAB9BACE4AC9BAD9BAEB6FDD6DEE4B29BAFE4AD9BB09BB19BB2E4A19BB3BBEECDDDC7A2C5C99BB49BB5C1F79BB6E4A49BB7C7B3BDACBDBDE4A59BB8D7C7B2E29BB9E4ABBCC3E4AF9BBABBEBE4B0C5A8E4B19BBB9BBC9BBD9BBED5E3BFA39BBFE4BA9BC0E4B79BC1E4BB9BC29BC3E4BD9BC49BC5C6D69BC69BC7BAC6C0CB9BC89BC99BCAB8A1E4B49BCB9BCC9BCD9BCED4A19BCF9BD0BAA3BDFE9BD19BD29BD3E4BC9BD49BD59BD69BD79BD8CDBF9BD99BDAC4F99BDB9BDCCFFBC9E69BDD9BDED3BF9BDFCFD19BE09BE1E4B39BE2E4B8E4B9CCE99BE39BE49BE59BE69BE7CCCE9BE8C0D4E4B5C1B0E4B6CED09BE9BBC1B5D39BEAC8F3BDA7D5C7C9ACB8A2E4CA9BEB9BECE4CCD1C49BED9BEED2BA9BEF9BF0BAAD9BF19BF2BAD49BF39BF49BF59BF69BF79BF8E4C3B5ED9BF99BFA9BFBD7CDE4C0CFFDE4BF9BFC9BFD9BFEC1DCCCCA9C409C419C429C43CAE79C449C459C469C47C4D79C48CCD4E4C89C499C4A9C4BE4C7E4C19C4CE4C4B5AD9C4D9C4ED3D99C4FE4C69C509C519C529C53D2F9B4E39C54BBB49C559C56C9EE9C57B4BE9C589C599C5ABBEC9C5BD1CD9C5CCCEDEDB59C5D9C5E9C5F9C609C619C629C639C64C7E59C659C669C679C68D4A89C69E4CBD7D5E4C29C6ABDA5E4C59C6B9C6CD3E69C6DE4C9C9F89C6E9C6FE4BE9C709C71D3E59C729C73C7FEB6C99C74D4FCB2B3E4D79C759C769C77CEC29C78E4CD9C79CEBC9C7AB8DB9C7B9C7CE4D69C7DBFCA9C7E9C809C81D3CE9C82C3EC9C839C849C859C869C879C889C899C8AC5C8E4D89C8B9C8C9C8D9C8E9C8F9C909C919C92CDC4E4CF9C939C949C959C96E4D4E4D59C97BAFE9C98CFE69C999C9AD5BF9C9B9C9C9C9DE4D29C9E9C9F9CA09CA19CA29CA39CA49CA59CA69CA79CA8E4D09CA99CAAE4CE9CAB9CAC9CAD9CAE9CAF9CB09CB19CB29CB39CB49CB59CB69CB79CB89CB9CDE5CAAA9CBA9CBB9CBCC0A39CBDBDA6E4D39CBE9CBFB8C89CC09CC19CC29CC39CC4E4E7D4B49CC59CC69CC79CC89CC99CCA9CCBE4DB9CCC9CCD9CCEC1EF9CCF9CD0E4E99CD19CD2D2E79CD39CD4E4DF9CD5E4E09CD69CD7CFAA9CD89CD99CDA9CDBCBDD9CDCE4DAE4D19CDDE4E59CDEC8DCE4E39CDF9CE0C4E7E4E29CE1E4E19CE29CE39CE4B3FCE4E89CE59CE69CE79CE8B5E19CE99CEA9CEBD7CC9CEC9CED9CEEE4E69CEFBBAC9CF0D7D2CCCFEBF89CF1E4E49CF29CF3B9F69CF49CF59CF6D6CDE4D9E4DCC2FAE4DE9CF7C2CBC0C4C2D09CF8B1F5CCB29CF99CFA9CFB9CFC9CFD9CFE9D409D419D429D43B5CE9D449D459D469D47E4EF9D489D499D4A9D4B9D4C9D4D9D4E9D4FC6AF9D509D519D52C6E19D539D54E4F59D559D569D579D589D59C2A99D5A9D5B9D5CC0ECD1DDE4EE9D5D9D5E9D5F9D609D619D629D639D649D659D66C4AE9D679D689D69E4ED9D6A9D6B9D6C9D6DE4F6E4F4C2FE9D6EE4DD9D6FE4F09D70CAFE9D71D5C49D729D73E4F19D749D759D769D779D789D799D7AD1FA9D7B9D7C9D7D9D7E9D809D819D82E4EBE4EC9D839D849D85E4F29D86CEAB9D879D889D899D8A9D8B9D8C9D8D9D8E9D8F9D90C5CB9D919D929D93C7B19D94C2BA9D959D969D97E4EA9D989D999D9AC1CA9D9B9D9C9D9D9D9E9D9F9DA0CCB6B3B19DA19DA29DA3E4FB9DA4E4F39DA59DA69DA7E4FA9DA8E4FD9DA9E4FC9DAA9DAB9DAC9DAD9DAE9DAF9DB0B3CE9DB19DB29DB3B3BAE4F79DB49DB5E4F9E4F8C5EC9DB69DB79DB89DB99DBA9DBB9DBC9DBD9DBE9DBF9DC09DC19DC2C0BD9DC39DC49DC59DC6D4E89DC79DC89DC99DCA9DCBE5A29DCC9DCD9DCE9DCF9DD09DD19DD29DD39DD49DD59DD6B0C49DD79DD8E5A49DD99DDAE5A39DDB9DDC9DDD9DDE9DDF9DE0BCA49DE1E5A59DE29DE39DE49DE59DE69DE7E5A19DE89DE99DEA9DEB9DEC9DED9DEEE4FEB1F49DEF9DF09DF19DF29DF39DF49DF59DF69DF79DF89DF9E5A89DFAE5A9E5A69DFB9DFC9DFD9DFE9E409E419E429E439E449E459E469E47E5A7E5AA9E489E499E4A9E4B9E4C9E4D9E4E9E4F9E509E519E529E539E549E559E569E579E589E599E5A9E5B9E5C9E5D9E5E9E5F9E609E619E629E639E649E659E669E679E68C6D99E699E6A9E6B9E6C9E6D9E6E9E6F9E70E5ABE5AD9E719E729E739E749E759E769E77E5AC9E789E799E7A9E7B9E7C9E7D9E7E9E809E819E829E839E849E859E869E879E889E89E5AF9E8A9E8B9E8CE5AE9E8D9E8E9E8F9E909E919E929E939E949E959E969E979E989E999E9A9E9B9E9C9E9D9E9EB9E09E9F9EA0E5B09EA19EA29EA39EA49EA59EA69EA79EA89EA99EAA9EAB9EAC9EAD9EAEE5B19EAF9EB09EB19EB29EB39EB49EB59EB69EB79EB89EB99EBABBF0ECE1C3F09EBBB5C6BBD29EBC9EBD9EBE9EBFC1E9D4EE9EC0BEC49EC19EC29EC3D7C69EC4D4D6B2D3ECBE9EC59EC69EC79EC8EAC19EC99ECA9ECBC2AFB4B69ECC9ECD9ECED1D79ECF9ED09ED1B3B49ED2C8B2BFBBECC09ED39ED4D6CB9ED59ED6ECBFECC19ED79ED89ED99EDA9EDB9EDC9EDD9EDE9EDF9EE09EE19EE29EE3ECC5BEE6CCBFC5DABEBC9EE4ECC69EE5B1FE9EE69EE79EE8ECC4D5A8B5E39EE9ECC2C1B6B3E39EEA9EEBECC3CBB8C0C3CCFE9EEC9EED9EEE9EEFC1D29EF0ECC89EF19EF29EF39EF49EF59EF69EF79EF89EF99EFA9EFB9EFC9EFDBAE6C0D39EFED6F29F409F419F42D1CC9F439F449F459F46BFBE9F47B7B3C9D5ECC7BBE29F48CCCCBDFDC8C89F49CFA99F4A9F4B9F4C9F4D9F4E9F4F9F50CDE99F51C5EB9F529F539F54B7E99F559F569F579F589F599F5A9F5B9F5C9F5D9F5E9F5FD1C9BAB89F609F619F629F639F64ECC99F659F66ECCA9F67BBC0ECCB9F68ECE2B1BAB7D99F699F6A9F6B9F6C9F6D9F6E9F6F9F709F719F729F73BDB99F749F759F769F779F789F799F7A9F7BECCCD1E6ECCD9F7C9F7D9F7E9F80C8BB9F819F829F839F849F859F869F879F889F899F8A9F8B9F8C9F8D9F8EECD19F8F9F909F919F92ECD39F93BBCD9F94BCE59F959F969F979F989F999F9A9F9B9F9C9F9D9F9E9F9F9FA09FA1ECCF9FA2C9B79FA39FA49FA59FA69FA7C3BA9FA8ECE3D5D5ECD09FA99FAA9FAB9FAC9FADD6F39FAE9FAF9FB0ECD2ECCE9FB19FB29FB39FB4ECD49FB5ECD59FB69FB7C9BF9FB89FB99FBA9FBB9FBC9FBDCFA89FBE9FBF9FC09FC19FC2D0DC9FC39FC49FC59FC6D1AC9FC79FC89FC99FCAC8DB9FCB9FCC9FCDECD6CEF59FCE9FCF9FD09FD19FD2CAECECDA9FD39FD49FD59FD69FD79FD89FD9ECD99FDA9FDB9FDCB0BE9FDD9FDE9FDF9FE09FE19FE2ECD79FE3ECD89FE49FE59FE6ECE49FE79FE89FE99FEA9FEB9FEC9FED9FEE9FEFC8BC9FF09FF19FF29FF39FF49FF59FF69FF79FF89FF9C1C79FFA9FFB9FFC9FFD9FFEECDCD1E0A040A041A042A043A044A045A046A047A048A049ECDBA04AA04BA04CA04DD4EFA04EECDDA04FA050A051A052A053A054DBC6A055A056A057A058A059A05AA05BA05CA05DA05EECDEA05FA060A061A062A063A064A065A066A067A068A069A06AB1ACA06BA06CA06DA06EA06FA070A071A072A073A074A075A076A077A078A079A07AA07BA07CA07DA07EA080A081ECDFA082A083A084A085A086A087A088A089A08AA08BECE0A08CD7A6A08DC5C0A08EA08FA090EBBCB0AEA091A092A093BEF4B8B8D2AFB0D6B5F9A094D8B3A095CBACA096E3DDA097A098A099A09AA09BA09CA09DC6ACB0E6A09EA09FA0A0C5C6EBB9A0A1A0A2A0A3A0A4EBBAA0A5A0A6A0A7EBBBA0A8A0A9D1C0A0AAC5A3A0ABEAF2A0ACC4B2A0ADC4B5C0CEA0AEA0AFA0B0EAF3C4C1A0B1CEEFA0B2A0B3A0B4A0B5EAF0EAF4A0B6A0B7C9FCA0B8A0B9C7A3A0BAA0BBA0BCCCD8CEFEA0BDA0BEA0BFEAF5EAF6CFACC0E7A0C0A0C1EAF7A0C2A0C3A0C4A0C5A0C6B6BFEAF8A0C7EAF9A0C8EAFAA0C9A0CAEAFBA0CBA0CCA0CDA0CEA0CFA0D0A0D1A0D2A0D3A0D4A0D5A0D6EAF1A0D7A0D8A0D9A0DAA0DBA0DCA0DDA0DEA0DFA0E0A0E1A0E2C8AEE1EBA0E3B7B8E1ECA0E4A0E5A0E6E1EDA0E7D7B4E1EEE1EFD3CCA0E8A0E9A0EAA0EBA0ECA0EDA0EEE1F1BFF1E1F0B5D2A0EFA0F0A0F1B1B7A0F2A0F3A0F4A0F5E1F3E1F2A0F6BAFCA0F7E1F4A0F8A0F9A0FAA0FBB9B7A0FCBED1A0FDA0FEAA40AA41C4FCAA42BADDBDC6AA43AA44AA45AA46AA47AA48E1F5E1F7AA49AA4AB6C0CFC1CAA8E1F6D5F8D3FCE1F8E1FCE1F9AA4BAA4CE1FAC0EAAA4DE1FEE2A1C0C7AA4EAA4FAA50AA51E1FBAA52E1FDAA53AA54AA55AA56AA57AA58E2A5AA59AA5AAA5BC1D4AA5CAA5DAA5EAA5FE2A3AA60E2A8B2FEE2A2AA61AA62AA63C3CDB2C2E2A7E2A6AA64AA65E2A4E2A9AA66AA67E2ABAA68AA69AA6AD0C9D6EDC3A8E2ACAA6BCFD7AA6CAA6DE2AEAA6EAA6FBAEFAA70AA71E9E0E2ADE2AAAA72AA73AA74AA75BBABD4B3AA76AA77AA78AA79AA7AAA7BAA7CAA7DAA7EAA80AA81AA82AA83E2B0AA84AA85E2AFAA86E9E1AA87AA88AA89AA8AE2B1AA8BAA8CAA8DAA8EAA8FAA90AA91AA92E2B2AA93AA94AA95AA96AA97AA98AA99AA9AAA9BAA9CAA9DE2B3CCA1AA9EE2B4AA9FAAA0AB40AB41AB42AB43AB44AB45AB46AB47AB48AB49AB4AAB4BE2B5AB4CAB4DAB4EAB4FAB50D0FEAB51AB52C2CAAB53D3F1AB54CDF5AB55AB56E7E0AB57AB58E7E1AB59AB5AAB5BAB5CBEC1AB5DAB5EAB5FAB60C2EAAB61AB62AB63E7E4AB64AB65E7E3AB66AB67AB68AB69AB6AAB6BCDE6AB6CC3B5AB6DAB6EE7E2BBB7CFD6AB6FC1E1E7E9AB70AB71AB72E7E8AB73AB74E7F4B2A3AB75AB76AB77AB78E7EAAB79E7E6AB7AAB7BAB7CAB7DAB7EE7ECE7EBC9BAAB80AB81D5E4AB82E7E5B7A9E7E7AB83AB84AB85AB86AB87AB88AB89E7EEAB8AAB8BAB8CAB8DE7F3AB8ED6E9AB8FAB90AB91AB92E7EDAB93E7F2AB94E7F1AB95AB96AB97B0E0AB98AB99AB9AAB9BE7F5AB9CAB9DAB9EAB9FABA0AC40AC41AC42AC43AC44AC45AC46AC47AC48AC49AC4AC7F2AC4BC0C5C0EDAC4CAC4DC1F0E7F0AC4EAC4FAC50AC51E7F6CBF6AC52AC53AC54AC55AC56AC57AC58AC59AC5AE8A2E8A1AC5BAC5CAC5DAC5EAC5FAC60D7C1AC61AC62E7FAE7F9AC63E7FBAC64E7F7AC65E7FEAC66E7FDAC67E7FCAC68AC69C1D5C7D9C5FDC5C3AC6AAC6BAC6CAC6DAC6EC7EDAC6FAC70AC71AC72E8A3AC73AC74AC75AC76AC77AC78AC79AC7AAC7BAC7CAC7DAC7EAC80AC81AC82AC83AC84AC85AC86E8A6AC87E8A5AC88E8A7BAF7E7F8E8A4AC89C8F0C9AAAC8AAC8BAC8CAC8DAC8EAC8FAC90AC91AC92AC93AC94AC95AC96E8A9AC97AC98B9E5AC99AC9AAC9BAC9CAC9DD1FEE8A8AC9EAC9FACA0AD40AD41AD42E8AAAD43E8ADE8AEAD44C1A7AD45AD46AD47E8AFAD48AD49AD4AE8B0AD4BAD4CE8ACAD4DE8B4AD4EAD4FAD50AD51AD52AD53AD54AD55AD56AD57AD58E8ABAD59E8B1AD5AAD5BAD5CAD5DAD5EAD5FAD60AD61E8B5E8B2E8B3AD62AD63AD64AD65AD66AD67AD68AD69AD6AAD6BAD6CAD6DAD6EAD6FAD70AD71E8B7AD72AD73AD74AD75AD76AD77AD78AD79AD7AAD7BAD7CAD7DAD7EAD80AD81AD82AD83AD84AD85AD86AD87AD88AD89E8B6AD8AAD8BAD8CAD8DAD8EAD8FAD90AD91AD92B9CFAD93F0ACAD94F0ADAD95C6B0B0EAC8BFAD96CDDFAD97AD98AD99AD9AAD9BAD9CAD9DCECDEAB1AD9EAD9FADA0AE40EAB2AE41C6BFB4C9AE42AE43AE44AE45AE46AE47AE48EAB3AE49AE4AAE4BAE4CD5E7AE4DAE4EAE4FAE50AE51AE52AE53AE54DDF9AE55EAB4AE56EAB5AE57EAB6AE58AE59AE5AAE5BB8CADFB0C9F5AE5CCCF0AE5DAE5EC9FAAE5FAE60AE61AE62AE63C9FBAE64AE65D3C3CBA6AE66B8A6F0AEB1C2AE67E5B8CCEFD3C9BCD7C9EAAE68B5E7AE69C4D0B5E9AE6AEEAEBBADAE6BAE6CE7DEAE6DEEAFAE6EAE6FAE70AE71B3A9AE72AE73EEB2AE74AE75EEB1BDE7AE76EEB0CEB7AE77AE78AE79AE7AC5CFAE7BAE7CAE7DAE7EC1F4DBCEEEB3D0F3AE80AE81AE82AE83AE84AE85AE86AE87C2D4C6E8AE88AE89AE8AB7ACAE8BAE8CAE8DAE8EAE8FAE90AE91EEB4AE92B3EBAE93AE94AE95BBFBEEB5AE96AE97AE98AE99AE9AE7DCAE9BAE9CAE9DEEB6AE9EAE9FBDAEAEA0AF40AF41AF42F1E2AF43AF44AF45CAE8AF46D2C9F0DAAF47F0DBAF48F0DCC1C6AF49B8EDBECEAF4AAF4BF0DEAF4CC5B1F0DDD1F1AF4DF0E0B0CCBDEAAF4EAF4FAF50AF51AF52D2DFF0DFAF53B4AFB7E8F0E6F0E5C6A3F0E1F0E2B4C3AF54AF55F0E3D5EEAF56AF57CCDBBED2BCB2AF58AF59AF5AF0E8F0E7F0E4B2A1AF5BD6A2D3B8BEB7C8ACAF5CAF5DF0EAAF5EAF5FAF60AF61D1F7AF62D6CCBADBF0E9AF63B6BBAF64AF65CDB4AF66AF67C6A6AF68AF69AF6AC1A1F0EBF0EEAF6BF0EDF0F0F0ECAF6CBBBEF0EFAF6DAF6EAF6FAF70CCB5F0F2AF71AF72B3D5AF73AF74AF75AF76B1D4AF77AF78F0F3AF79AF7AF0F4F0F6B4E1AF7BF0F1AF7CF0F7AF7DAF7EAF80AF81F0FAAF82F0F8AF83AF84AF85F0F5AF86AF87AF88AF89F0FDAF8AF0F9F0FCF0FEAF8BF1A1AF8CAF8DAF8ECEC1F1A4AF8FF1A3AF90C1F6F0FBCADDAF91AF92B4F1B1F1CCB1AF93F1A6AF94AF95F1A7AF96AF97F1ACD5CEF1A9AF98AF99C8B3AF9AAF9BAF9CF1A2AF9DF1ABF1A8F1A5AF9EAF9FF1AAAFA0B040B041B042B043B044B045B046B0A9F1ADB047B048B049B04AB04BB04CF1AFB04DF1B1B04EB04FB050B051B052F1B0B053F1AEB054B055B056B057D1A2B058B059B05AB05BB05CB05DB05EF1B2B05FB060B061F1B3B062B063B064B065B066B067B068B069B9EFB06AB06BB5C7B06CB0D7B0D9B06DB06EB06FD4EDB070B5C4B071BDD4BBCAF0A7B072B073B8DEB074B075F0A8B076B077B0A8B078F0A9B079B07ACDEEB07BB07CF0AAB07DB07EB080B081B082B083B084B085B086B087F0ABB088B089B08AB08BB08CB08DB08EB08FB090C6A4B091B092D6E5F1E4B093F1E5B094B095B096B097B098B099B09AB09BB09CB09DC3F3B09EB09FD3DBB0A0B140D6D1C5E8B141D3AFB142D2E6B143B144EEC1B0BBD5B5D1CEBCE0BAD0B145BFF8B146B8C7B5C1C5CCB147B148CAA2B149B14AB14BC3CBB14CB14DB14EB14FB150EEC2B151B152B153B154B155B156B157B158C4BFB6A2B159EDECC3A4B15AD6B1B15BB15CB15DCFE0EDEFB15EB15FC5CEB160B6DCB161B162CAA1B163B164EDEDB165B166EDF0EDF1C3BCB167BFB4B168EDEEB169B16AB16BB16CB16DB16EB16FB170B171B172B173EDF4EDF2B174B175B176B177D5E6C3DFB178EDF3B179B17AB17BEDF6B17CD5A3D1A3B17DB17EB180EDF5B181C3D0B182B183B184B185B186EDF7BFF4BEECEDF8B187CCF7B188D1DBB189B18AB18BD7C5D5F6B18CEDFCB18DB18EB18FEDFBB190B191B192B193B194B195B196B197EDF9EDFAB198B199B19AB19BB19CB19DB19EB19FEDFDBEA6B1A0B240B241B242B243CBAFEEA1B6BDB244EEA2C4C0B245EDFEB246B247BDDEB2C7B248B249B24AB24BB24CB24DB24EB24FB250B251B252B253B6C3B254B255B256EEA5D8BAEEA3EEA6B257B258B259C3E9B3F2B25AB25BB25CB25DB25EB25FEEA7EEA4CFB9B260B261EEA8C2F7B262B263B264B265B266B267B268B269B26AB26BB26CB26DEEA9EEAAB26EDEABB26FB270C6B3B271C7C6B272D6F5B5C9B273CBB2B274B275B276EEABB277B278CDABB279EEACB27AB27BB27CB27DB27ED5B0B280EEADB281F6C4B282B283B284B285B286B287B288B289B28AB28BB28CB28DB28EDBC7B28FB290B291B292B293B294B295B296B297B4A3B298B299B29AC3ACF1E6B29BB29CB29DB29EB29FCAB8D2D3B2A0D6AAB340EFF2B341BED8B342BDC3EFF3B6CCB0ABB343B344B345B346CAAFB347B348EDB6B349EDB7B34AB34BB34CB34DCEF9B7AFBFF3EDB8C2EBC9B0B34EB34FB350B351B352B353EDB9B354B355C6F6BFB3B356B357B358EDBCC5F8B359D1D0B35AD7A9EDBAEDBBB35BD1E2B35CEDBFEDC0B35DEDC4B35EB35FB360EDC8B361EDC6EDCED5E8B362EDC9B363B364EDC7EDBEB365B366C5E9B367B368B369C6C6B36AB36BC9E9D4D2EDC1EDC2EDC3EDC5B36CC0F9B36DB4A1B36EB36FB370B371B9E8B372EDD0B373B374B375B376EDD1B377EDCAB378EDCFB379CEF8B37AB37BCBB6EDCCEDCDB37CB37DB37EB380B381CFF5B382B383B384B385B386B387B388B389B38AB38BB38CB38DEDD2C1F2D3B2EDCBC8B7B38EB38FB390B391B392B393B394B395BCEFB396B397B398B399C5F0B39AB39BB39CB39DB39EB39FB3A0B440B441B442EDD6B443B5EFB444B445C2B5B0ADCBE9B446B447B1AEB448EDD4B449B44AB44BCDEBB5E2B44CEDD5EDD3EDD7B44DB44EB5FAB44FEDD8B450EDD9B451EDDCB452B1CCB453B454B455B456B457B458B459B45AC5F6BCEEEDDACCBCB2EAB45BB45CB45DB45EEDDBB45FB460B461B462C4EBB463B464B4C5B465B466B467B0F5B468B469B46AEDDFC0DAB4E8B46BB46CB46DB46EC5CDB46FB470B471EDDDBFC4B472B473B474EDDEB475B476B477B478B479B47AB47BB47CB47DB47EB480B481B482B483C4A5B484B485B486EDE0B487B488B489B48AB48BEDE1B48CEDE3B48DB48EC1D7B48FB490BBC7B491B492B493B494B495B496BDB8B497B498B499EDE2B49AB49BB49CB49DB49EB49FB4A0B540B541B542B543B544B545EDE4B546B547B548B549B54AB54BB54CB54DB54EB54FEDE6B550B551B552B553B554EDE5B555B556B557B558B559B55AB55BB55CB55DB55EB55FB560B561B562B563EDE7B564B565B566B567B568CABEECEAC0F1B569C9E7B56AECEBC6EEB56BB56CB56DB56EECECB56FC6EDECEDB570B571B572B573B574B575B576B577B578ECF0B579B57AD7E6ECF3B57BB57CECF1ECEEECEFD7A3C9F1CBEEECF4B57DECF2B57EB580CFE9B581ECF6C6B1B582B583B584B585BCC0B586ECF5B587B588B589B58AB58BB58CB58DB5BBBBF6B58EECF7B58FB590B591B592B593D9F7BDFBB594B595C2BBECF8B596B597B598B599ECF9B59AB59BB59CB59DB8A3B59EB59FB5A0B640B641B642B643B644B645B646ECFAB647B648B649B64AB64BB64CB64DB64EB64FB650B651B652ECFBB653B654B655B656B657B658B659B65AB65BB65CB65DECFCB65EB65FB660B661B662D3EDD8AEC0EBB663C7DDBACCB664D0E3CBBDB665CDBAB666B667B8D1B668B669B1FCB66AC7EFB66BD6D6B66CB66DB66EBFC6C3EBB66FB670EFF5B671B672C3D8B673B674B675B676B677B678D7E2B679B67AB67BEFF7B3D3B67CC7D8D1EDB67DD6C8B67EEFF8B680EFF6B681BBFDB3C6B682B683B684B685B686B687B688BDD5B689B68AD2C6B68BBBE0B68CB68DCFA1B68EEFFCEFFBB68FB690EFF9B691B692B693B694B3CCB695C9D4CBB0B696B697B698B699B69AEFFEB69BB69CB0DEB69DB69ED6C9B69FB6A0B740EFFDB741B3EDB742B743F6D5B744B745B746B747B748B749B74AB74BB74CB74DB74EB74FB750B751B752CEC8B753B754B755F0A2B756F0A1B757B5BEBCDABBFCB758B8E5B759B75AB75BB75CB75DB75EC4C2B75FB760B761B762B763B764B765B766B767B768F0A3B769B76AB76BB76CB76DCBEBB76EB76FB770B771B772B773B774B775B776B777B778B779B77AB77BB77CB77DB77EB780B781B782B783B784B785B786F0A6B787B788B789D1A8B78ABEBFC7EEF1B6F1B7BFD5B78BB78CB78DB78EB4A9F1B8CDBBB78FC7D4D5ADB790F1B9B791F1BAB792B793B794B795C7CFB796B797B798D2A4D6CFB799B79AF1BBBDD1B4B0BEBDB79BB79CB79DB4DCCED1B79EBFDFF1BDB79FB7A0B840B841BFFAF1BCB842F1BFB843B844B845F1BEF1C0B846B847B848B849B84AF1C1B84BB84CB84DB84EB84FB850B851B852B853B854B855C1FEB856B857B858B859B85AB85BB85CB85DB85EB85FB860C1A2B861B862B863B864B865B866B867B868B869B86ACAFAB86BB86CD5BEB86DB86EB86FB870BEBABEB9D5C2B871B872BFA2B873CDAFF1B5B874B875B876B877B878B879BDDFB87AB6CBB87BB87CB87DB87EB880B881B882B883B884D6F1F3C3B885B886F3C4B887B8CDB888B889B88AF3C6F3C7B88BB0CAB88CF3C5B88DF3C9CBF1B88EB88FB890F3CBB891D0A6B892B893B1CAF3C8B894B895B896F3CFB897B5D1B898B899F3D7B89AF3D2B89BB89CB89DF3D4F3D3B7FBB89EB1BFB89FF3CEF3CAB5DAB8A0F3D0B940B941F3D1B942F3D5B943B944B945B946F3CDB947BCE3B948C1FDB949F3D6B94AB94BB94CB94DB94EB94FF3DAB950F3CCB951B5C8B952BDEEF3DCB953B954B7A4BFF0D6FECDB2B955B4F0B956B2DFB957F3D8B958F3D9C9B8B959F3DDB95AB95BF3DEB95CF3E1B95DB95EB95FB960B961B962B963B964B965B966B967F3DFB968B969F3E3F3E2B96AB96BF3DBB96CBFEAB96DB3EFB96EF3E0B96FB970C7A9B971BCF2B972B973B974B975F3EBB976B977B978B979B97AB97BB97CB9BFB97DB97EF3E4B980B981B982B2ADBBFEB983CBE3B984B985B986B987F3EDF3E9B988B989B98AB9DCF3EEB98BB98CB98DF3E5F3E6F3EAC2E1F3ECF3EFF3E8BCFDB98EB98FB990CFE4B991B992F3F0B993B994B995F3E7B996B997B998B999B99AB99BB99CB99DF3F2B99EB99FB9A0BA40D7ADC6AABA41BA42BA43BA44F3F3BA45BA46BA47BA48F3F1BA49C2A8BA4ABA4BBA4CBA4DBA4EB8DDF3F5BA4FBA50F3F4BA51BA52BA53B4DBBA54BA55BA56F3F6F3F7BA57BA58BA59F3F8BA5ABA5BBA5CC0BABA5DBA5EC0E9BA5FBA60BA61BA62BA63C5F1BA64BA65BA66BA67F3FBBA68F3FABA69BA6ABA6BBA6CBA6DBA6EBA6FBA70B4D8BA71BA72BA73F3FEF3F9BA74BA75F3FCBA76BA77BA78BA79BA7ABA7BF3FDBA7CBA7DBA7EBA80BA81BA82BA83BA84F4A1BA85BA86BA87BA88BA89BA8AF4A3BBC9BA8BBA8CF4A2BA8DBA8EBA8FBA90BA91BA92BA93BA94BA95BA96BA97BA98BA99F4A4BA9ABA9BBA9CBA9DBA9EBA9FB2BEF4A6F4A5BAA0BB40BB41BB42BB43BB44BB45BB46BB47BB48BB49BCAEBB4ABB4BBB4CBB4DBB4EBB4FBB50BB51BB52BB53BB54BB55BB56BB57BB58BB59BB5ABB5BBB5CBB5DBB5EBB5FBB60BB61BB62BB63BB64BB65BB66BB67BB68BB69BB6ABB6BBB6CBB6DBB6EC3D7D9E1BB6FBB70BB71BB72BB73BB74C0E0F4CCD7D1BB75BB76BB77BB78BB79BB7ABB7BBB7CBB7DBB7EBB80B7DBBB81BB82BB83BB84BB85BB86BB87F4CEC1A3BB88BB89C6C9BB8AB4D6D5B3BB8BBB8CBB8DF4D0F4CFF4D1CBDABB8EBB8FF4D2BB90D4C1D6E0BB91BB92BB93BB94B7E0BB95BB96BB97C1B8BB98BB99C1BBF4D3BEACBB9ABB9BBB9CBB9DBB9EB4E2BB9FBBA0F4D4F4D5BEABBC40BC41F4D6BC42BC43BC44F4DBBC45F4D7F4DABC46BAFDBC47F4D8F4D9BC48BC49BC4ABC4BBC4CBC4DBC4EB8E2CCC7F4DCBC4FB2DABC50BC51C3D3BC52BC53D4E3BFB7BC54BC55BC56BC57BC58BC59BC5AF4DDBC5BBC5CBC5DBC5EBC5FBC60C5B4BC61BC62BC63BC64BC65BC66BC67BC68F4E9BC69BC6ACFB5BC6BBC6CBC6DBC6EBC6FBC70BC71BC72BC73BC74BC75BC76BC77BC78CEC9BC79BC7ABC7BBC7CBC7DBC7EBC80BC81BC82BC83BC84BC85BC86BC87BC88BC89BC8ABC8BBC8CBC8DBC8ECBD8BC8FCBF7BC90BC91BC92BC93BDF4BC94BC95BC96D7CFBC97BC98BC99C0DBBC9ABC9BBC9CBC9DBC9EBC9FBCA0BD40BD41BD42BD43BD44BD45BD46BD47BD48BD49BD4ABD4BBD4CBD4DBD4EBD4FBD50BD51BD52BD53BD54BD55BD56BD57BD58BD59BD5ABD5BBD5CBD5DBD5EBD5FBD60BD61BD62BD63BD64BD65BD66BD67BD68BD69BD6ABD6BBD6CBD6DBD6EBD6FBD70BD71BD72BD73BD74BD75BD76D0F5BD77BD78BD79BD7ABD7BBD7CBD7DBD7EF4EABD80BD81BD82BD83BD84BD85BD86BD87BD88BD89BD8ABD8BBD8CBD8DBD8EBD8FBD90BD91BD92BD93BD94BD95BD96BD97BD98BD99BD9ABD9BBD9CBD9DBD9EBD9FBDA0BE40BE41BE42BE43BE44BE45BE46BE47BE48BE49BE4ABE4BBE4CF4EBBE4DBE4EBE4FBE50BE51BE52BE53F4ECBE54BE55BE56BE57BE58BE59BE5ABE5BBE5CBE5DBE5EBE5FBE60BE61BE62BE63BE64BE65BE66BE67BE68BE69BE6ABE6BBE6CBE6DBE6EBE6FBE70BE71BE72BE73BE74BE75BE76BE77BE78BE79BE7ABE7BBE7CBE7DBE7EBE80BE81BE82BE83BE84BE85BE86BE87BE88BE89BE8ABE8BBE8CBE8DBE8EBE8FBE90BE91BE92BE93BE94BE95BE96BE97BE98BE99BE9ABE9BBE9CBE9DBE9EBE9FBEA0BF40BF41BF42BF43BF44BF45BF46BF47BF48BF49BF4ABF4BBF4CBF4DBF4EBF4FBF50BF51BF52BF53BF54BF55BF56BF57BF58BF59BF5ABF5BBF5CBF5DBF5EBF5FBF60BF61BF62BF63BF64BF65BF66BF67BF68BF69BF6ABF6BBF6CBF6DBF6EBF6FBF70BF71BF72BF73BF74BF75BF76BF77BF78BF79BF7ABF7BBF7CBF7DBF7EBF80F7E3BF81BF82BF83BF84BF85B7B1BF86BF87BF88BF89BF8AF4EDBF8BBF8CBF8DBF8EBF8FBF90BF91BF92BF93BF94BF95BF96BF97BF98BF99BF9ABF9BBF9CBF9DBF9EBF9FBFA0C040C041C042C043C044C045C046C047C048C049C04AC04BC04CC04DC04EC04FC050C051C052C053C054C055C056C057C058C059C05AC05BC05CC05DC05EC05FC060C061C062C063D7EBC064C065C066C067C068C069C06AC06BC06CC06DC06EC06FC070C071C072C073C074C075C076C077C078C079C07AC07BF4EEC07CC07DC07EE6F9BEC0E6FABAECE6FBCFCBE6FCD4BCBCB6E6FDE6FEBCCDC8D2CEB3E7A1C080B4BFE7A2C9B4B8D9C4C9C081D7DDC2DAB7D7D6BDCEC6B7C4C082C083C5A6E7A3CFDFE7A4E7A5E7A6C1B7D7E9C9F0CFB8D6AFD6D5E7A7B0EDE7A8E7A9C9DCD2EFBEADE7AAB0F3C8DEBDE1E7ABC8C6C084E7ACBBE6B8F8D1A4E7ADC2E7BEF8BDCACDB3E7AEE7AFBEEED0E5C085CBE7CCD0BCCCE7B0BCA8D0F7E7B1C086D0F8E7B2E7B3B4C2E7B4E7B5C9FECEACC3E0E7B7B1C1B3F1C087E7B8E7B9D7DBD5C0E7BAC2CCD7BAE7BBE7BCE7BDBCEAC3E5C0C2E7BEE7BFBCA9C088E7C0E7C1E7B6B6D0E7C2C089E7C3E7C4BBBAB5DEC2C6B1E0E7C5D4B5E7C6B8BFE7C8E7C7B7ECC08AE7C9B2F8E7CAE7CBE7CCE7CDE7CEE7CFE7D0D3A7CBF5E7D1E7D2E7D3E7D4C9C9E7D5E7D6E7D7E7D8E7D9BDC9E7DAF3BEC08BB8D7C08CC8B1C08DC08EC08FC090C091C092C093F3BFC094F3C0F3C1C095C096C097C098C099C09AC09BC09CC09DC09EB9DECDF8C09FC0A0D8E8BAB1C140C2DEEEB7C141B7A3C142C143C144C145EEB9C146EEB8B0D5C147C148C149C14AC14BEEBBD5D6D7EFC14CC14DC14ED6C3C14FC150EEBDCAF0C151EEBCC152C153C154C155EEBEC156C157C158C159EEC0C15AC15BEEBFC15CC15DC15EC15FC160C161C162C163D1F2C164C7BCC165C3C0C166C167C168C169C16AB8E1C16BC16CC16DC16EC16FC1E7C170C171F4C6D0DFF4C7C172CFDBC173C174C8BAC175C176F4C8C177C178C179C17AC17BC17CC17DF4C9F4CAC17EF4CBC180C181C182C183C184D9FAB8FEC185C186E5F1D3F0C187F4E0C188CECCC189C18AC18BB3E1C18CC18DC18EC18FF1B4C190D2EEC191F4E1C192C193C194C195C196CFE8F4E2C197C198C7CCC199C19AC19BC19CC19DC19EB5D4B4E4F4E4C19FC1A0C240F4E3F4E5C241C242F4E6C243C244C245C246F4E7C247BAB2B0BFC248F4E8C249C24AC24BC24CC24DC24EC24FB7ADD2EDC250C251C252D2ABC0CFC253BFBCEBA3D5DFEAC8C254C255C256C257F1F3B6F8CBA3C258C259C4CDC25AF1E7C25BF1E8B8FBF1E9BAC4D4C5B0D2C25CC25DF1EAC25EC25FC260F1EBC261F1ECC262C263F1EDF1EEF1EFF1F1F1F0C5D5C264C265C266C267C268C269F1F2C26AB6FAC26BF1F4D2AEDEC7CBCAC26CC26DB3DCC26EB5A2C26FB9A2C270C271C4F4F1F5C272C273F1F6C274C275C276C1C4C1FBD6B0F1F7C277C278C279C27AF1F8C27BC1AAC27CC27DC27EC6B8C280BEDBC281C282C283C284C285C286C287C288C289C28AC28BC28CC28DC28EF1F9B4CFC28FC290C291C292C293C294F1FAC295C296C297C298C299C29AC29BC29CC29DC29EC29FC2A0C340EDB2EDB1C341C342CBE0D2DEC343CBC1D5D8C344C8E2C345C0DFBCA1C346C347C348C349C34AC34BEBC1C34CC34DD0A4C34ED6E2C34FB6C7B8D8EBC0B8CEC350EBBFB3A6B9C9D6ABC351B7F4B7CAC352C353C354BCE7B7BEEBC6C355EBC7B0B9BFCFC356EBC5D3FDC357EBC8C358C359EBC9C35AC35BB7CEC35CEBC2EBC4C9F6D6D7D5CDD0B2EBCFCEB8EBD0C35DB5A8C35EC35FC360C361C362B1B3EBD2CCA5C363C364C365C366C367C368C369C5D6EBD3C36AEBD1C5DFEBCECAA4EBD5B0FBC36BC36CBAFAC36DC36ED8B7F1E3C36FEBCAEBCBEBCCEBCDEBD6E6C0EBD9C370BFE8D2C8EBD7EBDCB8ECEBD8C371BDBAC372D0D8C373B0B7C374EBDDC4DCC375C376C377C378D6ACC379C37AC37BB4E0C37CC37DC2F6BCB9C37EC380EBDAEBDBD4E0C6EAC4D4EBDFC5A7D9F5C381B2B1C382EBE4C383BDC5C384C385C386EBE2C387C388C389C38AC38BC38CC38DC38EC38FC390C391C392C393EBE3C394C395B8ACC396CDD1EBE5C397C398C399EBE1C39AC1B3C39BC39CC39DC39EC39FC6A2C3A0C440C441C442C443C444C445CCF3C446EBE6C447C0B0D2B8EBE7C448C449C44AB8AFB8ADC44BEBE8C7BBCDF3C44CC44DC44EEBEAEBEBC44FC450C451C452C453EBEDC454C455C456C457D0C8C458EBF2C459EBEEC45AC45BC45CEBF1C8F9C45DD1FCEBECC45EC45FEBE9C460C461C462C463B8B9CFD9C4E5EBEFEBF0CCDACDC8B0F2C464EBF6C465C466C467C468C469EBF5C46AB2B2C46BC46CC46DC46EB8E0C46FEBF7C470C471C472C473C474C475B1ECC476C477CCC5C4A4CFA5C478C479C47AC47BC47CEBF9C47DC47EECA2C480C5F2C481EBFAC482C483C484C485C486C487C488C489C9C5C48AC48BC48CC48DC48EC48FE2DFEBFEC490C491C492C493CDCEECA1B1DBD3B7C494C495D2DCC496C497C498EBFDC499EBFBC49AC49BC49CC49DC49EC49FC4A0C540C541C542C543C544C545C546C547C548C549C54AC54BC54CC54DC54EB3BCC54FC550C551EAB0C552C553D7D4C554F4ABB3F4C555C556C557C558C559D6C1D6C2C55AC55BC55CC55DC55EC55FD5E9BECAC560F4A7C561D2A8F4A8F4A9C562F4AABECBD3DFC563C564C565C566C567C9E0C9E1C568C569F3C2C56ACAE6C56BCCF2C56CC56DC56EC56FC570C571E2B6CBB4C572CEE8D6DBC573F4ADF4AEF4AFC574C575C576C577F4B2C578BABDF4B3B0E3F4B0C579F4B1BDA2B2D5C57AF4B6F4B7B6E6B2B0CFCFF4B4B4ACC57BF4B5C57CC57DF4B8C57EC580C581C582C583F4B9C584C585CDA7C586F4BAC587F4BBC588C589C58AF4BCC58BC58CC58DC58EC58FC590C591C592CBD2C593F4BDC594C595C596C597F4BEC598C599C59AC59BC59CC59DC59EC59FF4BFC5A0C640C641C642C643F4DEC1BCBCE8C644C9ABD1DEE5F5C645C646C647C648DCB3D2D5C649C64ADCB4B0ACDCB5C64BC64CBDDAC64DDCB9C64EC64FC650D8C2C651DCB7D3F3C652C9D6DCBADCB6C653DCBBC3A2C654C655C656C657DCBCDCC5DCBDC658C659CEDFD6A5C65ADCCFC65BDCCDC65CC65DDCD2BDE6C2ABC65EDCB8DCCBDCCEDCBEB7D2B0C5DCC7D0BEDCC1BBA8C65FB7BCDCCCC660C661DCC6DCBFC7DBC662C663C664D1BFDCC0C665C666DCCAC667C668DCD0C669C66ACEADDCC2C66BDCC3DCC8DCC9B2D4DCD1CBD5C66CD4B7DCDBDCDFCCA6DCE6C66DC3E7DCDCC66EC66FBFC1DCD9C670B0FAB9B6DCE5DCD3C671DCC4DCD6C8F4BFE0C672C673C674C675C9BBC676C677C678B1BDC679D3A2C67AC67BDCDAC67CC67DDCD5C67EC6BBC680DCDEC681C682C683C684C685D7C2C3AFB7B6C7D1C3A9DCE2DCD8DCEBDCD4C686C687DCDDC688BEA5DCD7C689DCE0C68AC68BDCE3DCE4C68CDCF8C68DC68EDCE1DDA2DCE7C68FC690C691C692C693C694C695C696C697C698BCEBB4C4C699C69AC3A3B2E7DCFAC69BDCF2C69CDCEFC69DDCFCDCEED2F0B2E8C69EC8D7C8E3DCFBC69FDCEDC6A0C740C741DCF7C742C743DCF5C744C745BEA3DCF4C746B2DDC747C748C749C74AC74BDCF3BCF6DCE8BBC4C74CC0F3C74DC74EC74FC750C751BCD4DCE9DCEAC752DCF1DCF6DCF9B5B4C753C8D9BBE7DCFEDCFDD3ABDDA1DDA3DDA5D2F1DDA4DDA6DDA7D2A9C754C755C756C757C758C759C75ABAC9DDA9C75BC75CDDB6DDB1DDB4C75DC75EC75FC760C761C762C763DDB0C6CEC764C765C0F2C766C767C768C769C9AFC76AC76BC76CDCECDDAEC76DC76EC76FC770DDB7C771C772DCF0DDAFC773DDB8C774DDACC775C776C777C778C779C77AC77BDDB9DDB3DDADC4AAC77CC77DC77EC780DDA8C0B3C1ABDDAADDABC781DDB2BBF1DDB5D3A8DDBAC782DDBBC3A7C783C784DDD2DDBCC785C786C787DDD1C788B9BDC789C78ABED5C78BBEFAC78CC78DBACAC78EC78FC790C791DDCAC792DDC5C793DDBFC794C795C796B2CBDDC3C797DDCBB2A4DDD5C798C799C79ADDBEC79BC79CC79DC6D0DDD0C79EC79FC7A0C840C841DDD4C1E2B7C6C842C843C844C845C846DDCEDDCFC847C848C849DDC4C84AC84BC84CDDBDC84DDDCDCCD1C84EDDC9C84FC850C851C852DDC2C3C8C6BCCEAEDDCCC853DDC8C854C855C856C857C858C859DDC1C85AC85BC85CDDC6C2DCC85DC85EC85FC860C861C862D3A9D3AADDD3CFF4C8F8C863C864C865C866C867C868C869C86ADDE6C86BC86CC86DC86EC86FC870DDC7C871C872C873DDE0C2E4C874C875C876C877C878C879C87AC87BDDE1C87CC87DC87EC880C881C882C883C884C885C886DDD7C887C888C889C88AC88BD6F8C88CDDD9DDD8B8F0DDD6C88DC88EC88FC890C6CFC891B6ADC892C893C894C895C896DDE2C897BAF9D4E1DDE7C898C899C89AB4D0C89BDDDAC89CBFFBDDE3C89DDDDFC89EDDDDC89FC8A0C940C941C942C943C944B5D9C945C946C947C948DDDBDDDCDDDEC949BDAFDDE4C94ADDE5C94BC94CC94DC94EC94FC950C951C952DDF5C953C3C9C954C955CBE2C956C957C958C959DDF2C95AC95BC95CC95DC95EC95FC960C961C962C963C964C965C966D8E1C967C968C6D1C969DDF4C96AC96BC96CD5F4DDF3DDF0C96DC96EDDECC96FDDEFC970DDE8C971C972D0EEC973C974C975C976C8D8DDEEC977C978DDE9C979C97ADDEACBF2C97BDDEDC97CC97DB1CDC97EC980C981C982C983C984C0B6C985BCBBDDF1C986C987DDF7C988DDF6DDEBC989C98AC98BC98CC98DC5EEC98EC98FC990DDFBC991C992C993C994C995C996C997C998C999C99AC99BDEA4C99CC99DDEA3C99EC99FC9A0CA40CA41CA42CA43CA44CA45CA46CA47CA48DDF8CA49CA4ACA4BCA4CC3EFCA4DC2FBCA4ECA4FCA50D5E1CA51CA52CEB5CA53CA54CA55CA56DDFDCA57B2CCCA58CA59CA5ACA5BCA5CCA5DCA5ECA5FCA60C4E8CADFCA61CA62CA63CA64CA65CA66CA67CA68CA69CA6AC7BEDDFADDFCDDFEDEA2B0AAB1CECA6BCA6CCA6DCA6ECA6FDEACCA70CA71CA72CA73DEA6BDB6C8EFCA74CA75CA76CA77CA78CA79CA7ACA7BCA7CCA7DCA7EDEA1CA80CA81DEA5CA82CA83CA84CA85DEA9CA86CA87CA88CA89CA8ADEA8CA8BCA8CCA8DDEA7CA8ECA8FCA90CA91CA92CA93CA94CA95CA96DEADCA97D4CCCA98CA99CA9ACA9BDEB3DEAADEAECA9CCA9DC0D9CA9ECA9FCAA0CB40CB41B1A1DEB6CB42DEB1CB43CB44CB45CB46CB47CB48CB49DEB2CB4ACB4BCB4CCB4DCB4ECB4FCB50CB51CB52CB53CB54D1A6DEB5CB55CB56CB57CB58CB59CB5ACB5BDEAFCB5CCB5DCB5EDEB0CB5FD0BDCB60CB61CB62DEB4CAEDDEB9CB63CB64CB65CB66CB67CB68DEB8CB69DEB7CB6ACB6BCB6CCB6DCB6ECB6FCB70DEBBCB71CB72CB73CB74CB75CB76CB77BDE5CB78CB79CB7ACB7BCB7CB2D8C3EACB7DCB7EDEBACB80C5BACB81CB82CB83CB84CB85CB86DEBCCB87CB88CB89CB8ACB8BCB8CCB8DCCD9CB8ECB8FCB90CB91B7AACB92CB93CB94CB95CB96CB97CB98CB99CB9ACB9BCB9CCB9DCB9ECB9FCBA0CC40CC41D4E5CC42CC43CC44DEBDCC45CC46CC47CC48CC49DEBFCC4ACC4BCC4CCC4DCC4ECC4FCC50CC51CC52CC53CC54C4A2CC55CC56CC57CC58DEC1CC59CC5ACC5BCC5CCC5DCC5ECC5FCC60CC61CC62CC63CC64CC65CC66CC67CC68DEBECC69DEC0CC6ACC6BCC6CCC6DCC6ECC6FCC70CC71CC72CC73CC74CC75CC76CC77D5BACC78CC79CC7ADEC2CC7BCC7CCC7DCC7ECC80CC81CC82CC83CC84CC85CC86CC87CC88CC89CC8ACC8BF2AEBBA2C2B2C5B0C2C7CC8CCC8DF2AFCC8ECC8FCC90CC91CC92D0E9CC93CC94CC95D3DDCC96CC97CC98EBBDCC99CC9ACC9BCC9CCC9DCC9ECC9FCCA0B3E6F2B0CD40F2B1CD41CD42CAADCD43CD44CD45CD46CD47CD48CD49BAE7F2B3F2B5F2B4CBE4CFBAF2B2CAB4D2CFC2ECCD4ACD4BCD4CCD4DCD4ECD4FCD50CEC3F2B8B0F6F2B7CD51CD52CD53CD54CD55F2BECD56B2CFCD57CD58CD59CD5ACD5BCD5CD1C1F2BACD5DCD5ECD5FCD60CD61F2BCD4E9CD62CD63F2BBF2B6F2BFF2BDCD64F2B9CD65CD66F2C7F2C4F2C6CD67CD68F2CAF2C2F2C0CD69CD6ACD6BF2C5CD6CCD6DCD6ECD6FCD70D6FBCD71CD72CD73F2C1CD74C7F9C9DFCD75F2C8B9C6B5B0CD76CD77F2C3F2C9F2D0F2D6CD78CD79BBD7CD7ACD7BCD7CF2D5CDDCCD7DD6EBCD7ECD80F2D2F2D4CD81CD82CD83CD84B8F2CD85CD86CD87CD88F2CBCD89CD8ACD8BF2CEC2F9CD8CD5DDF2CCF2CDF2CFF2D3CD8DCD8ECD8FF2D9D3BCCD90CD91CD92CD93B6EACD94CAF1CD95B7E4F2D7CD96CD97CD98F2D8F2DAF2DDF2DBCD99CD9AF2DCCD9BCD9CCD9DCD9ED1D1F2D1CD9FCDC9CDA0CECFD6A9CE40F2E3CE41C3DBCE42F2E0CE43CE44C0AFF2ECF2DECE45F2E1CE46CE47CE48F2E8CE49CE4ACE4BCE4CF2E2CE4DCE4EF2E7CE4FCE50F2E6CE51CE52F2E9CE53CE54CE55F2DFCE56CE57F2E4F2EACE58CE59CE5ACE5BCE5CCE5DCE5ED3ACF2E5B2F5CE5FCE60F2F2CE61D0ABCE62CE63CE64CE65F2F5CE66CE67CE68BBC8CE69F2F9CE6ACE6BCE6CCE6DCE6ECE6FF2F0CE70CE71F2F6F2F8F2FACE72CE73CE74CE75CE76CE77CE78CE79F2F3CE7AF2F1CE7BCE7CCE7DBAFBCE7EB5FBCE80CE81CE82CE83F2EFF2F7F2EDF2EECE84CE85CE86F2EBF3A6CE87F3A3CE88CE89F3A2CE8ACE8BF2F4CE8CC8DACE8DCE8ECE8FCE90CE91F2FBCE92CE93CE94F3A5CE95CE96CE97CE98CE99CE9ACE9BC3F8CE9CCE9DCE9ECE9FCEA0CF40CF41CF42F2FDCF43CF44F3A7F3A9F3A4CF45F2FCCF46CF47CF48F3ABCF49F3AACF4ACF4BCF4CCF4DC2DDCF4ECF4FF3AECF50CF51F3B0CF52CF53CF54CF55CF56F3A1CF57CF58CF59F3B1F3ACCF5ACF5BCF5CCF5DCF5EF3AFF2FEF3ADCF5FCF60CF61CF62CF63CF64CF65F3B2CF66CF67CF68CF69F3B4CF6ACF6BCF6CCF6DF3A8CF6ECF6FCF70CF71F3B3CF72CF73CF74F3B5CF75CF76CF77CF78CF79CF7ACF7BCF7CCF7DCF7ED0B7CF80CF81CF82CF83F3B8CF84CF85CF86CF87D9F9CF88CF89CF8ACF8BCF8CCF8DF3B9CF8ECF8FCF90CF91CF92CF93CF94CF95F3B7CF96C8E4F3B6CF97CF98CF99CF9AF3BACF9BCF9CCF9DCF9ECF9FF3BBB4C0CFA0D040D041D042D043D044D045D046D047D048D049D04AD04BD04CD04DEEC3D04ED04FD050D051D052D053F3BCD054D055F3BDD056D057D058D1AAD059D05AD05BF4ACD0C6D05CD05DD05ED05FD060D061D0D0D1DCD062D063D064D065D066D067CFCED068D069BDD6D06AD1C3D06BD06CD06DD06ED06FD070D071BAE2E1E9D2C2F1C2B2B9D072D073B1EDF1C3D074C9C0B3C4D075D9F2D076CBA5D077F1C4D078D079D07AD07BD6D4D07CD07DD07ED080D081F1C5F4C0F1C6D082D4ACF1C7D083B0C0F4C1D084D085F4C2D086D087B4FCD088C5DBD089D08AD08BD08CCCBBD08DD08ED08FD0E4D090D091D092D093D094CDE0D095D096D097D098D099F1C8D09AD9F3D09BD09CD09DD09ED09FD0A0B1BBD140CFAED141D142D143B8A4D144D145D146D147D148F1CAD149D14AD14BD14CF1CBD14DD14ED14FD150B2C3C1D1D151D152D7B0F1C9D153D154F1CCD155D156D157D158F1CED159D15AD15BD9F6D15CD2E1D4A3D15DD15EF4C3C8B9D15FD160D161D162D163F4C4D164D165F1CDF1CFBFE3F1D0D166D167F1D4D168D169D16AD16BD16CD16DD16EF1D6F1D1D16FC9D1C5E1D170D171D172C2E3B9FCD173D174F1D3D175F1D5D176D177D178B9D3D179D17AD17BD17CD17DD17ED180F1DBD181D182D183D184D185BAD6D186B0FDF1D9D187D188D189D18AD18BF1D8F1D2F1DAD18CD18DD18ED18FD190F1D7D191D192D193C8ECD194D195D196D197CDCAF1DDD198D199D19AD19BE5BDD19CD19DD19EF1DCD19FF1DED1A0D240D241D242D243D244D245D246D247D248F1DFD249D24ACFE5D24BD24CD24DD24ED24FD250D251D252D253D254D255D256D257D258D259D25AD25BD25CD25DD25ED25FD260D261D262D263F4C5BDF3D264D265D266D267D268D269F1E0D26AD26BD26CD26DD26ED26FD270D271D272D273D274D275D276D277D278D279D27AD27BD27CD27DF1E1D27ED280D281CEF7D282D2AAD283F1FBD284D285B8B2D286D287D288D289D28AD28BD28CD28DD28ED28FD290D291D292D293D294D295D296D297D298D299D29AD29BD29CD29DD29ED29FD2A0D340D341D342D343D344D345D346D347D348D349D34AD34BD34CD34DD34ED34FD350D351D352D353D354D355D356D357D358D359D35AD35BD35CD35DD35EBCFBB9DBD35FB9E6C3D9CAD3EAE8C0C0BEF5EAE9EAEAEAEBD360EAECEAEDEAEEEAEFBDC7D361D362D363F5FBD364D365D366F5FDD367F5FED368F5FCD369D36AD36BD36CBDE2D36DF6A1B4A5D36ED36FD370D371F6A2D372D373D374F6A3D375D376D377ECB2D378D379D37AD37BD37CD37DD37ED380D381D382D383D384D1D4D385D386D387D388D389D38AD9EAD38BD38CD38DD38ED38FD390D391D392D393D394D395D396D397D398D399D39AD39BD39CD39DD39ED39FD3A0D440D441D442D443D444D445D446D447D448D449D44AD44BD44CD44DD44ED44FD450D451D452D453D454D455D456D457D458D459D45AD45BD45CD45DD45ED45FF6A4D460D461D462D463D464D465D466D467D468EEBAD469D46AD46BD46CD46DD46ED46FD470D471D472D473D474D475D476D477D478D479D47AD47BD47CD47DD47ED480D481D482D483D484D485D486D487D488D489D48AD48BD48CD48DD48ED48FD490D491D492D493D494D495D496D497D498D499D5B2D49AD49BD49CD49DD49ED49FD4A0D540D541D542D543D544D545D546D547D3FECCDCD548D549D54AD54BD54CD54DD54ED54FCAC4D550D551D552D553D554D555D556D557D558D559D55AD55BD55CD55DD55ED55FD560D561D562D563D564D565D566D567D568D569D56AD56BD56CD56DD56ED56FD570D571D572D573D574D575D576D577D578D579D57AD57BD57CD57DD57ED580D581D582D583D584D585D586D587D588D589D58AD58BD58CD58DD58ED58FD590D591D592D593D594D595D596D597D598D599D59AD59BD59CD59DD59ED59FD5A0D640D641D642D643D644D645D646D647D648D649D64AD64BD64CD64DD64ED64FD650D651D652D653D654D655D656D657D658D659D65AD65BD65CD65DD65ED65FD660D661D662E5C0D663D664D665D666D667D668D669D66AD66BD66CD66DD66ED66FD670D671D672D673D674D675D676D677D678D679D67AD67BD67CD67DD67ED680D681F6A5D682D683D684D685D686D687D688D689D68AD68BD68CD68DD68ED68FD690D691D692D693D694D695D696D697D698D699D69AD69BD69CD69DD69ED69FD6A0D740D741D742D743D744D745D746D747D748D749D74AD74BD74CD74DD74ED74FD750D751D752D753D754D755D756D757D758D759D75AD75BD75CD75DD75ED75FBEAFD760D761D762D763D764C6A9D765D766D767D768D769D76AD76BD76CD76DD76ED76FD770D771D772D773D774D775D776D777D778D779D77AD77BD77CD77DD77ED780D781D782D783D784D785D786D787D788D789D78AD78BD78CD78DD78ED78FD790D791D792D793D794D795D796D797D798DAA5BCC6B6A9B8BCC8CFBCA5DAA6DAA7CCD6C8C3DAA8C6FDD799D1B5D2E9D1B6BCC7D79ABDB2BBE4DAA9DAAAD1C8DAABD0EDB6EFC2DBD79BCBCFB7EDC9E8B7C3BEF7D6A4DAACDAADC6C0D7E7CAB6D79CD5A9CBDFD5EFDAAED6DFB4CADAB0DAAFD79DD2EBDAB1DAB2DAB3CAD4DAB4CAABDAB5DAB6B3CFD6EFDAB7BBB0B5AEDAB8DAB9B9EED1AFD2E8DABAB8C3CFEAB2EFDABBDABCD79EBDEBCEDCD3EFDABDCEF3DABED3D5BBE5DABFCBB5CBD0DAC0C7EBD6EEDAC1C5B5B6C1DAC2B7CCBFCEDAC3DAC4CBADDAC5B5F7DAC6C1C2D7BBDAC7CCB8D79FD2EAC4B1DAC8B5FDBBD1DAC9D0B3DACADACBCEBDDACCDACDDACEB2F7DAD1DACFD1E8DAD0C3D5DAD2D7A0DAD3DAD4DAD5D0BBD2A5B0F9DAD6C7ABDAD7BDF7C3A1DAD8DAD9C3FDCCB7DADADADBC0BEC6D7DADCDADDC7B4DADEDADFB9C8D840D841D842D843D844D845D846D847D848BBEDD849D84AD84BD84CB6B9F4F8D84DF4F9D84ED84FCDE3D850D851D852D853D854D855D856D857F5B9D858D859D85AD85BEBE0D85CD85DD85ED85FD860D861CFF3BBBFD862D863D864D865D866D867D868BAC0D4A5D869D86AD86BD86CD86DD86ED86FE1D9D870D871D872D873F5F4B1AAB2F2D874D875D876D877D878D879D87AF5F5D87BD87CF5F7D87DD87ED880BAD1F5F6D881C3B2D882D883D884D885D886D887D888F5F9D889D88AD88BF5F8D88CD88DD88ED88FD890D891D892D893D894D895D896D897D898D899D89AD89BD89CD89DD89ED89FD8A0D940D941D942D943D944D945D946D947D948D949D94AD94BD94CD94DD94ED94FD950D951D952D953D954D955D956D957D958D959D95AD95BD95CD95DD95ED95FD960D961D962D963D964D965D966D967D968D969D96AD96BD96CD96DD96ED96FD970D971D972D973D974D975D976D977D978D979D97AD97BD97CD97DD97ED980D981D982D983D984D985D986D987D988D989D98AD98BD98CD98DD98ED98FD990D991D992D993D994D995D996D997D998D999D99AD99BD99CD99DD99ED99FD9A0DA40DA41DA42DA43DA44DA45DA46DA47DA48DA49DA4ADA4BDA4CDA4DDA4EB1B4D5EAB8BADA4FB9B1B2C6D4F0CFCDB0DCD5CBBBF5D6CAB7B7CCB0C6B6B1E1B9BAD6FCB9E1B7A1BCFAEADAEADBCCF9B9F3EADCB4FBC3B3B7D1BAD8EADDD4F4EADEBCD6BBDFEADFC1DEC2B8D4DFD7CAEAE0EAE1EAE4EAE2EAE3C9DEB8B3B6C4EAE5CAEAC9CDB4CDDA50DA51E2D9C5E2EAE6C0B5DA52D7B8EAE7D7ACC8FCD8D3D8CDD4DEDA53D4F9C9C4D3AEB8D3B3E0DA54C9E2F4F6DA55DA56DA57BAD5DA58F4F7DA59DA5AD7DFDA5BDA5CF4F1B8B0D5D4B8CFC6F0DA5DDA5EDA5FDA60DA61DA62DA63DA64DA65B3C3DA66DA67F4F2B3ACDA68DA69DA6ADA6BD4BDC7F7DA6CDA6DDA6EDA6FDA70F4F4DA71DA72F4F3DA73DA74DA75DA76DA77DA78DA79DA7ADA7BDA7CCCCBDA7DDA7EDA80C8A4DA81DA82DA83DA84DA85DA86DA87DA88DA89DA8ADA8BDA8CDA8DF4F5DA8ED7E3C5BFF5C0DA8FDA90F5BBDA91F5C3DA92F5C2DA93D6BAF5C1DA94DA95DA96D4BEF5C4DA97F5CCDA98DA99DA9ADA9BB0CFB5F8DA9CF5C9F5CADA9DC5DCDA9EDA9FDAA0DB40F5C5F5C6DB41DB42F5C7F5CBDB43BEE0F5C8B8FADB44DB45DB46F5D0F5D3DB47DB48DB49BFE7DB4AB9F2F5BCF5CDDB4BDB4CC2B7DB4DDB4EDB4FCCF8DB50BCF9DB51F5CEF5CFF5D1B6E5F5D2DB52F5D5DB53DB54DB55DB56DB57DB58DB59F5BDDB5ADB5BDB5CF5D4D3BBDB5DB3ECDB5EDB5FCCA4DB60DB61DB62DB63F5D6DB64DB65DB66DB67DB68DB69DB6ADB6BF5D7BEE1F5D8DB6CDB6DCCDFF5DBDB6EDB6FDB70DB71DB72B2C8D7D9DB73F5D9DB74F5DAF5DCDB75F5E2DB76DB77DB78F5E0DB79DB7ADB7BF5DFF5DDDB7CDB7DF5E1DB7EDB80F5DEF5E4F5E5DB81CCE3DB82DB83E5BFB5B8F5E3F5E8CCA3DB84DB85DB86DB87DB88F5E6F5E7DB89DB8ADB8BDB8CDB8DDB8EF5BEDB8FDB90DB91DB92DB93DB94DB95DB96DB97DB98DB99DB9AB1C4DB9BDB9CF5BFDB9DDB9EB5C5B2E4DB9FF5ECF5E9DBA0B6D7DC40F5EDDC41F5EADC42DC43DC44DC45DC46F5EBDC47DC48B4DADC49D4EADC4ADC4BDC4CF5EEDC4DB3F9DC4EDC4FDC50DC51DC52DC53DC54F5EFF5F1DC55DC56DC57F5F0DC58DC59DC5ADC5BDC5CDC5DDC5EF5F2DC5FF5F3DC60DC61DC62DC63DC64DC65DC66DC67DC68DC69DC6ADC6BC9EDB9AADC6CDC6DC7FBDC6EDC6FB6E3DC70DC71DC72DC73DC74DC75DC76CCC9DC77DC78DC79DC7ADC7BDC7CDC7DDC7EDC80DC81DC82DC83DC84DC85DC86DC87DC88DC89DC8AEAA6DC8BDC8CDC8DDC8EDC8FDC90DC91DC92DC93DC94DC95DC96DC97DC98DC99DC9ADC9BDC9CDC9DDC9EDC9FDCA0DD40DD41DD42DD43DD44DD45DD46DD47DD48DD49DD4ADD4BDD4CDD4DDD4EDD4FDD50DD51DD52DD53DD54DD55DD56DD57DD58DD59DD5ADD5BDD5CDD5DDD5EDD5FDD60DD61DD62DD63DD64DD65DD66DD67DD68DD69DD6ADD6BDD6CDD6DDD6EDD6FDD70DD71DD72DD73DD74DD75DD76DD77DD78DD79DD7ADD7BDD7CDD7DDD7EDD80DD81DD82DD83DD84DD85DD86DD87DD88DD89DD8ADD8BDD8CDD8DDD8EDD8FDD90DD91DD92DD93DD94DD95DD96DD97DD98DD99DD9ADD9BDD9CDD9DDD9EDD9FDDA0DE40DE41DE42DE43DE44DE45DE46DE47DE48DE49DE4ADE4BDE4CDE4DDE4EDE4FDE50DE51DE52DE53DE54DE55DE56DE57DE58DE59DE5ADE5BDE5CDE5DDE5EDE5FDE60B3B5D4FEB9ECD0F9DE61E9EDD7AAE9EEC2D6C8EDBAE4E9EFE9F0E9F1D6E1E9F2E9F3E9F5E9F4E9F6E9F7C7E1E9F8D4D8E9F9BDCEDE62E9FAE9FBBDCFE9FCB8A8C1BEE9FDB1B2BBD4B9F5E9FEDE63EAA1EAA2EAA3B7F8BCADDE64CAE4E0CED4AFCFBDD5B7EAA4D5DEEAA5D0C1B9BCDE65B4C7B1D9DE66DE67DE68C0B1DE69DE6ADE6BDE6CB1E6B1E7DE6DB1E8DE6EDE6FDE70DE71B3BDC8E8DE72DE73DE74DE75E5C1DE76DE77B1DFDE78DE79DE7AC1C9B4EFDE7BDE7CC7A8D3D8DE7DC6F9D1B8DE7EB9FDC2F5DE80DE81DE82DE83DE84D3ADDE85D4CBBDFCDE86E5C2B7B5E5C3DE87DE88BBB9D5E2DE89BDF8D4B6CEA5C1ACB3D9DE8ADE8BCCF6DE8CE5C6E5C4E5C8DE8DE5CAE5C7B5CFC6C8DE8EB5FCE5C5DE8FCAF6DE90DE91E5C9DE92DE93DE94C3D4B1C5BCA3DE95DE96DE97D7B7DE98DE99CDCBCBCDCACACCD3E5CCE5CBC4E6DE9ADE9BD1A1D1B7E5CDDE9CE5D0DE9DCDB8D6F0E5CFB5DDDE9ECDBEDE9FE5D1B6BADEA0DF40CDA8B9E4DF41CAC5B3D1CBD9D4ECE5D2B7EADF42DF43DF44E5CEDF45DF46DF47DF48DF49DF4AE5D5B4FEE5D6DF4BDF4CDF4DDF4EDF4FE5D3E5D4DF50D2DDDF51DF52C2DFB1C6DF53D3E2DF54DF55B6DDCBECDF56E5D7DF57DF58D3F6DF59DF5ADF5BDF5CDF5DB1E9DF5EB6F4E5DAE5D8E5D9B5C0DF5FDF60DF61D2C5E5DCDF62DF63E5DEDF64DF65DF66DF67DF68DF69E5DDC7B2DF6AD2A3DF6BDF6CE5DBDF6DDF6EDF6FDF70D4E2D5DADF71DF72DF73DF74DF75E5E0D7F1DF76DF77DF78DF79DF7ADF7BDF7CE5E1DF7DB1DCD1FBDF7EE5E2E5E4DF80DF81DF82DF83E5E3DF84DF85E5E5DF86DF87DF88DF89DF8AD2D8DF8BB5CBDF8CE7DFDF8DDAF5DF8EDAF8DF8FDAF6DF90DAF7DF91DF92DF93DAFAD0CFC4C7DF94DF95B0EEDF96DF97DF98D0B0DF99DAF9DF9AD3CABAAADBA2C7F1DF9BDAFCDAFBC9DBDAFDDF9CDBA1D7DEDAFEC1DADF9DDF9EDBA5DF9FDFA0D3F4E040E041DBA7DBA4E042DBA8E043E044BDBCE045E046E047C0C9DBA3DBA6D6A3E048DBA9E049E04AE04BDBADE04CE04DE04EDBAEDBACBAC2E04FE050E051BFA4DBABE052E053E054DBAAD4C7B2BFE055E056DBAFE057B9F9E058DBB0E059E05AE05BE05CB3BBE05DE05EE05FB5A6E060E061E062E063B6BCDBB1E064E065E066B6F5E067DBB2E068E069E06AE06BE06CE06DE06EE06FE070E071E072E073E074E075E076E077E078E079E07AE07BB1C9E07CE07DE07EE080DBB4E081E082E083DBB3DBB5E084E085E086E087E088E089E08AE08BE08CE08DE08EDBB7E08FDBB6E090E091E092E093E094E095E096DBB8E097E098E099E09AE09BE09CE09DE09EE09FDBB9E0A0E140DBBAE141E142D3CFF4FAC7F5D7C3C5E4F4FCF4FDF4FBE143BEC6E144E145E146E147D0EFE148E149B7D3E14AE14BD4CDCCAAE14CE14DF5A2F5A1BAA8F4FECBD6E14EE14FE150F5A4C0D2E151B3EAE152CDAAF5A5F5A3BDB4F5A8E153F5A9BDCDC3B8BFE1CBE1F5AAE154E155E156F5A6F5A7C4F0E157E158E159E15AE15BF5ACE15CB4BCE15DD7EDE15EB4D7F5ABF5AEE15FE160F5ADF5AFD0D1E161E162E163E164E165E166E167C3D1C8A9E168E169E16AE16BE16CE16DF5B0F5B1E16EE16FE170E171E172E173F5B2E174E175F5B3F5B4F5B5E176E177E178E179F5B7F5B6E17AE17BE17CE17DF5B8E17EE180E181E182E183E184E185E186E187E188E189E18AB2C9E18BD3D4CACDE18CC0EFD6D8D2B0C1BFE18DBDF0E18EE18FE190E191E192E193E194E195E196E197B8AAE198E199E19AE19BE19CE19DE19EE19FE1A0E240E241E242E243E244E245E246E247E248E249E24AE24BE24CE24DE24EE24FE250E251E252E253E254E255E256E257E258E259E25AE25BE25CE25DE25EE25FE260E261E262E263E264E265E266E267E268E269E26AE26BE26CE26DE26EE26FE270E271E272E273E274E275E276E277E278E279E27AE27BE27CE27DE27EE280E281E282E283E284E285E286E287E288E289E28AE28BE28CE28DE28EE28FE290E291E292E293E294E295E296E297E298E299E29AE29BE29CE29DE29EE29FE2A0E340E341E342E343E344E345E346E347E348E349E34AE34BE34CE34DE34EE34FE350E351E352E353E354E355E356E357E358E359E35AE35BE35CE35DE35EE35FE360E361E362E363E364E365E366E367E368E369E36AE36BE36CE36DBCF8E36EE36FE370E371E372E373E374E375E376E377E378E379E37AE37BE37CE37DE37EE380E381E382E383E384E385E386E387F6C6E388E389E38AE38BE38CE38DE38EE38FE390E391E392E393E394E395E396E397E398E399E39AE39BE39CE39DE39EE39FE3A0E440E441E442E443E444E445F6C7E446E447E448E449E44AE44BE44CE44DE44EE44FE450E451E452E453E454E455E456E457E458E459E45AE45BE45CE45DE45EF6C8E45FE460E461E462E463E464E465E466E467E468E469E46AE46BE46CE46DE46EE46FE470E471E472E473E474E475E476E477E478E479E47AE47BE47CE47DE47EE480E481E482E483E484E485E486E487E488E489E48AE48BE48CE48DE48EE48FE490E491E492E493E494E495E496E497E498E499E49AE49BE49CE49DE49EE49FE4A0E540E541E542E543E544E545E546E547E548E549E54AE54BE54CE54DE54EE54FE550E551E552E553E554E555E556E557E558E559E55AE55BE55CE55DE55EE55FE560E561E562E563E564E565E566E567E568E569E56AE56BE56CE56DE56EE56FE570E571E572E573F6C9E574E575E576E577E578E579E57AE57BE57CE57DE57EE580E581E582E583E584E585E586E587E588E589E58AE58BE58CE58DE58EE58FE590E591E592E593E594E595E596E597E598E599E59AE59BE59CE59DE59EE59FF6CAE5A0E640E641E642E643E644E645E646E647E648E649E64AE64BE64CE64DE64EE64FE650E651E652E653E654E655E656E657E658E659E65AE65BE65CE65DE65EE65FE660E661E662F6CCE663E664E665E666E667E668E669E66AE66BE66CE66DE66EE66FE670E671E672E673E674E675E676E677E678E679E67AE67BE67CE67DE67EE680E681E682E683E684E685E686E687E688E689E68AE68BE68CE68DE68EE68FE690E691E692E693E694E695E696E697E698E699E69AE69BE69CE69DF6CBE69EE69FE6A0E740E741E742E743E744E745E746E747F7E9E748E749E74AE74BE74CE74DE74EE74FE750E751E752E753E754E755E756E757E758E759E75AE75BE75CE75DE75EE75FE760E761E762E763E764E765E766E767E768E769E76AE76BE76CE76DE76EE76FE770E771E772E773E774E775E776E777E778E779E77AE77BE77CE77DE77EE780E781E782E783E784E785E786E787E788E789E78AE78BE78CE78DE78EE78FE790E791E792E793E794E795E796E797E798E799E79AE79BE79CE79DE79EE79FE7A0E840E841E842E843E844E845E846E847E848E849E84AE84BE84CE84DE84EF6CDE84FE850E851E852E853E854E855E856E857E858E859E85AE85BE85CE85DE85EE85FE860E861E862E863E864E865E866E867E868E869E86AE86BE86CE86DE86EE86FE870E871E872E873E874E875E876E877E878E879E87AF6CEE87BE87CE87DE87EE880E881E882E883E884E885E886E887E888E889E88AE88BE88CE88DE88EE88FE890E891E892E893E894EEC4EEC5EEC6D5EBB6A4EEC8EEC7EEC9EECAC7A5EECBEECCE895B7B0B5F6EECDEECFE896EECEE897B8C6EED0EED1EED2B6DBB3AED6D3C4C6B1B5B8D6EED3EED4D4BFC7D5BEFBCED9B9B3EED6EED5EED8EED7C5A5EED9EEDAC7AEEEDBC7AFEEDCB2A7EEDDEEDEEEDFEEE0EEE1D7EAEEE2EEE3BCD8EEE4D3CBCCFAB2ACC1E5EEE5C7A6C3ADE898EEE6EEE7EEE8EEE9EEEAEEEBEEECE899EEEDEEEEEEEFE89AE89BEEF0EEF1EEF2EEF4EEF3E89CEEF5CDADC2C1EEF6EEF7EEF8D5A1EEF9CFB3EEFAEEFBE89DEEFCEEFDEFA1EEFEEFA2B8F5C3FAEFA3EFA4BDC2D2BFB2F9EFA5EFA6EFA7D2F8EFA8D6FDEFA9C6CCE89EEFAAEFABC1B4EFACCFFACBF8EFAEEFADB3FAB9F8EFAFEFB0D0E2EFB1EFB2B7E6D0BFEFB3EFB4EFB5C8F1CCE0EFB6EFB7EFB8EFB9EFBAD5E0EFBBB4EDC3AAEFBCE89FEFBDEFBEEFBFE8A0CEFDEFC0C2E0B4B8D7B6BDF5E940CFC7EFC3EFC1EFC2EFC4B6A7BCFCBEE2C3CCEFC5EFC6E941EFC7EFCFEFC8EFC9EFCAC7C2EFF1B6CDEFCBE942EFCCEFCDB6C6C3BEEFCEE943EFD0EFD1EFD2D5F2E944EFD3C4F7E945EFD4C4F8EFD5EFD6B8E4B0F7EFD7EFD8EFD9E946EFDAEFDBEFDCEFDDE947EFDEBEB5EFE1EFDFEFE0E948EFE2EFE3C1CDEFE4EFE5EFE6EFE7EFE8EFE9EFEAEFEBEFECC0D8E949EFEDC1ADEFEEEFEFEFF0E94AE94BCFE2E94CE94DE94EE94FE950E951E952E953B3A4E954E955E956E957E958E959E95AE95BE95CE95DE95EE95FE960E961E962E963E964E965E966E967E968E969E96AE96BE96CE96DE96EE96FE970E971E972E973E974E975E976E977E978E979E97AE97BE97CE97DE97EE980E981E982E983E984E985E986E987E988E989E98AE98BE98CE98DE98EE98FE990E991E992E993E994E995E996E997E998E999E99AE99BE99CE99DE99EE99FE9A0EA40EA41EA42EA43EA44EA45EA46EA47EA48EA49EA4AEA4BEA4CEA4DEA4EEA4FEA50EA51EA52EA53EA54EA55EA56EA57EA58EA59EA5AEA5BC3C5E3C5C9C1E3C6EA5CB1D5CECAB4B3C8F2E3C7CFD0E3C8BCE4E3C9E3CAC3C6D5A2C4D6B9EBCEC5E3CBC3F6E3CCEA5DB7A7B8F3BAD2E3CDE3CED4C4E3CFEA5EE3D0D1CBE3D1E3D2E3D3E3D4D1D6E3D5B2FBC0BBE3D6EA5FC0ABE3D7E3D8E3D9EA60E3DAE3DBEA61B8B7DAE2EA62B6D3EA63DAE4DAE3EA64EA65EA66EA67EA68EA69EA6ADAE6EA6BEA6CEA6DC8EEEA6EEA6FDAE5B7C0D1F4D2F5D5F3BDD7EA70EA71EA72EA73D7E8DAE8DAE7EA74B0A2CDD3EA75DAE9EA76B8BDBCCAC2BDC2A4B3C2DAEAEA77C2AAC4B0BDB5EA78EA79CFDEEA7AEA7BEA7CDAEBC9C2EA7DEA7EEA80EA81EA82B1DDEA83EA84EA85DAECEA86B6B8D4BAEA87B3FDEA88EA89DAEDD4C9CFD5C5E3EA8ADAEEEA8BEA8CEA8DEA8EEA8FDAEFEA90DAF0C1EACCD5CFDDEA91EA92EA93EA94EA95EA96EA97EA98EA99EA9AEA9BEA9CEA9DD3E7C2A1EA9EDAF1EA9FEAA0CBE5EB40DAF2EB41CBE6D2FEEB42EB43EB44B8F4EB45EB46DAF3B0AFCFB6EB47EB48D5CFEB49EB4AEB4BEB4CEB4DEB4EEB4FEB50EB51EB52CBEDEB53EB54EB55EB56EB57EB58EB59EB5ADAF4EB5BEB5CE3C4EB5DEB5EC1A5EB5FEB60F6BFEB61EB62F6C0F6C1C4D1EB63C8B8D1E3EB64EB65D0DBD1C5BCAFB9CDEB66EFF4EB67EB68B4C6D3BAF6C2B3FBEB69EB6AF6C3EB6BEB6CB5F1EB6DEB6EEB6FEB70EB71EB72EB73EB74EB75EB76F6C5EB77EB78EB79EB7AEB7BEB7CEB7DD3EAF6A7D1A9EB7EEB80EB81EB82F6A9EB83EB84EB85F6A8EB86EB87C1E3C0D7EB88B1A2EB89EB8AEB8BEB8CCEEDEB8DD0E8F6ABEB8EEB8FCFF6EB90F6AAD5F0F6ACC3B9EB91EB92EB93BBF4F6AEF6ADEB94EB95EB96C4DEEB97EB98C1D8EB99EB9AEB9BEB9CEB9DCBAAEB9ECFBCEB9FEBA0EC40EC41EC42EC43EC44EC45EC46EC47EC48F6AFEC49EC4AF6B0EC4BEC4CF6B1EC4DC2B6EC4EEC4FEC50EC51EC52B0D4C5F9EC53EC54EC55EC56F6B2EC57EC58EC59EC5AEC5BEC5CEC5DEC5EEC5FEC60EC61EC62EC63EC64EC65EC66EC67EC68EC69C7E0F6A6EC6AEC6BBEB8EC6CEC6DBEB2EC6EB5E5EC6FEC70B7C7EC71BFBFC3D2C3E6EC72EC73D8CCEC74EC75EC76B8EFEC77EC78EC79EC7AEC7BEC7CEC7DEC7EEC80BDF9D1A5EC81B0D0EC82EC83EC84EC85EC86F7B0EC87EC88EC89EC8AEC8BEC8CEC8DEC8EF7B1EC8FEC90EC91EC92EC93D0ACEC94B0B0EC95EC96EC97F7B2F7B3EC98F7B4EC99EC9AEC9BC7CAEC9CEC9DEC9EEC9FECA0ED40ED41BECFED42ED43F7B7ED44ED45ED46ED47ED48ED49ED4AF7B6ED4BB1DEED4CF7B5ED4DED4EF7B8ED4FF7B9ED50ED51ED52ED53ED54ED55ED56ED57ED58ED59ED5AED5BED5CED5DED5EED5FED60ED61ED62ED63ED64ED65ED66ED67ED68ED69ED6AED6BED6CED6DED6EED6FED70ED71ED72ED73ED74ED75ED76ED77ED78ED79ED7AED7BED7CED7DED7EED80ED81CEA4C8CDED82BAABE8B8E8B9E8BABEC2ED83ED84ED85ED86ED87D2F4ED88D4CFC9D8ED89ED8AED8BED8CED8DED8EED8FED90ED91ED92ED93ED94ED95ED96ED97ED98ED99ED9AED9BED9CED9DED9EED9FEDA0EE40EE41EE42EE43EE44EE45EE46EE47EE48EE49EE4AEE4BEE4CEE4DEE4EEE4FEE50EE51EE52EE53EE54EE55EE56EE57EE58EE59EE5AEE5BEE5CEE5DEE5EEE5FEE60EE61EE62EE63EE64EE65EE66EE67EE68EE69EE6AEE6BEE6CEE6DEE6EEE6FEE70EE71EE72EE73EE74EE75EE76EE77EE78EE79EE7AEE7BEE7CEE7DEE7EEE80EE81EE82EE83EE84EE85EE86EE87EE88EE89EE8AEE8BEE8CEE8DEE8EEE8FEE90EE91EE92EE93EE94EE95EE96EE97EE98EE99EE9AEE9BEE9CEE9DEE9EEE9FEEA0EF40EF41EF42EF43EF44EF45D2B3B6A5C7EAF1FCCFEECBB3D0EBE7EFCDE7B9CBB6D9F1FDB0E4CBCCF1FED4A4C2ADC1ECC6C4BEB1F2A1BCD5EF46F2A2F2A3EF47F2A4D2C3C6B5EF48CDC7F2A5EF49D3B1BFC5CCE2EF4AF2A6F2A7D1D5B6EEF2A8F2A9B5DFF2AAF2ABEF4BB2FCF2ACF2ADC8A7EF4CEF4DEF4EEF4FEF50EF51EF52EF53EF54EF55EF56EF57EF58EF59EF5AEF5BEF5CEF5DEF5EEF5FEF60EF61EF62EF63EF64EF65EF66EF67EF68EF69EF6AEF6BEF6CEF6DEF6EEF6FEF70EF71B7E7EF72EF73ECA9ECAAECABEF74ECACEF75EF76C6AEECADECAEEF77EF78EF79B7C9CAB3EF7AEF7BEF7CEF7DEF7EEF80EF81E2B8F7CFEF82EF83EF84EF85EF86EF87EF88EF89EF8AEF8BEF8CEF8DEF8EEF8FEF90EF91EF92EF93EF94EF95EF96EF97EF98EF99EF9AEF9BEF9CEF9DEF9EEF9FEFA0F040F041F042F043F044F7D0F045F046B2CDF047F048F049F04AF04BF04CF04DF04EF04FF050F051F052F053F054F055F056F057F058F059F05AF05BF05CF05DF05EF05FF060F061F062F063F7D1F064F065F066F067F068F069F06AF06BF06CF06DF06EF06FF070F071F072F073F074F075F076F077F078F079F07AF07BF07CF07DF07EF080F081F082F083F084F085F086F087F088F089F7D3F7D2F08AF08BF08CF08DF08EF08FF090F091F092F093F094F095F096E2BBF097BCA2F098E2BCE2BDE2BEE2BFE2C0E2C1B7B9D2FBBDA4CACEB1A5CBC7F099E2C2B6FCC8C4E2C3F09AF09BBDC8F09CB1FDE2C4F09DB6F6E2C5C4D9F09EF09FE2C6CFDAB9DDE2C7C0A1F0A0E2C8B2F6F140E2C9F141C1F3E2CAE2CBC2F8E2CCE2CDE2CECAD7D8B8D9E5CFE3F142F143F144F145F146F147F148F149F14AF14BF14CF0A5F14DF14EDCB0F14FF150F151F152F153F154F155F156F157F158F159F15AF15BF15CF15DF15EF15FF160F161F162F163F164F165F166F167F168F169F16AF16BF16CF16DF16EF16FF170F171F172F173F174F175F176F177F178F179F17AF17BF17CF17DF17EF180F181F182F183F184F185F186F187F188F189F18AF18BF18CF18DF18EF18FF190F191F192F193F194F195F196F197F198F199F19AF19BF19CF19DF19EF19FF1A0F240F241F242F243F244F245F246F247F248F249F24AF24BF24CF24DF24EF24FF250F251F252F253F254F255F256F257F258F259F25AF25BF25CF25DF25EF25FF260F261F262F263F264F265F266F267F268F269F26AF26BF26CF26DF26EF26FF270F271F272F273F274F275F276F277F278F279F27AF27BF27CF27DF27EF280F281F282F283F284F285F286F287F288F289F28AF28BF28CF28DF28EF28FF290F291F292F293F294F295F296F297F298F299F29AF29BF29CF29DF29EF29FF2A0F340F341F342F343F344F345F346F347F348F349F34AF34BF34CF34DF34EF34FF350F351C2EDD4A6CDD4D1B1B3DBC7FDF352B2B5C2BFE6E0CABBE6E1E6E2BED4E6E3D7A4CDD5E6E5BCDDE6E4E6E6E6E7C2EEF353BDBEE6E8C2E6BAA7E6E9F354E6EAB3D2D1E9F355F356BFA5E6EBC6EFE6ECE6EDF357F358E6EEC6ADE6EFF359C9A7E6F0E6F1E6F2E5B9E6F3E6F4C2E2E6F5E6F6D6E8E6F7F35AE6F8B9C7F35BF35CF35DF35EF35FF360F361F7BBF7BAF362F363F364F365F7BEF7BCBAA1F366F7BFF367F7C0F368F369F36AF7C2F7C1F7C4F36BF36CF7C3F36DF36EF36FF370F371F7C5F7C6F372F373F374F375F7C7F376CBE8F377F378F379F37AB8DFF37BF37CF37DF37EF380F381F7D4F382F7D5F383F384F385F386F7D6F387F388F389F38AF7D8F38BF7DAF38CF7D7F38DF38EF38FF390F391F392F393F394F395F7DBF396F7D9F397F398F399F39AF39BF39CF39DD7D7F39EF39FF3A0F440F7DCF441F442F443F444F445F446F7DDF447F448F449F7DEF44AF44BF44CF44DF44EF44FF450F451F452F453F454F7DFF455F456F457F7E0F458F459F45AF45BF45CF45DF45EF45FF460F461F462DBCBF463F464D8AAF465F466F467F468F469F46AF46BF46CE5F7B9EDF46DF46EF46FF470BFFDBBEAF7C9C6C7F7C8F471F7CAF7CCF7CBF472F473F474F7CDF475CEBAF476F7CEF477F478C4A7F479F47AF47BF47CF47DF47EF480F481F482F483F484F485F486F487F488F489F48AF48BF48CF48DF48EF48FF490F491F492F493F494F495F496F497F498F499F49AF49BF49CF49DF49EF49FF4A0F540F541F542F543F544F545F546F547F548F549F54AF54BF54CF54DF54EF54FF550F551F552F553F554F555F556F557F558F559F55AF55BF55CF55DF55EF55FF560F561F562F563F564F565F566F567F568F569F56AF56BF56CF56DF56EF56FF570F571F572F573F574F575F576F577F578F579F57AF57BF57CF57DF57EF580F581F582F583F584F585F586F587F588F589F58AF58BF58CF58DF58EF58FF590F591F592F593F594F595F596F597F598F599F59AF59BF59CF59DF59EF59FF5A0F640F641F642F643F644F645F646F647F648F649F64AF64BF64CF64DF64EF64FF650F651F652F653F654F655F656F657F658F659F65AF65BF65CF65DF65EF65FF660F661F662F663F664F665F666F667F668F669F66AF66BF66CF66DF66EF66FF670F671F672F673F674F675F676F677F678F679F67AF67BF67CF67DF67EF680F681F682F683F684F685F686F687F688F689F68AF68BF68CF68DF68EF68FF690F691F692F693F694F695F696F697F698F699F69AF69BF69CF69DF69EF69FF6A0F740F741F742F743F744F745F746F747F748F749F74AF74BF74CF74DF74EF74FF750F751F752F753F754F755F756F757F758F759F75AF75BF75CF75DF75EF75FF760F761F762F763F764F765F766F767F768F769F76AF76BF76CF76DF76EF76FF770F771F772F773F774F775F776F777F778F779F77AF77BF77CF77DF77EF780D3E3F781F782F6CFF783C2B3F6D0F784F785F6D1F6D2F6D3F6D4F786F787F6D6F788B1ABF6D7F789F6D8F6D9F6DAF78AF6DBF6DCF78BF78CF78DF78EF6DDF6DECFCAF78FF6DFF6E0F6E1F6E2F6E3F6E4C0F0F6E5F6E6F6E7F6E8F6E9F790F6EAF791F6EBF6ECF792F6EDF6EEF6EFF6F0F6F1F6F2F6F3F6F4BEA8F793F6F5F6F6F6F7F6F8F794F795F796F797F798C8FAF6F9F6FAF6FBF6FCF799F79AF6FDF6FEF7A1F7A2F7A3F7A4F7A5F79BF79CF7A6F7A7F7A8B1EEF7A9F7AAF7ABF79DF79EF7ACF7ADC1DBF7AEF79FF7A0F7AFF840F841F842F843F844F845F846F847F848F849F84AF84BF84CF84DF84EF84FF850F851F852F853F854F855F856F857F858F859F85AF85BF85CF85DF85EF85FF860F861F862F863F864F865F866F867F868F869F86AF86BF86CF86DF86EF86FF870F871F872F873F874F875F876F877F878F879F87AF87BF87CF87DF87EF880F881F882F883F884F885F886F887F888F889F88AF88BF88CF88DF88EF88FF890F891F892F893F894F895F896F897F898F899F89AF89BF89CF89DF89EF89FF8A0F940F941F942F943F944F945F946F947F948F949F94AF94BF94CF94DF94EF94FF950F951F952F953F954F955F956F957F958F959F95AF95BF95CF95DF95EF95FF960F961F962F963F964F965F966F967F968F969F96AF96BF96CF96DF96EF96FF970F971F972F973F974F975F976F977F978F979F97AF97BF97CF97DF97EF980F981F982F983F984F985F986F987F988F989F98AF98BF98CF98DF98EF98FF990F991F992F993F994F995F996F997F998F999F99AF99BF99CF99DF99EF99FF9A0FA40FA41FA42FA43FA44FA45FA46FA47FA48FA49FA4AFA4BFA4CFA4DFA4EFA4FFA50FA51FA52FA53FA54FA55FA56FA57FA58FA59FA5AFA5BFA5CFA5DFA5EFA5FFA60FA61FA62FA63FA64FA65FA66FA67FA68FA69FA6AFA6BFA6CFA6DFA6EFA6FFA70FA71FA72FA73FA74FA75FA76FA77FA78FA79FA7AFA7BFA7CFA7DFA7EFA80FA81FA82FA83FA84FA85FA86FA87FA88FA89FA8AFA8BFA8CFA8DFA8EFA8FFA90FA91FA92FA93FA94FA95FA96FA97FA98FA99FA9AFA9BFA9CFA9DFA9EFA9FFAA0FB40FB41FB42FB43FB44FB45FB46FB47FB48FB49FB4AFB4BFB4CFB4DFB4EFB4FFB50FB51FB52FB53FB54FB55FB56FB57FB58FB59FB5AFB5BC4F1F0AFBCA6F0B0C3F9FB5CC5B8D1BBFB5DF0B1F0B2F0B3F0B4F0B5D1BCFB5ED1ECFB5FF0B7F0B6D4A7FB60CDD2F0B8F0BAF0B9F0BBF0BCFB61FB62B8EBF0BDBAE8FB63F0BEF0BFBEE9F0C0B6ECF0C1F0C2F0C3F0C4C8B5F0C5F0C6FB64F0C7C5F4FB65F0C8FB66FB67FB68F0C9FB69F0CAF7BDFB6AF0CBF0CCF0CDFB6BF0CEFB6CFB6DFB6EFB6FF0CFBAD7FB70F0D0F0D1F0D2F0D3F0D4F0D5F0D6F0D8FB71FB72D3A5F0D7FB73F0D9FB74FB75FB76FB77FB78FB79FB7AFB7BFB7CFB7DF5BAC2B9FB7EFB80F7E4FB81FB82FB83FB84F7E5F7E6FB85FB86F7E7FB87FB88FB89FB8AFB8BFB8CF7E8C2B4FB8DFB8EFB8FFB90FB91FB92FB93FB94FB95F7EAFB96F7EBFB97FB98FB99FB9AFB9BFB9CC2F3FB9DFB9EFB9FFBA0FC40FC41FC42FC43FC44FC45FC46FC47FC48F4F0FC49FC4AFC4BF4EFFC4CFC4DC2E9FC4EF7E1F7E2FC4FFC50FC51FC52FC53BBC6FC54FC55FC56FC57D9E4FC58FC59FC5ACAF2C0E8F0A4FC5BBADAFC5CFC5DC7ADFC5EFC5FFC60C4ACFC61FC62F7ECF7EDF7EEFC63F7F0F7EFFC64F7F1FC65FC66F7F4FC67F7F3FC68F7F2F7F5FC69FC6AFC6BFC6CF7F6FC6DFC6EFC6FFC70FC71FC72FC73FC74FC75EDE9FC76EDEAEDEBFC77F6BCFC78FC79FC7AFC7BFC7CFC7DFC7EFC80FC81FC82FC83FC84F6BDFC85F6BEB6A6FC86D8BEFC87FC88B9C4FC89FC8AFC8BD8BBFC8CDCB1FC8DFC8EFC8FFC90FC91FC92CAF3FC93F7F7FC94FC95FC96FC97FC98FC99FC9AFC9BFC9CF7F8FC9DFC9EF7F9FC9FFCA0FD40FD41FD42FD43FD44F7FBFD45F7FAFD46B1C7FD47F7FCF7FDFD48FD49FD4AFD4BFD4CF7FEFD4DFD4EFD4FFD50FD51FD52FD53FD54FD55FD56FD57C6EBECB4FD58FD59FD5AFD5BFD5CFD5DFD5EFD5FFD60FD61FD62FD63FD64FD65FD66FD67FD68FD69FD6AFD6BFD6CFD6DFD6EFD6FFD70FD71FD72FD73FD74FD75FD76FD77FD78FD79FD7AFD7BFD7CFD7DFD7EFD80FD81FD82FD83FD84FD85B3DDF6B3FD86FD87F6B4C1E4F6B5F6B6F6B7F6B8F6B9F6BAC8A3F6BBFD88FD89FD8AFD8BFD8CFD8DFD8EFD8FFD90FD91FD92FD93C1FAB9A8EDE8FD94FD95FD96B9EAD9DFFD97FD98FD99FD9AFD9";encodeToGb2312(t){for(var n="",i=0;i<t.length;i++){var o=t.charAt(i),_=t.charCodeAt(i);if(o==" ")n+="+";else if(_>=19968&&_<=40869){let s=_-19968;n+="%"+this.z.substr(s*4,2)+"%"+this.z.substr(s*4+2,2)}else n+="%"+t.charCodeAt(i).toString(16)}return n}decodeFromGb2312(t){for(var n="",i=0;i<t.length;i++){var o=t.charAt(i);if(o=="+")n+=" ";else if(o!="%")n+=o;else{i++;var _=t.charAt(i);if(!isNaN(parseInt(_)))i++,n+=decodeURIComponent(o+_+t.charAt(i));else try{var s=t.substr(i,2)+t.substr(i+3,2);i=i+4;for(var u=-1;(u=this.z.indexOf(s,u+1))!=-1;)if(u%4==0){n+=String.fromCharCode(u/4+19968);break}}catch{}}}return n}}let MxG2312Obj=new MxG2312;const _mxFinalizationRegistry=new FinalizationRegistry(e=>{exports.MxCpp.App.DestroyObject(e)}),_mxFinalizationRegistry_token={};class MdRxObject{imp=0;constructor(t){this.imp=t,this.imp&&_mxFinalizationRegistry.register(this,t,_mxFinalizationRegistry_token)}getImp(){return this.imp}initTempObject(t){this.imp=t}get ObjectName(){return this.imp.getObjectName()}get Dxf0(){return this.imp.getDxf0()}getJson(){let t=this.imp.getJson();return MxG2312Obj.decodeFromGb2312(t)}setJson(t){let n=MxG2312Obj.encodeToGb2312(t);return this.imp.setJson(n)}}class MdDbObject extends MdRxObject{constructor(t){super(t)}getObjectID(){return this.imp.getObjectID()}Erase(){return this.imp.Erase()}Clone(){let t=this.imp.Clone();return exports.MxCpp.App.CreateCloneObject(t)}}class MdDbLayerTable extends MdDbObject{constructor(t){super(t)}}class MdDbLinetypeTable extends MdDbObject{constructor(t){super(t)}}class MdDbTextStyleTable extends MdDbObject{constructor(t){super(t)}}class MdDbEntity extends MdDbObject{constructor(t){super(t)}moveGripPointsAt(t,n,i,o){return this.imp.moveGripPointsAt(t,n,i,o)}}class MdDbCurve extends MdDbEntity{constructor(t){super(t)}getStartParam(){return{val:this.imp.getStartParam(),ret:exports.MxCpp.getCallResult()}}getEndParam(){return{val:this.imp.getEndParam(),ret:exports.MxCpp.getCallResult()}}getDistAtParam(t){return{val:this.imp.getDistAtParam(t),ret:exports.MxCpp.getCallResult()}}getParamAtDist(t){return{val:this.imp.getParamAtDist(t),ret:exports.MxCpp.getCallResult()}}getDistAtPoint(t){return{val:this.imp.getDistAtPoint(t),ret:exports.MxCpp.getCallResult()}}getPointAtDist(t){return{val:this.imp.getPointAtDist(t),ret:exports.MxCpp.getCallResult()}}}class MdDbDatabase extends MdRxObject{constructor(t){super(t)}GetLayerTable(){return new MdDbLayerTable(this.imp.GetLayerTable())}GetLinetypeTable(){return new MdDbLinetypeTable(this.imp.GetLinetypeTable())}GetTextStyleTable(){return new MdDbTextStyleTable(this.imp.GetTextStyleTable())}GetCurrentlyLineTypeScale(){return this.imp.GetCurrentlyLineTypeScale()}SetCurrentlyLineTypeScale(t){return this.imp.SetCurrentlyLineTypeScale(t)}GetCurrentlyLineTypeName(){let t=this.imp.GetCurrentlyLineTypeName();return MxG2312Obj.decodeFromGb2312(t)}SetCurrentlyLineTypeName(t){let n=MxG2312Obj.encodeToGb2312(t);this.imp.SetCurrentlyLineTypeName(n)}GetCurrentlyLayerName(){let t=this.imp.GetCurrentlyLayerName();return MxG2312Obj.decodeFromGb2312(t)}SetCurrentlyLayerName(t){let n=MxG2312Obj.encodeToGb2312(t);this.imp.SetCurrentlyLayerName(n)}GetCurrentlyTrueColor(){return this.imp.GetCurrentlyTrueColor()}SetCurrentlyTrueColor(t){return this.imp.SetCurrentlyTrueColor(t)}GetCurrentlyColorIndex(){return this.imp.GetCurrentlyColorIndex()}SetCurrentlyColorIndex(t){return this.imp.SetCurrentlyColorIndex(t)}GetCurrentlyTextStyleName(){let t=this.imp.GetCurrentlyTextStyleName();return MxG2312Obj.decodeFromGb2312(t)}SetCurrentlyTextStyle(t){let n=MxG2312Obj.encodeToGb2312(t);this.imp.SetCurrentlyTextStyle(n)}}class McObject{imp;static currentFileName;constructor(t){this.imp=t}getImp(){return this.imp}getMxCppImp(){return exports.MxCpp.mxcadassemblyimp}updateDisplay(t,n){this.imp.updateDisplay(t,n)}test(){this.imp.test()}openWebFile(t){return McObject.currentFileName=t,this.imp.openWebFile(t)}getCurrentFileName(){return McObject.currentFileName}saveFileToUrl(t){return this.imp.saveFileToUrl(t)}saveFile(t,n,i=!0,o=!0){t||(t=this.getCurrentFileName());const _=window;return _.mx_saveFile_call=s=>{if(n&&n(s),!!s){if(i){let u;/^((?!chrome|android).)*safari/i.test(navigator.userAgent)?u=new Blob([s.buffer],{type:"application/octet-stream"}):u=new Blob([s.buffer],{type:"application/octet-binary"}),o?MxTools.saveAsFileDialog({blob:u,filename:t,types:[{description:"mxweb File",accept:{"application/octet-stream":[".mxweb"]}}]}):MxTools.downloadFile(u,t)}_.mx_saveFile_call=null}},this.imp.saveFile(t)}GetDatabase(){return new MdDbDatabase(this.imp.GetDatabase())}GetSysVarString(t){return this.imp.GetSysVarString(t)}SetSysVarString(t,n){return this.imp.SetSysVarString(t,n)}GetSysVarDouble(t){return this.imp.GetSysVarDouble(t)}SetSysVarDouble(t,n){return this.imp.SetSysVarDouble(t,n)}GetSysVarLong(t){return this.imp.GetSysVarLong(t)}SetSysVarLong(t,n){return this.imp.SetSysVarLong(t,n)}get DrawColor(){return this.imp.GetDrawColor()}set DrawColor(t){this.imp.SetDrawColor(t)}get DrawLineWeight(){return this.imp.GetDrawLineWeight()}set DrawLineWeight(t){this.imp.SetDrawLineWeight(t)}get DrawLineTypeScale(){return this.imp.GetDrawLineTypeScale()}set DrawLineTypeScale(t){this.imp.SetDrawLineTypeScale(t)}get DrawLinetype(){return this.imp.GetDrawLinetype()}set DrawLinetype(t){this.imp.SetDrawLinetype(t)}get DrawTextStyle(){return this.imp.GetDrawTextStyle()}set DrawTextStyle(t){this.imp.SetDrawTextStyle(t)}get DrawLayer(){return this.imp.GetDrawLayer()}set DrawLayer(t){this.imp.SetDrawLayer(t)}AddLayer(t){this.imp.AddLayer(t)}AddTextStyle(t,n,i,o){this.imp.AddTextStyle(t,n,i,o)}AddLinetype(t,n){this.imp.AddLinetype(t,n)}AddLinetypeEx(t,n,i){this.imp.AddLinetypeEx(t,n,i)}DrawLine(t,n,i,o,_,s){return this.imp.DrawLine(t,n,i,o,_,s)}AddDimStyle(t,n,i,o,_){return this.imp.AddDimStyle(t,n,i,o,_)}get DrawDimStyle(){return this.imp.GetDrawDimStyle()}set DrawDimStyle(t){this.imp.SetDrawDimStyle(t)}get DrawPatternDefinition(){return this.imp.GetPatternDefinition()}set DrawPatternDefinition(t){this.imp.SetPatternDefinition(t)}get DrawLineWidth(){return this.imp.GetDrawLineWidth()}set DrawLineWidth(t){this.imp.SetDrawLineWidth(t)}DrawArc(t,n,i,o,_){return this.imp.DrawArc(t,n,i,o,_)}DrawArc2(t,n,i,o,_,s){return this.imp.DrawArc2(t,n,i,o,_,s)}DrawCircle(t,n,i){return this.imp.DrawCircle(t,n,i)}DrawEllipse(t,n,i,o,_){return this.imp.DrawEllipse(t,n,i,o,_)}DrawEllipseArc(t,n,i,o,_,s,u){return this.imp.DrawEllipseArc(t,n,i,o,_,s,u)}DrawPoint(t,n){return this.imp.DrawPoint(t,n)}DrawSolid(t,n,i,o,_,s,u,b){return this.imp.DrawSolid(t,n,i,o,_,s,u,b)}DrawMText(t,n,i,o,_,s,u){return this.imp.DrawMText(t,n,i,o,_,s,u)}DrawText(t,n,i,o,_,s,u){return this.imp.DrawTextDrawText(t,n,i,o,_,s,u)}DrawBlockReference(t,n,i,o,_){return this.imp.DrawBlockReference(t,n,i,o,_)}DrawDimAligned(t,n,i,o,_,s){return this.imp.DrawDimAligned(t,n,i,o,_,s)}DrawDimAngular(t,n,i,o,_,s,u,b){return this.imp.DrawDimAngular(t,n,i,o,_,s,u,b)}DrawDimDiametric(t,n,i,o,_){return this.imp.DrawDimDiametric(t,n,i,o,_)}DrawDimRotated(t,n,i,o,_,s,u){return this.imp.DrawDimRotated(t,n,i,o,_,s,u)}DrawDimOrdinate(t,n,i,o,_){return this.imp.DrawDimOrdinate(t,n,i,o,_)}DrawDimRadial(t,n,i,o,_){return this.imp.DrawDimRadial(t,n,i,o,_)}PathMoveTo(t,n){this.imp.PathMoveTo(t,n)}PathMoveToEx(t,n,i,o,_){this.imp.PathMoveToEx(t,n,i,o,_)}PathLineTo(t,n){this.imp.PathLineTo(t,n)}PathLineToEx(t,n,i,o,_){this.imp.PathLineToEx(t,n,i,o,_)}DrawPathToPolyline(){return this.imp.DrawPathToPolyline()}DrawPathToSpline(){return this.imp.DrawPathToSpline()}PathMakeClosed(){this.imp.PathMakeClosed()}DrawPathToHatch(t){return this.imp.DrawPathToHatch(t)}DrawEntity(t){return this.imp.DrawEntity(t.getImp())}ObjectIdToObject(t){return exports.MxCpp.App.ObjectIdToObject(t)}CloneMdDbObject(t){let n=this.imp.CloneMdDbObject(t);return exports.MxCpp.App.CreateCloneObject(n)}ObjectIdToMdObjectImp(t){return exports.MxCpp.App.getImp().ObjectIdToMdObject(t)}DestroyObject(t){!t||exports.MxCpp.App.getImp().DestroyObject(t)}}class McAppType{imp;init(t){this.imp=t}getImp(){return this.imp}getLastCallResult(){return this.imp.getLastCallResult()}CreateMxCAD(t,n,i,o,_){let s=this.imp.CreateMxDraw(t,n,i,o,_);return new McObject(s)}DestroyObject(t){this.imp.DestroyObject(t)}GetCurrentMxCAD(){return new McObject(this.imp.GetCurrentMxDraw())}mcedRGB2Index(t,n,i,o=!0){return this.imp.mcedRGB2Index(t,n,i,o)}ObjectIdToObject(t){if(!t)return null;let n=this.imp.ObjectIdToObjectName(t);if(n=="McDbLine"){let i=this.imp.ObjectIdToMdDbLine(t);return new MdDbLine(i)}else if(n=="McDbText"){let i=this.imp.ObjectIdToMdDbText(t);return new MdDbText(i)}else if(n=="MdDbPolyline"){let i=this.imp.ObjectIdToMdDbPolyline(t);return new MdDbPolyline(i)}else if(n=="MdDbCircle"){let i=this.imp.ObjectIdToMdDbCircle(t);return new MdDbCircle(i)}else if(n=="MdDbBlockReference"){let i=this.imp.ObjectIdToMdDbBlockReference(t);return new MdDbBlockReference(i)}return console.log("Mx: ObjectIdToObject error type"),null}CreateCloneObject(t){let n=t.getObjectName();if(n=="McDbLine"){let i=new MdDbLine;return i.getImp().ConnectionTempObject(t),exports.MxCpp.App.DestroyObject(t),i}else if(n=="McDbText"){let i=new MdDbText;return i.getImp().ConnectionTempObject(t),exports.MxCpp.App.DestroyObject(t),i}return console.log("Mx: Clone error type"),new MdDbObject(t)}}class MxCppType{mxcadassemblyimp;App=new McAppType;NewMdCmColor(){return new this.mxcadassemblyimp.MdCmColor}getCallResult(){return this.App.getLastCallResult()}NewMdGePoint3d(t,n){if(n&&t&&t.x&&t.y){let o=t.z||0;t=mxdraw.MxFun.getCurrentDraw().docCoord2Cad(t.x,t.y,o)}let i=new this.mxcadassemblyimp.MdGePoint3d;return t&&t.x&&t.y&&(i.x=t.x,i.y=t.y,t.z&&(i.y=t.z)),i}NewMdGePoint3d2(t,n,i){let o=new this.mxcadassemblyimp.MdGePoint3d;return o.x=t,o.y=n,i&&(o.y=i),o}}class MdDbLine extends MdDbCurve{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbLine)}get startPoint(){return this.imp.startPoint()}set startPoint(t){this.imp.setStartPoint(t)}get endPoint(){return this.imp.endPoint()}set endPoint(t){this.imp.setEndPoint(t)}}exports.McDb=void 0,(e=>{(t=>{t[t.kTextLeft=0]="kTextLeft",t[t.kTextCenter=1]="kTextCenter",t[t.kTextRight=2]="kTextRight",t[t.kTextAlign=3]="kTextAlign",t[t.kTextMid=4]="kTextMid",t[t.kTextFit=5]="kTextFit"})(e.TextHorzMode||(e.TextHorzMode={})),(t=>{t[t.kTextBase=0]="kTextBase",t[t.kTextBottom=1]="kTextBottom",t[t.kTextVertMid=2]="kTextVertMid",t[t.kTextTop=3]="kTextTop"})(e.TextVertMode||(e.TextVertMode={}))})(exports.McDb||(exports.McDb={}));class MdDbText extends MdDbEntity{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbText)}get position(){return this.imp.position()}set position(t){this.imp.setPosition(t)}get alignmentPoint(){return this.imp.position()}set alignmentPoint(t){this.imp.setAlignmentPoint(t)}get oblique(){return this.imp.oblique()}set oblique(t){this.imp.setOblique(t)}get rotation(){return this.imp.rotation()}set rotation(t){this.imp.setRotation(t)}get height(){return this.imp.height()}set height(t){this.imp.setHeight(t)}get widthFactor(){return this.imp.widthFactor()}set widthFactor(t){this.imp.setWidthFactor(t)}get textString(){return MxG2312Obj.decodeFromGb2312(this.imp.textString())}set textString(t){this.imp.setTextString(MxG2312Obj.encodeToGb2312(t))}get horizontalMode(){return this.imp.horizontalMode()}set horizontalMode(t){this.imp.setHorizontalMode(t)}get verticalMode(){return this.imp.verticalMode()}set verticalMode(t){this.imp.setVerticalMode(t)}}class MdDbCircle extends MdDbCurve{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbCircle)}get center(){return this.imp.center()}setCenter(t,n,i){return this.imp.setCenter(exports.MxCpp.NewMdGePoint3d2(t,n,i))}set center(t){this.imp.setCenter(t)}get radius(){return this.imp.radius()}set radius(t){this.imp.setRadius(t)}}class MdDbPolyline extends MdDbCurve{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbPolyline)}setClosed(t){this.imp.setClosed(t)}setConstantWidth(t){this.imp.setConstantWidth(t)}isClosed(){return this.imp.isClosed()}getConstantWidth(){return this.imp.getConstantWidth()}addVertexAt(t,n,i,o,_){return this.imp.addVertexAt(t,n,i,o,_)}removeVertexAt(t){return this.imp.removeVertexAt(t)}numVerts(){return this.imp.numVerts()}getPointAt(t){return{val:this.imp.getPointAt(t),ret:exports.MxCpp.getCallResult()}}getBulgeAt(t){return this.imp.getBulgeAt(t)}getWidthsAt(t){return{val1:this.imp.getStartWidthsAt(t),val2:this.imp.getEndWidthsAt(t),ret:exports.MxCpp.getCallResult()}}setPointAt(t,n){return this.imp.setPointAt(t,n)}setBulgeAt(t,n){return this.imp.setBulgeAt(t,n)}}class MdDbBlockReference extends MdDbEntity{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.MdDbBlockReference)}blockTableRecordId(){return this.imp.blockTableRecord()}setBlockTableRecordId(t){this.imp.setBlockTableRecordId(t)}position(){return this.imp.position()}setPosition(t){return this.imp.setPosition(t)}scaleFactors(){return this.imp.scaleFactors()}setScaleFactors(t){return this.imp.setScaleFactors(t)}rotation(){return this.imp.rotation()}setRotation(t){return this.imp.setRotation(t)}blockTransform(){return this.imp.blockTransform()}setBlockTransform(t){this.imp.setBlockTransform(t)}}class McDrawResbuf extends MdRxObject{constructor(t){super(t),t||this.initTempObject(new exports.MxCpp.mxcadassemblyimp.McDrawResbuf)}Clear(){this.imp.Clear()}GetCount(){return this.imp.GetCount()}AtDouble(t){return{val:this.imp.AtDouble(t),ret:exports.MxCpp.getCallResult()}}Atlong(t){return{val:this.imp.Atlong(t),ret:exports.MxCpp.getCallResult()}}AtObjectId(t){return{val:this.imp.AtObjectId(t),ret:exports.MxCpp.getCallResult()}}AtString(t){return{val:MxG2312Obj.decodeFromGb2312(this.imp.AtString(t)),ret:exports.MxCpp.getCallResult()}}AtPoint(t){return{val:this.imp.AtPoint(t),ret:exports.MxCpp.getCallResult()}}ItemDataType(){return this.imp.ItemDataType()}AddDouble(t,n=-10){return this.imp.AddDouble(t,n)}Addlong(t,n=-10){return this.imp.Addlong(t,n)}AddObjectId(t,n=-10){return this.imp.AddObjectId(t,n)}AddString(t,n=-10){return this.imp.AddString(t,n)}AddPoint(t,n=-10){return this.imp.AddPoint(t,n)}RemoveAll(){this.imp.RemoveAll()}Remove(t){this.imp.Remove(t)}}class MxObjectId{id;type;constructor(t,n){this.id=t,this.type=n}getType(){return this.type}getId(){return this.id}erase(){this.type==1?mxdraw.MxFun.getCurrentDraw().eraseMxEntity(this.id):this.type==0&&McDrawUtility.eraseEntity(this.id)}}class McDrawUtilityClass{imp;constructor(){}init(){this.imp||(this.imp=new exports.MxCpp.mxcadassemblyimp.McDrawUtility)}eraseEntity(t){return this.init(),this.imp.eraseEntity(t)}highlightEntity(t,n=!0){return this.init(),this.imp.highlightEntity(t,n)}findEntAtPoint(t,n,i,o=-1,_=null){this.init();let s;return _==null?s=new exports.MxCpp.mxcadassemblyimp.McDrawResbuf:s=_.getImp(),this.imp.findEntAtPoint(t,n,i,o,s)}selectEnt(t,n=null){return this.init(),new Promise(async i=>{const o=new mxdraw.MrxDbgUiPrPoint;t&&o.setMessage(t),o.setCursorType(MxCursorType.kRect);let _=await o.go();if(!_){i([]);return}mxdraw.MrxDbgUtils.findEntAtPoint(_).then(s=>{let u=[];s.forEach(d=>{u.push(new MxObjectId(d,1))});let b=this.findEntAtPoint(_.x,_.y,_.z,-1,n);b!=0&&u.push(new MxObjectId(b,0)),i(u)})})}}let McDrawUtility=new McDrawUtilityClass;const stopRunCommand=()=>mxdraw.store.state.MxFun.stopRunCommand();function angleTo(e,t,n,i){const o=e-n,_=t-i;let s=0;return o==0?s=Math.PI/2:s=Math.atan(Math.abs(_/o)),o<0&&_>=0?s=Math.PI-s:o<0&&_<0?s=Math.PI+s:o>=0&&_<0&&(s=Math.PI*2-s),s}async function drawLine(){const e=new mxdraw.MrxDbgUiPrPoint;let t=new mxdraw.MxDbLine,n=[];e.setMessage(`
12
12
  \u6307\u5B9A\u7B2C\u4E00\u70B9:`);let i=await e.go();e.setUserDraw((_,s)=>{n.forEach(u=>{s.drawCustomEntity(u)}),s.drawLine(i,_)});const o=()=>{e.setMessage(`
13
13
  \u6307\u5B9A\u4E0B\u4E00\u4E2A\u70B9:`),n.length>1?e.setKeyWords("[\u9000\u51FA(E)/\u95ED\u5408(C)/\u653E\u5F03(U)]"):e.setKeyWords("[\u9000\u51FA(E)/\u653E\u5F03(U)]")};o(),e.goWhile(_=>{if(_===mxdraw.MrxDbgUiPrBaseReturn.kOk&&(t=new mxdraw.MxDbLine,mxdraw.MxPaintBrush.use(t),t.pt1=i,t.pt2=e.value(),i=t.pt2.clone(),n.push(t),o()),_===mxdraw.MrxDbgUiPrBaseReturn.kKeyWord){if(e.isKeyWordPicked("E"))stopRunCommand();else if(e.isKeyWordPicked("C")){const s=new mxdraw.MxDbLine;return s.pt1=i.clone(),s.pt2=n[0].pt1.clone(),mxdraw.MxPaintBrush.use(s),n.push(s),i=s.pt2.clone(),stopRunCommand(),{exit:!0}}}},_=>(_===mxdraw.MrxDbgUiPrBaseReturn.kCancel&&n.forEach(s=>{mxdraw.MxFun.getCurrentDraw().addMxEntity(s)}),{exit:!0}))}async function Mx_TestDraw(){{let t=exports.MxCpp.App.GetCurrentMxCAD().saveFile();console.log(t)}{const e=new mxdraw.MrxDbgUiPrPoint;e.setMessage(`
14
14
  \u6307\u5B9A\u4E00\u70B9:`);let t=await e.go(),n=new MdDbLine,i=new MdDbText;i.textString="\u6D4B\u8BD5Test",i.height=mxdraw.MxFun.viewCoordLong2Cad(100),n.startPoint=exports.MxCpp.NewMdGePoint3d(t),e.setUserDraw((b,d)=>{n.endPoint=exports.MxCpp.NewMdGePoint3d(b),i.position=exports.MxCpp.NewMdGePoint3d(b),i.alignmentPoint=i.position,d.drawMcDbEntity(n),d.drawMcDbEntity(i)}),e.setMessage(`
@@ -45,4 +45,4 @@
45
45
  `),e&128&&n[0]&&(n[1]==b&&0<n[2].length&&(t=t.replace(/\s+$/,""),t+=" with values: "+n[1]+n[2]+`
46
46
  `),n=oc(n[0]))}return t=t.replace(/\s+$/,"")}var sc={},tc;function uc(e,t,n,i,o){function _(){var k=0,N=0;j.response&&f&&r[e+12>>2]===0&&(N=j.response.byteLength),0<N&&(k=vc(N),p.set(new Uint8Array(j.response),k)),r[e+12>>2]=k,wc(e+16,N),wc(e+24,0),(k=j.response?j.response.byteLength:0)&&wc(e+32,k),Aa[e+40>>1]=j.readyState,Aa[e+42>>1]=j.status,j.statusText&&ob(j.statusText,p,e+44,64)}var s=r[e+8>>2];if(s){var u=z(s),b=e+112,d=z(b);d||(d="GET");var y=r[b+52>>2],w=r[b+56>>2],v=!!r[b+60>>2],l=r[b+68>>2],g=r[b+72>>2];s=r[b+76>>2];var h=r[b+80>>2],x=r[b+84>>2];b=r[b+88>>2];var f=!!(y&1),R=!!(y&2);y=!!(y&64),l=l?z(l):void 0,g=g?z(g):void 0;var j=new XMLHttpRequest;if(j.withCredentials=v,j.open(d,u,!y,l,g),y||(j.timeout=w),j.zb=u,j.responseType="arraybuffer",h&&(u=z(h),j.overrideMimeType(u)),s)for(;d=r[s>>2],!(!d||(u=r[s+4>>2],!u));)s+=8,d=z(d),u=z(u),j.setRequestHeader(d,u);var $=r[e+0>>2];sc[$]=j,s=x&&b?p.slice(x,x+b):null,j.onload=k=>{$ in sc&&(_(),200<=j.status&&300>j.status?t&&t(e,j,k):n&&n(e,j,k))},j.onerror=k=>{$ in sc&&(_(),n&&n(e,j,k))},j.ontimeout=k=>{$ in sc&&n&&n(e,j,k)},j.onprogress=k=>{if($ in sc){var N=f&&R&&j.response?j.response.byteLength:0,L=0;0<N&&f&&R&&(L=vc(N),p.set(new Uint8Array(j.response),L)),r[e+12>>2]=L,wc(e+16,N),wc(e+24,k.loaded-N),wc(e+32,k.total),Aa[e+40>>1]=j.readyState,3<=j.readyState&&j.status===0&&0<k.loaded&&(j.status=200),Aa[e+42>>1]=j.status,j.statusText&&ob(j.statusText,p,e+44,64),i&&i(e,j,k),L&&xc(L)}},j.onreadystatechange=k=>{$ in sc&&(Aa[e+40>>1]=j.readyState,2<=j.readyState&&(Aa[e+42>>1]=j.status),o&&o(e,j,k))};try{j.send(s)}catch(k){n&&n(e,j,k)}}else n(e,0,"no url specified!")}function yc(e){e instanceof eb||e=="unwind"||ha(1,e)}function wc(e,t){r[e>>2]=t,r[e+4>>2]=(t-r[e>>2])/4294967296}function zc(e,t,n,i){var o=tc;if(o){var _=r[e+112+64>>2];_||(_=r[e+8>>2]);var s=z(_);try{var u=o.transaction(["FILES"],"readwrite").objectStore("FILES").put(t,s);u.onsuccess=()=>{Aa[e+40>>1]=4,Aa[e+42>>1]=200,ob("OK",p,e+44,64),n(e,0,s)},u.onerror=b=>{Aa[e+40>>1]=4,Aa[e+42>>1]=413,ob("Payload Too Large",p,e+44,64),i(e,0,b)}}catch(b){i(e,0,b)}}else i(e,0,"IndexedDB not available!")}function Ac(e,t,n){var i=tc;if(i){var o=r[e+112+64>>2];o||(o=r[e+8>>2]),o=z(o);try{var _=i.transaction(["FILES"],"readonly").objectStore("FILES").get(o);_.onsuccess=s=>{if(s.target.result){s=s.target.result;var u=s.byteLength||s.length,b=vc(u);p.set(new Uint8Array(s),b),r[e+12>>2]=b,wc(e+16,u),wc(e+24,0),wc(e+32,u),Aa[e+40>>1]=4,Aa[e+42>>1]=200,ob("OK",p,e+44,64),t(e,0,s)}else Aa[e+40>>1]=4,Aa[e+42>>1]=404,ob("Not Found",p,e+44,64),n(e,0,"no data")},_.onerror=s=>{Aa[e+40>>1]=4,Aa[e+42>>1]=404,ob("Not Found",p,e+44,64),n(e,0,s)}}catch(s){n(e,0,s)}}else n(e,0,"IndexedDB not available!")}function Bc(e,t,n){var i=tc;if(i){var o=r[e+112+64>>2];o||(o=r[e+8>>2]),o=z(o);try{var _=i.transaction(["FILES"],"readwrite").objectStore("FILES").delete(o);_.onsuccess=s=>{s=s.target.result,r[e+12>>2]=0,wc(e+16,0),wc(e+24,0),wc(e+32,0),Aa[e+40>>1]=4,Aa[e+42>>1]=200,ob("OK",p,e+44,64),t(e,0,s)},_.onerror=s=>{Aa[e+40>>1]=4,Aa[e+42>>1]=404,ob("Not Found",p,e+44,64),n(e,0,s)}}catch(s){n(e,0,s)}}else n(e,0,"IndexedDB not available!")}var Cc=[];function Dc(e){var t=Cc[e];return t||(e>=Cc.length&&(Cc.length=e+1),Cc[e]=t=Ea.get(e)),t}function Ec(e){var t=e.getExtension("ANGLE_instanced_arrays");t&&(e.vertexAttribDivisor=function(n,i){t.vertexAttribDivisorANGLE(n,i)},e.drawArraysInstanced=function(n,i,o,_){t.drawArraysInstancedANGLE(n,i,o,_)},e.drawElementsInstanced=function(n,i,o,_,s){t.drawElementsInstancedANGLE(n,i,o,_,s)})}function Fc(e){var t=e.getExtension("OES_vertex_array_object");t&&(e.createVertexArray=function(){return t.createVertexArrayOES()},e.deleteVertexArray=function(n){t.deleteVertexArrayOES(n)},e.bindVertexArray=function(n){t.bindVertexArrayOES(n)},e.isVertexArray=function(n){return t.isVertexArrayOES(n)})}function Gc(e){var t=e.getExtension("WEBGL_draw_buffers");t&&(e.drawBuffers=function(n,i){t.drawBuffersWEBGL(n,i)})}var Hc=1,Ic=[],Jc=[],Kc=[],Lc=[],Mc=[],Nc=[1,1,2,2,4,4,4,2,3,4,8];function Oc(e){Pc||(Pc=e)}function Qc(e){for(var t=Hc++,n=e.length;n<t;n++)e[n]=null;return t}function Rc(e){return 32-Math.clz32(e===0?0:e-1)}function Sc(e,t){e.xa||(e.xa=e.getContext,e.getContext=function(i,o){return o=e.xa(i,o),i=="webgl"==o instanceof WebGLRenderingContext?o:null});var n=1<t.za?e.getContext("webgl2",t):e.getContext("webgl",t);return n?Tc(n,t):0}function Tc(e,t){var n=Qc(Mc),i={qb:n,attributes:t,version:t.za,H:e};for(e.canvas&&(e.canvas.Ja=i),Mc[n]=i,(typeof t.ua>"u"||t.ua)&&Uc(i),i.Aa=i.H.getParameter(34921),i.P=[],e=0;e<i.Aa;e++)i.P[e]={enabled:!1,$:!1,size:0,type:0,Ea:0,la:0,g:0,Ia:null};for(e=Rc(2097152),i.N=[],i.Fa=[],i.N.length=i.Fa.length=e+1,i.X=[],i.ma=[],i.X.length=i.ma.length=e+1,i.L=[],i.L.length=e+1,t=0;t<=e;++t){i.L[t]=null,i.N[t]=i.Fa[t]=0,i.X[t]=[],i.ma[t]=[];var o=i.X[t],_=i.ma[t];o.length=_.length=64;for(var s=0;64>s;++s)o[s]=_[s]=null}return n}function Uc(e){if(e||(e=C),!e.Ua){e.Ua=!0;var t=e.H;Ec(t),Fc(t),Gc(t),t.mb=t.getExtension("WEBGL_draw_instanced_base_vertex_base_instance"),t.rb=t.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance"),2<=e.version&&(t.ta=t.getExtension("EXT_disjoint_timer_query_webgl2")),(2>e.version||!t.ta)&&(t.ta=t.getExtension("EXT_disjoint_timer_query")),t.tb=t.getExtension("WEBGL_multi_draw"),(t.getSupportedExtensions()||[]).forEach(function(n){n.includes("lose_context")||n.includes("debug")||t.getExtension(n)})}}var Pc,C,Vc,Wc=[],Xc={},Yc=["default","low-power","high-performance"],Zc=[0,typeof document<"u"?document:0,typeof window<"u"?window:0],$c={};function ad(){if(!bd){var e={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:(typeof navigator=="object"&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:fa||"./this.program"},t;for(t in $c)$c[t]===void 0?delete e[t]:e[t]=$c[t];var n=[];for(t in e)n.push(t+"="+e[t]);bd=n}return bd}var bd;function cd(e,t,n,i){for(var o=0;o<e;o++){var _=D[n](),s=_&&Qc(i);_?(_.name=s,i[s]=_):Oc(1282),q[t+4*o>>2]=s}}function dd(e,t,n,i,o,_,s,u){t=Jc[t],(e=D[e](t,n))&&(i=u&&ob(e.name,p,u,i),o&&(q[o>>2]=i),_&&(q[_>>2]=e.size),s&&(q[s>>2]=e.type))}function ed(e,t){if(t){var n=void 0;switch(e){case 36346:n=1;break;case 36344:Oc(1280);return;case 34814:case 36345:n=0;break;case 34466:var i=D.getParameter(34467);n=i?i.length:0;break;case 33309:if(2>C.version){Oc(1282);return}n=2*(D.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>C.version){Oc(1280);return}n=e==33307?3:0}if(n===void 0)switch(i=D.getParameter(e),typeof i){case"number":n=i;break;case"boolean":n=i?1:0;break;case"string":Oc(1280);return;case"object":if(i===null)switch(e){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:n=0;break;default:Oc(1280);return}else{if(i instanceof Float32Array||i instanceof Uint32Array||i instanceof Int32Array||i instanceof Array){for(e=0;e<i.length;++e)m[t+e>>0]=i[e]?1:0;return}try{n=i.name|0}catch(o){Oc(1280),ra("GL_INVALID_ENUM in glGet4v: Unknown object returned from WebGL getParameter("+e+")! (error: "+o+")");return}}break;default:Oc(1280),ra("GL_INVALID_ENUM in glGet4v: Native code calling glGet4v("+e+") and it returns "+i+" of type "+typeof i+"!");return}m[t>>0]=n?1:0}else Oc(1281)}function fd(e){return e.slice(-1)=="]"&&e.lastIndexOf("[")}function gd(e){var t=D.Ma;if(t){var n=t.O[e];return typeof n=="number"&&(t.O[e]=n=D.getUniformLocation(t,t.Ga[e]+(0<n?"["+n+"]":""))),n}Oc(1282)}var hd=[];function jd(e){return e%4===0&&(e%100!==0||e%400===0)}var kd=[31,29,31,30,31,30,31,31,30,31,30,31],ld=[31,28,31,30,31,30,31,31,30,31,30,31];function md(e,t,n,i){function o(l,g,h){for(l=typeof l=="number"?l.toString():l||"";l.length<g;)l=h[0]+l;return l}function _(l,g){return o(l,g,"0")}function s(l,g){function h(f){return 0>f?-1:0<f?1:0}var x;return(x=h(l.getFullYear()-g.getFullYear()))===0&&(x=h(l.getMonth()-g.getMonth()))===0&&(x=h(l.getDate()-g.getDate())),x}function u(l){switch(l.getDay()){case 0:return new Date(l.getFullYear()-1,11,29);case 1:return l;case 2:return new Date(l.getFullYear(),0,3);case 3:return new Date(l.getFullYear(),0,2);case 4:return new Date(l.getFullYear(),0,1);case 5:return new Date(l.getFullYear()-1,11,31);case 6:return new Date(l.getFullYear()-1,11,30)}}function b(l){var g=l.F;for(l=new Date(new Date(l.G+1900,0,1).getTime());0<g;){var h=l.getMonth(),x=(jd(l.getFullYear())?kd:ld)[h];if(g>x-l.getDate())g-=x-l.getDate()+1,l.setDate(1),11>h?l.setMonth(h+1):(l.setMonth(0),l.setFullYear(l.getFullYear()+1));else{l.setDate(l.getDate()+g);break}}return h=new Date(l.getFullYear()+1,0,4),g=u(new Date(l.getFullYear(),0,4)),h=u(h),0>=s(g,l)?0>=s(h,l)?l.getFullYear()+1:l.getFullYear():l.getFullYear()-1}var d=q[i+40>>2];i={hb:q[i>>2],gb:q[i+4>>2],Y:q[i+8>>2],na:q[i+12>>2],Z:q[i+16>>2],G:q[i+20>>2],B:q[i+24>>2],F:q[i+28>>2],yb:q[i+32>>2],fb:q[i+36>>2],ib:d?z(d):""},n=z(n),d={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var y in d)n=n.replace(new RegExp(y,"g"),d[y]);var w="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),v="January February March April May June July August September October November December".split(" ");d={"%a":function(l){return w[l.B].substring(0,3)},"%A":function(l){return w[l.B]},"%b":function(l){return v[l.Z].substring(0,3)},"%B":function(l){return v[l.Z]},"%C":function(l){return _((l.G+1900)/100|0,2)},"%d":function(l){return _(l.na,2)},"%e":function(l){return o(l.na,2," ")},"%g":function(l){return b(l).toString().substring(2)},"%G":function(l){return b(l)},"%H":function(l){return _(l.Y,2)},"%I":function(l){return l=l.Y,l==0?l=12:12<l&&(l-=12),_(l,2)},"%j":function(l){for(var g=0,h=0;h<=l.Z-1;g+=(jd(l.G+1900)?kd:ld)[h++]);return _(l.na+g,3)},"%m":function(l){return _(l.Z+1,2)},"%M":function(l){return _(l.gb,2)},"%n":function(){return`
47
47
  `},"%p":function(l){return 0<=l.Y&&12>l.Y?"AM":"PM"},"%S":function(l){return _(l.hb,2)},"%t":function(){return" "},"%u":function(l){return l.B||7},"%U":function(l){return _(Math.floor((l.F+7-l.B)/7),2)},"%V":function(l){var g=Math.floor((l.F+7-(l.B+6)%7)/7);if(2>=(l.B+371-l.F-2)%7&&g++,g)g==53&&(h=(l.B+371-l.F)%7,h==4||h==3&&jd(l.G)||(g=1));else{g=52;var h=(l.B+7-l.F-1)%7;(h==4||h==5&&jd(l.G%400-1))&&g++}return _(g,2)},"%w":function(l){return l.B},"%W":function(l){return _(Math.floor((l.F+7-(l.B+6)%7)/7),2)},"%y":function(l){return(l.G+1900).toString().substring(2)},"%Y":function(l){return l.G+1900},"%z":function(l){l=l.fb;var g=0<=l;return l=Math.abs(l)/60,(g?"+":"-")+String("0000"+(l/60*100+l%60)).slice(-4)},"%Z":function(l){return l.ib},"%%":function(){return"%"}},n=n.replace(/%%/g,"\0\0");for(y in d)n.includes(y)&&(n=n.replace(new RegExp(y,"g"),d[y](i)));return n=n.replace(/\0\0/g,"%"),y=pb(n,!1),y.length>t?0:(m.set(y,e),y.length-1)}function Lb(e,t,n,i){e||(e=this),this.parent=e,this.C=e.C,this.I=null,this.id=Db++,this.name=t,this.mode=n,this.h={},this.j={},this.rdev=i}Object.defineProperties(Lb.prototype,{read:{get:function(){return(this.mode&365)===365},set:function(e){e?this.mode|=365:this.mode&=-366}},write:{get:function(){return(this.mode&146)===146},set:function(e){e?this.mode|=146:this.mode&=-147}}}),$b(),Eb=Array(4096),Tb(B,"/"),Ub("/tmp",16895,0),Ub("/home",16895,0),Ub("/home/web_user",16895,0),(()=>{Ub("/dev",16895,0),sb(259,{read:()=>0,write:(i,o,_,s)=>s}),Vb("/dev/null",259),rb(1280,ub),rb(1536,vb),Vb("/dev/tty",1280),Vb("/dev/tty1",1536);var e=new Uint8Array(1024),t=0,n=()=>(t===0&&(t=mb(e).byteLength),e[--t]);dc("random",n),dc("urandom",n),Ub("/dev/shm",16895,0),Ub("/dev/shm/tmp",16895,0)})(),(()=>{Ub("/proc",16895,0);var e=Ub("/proc/self",16895,0);Ub("/proc/self/fd",16895,0),Tb({C:()=>{var t=xb(e,"fd",16895,73);return t.h={lookup:(n,i)=>{var o=Cb[+i];if(!o)throw new A(8);return n={parent:null,C:{Ca:"fake"},h:{readlink:()=>o.path}},n.parent=n}},t}},"/proc/self/fd")})(),Ma(),function(e,t){try{var n=indexedDB.open("emscripten_filesystem",1)}catch(i){t(i);return}n.onupgradeneeded=i=>{i=i.target.result,i.objectStoreNames.contains("FILES")&&i.deleteObjectStore("FILES"),i.createObjectStore("FILES")},n.onsuccess=i=>e(i.target.result),n.onerror=i=>t(i)}(e=>{tc=e,Na()},()=>{tc=!1,Na()});for(var D,nd=new Float32Array(288),od=0;288>od;++od)hd[od]=nd.subarray(0,od+1);var ud={__assert_fail:function(e,t,n,i){ta("Assertion failed: "+z(e)+", at: "+[t?z(t):"unknown filename",n,i?z(i):"unknown function"])},__syscall_fcntl64:function(e,t,n){hc=n;try{var i=gc(e);switch(t){case 0:var o=ic();return 0>o?-28:Sb(i,o).fd;case 1:case 2:return 0;case 3:return i.flags;case 4:return o=ic(),i.flags|=o,0;case 5:return o=ic(),za[o+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return q[pd()>>2]=28,-1;default:return-28}}catch(_){if(typeof ec>"u"||_.name!=="ErrnoError")throw _;return-_.s}},__syscall_ioctl:function(e,t,n){hc=n;try{var i=gc(e);switch(t){case 21509:case 21505:return i.tty?0:-59;case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:return i.tty?0:-59;case 21519:if(!i.tty)return-59;var o=ic();return q[o>>2]=0;case 21520:return i.tty?-28:-59;case 21531:if(e=o=ic(),!i.j.Va)throw new A(59);return i.j.Va(i,t,e);case 21523:return i.tty?0:-59;case 21524:return i.tty?0:-59;default:return-28}}catch(_){if(typeof ec>"u"||_.name!=="ErrnoError")throw _;return-_.s}},__syscall_openat:function(e,t,n,i){hc=i;try{t=z(t),t=fc(e,t);var o=i?ic():0;return Xa(t,n,o).fd}catch(_){if(typeof ec>"u"||_.name!=="ErrnoError")throw _;return-_.s}},__syscall_rmdir:function(e){try{return e=z(e),Xb(e),0}catch(t){if(typeof ec>"u"||t.name!=="ErrnoError")throw t;return-t.s}},__syscall_unlinkat:function(e,t,n){try{if(t=z(t),t=fc(e,t),n===0){e=t;var i=Ya(e,{parent:!0}).node;if(!i)throw new A(44);var o=kb(e),_=zb(i,o),s=Pb(i,o,!1);if(s)throw new A(s);if(!i.h.unlink)throw new A(63);if(_.I)throw new A(10);i.h.unlink(i,o),Jb(_)}else n===512?Xb(t):ta("Invalid flags passed to unlinkat");return 0}catch(u){if(typeof ec>"u"||u.name!=="ErrnoError")throw u;return-u.s}},_emscripten_fetch_free:function(e){var t=sc[e];t&&(delete sc[e],0<t.readyState&&4>t.readyState&&t.abort())},_emscripten_throw_longjmp:function(){throw 1/0},abort:function(){ta("")},emscripten_asm_const_int:function(e,t,n){jc.length=0;var i;for(n>>=2;i=p[t++];)n+=i!=105&n,jc.push(i==105?q[n]:Ca[n++>>1]),++n;return bb[e].apply(null,jc)},emscripten_is_main_browser_thread:function(){return!ja},emscripten_log:function(e,t,n){t=nc(t,n),t=$a(t,0),e&24&&(t=t.replace(/\s+$/,""),t+=(0<t.length?`
48
- `:"")+rc(e)),e&1?e&4?console.error(t):e&2?console.warn(t):e&512?console.info(t):e&256?console.debug(t):console.log(t):e&6?ra(t):qa(t)},emscripten_memcpy_big:function(e,t,n){p.copyWithin(e,t,t+n)},emscripten_resize_heap:function(e){var t=p.length;if(e>>>=0,2147483648<e)return!1;for(var n=1;4>=n;n*=2){var i=t*(1+.2/n);i=Math.min(i,e+100663296);var o=Math,_=o.min;i=Math.max(e,i),i+=(65536-i%65536)%65536;e:{var s=ua.buffer;try{ua.grow(_.call(o,2147483648,i)-s.byteLength+65535>>>16),Da();var u=1;break e}catch{}u=void 0}if(u)return!0}return!1},emscripten_run_script:function(a){eval(z(a))},emscripten_start_fetch:function(e,t,n,i,o){function _(L){if(x)L();else if(!wa)try{if(L(),!noExitRuntime)try{xa=xa=L=xa,noExitRuntime||(c.onExit&&c.onExit(L),wa=!0),ha(L,new eb(L))}catch(X){yc(X)}}catch(X){yc(X)}}var s=e+112,u=z(s),b=r[s+36>>2],d=r[s+40>>2],y=r[s+44>>2],w=r[s+48>>2],v=r[s+52>>2],l=!!(v&4),g=!!(v&32),h=!!(v&16),x=!!(v&64),f=L=>{_(()=>{b?Dc(b)(L):t&&t(L)})},R=L=>{_(()=>{y?Dc(y)(L):i&&i(L)})},j=L=>{_(()=>{d?Dc(d)(L):n&&n(L)})},$=L=>{_(()=>{w?Dc(w)(L):o&&o(L)})};v=L=>{uc(L,f,j,R,$)};var k=(L,X)=>{zc(L,X.response,_e=>{_(()=>{b?Dc(b)(_e):t&&t(_e)})},_e=>{_(()=>{b?Dc(b)(_e):t&&t(_e)})})},N=L=>{uc(L,k,j,R,$)};if(u==="EM_IDB_STORE")u=r[s+84>>2],zc(e,p.slice(u,u+r[s+88>>2]),f,j);else if(u==="EM_IDB_DELETE")Bc(e,f,j);else if(h){if(g)return 0;uc(e,l?k:f,j,R,$)}else Ac(e,f,g?j:l?N:v);return e},emscripten_webgl_create_context:function(e,t){return t>>=2,t={alpha:!!q[t+0],depth:!!q[t+1],stencil:!!q[t+2],antialias:!!q[t+3],premultipliedAlpha:!!q[t+4],preserveDrawingBuffer:!!q[t+5],powerPreference:Yc[q[t+6]],failIfMajorPerformanceCaveat:!!q[t+7],za:q[t+8],sb:q[t+9],ua:q[t+10],Na:q[t+11],wb:q[t+12],xb:q[t+13]},e=2<e?z(e):e,e=Zc[e]||(typeof document<"u"?document.querySelector(e):void 0),!e||t.Na?0:Sc(e,t)},emscripten_webgl_destroy_context:function(e){if(C==e&&(C=0),C===Mc[e]&&(C=null),typeof Xc=="object"){for(var t=Mc[e].H.canvas,n=0;n<Wc.length;++n)if(Wc[n].target==t){var i=n--,o=Wc[i];o.target.removeEventListener(o.ob,o.nb,o.Ab),Wc.splice(i,1)}}Mc[e]&&Mc[e].H.canvas&&(Mc[e].H.canvas.Ja=void 0),Mc[e]=null},emscripten_webgl_make_context_current:function(e){return C=Mc[e],c.lb=D=C&&C.H,!e||D?0:-5},environ_get:function(e,t){var n=0;return ad().forEach(function(i,o){var _=t+n;for(o=r[e+4*o>>2]=_,_=0;_<i.length;++_)m[o++>>0]=i.charCodeAt(_);m[o>>0]=0,n+=i.length+1}),0},environ_sizes_get:function(e,t){var n=ad();r[e>>2]=n.length;var i=0;return n.forEach(function(o){i+=o.length+1}),r[t>>2]=i,0},fd_close:function(e){try{var t=gc(e);return ab(t),0}catch(n){if(typeof ec>"u"||n.name!=="ErrnoError")throw n;return n.s}},fd_read:function(e,t,n,i){try{e:{var o=gc(e);e=t;for(var _,s=t=0;s<n;s++){var u=r[e>>2],b=r[e+4>>2];e+=8;var d=Za(o,m,u,b,_);if(0>d){var y=-1;break e}if(t+=d,d<b)break;typeof _<"u"&&(_+=d)}y=t}return r[i>>2]=y,0}catch(w){if(typeof ec>"u"||w.name!=="ErrnoError")throw w;return w.s}},fd_seek:function(e,t,n,i,o){try{if(t=n+2097152>>>0<4194305-!!t?(t>>>0)+4294967296*n:NaN,isNaN(t))return 61;var _=gc(e);return Zb(_,t,i),Wa=[_.position>>>0,(Va=_.position,1<=+Math.abs(Va)?0<Va?(Math.min(+Math.floor(Va/4294967296),4294967295)|0)>>>0:~~+Math.ceil((Va-+(~~Va>>>0))/4294967296)>>>0:0)],q[o>>2]=Wa[0],q[o+4>>2]=Wa[1],_.fa&&t===0&&i===0&&(_.fa=null),0}catch(s){if(typeof ec>"u"||s.name!=="ErrnoError")throw s;return s.s}},fd_write:function(e,t,n,i){try{e:{var o=gc(e);e=t;for(var _,s=t=0;s<n;s++){var u=r[e>>2],b=r[e+4>>2];e+=8;var d=o,y=u,w=b,v=_,l=m;if(0>w||0>v)throw new A(28);if(d.fd===null)throw new A(8);if((d.flags&2097155)===0)throw new A(8);if((d.node.mode&61440)===16384)throw new A(31);if(!d.j.write)throw new A(28);d.seekable&&d.flags&1024&&Zb(d,0,2);var g=typeof v<"u";if(!g)v=d.position;else if(!d.seekable)throw new A(70);var h=d.j.write(d,l,y,w,v,void 0);g||(d.position+=h);var x=h;if(0>x){var f=-1;break e}t+=x,typeof _<"u"&&(_+=x)}f=t}return r[i>>2]=f,0}catch(R){if(typeof ec>"u"||R.name!=="ErrnoError")throw R;return R.s}},getentropy:function(e,t){return mb(p.subarray(e,e+t)),0},glAttachShader:function(e,t){D.attachShader(Jc[e],Kc[t])},glBindAttribLocation:function(e,t,n){D.bindAttribLocation(Jc[e],t,z(n))},glBindBuffer:function(e,t){e==34962?D.R=t:e==34963&&(D.M=t),e==35051?D.ra=t:e==35052&&(D.sa=t),D.bindBuffer(e,Ic[t])},glBindVertexArray:function(e){D.bindVertexArray(Lc[e]),e=D.getParameter(34965),D.M=e?e.name|0:0},glBufferData:function(e,t,n,i){2<=C.version?n&&t?D.bufferData(e,p,i,n,t):D.bufferData(e,t,i):D.bufferData(e,n?p.subarray(n,n+t):t,i)},glClear:function(e){D.clear(e)},glClearColor:function(e,t,n,i){D.clearColor(e,t,n,i)},glCompileShader:function(e){D.compileShader(Kc[e])},glCreateProgram:function(){var e=Qc(Jc),t=D.createProgram();return t.name=e,t.U=t.S=t.T=0,t.oa=1,Jc[e]=t,e},glCreateShader:function(e){var t=Qc(Kc);return Kc[t]=D.createShader(e),t},glDeleteBuffers:function(e,t){for(var n=0;n<e;n++){var i=q[t+4*n>>2],o=Ic[i];o&&(D.deleteBuffer(o),o.name=0,Ic[i]=null,i==D.R&&(D.R=0),i==D.M&&(D.M=0),i==D.ra&&(D.ra=0),i==D.sa&&(D.sa=0))}},glDeleteProgram:function(e){if(e){var t=Jc[e];t?(D.deleteProgram(t),t.name=0,Jc[e]=null):Oc(1281)}},glDeleteShader:function(e){if(e){var t=Kc[e];t?(D.deleteShader(t),Kc[e]=null):Oc(1281)}},glDeleteVertexArrays:function(e,t){for(var n=0;n<e;n++){var i=q[t+4*n>>2];D.deleteVertexArray(Lc[i]),Lc[i]=null}},glDisable:function(e){D.disable(e)},glDrawElements:function(e,t,n,i){if(!D.M){var o=1*Nc[n-5120]*t,_=Rc(o),s=C.L[_];s?_=s:(s=D.getParameter(34965),C.L[_]=D.createBuffer(),D.bindBuffer(34963,C.L[_]),D.bufferData(34963,1<<_,35048),D.bindBuffer(34963,s),_=C.L[_]),D.bindBuffer(34963,_),D.bufferSubData(34963,0,p.subarray(i,i+o)),i=0}for(Vc=!1,o=0;o<C.Aa;++o)if(_=C.P[o],_.$&&_.enabled){Vc=!0,s=_.la,s=0<s?t*s:_.size*Nc[_.type-5120]*t;var u=Rc(s),b=C.X[u],d=C.N[u];C.N[u]=C.N[u]+1&63;var y=b[d];y?u=y:(y=D.getParameter(34964),b[d]=D.createBuffer(),D.bindBuffer(34962,b[d]),D.bufferData(34962,1<<u,35048),D.bindBuffer(34962,y),u=b[d]),D.bindBuffer(34962,u),D.bufferSubData(34962,0,p.subarray(_.g,_.g+s)),_.Ia.call(D,o,_.size,_.type,_.Ea,_.la,0)}D.drawElements(e,t,n,i),Vc&&D.bindBuffer(34962,Ic[D.R]),D.M||D.bindBuffer(34963,null)},glDrawElementsInstanced:function(e,t,n,i,o){D.drawElementsInstanced(e,t,n,i,o)},glEnable:function(e){D.enable(e)},glEnableVertexAttribArray:function(e){C.P[e].enabled=!0,D.enableVertexAttribArray(e)},glGenBuffers:function(e,t){cd(e,t,"createBuffer",Ic)},glGenVertexArrays:function(e,t){cd(e,t,"createVertexArray",Lc)},glGetActiveAttrib:function(e,t,n,i,o,_,s){dd("getActiveAttrib",e,t,n,i,o,_,s)},glGetActiveUniform:function(e,t,n,i,o,_,s){dd("getActiveUniform",e,t,n,i,o,_,s)},glGetAttribLocation:function(e,t){return D.getAttribLocation(Jc[e],z(t))},glGetBooleanv:function(e,t){ed(e,t)},glGetError:function(){var e=D.getError()||Pc;return Pc=0,e},glGetProgramInfoLog:function(e,t,n,i){e=D.getProgramInfoLog(Jc[e]),e===null&&(e="(unknown error)"),t=0<t&&i?ob(e,p,i,t):0,n&&(q[n>>2]=t)},glGetProgramiv:function(e,t,n){if(n)if(e>=Hc)Oc(1281);else if(e=Jc[e],t==35716)e=D.getProgramInfoLog(e),e===null&&(e="(unknown error)"),q[n>>2]=e.length+1;else if(t==35719){if(!e.U)for(t=0;t<D.getProgramParameter(e,35718);++t)e.U=Math.max(e.U,D.getActiveUniform(e,t).name.length+1);q[n>>2]=e.U}else if(t==35722){if(!e.S)for(t=0;t<D.getProgramParameter(e,35721);++t)e.S=Math.max(e.S,D.getActiveAttrib(e,t).name.length+1);q[n>>2]=e.S}else if(t==35381){if(!e.T)for(t=0;t<D.getProgramParameter(e,35382);++t)e.T=Math.max(e.T,D.getActiveUniformBlockName(e,t).length+1);q[n>>2]=e.T}else q[n>>2]=D.getProgramParameter(e,t);else Oc(1281)},glGetShaderInfoLog:function(e,t,n,i){e=D.getShaderInfoLog(Kc[e]),e===null&&(e="(unknown error)"),t=0<t&&i?ob(e,p,i,t):0,n&&(q[n>>2]=t)},glGetShaderiv:function(e,t,n){n?t==35716?(e=D.getShaderInfoLog(Kc[e]),e===null&&(e="(unknown error)"),q[n>>2]=e?e.length+1:0):t==35720?(e=D.getShaderSource(Kc[e]),q[n>>2]=e?e.length+1:0):q[n>>2]=D.getShaderParameter(Kc[e],t):Oc(1281)},glGetUniformLocation:function(e,t){if(t=z(t),e=Jc[e]){var n=e,i=n.O,o=n.Ha,_;if(!i)for(n.O=i={},n.Ga={},_=0;_<D.getProgramParameter(n,35718);++_){var s=D.getActiveUniform(n,_),u=s.name;s=s.size;var b=fd(u);b=0<b?u.slice(0,b):u;var d=n.oa;for(n.oa+=s,o[b]=[s,d],u=0;u<s;++u)i[d]=u,n.Ga[d++]=b}if(n=e.O,i=0,o=t,_=fd(t),0<_&&(i=parseInt(t.slice(_+1))>>>0,o=t.slice(0,_)),(o=e.Ha[o])&&i<o[0]&&(i+=o[1],n[i]=n[i]||D.getUniformLocation(e,t)))return i}else Oc(1281);return-1},glLineWidth:function(e){D.lineWidth(e)},glLinkProgram:function(e){e=Jc[e],D.linkProgram(e),e.O=0,e.Ha={}},glShaderSource:function(e,t,n,i){for(var o="",_=0;_<t;++_){var s=i?q[i+4*_>>2]:-1;o+=z(q[n+4*_>>2],0>s?void 0:s)}D.shaderSource(Kc[e],o)},glUniform1i:function(e,t){D.uniform1i(gd(e),t)},glUniform4f:function(e,t,n,i,o){D.uniform4f(gd(e),t,n,i,o)},glUniform4fv:function(e,t,n){if(2<=C.version)t&&D.uniform4fv(gd(e),Ba,n>>2,4*t);else{if(72>=t){var i=hd[4*t-1],o=Ba;n>>=2;for(var _=0;_<4*t;_+=4){var s=n+_;i[_]=o[s],i[_+1]=o[s+1],i[_+2]=o[s+2],i[_+3]=o[s+3]}}else i=Ba.subarray(n>>2,n+16*t>>2);D.uniform4fv(gd(e),i)}},glUniformMatrix4fv:function(e,t,n,i){if(2<=C.version)t&&D.uniformMatrix4fv(gd(e),!!n,Ba,i>>2,16*t);else{if(18>=t){var o=hd[16*t-1],_=Ba;i>>=2;for(var s=0;s<16*t;s+=16){var u=i+s;o[s]=_[u],o[s+1]=_[u+1],o[s+2]=_[u+2],o[s+3]=_[u+3],o[s+4]=_[u+4],o[s+5]=_[u+5],o[s+6]=_[u+6],o[s+7]=_[u+7],o[s+8]=_[u+8],o[s+9]=_[u+9],o[s+10]=_[u+10],o[s+11]=_[u+11],o[s+12]=_[u+12],o[s+13]=_[u+13],o[s+14]=_[u+14],o[s+15]=_[u+15]}}else o=Ba.subarray(i>>2,i+64*t>>2);D.uniformMatrix4fv(gd(e),!!n,o)}},glUseProgram:function(e){e=Jc[e],D.useProgram(e),D.Ma=e},glValidateProgram:function(e){D.validateProgram(Jc[e])},glVertexAttribDivisor:function(e,t){D.vertexAttribDivisor(e,t)},glVertexAttribPointer:function(e,t,n,i,o,_){var s=C.P[e];D.R?(s.$=!1,D.vertexAttribPointer(e,t,n,!!i,o,_)):(s.size=t,s.type=n,s.Ea=i,s.la=o,s.g=_,s.$=!0,s.Ia=function(u,b,d,y,w,v){this.vertexAttribPointer(u,b,d,y,w,v)})},invoke_ii:qd,invoke_iiii:rd,invoke_vi:sd,invoke_vii:td,strftime_l:function(e,t,n,i){return md(e,t,n,i)}};(function(){function e(n){return n=n.exports,c.asm=n,ua=c.asm.memory,Da(),Ea=c.asm.__indirect_function_table,Ga.unshift(c.asm.__wasm_call_ctors),Na(),n}var t={env:ud,wasi_snapshot_preview1:ud};if(Ma(),c.instantiateWasm)try{return c.instantiateWasm(t,e)}catch(n){ra("Module.instantiateWasm callback failed with error: "+n),da(n)}return Ua(t,function(n){e(n.instance)}).catch(da),{}})();var vd=c._emscripten_bind_MdRxObject_getObjectName_0=function(){return(vd=c._emscripten_bind_MdRxObject_getObjectName_0=c.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},wd=c._emscripten_bind_MdRxObject_getDxf0_0=function(){return(wd=c._emscripten_bind_MdRxObject_getDxf0_0=c.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},xd=c._emscripten_bind_MdRxObject_getJson_0=function(){return(xd=c._emscripten_bind_MdRxObject_getJson_0=c.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,arguments)},yd=c._emscripten_bind_MdRxObject_setJson_1=function(){return(yd=c._emscripten_bind_MdRxObject_setJson_1=c.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},zd=c._emscripten_bind_MdDbObject_getObjectID_0=function(){return(zd=c._emscripten_bind_MdDbObject_getObjectID_0=c.asm.emscripten_bind_MdDbObject_getObjectID_0).apply(null,arguments)},Ad=c._emscripten_bind_MdDbObject_Erase_0=function(){return(Ad=c._emscripten_bind_MdDbObject_Erase_0=c.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,arguments)},Bd=c._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(Bd=c._emscripten_bind_MdDbObject_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},Cd=c._emscripten_bind_MdDbObject_Clone_0=function(){return(Cd=c._emscripten_bind_MdDbObject_Clone_0=c.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},Dd=c._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(Dd=c._emscripten_bind_MdDbObject_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,arguments)},Ed=c._emscripten_bind_MdDbObject_getObjectName_0=function(){return(Ed=c._emscripten_bind_MdDbObject_getObjectName_0=c.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},Fd=c._emscripten_bind_MdDbObject_getDxf0_0=function(){return(Fd=c._emscripten_bind_MdDbObject_getDxf0_0=c.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,arguments)},Gd=c._emscripten_bind_MdDbObject_getJson_0=function(){return(Gd=c._emscripten_bind_MdDbObject_getJson_0=c.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,arguments)},Hd=c._emscripten_bind_MdDbObject_setJson_1=function(){return(Hd=c._emscripten_bind_MdDbObject_setJson_1=c.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Id=c._emscripten_bind_MdDbEntity_getObjectID_0=function(){return(Id=c._emscripten_bind_MdDbEntity_getObjectID_0=c.asm.emscripten_bind_MdDbEntity_getObjectID_0).apply(null,arguments)},Jd=c._emscripten_bind_MdDbEntity_Erase_0=function(){return(Jd=c._emscripten_bind_MdDbEntity_Erase_0=c.asm.emscripten_bind_MdDbEntity_Erase_0).apply(null,arguments)},Kd=c._emscripten_bind_MdDbEntity_ConnectionTempObject_1=function(){return(Kd=c._emscripten_bind_MdDbEntity_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbEntity_ConnectionTempObject_1).apply(null,arguments)},Ld=c._emscripten_bind_MdDbEntity_Clone_0=function(){return(Ld=c._emscripten_bind_MdDbEntity_Clone_0=c.asm.emscripten_bind_MdDbEntity_Clone_0).apply(null,arguments)},Md=c._emscripten_bind_MdDbEntity_moveGripPointsAt_4=function(){return(Md=c._emscripten_bind_MdDbEntity_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbEntity_moveGripPointsAt_4).apply(null,arguments)},Nd=c._emscripten_bind_MdDbEntity_getObjectName_0=function(){return(Nd=c._emscripten_bind_MdDbEntity_getObjectName_0=c.asm.emscripten_bind_MdDbEntity_getObjectName_0).apply(null,arguments)},Od=c._emscripten_bind_MdDbEntity_getDxf0_0=function(){return(Od=c._emscripten_bind_MdDbEntity_getDxf0_0=c.asm.emscripten_bind_MdDbEntity_getDxf0_0).apply(null,arguments)},Pd=c._emscripten_bind_MdDbEntity_getJson_0=function(){return(Pd=c._emscripten_bind_MdDbEntity_getJson_0=c.asm.emscripten_bind_MdDbEntity_getJson_0).apply(null,arguments)},Qd=c._emscripten_bind_MdDbEntity_setJson_1=function(){return(Qd=c._emscripten_bind_MdDbEntity_setJson_1=c.asm.emscripten_bind_MdDbEntity_setJson_1).apply(null,arguments)},Rd=c._emscripten_bind_MdDbCurve_getStartParam_0=function(){return(Rd=c._emscripten_bind_MdDbCurve_getStartParam_0=c.asm.emscripten_bind_MdDbCurve_getStartParam_0).apply(null,arguments)},Sd=c._emscripten_bind_MdDbCurve_getEndParam_0=function(){return(Sd=c._emscripten_bind_MdDbCurve_getEndParam_0=c.asm.emscripten_bind_MdDbCurve_getEndParam_0).apply(null,arguments)},Td=c._emscripten_bind_MdDbCurve_getDistAtParam_1=function(){return(Td=c._emscripten_bind_MdDbCurve_getDistAtParam_1=c.asm.emscripten_bind_MdDbCurve_getDistAtParam_1).apply(null,arguments)},Ud=c._emscripten_bind_MdDbCurve_getParamAtDist_1=function(){return(Ud=c._emscripten_bind_MdDbCurve_getParamAtDist_1=c.asm.emscripten_bind_MdDbCurve_getParamAtDist_1).apply(null,arguments)},Vd=c._emscripten_bind_MdDbCurve_getDistAtPoint_1=function(){return(Vd=c._emscripten_bind_MdDbCurve_getDistAtPoint_1=c.asm.emscripten_bind_MdDbCurve_getDistAtPoint_1).apply(null,arguments)},Wd=c._emscripten_bind_MdDbCurve_getPointAtDist_1=function(){return(Wd=c._emscripten_bind_MdDbCurve_getPointAtDist_1=c.asm.emscripten_bind_MdDbCurve_getPointAtDist_1).apply(null,arguments)},Xd=c._emscripten_bind_MdDbCurve_getObjectID_0=function(){return(Xd=c._emscripten_bind_MdDbCurve_getObjectID_0=c.asm.emscripten_bind_MdDbCurve_getObjectID_0).apply(null,arguments)},Yd=c._emscripten_bind_MdDbCurve_Erase_0=function(){return(Yd=c._emscripten_bind_MdDbCurve_Erase_0=c.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,arguments)},Zd=c._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(Zd=c._emscripten_bind_MdDbCurve_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},$d=c._emscripten_bind_MdDbCurve_Clone_0=function(){return($d=c._emscripten_bind_MdDbCurve_Clone_0=c.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,arguments)},ae=c._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(ae=c._emscripten_bind_MdDbCurve_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},be=c._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(be=c._emscripten_bind_MdDbCurve_getObjectName_0=c.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},ce=c._emscripten_bind_MdDbCurve_getDxf0_0=function(){return(ce=c._emscripten_bind_MdDbCurve_getDxf0_0=c.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,arguments)},de=c._emscripten_bind_MdDbCurve_getJson_0=function(){return(de=c._emscripten_bind_MdDbCurve_getJson_0=c.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},ee=c._emscripten_bind_MdDbCurve_setJson_1=function(){return(ee=c._emscripten_bind_MdDbCurve_setJson_1=c.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},fe=c._emscripten_bind_VoidPtr___destroy___0=function(){return(fe=c._emscripten_bind_VoidPtr___destroy___0=c.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,arguments)},ge=c._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(ge=c._emscripten_bind_MdCmColor_MdCmColor_0=c.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},he=c._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(he=c._emscripten_bind_MdCmColor_setColorIndex_1=c.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,arguments)},ie=c._emscripten_bind_MdCmColor_setRGB_3=function(){return(ie=c._emscripten_bind_MdCmColor_setRGB_3=c.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,arguments)},je=c._emscripten_bind_MdCmColor_get_red_0=function(){return(je=c._emscripten_bind_MdCmColor_get_red_0=c.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},ke=c._emscripten_bind_MdCmColor_set_red_1=function(){return(ke=c._emscripten_bind_MdCmColor_set_red_1=c.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,arguments)},le=c._emscripten_bind_MdCmColor_get_green_0=function(){return(le=c._emscripten_bind_MdCmColor_get_green_0=c.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,arguments)},me=c._emscripten_bind_MdCmColor_set_green_1=function(){return(me=c._emscripten_bind_MdCmColor_set_green_1=c.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},ne=c._emscripten_bind_MdCmColor_get_blue_0=function(){return(ne=c._emscripten_bind_MdCmColor_get_blue_0=c.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,arguments)},oe=c._emscripten_bind_MdCmColor_set_blue_1=function(){return(oe=c._emscripten_bind_MdCmColor_set_blue_1=c.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,arguments)},pe=c._emscripten_bind_MdCmColor_get_method_0=function(){return(pe=c._emscripten_bind_MdCmColor_get_method_0=c.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},qe=c._emscripten_bind_MdCmColor_set_method_1=function(){return(qe=c._emscripten_bind_MdCmColor_set_method_1=c.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,arguments)},re=c._emscripten_bind_MdCmColor_get_n_0=function(){return(re=c._emscripten_bind_MdCmColor_get_n_0=c.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,arguments)},se=c._emscripten_bind_MdCmColor_set_n_1=function(){return(se=c._emscripten_bind_MdCmColor_set_n_1=c.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},te=c._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(te=c._emscripten_bind_MdCmColor_get_colorIndex_0=c.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,arguments)},ue=c._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(ue=c._emscripten_bind_MdCmColor_set_colorIndex_1=c.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,arguments)},ve=c._emscripten_bind_MdCmColor___destroy___0=function(){return(ve=c._emscripten_bind_MdCmColor___destroy___0=c.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},we=c._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return(we=c._emscripten_bind_MdGePoint3d_MdGePoint3d_0=c.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,arguments)},xe=c._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(xe=c._emscripten_bind_MdGePoint3d_MdGePoint3d_3=c.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,arguments)},ye=c._emscripten_bind_MdGePoint3d_get_x_0=function(){return(ye=c._emscripten_bind_MdGePoint3d_get_x_0=c.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},ze=c._emscripten_bind_MdGePoint3d_set_x_1=function(){return(ze=c._emscripten_bind_MdGePoint3d_set_x_1=c.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,arguments)},Ae=c._emscripten_bind_MdGePoint3d_get_y_0=function(){return(Ae=c._emscripten_bind_MdGePoint3d_get_y_0=c.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,arguments)},Be=c._emscripten_bind_MdGePoint3d_set_y_1=function(){return(Be=c._emscripten_bind_MdGePoint3d_set_y_1=c.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},Ce=c._emscripten_bind_MdGePoint3d_get_z_0=function(){return(Ce=c._emscripten_bind_MdGePoint3d_get_z_0=c.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,arguments)},De=c._emscripten_bind_MdGePoint3d_set_z_1=function(){return(De=c._emscripten_bind_MdGePoint3d_set_z_1=c.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,arguments)},Ee=c._emscripten_bind_MdGePoint3d___destroy___0=function(){return(Ee=c._emscripten_bind_MdGePoint3d___destroy___0=c.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},Fe=c._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(Fe=c._emscripten_bind_MdGeVector3d_MdGeVector3d_0=c.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},Ge=c._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(Ge=c._emscripten_bind_MdGeVector3d_MdGeVector3d_3=c.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},He=c._emscripten_bind_MdGeVector3d_get_x_0=function(){return(He=c._emscripten_bind_MdGeVector3d_get_x_0=c.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},Ie=c._emscripten_bind_MdGeVector3d_set_x_1=function(){return(Ie=c._emscripten_bind_MdGeVector3d_set_x_1=c.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,arguments)},Je=c._emscripten_bind_MdGeVector3d_get_y_0=function(){return(Je=c._emscripten_bind_MdGeVector3d_get_y_0=c.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},Ke=c._emscripten_bind_MdGeVector3d_set_y_1=function(){return(Ke=c._emscripten_bind_MdGeVector3d_set_y_1=c.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},Le=c._emscripten_bind_MdGeVector3d_get_z_0=function(){return(Le=c._emscripten_bind_MdGeVector3d_get_z_0=c.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,arguments)},Me=c._emscripten_bind_MdGeVector3d_set_z_1=function(){return(Me=c._emscripten_bind_MdGeVector3d_set_z_1=c.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},Ne=c._emscripten_bind_MdGeVector3d___destroy___0=function(){return(Ne=c._emscripten_bind_MdGeVector3d___destroy___0=c.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},Oe=c._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Oe=c._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=c.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,arguments)},Pe=c._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Pe=c._emscripten_bind_MdGeMatrix3d_setToIdentity_0=c.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Qe=c._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Qe=c._emscripten_bind_MdGeMatrix3d_preMultBy_1=c.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},Re=c._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Re=c._emscripten_bind_MdGeMatrix3d_postMultBy_1=c.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Se=c._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(Se=c._emscripten_bind_MdGeMatrix3d_setToProduct_2=c.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Te=c._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Te=c._emscripten_bind_MdGeMatrix3d_invert_0=c.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},Ue=c._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Ue=c._emscripten_bind_MdGeMatrix3d_isSingular_0=c.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},Ve=c._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Ve=c._emscripten_bind_MdGeMatrix3d_transposeIt_0=c.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},We=c._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(We=c._emscripten_bind_MdGeMatrix3d_isEqualTo_1=c.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Xe=c._emscripten_bind_MdGeMatrix3d_det_0=function(){return(Xe=c._emscripten_bind_MdGeMatrix3d_det_0=c.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Ye=c._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Ye=c._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=c.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Ze=c._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Ze=c._emscripten_bind_MdGeMatrix3d_setToTranslation_1=c.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,arguments)},$e=c._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return($e=c._emscripten_bind_MdGeMatrix3d_setToRotation_3=c.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},af=c._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(af=c._emscripten_bind_MdGeMatrix3d_setToScaling_2=c.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},bf=c._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(bf=c._emscripten_bind_MdGeMatrix3d_scale_0=c.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},cf=c._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(cf=c._emscripten_bind_MdGeMatrix3d_getData_2=c.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},df=c._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(df=c._emscripten_bind_MdGeMatrix3d___destroy___0=c.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},ef=c._emscripten_bind_MdDbLayerTable_getObjectID_0=function(){return(ef=c._emscripten_bind_MdDbLayerTable_getObjectID_0=c.asm.emscripten_bind_MdDbLayerTable_getObjectID_0).apply(null,arguments)},ff=c._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(ff=c._emscripten_bind_MdDbLayerTable_Erase_0=c.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},gf=c._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(gf=c._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},hf=c._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(hf=c._emscripten_bind_MdDbLayerTable_Clone_0=c.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},jf=c._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(jf=c._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},kf=c._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(kf=c._emscripten_bind_MdDbLayerTable_getObjectName_0=c.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},lf=c._emscripten_bind_MdDbLayerTable_getDxf0_0=function(){return(lf=c._emscripten_bind_MdDbLayerTable_getDxf0_0=c.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},mf=c._emscripten_bind_MdDbLayerTable_getJson_0=function(){return(mf=c._emscripten_bind_MdDbLayerTable_getJson_0=c.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},nf=c._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(nf=c._emscripten_bind_MdDbLayerTable_setJson_1=c.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},of=c._emscripten_bind_MdDbLinetypeTable_getObjectID_0=function(){return(of=c._emscripten_bind_MdDbLinetypeTable_getObjectID_0=c.asm.emscripten_bind_MdDbLinetypeTable_getObjectID_0).apply(null,arguments)},pf=c._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(pf=c._emscripten_bind_MdDbLinetypeTable_Erase_0=c.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},qf=c._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(qf=c._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},rf=c._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(rf=c._emscripten_bind_MdDbLinetypeTable_Clone_0=c.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},sf=c._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(sf=c._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},tf=c._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(tf=c._emscripten_bind_MdDbLinetypeTable_getObjectName_0=c.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},uf=c._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(uf=c._emscripten_bind_MdDbLinetypeTable_getDxf0_0=c.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},vf=c._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(vf=c._emscripten_bind_MdDbLinetypeTable_getJson_0=c.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},wf=c._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(wf=c._emscripten_bind_MdDbLinetypeTable_setJson_1=c.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},xf=c._emscripten_bind_MdDbTextStyleTable_getObjectID_0=function(){return(xf=c._emscripten_bind_MdDbTextStyleTable_getObjectID_0=c.asm.emscripten_bind_MdDbTextStyleTable_getObjectID_0).apply(null,arguments)},yf=c._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(yf=c._emscripten_bind_MdDbTextStyleTable_Erase_0=c.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},zf=c._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(zf=c._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Af=c._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Af=c._emscripten_bind_MdDbTextStyleTable_Clone_0=c.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Bf=c._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(Bf=c._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},Cf=c._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Cf=c._emscripten_bind_MdDbTextStyleTable_getObjectName_0=c.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},Df=c._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(Df=c._emscripten_bind_MdDbTextStyleTable_getDxf0_0=c.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,arguments)},Ef=c._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(Ef=c._emscripten_bind_MdDbTextStyleTable_getJson_0=c.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},Ff=c._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(Ff=c._emscripten_bind_MdDbTextStyleTable_setJson_1=c.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},Gf=c._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(Gf=c._emscripten_bind_MdDbDatabase_GetLayerTable_0=c.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},Hf=c._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(Hf=c._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=c.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},If=c._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return(If=c._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=c.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},Jf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(Jf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,arguments)},Kf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(Kf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},Lf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=function(){return(Lf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},Mf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=function(){return(Mf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},Nf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(Nf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},Of=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(Of=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},Pf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(Pf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,arguments)},Qf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(Qf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,arguments)},Rf=c._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(Rf=c._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},Sf=c._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(Sf=c._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},Tf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=function(){return(Tf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},Uf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(Uf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},Vf=c._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(Vf=c._emscripten_bind_MdDbDatabase_getObjectName_0=c.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},Wf=c._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(Wf=c._emscripten_bind_MdDbDatabase_getDxf0_0=c.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},Xf=c._emscripten_bind_MdDbDatabase_getJson_0=function(){return(Xf=c._emscripten_bind_MdDbDatabase_getJson_0=c.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},Yf=c._emscripten_bind_MdDbDatabase_setJson_1=function(){return(Yf=c._emscripten_bind_MdDbDatabase_setJson_1=c.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},Zf=c._emscripten_bind_McObject_updateDisplay_2=function(){return(Zf=c._emscripten_bind_McObject_updateDisplay_2=c.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},$f=c._emscripten_bind_McObject_test_0=function(){return($f=c._emscripten_bind_McObject_test_0=c.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},ag=c._emscripten_bind_McObject_openWebFile_1=function(){return(ag=c._emscripten_bind_McObject_openWebFile_1=c.asm.emscripten_bind_McObject_openWebFile_1).apply(null,arguments)},bg=c._emscripten_bind_McObject_saveFileToUrl_1=function(){return(bg=c._emscripten_bind_McObject_saveFileToUrl_1=c.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},cg=c._emscripten_bind_McObject_saveFile_1=function(){return(cg=c._emscripten_bind_McObject_saveFile_1=c.asm.emscripten_bind_McObject_saveFile_1).apply(null,arguments)},dg=c._emscripten_bind_McObject_getViewDataJsonParam_0=function(){return(dg=c._emscripten_bind_McObject_getViewDataJsonParam_0=c.asm.emscripten_bind_McObject_getViewDataJsonParam_0).apply(null,arguments)},eg=c._emscripten_bind_McObject_updataAppData_0=function(){return(eg=c._emscripten_bind_McObject_updataAppData_0=c.asm.emscripten_bind_McObject_updataAppData_0).apply(null,arguments)},fg=c._emscripten_bind_McObject_GetDatabase_0=function(){return(fg=c._emscripten_bind_McObject_GetDatabase_0=c.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},gg=c._emscripten_bind_McObject_GetSysVarString_1=function(){return(gg=c._emscripten_bind_McObject_GetSysVarString_1=c.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},hg=c._emscripten_bind_McObject_SetSysVarString_2=function(){return(hg=c._emscripten_bind_McObject_SetSysVarString_2=c.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},ig=c._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(ig=c._emscripten_bind_McObject_GetSysVarDouble_1=c.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},jg=c._emscripten_bind_McObject_SetSysVarDouble_2=function(){return(jg=c._emscripten_bind_McObject_SetSysVarDouble_2=c.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},kg=c._emscripten_bind_McObject_GetSysVarLong_1=function(){return(kg=c._emscripten_bind_McObject_GetSysVarLong_1=c.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},lg=c._emscripten_bind_McObject_SetSysVarLong_2=function(){return(lg=c._emscripten_bind_McObject_SetSysVarLong_2=c.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},mg=c._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(mg=c._emscripten_bind_McObject_fireEventWindowSize_2=c.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},ng=c._emscripten_bind_McObject_fireEventCommandStart_0=function(){return(ng=c._emscripten_bind_McObject_fireEventCommandStart_0=c.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,arguments)},og=c._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(og=c._emscripten_bind_McObject_IntelliSelect_PointSelect_2=c.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},pg=c._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(pg=c._emscripten_bind_McObject_IntelliSelect_getGridData_1=c.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,arguments)},qg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(qg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,arguments)},rg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(rg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},sg=c._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(sg=c._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,arguments)},tg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(tg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},ug=c._emscripten_bind_McObject_SetDrawColor_1=function(){return(ug=c._emscripten_bind_McObject_SetDrawColor_1=c.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},vg=c._emscripten_bind_McObject_GetDrawColor_0=function(){return(vg=c._emscripten_bind_McObject_GetDrawColor_0=c.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},wg=c._emscripten_bind_McObject_AddLayer_1=function(){return(wg=c._emscripten_bind_McObject_AddLayer_1=c.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},xg=c._emscripten_bind_McObject_SetDrawLayer_1=function(){return(xg=c._emscripten_bind_McObject_SetDrawLayer_1=c.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},yg=c._emscripten_bind_McObject_GetDrawLayer_0=function(){return(yg=c._emscripten_bind_McObject_GetDrawLayer_0=c.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},zg=c._emscripten_bind_McObject_AddTextStyle_4=function(){return(zg=c._emscripten_bind_McObject_AddTextStyle_4=c.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Ag=c._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Ag=c._emscripten_bind_McObject_SetDrawTextStyle_1=c.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},Bg=c._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Bg=c._emscripten_bind_McObject_GetDrawTextStyle_0=c.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Cg=c._emscripten_bind_McObject_AddLinetype_2=function(){return(Cg=c._emscripten_bind_McObject_AddLinetype_2=c.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Dg=c._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Dg=c._emscripten_bind_McObject_AddLinetypeEx_3=c.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,arguments)},Eg=c._emscripten_bind_McObject_AddDimStyle_5=function(){return(Eg=c._emscripten_bind_McObject_AddDimStyle_5=c.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Fg=c._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Fg=c._emscripten_bind_McObject_SetDrawLinetype_1=c.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},Gg=c._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Gg=c._emscripten_bind_McObject_GetDrawLinetype_0=c.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,arguments)},Hg=c._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(Hg=c._emscripten_bind_McObject_SetDrawLineWeight_1=c.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},Ig=c._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(Ig=c._emscripten_bind_McObject_GetDrawLineWeight_0=c.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},Jg=c._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(Jg=c._emscripten_bind_McObject_SetDrawLineTypeScale_1=c.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},Kg=c._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(Kg=c._emscripten_bind_McObject_GetDrawLineTypeScale_0=c.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},Lg=c._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(Lg=c._emscripten_bind_McObject_SetDrawDimStyle_1=c.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},Mg=c._emscripten_bind_McObject_GetDrawDimStyle_0=function(){return(Mg=c._emscripten_bind_McObject_GetDrawDimStyle_0=c.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},Ng=c._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(Ng=c._emscripten_bind_McObject_SetPatternDefinition_1=c.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},Og=c._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(Og=c._emscripten_bind_McObject_GetPatternDefinition_0=c.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,arguments)},Pg=c._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(Pg=c._emscripten_bind_McObject_SetDrawLineWidth_1=c.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},Qg=c._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(Qg=c._emscripten_bind_McObject_GetDrawLineWidth_0=c.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},Rg=c._emscripten_bind_McObject_DrawLine_6=function(){return(Rg=c._emscripten_bind_McObject_DrawLine_6=c.asm.emscripten_bind_McObject_DrawLine_6).apply(null,arguments)},Sg=c._emscripten_bind_McObject_DrawArc_5=function(){return(Sg=c._emscripten_bind_McObject_DrawArc_5=c.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},Tg=c._emscripten_bind_McObject_DrawArc2_6=function(){return(Tg=c._emscripten_bind_McObject_DrawArc2_6=c.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},Ug=c._emscripten_bind_McObject_DrawCircle_3=function(){return(Ug=c._emscripten_bind_McObject_DrawCircle_3=c.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,arguments)},Vg=c._emscripten_bind_McObject_DrawEllipse_5=function(){return(Vg=c._emscripten_bind_McObject_DrawEllipse_5=c.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},Wg=c._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(Wg=c._emscripten_bind_McObject_DrawEllipseArc_7=c.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},Xg=c._emscripten_bind_McObject_DrawPoint_2=function(){return(Xg=c._emscripten_bind_McObject_DrawPoint_2=c.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,arguments)},Yg=c._emscripten_bind_McObject_DrawSolid_8=function(){return(Yg=c._emscripten_bind_McObject_DrawSolid_8=c.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},Zg=c._emscripten_bind_McObject_DrawMText_7=function(){return(Zg=c._emscripten_bind_McObject_DrawMText_7=c.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},$g=c._emscripten_bind_McObject_DrawText_7=function(){return($g=c._emscripten_bind_McObject_DrawText_7=c.asm.emscripten_bind_McObject_DrawText_7).apply(null,arguments)},ah=c._emscripten_bind_McObject_DrawBlockReference_5=function(){return(ah=c._emscripten_bind_McObject_DrawBlockReference_5=c.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},bh=c._emscripten_bind_McObject_DrawDimAligned_6=function(){return(bh=c._emscripten_bind_McObject_DrawDimAligned_6=c.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},ch=c._emscripten_bind_McObject_DrawDimAngular_8=function(){return(ch=c._emscripten_bind_McObject_DrawDimAngular_8=c.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},dh=c._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(dh=c._emscripten_bind_McObject_DrawDimDiametric_5=c.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},eh=c._emscripten_bind_McObject_DrawDimRotated_7=function(){return(eh=c._emscripten_bind_McObject_DrawDimRotated_7=c.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},fh=c._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(fh=c._emscripten_bind_McObject_DrawDimOrdinate_5=c.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},gh=c._emscripten_bind_McObject_DrawDimRadial_5=function(){return(gh=c._emscripten_bind_McObject_DrawDimRadial_5=c.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},hh=c._emscripten_bind_McObject_PathMoveTo_2=function(){return(hh=c._emscripten_bind_McObject_PathMoveTo_2=c.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},ih=c._emscripten_bind_McObject_PathMoveToEx_5=function(){return(ih=c._emscripten_bind_McObject_PathMoveToEx_5=c.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},jh=c._emscripten_bind_McObject_PathLineTo_2=function(){return(jh=c._emscripten_bind_McObject_PathLineTo_2=c.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},kh=c._emscripten_bind_McObject_PathLineToEx_5=function(){return(kh=c._emscripten_bind_McObject_PathLineToEx_5=c.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},lh=c._emscripten_bind_McObject_DrawPathToPolyline_0=function(){return(lh=c._emscripten_bind_McObject_DrawPathToPolyline_0=c.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},mh=c._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(mh=c._emscripten_bind_McObject_DrawPathToSpline_0=c.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},nh=c._emscripten_bind_McObject_PathMakeClosed_0=function(){return(nh=c._emscripten_bind_McObject_PathMakeClosed_0=c.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,arguments)},oh=c._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(oh=c._emscripten_bind_McObject_DrawPathToHatch_1=c.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},ph=c._emscripten_bind_McObject_DrawEntity_1=function(){return(ph=c._emscripten_bind_McObject_DrawEntity_1=c.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},qh=c._emscripten_bind_McApp_McApp_0=function(){return(qh=c._emscripten_bind_McApp_McApp_0=c.asm.emscripten_bind_McApp_McApp_0).apply(null,arguments)},rh=c._emscripten_bind_McApp_Init_0=function(){return(rh=c._emscripten_bind_McApp_Init_0=c.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},sh=c._emscripten_bind_McApp_CreateMxDraw_5=function(){return(sh=c._emscripten_bind_McApp_CreateMxDraw_5=c.asm.emscripten_bind_McApp_CreateMxDraw_5).apply(null,arguments)},th=c._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(th=c._emscripten_bind_McApp_GetCurrentMxDraw_0=c.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,arguments)},uh=c._emscripten_bind_McApp_DestroyObject_1=function(){return(uh=c._emscripten_bind_McApp_DestroyObject_1=c.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},vh=c._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(vh=c._emscripten_bind_McApp_mcedRGB2Index_4=c.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},wh=c._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(wh=c._emscripten_bind_McApp_ObjectIdToObjectName_1=c.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,arguments)},xh=c._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(xh=c._emscripten_bind_McApp_ObjectIdToMdDbLine_1=c.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},yh=c._emscripten_bind_McApp_ObjectIdToMdDbText_1=function(){return(yh=c._emscripten_bind_McApp_ObjectIdToMdDbText_1=c.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},zh=c._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(zh=c._emscripten_bind_McApp_ObjectIdToMdObject_1=c.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Ah=c._emscripten_bind_McApp_getLastCallResult_0=function(){return(Ah=c._emscripten_bind_McApp_getLastCallResult_0=c.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,arguments)},Bh=c._emscripten_bind_McApp___destroy___0=function(){return(Bh=c._emscripten_bind_McApp___destroy___0=c.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},Ch=c._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(Ch=c._emscripten_bind_McDrawResbuf_McDrawResbuf_0=c.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},Dh=c._emscripten_bind_McDrawResbuf_Clear_0=function(){return(Dh=c._emscripten_bind_McDrawResbuf_Clear_0=c.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},Eh=c._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(Eh=c._emscripten_bind_McDrawResbuf_GetCount_0=c.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},Fh=c._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(Fh=c._emscripten_bind_McDrawResbuf_AtDouble_1=c.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},Gh=c._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(Gh=c._emscripten_bind_McDrawResbuf_Atlong_1=c.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},Hh=c._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(Hh=c._emscripten_bind_McDrawResbuf_AtObjectId_1=c.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},Ih=c._emscripten_bind_McDrawResbuf_AtString_1=function(){return(Ih=c._emscripten_bind_McDrawResbuf_AtString_1=c.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},Jh=c._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(Jh=c._emscripten_bind_McDrawResbuf_AtPoint_1=c.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,arguments)},Kh=c._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(Kh=c._emscripten_bind_McDrawResbuf_ItemDataType_1=c.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,arguments)},Lh=c._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(Lh=c._emscripten_bind_McDrawResbuf_AddDouble_2=c.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},Mh=c._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(Mh=c._emscripten_bind_McDrawResbuf_Addlong_2=c.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,arguments)},Nh=c._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(Nh=c._emscripten_bind_McDrawResbuf_AddObjectId_2=c.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},Oh=c._emscripten_bind_McDrawResbuf_AddString_2=function(){return(Oh=c._emscripten_bind_McDrawResbuf_AddString_2=c.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,arguments)},Ph=c._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(Ph=c._emscripten_bind_McDrawResbuf_AddPoint_2=c.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},Qh=c._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(Qh=c._emscripten_bind_McDrawResbuf_RemoveAll_0=c.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},Rh=c._emscripten_bind_McDrawResbuf_Remove_1=function(){return(Rh=c._emscripten_bind_McDrawResbuf_Remove_1=c.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,arguments)},Sh=c._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(Sh=c._emscripten_bind_McDrawResbuf_getObjectName_0=c.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,arguments)},Th=c._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(Th=c._emscripten_bind_McDrawResbuf_getDxf0_0=c.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},Uh=c._emscripten_bind_McDrawResbuf_getJson_0=function(){return(Uh=c._emscripten_bind_McDrawResbuf_getJson_0=c.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,arguments)},Vh=c._emscripten_bind_McDrawResbuf_setJson_1=function(){return(Vh=c._emscripten_bind_McDrawResbuf_setJson_1=c.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,arguments)},Wh=c._emscripten_bind_McDrawResbuf___destroy___0=function(){return(Wh=c._emscripten_bind_McDrawResbuf___destroy___0=c.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},Xh=c._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(Xh=c._emscripten_bind_McDrawUtility_McDrawUtility_0=c.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},Yh=c._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(Yh=c._emscripten_bind_McDrawUtility_findEntAtPoint_5=c.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},Zh=c._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(Zh=c._emscripten_bind_McDrawUtility_eraseEntity_1=c.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},$h=c._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return($h=c._emscripten_bind_McDrawUtility_highlightEntity_2=c.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},ai=c._emscripten_bind_McDrawUtility___destroy___0=function(){return(ai=c._emscripten_bind_McDrawUtility___destroy___0=c.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},bi=c._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(bi=c._emscripten_bind_MdDbLine_MdDbLine_0=c.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},ci=c._emscripten_bind_MdDbLine_startPoint_0=function(){return(ci=c._emscripten_bind_MdDbLine_startPoint_0=c.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},di=c._emscripten_bind_MdDbLine_setStartPoint_1=function(){return(di=c._emscripten_bind_MdDbLine_setStartPoint_1=c.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},ei=c._emscripten_bind_MdDbLine_endPoint_0=function(){return(ei=c._emscripten_bind_MdDbLine_endPoint_0=c.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},fi=c._emscripten_bind_MdDbLine_setEndPoint_1=function(){return(fi=c._emscripten_bind_MdDbLine_setEndPoint_1=c.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},gi=c._emscripten_bind_MdDbLine_getStartParam_0=function(){return(gi=c._emscripten_bind_MdDbLine_getStartParam_0=c.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},hi=c._emscripten_bind_MdDbLine_getEndParam_0=function(){return(hi=c._emscripten_bind_MdDbLine_getEndParam_0=c.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},ii=c._emscripten_bind_MdDbLine_getDistAtParam_1=function(){return(ii=c._emscripten_bind_MdDbLine_getDistAtParam_1=c.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},ji=c._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(ji=c._emscripten_bind_MdDbLine_getParamAtDist_1=c.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},ki=c._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(ki=c._emscripten_bind_MdDbLine_getDistAtPoint_1=c.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},li=c._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(li=c._emscripten_bind_MdDbLine_getPointAtDist_1=c.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,arguments)},mi=c._emscripten_bind_MdDbLine_getObjectID_0=function(){return(mi=c._emscripten_bind_MdDbLine_getObjectID_0=c.asm.emscripten_bind_MdDbLine_getObjectID_0).apply(null,arguments)},ni=c._emscripten_bind_MdDbLine_Erase_0=function(){return(ni=c._emscripten_bind_MdDbLine_Erase_0=c.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,arguments)},oi=c._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(oi=c._emscripten_bind_MdDbLine_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},pi=c._emscripten_bind_MdDbLine_Clone_0=function(){return(pi=c._emscripten_bind_MdDbLine_Clone_0=c.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},qi=c._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(qi=c._emscripten_bind_MdDbLine_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,arguments)},ri=c._emscripten_bind_MdDbLine_getObjectName_0=function(){return(ri=c._emscripten_bind_MdDbLine_getObjectName_0=c.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},si=c._emscripten_bind_MdDbLine_getDxf0_0=function(){return(si=c._emscripten_bind_MdDbLine_getDxf0_0=c.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},ti=c._emscripten_bind_MdDbLine_getJson_0=function(){return(ti=c._emscripten_bind_MdDbLine_getJson_0=c.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,arguments)},ui=c._emscripten_bind_MdDbLine_setJson_1=function(){return(ui=c._emscripten_bind_MdDbLine_setJson_1=c.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},vi=c._emscripten_bind_MdDbLine___destroy___0=function(){return(vi=c._emscripten_bind_MdDbLine___destroy___0=c.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},wi=c._emscripten_bind_MdDbText_MdDbText_0=function(){return(wi=c._emscripten_bind_MdDbText_MdDbText_0=c.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,arguments)},xi=c._emscripten_bind_MdDbText_position_0=function(){return(xi=c._emscripten_bind_MdDbText_position_0=c.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},yi=c._emscripten_bind_MdDbText_setPosition_1=function(){return(yi=c._emscripten_bind_MdDbText_setPosition_1=c.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},zi=c._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(zi=c._emscripten_bind_MdDbText_alignmentPoint_0=c.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,arguments)},Ai=c._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(Ai=c._emscripten_bind_MdDbText_setAlignmentPoint_1=c.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},Bi=c._emscripten_bind_MdDbText_oblique_0=function(){return(Bi=c._emscripten_bind_MdDbText_oblique_0=c.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},Ci=c._emscripten_bind_MdDbText_setOblique_1=function(){return(Ci=c._emscripten_bind_MdDbText_setOblique_1=c.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,arguments)},Di=c._emscripten_bind_MdDbText_rotation_0=function(){return(Di=c._emscripten_bind_MdDbText_rotation_0=c.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},Ei=c._emscripten_bind_MdDbText_setRotation_1=function(){return(Ei=c._emscripten_bind_MdDbText_setRotation_1=c.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},Fi=c._emscripten_bind_MdDbText_height_0=function(){return(Fi=c._emscripten_bind_MdDbText_height_0=c.asm.emscripten_bind_MdDbText_height_0).apply(null,arguments)},Gi=c._emscripten_bind_MdDbText_setHeight_1=function(){return(Gi=c._emscripten_bind_MdDbText_setHeight_1=c.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},Hi=c._emscripten_bind_MdDbText_widthFactor_0=function(){return(Hi=c._emscripten_bind_MdDbText_widthFactor_0=c.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},Ii=c._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(Ii=c._emscripten_bind_MdDbText_setWidthFactor_1=c.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,arguments)},Ji=c._emscripten_bind_MdDbText_textString_0=function(){return(Ji=c._emscripten_bind_MdDbText_textString_0=c.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},Ki=c._emscripten_bind_MdDbText_setTextString_1=function(){return(Ki=c._emscripten_bind_MdDbText_setTextString_1=c.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},Li=c._emscripten_bind_MdDbText_horizontalMode_0=function(){return(Li=c._emscripten_bind_MdDbText_horizontalMode_0=c.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,arguments)},Mi=c._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(Mi=c._emscripten_bind_MdDbText_setHorizontalMode_1=c.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},Ni=c._emscripten_bind_MdDbText_verticalMode_0=function(){return(Ni=c._emscripten_bind_MdDbText_verticalMode_0=c.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},Oi=c._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(Oi=c._emscripten_bind_MdDbText_setVerticalMode_1=c.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},Pi=c._emscripten_bind_MdDbText_getObjectID_0=function(){return(Pi=c._emscripten_bind_MdDbText_getObjectID_0=c.asm.emscripten_bind_MdDbText_getObjectID_0).apply(null,arguments)},Qi=c._emscripten_bind_MdDbText_Erase_0=function(){return(Qi=c._emscripten_bind_MdDbText_Erase_0=c.asm.emscripten_bind_MdDbText_Erase_0).apply(null,arguments)},Ri=c._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(Ri=c._emscripten_bind_MdDbText_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},Si=c._emscripten_bind_MdDbText_Clone_0=function(){return(Si=c._emscripten_bind_MdDbText_Clone_0=c.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},Ti=c._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(Ti=c._emscripten_bind_MdDbText_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,arguments)},Ui=c._emscripten_bind_MdDbText_getObjectName_0=function(){return(Ui=c._emscripten_bind_MdDbText_getObjectName_0=c.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},Vi=c._emscripten_bind_MdDbText_getDxf0_0=function(){return(Vi=c._emscripten_bind_MdDbText_getDxf0_0=c.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},Wi=c._emscripten_bind_MdDbText_getJson_0=function(){return(Wi=c._emscripten_bind_MdDbText_getJson_0=c.asm.emscripten_bind_MdDbText_getJson_0).apply(null,arguments)},Xi=c._emscripten_bind_MdDbText_setJson_1=function(){return(Xi=c._emscripten_bind_MdDbText_setJson_1=c.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},Yi=c._emscripten_bind_MdDbText___destroy___0=function(){return(Yi=c._emscripten_bind_MdDbText___destroy___0=c.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},Zi=c._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(Zi=c._emscripten_bind_MdDbCircle_MdDbCircle_0=c.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,arguments)},$i=c._emscripten_bind_MdDbCircle_center_0=function(){return($i=c._emscripten_bind_MdDbCircle_center_0=c.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},aj=c._emscripten_bind_MdDbCircle_setCenter_1=function(){return(aj=c._emscripten_bind_MdDbCircle_setCenter_1=c.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},bj=c._emscripten_bind_MdDbCircle_radius_0=function(){return(bj=c._emscripten_bind_MdDbCircle_radius_0=c.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,arguments)},cj=c._emscripten_bind_MdDbCircle_setRadius_1=function(){return(cj=c._emscripten_bind_MdDbCircle_setRadius_1=c.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},dj=c._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(dj=c._emscripten_bind_MdDbCircle_getStartParam_0=c.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},ej=c._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(ej=c._emscripten_bind_MdDbCircle_getEndParam_0=c.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,arguments)},fj=c._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(fj=c._emscripten_bind_MdDbCircle_getDistAtParam_1=c.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},gj=c._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(gj=c._emscripten_bind_MdDbCircle_getParamAtDist_1=c.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},hj=c._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(hj=c._emscripten_bind_MdDbCircle_getDistAtPoint_1=c.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},ij=c._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(ij=c._emscripten_bind_MdDbCircle_getPointAtDist_1=c.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},jj=c._emscripten_bind_MdDbCircle_getObjectID_0=function(){return(jj=c._emscripten_bind_MdDbCircle_getObjectID_0=c.asm.emscripten_bind_MdDbCircle_getObjectID_0).apply(null,arguments)},kj=c._emscripten_bind_MdDbCircle_Erase_0=function(){return(kj=c._emscripten_bind_MdDbCircle_Erase_0=c.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,arguments)},lj=c._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(lj=c._emscripten_bind_MdDbCircle_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},mj=c._emscripten_bind_MdDbCircle_Clone_0=function(){return(mj=c._emscripten_bind_MdDbCircle_Clone_0=c.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},nj=c._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(nj=c._emscripten_bind_MdDbCircle_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,arguments)},oj=c._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(oj=c._emscripten_bind_MdDbCircle_getObjectName_0=c.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},pj=c._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(pj=c._emscripten_bind_MdDbCircle_getDxf0_0=c.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},qj=c._emscripten_bind_MdDbCircle_getJson_0=function(){return(qj=c._emscripten_bind_MdDbCircle_getJson_0=c.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,arguments)},rj=c._emscripten_bind_MdDbCircle_setJson_1=function(){return(rj=c._emscripten_bind_MdDbCircle_setJson_1=c.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},sj=c._emscripten_bind_MdDbCircle___destroy___0=function(){return(sj=c._emscripten_bind_MdDbCircle___destroy___0=c.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},tj=c._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(tj=c._emscripten_bind_MdDbPolyline_MdDbPolyline_0=c.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},uj=c._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(uj=c._emscripten_bind_MdDbPolyline_setClosed_1=c.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},vj=c._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return(vj=c._emscripten_bind_MdDbPolyline_setConstantWidth_1=c.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},wj=c._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(wj=c._emscripten_bind_MdDbPolyline_isClosed_0=c.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,arguments)},xj=c._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(xj=c._emscripten_bind_MdDbPolyline_getConstantWidth_0=c.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},yj=c._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(yj=c._emscripten_bind_MdDbPolyline_addVertexAt_5=c.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},zj=c._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(zj=c._emscripten_bind_MdDbPolyline_removeVertexAt_1=c.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},Aj=c._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(Aj=c._emscripten_bind_MdDbPolyline_numVerts_0=c.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},Bj=c._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(Bj=c._emscripten_bind_MdDbPolyline_getPointAt_1=c.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},Cj=c._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(Cj=c._emscripten_bind_MdDbPolyline_getBulgeAt_1=c.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},Dj=c._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(Dj=c._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=c.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},Ej=c._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(Ej=c._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=c.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,arguments)},Fj=c._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(Fj=c._emscripten_bind_MdDbPolyline_setPointAt_2=c.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},Gj=c._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(Gj=c._emscripten_bind_MdDbPolyline_setBulgeAt_2=c.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},Hj=c._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(Hj=c._emscripten_bind_MdDbPolyline_getStartParam_0=c.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},Ij=c._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(Ij=c._emscripten_bind_MdDbPolyline_getEndParam_0=c.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},Jj=c._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(Jj=c._emscripten_bind_MdDbPolyline_getDistAtParam_1=c.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},Kj=c._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(Kj=c._emscripten_bind_MdDbPolyline_getParamAtDist_1=c.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},Lj=c._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(Lj=c._emscripten_bind_MdDbPolyline_getDistAtPoint_1=c.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},Mj=c._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return(Mj=c._emscripten_bind_MdDbPolyline_getPointAtDist_1=c.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},Nj=c._emscripten_bind_MdDbPolyline_getObjectID_0=function(){return(Nj=c._emscripten_bind_MdDbPolyline_getObjectID_0=c.asm.emscripten_bind_MdDbPolyline_getObjectID_0).apply(null,arguments)},Oj=c._emscripten_bind_MdDbPolyline_Erase_0=function(){return(Oj=c._emscripten_bind_MdDbPolyline_Erase_0=c.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},Pj=c._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(Pj=c._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},Qj=c._emscripten_bind_MdDbPolyline_Clone_0=function(){return(Qj=c._emscripten_bind_MdDbPolyline_Clone_0=c.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},Rj=c._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(Rj=c._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},Sj=c._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(Sj=c._emscripten_bind_MdDbPolyline_getObjectName_0=c.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},Tj=c._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(Tj=c._emscripten_bind_MdDbPolyline_getDxf0_0=c.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},Uj=c._emscripten_bind_MdDbPolyline_getJson_0=function(){return(Uj=c._emscripten_bind_MdDbPolyline_getJson_0=c.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},Vj=c._emscripten_bind_MdDbPolyline_setJson_1=function(){return(Vj=c._emscripten_bind_MdDbPolyline_setJson_1=c.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},Wj=c._emscripten_bind_MdDbPolyline___destroy___0=function(){return(Wj=c._emscripten_bind_MdDbPolyline___destroy___0=c.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},Xj=c._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(Xj=c._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=c.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},Yj=c._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(Yj=c._emscripten_bind_MdDbBlockReference_blockTableRecord_0=c.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,arguments)},Zj=c._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(Zj=c._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=c.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,arguments)},ak=c._emscripten_bind_MdDbBlockReference_position_0=function(){return(ak=c._emscripten_bind_MdDbBlockReference_position_0=c.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},bk=c._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(bk=c._emscripten_bind_MdDbBlockReference_setPosition_1=c.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},ck=c._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(ck=c._emscripten_bind_MdDbBlockReference_scaleFactors_0=c.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},dk=c._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(dk=c._emscripten_bind_MdDbBlockReference_setScaleFactors_1=c.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,arguments)},ek=c._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(ek=c._emscripten_bind_MdDbBlockReference_rotation_0=c.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},fk=c._emscripten_bind_MdDbBlockReference_setRotation_1=function(){return(fk=c._emscripten_bind_MdDbBlockReference_setRotation_1=c.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},gk=c._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(gk=c._emscripten_bind_MdDbBlockReference_blockTransform_0=c.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},hk=c._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(hk=c._emscripten_bind_MdDbBlockReference_setBlockTransform_1=c.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},ik=c._emscripten_bind_MdDbBlockReference_getObjectID_0=function(){return(ik=c._emscripten_bind_MdDbBlockReference_getObjectID_0=c.asm.emscripten_bind_MdDbBlockReference_getObjectID_0).apply(null,arguments)},jk=c._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(jk=c._emscripten_bind_MdDbBlockReference_Erase_0=c.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},kk=c._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(kk=c._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},lk=c._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(lk=c._emscripten_bind_MdDbBlockReference_Clone_0=c.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},mk=c._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(mk=c._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},nk=c._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(nk=c._emscripten_bind_MdDbBlockReference_getObjectName_0=c.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},ok=c._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(ok=c._emscripten_bind_MdDbBlockReference_getDxf0_0=c.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},pk=c._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(pk=c._emscripten_bind_MdDbBlockReference_getJson_0=c.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},qk=c._emscripten_bind_MdDbBlockReference_setJson_1=function(){return(qk=c._emscripten_bind_MdDbBlockReference_setJson_1=c.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},rk=c._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(rk=c._emscripten_bind_MdDbBlockReference___destroy___0=c.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},sk=c._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(sk=c._emscripten_bind_MdDbDimension_MdDbDimension_0=c.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,arguments)},tk=c._emscripten_bind_MdDbDimension_textPosition_0=function(){return(tk=c._emscripten_bind_MdDbDimension_textPosition_0=c.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},uk=c._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(uk=c._emscripten_bind_MdDbDimension_setTextPosition_1=c.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},vk=c._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(vk=c._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=c.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},wk=c._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(wk=c._emscripten_bind_MdDbDimension_useSetTextPosition_0=c.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,arguments)},xk=c._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(xk=c._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=c.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,arguments)},yk=c._emscripten_bind_MdDbDimension_elevation_0=function(){return(yk=c._emscripten_bind_MdDbDimension_elevation_0=c.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},zk=c._emscripten_bind_MdDbDimension_setElevation_1=function(){return(zk=c._emscripten_bind_MdDbDimension_setElevation_1=c.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},Ak=c._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(Ak=c._emscripten_bind_MdDbDimension_dimensionText_0=c.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},Bk=c._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(Bk=c._emscripten_bind_MdDbDimension_setDimensionText_1=c.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},Ck=c._emscripten_bind_MdDbDimension_textRotation_0=function(){return(Ck=c._emscripten_bind_MdDbDimension_textRotation_0=c.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},Dk=c._emscripten_bind_MdDbDimension_setTextRotation_1=function(){return(Dk=c._emscripten_bind_MdDbDimension_setTextRotation_1=c.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},Ek=c._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(Ek=c._emscripten_bind_MdDbDimension_dimensionStyle_0=c.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,arguments)},Fk=c._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(Fk=c._emscripten_bind_MdDbDimension_setDimensionStyle_1=c.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,arguments)},Gk=c._emscripten_bind_MdDbDimension_textAttachment_0=function(){return(Gk=c._emscripten_bind_MdDbDimension_textAttachment_0=c.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},Hk=c._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(Hk=c._emscripten_bind_MdDbDimension_setTextAttachment_1=c.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Ik=c._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Ik=c._emscripten_bind_MdDbDimension_horizontalRotation_0=c.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,arguments)},Jk=c._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Jk=c._emscripten_bind_MdDbDimension_setHorizontalRotation_1=c.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,arguments)},Kk=c._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return(Kk=c._emscripten_bind_MdDbDimension_recomputeDimBlock_1=c.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,arguments)},Lk=c._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(Lk=c._emscripten_bind_MdDbDimension_GetDimVarInt_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},Mk=c._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(Mk=c._emscripten_bind_MdDbDimension_SetDimVarInt_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},Nk=c._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(Nk=c._emscripten_bind_MdDbDimension_GetDimVarDouble_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,arguments)},Ok=c._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(Ok=c._emscripten_bind_MdDbDimension_SetDimVarDouble_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},Pk=c._emscripten_bind_MdDbDimension_GetDimVarString_1=function(){return(Pk=c._emscripten_bind_MdDbDimension_GetDimVarString_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},Qk=c._emscripten_bind_MdDbDimension_SetDimVarString_2=function(){return(Qk=c._emscripten_bind_MdDbDimension_SetDimVarString_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},Rk=c._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(Rk=c._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,arguments)},Sk=c._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return(Sk=c._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,arguments)},Tk=c._emscripten_bind_MdDbDimension_getObjectID_0=function(){return(Tk=c._emscripten_bind_MdDbDimension_getObjectID_0=c.asm.emscripten_bind_MdDbDimension_getObjectID_0).apply(null,arguments)},Uk=c._emscripten_bind_MdDbDimension_Erase_0=function(){return(Uk=c._emscripten_bind_MdDbDimension_Erase_0=c.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,arguments)},Vk=c._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(Vk=c._emscripten_bind_MdDbDimension_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,arguments)},Wk=c._emscripten_bind_MdDbDimension_Clone_0=function(){return(Wk=c._emscripten_bind_MdDbDimension_Clone_0=c.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},Xk=c._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(Xk=c._emscripten_bind_MdDbDimension_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,arguments)},Yk=c._emscripten_bind_MdDbDimension_getObjectName_0=function(){return(Yk=c._emscripten_bind_MdDbDimension_getObjectName_0=c.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},Zk=c._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(Zk=c._emscripten_bind_MdDbDimension_getDxf0_0=c.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},$k=c._emscripten_bind_MdDbDimension_getJson_0=function(){return($k=c._emscripten_bind_MdDbDimension_getJson_0=c.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,arguments)},al=c._emscripten_bind_MdDbDimension_setJson_1=function(){return(al=c._emscripten_bind_MdDbDimension_setJson_1=c.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,arguments)},bl=c._emscripten_bind_MdDbDimension___destroy___0=function(){return(bl=c._emscripten_bind_MdDbDimension___destroy___0=c.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,arguments)},vc=c._malloc=function(){return(vc=c._malloc=c.asm.malloc).apply(null,arguments)},xc=c._free=function(){return(xc=c._free=c.asm.free).apply(null,arguments)};function pd(){return(pd=c.asm.__errno_location).apply(null,arguments)}function cl(){return(cl=c.asm.setThrew).apply(null,arguments)}function dl(){return(dl=c.asm.stackSave).apply(null,arguments)}function el(){return(el=c.asm.stackRestore).apply(null,arguments)}c.dynCall_iijj=function(){return(c.dynCall_iijj=c.asm.dynCall_iijj).apply(null,arguments)},c.dynCall_iij=function(){return(c.dynCall_iij=c.asm.dynCall_iij).apply(null,arguments)},c.dynCall_iiiiiji=function(){return(c.dynCall_iiiiiji=c.asm.dynCall_iiiiiji).apply(null,arguments)},c.dynCall_iiji=function(){return(c.dynCall_iiji=c.asm.dynCall_iiji).apply(null,arguments)},c.dynCall_iiiiiijji=function(){return(c.dynCall_iiiiiijji=c.asm.dynCall_iiiiiijji).apply(null,arguments)},c.dynCall_ji=function(){return(c.dynCall_ji=c.asm.dynCall_ji).apply(null,arguments)},c.dynCall_vij=function(){return(c.dynCall_vij=c.asm.dynCall_vij).apply(null,arguments)},c.dynCall_iiij=function(){return(c.dynCall_iiij=c.asm.dynCall_iiij).apply(null,arguments)},c.dynCall_iiiiij=function(){return(c.dynCall_iiiiij=c.asm.dynCall_iiiiij).apply(null,arguments)},c.dynCall_iiijjiddddddii=function(){return(c.dynCall_iiijjiddddddii=c.asm.dynCall_iiijjiddddddii).apply(null,arguments)},c.dynCall_iiiiddddiiiiiijjiiiiii=function(){return(c.dynCall_iiiiddddiiiiiijjiiiiii=c.asm.dynCall_iiiiddddiiiiiijjiiiiii).apply(null,arguments)},c.dynCall_viij=function(){return(c.dynCall_viij=c.asm.dynCall_viij).apply(null,arguments)},c.dynCall_jiji=function(){return(c.dynCall_jiji=c.asm.dynCall_jiji).apply(null,arguments)},c.dynCall_viijii=function(){return(c.dynCall_viijii=c.asm.dynCall_viijii).apply(null,arguments)},c.dynCall_iiiiijj=function(){return(c.dynCall_iiiiijj=c.asm.dynCall_iiiiijj).apply(null,arguments)},c.dynCall_iiiiiijj=function(){return(c.dynCall_iiiiiijj=c.asm.dynCall_iiiiiijj).apply(null,arguments)},c.___start_em_js=252176,c.___stop_em_js=252274;function td(e,t,n){var i=dl();try{Dc(e)(t,n)}catch(o){if(el(i),o!==o+0)throw o;cl(1,0)}}function sd(e,t){var n=dl();try{Dc(e)(t)}catch(i){if(el(n),i!==i+0)throw i;cl(1,0)}}function qd(e,t){var n=dl();try{return Dc(e)(t)}catch(i){if(el(n),i!==i+0)throw i;cl(1,0)}}function rd(e,t,n,i){var o=dl();try{return Dc(e)(t,n,i)}catch(_){if(el(o),_!==_+0)throw _;cl(1,0)}}var fl;La=function e(){fl||hl(),fl||(La=e)};function hl(){function e(){if(!fl&&(fl=!0,c.calledRun=!0,!wa)){if(c.noFSInit||ac||(ac=!0,$b(),c.stdin=c.stdin,c.stdout=c.stdout,c.stderr=c.stderr,c.stdin?dc("stdin",c.stdin):Wb("/dev/tty","/dev/stdin"),c.stdout?dc("stdout",null,c.stdout):Wb("/dev/tty","/dev/stdout"),c.stderr?dc("stderr",null,c.stderr):Wb("/dev/tty1","/dev/stderr"),Xa("/dev/stdin",0),Xa("/dev/stdout",1),Xa("/dev/stderr",1)),Fb=!1,fb(Ga),ca(c),c.onRuntimeInitialized&&c.onRuntimeInitialized(),c.postRun)for(typeof c.postRun=="function"&&(c.postRun=[c.postRun]);c.postRun.length;){var t=c.postRun.shift();Ha.unshift(t)}fb(Ha)}}if(!(0<Ja)){if(c.preRun)for(typeof c.preRun=="function"&&(c.preRun=[c.preRun]);c.preRun.length;)Ia();fb(Fa),0<Ja||(c.setStatus?(c.setStatus("Running..."),setTimeout(function(){setTimeout(function(){c.setStatus("")},1),e()},1)):e())}}if(c.preInit)for(typeof c.preInit=="function"&&(c.preInit=[c.preInit]);0<c.preInit.length;)c.preInit.pop()();hl();function il(){}il.prototype=Object.create(il.prototype),il.prototype.constructor=il,il.prototype.l=il,il.m={},c.WrapperObject=il;function jl(e){return(e||il).m}c.getCache=jl;function E(e,t){var n=jl(t),i=n[e];return i||(i=Object.create((t||il).prototype),i.g=e,n[e]=i)}c.wrapPointer=E,c.castObject=function(e,t){return E(e.g,t)},c.NULL=E(0),c.destroy=function(e){if(!e.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";e.__destroy__(),delete jl(e.l)[e.g]},c.compare=function(e,t){return e.g===t.g},c.getPointer=function(e){return e.g},c.getClass=function(e){return e.l};var kl=0,ll=0,ml=0,nl=[],ol=0;function F(){if(ol){for(var e=0;e<nl.length;e++)c._free(nl[e]);nl.length=0,c._free(kl),kl=0,ll+=ol,ol=0}kl||(ll+=128,(kl=c._malloc(ll))||ta()),ml=0}function pl(e,t){return kl||ta(),e=e.length*t.BYTES_PER_ELEMENT,e=e+7&-8,ml+e>=ll?(0<e||ta(),ol+=e,t=c._malloc(e),nl.push(t)):(t=kl+ml,ml+=e),t}function ql(e,t,n){switch(n>>>=0,t.BYTES_PER_ELEMENT){case 2:n>>>=1;break;case 4:n>>>=2;break;case 8:n>>>=3}for(var i=0;i<e.length;i++)t[n+i]=e[i]}function G(e){if(typeof e=="string"){e=pb(e);var t=pl(e,m);return ql(e,m,t),t}return e}function rl(e){if(typeof e=="object"){var t=pl(e,Ca);return ql(e,Ca,t),t}return e}function sl(){throw"cannot construct a MdRxObject, no constructor in IDL"}sl.prototype=Object.create(il.prototype),sl.prototype.constructor=sl,sl.prototype.l=sl,sl.m={},c.MdRxObject=sl,sl.prototype.getObjectName=function(){return z(vd(this.g))},sl.prototype.getDxf0=function(){return z(wd(this.g))},sl.prototype.getJson=function(){return z(xd(this.g))},sl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!yd(t,e)};function H(){throw"cannot construct a MdDbObject, no constructor in IDL"}H.prototype=Object.create(sl.prototype),H.prototype.constructor=H,H.prototype.l=H,H.m={},c.MdDbObject=H,H.prototype.getObjectID=function(){return zd(this.g)},H.prototype.Erase=function(){return!!Ad(this.g)},H.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Bd(t,e)},H.prototype.Clone=function(){return E(Cd(this.g),H)},H.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Dd(o,e,t,n,i)},H.prototype.getObjectName=function(){return z(Ed(this.g))},H.prototype.getDxf0=function(){return z(Fd(this.g))},H.prototype.getJson=function(){return z(Gd(this.g))},H.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Hd(t,e)};function tl(){throw"cannot construct a MdDbEntity, no constructor in IDL"}tl.prototype=Object.create(H.prototype),tl.prototype.constructor=tl,tl.prototype.l=tl,tl.m={},c.MdDbEntity=tl,tl.prototype.getObjectID=function(){return Id(this.g)},tl.prototype.Erase=function(){return!!Jd(this.g)},tl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Kd(t,e)},tl.prototype.Clone=function(){return E(Ld(this.g),H)},tl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Md(o,e,t,n,i)},tl.prototype.getObjectName=function(){return z(Nd(this.g))},tl.prototype.getDxf0=function(){return z(Od(this.g))},tl.prototype.getJson=function(){return z(Pd(this.g))},tl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Qd(t,e)};function I(){throw"cannot construct a MdDbCurve, no constructor in IDL"}I.prototype=Object.create(tl.prototype),I.prototype.constructor=I,I.prototype.l=I,I.m={},c.MdDbCurve=I,I.prototype.getStartParam=function(){return Rd(this.g)},I.prototype.getEndParam=function(){return Sd(this.g)},I.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Td(t,e)},I.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Ud(t,e)},I.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Vd(t,e)},I.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Wd(t,e),J)},I.prototype.getObjectID=function(){return Xd(this.g)},I.prototype.Erase=function(){return!!Yd(this.g)},I.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Zd(t,e)},I.prototype.Clone=function(){return E($d(this.g),H)},I.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!ae(o,e,t,n,i)},I.prototype.getObjectName=function(){return z(be(this.g))},I.prototype.getDxf0=function(){return z(ce(this.g))},I.prototype.getJson=function(){return z(de(this.g))},I.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!ee(t,e)};function ul(){throw"cannot construct a VoidPtr, no constructor in IDL"}ul.prototype=Object.create(il.prototype),ul.prototype.constructor=ul,ul.prototype.l=ul,ul.m={},c.VoidPtr=ul,ul.prototype.__destroy__=function(){fe(this.g)};function K(){this.g=ge(),jl(K)[this.g]=this}K.prototype=Object.create(il.prototype),K.prototype.constructor=K,K.prototype.l=K,K.m={},c.MdCmColor=K,K.prototype.setColorIndex=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),he(t,e)},K.prototype.setRGB=function(e,t,n){var i=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),ie(i,e,t,n)},K.prototype.get_red=K.prototype.Ta=function(){return je(this.g)},K.prototype.set_red=K.prototype.eb=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ke(t,e)},Object.defineProperty(K.prototype,"red",{get:K.prototype.Ta,set:K.prototype.eb}),K.prototype.get_green=K.prototype.Qa=function(){return le(this.g)},K.prototype.set_green=K.prototype.ab=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),me(t,e)},Object.defineProperty(K.prototype,"green",{get:K.prototype.Qa,set:K.prototype.ab}),K.prototype.get_blue=K.prototype.Oa=function(){return ne(this.g)},K.prototype.set_blue=K.prototype.Za=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),oe(t,e)},Object.defineProperty(K.prototype,"blue",{get:K.prototype.Oa,set:K.prototype.Za}),K.prototype.get_method=K.prototype.Ra=function(){return pe(this.g)},K.prototype.set_method=K.prototype.bb=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),qe(t,e)},Object.defineProperty(K.prototype,"method",{get:K.prototype.Ra,set:K.prototype.bb}),K.prototype.get_n=K.prototype.Sa=function(){return re(this.g)},K.prototype.set_n=K.prototype.cb=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),se(t,e)},Object.defineProperty(K.prototype,"n",{get:K.prototype.Sa,set:K.prototype.cb}),K.prototype.get_colorIndex=K.prototype.Pa=function(){return te(this.g)},K.prototype.set_colorIndex=K.prototype.$a=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ue(t,e)},Object.defineProperty(K.prototype,"colorIndex",{get:K.prototype.Pa,set:K.prototype.$a}),K.prototype.__destroy__=function(){ve(this.g)};function J(e,t,n){e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),this.g=e===void 0?we():t===void 0?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(e):n===void 0?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(e,t):xe(e,t,n),jl(J)[this.g]=this}J.prototype=Object.create(il.prototype),J.prototype.constructor=J,J.prototype.l=J,J.m={},c.MdGePoint3d=J,J.prototype.get_x=J.prototype.ba=function(){return ye(this.g)},J.prototype.set_x=J.prototype.ia=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ze(t,e)},Object.defineProperty(J.prototype,"x",{get:J.prototype.ba,set:J.prototype.ia}),J.prototype.get_y=J.prototype.da=function(){return Ae(this.g)},J.prototype.set_y=J.prototype.ja=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Be(t,e)},Object.defineProperty(J.prototype,"y",{get:J.prototype.da,set:J.prototype.ja}),J.prototype.get_z=J.prototype.ea=function(){return Ce(this.g)},J.prototype.set_z=J.prototype.ka=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),De(t,e)},Object.defineProperty(J.prototype,"z",{get:J.prototype.ea,set:J.prototype.ka}),J.prototype.__destroy__=function(){Ee(this.g)};function M(e,t,n){e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),this.g=e===void 0?Fe():t===void 0?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(e):n===void 0?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(e,t):Ge(e,t,n),jl(M)[this.g]=this}M.prototype=Object.create(il.prototype),M.prototype.constructor=M,M.prototype.l=M,M.m={},c.MdGeVector3d=M,M.prototype.get_x=M.prototype.ba=function(){return He(this.g)},M.prototype.set_x=M.prototype.ia=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Ie(t,e)},Object.defineProperty(M.prototype,"x",{get:M.prototype.ba,set:M.prototype.ia}),M.prototype.get_y=M.prototype.da=function(){return Je(this.g)},M.prototype.set_y=M.prototype.ja=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Ke(t,e)},Object.defineProperty(M.prototype,"y",{get:M.prototype.da,set:M.prototype.ja}),M.prototype.get_z=M.prototype.ea=function(){return Le(this.g)},M.prototype.set_z=M.prototype.ka=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Me(t,e)},Object.defineProperty(M.prototype,"z",{get:M.prototype.ea,set:M.prototype.ka}),M.prototype.__destroy__=function(){Ne(this.g)};function O(){this.g=Oe(),jl(O)[this.g]=this}O.prototype=Object.create(il.prototype),O.prototype.constructor=O,O.prototype.l=O,O.m={},c.MdGeMatrix3d=O,O.prototype.setToIdentity=function(){Pe(this.g)},O.prototype.preMultBy=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Qe(t,e)},O.prototype.postMultBy=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Re(t,e)},O.prototype.setToProduct=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Se(n,e,t)},O.prototype.invert=function(){Te(this.g)},O.prototype.isSingular=function(){return!!Ue(this.g)},O.prototype.transposeIt=function(){Ve(this.g)},O.prototype.isEqualTo=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!We(t,e)},O.prototype.det=function(){return Xe(this.g)},O.prototype.setCoordSystem=function(e,t,n,i){var o=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),Ye(o,e,t,n,i)},O.prototype.setToTranslation=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Ze(t,e)},O.prototype.setToRotation=function(e,t,n){var i=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),$e(i,e,t,n)},O.prototype.setToScaling=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),af(n,e,t)},O.prototype.scale=O.prototype.scale=function(){return bf(this.g)},O.prototype.getData=O.prototype.getData=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),cf(n,e,t)},O.prototype.__destroy__=function(){df(this.g)};function vl(){throw"cannot construct a MdDbLayerTable, no constructor in IDL"}vl.prototype=Object.create(H.prototype),vl.prototype.constructor=vl,vl.prototype.l=vl,vl.m={},c.MdDbLayerTable=vl,vl.prototype.getObjectID=function(){return ef(this.g)},vl.prototype.Erase=function(){return!!ff(this.g)},vl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!gf(t,e)},vl.prototype.Clone=function(){return E(hf(this.g),H)},vl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!jf(o,e,t,n,i)},vl.prototype.getObjectName=function(){return z(kf(this.g))},vl.prototype.getDxf0=function(){return z(lf(this.g))},vl.prototype.getJson=function(){return z(mf(this.g))},vl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!nf(t,e)};function wl(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL"}wl.prototype=Object.create(H.prototype),wl.prototype.constructor=wl,wl.prototype.l=wl,wl.m={},c.MdDbLinetypeTable=wl,wl.prototype.getObjectID=function(){return of(this.g)},wl.prototype.Erase=function(){return!!pf(this.g)},wl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!qf(t,e)},wl.prototype.Clone=function(){return E(rf(this.g),H)},wl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!sf(o,e,t,n,i)},wl.prototype.getObjectName=function(){return z(tf(this.g))},wl.prototype.getDxf0=function(){return z(uf(this.g))},wl.prototype.getJson=function(){return z(vf(this.g))},wl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!wf(t,e)};function xl(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL"}xl.prototype=Object.create(H.prototype),xl.prototype.constructor=xl,xl.prototype.l=xl,xl.m={},c.MdDbTextStyleTable=xl,xl.prototype.getObjectID=function(){return xf(this.g)},xl.prototype.Erase=function(){return!!yf(this.g)},xl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!zf(t,e)},xl.prototype.Clone=function(){return E(Af(this.g),H)},xl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Bf(o,e,t,n,i)},xl.prototype.getObjectName=function(){return z(Cf(this.g))},xl.prototype.getDxf0=function(){return z(Df(this.g))},xl.prototype.getJson=function(){return z(Ef(this.g))},xl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Ff(t,e)};function P(){throw"cannot construct a MdDbDatabase, no constructor in IDL"}P.prototype=Object.create(sl.prototype),P.prototype.constructor=P,P.prototype.l=P,P.m={},c.MdDbDatabase=P,P.prototype.GetLayerTable=function(){return E(Gf(this.g),vl)},P.prototype.GetLinetypeTable=function(){return E(Hf(this.g),wl)},P.prototype.GetTextStyleTable=function(){return E(If(this.g),xl)},P.prototype.GetCurrentlyLineTypeScale=function(){return Jf(this.g)},P.prototype.SetCurrentlyLineTypeScale=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Kf(t,e)},P.prototype.GetCurrentlyLayerName=function(){return z(Lf(this.g))},P.prototype.SetCurrentlyLayerName=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Mf(t,e)},P.prototype.GetCurrentlyLineTypeName=function(){return z(Nf(this.g))},P.prototype.SetCurrentlyLineTypeName=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Of(t,e)},P.prototype.GetCurrentlyTrueColor=function(){return E(Pf(this.g),K)},P.prototype.SetCurrentlyTrueColor=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Qf(t,e)},P.prototype.GetCurrentlyColorIndex=function(){return Rf(this.g)},P.prototype.SetCurrentlyColorIndex=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Sf(t,e)},P.prototype.GetCurrentlyTextStyleName=function(){return z(Tf(this.g))},P.prototype.SetCurrentlyTextStyle=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Uf(t,e)},P.prototype.getObjectName=function(){return z(Vf(this.g))},P.prototype.getDxf0=function(){return z(Wf(this.g))},P.prototype.getJson=function(){return z(Xf(this.g))},P.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Yf(t,e)};function Q(){throw"cannot construct a McObject, no constructor in IDL"}Q.prototype=Object.create(il.prototype),Q.prototype.constructor=Q,Q.prototype.l=Q,Q.m={},c.McObject=Q,Q.prototype.updateDisplay=function(e,t){var n=this.g;return F(),typeof e=="object"&&(e=rl(e)),typeof t=="object"&&(t=rl(t)),!!Zf(n,e,t)},Q.prototype.test=Q.prototype.test=function(){$f(this.g)},Q.prototype.openWebFile=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!ag(t,e)},Q.prototype.saveFileToUrl=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!bg(t,e)},Q.prototype.saveFile=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!cg(t,e)},Q.prototype.getViewDataJsonParam=function(){return z(dg(this.g))},Q.prototype.updataAppData=function(){eg(this.g)},Q.prototype.GetDatabase=function(){return E(fg(this.g),P)},Q.prototype.GetSysVarString=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),z(gg(t,e))},Q.prototype.SetSysVarString=function(e,t){var n=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),!!hg(n,e,t)},Q.prototype.GetSysVarDouble=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),ig(t,e)},Q.prototype.SetSysVarDouble=function(e,t){var n=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),t&&typeof t=="object"&&(t=t.g),!!jg(n,e,t)},Q.prototype.GetSysVarLong=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),kg(t,e)},Q.prototype.SetSysVarLong=function(e,t){var n=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),t&&typeof t=="object"&&(t=t.g),!!lg(n,e,t)},Q.prototype.fireEventWindowSize=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),mg(n,e,t)},Q.prototype.fireEventCommandStart=function(){ng(this.g)},Q.prototype.IntelliSelect_PointSelect=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),og(n,e,t)},Q.prototype.IntelliSelect_getGridData=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(pg(t,e))},Q.prototype.EntityTempWordDraw_onJigCommandEnd=function(){qg(this.g)},Q.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),rg(t,e)},Q.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){sg(this.g)},Q.prototype.EntityTempWordDraw_onJigClearDisplay=function(){tg(this.g)},Q.prototype.SetDrawColor=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ug(t,e)},Q.prototype.GetDrawColor=function(){return E(vg(this.g),K)},Q.prototype.AddLayer=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),wg(t,e)},Q.prototype.SetDrawLayer=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),xg(t,e)},Q.prototype.GetDrawLayer=function(){return z(yg(this.g))},Q.prototype.AddTextStyle=function(e,t,n,i){var o=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),zg(o,e,t,n,i)},Q.prototype.SetDrawTextStyle=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Ag(t,e)},Q.prototype.GetDrawTextStyle=function(){return z(Bg(this.g))},Q.prototype.AddLinetype=function(e,t){var n=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),Cg(n,e,t)},Q.prototype.AddLinetypeEx=function(e,t,n){var i=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),n=n&&typeof n=="object"?n.g:G(n),Dg(i,e,t,n)},Q.prototype.AddDimStyle=function(e,t,n,i,o){var _=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),n=n&&typeof n=="object"?n.g:G(n),i=i&&typeof i=="object"?i.g:G(i),o=o&&typeof o=="object"?o.g:G(o),Eg(_,e,t,n,i,o)},Q.prototype.SetDrawLinetype=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Fg(t,e)},Q.prototype.GetDrawLinetype=function(){return z(Gg(this.g))},Q.prototype.SetDrawLineWeight=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Hg(t,e)},Q.prototype.GetDrawLineWeight=function(){return Ig(this.g)},Q.prototype.SetDrawLineTypeScale=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Jg(t,e)},Q.prototype.GetDrawLineTypeScale=function(){return Kg(this.g)},Q.prototype.SetDrawDimStyle=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Lg(t,e)},Q.prototype.GetDrawDimStyle=function(){return z(Mg(this.g))},Q.prototype.SetPatternDefinition=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Ng(t,e)},Q.prototype.GetPatternDefinition=function(){return z(Og(this.g))},Q.prototype.SetDrawLineWidth=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Pg(t,e)},Q.prototype.GetDrawLineWidth=function(){return Qg(this.g)},Q.prototype.DrawLine=function(e,t,n,i,o,_){var s=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),Rg(s,e,t,n,i,o,_)},Q.prototype.DrawArc=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),Sg(_,e,t,n,i,o)},Q.prototype.DrawArc2=function(e,t,n,i,o,_){var s=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),Tg(s,e,t,n,i,o,_)},Q.prototype.DrawCircle=function(e,t,n){var i=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),Ug(i,e,t,n)},Q.prototype.DrawEllipse=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),Vg(_,e,t,n,i,o)},Q.prototype.DrawEllipseArc=function(e,t,n,i,o,_,s){var u=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),Wg(u,e,t,n,i,o,_,s)},Q.prototype.DrawPoint=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Xg(n,e,t)},Q.prototype.DrawSolid=function(e,t,n,i,o,_,s,u){var b=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),u&&typeof u=="object"&&(u=u.g),Yg(b,e,t,n,i,o,_,s,u)},Q.prototype.DrawMText=function(e,t,n,i,o,_,s){var u=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),Zg(u,e,t,n,i,o,_,s)},Q.prototype.DrawText=function(e,t,n,i,o,_,s){var u=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),$g(u,e,t,n,i,o,_,s)},Q.prototype.DrawBlockReference=function(e,t,n,i,o){var _=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),ah(_,e,t,n,i,o)},Q.prototype.DrawDimAligned=function(e,t,n,i,o,_){var s=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),bh(s,e,t,n,i,o,_)},Q.prototype.DrawDimAngular=function(e,t,n,i,o,_,s,u){var b=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),u&&typeof u=="object"&&(u=u.g),ch(b,e,t,n,i,o,_,s,u)},Q.prototype.DrawDimDiametric=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),dh(_,e,t,n,i,o)},Q.prototype.DrawDimRotated=function(e,t,n,i,o,_,s){var u=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),eh(u,e,t,n,i,o,_,s)},Q.prototype.DrawDimOrdinate=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),fh(_,e,t,n,i,o)},Q.prototype.DrawDimRadial=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),gh(_,e,t,n,i,o)},Q.prototype.PathMoveTo=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),hh(n,e,t)},Q.prototype.PathMoveToEx=function(e,t,n,i,o){var _=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),ih(_,e,t,n,i,o)},Q.prototype.PathLineTo=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),jh(n,e,t)},Q.prototype.PathLineToEx=function(e,t,n,i,o){var _=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),kh(_,e,t,n,i,o)},Q.prototype.DrawPathToPolyline=function(){return lh(this.g)},Q.prototype.DrawPathToSpline=function(){return mh(this.g)},Q.prototype.PathMakeClosed=function(){nh(this.g)},Q.prototype.DrawPathToHatch=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),oh(t,e)},Q.prototype.DrawEntity=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ph(t,e)};function yl(){this.g=qh(),jl(yl)[this.g]=this}yl.prototype=Object.create(il.prototype),yl.prototype.constructor=yl,yl.prototype.l=yl,yl.m={},c.McApp=yl,yl.prototype.Init=function(){rh(this.g)},yl.prototype.CreateMxDraw=function(e,t,n,i,o){var _=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),E(sh(_,e,t,n,i,o),Q)},yl.prototype.GetCurrentMxDraw=function(){return E(th(this.g),Q)},yl.prototype.DestroyObject=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),uh(t,e)},yl.prototype.mcedRGB2Index=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),vh(o,e,t,n,i)},yl.prototype.ObjectIdToObjectName=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(wh(t,e))},yl.prototype.ObjectIdToMdDbLine=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(xh(t,e),S)},yl.prototype.ObjectIdToMdDbText=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(yh(t,e),T)},yl.prototype.ObjectIdToMdObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(zh(t,e),H)},yl.prototype.getLastCallResult=function(){return Ah(this.g)},yl.prototype.__destroy__=function(){Bh(this.g)};function U(){this.g=Ch(),jl(U)[this.g]=this}U.prototype=Object.create(sl.prototype),U.prototype.constructor=U,U.prototype.l=U,U.m={},c.McDrawResbuf=U,U.prototype.Clear=function(){Dh(this.g)},U.prototype.GetCount=function(){return Eh(this.g)},U.prototype.AtDouble=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Fh(t,e)},U.prototype.Atlong=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Gh(t,e)},U.prototype.AtObjectId=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Hh(t,e)},U.prototype.AtString=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(Ih(t,e))},U.prototype.AtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Jh(t,e),J)},U.prototype.ItemDataType=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Kh(t,e)},U.prototype.AddDouble=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Lh(n,e,t)},U.prototype.Addlong=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Mh(n,e,t)},U.prototype.AddObjectId=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Nh(n,e,t)},U.prototype.AddString=function(e,t){var n=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t&&typeof t=="object"&&(t=t.g),Oh(n,e,t)},U.prototype.AddPoint=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Ph(n,e,t)},U.prototype.RemoveAll=function(){Qh(this.g)},U.prototype.Remove=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Rh(t,e)},U.prototype.getObjectName=function(){return z(Sh(this.g))},U.prototype.getDxf0=function(){return z(Th(this.g))},U.prototype.getJson=function(){return z(Uh(this.g))},U.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Vh(t,e)},U.prototype.__destroy__=function(){Wh(this.g)};function zl(){this.g=Xh(),jl(zl)[this.g]=this}zl.prototype=Object.create(il.prototype),zl.prototype.constructor=zl,zl.prototype.l=zl,zl.m={},c.McDrawUtility=zl,zl.prototype.findEntAtPoint=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),Yh(_,e,t,n,i,o)},zl.prototype.eraseEntity=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Zh(t,e)},zl.prototype.highlightEntity=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!$h(n,e,t)},zl.prototype.__destroy__=function(){ai(this.g)};function S(){this.g=bi(),jl(S)[this.g]=this}S.prototype=Object.create(I.prototype),S.prototype.constructor=S,S.prototype.l=S,S.m={},c.MdDbLine=S,S.prototype.startPoint=function(){return E(ci(this.g),J)},S.prototype.setStartPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!di(t,e)},S.prototype.endPoint=function(){return E(ei(this.g),J)},S.prototype.setEndPoint=S.prototype.setEndPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!fi(t,e)},S.prototype.getStartParam=function(){return gi(this.g)},S.prototype.getEndParam=function(){return hi(this.g)},S.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ii(t,e)},S.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ji(t,e)},S.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ki(t,e)},S.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(li(t,e),J)},S.prototype.getObjectID=function(){return mi(this.g)},S.prototype.Erase=function(){return!!ni(this.g)},S.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!oi(t,e)},S.prototype.Clone=function(){return E(pi(this.g),H)},S.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!qi(o,e,t,n,i)},S.prototype.getObjectName=function(){return z(ri(this.g))},S.prototype.getDxf0=function(){return z(si(this.g))},S.prototype.getJson=function(){return z(ti(this.g))},S.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!ui(t,e)},S.prototype.__destroy__=function(){vi(this.g)};function T(){this.g=wi(),jl(T)[this.g]=this}T.prototype=Object.create(tl.prototype),T.prototype.constructor=T,T.prototype.l=T,T.m={},c.MdDbText=T,T.prototype.position=T.prototype.position=function(){return E(xi(this.g),J)},T.prototype.setPosition=T.prototype.setPosition=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!yi(t,e)},T.prototype.alignmentPoint=function(){return E(zi(this.g),J)},T.prototype.setAlignmentPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ai(t,e)},T.prototype.oblique=function(){return Bi(this.g)},T.prototype.setOblique=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ci(t,e)},T.prototype.rotation=T.prototype.rotation=function(){return Di(this.g)},T.prototype.setRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ei(t,e)},T.prototype.height=T.prototype.height=function(){return Fi(this.g)},T.prototype.setHeight=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Gi(t,e)},T.prototype.widthFactor=function(){return Hi(this.g)},T.prototype.setWidthFactor=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ii(t,e)},T.prototype.textString=function(){return z(Ji(this.g))},T.prototype.setTextString=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Ki(t,e)},T.prototype.horizontalMode=function(){return Li(this.g)},T.prototype.setHorizontalMode=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Mi(t,e)},T.prototype.verticalMode=function(){return Ni(this.g)},T.prototype.setVerticalMode=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Oi(t,e)},T.prototype.getObjectID=function(){return Pi(this.g)},T.prototype.Erase=function(){return!!Qi(this.g)},T.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ri(t,e)},T.prototype.Clone=function(){return E(Si(this.g),H)},T.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Ti(o,e,t,n,i)},T.prototype.getObjectName=function(){return z(Ui(this.g))},T.prototype.getDxf0=function(){return z(Vi(this.g))},T.prototype.getJson=function(){return z(Wi(this.g))},T.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Xi(t,e)},T.prototype.__destroy__=function(){Yi(this.g)};function V(){this.g=Zi(),jl(V)[this.g]=this}V.prototype=Object.create(I.prototype),V.prototype.constructor=V,V.prototype.l=V,V.m={},c.MdDbCircle=V,V.prototype.center=function(){return E($i(this.g),J)},V.prototype.setCenter=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!aj(t,e)},V.prototype.radius=function(){return bj(this.g)},V.prototype.setRadius=V.prototype.setRadius=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!cj(t,e)},V.prototype.getStartParam=function(){return dj(this.g)},V.prototype.getEndParam=function(){return ej(this.g)},V.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),fj(t,e)},V.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),gj(t,e)},V.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),hj(t,e)},V.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(ij(t,e),J)},V.prototype.getObjectID=function(){return jj(this.g)},V.prototype.Erase=function(){return!!kj(this.g)},V.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!lj(t,e)},V.prototype.Clone=function(){return E(mj(this.g),H)},V.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!nj(o,e,t,n,i)},V.prototype.getObjectName=function(){return z(oj(this.g))},V.prototype.getDxf0=function(){return z(pj(this.g))},V.prototype.getJson=function(){return z(qj(this.g))},V.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!rj(t,e)},V.prototype.__destroy__=function(){sj(this.g)};function W(){this.g=tj(),jl(W)[this.g]=this}W.prototype=Object.create(I.prototype),W.prototype.constructor=W,W.prototype.l=W,W.m={},c.MdDbPolyline=W,W.prototype.setClosed=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!uj(t,e)},W.prototype.setConstantWidth=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!vj(t,e)},W.prototype.isClosed=function(){return!!wj(this.g)},W.prototype.getConstantWidth=function(){return xj(this.g)},W.prototype.addVertexAt=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),!!yj(_,e,t,n,i,o)},W.prototype.removeVertexAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!zj(t,e)},W.prototype.numVerts=function(){return Aj(this.g)},W.prototype.getPointAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Bj(t,e),J)},W.prototype.getBulgeAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Cj(t,e)},W.prototype.getStartWidthsAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Dj(t,e)},W.prototype.getEndWidthsAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Ej(t,e)},W.prototype.setPointAt=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Fj(n,e,t)},W.prototype.setBulgeAt=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Gj(n,e,t)},W.prototype.getStartParam=function(){return Hj(this.g)},W.prototype.getEndParam=function(){return Ij(this.g)},W.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Jj(t,e)},W.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Kj(t,e)},W.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Lj(t,e)},W.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Mj(t,e),J)},W.prototype.getObjectID=function(){return Nj(this.g)},W.prototype.Erase=function(){return!!Oj(this.g)},W.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Pj(t,e)},W.prototype.Clone=function(){return E(Qj(this.g),H)},W.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Rj(o,e,t,n,i)},W.prototype.getObjectName=function(){return z(Sj(this.g))},W.prototype.getDxf0=function(){return z(Tj(this.g))},W.prototype.getJson=function(){return z(Uj(this.g))},W.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Vj(t,e)},W.prototype.__destroy__=function(){Wj(this.g)};function Y(){this.g=Xj(),jl(Y)[this.g]=this}Y.prototype=Object.create(tl.prototype),Y.prototype.constructor=Y,Y.prototype.l=Y,Y.m={},c.MdDbBlockReference=Y,Y.prototype.blockTableRecord=function(){return Yj(this.g)},Y.prototype.setBlockTableRecord=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Zj(t,e)},Y.prototype.position=Y.prototype.position=function(){return E(ak(this.g),J)},Y.prototype.setPosition=Y.prototype.setPosition=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!bk(t,e)},Y.prototype.scaleFactors=function(){return E(ck(this.g),J)},Y.prototype.setScaleFactors=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!dk(t,e)},Y.prototype.rotation=Y.prototype.rotation=function(){return ek(this.g)},Y.prototype.setRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!fk(t,e)},Y.prototype.blockTransform=function(){return E(gk(this.g),O)},Y.prototype.setBlockTransform=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!hk(t,e)},Y.prototype.getObjectID=function(){return ik(this.g)},Y.prototype.Erase=function(){return!!jk(this.g)},Y.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!kk(t,e)},Y.prototype.Clone=function(){return E(lk(this.g),H)},Y.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!mk(o,e,t,n,i)},Y.prototype.getObjectName=function(){return z(nk(this.g))},Y.prototype.getDxf0=function(){return z(ok(this.g))},Y.prototype.getJson=function(){return z(pk(this.g))},Y.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!qk(t,e)},Y.prototype.__destroy__=function(){rk(this.g)};function Z(){this.g=sk(),jl(Z)[this.g]=this}return Z.prototype=Object.create(tl.prototype),Z.prototype.constructor=Z,Z.prototype.l=Z,Z.m={},c.MdDbDimension=Z,Z.prototype.textPosition=function(){return E(tk(this.g),J)},Z.prototype.setTextPosition=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!uk(t,e)},Z.prototype.isUsingDefaultTextPosition=function(){return!!vk(this.g)},Z.prototype.useSetTextPosition=function(){return!!wk(this.g)},Z.prototype.useDefaultTextPosition=function(){return!!xk(this.g)},Z.prototype.elevation=Z.prototype.elevation=function(){return yk(this.g)},Z.prototype.setElevation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!zk(t,e)},Z.prototype.dimensionText=function(){return z(Ak(this.g))},Z.prototype.setDimensionText=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Bk(t,e)},Z.prototype.textRotation=function(){return Ck(this.g)},Z.prototype.setTextRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Dk(t,e)},Z.prototype.dimensionStyle=function(){return Ek(this.g)},Z.prototype.setDimensionStyle=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Fk(t,e)},Z.prototype.textAttachment=function(){return Gk(this.g)},Z.prototype.setTextAttachment=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Hk(t,e)},Z.prototype.horizontalRotation=function(){return Ik(this.g)},Z.prototype.setHorizontalRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Jk(t,e)},Z.prototype.recomputeDimBlock=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Kk(t,e)},Z.prototype.GetDimVarInt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Lk(t,e)},Z.prototype.SetDimVarInt=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Mk(n,e,t)},Z.prototype.GetDimVarDouble=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Nk(t,e)},Z.prototype.SetDimVarDouble=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Ok(n,e,t)},Z.prototype.GetDimVarString=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(Pk(t,e))},Z.prototype.SetDimVarString=function(e,t){var n=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t=t&&typeof t=="object"?t.g:G(t),!!Qk(n,e,t)},Z.prototype.GetDimVarObjectId=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Rk(t,e)},Z.prototype.SetDimVarObjectId=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Sk(n,e,t)},Z.prototype.getObjectID=function(){return Tk(this.g)},Z.prototype.Erase=function(){return!!Uk(this.g)},Z.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Vk(t,e)},Z.prototype.Clone=function(){return E(Wk(this.g),H)},Z.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Xk(o,e,t,n,i)},Z.prototype.getObjectName=function(){return z(Yk(this.g))},Z.prototype.getDxf0=function(){return z(Zk(this.g))},Z.prototype.getJson=function(){return z($k(this.g))},Z.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!al(t,e)},Z.prototype.__destroy__=function(){bl(this.g)},mxdrawassembly.ready}})();typeof exports=="object"&&typeof module=="object"?module.exports=mxdrawassembly:typeof define=="function"&&define.amd?define([],function(){return mxdrawassembly}):typeof exports=="object"&&(exports.mxdrawassembly=mxdrawassembly);const getWasmURL=(e,t)=>new URL(e,self.location.href||t).toString();exports.MxCpp=void 0;function loadMxCADassembly(e,t=getWasmURL){if(exports.MxCpp||(exports.MxCpp=new MxCppType),exports.MxCpp.mxcadassemblyimp){e(exports.MxCpp);return}mxdrawassembly({locateFile:t}).then(n=>{exports.MxCpp.mxcadassemblyimp=n;let i=new n.McApp;i.Init(),exports.MxCpp.App.init(i),e(exports.MxCpp)})}const _export=Object.freeze(Object.defineProperty({__proto__:null,get MxCpp(){return exports.MxCpp},loadMxCADassembly,fetchAndInstantiate,b64Encode,b64Decode,MxTools,drawText,drawCircle,drawLine,drawMText,drawPolyLine,drawPolygon,drawArc,drawEllipticalArc,mxErase,McObject,MdRxObject,MdDbDatabase,MdDbLayerTable,MdDbEntity,MdDbCurve,MdDbLine,MdDbText,MdDbCircle,get McDb(){return exports.McDb},McDrawUtility,MxObjectId,McDrawResbuf,MdDbPolyline},Symbol.toStringTag,{value:"Module"}));exports.McDrawResbuf=McDrawResbuf,exports.McDrawUtility=McDrawUtility,exports.McObject=McObject,exports.MdDbCircle=MdDbCircle,exports.MdDbCurve=MdDbCurve,exports.MdDbDatabase=MdDbDatabase,exports.MdDbEntity=MdDbEntity,exports.MdDbLayerTable=MdDbLayerTable,exports.MdDbLine=MdDbLine,exports.MdDbPolyline=MdDbPolyline,exports.MdDbText=MdDbText,exports.MdRxObject=MdRxObject,exports.MxObjectId=MxObjectId,exports.MxTools=MxTools,exports.b64Decode=b64Decode,exports.b64Encode=b64Encode,exports.default=_export,exports.drawArc=drawArc,exports.drawCircle=drawCircle,exports.drawEllipticalArc=drawEllipticalArc,exports.drawLine=drawLine,exports.drawMText=drawMText,exports.drawPolyLine=drawPolyLine,exports.drawPolygon=drawPolygon,exports.drawText=drawText,exports.fetchAndInstantiate=fetchAndInstantiate,exports.loadMxCADassembly=loadMxCADassembly,exports.mxErase=mxErase,Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});
48
+ `:"")+rc(e)),e&1?e&4?console.error(t):e&2?console.warn(t):e&512?console.info(t):e&256?console.debug(t):console.log(t):e&6?ra(t):qa(t)},emscripten_memcpy_big:function(e,t,n){p.copyWithin(e,t,t+n)},emscripten_resize_heap:function(e){var t=p.length;if(e>>>=0,2147483648<e)return!1;for(var n=1;4>=n;n*=2){var i=t*(1+.2/n);i=Math.min(i,e+100663296);var o=Math,_=o.min;i=Math.max(e,i),i+=(65536-i%65536)%65536;e:{var s=ua.buffer;try{ua.grow(_.call(o,2147483648,i)-s.byteLength+65535>>>16),Da();var u=1;break e}catch{}u=void 0}if(u)return!0}return!1},emscripten_run_script:function(a){eval(z(a))},emscripten_start_fetch:function(e,t,n,i,o){function _(L){if(x)L();else if(!wa)try{if(L(),!noExitRuntime)try{xa=xa=L=xa,noExitRuntime||(c.onExit&&c.onExit(L),wa=!0),ha(L,new eb(L))}catch(X){yc(X)}}catch(X){yc(X)}}var s=e+112,u=z(s),b=r[s+36>>2],d=r[s+40>>2],y=r[s+44>>2],w=r[s+48>>2],v=r[s+52>>2],l=!!(v&4),g=!!(v&32),h=!!(v&16),x=!!(v&64),f=L=>{_(()=>{b?Dc(b)(L):t&&t(L)})},R=L=>{_(()=>{y?Dc(y)(L):i&&i(L)})},j=L=>{_(()=>{d?Dc(d)(L):n&&n(L)})},$=L=>{_(()=>{w?Dc(w)(L):o&&o(L)})};v=L=>{uc(L,f,j,R,$)};var k=(L,X)=>{zc(L,X.response,_e=>{_(()=>{b?Dc(b)(_e):t&&t(_e)})},_e=>{_(()=>{b?Dc(b)(_e):t&&t(_e)})})},N=L=>{uc(L,k,j,R,$)};if(u==="EM_IDB_STORE")u=r[s+84>>2],zc(e,p.slice(u,u+r[s+88>>2]),f,j);else if(u==="EM_IDB_DELETE")Bc(e,f,j);else if(h){if(g)return 0;uc(e,l?k:f,j,R,$)}else Ac(e,f,g?j:l?N:v);return e},emscripten_webgl_create_context:function(e,t){return t>>=2,t={alpha:!!q[t+0],depth:!!q[t+1],stencil:!!q[t+2],antialias:!!q[t+3],premultipliedAlpha:!!q[t+4],preserveDrawingBuffer:!!q[t+5],powerPreference:Yc[q[t+6]],failIfMajorPerformanceCaveat:!!q[t+7],za:q[t+8],sb:q[t+9],ua:q[t+10],Na:q[t+11],wb:q[t+12],xb:q[t+13]},e=2<e?z(e):e,e=Zc[e]||(typeof document<"u"?document.querySelector(e):void 0),!e||t.Na?0:Sc(e,t)},emscripten_webgl_destroy_context:function(e){if(C==e&&(C=0),C===Mc[e]&&(C=null),typeof Xc=="object"){for(var t=Mc[e].H.canvas,n=0;n<Wc.length;++n)if(Wc[n].target==t){var i=n--,o=Wc[i];o.target.removeEventListener(o.ob,o.nb,o.Ab),Wc.splice(i,1)}}Mc[e]&&Mc[e].H.canvas&&(Mc[e].H.canvas.Ja=void 0),Mc[e]=null},emscripten_webgl_make_context_current:function(e){return C=Mc[e],c.lb=D=C&&C.H,!e||D?0:-5},environ_get:function(e,t){var n=0;return ad().forEach(function(i,o){var _=t+n;for(o=r[e+4*o>>2]=_,_=0;_<i.length;++_)m[o++>>0]=i.charCodeAt(_);m[o>>0]=0,n+=i.length+1}),0},environ_sizes_get:function(e,t){var n=ad();r[e>>2]=n.length;var i=0;return n.forEach(function(o){i+=o.length+1}),r[t>>2]=i,0},fd_close:function(e){try{var t=gc(e);return ab(t),0}catch(n){if(typeof ec>"u"||n.name!=="ErrnoError")throw n;return n.s}},fd_read:function(e,t,n,i){try{e:{var o=gc(e);e=t;for(var _,s=t=0;s<n;s++){var u=r[e>>2],b=r[e+4>>2];e+=8;var d=Za(o,m,u,b,_);if(0>d){var y=-1;break e}if(t+=d,d<b)break;typeof _<"u"&&(_+=d)}y=t}return r[i>>2]=y,0}catch(w){if(typeof ec>"u"||w.name!=="ErrnoError")throw w;return w.s}},fd_seek:function(e,t,n,i,o){try{if(t=n+2097152>>>0<4194305-!!t?(t>>>0)+4294967296*n:NaN,isNaN(t))return 61;var _=gc(e);return Zb(_,t,i),Wa=[_.position>>>0,(Va=_.position,1<=+Math.abs(Va)?0<Va?(Math.min(+Math.floor(Va/4294967296),4294967295)|0)>>>0:~~+Math.ceil((Va-+(~~Va>>>0))/4294967296)>>>0:0)],q[o>>2]=Wa[0],q[o+4>>2]=Wa[1],_.fa&&t===0&&i===0&&(_.fa=null),0}catch(s){if(typeof ec>"u"||s.name!=="ErrnoError")throw s;return s.s}},fd_write:function(e,t,n,i){try{e:{var o=gc(e);e=t;for(var _,s=t=0;s<n;s++){var u=r[e>>2],b=r[e+4>>2];e+=8;var d=o,y=u,w=b,v=_,l=m;if(0>w||0>v)throw new A(28);if(d.fd===null)throw new A(8);if((d.flags&2097155)===0)throw new A(8);if((d.node.mode&61440)===16384)throw new A(31);if(!d.j.write)throw new A(28);d.seekable&&d.flags&1024&&Zb(d,0,2);var g=typeof v<"u";if(!g)v=d.position;else if(!d.seekable)throw new A(70);var h=d.j.write(d,l,y,w,v,void 0);g||(d.position+=h);var x=h;if(0>x){var f=-1;break e}t+=x,typeof _<"u"&&(_+=x)}f=t}return r[i>>2]=f,0}catch(R){if(typeof ec>"u"||R.name!=="ErrnoError")throw R;return R.s}},getentropy:function(e,t){return mb(p.subarray(e,e+t)),0},glAttachShader:function(e,t){D.attachShader(Jc[e],Kc[t])},glBindAttribLocation:function(e,t,n){D.bindAttribLocation(Jc[e],t,z(n))},glBindBuffer:function(e,t){e==34962?D.R=t:e==34963&&(D.M=t),e==35051?D.ra=t:e==35052&&(D.sa=t),D.bindBuffer(e,Ic[t])},glBindVertexArray:function(e){D.bindVertexArray(Lc[e]),e=D.getParameter(34965),D.M=e?e.name|0:0},glBufferData:function(e,t,n,i){2<=C.version?n&&t?D.bufferData(e,p,i,n,t):D.bufferData(e,t,i):D.bufferData(e,n?p.subarray(n,n+t):t,i)},glClear:function(e){D.clear(e)},glClearColor:function(e,t,n,i){D.clearColor(e,t,n,i)},glCompileShader:function(e){D.compileShader(Kc[e])},glCreateProgram:function(){var e=Qc(Jc),t=D.createProgram();return t.name=e,t.U=t.S=t.T=0,t.oa=1,Jc[e]=t,e},glCreateShader:function(e){var t=Qc(Kc);return Kc[t]=D.createShader(e),t},glDeleteBuffers:function(e,t){for(var n=0;n<e;n++){var i=q[t+4*n>>2],o=Ic[i];o&&(D.deleteBuffer(o),o.name=0,Ic[i]=null,i==D.R&&(D.R=0),i==D.M&&(D.M=0),i==D.ra&&(D.ra=0),i==D.sa&&(D.sa=0))}},glDeleteProgram:function(e){if(e){var t=Jc[e];t?(D.deleteProgram(t),t.name=0,Jc[e]=null):Oc(1281)}},glDeleteShader:function(e){if(e){var t=Kc[e];t?(D.deleteShader(t),Kc[e]=null):Oc(1281)}},glDeleteVertexArrays:function(e,t){for(var n=0;n<e;n++){var i=q[t+4*n>>2];D.deleteVertexArray(Lc[i]),Lc[i]=null}},glDisable:function(e){D.disable(e)},glDrawElements:function(e,t,n,i){if(!D.M){var o=1*Nc[n-5120]*t,_=Rc(o),s=C.L[_];s?_=s:(s=D.getParameter(34965),C.L[_]=D.createBuffer(),D.bindBuffer(34963,C.L[_]),D.bufferData(34963,1<<_,35048),D.bindBuffer(34963,s),_=C.L[_]),D.bindBuffer(34963,_),D.bufferSubData(34963,0,p.subarray(i,i+o)),i=0}for(Vc=!1,o=0;o<C.Aa;++o)if(_=C.P[o],_.$&&_.enabled){Vc=!0,s=_.la,s=0<s?t*s:_.size*Nc[_.type-5120]*t;var u=Rc(s),b=C.X[u],d=C.N[u];C.N[u]=C.N[u]+1&63;var y=b[d];y?u=y:(y=D.getParameter(34964),b[d]=D.createBuffer(),D.bindBuffer(34962,b[d]),D.bufferData(34962,1<<u,35048),D.bindBuffer(34962,y),u=b[d]),D.bindBuffer(34962,u),D.bufferSubData(34962,0,p.subarray(_.g,_.g+s)),_.Ia.call(D,o,_.size,_.type,_.Ea,_.la,0)}D.drawElements(e,t,n,i),Vc&&D.bindBuffer(34962,Ic[D.R]),D.M||D.bindBuffer(34963,null)},glDrawElementsInstanced:function(e,t,n,i,o){D.drawElementsInstanced(e,t,n,i,o)},glEnable:function(e){D.enable(e)},glEnableVertexAttribArray:function(e){C.P[e].enabled=!0,D.enableVertexAttribArray(e)},glGenBuffers:function(e,t){cd(e,t,"createBuffer",Ic)},glGenVertexArrays:function(e,t){cd(e,t,"createVertexArray",Lc)},glGetActiveAttrib:function(e,t,n,i,o,_,s){dd("getActiveAttrib",e,t,n,i,o,_,s)},glGetActiveUniform:function(e,t,n,i,o,_,s){dd("getActiveUniform",e,t,n,i,o,_,s)},glGetAttribLocation:function(e,t){return D.getAttribLocation(Jc[e],z(t))},glGetBooleanv:function(e,t){ed(e,t)},glGetError:function(){var e=D.getError()||Pc;return Pc=0,e},glGetProgramInfoLog:function(e,t,n,i){e=D.getProgramInfoLog(Jc[e]),e===null&&(e="(unknown error)"),t=0<t&&i?ob(e,p,i,t):0,n&&(q[n>>2]=t)},glGetProgramiv:function(e,t,n){if(n)if(e>=Hc)Oc(1281);else if(e=Jc[e],t==35716)e=D.getProgramInfoLog(e),e===null&&(e="(unknown error)"),q[n>>2]=e.length+1;else if(t==35719){if(!e.U)for(t=0;t<D.getProgramParameter(e,35718);++t)e.U=Math.max(e.U,D.getActiveUniform(e,t).name.length+1);q[n>>2]=e.U}else if(t==35722){if(!e.S)for(t=0;t<D.getProgramParameter(e,35721);++t)e.S=Math.max(e.S,D.getActiveAttrib(e,t).name.length+1);q[n>>2]=e.S}else if(t==35381){if(!e.T)for(t=0;t<D.getProgramParameter(e,35382);++t)e.T=Math.max(e.T,D.getActiveUniformBlockName(e,t).length+1);q[n>>2]=e.T}else q[n>>2]=D.getProgramParameter(e,t);else Oc(1281)},glGetShaderInfoLog:function(e,t,n,i){e=D.getShaderInfoLog(Kc[e]),e===null&&(e="(unknown error)"),t=0<t&&i?ob(e,p,i,t):0,n&&(q[n>>2]=t)},glGetShaderiv:function(e,t,n){n?t==35716?(e=D.getShaderInfoLog(Kc[e]),e===null&&(e="(unknown error)"),q[n>>2]=e?e.length+1:0):t==35720?(e=D.getShaderSource(Kc[e]),q[n>>2]=e?e.length+1:0):q[n>>2]=D.getShaderParameter(Kc[e],t):Oc(1281)},glGetUniformLocation:function(e,t){if(t=z(t),e=Jc[e]){var n=e,i=n.O,o=n.Ha,_;if(!i)for(n.O=i={},n.Ga={},_=0;_<D.getProgramParameter(n,35718);++_){var s=D.getActiveUniform(n,_),u=s.name;s=s.size;var b=fd(u);b=0<b?u.slice(0,b):u;var d=n.oa;for(n.oa+=s,o[b]=[s,d],u=0;u<s;++u)i[d]=u,n.Ga[d++]=b}if(n=e.O,i=0,o=t,_=fd(t),0<_&&(i=parseInt(t.slice(_+1))>>>0,o=t.slice(0,_)),(o=e.Ha[o])&&i<o[0]&&(i+=o[1],n[i]=n[i]||D.getUniformLocation(e,t)))return i}else Oc(1281);return-1},glLineWidth:function(e){D.lineWidth(e)},glLinkProgram:function(e){e=Jc[e],D.linkProgram(e),e.O=0,e.Ha={}},glShaderSource:function(e,t,n,i){for(var o="",_=0;_<t;++_){var s=i?q[i+4*_>>2]:-1;o+=z(q[n+4*_>>2],0>s?void 0:s)}D.shaderSource(Kc[e],o)},glUniform1i:function(e,t){D.uniform1i(gd(e),t)},glUniform4f:function(e,t,n,i,o){D.uniform4f(gd(e),t,n,i,o)},glUniform4fv:function(e,t,n){if(2<=C.version)t&&D.uniform4fv(gd(e),Ba,n>>2,4*t);else{if(72>=t){var i=hd[4*t-1],o=Ba;n>>=2;for(var _=0;_<4*t;_+=4){var s=n+_;i[_]=o[s],i[_+1]=o[s+1],i[_+2]=o[s+2],i[_+3]=o[s+3]}}else i=Ba.subarray(n>>2,n+16*t>>2);D.uniform4fv(gd(e),i)}},glUniformMatrix4fv:function(e,t,n,i){if(2<=C.version)t&&D.uniformMatrix4fv(gd(e),!!n,Ba,i>>2,16*t);else{if(18>=t){var o=hd[16*t-1],_=Ba;i>>=2;for(var s=0;s<16*t;s+=16){var u=i+s;o[s]=_[u],o[s+1]=_[u+1],o[s+2]=_[u+2],o[s+3]=_[u+3],o[s+4]=_[u+4],o[s+5]=_[u+5],o[s+6]=_[u+6],o[s+7]=_[u+7],o[s+8]=_[u+8],o[s+9]=_[u+9],o[s+10]=_[u+10],o[s+11]=_[u+11],o[s+12]=_[u+12],o[s+13]=_[u+13],o[s+14]=_[u+14],o[s+15]=_[u+15]}}else o=Ba.subarray(i>>2,i+64*t>>2);D.uniformMatrix4fv(gd(e),!!n,o)}},glUseProgram:function(e){e=Jc[e],D.useProgram(e),D.Ma=e},glValidateProgram:function(e){D.validateProgram(Jc[e])},glVertexAttribDivisor:function(e,t){D.vertexAttribDivisor(e,t)},glVertexAttribPointer:function(e,t,n,i,o,_){var s=C.P[e];D.R?(s.$=!1,D.vertexAttribPointer(e,t,n,!!i,o,_)):(s.size=t,s.type=n,s.Ea=i,s.la=o,s.g=_,s.$=!0,s.Ia=function(u,b,d,y,w,v){this.vertexAttribPointer(u,b,d,y,w,v)})},invoke_ii:qd,invoke_iiii:rd,invoke_vi:sd,invoke_vii:td,strftime_l:function(e,t,n,i){return md(e,t,n,i)}};(function(){function e(n){return n=n.exports,c.asm=n,ua=c.asm.memory,Da(),Ea=c.asm.__indirect_function_table,Ga.unshift(c.asm.__wasm_call_ctors),Na(),n}var t={env:ud,wasi_snapshot_preview1:ud};if(Ma(),c.instantiateWasm)try{return c.instantiateWasm(t,e)}catch(n){ra("Module.instantiateWasm callback failed with error: "+n),da(n)}return Ua(t,function(n){e(n.instance)}).catch(da),{}})();var vd=c._emscripten_bind_MdRxObject_getObjectName_0=function(){return(vd=c._emscripten_bind_MdRxObject_getObjectName_0=c.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},wd=c._emscripten_bind_MdRxObject_getDxf0_0=function(){return(wd=c._emscripten_bind_MdRxObject_getDxf0_0=c.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},xd=c._emscripten_bind_MdRxObject_getJson_0=function(){return(xd=c._emscripten_bind_MdRxObject_getJson_0=c.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,arguments)},yd=c._emscripten_bind_MdRxObject_setJson_1=function(){return(yd=c._emscripten_bind_MdRxObject_setJson_1=c.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},zd=c._emscripten_bind_MdDbObject_getObjectID_0=function(){return(zd=c._emscripten_bind_MdDbObject_getObjectID_0=c.asm.emscripten_bind_MdDbObject_getObjectID_0).apply(null,arguments)},Ad=c._emscripten_bind_MdDbObject_Erase_0=function(){return(Ad=c._emscripten_bind_MdDbObject_Erase_0=c.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,arguments)},Bd=c._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(Bd=c._emscripten_bind_MdDbObject_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},Cd=c._emscripten_bind_MdDbObject_Clone_0=function(){return(Cd=c._emscripten_bind_MdDbObject_Clone_0=c.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},Dd=c._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(Dd=c._emscripten_bind_MdDbObject_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,arguments)},Ed=c._emscripten_bind_MdDbObject_getObjectName_0=function(){return(Ed=c._emscripten_bind_MdDbObject_getObjectName_0=c.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},Fd=c._emscripten_bind_MdDbObject_getDxf0_0=function(){return(Fd=c._emscripten_bind_MdDbObject_getDxf0_0=c.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,arguments)},Gd=c._emscripten_bind_MdDbObject_getJson_0=function(){return(Gd=c._emscripten_bind_MdDbObject_getJson_0=c.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,arguments)},Hd=c._emscripten_bind_MdDbObject_setJson_1=function(){return(Hd=c._emscripten_bind_MdDbObject_setJson_1=c.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Id=c._emscripten_bind_MdDbEntity_getObjectID_0=function(){return(Id=c._emscripten_bind_MdDbEntity_getObjectID_0=c.asm.emscripten_bind_MdDbEntity_getObjectID_0).apply(null,arguments)},Jd=c._emscripten_bind_MdDbEntity_Erase_0=function(){return(Jd=c._emscripten_bind_MdDbEntity_Erase_0=c.asm.emscripten_bind_MdDbEntity_Erase_0).apply(null,arguments)},Kd=c._emscripten_bind_MdDbEntity_ConnectionTempObject_1=function(){return(Kd=c._emscripten_bind_MdDbEntity_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbEntity_ConnectionTempObject_1).apply(null,arguments)},Ld=c._emscripten_bind_MdDbEntity_Clone_0=function(){return(Ld=c._emscripten_bind_MdDbEntity_Clone_0=c.asm.emscripten_bind_MdDbEntity_Clone_0).apply(null,arguments)},Md=c._emscripten_bind_MdDbEntity_moveGripPointsAt_4=function(){return(Md=c._emscripten_bind_MdDbEntity_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbEntity_moveGripPointsAt_4).apply(null,arguments)},Nd=c._emscripten_bind_MdDbEntity_getObjectName_0=function(){return(Nd=c._emscripten_bind_MdDbEntity_getObjectName_0=c.asm.emscripten_bind_MdDbEntity_getObjectName_0).apply(null,arguments)},Od=c._emscripten_bind_MdDbEntity_getDxf0_0=function(){return(Od=c._emscripten_bind_MdDbEntity_getDxf0_0=c.asm.emscripten_bind_MdDbEntity_getDxf0_0).apply(null,arguments)},Pd=c._emscripten_bind_MdDbEntity_getJson_0=function(){return(Pd=c._emscripten_bind_MdDbEntity_getJson_0=c.asm.emscripten_bind_MdDbEntity_getJson_0).apply(null,arguments)},Qd=c._emscripten_bind_MdDbEntity_setJson_1=function(){return(Qd=c._emscripten_bind_MdDbEntity_setJson_1=c.asm.emscripten_bind_MdDbEntity_setJson_1).apply(null,arguments)},Rd=c._emscripten_bind_MdDbCurve_getStartParam_0=function(){return(Rd=c._emscripten_bind_MdDbCurve_getStartParam_0=c.asm.emscripten_bind_MdDbCurve_getStartParam_0).apply(null,arguments)},Sd=c._emscripten_bind_MdDbCurve_getEndParam_0=function(){return(Sd=c._emscripten_bind_MdDbCurve_getEndParam_0=c.asm.emscripten_bind_MdDbCurve_getEndParam_0).apply(null,arguments)},Td=c._emscripten_bind_MdDbCurve_getDistAtParam_1=function(){return(Td=c._emscripten_bind_MdDbCurve_getDistAtParam_1=c.asm.emscripten_bind_MdDbCurve_getDistAtParam_1).apply(null,arguments)},Ud=c._emscripten_bind_MdDbCurve_getParamAtDist_1=function(){return(Ud=c._emscripten_bind_MdDbCurve_getParamAtDist_1=c.asm.emscripten_bind_MdDbCurve_getParamAtDist_1).apply(null,arguments)},Vd=c._emscripten_bind_MdDbCurve_getDistAtPoint_1=function(){return(Vd=c._emscripten_bind_MdDbCurve_getDistAtPoint_1=c.asm.emscripten_bind_MdDbCurve_getDistAtPoint_1).apply(null,arguments)},Wd=c._emscripten_bind_MdDbCurve_getPointAtDist_1=function(){return(Wd=c._emscripten_bind_MdDbCurve_getPointAtDist_1=c.asm.emscripten_bind_MdDbCurve_getPointAtDist_1).apply(null,arguments)},Xd=c._emscripten_bind_MdDbCurve_getObjectID_0=function(){return(Xd=c._emscripten_bind_MdDbCurve_getObjectID_0=c.asm.emscripten_bind_MdDbCurve_getObjectID_0).apply(null,arguments)},Yd=c._emscripten_bind_MdDbCurve_Erase_0=function(){return(Yd=c._emscripten_bind_MdDbCurve_Erase_0=c.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,arguments)},Zd=c._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(Zd=c._emscripten_bind_MdDbCurve_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},$d=c._emscripten_bind_MdDbCurve_Clone_0=function(){return($d=c._emscripten_bind_MdDbCurve_Clone_0=c.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,arguments)},ae=c._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(ae=c._emscripten_bind_MdDbCurve_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},be=c._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(be=c._emscripten_bind_MdDbCurve_getObjectName_0=c.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},ce=c._emscripten_bind_MdDbCurve_getDxf0_0=function(){return(ce=c._emscripten_bind_MdDbCurve_getDxf0_0=c.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,arguments)},de=c._emscripten_bind_MdDbCurve_getJson_0=function(){return(de=c._emscripten_bind_MdDbCurve_getJson_0=c.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},ee=c._emscripten_bind_MdDbCurve_setJson_1=function(){return(ee=c._emscripten_bind_MdDbCurve_setJson_1=c.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},fe=c._emscripten_bind_VoidPtr___destroy___0=function(){return(fe=c._emscripten_bind_VoidPtr___destroy___0=c.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,arguments)},ge=c._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(ge=c._emscripten_bind_MdCmColor_MdCmColor_0=c.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},he=c._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(he=c._emscripten_bind_MdCmColor_setColorIndex_1=c.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,arguments)},ie=c._emscripten_bind_MdCmColor_setRGB_3=function(){return(ie=c._emscripten_bind_MdCmColor_setRGB_3=c.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,arguments)},je=c._emscripten_bind_MdCmColor_get_red_0=function(){return(je=c._emscripten_bind_MdCmColor_get_red_0=c.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},ke=c._emscripten_bind_MdCmColor_set_red_1=function(){return(ke=c._emscripten_bind_MdCmColor_set_red_1=c.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,arguments)},le=c._emscripten_bind_MdCmColor_get_green_0=function(){return(le=c._emscripten_bind_MdCmColor_get_green_0=c.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,arguments)},me=c._emscripten_bind_MdCmColor_set_green_1=function(){return(me=c._emscripten_bind_MdCmColor_set_green_1=c.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},ne=c._emscripten_bind_MdCmColor_get_blue_0=function(){return(ne=c._emscripten_bind_MdCmColor_get_blue_0=c.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,arguments)},oe=c._emscripten_bind_MdCmColor_set_blue_1=function(){return(oe=c._emscripten_bind_MdCmColor_set_blue_1=c.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,arguments)},pe=c._emscripten_bind_MdCmColor_get_method_0=function(){return(pe=c._emscripten_bind_MdCmColor_get_method_0=c.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},qe=c._emscripten_bind_MdCmColor_set_method_1=function(){return(qe=c._emscripten_bind_MdCmColor_set_method_1=c.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,arguments)},re=c._emscripten_bind_MdCmColor_get_n_0=function(){return(re=c._emscripten_bind_MdCmColor_get_n_0=c.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,arguments)},se=c._emscripten_bind_MdCmColor_set_n_1=function(){return(se=c._emscripten_bind_MdCmColor_set_n_1=c.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},te=c._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(te=c._emscripten_bind_MdCmColor_get_colorIndex_0=c.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,arguments)},ue=c._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(ue=c._emscripten_bind_MdCmColor_set_colorIndex_1=c.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,arguments)},ve=c._emscripten_bind_MdCmColor___destroy___0=function(){return(ve=c._emscripten_bind_MdCmColor___destroy___0=c.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},we=c._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return(we=c._emscripten_bind_MdGePoint3d_MdGePoint3d_0=c.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,arguments)},xe=c._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(xe=c._emscripten_bind_MdGePoint3d_MdGePoint3d_3=c.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,arguments)},ye=c._emscripten_bind_MdGePoint3d_get_x_0=function(){return(ye=c._emscripten_bind_MdGePoint3d_get_x_0=c.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},ze=c._emscripten_bind_MdGePoint3d_set_x_1=function(){return(ze=c._emscripten_bind_MdGePoint3d_set_x_1=c.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,arguments)},Ae=c._emscripten_bind_MdGePoint3d_get_y_0=function(){return(Ae=c._emscripten_bind_MdGePoint3d_get_y_0=c.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,arguments)},Be=c._emscripten_bind_MdGePoint3d_set_y_1=function(){return(Be=c._emscripten_bind_MdGePoint3d_set_y_1=c.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},Ce=c._emscripten_bind_MdGePoint3d_get_z_0=function(){return(Ce=c._emscripten_bind_MdGePoint3d_get_z_0=c.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,arguments)},De=c._emscripten_bind_MdGePoint3d_set_z_1=function(){return(De=c._emscripten_bind_MdGePoint3d_set_z_1=c.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,arguments)},Ee=c._emscripten_bind_MdGePoint3d___destroy___0=function(){return(Ee=c._emscripten_bind_MdGePoint3d___destroy___0=c.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},Fe=c._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(Fe=c._emscripten_bind_MdGeVector3d_MdGeVector3d_0=c.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},Ge=c._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(Ge=c._emscripten_bind_MdGeVector3d_MdGeVector3d_3=c.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},He=c._emscripten_bind_MdGeVector3d_get_x_0=function(){return(He=c._emscripten_bind_MdGeVector3d_get_x_0=c.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},Ie=c._emscripten_bind_MdGeVector3d_set_x_1=function(){return(Ie=c._emscripten_bind_MdGeVector3d_set_x_1=c.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,arguments)},Je=c._emscripten_bind_MdGeVector3d_get_y_0=function(){return(Je=c._emscripten_bind_MdGeVector3d_get_y_0=c.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},Ke=c._emscripten_bind_MdGeVector3d_set_y_1=function(){return(Ke=c._emscripten_bind_MdGeVector3d_set_y_1=c.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},Le=c._emscripten_bind_MdGeVector3d_get_z_0=function(){return(Le=c._emscripten_bind_MdGeVector3d_get_z_0=c.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,arguments)},Me=c._emscripten_bind_MdGeVector3d_set_z_1=function(){return(Me=c._emscripten_bind_MdGeVector3d_set_z_1=c.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},Ne=c._emscripten_bind_MdGeVector3d___destroy___0=function(){return(Ne=c._emscripten_bind_MdGeVector3d___destroy___0=c.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},Oe=c._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Oe=c._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=c.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,arguments)},Pe=c._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Pe=c._emscripten_bind_MdGeMatrix3d_setToIdentity_0=c.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Qe=c._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Qe=c._emscripten_bind_MdGeMatrix3d_preMultBy_1=c.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},Re=c._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Re=c._emscripten_bind_MdGeMatrix3d_postMultBy_1=c.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Se=c._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(Se=c._emscripten_bind_MdGeMatrix3d_setToProduct_2=c.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Te=c._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Te=c._emscripten_bind_MdGeMatrix3d_invert_0=c.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},Ue=c._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Ue=c._emscripten_bind_MdGeMatrix3d_isSingular_0=c.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},Ve=c._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Ve=c._emscripten_bind_MdGeMatrix3d_transposeIt_0=c.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},We=c._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(We=c._emscripten_bind_MdGeMatrix3d_isEqualTo_1=c.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Xe=c._emscripten_bind_MdGeMatrix3d_det_0=function(){return(Xe=c._emscripten_bind_MdGeMatrix3d_det_0=c.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Ye=c._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Ye=c._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=c.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Ze=c._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Ze=c._emscripten_bind_MdGeMatrix3d_setToTranslation_1=c.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,arguments)},$e=c._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return($e=c._emscripten_bind_MdGeMatrix3d_setToRotation_3=c.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},af=c._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(af=c._emscripten_bind_MdGeMatrix3d_setToScaling_2=c.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},bf=c._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(bf=c._emscripten_bind_MdGeMatrix3d_scale_0=c.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},cf=c._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(cf=c._emscripten_bind_MdGeMatrix3d_getData_2=c.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},df=c._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(df=c._emscripten_bind_MdGeMatrix3d___destroy___0=c.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},ef=c._emscripten_bind_MdDbLayerTable_getObjectID_0=function(){return(ef=c._emscripten_bind_MdDbLayerTable_getObjectID_0=c.asm.emscripten_bind_MdDbLayerTable_getObjectID_0).apply(null,arguments)},ff=c._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(ff=c._emscripten_bind_MdDbLayerTable_Erase_0=c.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},gf=c._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(gf=c._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},hf=c._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(hf=c._emscripten_bind_MdDbLayerTable_Clone_0=c.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},jf=c._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(jf=c._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},kf=c._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(kf=c._emscripten_bind_MdDbLayerTable_getObjectName_0=c.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},lf=c._emscripten_bind_MdDbLayerTable_getDxf0_0=function(){return(lf=c._emscripten_bind_MdDbLayerTable_getDxf0_0=c.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},mf=c._emscripten_bind_MdDbLayerTable_getJson_0=function(){return(mf=c._emscripten_bind_MdDbLayerTable_getJson_0=c.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},nf=c._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(nf=c._emscripten_bind_MdDbLayerTable_setJson_1=c.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},of=c._emscripten_bind_MdDbLinetypeTable_getObjectID_0=function(){return(of=c._emscripten_bind_MdDbLinetypeTable_getObjectID_0=c.asm.emscripten_bind_MdDbLinetypeTable_getObjectID_0).apply(null,arguments)},pf=c._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(pf=c._emscripten_bind_MdDbLinetypeTable_Erase_0=c.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},qf=c._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(qf=c._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},rf=c._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(rf=c._emscripten_bind_MdDbLinetypeTable_Clone_0=c.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},sf=c._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(sf=c._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},tf=c._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(tf=c._emscripten_bind_MdDbLinetypeTable_getObjectName_0=c.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},uf=c._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(uf=c._emscripten_bind_MdDbLinetypeTable_getDxf0_0=c.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},vf=c._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(vf=c._emscripten_bind_MdDbLinetypeTable_getJson_0=c.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},wf=c._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(wf=c._emscripten_bind_MdDbLinetypeTable_setJson_1=c.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},xf=c._emscripten_bind_MdDbTextStyleTable_getObjectID_0=function(){return(xf=c._emscripten_bind_MdDbTextStyleTable_getObjectID_0=c.asm.emscripten_bind_MdDbTextStyleTable_getObjectID_0).apply(null,arguments)},yf=c._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(yf=c._emscripten_bind_MdDbTextStyleTable_Erase_0=c.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},zf=c._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(zf=c._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Af=c._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Af=c._emscripten_bind_MdDbTextStyleTable_Clone_0=c.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Bf=c._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(Bf=c._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},Cf=c._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Cf=c._emscripten_bind_MdDbTextStyleTable_getObjectName_0=c.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},Df=c._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(Df=c._emscripten_bind_MdDbTextStyleTable_getDxf0_0=c.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,arguments)},Ef=c._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(Ef=c._emscripten_bind_MdDbTextStyleTable_getJson_0=c.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},Ff=c._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(Ff=c._emscripten_bind_MdDbTextStyleTable_setJson_1=c.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},Gf=c._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(Gf=c._emscripten_bind_MdDbDatabase_GetLayerTable_0=c.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},Hf=c._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(Hf=c._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=c.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},If=c._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return(If=c._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=c.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},Jf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(Jf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,arguments)},Kf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(Kf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},Lf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=function(){return(Lf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},Mf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=function(){return(Mf=c._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},Nf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(Nf=c._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},Of=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(Of=c._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},Pf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(Pf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,arguments)},Qf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(Qf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,arguments)},Rf=c._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(Rf=c._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},Sf=c._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(Sf=c._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},Tf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=function(){return(Tf=c._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=c.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},Uf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(Uf=c._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=c.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},Vf=c._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(Vf=c._emscripten_bind_MdDbDatabase_getObjectName_0=c.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},Wf=c._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(Wf=c._emscripten_bind_MdDbDatabase_getDxf0_0=c.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},Xf=c._emscripten_bind_MdDbDatabase_getJson_0=function(){return(Xf=c._emscripten_bind_MdDbDatabase_getJson_0=c.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},Yf=c._emscripten_bind_MdDbDatabase_setJson_1=function(){return(Yf=c._emscripten_bind_MdDbDatabase_setJson_1=c.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},Zf=c._emscripten_bind_McObject_updateDisplay_2=function(){return(Zf=c._emscripten_bind_McObject_updateDisplay_2=c.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},$f=c._emscripten_bind_McObject_test_0=function(){return($f=c._emscripten_bind_McObject_test_0=c.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},ag=c._emscripten_bind_McObject_openWebFile_1=function(){return(ag=c._emscripten_bind_McObject_openWebFile_1=c.asm.emscripten_bind_McObject_openWebFile_1).apply(null,arguments)},bg=c._emscripten_bind_McObject_saveFileToUrl_1=function(){return(bg=c._emscripten_bind_McObject_saveFileToUrl_1=c.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},cg=c._emscripten_bind_McObject_saveFile_1=function(){return(cg=c._emscripten_bind_McObject_saveFile_1=c.asm.emscripten_bind_McObject_saveFile_1).apply(null,arguments)},dg=c._emscripten_bind_McObject_getViewDataJsonParam_0=function(){return(dg=c._emscripten_bind_McObject_getViewDataJsonParam_0=c.asm.emscripten_bind_McObject_getViewDataJsonParam_0).apply(null,arguments)},eg=c._emscripten_bind_McObject_updataAppData_0=function(){return(eg=c._emscripten_bind_McObject_updataAppData_0=c.asm.emscripten_bind_McObject_updataAppData_0).apply(null,arguments)},fg=c._emscripten_bind_McObject_GetDatabase_0=function(){return(fg=c._emscripten_bind_McObject_GetDatabase_0=c.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},gg=c._emscripten_bind_McObject_GetSysVarString_1=function(){return(gg=c._emscripten_bind_McObject_GetSysVarString_1=c.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},hg=c._emscripten_bind_McObject_SetSysVarString_2=function(){return(hg=c._emscripten_bind_McObject_SetSysVarString_2=c.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},ig=c._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(ig=c._emscripten_bind_McObject_GetSysVarDouble_1=c.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},jg=c._emscripten_bind_McObject_SetSysVarDouble_2=function(){return(jg=c._emscripten_bind_McObject_SetSysVarDouble_2=c.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},kg=c._emscripten_bind_McObject_GetSysVarLong_1=function(){return(kg=c._emscripten_bind_McObject_GetSysVarLong_1=c.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},lg=c._emscripten_bind_McObject_SetSysVarLong_2=function(){return(lg=c._emscripten_bind_McObject_SetSysVarLong_2=c.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},mg=c._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(mg=c._emscripten_bind_McObject_fireEventWindowSize_2=c.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},ng=c._emscripten_bind_McObject_fireEventCommandStart_0=function(){return(ng=c._emscripten_bind_McObject_fireEventCommandStart_0=c.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,arguments)},og=c._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(og=c._emscripten_bind_McObject_IntelliSelect_PointSelect_2=c.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},pg=c._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(pg=c._emscripten_bind_McObject_IntelliSelect_getGridData_1=c.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,arguments)},qg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(qg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,arguments)},rg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(rg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},sg=c._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(sg=c._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,arguments)},tg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(tg=c._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=c.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},ug=c._emscripten_bind_McObject_SetDrawColor_1=function(){return(ug=c._emscripten_bind_McObject_SetDrawColor_1=c.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},vg=c._emscripten_bind_McObject_GetDrawColor_0=function(){return(vg=c._emscripten_bind_McObject_GetDrawColor_0=c.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},wg=c._emscripten_bind_McObject_AddLayer_1=function(){return(wg=c._emscripten_bind_McObject_AddLayer_1=c.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},xg=c._emscripten_bind_McObject_SetDrawLayer_1=function(){return(xg=c._emscripten_bind_McObject_SetDrawLayer_1=c.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},yg=c._emscripten_bind_McObject_GetDrawLayer_0=function(){return(yg=c._emscripten_bind_McObject_GetDrawLayer_0=c.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},zg=c._emscripten_bind_McObject_AddTextStyle_4=function(){return(zg=c._emscripten_bind_McObject_AddTextStyle_4=c.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Ag=c._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Ag=c._emscripten_bind_McObject_SetDrawTextStyle_1=c.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},Bg=c._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Bg=c._emscripten_bind_McObject_GetDrawTextStyle_0=c.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Cg=c._emscripten_bind_McObject_AddLinetype_2=function(){return(Cg=c._emscripten_bind_McObject_AddLinetype_2=c.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Dg=c._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Dg=c._emscripten_bind_McObject_AddLinetypeEx_3=c.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,arguments)},Eg=c._emscripten_bind_McObject_AddDimStyle_5=function(){return(Eg=c._emscripten_bind_McObject_AddDimStyle_5=c.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Fg=c._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Fg=c._emscripten_bind_McObject_SetDrawLinetype_1=c.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},Gg=c._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Gg=c._emscripten_bind_McObject_GetDrawLinetype_0=c.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,arguments)},Hg=c._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(Hg=c._emscripten_bind_McObject_SetDrawLineWeight_1=c.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},Ig=c._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(Ig=c._emscripten_bind_McObject_GetDrawLineWeight_0=c.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},Jg=c._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(Jg=c._emscripten_bind_McObject_SetDrawLineTypeScale_1=c.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},Kg=c._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(Kg=c._emscripten_bind_McObject_GetDrawLineTypeScale_0=c.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},Lg=c._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(Lg=c._emscripten_bind_McObject_SetDrawDimStyle_1=c.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},Mg=c._emscripten_bind_McObject_GetDrawDimStyle_0=function(){return(Mg=c._emscripten_bind_McObject_GetDrawDimStyle_0=c.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},Ng=c._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(Ng=c._emscripten_bind_McObject_SetPatternDefinition_1=c.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},Og=c._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(Og=c._emscripten_bind_McObject_GetPatternDefinition_0=c.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,arguments)},Pg=c._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(Pg=c._emscripten_bind_McObject_SetDrawLineWidth_1=c.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},Qg=c._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(Qg=c._emscripten_bind_McObject_GetDrawLineWidth_0=c.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},Rg=c._emscripten_bind_McObject_DrawLine_6=function(){return(Rg=c._emscripten_bind_McObject_DrawLine_6=c.asm.emscripten_bind_McObject_DrawLine_6).apply(null,arguments)},Sg=c._emscripten_bind_McObject_DrawArc_5=function(){return(Sg=c._emscripten_bind_McObject_DrawArc_5=c.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},Tg=c._emscripten_bind_McObject_DrawArc2_6=function(){return(Tg=c._emscripten_bind_McObject_DrawArc2_6=c.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},Ug=c._emscripten_bind_McObject_DrawCircle_3=function(){return(Ug=c._emscripten_bind_McObject_DrawCircle_3=c.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,arguments)},Vg=c._emscripten_bind_McObject_DrawEllipse_5=function(){return(Vg=c._emscripten_bind_McObject_DrawEllipse_5=c.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},Wg=c._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(Wg=c._emscripten_bind_McObject_DrawEllipseArc_7=c.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},Xg=c._emscripten_bind_McObject_DrawPoint_2=function(){return(Xg=c._emscripten_bind_McObject_DrawPoint_2=c.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,arguments)},Yg=c._emscripten_bind_McObject_DrawSolid_8=function(){return(Yg=c._emscripten_bind_McObject_DrawSolid_8=c.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},Zg=c._emscripten_bind_McObject_DrawMText_7=function(){return(Zg=c._emscripten_bind_McObject_DrawMText_7=c.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},$g=c._emscripten_bind_McObject_DrawText_7=function(){return($g=c._emscripten_bind_McObject_DrawText_7=c.asm.emscripten_bind_McObject_DrawText_7).apply(null,arguments)},ah=c._emscripten_bind_McObject_DrawBlockReference_5=function(){return(ah=c._emscripten_bind_McObject_DrawBlockReference_5=c.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},bh=c._emscripten_bind_McObject_DrawDimAligned_6=function(){return(bh=c._emscripten_bind_McObject_DrawDimAligned_6=c.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},ch=c._emscripten_bind_McObject_DrawDimAngular_8=function(){return(ch=c._emscripten_bind_McObject_DrawDimAngular_8=c.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},dh=c._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(dh=c._emscripten_bind_McObject_DrawDimDiametric_5=c.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},eh=c._emscripten_bind_McObject_DrawDimRotated_7=function(){return(eh=c._emscripten_bind_McObject_DrawDimRotated_7=c.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},fh=c._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(fh=c._emscripten_bind_McObject_DrawDimOrdinate_5=c.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},gh=c._emscripten_bind_McObject_DrawDimRadial_5=function(){return(gh=c._emscripten_bind_McObject_DrawDimRadial_5=c.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},hh=c._emscripten_bind_McObject_PathMoveTo_2=function(){return(hh=c._emscripten_bind_McObject_PathMoveTo_2=c.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},ih=c._emscripten_bind_McObject_PathMoveToEx_5=function(){return(ih=c._emscripten_bind_McObject_PathMoveToEx_5=c.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},jh=c._emscripten_bind_McObject_PathLineTo_2=function(){return(jh=c._emscripten_bind_McObject_PathLineTo_2=c.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},kh=c._emscripten_bind_McObject_PathLineToEx_5=function(){return(kh=c._emscripten_bind_McObject_PathLineToEx_5=c.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},lh=c._emscripten_bind_McObject_DrawPathToPolyline_0=function(){return(lh=c._emscripten_bind_McObject_DrawPathToPolyline_0=c.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},mh=c._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(mh=c._emscripten_bind_McObject_DrawPathToSpline_0=c.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},nh=c._emscripten_bind_McObject_PathMakeClosed_0=function(){return(nh=c._emscripten_bind_McObject_PathMakeClosed_0=c.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,arguments)},oh=c._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(oh=c._emscripten_bind_McObject_DrawPathToHatch_1=c.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},ph=c._emscripten_bind_McObject_DrawEntity_1=function(){return(ph=c._emscripten_bind_McObject_DrawEntity_1=c.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},qh=c._emscripten_bind_McApp_McApp_0=function(){return(qh=c._emscripten_bind_McApp_McApp_0=c.asm.emscripten_bind_McApp_McApp_0).apply(null,arguments)},rh=c._emscripten_bind_McApp_Init_0=function(){return(rh=c._emscripten_bind_McApp_Init_0=c.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},sh=c._emscripten_bind_McApp_CreateMxDraw_5=function(){return(sh=c._emscripten_bind_McApp_CreateMxDraw_5=c.asm.emscripten_bind_McApp_CreateMxDraw_5).apply(null,arguments)},th=c._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(th=c._emscripten_bind_McApp_GetCurrentMxDraw_0=c.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,arguments)},uh=c._emscripten_bind_McApp_DestroyObject_1=function(){return(uh=c._emscripten_bind_McApp_DestroyObject_1=c.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},vh=c._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(vh=c._emscripten_bind_McApp_mcedRGB2Index_4=c.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},wh=c._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(wh=c._emscripten_bind_McApp_ObjectIdToObjectName_1=c.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,arguments)},xh=c._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(xh=c._emscripten_bind_McApp_ObjectIdToMdDbLine_1=c.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},yh=c._emscripten_bind_McApp_ObjectIdToMdDbText_1=function(){return(yh=c._emscripten_bind_McApp_ObjectIdToMdDbText_1=c.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},zh=c._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(zh=c._emscripten_bind_McApp_ObjectIdToMdObject_1=c.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Ah=c._emscripten_bind_McApp_getLastCallResult_0=function(){return(Ah=c._emscripten_bind_McApp_getLastCallResult_0=c.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,arguments)},Bh=c._emscripten_bind_McApp___destroy___0=function(){return(Bh=c._emscripten_bind_McApp___destroy___0=c.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},Ch=c._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(Ch=c._emscripten_bind_McDrawResbuf_McDrawResbuf_0=c.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},Dh=c._emscripten_bind_McDrawResbuf_Clear_0=function(){return(Dh=c._emscripten_bind_McDrawResbuf_Clear_0=c.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},Eh=c._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(Eh=c._emscripten_bind_McDrawResbuf_GetCount_0=c.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},Fh=c._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(Fh=c._emscripten_bind_McDrawResbuf_AtDouble_1=c.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},Gh=c._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(Gh=c._emscripten_bind_McDrawResbuf_Atlong_1=c.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},Hh=c._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(Hh=c._emscripten_bind_McDrawResbuf_AtObjectId_1=c.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},Ih=c._emscripten_bind_McDrawResbuf_AtString_1=function(){return(Ih=c._emscripten_bind_McDrawResbuf_AtString_1=c.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},Jh=c._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(Jh=c._emscripten_bind_McDrawResbuf_AtPoint_1=c.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,arguments)},Kh=c._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(Kh=c._emscripten_bind_McDrawResbuf_ItemDataType_1=c.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,arguments)},Lh=c._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(Lh=c._emscripten_bind_McDrawResbuf_AddDouble_2=c.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},Mh=c._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(Mh=c._emscripten_bind_McDrawResbuf_Addlong_2=c.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,arguments)},Nh=c._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(Nh=c._emscripten_bind_McDrawResbuf_AddObjectId_2=c.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},Oh=c._emscripten_bind_McDrawResbuf_AddString_2=function(){return(Oh=c._emscripten_bind_McDrawResbuf_AddString_2=c.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,arguments)},Ph=c._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(Ph=c._emscripten_bind_McDrawResbuf_AddPoint_2=c.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},Qh=c._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(Qh=c._emscripten_bind_McDrawResbuf_RemoveAll_0=c.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},Rh=c._emscripten_bind_McDrawResbuf_Remove_1=function(){return(Rh=c._emscripten_bind_McDrawResbuf_Remove_1=c.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,arguments)},Sh=c._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(Sh=c._emscripten_bind_McDrawResbuf_getObjectName_0=c.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,arguments)},Th=c._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(Th=c._emscripten_bind_McDrawResbuf_getDxf0_0=c.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},Uh=c._emscripten_bind_McDrawResbuf_getJson_0=function(){return(Uh=c._emscripten_bind_McDrawResbuf_getJson_0=c.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,arguments)},Vh=c._emscripten_bind_McDrawResbuf_setJson_1=function(){return(Vh=c._emscripten_bind_McDrawResbuf_setJson_1=c.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,arguments)},Wh=c._emscripten_bind_McDrawResbuf___destroy___0=function(){return(Wh=c._emscripten_bind_McDrawResbuf___destroy___0=c.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},Xh=c._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(Xh=c._emscripten_bind_McDrawUtility_McDrawUtility_0=c.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},Yh=c._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(Yh=c._emscripten_bind_McDrawUtility_findEntAtPoint_5=c.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},Zh=c._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(Zh=c._emscripten_bind_McDrawUtility_eraseEntity_1=c.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},$h=c._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return($h=c._emscripten_bind_McDrawUtility_highlightEntity_2=c.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},ai=c._emscripten_bind_McDrawUtility___destroy___0=function(){return(ai=c._emscripten_bind_McDrawUtility___destroy___0=c.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},bi=c._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(bi=c._emscripten_bind_MdDbLine_MdDbLine_0=c.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},ci=c._emscripten_bind_MdDbLine_startPoint_0=function(){return(ci=c._emscripten_bind_MdDbLine_startPoint_0=c.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},di=c._emscripten_bind_MdDbLine_setStartPoint_1=function(){return(di=c._emscripten_bind_MdDbLine_setStartPoint_1=c.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},ei=c._emscripten_bind_MdDbLine_endPoint_0=function(){return(ei=c._emscripten_bind_MdDbLine_endPoint_0=c.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},fi=c._emscripten_bind_MdDbLine_setEndPoint_1=function(){return(fi=c._emscripten_bind_MdDbLine_setEndPoint_1=c.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},gi=c._emscripten_bind_MdDbLine_getStartParam_0=function(){return(gi=c._emscripten_bind_MdDbLine_getStartParam_0=c.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},hi=c._emscripten_bind_MdDbLine_getEndParam_0=function(){return(hi=c._emscripten_bind_MdDbLine_getEndParam_0=c.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},ii=c._emscripten_bind_MdDbLine_getDistAtParam_1=function(){return(ii=c._emscripten_bind_MdDbLine_getDistAtParam_1=c.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},ji=c._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(ji=c._emscripten_bind_MdDbLine_getParamAtDist_1=c.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},ki=c._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(ki=c._emscripten_bind_MdDbLine_getDistAtPoint_1=c.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},li=c._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(li=c._emscripten_bind_MdDbLine_getPointAtDist_1=c.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,arguments)},mi=c._emscripten_bind_MdDbLine_getObjectID_0=function(){return(mi=c._emscripten_bind_MdDbLine_getObjectID_0=c.asm.emscripten_bind_MdDbLine_getObjectID_0).apply(null,arguments)},ni=c._emscripten_bind_MdDbLine_Erase_0=function(){return(ni=c._emscripten_bind_MdDbLine_Erase_0=c.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,arguments)},oi=c._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(oi=c._emscripten_bind_MdDbLine_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},pi=c._emscripten_bind_MdDbLine_Clone_0=function(){return(pi=c._emscripten_bind_MdDbLine_Clone_0=c.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},qi=c._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(qi=c._emscripten_bind_MdDbLine_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,arguments)},ri=c._emscripten_bind_MdDbLine_getObjectName_0=function(){return(ri=c._emscripten_bind_MdDbLine_getObjectName_0=c.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},si=c._emscripten_bind_MdDbLine_getDxf0_0=function(){return(si=c._emscripten_bind_MdDbLine_getDxf0_0=c.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},ti=c._emscripten_bind_MdDbLine_getJson_0=function(){return(ti=c._emscripten_bind_MdDbLine_getJson_0=c.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,arguments)},ui=c._emscripten_bind_MdDbLine_setJson_1=function(){return(ui=c._emscripten_bind_MdDbLine_setJson_1=c.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},vi=c._emscripten_bind_MdDbLine___destroy___0=function(){return(vi=c._emscripten_bind_MdDbLine___destroy___0=c.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},wi=c._emscripten_bind_MdDbText_MdDbText_0=function(){return(wi=c._emscripten_bind_MdDbText_MdDbText_0=c.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,arguments)},xi=c._emscripten_bind_MdDbText_position_0=function(){return(xi=c._emscripten_bind_MdDbText_position_0=c.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},yi=c._emscripten_bind_MdDbText_setPosition_1=function(){return(yi=c._emscripten_bind_MdDbText_setPosition_1=c.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},zi=c._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(zi=c._emscripten_bind_MdDbText_alignmentPoint_0=c.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,arguments)},Ai=c._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(Ai=c._emscripten_bind_MdDbText_setAlignmentPoint_1=c.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},Bi=c._emscripten_bind_MdDbText_oblique_0=function(){return(Bi=c._emscripten_bind_MdDbText_oblique_0=c.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},Ci=c._emscripten_bind_MdDbText_setOblique_1=function(){return(Ci=c._emscripten_bind_MdDbText_setOblique_1=c.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,arguments)},Di=c._emscripten_bind_MdDbText_rotation_0=function(){return(Di=c._emscripten_bind_MdDbText_rotation_0=c.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},Ei=c._emscripten_bind_MdDbText_setRotation_1=function(){return(Ei=c._emscripten_bind_MdDbText_setRotation_1=c.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},Fi=c._emscripten_bind_MdDbText_height_0=function(){return(Fi=c._emscripten_bind_MdDbText_height_0=c.asm.emscripten_bind_MdDbText_height_0).apply(null,arguments)},Gi=c._emscripten_bind_MdDbText_setHeight_1=function(){return(Gi=c._emscripten_bind_MdDbText_setHeight_1=c.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},Hi=c._emscripten_bind_MdDbText_widthFactor_0=function(){return(Hi=c._emscripten_bind_MdDbText_widthFactor_0=c.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},Ii=c._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(Ii=c._emscripten_bind_MdDbText_setWidthFactor_1=c.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,arguments)},Ji=c._emscripten_bind_MdDbText_textString_0=function(){return(Ji=c._emscripten_bind_MdDbText_textString_0=c.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},Ki=c._emscripten_bind_MdDbText_setTextString_1=function(){return(Ki=c._emscripten_bind_MdDbText_setTextString_1=c.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},Li=c._emscripten_bind_MdDbText_horizontalMode_0=function(){return(Li=c._emscripten_bind_MdDbText_horizontalMode_0=c.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,arguments)},Mi=c._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(Mi=c._emscripten_bind_MdDbText_setHorizontalMode_1=c.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},Ni=c._emscripten_bind_MdDbText_verticalMode_0=function(){return(Ni=c._emscripten_bind_MdDbText_verticalMode_0=c.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},Oi=c._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(Oi=c._emscripten_bind_MdDbText_setVerticalMode_1=c.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},Pi=c._emscripten_bind_MdDbText_getObjectID_0=function(){return(Pi=c._emscripten_bind_MdDbText_getObjectID_0=c.asm.emscripten_bind_MdDbText_getObjectID_0).apply(null,arguments)},Qi=c._emscripten_bind_MdDbText_Erase_0=function(){return(Qi=c._emscripten_bind_MdDbText_Erase_0=c.asm.emscripten_bind_MdDbText_Erase_0).apply(null,arguments)},Ri=c._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(Ri=c._emscripten_bind_MdDbText_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},Si=c._emscripten_bind_MdDbText_Clone_0=function(){return(Si=c._emscripten_bind_MdDbText_Clone_0=c.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},Ti=c._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(Ti=c._emscripten_bind_MdDbText_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,arguments)},Ui=c._emscripten_bind_MdDbText_getObjectName_0=function(){return(Ui=c._emscripten_bind_MdDbText_getObjectName_0=c.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},Vi=c._emscripten_bind_MdDbText_getDxf0_0=function(){return(Vi=c._emscripten_bind_MdDbText_getDxf0_0=c.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},Wi=c._emscripten_bind_MdDbText_getJson_0=function(){return(Wi=c._emscripten_bind_MdDbText_getJson_0=c.asm.emscripten_bind_MdDbText_getJson_0).apply(null,arguments)},Xi=c._emscripten_bind_MdDbText_setJson_1=function(){return(Xi=c._emscripten_bind_MdDbText_setJson_1=c.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},Yi=c._emscripten_bind_MdDbText___destroy___0=function(){return(Yi=c._emscripten_bind_MdDbText___destroy___0=c.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},Zi=c._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(Zi=c._emscripten_bind_MdDbCircle_MdDbCircle_0=c.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,arguments)},$i=c._emscripten_bind_MdDbCircle_center_0=function(){return($i=c._emscripten_bind_MdDbCircle_center_0=c.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},aj=c._emscripten_bind_MdDbCircle_setCenter_1=function(){return(aj=c._emscripten_bind_MdDbCircle_setCenter_1=c.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},bj=c._emscripten_bind_MdDbCircle_radius_0=function(){return(bj=c._emscripten_bind_MdDbCircle_radius_0=c.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,arguments)},cj=c._emscripten_bind_MdDbCircle_setRadius_1=function(){return(cj=c._emscripten_bind_MdDbCircle_setRadius_1=c.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},dj=c._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(dj=c._emscripten_bind_MdDbCircle_getStartParam_0=c.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},ej=c._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(ej=c._emscripten_bind_MdDbCircle_getEndParam_0=c.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,arguments)},fj=c._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(fj=c._emscripten_bind_MdDbCircle_getDistAtParam_1=c.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},gj=c._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(gj=c._emscripten_bind_MdDbCircle_getParamAtDist_1=c.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},hj=c._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(hj=c._emscripten_bind_MdDbCircle_getDistAtPoint_1=c.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},ij=c._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(ij=c._emscripten_bind_MdDbCircle_getPointAtDist_1=c.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},jj=c._emscripten_bind_MdDbCircle_getObjectID_0=function(){return(jj=c._emscripten_bind_MdDbCircle_getObjectID_0=c.asm.emscripten_bind_MdDbCircle_getObjectID_0).apply(null,arguments)},kj=c._emscripten_bind_MdDbCircle_Erase_0=function(){return(kj=c._emscripten_bind_MdDbCircle_Erase_0=c.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,arguments)},lj=c._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(lj=c._emscripten_bind_MdDbCircle_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},mj=c._emscripten_bind_MdDbCircle_Clone_0=function(){return(mj=c._emscripten_bind_MdDbCircle_Clone_0=c.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},nj=c._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(nj=c._emscripten_bind_MdDbCircle_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,arguments)},oj=c._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(oj=c._emscripten_bind_MdDbCircle_getObjectName_0=c.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},pj=c._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(pj=c._emscripten_bind_MdDbCircle_getDxf0_0=c.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},qj=c._emscripten_bind_MdDbCircle_getJson_0=function(){return(qj=c._emscripten_bind_MdDbCircle_getJson_0=c.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,arguments)},rj=c._emscripten_bind_MdDbCircle_setJson_1=function(){return(rj=c._emscripten_bind_MdDbCircle_setJson_1=c.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},sj=c._emscripten_bind_MdDbCircle___destroy___0=function(){return(sj=c._emscripten_bind_MdDbCircle___destroy___0=c.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},tj=c._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(tj=c._emscripten_bind_MdDbPolyline_MdDbPolyline_0=c.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},uj=c._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(uj=c._emscripten_bind_MdDbPolyline_setClosed_1=c.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},vj=c._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return(vj=c._emscripten_bind_MdDbPolyline_setConstantWidth_1=c.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},wj=c._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(wj=c._emscripten_bind_MdDbPolyline_isClosed_0=c.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,arguments)},xj=c._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(xj=c._emscripten_bind_MdDbPolyline_getConstantWidth_0=c.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},yj=c._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(yj=c._emscripten_bind_MdDbPolyline_addVertexAt_5=c.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},zj=c._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(zj=c._emscripten_bind_MdDbPolyline_removeVertexAt_1=c.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},Aj=c._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(Aj=c._emscripten_bind_MdDbPolyline_numVerts_0=c.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},Bj=c._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(Bj=c._emscripten_bind_MdDbPolyline_getPointAt_1=c.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},Cj=c._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(Cj=c._emscripten_bind_MdDbPolyline_getBulgeAt_1=c.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},Dj=c._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(Dj=c._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=c.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},Ej=c._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(Ej=c._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=c.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,arguments)},Fj=c._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(Fj=c._emscripten_bind_MdDbPolyline_setPointAt_2=c.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},Gj=c._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(Gj=c._emscripten_bind_MdDbPolyline_setBulgeAt_2=c.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},Hj=c._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(Hj=c._emscripten_bind_MdDbPolyline_getStartParam_0=c.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},Ij=c._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(Ij=c._emscripten_bind_MdDbPolyline_getEndParam_0=c.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},Jj=c._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(Jj=c._emscripten_bind_MdDbPolyline_getDistAtParam_1=c.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},Kj=c._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(Kj=c._emscripten_bind_MdDbPolyline_getParamAtDist_1=c.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},Lj=c._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(Lj=c._emscripten_bind_MdDbPolyline_getDistAtPoint_1=c.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},Mj=c._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return(Mj=c._emscripten_bind_MdDbPolyline_getPointAtDist_1=c.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},Nj=c._emscripten_bind_MdDbPolyline_getObjectID_0=function(){return(Nj=c._emscripten_bind_MdDbPolyline_getObjectID_0=c.asm.emscripten_bind_MdDbPolyline_getObjectID_0).apply(null,arguments)},Oj=c._emscripten_bind_MdDbPolyline_Erase_0=function(){return(Oj=c._emscripten_bind_MdDbPolyline_Erase_0=c.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},Pj=c._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(Pj=c._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},Qj=c._emscripten_bind_MdDbPolyline_Clone_0=function(){return(Qj=c._emscripten_bind_MdDbPolyline_Clone_0=c.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},Rj=c._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(Rj=c._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},Sj=c._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(Sj=c._emscripten_bind_MdDbPolyline_getObjectName_0=c.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},Tj=c._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(Tj=c._emscripten_bind_MdDbPolyline_getDxf0_0=c.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},Uj=c._emscripten_bind_MdDbPolyline_getJson_0=function(){return(Uj=c._emscripten_bind_MdDbPolyline_getJson_0=c.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},Vj=c._emscripten_bind_MdDbPolyline_setJson_1=function(){return(Vj=c._emscripten_bind_MdDbPolyline_setJson_1=c.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},Wj=c._emscripten_bind_MdDbPolyline___destroy___0=function(){return(Wj=c._emscripten_bind_MdDbPolyline___destroy___0=c.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},Xj=c._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(Xj=c._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=c.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},Yj=c._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(Yj=c._emscripten_bind_MdDbBlockReference_blockTableRecord_0=c.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,arguments)},Zj=c._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(Zj=c._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=c.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,arguments)},ak=c._emscripten_bind_MdDbBlockReference_position_0=function(){return(ak=c._emscripten_bind_MdDbBlockReference_position_0=c.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},bk=c._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(bk=c._emscripten_bind_MdDbBlockReference_setPosition_1=c.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},ck=c._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(ck=c._emscripten_bind_MdDbBlockReference_scaleFactors_0=c.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},dk=c._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(dk=c._emscripten_bind_MdDbBlockReference_setScaleFactors_1=c.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,arguments)},ek=c._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(ek=c._emscripten_bind_MdDbBlockReference_rotation_0=c.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},fk=c._emscripten_bind_MdDbBlockReference_setRotation_1=function(){return(fk=c._emscripten_bind_MdDbBlockReference_setRotation_1=c.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},gk=c._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(gk=c._emscripten_bind_MdDbBlockReference_blockTransform_0=c.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},hk=c._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(hk=c._emscripten_bind_MdDbBlockReference_setBlockTransform_1=c.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},ik=c._emscripten_bind_MdDbBlockReference_getObjectID_0=function(){return(ik=c._emscripten_bind_MdDbBlockReference_getObjectID_0=c.asm.emscripten_bind_MdDbBlockReference_getObjectID_0).apply(null,arguments)},jk=c._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(jk=c._emscripten_bind_MdDbBlockReference_Erase_0=c.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},kk=c._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(kk=c._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},lk=c._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(lk=c._emscripten_bind_MdDbBlockReference_Clone_0=c.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},mk=c._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(mk=c._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},nk=c._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(nk=c._emscripten_bind_MdDbBlockReference_getObjectName_0=c.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},ok=c._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(ok=c._emscripten_bind_MdDbBlockReference_getDxf0_0=c.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},pk=c._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(pk=c._emscripten_bind_MdDbBlockReference_getJson_0=c.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},qk=c._emscripten_bind_MdDbBlockReference_setJson_1=function(){return(qk=c._emscripten_bind_MdDbBlockReference_setJson_1=c.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},rk=c._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(rk=c._emscripten_bind_MdDbBlockReference___destroy___0=c.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},sk=c._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(sk=c._emscripten_bind_MdDbDimension_MdDbDimension_0=c.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,arguments)},tk=c._emscripten_bind_MdDbDimension_textPosition_0=function(){return(tk=c._emscripten_bind_MdDbDimension_textPosition_0=c.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},uk=c._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(uk=c._emscripten_bind_MdDbDimension_setTextPosition_1=c.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},vk=c._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(vk=c._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=c.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},wk=c._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(wk=c._emscripten_bind_MdDbDimension_useSetTextPosition_0=c.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,arguments)},xk=c._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(xk=c._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=c.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,arguments)},yk=c._emscripten_bind_MdDbDimension_elevation_0=function(){return(yk=c._emscripten_bind_MdDbDimension_elevation_0=c.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},zk=c._emscripten_bind_MdDbDimension_setElevation_1=function(){return(zk=c._emscripten_bind_MdDbDimension_setElevation_1=c.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},Ak=c._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(Ak=c._emscripten_bind_MdDbDimension_dimensionText_0=c.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},Bk=c._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(Bk=c._emscripten_bind_MdDbDimension_setDimensionText_1=c.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},Ck=c._emscripten_bind_MdDbDimension_textRotation_0=function(){return(Ck=c._emscripten_bind_MdDbDimension_textRotation_0=c.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},Dk=c._emscripten_bind_MdDbDimension_setTextRotation_1=function(){return(Dk=c._emscripten_bind_MdDbDimension_setTextRotation_1=c.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},Ek=c._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(Ek=c._emscripten_bind_MdDbDimension_dimensionStyle_0=c.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,arguments)},Fk=c._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(Fk=c._emscripten_bind_MdDbDimension_setDimensionStyle_1=c.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,arguments)},Gk=c._emscripten_bind_MdDbDimension_textAttachment_0=function(){return(Gk=c._emscripten_bind_MdDbDimension_textAttachment_0=c.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},Hk=c._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(Hk=c._emscripten_bind_MdDbDimension_setTextAttachment_1=c.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Ik=c._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Ik=c._emscripten_bind_MdDbDimension_horizontalRotation_0=c.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,arguments)},Jk=c._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Jk=c._emscripten_bind_MdDbDimension_setHorizontalRotation_1=c.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,arguments)},Kk=c._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return(Kk=c._emscripten_bind_MdDbDimension_recomputeDimBlock_1=c.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,arguments)},Lk=c._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(Lk=c._emscripten_bind_MdDbDimension_GetDimVarInt_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},Mk=c._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(Mk=c._emscripten_bind_MdDbDimension_SetDimVarInt_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},Nk=c._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(Nk=c._emscripten_bind_MdDbDimension_GetDimVarDouble_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,arguments)},Ok=c._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(Ok=c._emscripten_bind_MdDbDimension_SetDimVarDouble_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},Pk=c._emscripten_bind_MdDbDimension_GetDimVarString_1=function(){return(Pk=c._emscripten_bind_MdDbDimension_GetDimVarString_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},Qk=c._emscripten_bind_MdDbDimension_SetDimVarString_2=function(){return(Qk=c._emscripten_bind_MdDbDimension_SetDimVarString_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},Rk=c._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(Rk=c._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=c.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,arguments)},Sk=c._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return(Sk=c._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=c.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,arguments)},Tk=c._emscripten_bind_MdDbDimension_getObjectID_0=function(){return(Tk=c._emscripten_bind_MdDbDimension_getObjectID_0=c.asm.emscripten_bind_MdDbDimension_getObjectID_0).apply(null,arguments)},Uk=c._emscripten_bind_MdDbDimension_Erase_0=function(){return(Uk=c._emscripten_bind_MdDbDimension_Erase_0=c.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,arguments)},Vk=c._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(Vk=c._emscripten_bind_MdDbDimension_ConnectionTempObject_1=c.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,arguments)},Wk=c._emscripten_bind_MdDbDimension_Clone_0=function(){return(Wk=c._emscripten_bind_MdDbDimension_Clone_0=c.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},Xk=c._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(Xk=c._emscripten_bind_MdDbDimension_moveGripPointsAt_4=c.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,arguments)},Yk=c._emscripten_bind_MdDbDimension_getObjectName_0=function(){return(Yk=c._emscripten_bind_MdDbDimension_getObjectName_0=c.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},Zk=c._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(Zk=c._emscripten_bind_MdDbDimension_getDxf0_0=c.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},$k=c._emscripten_bind_MdDbDimension_getJson_0=function(){return($k=c._emscripten_bind_MdDbDimension_getJson_0=c.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,arguments)},al=c._emscripten_bind_MdDbDimension_setJson_1=function(){return(al=c._emscripten_bind_MdDbDimension_setJson_1=c.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,arguments)},bl=c._emscripten_bind_MdDbDimension___destroy___0=function(){return(bl=c._emscripten_bind_MdDbDimension___destroy___0=c.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,arguments)},vc=c._malloc=function(){return(vc=c._malloc=c.asm.malloc).apply(null,arguments)},xc=c._free=function(){return(xc=c._free=c.asm.free).apply(null,arguments)};function pd(){return(pd=c.asm.__errno_location).apply(null,arguments)}function cl(){return(cl=c.asm.setThrew).apply(null,arguments)}function dl(){return(dl=c.asm.stackSave).apply(null,arguments)}function el(){return(el=c.asm.stackRestore).apply(null,arguments)}c.dynCall_iijj=function(){return(c.dynCall_iijj=c.asm.dynCall_iijj).apply(null,arguments)},c.dynCall_iij=function(){return(c.dynCall_iij=c.asm.dynCall_iij).apply(null,arguments)},c.dynCall_iiiiiji=function(){return(c.dynCall_iiiiiji=c.asm.dynCall_iiiiiji).apply(null,arguments)},c.dynCall_iiji=function(){return(c.dynCall_iiji=c.asm.dynCall_iiji).apply(null,arguments)},c.dynCall_iiiiiijji=function(){return(c.dynCall_iiiiiijji=c.asm.dynCall_iiiiiijji).apply(null,arguments)},c.dynCall_ji=function(){return(c.dynCall_ji=c.asm.dynCall_ji).apply(null,arguments)},c.dynCall_vij=function(){return(c.dynCall_vij=c.asm.dynCall_vij).apply(null,arguments)},c.dynCall_iiij=function(){return(c.dynCall_iiij=c.asm.dynCall_iiij).apply(null,arguments)},c.dynCall_iiiiij=function(){return(c.dynCall_iiiiij=c.asm.dynCall_iiiiij).apply(null,arguments)},c.dynCall_iiijjiddddddii=function(){return(c.dynCall_iiijjiddddddii=c.asm.dynCall_iiijjiddddddii).apply(null,arguments)},c.dynCall_iiiiddddiiiiiijjiiiiii=function(){return(c.dynCall_iiiiddddiiiiiijjiiiiii=c.asm.dynCall_iiiiddddiiiiiijjiiiiii).apply(null,arguments)},c.dynCall_viij=function(){return(c.dynCall_viij=c.asm.dynCall_viij).apply(null,arguments)},c.dynCall_jiji=function(){return(c.dynCall_jiji=c.asm.dynCall_jiji).apply(null,arguments)},c.dynCall_viijii=function(){return(c.dynCall_viijii=c.asm.dynCall_viijii).apply(null,arguments)},c.dynCall_iiiiijj=function(){return(c.dynCall_iiiiijj=c.asm.dynCall_iiiiijj).apply(null,arguments)},c.dynCall_iiiiiijj=function(){return(c.dynCall_iiiiiijj=c.asm.dynCall_iiiiiijj).apply(null,arguments)},c.___start_em_js=252176,c.___stop_em_js=252274;function td(e,t,n){var i=dl();try{Dc(e)(t,n)}catch(o){if(el(i),o!==o+0)throw o;cl(1,0)}}function sd(e,t){var n=dl();try{Dc(e)(t)}catch(i){if(el(n),i!==i+0)throw i;cl(1,0)}}function qd(e,t){var n=dl();try{return Dc(e)(t)}catch(i){if(el(n),i!==i+0)throw i;cl(1,0)}}function rd(e,t,n,i){var o=dl();try{return Dc(e)(t,n,i)}catch(_){if(el(o),_!==_+0)throw _;cl(1,0)}}var fl;La=function e(){fl||hl(),fl||(La=e)};function hl(){function e(){if(!fl&&(fl=!0,c.calledRun=!0,!wa)){if(c.noFSInit||ac||(ac=!0,$b(),c.stdin=c.stdin,c.stdout=c.stdout,c.stderr=c.stderr,c.stdin?dc("stdin",c.stdin):Wb("/dev/tty","/dev/stdin"),c.stdout?dc("stdout",null,c.stdout):Wb("/dev/tty","/dev/stdout"),c.stderr?dc("stderr",null,c.stderr):Wb("/dev/tty1","/dev/stderr"),Xa("/dev/stdin",0),Xa("/dev/stdout",1),Xa("/dev/stderr",1)),Fb=!1,fb(Ga),ca(c),c.onRuntimeInitialized&&c.onRuntimeInitialized(),c.postRun)for(typeof c.postRun=="function"&&(c.postRun=[c.postRun]);c.postRun.length;){var t=c.postRun.shift();Ha.unshift(t)}fb(Ha)}}if(!(0<Ja)){if(c.preRun)for(typeof c.preRun=="function"&&(c.preRun=[c.preRun]);c.preRun.length;)Ia();fb(Fa),0<Ja||(c.setStatus?(c.setStatus("Running..."),setTimeout(function(){setTimeout(function(){c.setStatus("")},1),e()},1)):e())}}if(c.preInit)for(typeof c.preInit=="function"&&(c.preInit=[c.preInit]);0<c.preInit.length;)c.preInit.pop()();hl();function il(){}il.prototype=Object.create(il.prototype),il.prototype.constructor=il,il.prototype.l=il,il.m={},c.WrapperObject=il;function jl(e){return(e||il).m}c.getCache=jl;function E(e,t){var n=jl(t),i=n[e];return i||(i=Object.create((t||il).prototype),i.g=e,n[e]=i)}c.wrapPointer=E,c.castObject=function(e,t){return E(e.g,t)},c.NULL=E(0),c.destroy=function(e){if(!e.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";e.__destroy__(),delete jl(e.l)[e.g]},c.compare=function(e,t){return e.g===t.g},c.getPointer=function(e){return e.g},c.getClass=function(e){return e.l};var kl=0,ll=0,ml=0,nl=[],ol=0;function F(){if(ol){for(var e=0;e<nl.length;e++)c._free(nl[e]);nl.length=0,c._free(kl),kl=0,ll+=ol,ol=0}kl||(ll+=128,(kl=c._malloc(ll))||ta()),ml=0}function pl(e,t){return kl||ta(),e=e.length*t.BYTES_PER_ELEMENT,e=e+7&-8,ml+e>=ll?(0<e||ta(),ol+=e,t=c._malloc(e),nl.push(t)):(t=kl+ml,ml+=e),t}function ql(e,t,n){switch(n>>>=0,t.BYTES_PER_ELEMENT){case 2:n>>>=1;break;case 4:n>>>=2;break;case 8:n>>>=3}for(var i=0;i<e.length;i++)t[n+i]=e[i]}function G(e){if(typeof e=="string"){e=pb(e);var t=pl(e,m);return ql(e,m,t),t}return e}function rl(e){if(typeof e=="object"){var t=pl(e,Ca);return ql(e,Ca,t),t}return e}function sl(){throw"cannot construct a MdRxObject, no constructor in IDL"}sl.prototype=Object.create(il.prototype),sl.prototype.constructor=sl,sl.prototype.l=sl,sl.m={},c.MdRxObject=sl,sl.prototype.getObjectName=function(){return z(vd(this.g))},sl.prototype.getDxf0=function(){return z(wd(this.g))},sl.prototype.getJson=function(){return z(xd(this.g))},sl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!yd(t,e)};function H(){throw"cannot construct a MdDbObject, no constructor in IDL"}H.prototype=Object.create(sl.prototype),H.prototype.constructor=H,H.prototype.l=H,H.m={},c.MdDbObject=H,H.prototype.getObjectID=function(){return zd(this.g)},H.prototype.Erase=function(){return!!Ad(this.g)},H.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Bd(t,e)},H.prototype.Clone=function(){return E(Cd(this.g),H)},H.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Dd(o,e,t,n,i)},H.prototype.getObjectName=function(){return z(Ed(this.g))},H.prototype.getDxf0=function(){return z(Fd(this.g))},H.prototype.getJson=function(){return z(Gd(this.g))},H.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Hd(t,e)};function tl(){throw"cannot construct a MdDbEntity, no constructor in IDL"}tl.prototype=Object.create(H.prototype),tl.prototype.constructor=tl,tl.prototype.l=tl,tl.m={},c.MdDbEntity=tl,tl.prototype.getObjectID=function(){return Id(this.g)},tl.prototype.Erase=function(){return!!Jd(this.g)},tl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Kd(t,e)},tl.prototype.Clone=function(){return E(Ld(this.g),H)},tl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Md(o,e,t,n,i)},tl.prototype.getObjectName=function(){return z(Nd(this.g))},tl.prototype.getDxf0=function(){return z(Od(this.g))},tl.prototype.getJson=function(){return z(Pd(this.g))},tl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Qd(t,e)};function I(){throw"cannot construct a MdDbCurve, no constructor in IDL"}I.prototype=Object.create(tl.prototype),I.prototype.constructor=I,I.prototype.l=I,I.m={},c.MdDbCurve=I,I.prototype.getStartParam=function(){return Rd(this.g)},I.prototype.getEndParam=function(){return Sd(this.g)},I.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Td(t,e)},I.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Ud(t,e)},I.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Vd(t,e)},I.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Wd(t,e),J)},I.prototype.getObjectID=function(){return Xd(this.g)},I.prototype.Erase=function(){return!!Yd(this.g)},I.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Zd(t,e)},I.prototype.Clone=function(){return E($d(this.g),H)},I.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!ae(o,e,t,n,i)},I.prototype.getObjectName=function(){return z(be(this.g))},I.prototype.getDxf0=function(){return z(ce(this.g))},I.prototype.getJson=function(){return z(de(this.g))},I.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!ee(t,e)};function ul(){throw"cannot construct a VoidPtr, no constructor in IDL"}ul.prototype=Object.create(il.prototype),ul.prototype.constructor=ul,ul.prototype.l=ul,ul.m={},c.VoidPtr=ul,ul.prototype.__destroy__=function(){fe(this.g)};function K(){this.g=ge(),jl(K)[this.g]=this}K.prototype=Object.create(il.prototype),K.prototype.constructor=K,K.prototype.l=K,K.m={},c.MdCmColor=K,K.prototype.setColorIndex=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),he(t,e)},K.prototype.setRGB=function(e,t,n){var i=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),ie(i,e,t,n)},K.prototype.get_red=K.prototype.Ta=function(){return je(this.g)},K.prototype.set_red=K.prototype.eb=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ke(t,e)},Object.defineProperty(K.prototype,"red",{get:K.prototype.Ta,set:K.prototype.eb}),K.prototype.get_green=K.prototype.Qa=function(){return le(this.g)},K.prototype.set_green=K.prototype.ab=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),me(t,e)},Object.defineProperty(K.prototype,"green",{get:K.prototype.Qa,set:K.prototype.ab}),K.prototype.get_blue=K.prototype.Oa=function(){return ne(this.g)},K.prototype.set_blue=K.prototype.Za=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),oe(t,e)},Object.defineProperty(K.prototype,"blue",{get:K.prototype.Oa,set:K.prototype.Za}),K.prototype.get_method=K.prototype.Ra=function(){return pe(this.g)},K.prototype.set_method=K.prototype.bb=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),qe(t,e)},Object.defineProperty(K.prototype,"method",{get:K.prototype.Ra,set:K.prototype.bb}),K.prototype.get_n=K.prototype.Sa=function(){return re(this.g)},K.prototype.set_n=K.prototype.cb=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),se(t,e)},Object.defineProperty(K.prototype,"n",{get:K.prototype.Sa,set:K.prototype.cb}),K.prototype.get_colorIndex=K.prototype.Pa=function(){return te(this.g)},K.prototype.set_colorIndex=K.prototype.$a=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ue(t,e)},Object.defineProperty(K.prototype,"colorIndex",{get:K.prototype.Pa,set:K.prototype.$a}),K.prototype.__destroy__=function(){ve(this.g)};function J(e,t,n){e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),this.g=e===void 0?we():t===void 0?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(e):n===void 0?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(e,t):xe(e,t,n),jl(J)[this.g]=this}J.prototype=Object.create(il.prototype),J.prototype.constructor=J,J.prototype.l=J,J.m={},c.MdGePoint3d=J,J.prototype.get_x=J.prototype.ba=function(){return ye(this.g)},J.prototype.set_x=J.prototype.ia=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ze(t,e)},Object.defineProperty(J.prototype,"x",{get:J.prototype.ba,set:J.prototype.ia}),J.prototype.get_y=J.prototype.da=function(){return Ae(this.g)},J.prototype.set_y=J.prototype.ja=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Be(t,e)},Object.defineProperty(J.prototype,"y",{get:J.prototype.da,set:J.prototype.ja}),J.prototype.get_z=J.prototype.ea=function(){return Ce(this.g)},J.prototype.set_z=J.prototype.ka=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),De(t,e)},Object.defineProperty(J.prototype,"z",{get:J.prototype.ea,set:J.prototype.ka}),J.prototype.__destroy__=function(){Ee(this.g)};function M(e,t,n){e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),this.g=e===void 0?Fe():t===void 0?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(e):n===void 0?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(e,t):Ge(e,t,n),jl(M)[this.g]=this}M.prototype=Object.create(il.prototype),M.prototype.constructor=M,M.prototype.l=M,M.m={},c.MdGeVector3d=M,M.prototype.get_x=M.prototype.ba=function(){return He(this.g)},M.prototype.set_x=M.prototype.ia=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Ie(t,e)},Object.defineProperty(M.prototype,"x",{get:M.prototype.ba,set:M.prototype.ia}),M.prototype.get_y=M.prototype.da=function(){return Je(this.g)},M.prototype.set_y=M.prototype.ja=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Ke(t,e)},Object.defineProperty(M.prototype,"y",{get:M.prototype.da,set:M.prototype.ja}),M.prototype.get_z=M.prototype.ea=function(){return Le(this.g)},M.prototype.set_z=M.prototype.ka=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Me(t,e)},Object.defineProperty(M.prototype,"z",{get:M.prototype.ea,set:M.prototype.ka}),M.prototype.__destroy__=function(){Ne(this.g)};function O(){this.g=Oe(),jl(O)[this.g]=this}O.prototype=Object.create(il.prototype),O.prototype.constructor=O,O.prototype.l=O,O.m={},c.MdGeMatrix3d=O,O.prototype.setToIdentity=function(){Pe(this.g)},O.prototype.preMultBy=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Qe(t,e)},O.prototype.postMultBy=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Re(t,e)},O.prototype.setToProduct=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Se(n,e,t)},O.prototype.invert=function(){Te(this.g)},O.prototype.isSingular=function(){return!!Ue(this.g)},O.prototype.transposeIt=function(){Ve(this.g)},O.prototype.isEqualTo=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!We(t,e)},O.prototype.det=function(){return Xe(this.g)},O.prototype.setCoordSystem=function(e,t,n,i){var o=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),Ye(o,e,t,n,i)},O.prototype.setToTranslation=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Ze(t,e)},O.prototype.setToRotation=function(e,t,n){var i=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),$e(i,e,t,n)},O.prototype.setToScaling=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),af(n,e,t)},O.prototype.scale=O.prototype.scale=function(){return bf(this.g)},O.prototype.getData=O.prototype.getData=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),cf(n,e,t)},O.prototype.__destroy__=function(){df(this.g)};function vl(){throw"cannot construct a MdDbLayerTable, no constructor in IDL"}vl.prototype=Object.create(H.prototype),vl.prototype.constructor=vl,vl.prototype.l=vl,vl.m={},c.MdDbLayerTable=vl,vl.prototype.getObjectID=function(){return ef(this.g)},vl.prototype.Erase=function(){return!!ff(this.g)},vl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!gf(t,e)},vl.prototype.Clone=function(){return E(hf(this.g),H)},vl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!jf(o,e,t,n,i)},vl.prototype.getObjectName=function(){return z(kf(this.g))},vl.prototype.getDxf0=function(){return z(lf(this.g))},vl.prototype.getJson=function(){return z(mf(this.g))},vl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!nf(t,e)};function wl(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL"}wl.prototype=Object.create(H.prototype),wl.prototype.constructor=wl,wl.prototype.l=wl,wl.m={},c.MdDbLinetypeTable=wl,wl.prototype.getObjectID=function(){return of(this.g)},wl.prototype.Erase=function(){return!!pf(this.g)},wl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!qf(t,e)},wl.prototype.Clone=function(){return E(rf(this.g),H)},wl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!sf(o,e,t,n,i)},wl.prototype.getObjectName=function(){return z(tf(this.g))},wl.prototype.getDxf0=function(){return z(uf(this.g))},wl.prototype.getJson=function(){return z(vf(this.g))},wl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!wf(t,e)};function xl(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL"}xl.prototype=Object.create(H.prototype),xl.prototype.constructor=xl,xl.prototype.l=xl,xl.m={},c.MdDbTextStyleTable=xl,xl.prototype.getObjectID=function(){return xf(this.g)},xl.prototype.Erase=function(){return!!yf(this.g)},xl.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!zf(t,e)},xl.prototype.Clone=function(){return E(Af(this.g),H)},xl.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Bf(o,e,t,n,i)},xl.prototype.getObjectName=function(){return z(Cf(this.g))},xl.prototype.getDxf0=function(){return z(Df(this.g))},xl.prototype.getJson=function(){return z(Ef(this.g))},xl.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Ff(t,e)};function P(){throw"cannot construct a MdDbDatabase, no constructor in IDL"}P.prototype=Object.create(sl.prototype),P.prototype.constructor=P,P.prototype.l=P,P.m={},c.MdDbDatabase=P,P.prototype.GetLayerTable=function(){return E(Gf(this.g),vl)},P.prototype.GetLinetypeTable=function(){return E(Hf(this.g),wl)},P.prototype.GetTextStyleTable=function(){return E(If(this.g),xl)},P.prototype.GetCurrentlyLineTypeScale=function(){return Jf(this.g)},P.prototype.SetCurrentlyLineTypeScale=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Kf(t,e)},P.prototype.GetCurrentlyLayerName=function(){return z(Lf(this.g))},P.prototype.SetCurrentlyLayerName=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Mf(t,e)},P.prototype.GetCurrentlyLineTypeName=function(){return z(Nf(this.g))},P.prototype.SetCurrentlyLineTypeName=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Of(t,e)},P.prototype.GetCurrentlyTrueColor=function(){return E(Pf(this.g),K)},P.prototype.SetCurrentlyTrueColor=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Qf(t,e)},P.prototype.GetCurrentlyColorIndex=function(){return Rf(this.g)},P.prototype.SetCurrentlyColorIndex=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Sf(t,e)},P.prototype.GetCurrentlyTextStyleName=function(){return z(Tf(this.g))},P.prototype.SetCurrentlyTextStyle=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Uf(t,e)},P.prototype.getObjectName=function(){return z(Vf(this.g))},P.prototype.getDxf0=function(){return z(Wf(this.g))},P.prototype.getJson=function(){return z(Xf(this.g))},P.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Yf(t,e)};function Q(){throw"cannot construct a McObject, no constructor in IDL"}Q.prototype=Object.create(il.prototype),Q.prototype.constructor=Q,Q.prototype.l=Q,Q.m={},c.McObject=Q,Q.prototype.updateDisplay=function(e,t){var n=this.g;return F(),typeof e=="object"&&(e=rl(e)),typeof t=="object"&&(t=rl(t)),!!Zf(n,e,t)},Q.prototype.test=Q.prototype.test=function(){$f(this.g)},Q.prototype.openWebFile=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!ag(t,e)},Q.prototype.saveFileToUrl=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!bg(t,e)},Q.prototype.saveFile=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!cg(t,e)},Q.prototype.getViewDataJsonParam=function(){return z(dg(this.g))},Q.prototype.updataAppData=function(){eg(this.g)},Q.prototype.GetDatabase=function(){return E(fg(this.g),P)},Q.prototype.GetSysVarString=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),z(gg(t,e))},Q.prototype.SetSysVarString=function(e,t){var n=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),!!hg(n,e,t)},Q.prototype.GetSysVarDouble=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),ig(t,e)},Q.prototype.SetSysVarDouble=function(e,t){var n=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),t&&typeof t=="object"&&(t=t.g),!!jg(n,e,t)},Q.prototype.GetSysVarLong=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),kg(t,e)},Q.prototype.SetSysVarLong=function(e,t){var n=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),t&&typeof t=="object"&&(t=t.g),!!lg(n,e,t)},Q.prototype.fireEventWindowSize=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),mg(n,e,t)},Q.prototype.fireEventCommandStart=function(){ng(this.g)},Q.prototype.IntelliSelect_PointSelect=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),og(n,e,t)},Q.prototype.IntelliSelect_getGridData=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(pg(t,e))},Q.prototype.EntityTempWordDraw_onJigCommandEnd=function(){qg(this.g)},Q.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),rg(t,e)},Q.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){sg(this.g)},Q.prototype.EntityTempWordDraw_onJigClearDisplay=function(){tg(this.g)},Q.prototype.SetDrawColor=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),ug(t,e)},Q.prototype.GetDrawColor=function(){return E(vg(this.g),K)},Q.prototype.AddLayer=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),wg(t,e)},Q.prototype.SetDrawLayer=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),xg(t,e)},Q.prototype.GetDrawLayer=function(){return z(yg(this.g))},Q.prototype.AddTextStyle=function(e,t,n,i){var o=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),zg(o,e,t,n,i)},Q.prototype.SetDrawTextStyle=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Ag(t,e)},Q.prototype.GetDrawTextStyle=function(){return z(Bg(this.g))},Q.prototype.AddLinetype=function(e,t){var n=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),Cg(n,e,t)},Q.prototype.AddLinetypeEx=function(e,t,n){var i=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),n=n&&typeof n=="object"?n.g:G(n),Dg(i,e,t,n)},Q.prototype.AddDimStyle=function(e,t,n,i,o){var _=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t=t&&typeof t=="object"?t.g:G(t),n=n&&typeof n=="object"?n.g:G(n),i=i&&typeof i=="object"?i.g:G(i),o=o&&typeof o=="object"?o.g:G(o),Eg(_,e,t,n,i,o)},Q.prototype.SetDrawLinetype=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Fg(t,e)},Q.prototype.GetDrawLinetype=function(){return z(Gg(this.g))},Q.prototype.SetDrawLineWeight=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Hg(t,e)},Q.prototype.GetDrawLineWeight=function(){return Ig(this.g)},Q.prototype.SetDrawLineTypeScale=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Jg(t,e)},Q.prototype.GetDrawLineTypeScale=function(){return Kg(this.g)},Q.prototype.SetDrawDimStyle=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Lg(t,e)},Q.prototype.GetDrawDimStyle=function(){return z(Mg(this.g))},Q.prototype.SetPatternDefinition=function(e){var t=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),Ng(t,e)},Q.prototype.GetPatternDefinition=function(){return z(Og(this.g))},Q.prototype.SetDrawLineWidth=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Pg(t,e)},Q.prototype.GetDrawLineWidth=function(){return Qg(this.g)},Q.prototype.DrawLine=function(e,t,n,i,o,_){var s=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),Rg(s,e,t,n,i,o,_)},Q.prototype.DrawArc=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),Sg(_,e,t,n,i,o)},Q.prototype.DrawArc2=function(e,t,n,i,o,_){var s=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),Tg(s,e,t,n,i,o,_)},Q.prototype.DrawCircle=function(e,t,n){var i=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),Ug(i,e,t,n)},Q.prototype.DrawEllipse=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),Vg(_,e,t,n,i,o)},Q.prototype.DrawEllipseArc=function(e,t,n,i,o,_,s){var u=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),Wg(u,e,t,n,i,o,_,s)},Q.prototype.DrawPoint=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Xg(n,e,t)},Q.prototype.DrawSolid=function(e,t,n,i,o,_,s,u){var b=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),u&&typeof u=="object"&&(u=u.g),Yg(b,e,t,n,i,o,_,s,u)},Q.prototype.DrawMText=function(e,t,n,i,o,_,s){var u=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),Zg(u,e,t,n,i,o,_,s)},Q.prototype.DrawText=function(e,t,n,i,o,_,s){var u=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),$g(u,e,t,n,i,o,_,s)},Q.prototype.DrawBlockReference=function(e,t,n,i,o){var _=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),ah(_,e,t,n,i,o)},Q.prototype.DrawDimAligned=function(e,t,n,i,o,_){var s=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),bh(s,e,t,n,i,o,_)},Q.prototype.DrawDimAngular=function(e,t,n,i,o,_,s,u){var b=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),u&&typeof u=="object"&&(u=u.g),ch(b,e,t,n,i,o,_,s,u)},Q.prototype.DrawDimDiametric=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),dh(_,e,t,n,i,o)},Q.prototype.DrawDimRotated=function(e,t,n,i,o,_,s){var u=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),_&&typeof _=="object"&&(_=_.g),s&&typeof s=="object"&&(s=s.g),eh(u,e,t,n,i,o,_,s)},Q.prototype.DrawDimOrdinate=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),fh(_,e,t,n,i,o)},Q.prototype.DrawDimRadial=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),gh(_,e,t,n,i,o)},Q.prototype.PathMoveTo=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),hh(n,e,t)},Q.prototype.PathMoveToEx=function(e,t,n,i,o){var _=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),ih(_,e,t,n,i,o)},Q.prototype.PathLineTo=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),jh(n,e,t)},Q.prototype.PathLineToEx=function(e,t,n,i,o){var _=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),kh(_,e,t,n,i,o)},Q.prototype.DrawPathToPolyline=function(){return lh(this.g)},Q.prototype.DrawPathToSpline=function(){return mh(this.g)},Q.prototype.PathMakeClosed=function(){nh(this.g)},Q.prototype.DrawPathToHatch=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),oh(t,e)},Q.prototype.DrawEntity=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ph(t,e)};function yl(){this.g=qh(),jl(yl)[this.g]=this}yl.prototype=Object.create(il.prototype),yl.prototype.constructor=yl,yl.prototype.l=yl,yl.m={},c.McApp=yl,yl.prototype.Init=function(){rh(this.g)},yl.prototype.CreateMxDraw=function(e,t,n,i,o){var _=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n=n&&typeof n=="object"?n.g:G(n),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),E(sh(_,e,t,n,i,o),Q)},yl.prototype.GetCurrentMxDraw=function(){return E(th(this.g),Q)},yl.prototype.DestroyObject=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),uh(t,e)},yl.prototype.mcedRGB2Index=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),vh(o,e,t,n,i)},yl.prototype.ObjectIdToObjectName=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(wh(t,e))},yl.prototype.ObjectIdToMdDbLine=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(xh(t,e),S)},yl.prototype.ObjectIdToMdDbText=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(yh(t,e),T)},yl.prototype.ObjectIdToMdObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(zh(t,e),H)},yl.prototype.getLastCallResult=function(){return Ah(this.g)},yl.prototype.__destroy__=function(){Bh(this.g)};function U(){this.g=Ch(),jl(U)[this.g]=this}U.prototype=Object.create(sl.prototype),U.prototype.constructor=U,U.prototype.l=U,U.m={},c.McDrawResbuf=U,U.prototype.Clear=function(){Dh(this.g)},U.prototype.GetCount=function(){return Eh(this.g)},U.prototype.AtDouble=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Fh(t,e)},U.prototype.Atlong=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Gh(t,e)},U.prototype.AtObjectId=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Hh(t,e)},U.prototype.AtString=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(Ih(t,e))},U.prototype.AtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Jh(t,e),J)},U.prototype.ItemDataType=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Kh(t,e)},U.prototype.AddDouble=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Lh(n,e,t)},U.prototype.Addlong=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Mh(n,e,t)},U.prototype.AddObjectId=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Nh(n,e,t)},U.prototype.AddString=function(e,t){var n=this.g;F(),e=e&&typeof e=="object"?e.g:G(e),t&&typeof t=="object"&&(t=t.g),Oh(n,e,t)},U.prototype.AddPoint=function(e,t){var n=this.g;e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),Ph(n,e,t)},U.prototype.RemoveAll=function(){Qh(this.g)},U.prototype.Remove=function(e){var t=this.g;e&&typeof e=="object"&&(e=e.g),Rh(t,e)},U.prototype.getObjectName=function(){return z(Sh(this.g))},U.prototype.getDxf0=function(){return z(Th(this.g))},U.prototype.getJson=function(){return z(Uh(this.g))},U.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Vh(t,e)},U.prototype.__destroy__=function(){Wh(this.g)};function zl(){this.g=Xh(),jl(zl)[this.g]=this}zl.prototype=Object.create(il.prototype),zl.prototype.constructor=zl,zl.prototype.l=zl,zl.m={},c.McDrawUtility=zl,zl.prototype.findEntAtPoint=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),Yh(_,e,t,n,i,o)},zl.prototype.eraseEntity=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Zh(t,e)},zl.prototype.highlightEntity=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!$h(n,e,t)},zl.prototype.__destroy__=function(){ai(this.g)};function S(){this.g=bi(),jl(S)[this.g]=this}S.prototype=Object.create(I.prototype),S.prototype.constructor=S,S.prototype.l=S,S.m={},c.MdDbLine=S,S.prototype.startPoint=function(){return E(ci(this.g),J)},S.prototype.setStartPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!di(t,e)},S.prototype.endPoint=function(){return E(ei(this.g),J)},S.prototype.setEndPoint=S.prototype.setEndPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!fi(t,e)},S.prototype.getStartParam=function(){return gi(this.g)},S.prototype.getEndParam=function(){return hi(this.g)},S.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ii(t,e)},S.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ji(t,e)},S.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),ki(t,e)},S.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(li(t,e),J)},S.prototype.getObjectID=function(){return mi(this.g)},S.prototype.Erase=function(){return!!ni(this.g)},S.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!oi(t,e)},S.prototype.Clone=function(){return E(pi(this.g),H)},S.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!qi(o,e,t,n,i)},S.prototype.getObjectName=function(){return z(ri(this.g))},S.prototype.getDxf0=function(){return z(si(this.g))},S.prototype.getJson=function(){return z(ti(this.g))},S.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!ui(t,e)},S.prototype.__destroy__=function(){vi(this.g)};function T(){this.g=wi(),jl(T)[this.g]=this}T.prototype=Object.create(tl.prototype),T.prototype.constructor=T,T.prototype.l=T,T.m={},c.MdDbText=T,T.prototype.position=T.prototype.position=function(){return E(xi(this.g),J)},T.prototype.setPosition=T.prototype.setPosition=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!yi(t,e)},T.prototype.alignmentPoint=function(){return E(zi(this.g),J)},T.prototype.setAlignmentPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ai(t,e)},T.prototype.oblique=function(){return Bi(this.g)},T.prototype.setOblique=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ci(t,e)},T.prototype.rotation=T.prototype.rotation=function(){return Di(this.g)},T.prototype.setRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ei(t,e)},T.prototype.height=T.prototype.height=function(){return Fi(this.g)},T.prototype.setHeight=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Gi(t,e)},T.prototype.widthFactor=function(){return Hi(this.g)},T.prototype.setWidthFactor=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ii(t,e)},T.prototype.textString=function(){return z(Ji(this.g))},T.prototype.setTextString=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Ki(t,e)},T.prototype.horizontalMode=function(){return Li(this.g)},T.prototype.setHorizontalMode=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Mi(t,e)},T.prototype.verticalMode=function(){return Ni(this.g)},T.prototype.setVerticalMode=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Oi(t,e)},T.prototype.getObjectID=function(){return Pi(this.g)},T.prototype.Erase=function(){return!!Qi(this.g)},T.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Ri(t,e)},T.prototype.Clone=function(){return E(Si(this.g),H)},T.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Ti(o,e,t,n,i)},T.prototype.getObjectName=function(){return z(Ui(this.g))},T.prototype.getDxf0=function(){return z(Vi(this.g))},T.prototype.getJson=function(){return z(Wi(this.g))},T.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Xi(t,e)},T.prototype.__destroy__=function(){Yi(this.g)};function V(){this.g=Zi(),jl(V)[this.g]=this}V.prototype=Object.create(I.prototype),V.prototype.constructor=V,V.prototype.l=V,V.m={},c.MdDbCircle=V,V.prototype.center=function(){return E($i(this.g),J)},V.prototype.setCenter=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!aj(t,e)},V.prototype.radius=function(){return bj(this.g)},V.prototype.setRadius=V.prototype.setRadius=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!cj(t,e)},V.prototype.getStartParam=function(){return dj(this.g)},V.prototype.getEndParam=function(){return ej(this.g)},V.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),fj(t,e)},V.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),gj(t,e)},V.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),hj(t,e)},V.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(ij(t,e),J)},V.prototype.getObjectID=function(){return jj(this.g)},V.prototype.Erase=function(){return!!kj(this.g)},V.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!lj(t,e)},V.prototype.Clone=function(){return E(mj(this.g),H)},V.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!nj(o,e,t,n,i)},V.prototype.getObjectName=function(){return z(oj(this.g))},V.prototype.getDxf0=function(){return z(pj(this.g))},V.prototype.getJson=function(){return z(qj(this.g))},V.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!rj(t,e)},V.prototype.__destroy__=function(){sj(this.g)};function W(){this.g=tj(),jl(W)[this.g]=this}W.prototype=Object.create(I.prototype),W.prototype.constructor=W,W.prototype.l=W,W.m={},c.MdDbPolyline=W,W.prototype.setClosed=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!uj(t,e)},W.prototype.setConstantWidth=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!vj(t,e)},W.prototype.isClosed=function(){return!!wj(this.g)},W.prototype.getConstantWidth=function(){return xj(this.g)},W.prototype.addVertexAt=function(e,t,n,i,o){var _=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),o&&typeof o=="object"&&(o=o.g),!!yj(_,e,t,n,i,o)},W.prototype.removeVertexAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!zj(t,e)},W.prototype.numVerts=function(){return Aj(this.g)},W.prototype.getPointAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Bj(t,e),J)},W.prototype.getBulgeAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Cj(t,e)},W.prototype.getStartWidthsAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Dj(t,e)},W.prototype.getEndWidthsAt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Ej(t,e)},W.prototype.setPointAt=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Fj(n,e,t)},W.prototype.setBulgeAt=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Gj(n,e,t)},W.prototype.getStartParam=function(){return Hj(this.g)},W.prototype.getEndParam=function(){return Ij(this.g)},W.prototype.getDistAtParam=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Jj(t,e)},W.prototype.getParamAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Kj(t,e)},W.prototype.getDistAtPoint=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Lj(t,e)},W.prototype.getPointAtDist=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),E(Mj(t,e),J)},W.prototype.getObjectID=function(){return Nj(this.g)},W.prototype.Erase=function(){return!!Oj(this.g)},W.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Pj(t,e)},W.prototype.Clone=function(){return E(Qj(this.g),H)},W.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Rj(o,e,t,n,i)},W.prototype.getObjectName=function(){return z(Sj(this.g))},W.prototype.getDxf0=function(){return z(Tj(this.g))},W.prototype.getJson=function(){return z(Uj(this.g))},W.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Vj(t,e)},W.prototype.__destroy__=function(){Wj(this.g)};function Y(){this.g=Xj(),jl(Y)[this.g]=this}Y.prototype=Object.create(tl.prototype),Y.prototype.constructor=Y,Y.prototype.l=Y,Y.m={},c.MdDbBlockReference=Y,Y.prototype.blockTableRecord=function(){return Yj(this.g)},Y.prototype.setBlockTableRecord=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Zj(t,e)},Y.prototype.position=Y.prototype.position=function(){return E(ak(this.g),J)},Y.prototype.setPosition=Y.prototype.setPosition=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!bk(t,e)},Y.prototype.scaleFactors=function(){return E(ck(this.g),J)},Y.prototype.setScaleFactors=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!dk(t,e)},Y.prototype.rotation=Y.prototype.rotation=function(){return ek(this.g)},Y.prototype.setRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!fk(t,e)},Y.prototype.blockTransform=function(){return E(gk(this.g),O)},Y.prototype.setBlockTransform=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!hk(t,e)},Y.prototype.getObjectID=function(){return ik(this.g)},Y.prototype.Erase=function(){return!!jk(this.g)},Y.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!kk(t,e)},Y.prototype.Clone=function(){return E(lk(this.g),H)},Y.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!mk(o,e,t,n,i)},Y.prototype.getObjectName=function(){return z(nk(this.g))},Y.prototype.getDxf0=function(){return z(ok(this.g))},Y.prototype.getJson=function(){return z(pk(this.g))},Y.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!qk(t,e)},Y.prototype.__destroy__=function(){rk(this.g)};function Z(){this.g=sk(),jl(Z)[this.g]=this}return Z.prototype=Object.create(tl.prototype),Z.prototype.constructor=Z,Z.prototype.l=Z,Z.m={},c.MdDbDimension=Z,Z.prototype.textPosition=function(){return E(tk(this.g),J)},Z.prototype.setTextPosition=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!uk(t,e)},Z.prototype.isUsingDefaultTextPosition=function(){return!!vk(this.g)},Z.prototype.useSetTextPosition=function(){return!!wk(this.g)},Z.prototype.useDefaultTextPosition=function(){return!!xk(this.g)},Z.prototype.elevation=Z.prototype.elevation=function(){return yk(this.g)},Z.prototype.setElevation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!zk(t,e)},Z.prototype.dimensionText=function(){return z(Ak(this.g))},Z.prototype.setDimensionText=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!Bk(t,e)},Z.prototype.textRotation=function(){return Ck(this.g)},Z.prototype.setTextRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Dk(t,e)},Z.prototype.dimensionStyle=function(){return Ek(this.g)},Z.prototype.setDimensionStyle=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Fk(t,e)},Z.prototype.textAttachment=function(){return Gk(this.g)},Z.prototype.setTextAttachment=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Hk(t,e)},Z.prototype.horizontalRotation=function(){return Ik(this.g)},Z.prototype.setHorizontalRotation=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Jk(t,e)},Z.prototype.recomputeDimBlock=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Kk(t,e)},Z.prototype.GetDimVarInt=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Lk(t,e)},Z.prototype.SetDimVarInt=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Mk(n,e,t)},Z.prototype.GetDimVarDouble=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Nk(t,e)},Z.prototype.SetDimVarDouble=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Ok(n,e,t)},Z.prototype.GetDimVarString=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),z(Pk(t,e))},Z.prototype.SetDimVarString=function(e,t){var n=this.g;return F(),e&&typeof e=="object"&&(e=e.g),t=t&&typeof t=="object"?t.g:G(t),!!Qk(n,e,t)},Z.prototype.GetDimVarObjectId=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),Rk(t,e)},Z.prototype.SetDimVarObjectId=function(e,t){var n=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),!!Sk(n,e,t)},Z.prototype.getObjectID=function(){return Tk(this.g)},Z.prototype.Erase=function(){return!!Uk(this.g)},Z.prototype.ConnectionTempObject=function(e){var t=this.g;return e&&typeof e=="object"&&(e=e.g),!!Vk(t,e)},Z.prototype.Clone=function(){return E(Wk(this.g),H)},Z.prototype.moveGripPointsAt=function(e,t,n,i){var o=this.g;return e&&typeof e=="object"&&(e=e.g),t&&typeof t=="object"&&(t=t.g),n&&typeof n=="object"&&(n=n.g),i&&typeof i=="object"&&(i=i.g),!!Xk(o,e,t,n,i)},Z.prototype.getObjectName=function(){return z(Yk(this.g))},Z.prototype.getDxf0=function(){return z(Zk(this.g))},Z.prototype.getJson=function(){return z($k(this.g))},Z.prototype.setJson=function(e){var t=this.g;return F(),e=e&&typeof e=="object"?e.g:G(e),!!al(t,e)},Z.prototype.__destroy__=function(){bl(this.g)},mxdrawassembly.ready}})();typeof exports=="object"&&typeof module=="object"?module.exports=mxdrawassembly:typeof define=="function"&&define.amd?define([],function(){return mxdrawassembly}):typeof exports=="object"&&(exports.mxdrawassembly=mxdrawassembly);const getWasmURL=(e,t)=>new URL(e,self.location.href||t).toString();exports.MxCpp=void 0;function loadMxCADassembly(e,t=getWasmURL){if(exports.MxCpp||(exports.MxCpp=new MxCppType),exports.MxCpp.mxcadassemblyimp){e(exports.MxCpp);return}mxdrawassembly({locateFile:t}).then(n=>{exports.MxCpp.mxcadassemblyimp=n;let i=new n.McApp;i.Init(),exports.MxCpp.App.init(i),e(exports.MxCpp)})}const _export=Object.freeze(Object.defineProperty({__proto__:null,get MxCpp(){return exports.MxCpp},loadMxCADassembly,fetchAndInstantiate,b64Encode,b64Decode,saveAsFileDialog,downloadFile,MxTools,drawText,drawCircle,drawLine,drawMText,drawPolyLine,drawPolygon,drawArc,drawEllipticalArc,mxErase,McObject,MdRxObject,MdDbDatabase,MdDbLayerTable,MdDbEntity,MdDbCurve,MdDbLine,MdDbText,MdDbCircle,get McDb(){return exports.McDb},McDrawUtility,MxObjectId,McDrawResbuf,MdDbPolyline},Symbol.toStringTag,{value:"Module"}));exports.McDrawResbuf=McDrawResbuf,exports.McDrawUtility=McDrawUtility,exports.McObject=McObject,exports.MdDbCircle=MdDbCircle,exports.MdDbCurve=MdDbCurve,exports.MdDbDatabase=MdDbDatabase,exports.MdDbEntity=MdDbEntity,exports.MdDbLayerTable=MdDbLayerTable,exports.MdDbLine=MdDbLine,exports.MdDbPolyline=MdDbPolyline,exports.MdDbText=MdDbText,exports.MdRxObject=MdRxObject,exports.MxObjectId=MxObjectId,exports.MxTools=MxTools,exports.b64Decode=b64Decode,exports.b64Encode=b64Encode,exports.default=_export,exports.downloadFile=downloadFile,exports.drawArc=drawArc,exports.drawCircle=drawCircle,exports.drawEllipticalArc=drawEllipticalArc,exports.drawLine=drawLine,exports.drawMText=drawMText,exports.drawPolyLine=drawPolyLine,exports.drawPolygon=drawPolygon,exports.drawText=drawText,exports.fetchAndInstantiate=fetchAndInstantiate,exports.loadMxCADassembly=loadMxCADassembly,exports.mxErase=mxErase,exports.saveAsFileDialog=saveAsFileDialog,Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}})});