mxdrawassembly_min.4f26d534.js 835 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726
  1. var mxdrawassembly = (() => {
  2. var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
  3. if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
  4. return (
  5. function(mxdrawassembly = {}) {
  6. var b;b||(b=typeof mxdrawassembly !== 'undefined' ? mxdrawassembly : {});var aa,da;b.ready=new Promise(function(a,c){aa=a;da=c});var ea=Object.assign({},b),ha="./this.program",ja=(a,c)=>{throw c;},ka="object"==typeof window,la="function"==typeof importScripts,ma="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,na="",oa,pa,qa;
  7. if(ma){var fs=require("fs"),ra=require("path");na=la?ra.dirname(na)+"/":__dirname+"/";oa=(a,c)=>{a=a.startsWith("file://")?new URL(a):ra.normalize(a);return fs.readFileSync(a,c?void 0:"utf8")};qa=a=>{a=oa(a,!0);a.buffer||(a=new Uint8Array(a));return a};pa=(a,c,d)=>{a=a.startsWith("file://")?new URL(a):ra.normalize(a);fs.readFile(a,function(e,f){e?d(e):c(f.buffer)})};!b.thisProgram&&1<process.argv.length&&(ha=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);ja=(a,c)=>{process.exitCode=a;throw c;
  8. };b.inspect=function(){return"[Emscripten Module object]"}}else if(ka||la)la?na=self.location.href:"undefined"!=typeof document&&document.currentScript&&(na=document.currentScript.src),_scriptDir&&(na=_scriptDir),na=0!==na.indexOf("blob:")?na.substr(0,na.replace(/[?#].*/,"").lastIndexOf("/")+1):"",oa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},la&&(qa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)}),
  9. pa=(a,c,d)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?c(e.response):d()};e.onerror=d;e.send(null)};var sa=b.print||console.log.bind(console),ta=b.printErr||console.warn.bind(console);Object.assign(b,ea);ea=null;b.thisProgram&&(ha=b.thisProgram);b.quit&&(ja=b.quit);var ua;b.wasmBinary&&(ua=b.wasmBinary);var noExitRuntime=b.noExitRuntime||!0;"object"!=typeof WebAssembly&&va("no native wasm support detected");
  10. var xa,ya=!1,za,Aa,Ca,Da,Ga,Ja,Ka,La,Ma;function Na(){var a=xa.buffer;b.HEAP8=Aa=new Int8Array(a);b.HEAP16=Da=new Int16Array(a);b.HEAP32=Ja=new Int32Array(a);b.HEAPU8=Ca=new Uint8Array(a);b.HEAPU16=Ga=new Uint16Array(a);b.HEAPU32=Ka=new Uint32Array(a);b.HEAPF32=La=new Float32Array(a);b.HEAPF64=Ma=new Float64Array(a)}var Oa,Pa=[],Qa=[],Ra=[];function Sa(){var a=b.preRun.shift();Pa.unshift(a)}var Ta=0,Ua=null,Va=null;function Wa(){Ta++;b.monitorRunDependencies&&b.monitorRunDependencies(Ta)}
  11. function Xa(){Ta--;b.monitorRunDependencies&&b.monitorRunDependencies(Ta);if(0==Ta&&(null!==Ua&&(clearInterval(Ua),Ua=null),Va)){var a=Va;Va=null;a()}}function va(a){if(b.onAbort)b.onAbort(a);a="Aborted("+a+")";ta(a);ya=!0;za=1;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");da(a);throw a;}function Ya(a){return a.startsWith("data:application/octet-stream;base64,")}var Za;Za="mxdrawassembly_minst.wasm";if(!Ya(Za)){var $a=Za;Za=b.locateFile?b.locateFile($a,na):na+$a}
  12. function ab(a){try{if(a==Za&&ua)return new Uint8Array(ua);if(qa)return qa(a);throw"both async and sync fetching of the wasm failed";}catch(c){va(c)}}
  13. function bb(a){if(!ua&&(ka||la)){if("function"==typeof fetch&&!a.startsWith("file://"))return fetch(a,{credentials:"same-origin"}).then(function(c){if(!c.ok)throw"failed to load wasm binary file at '"+a+"'";return c.arrayBuffer()}).catch(function(){return ab(a)});if(pa)return new Promise(function(c,d){pa(a,function(e){c(new Uint8Array(e))},d)})}return Promise.resolve().then(function(){return ab(a)})}
  14. function db(a,c,d){return bb(a).then(function(e){return WebAssembly.instantiate(e,c)}).then(function(e){return e}).then(d,function(e){ta("failed to asynchronously prepare wasm: "+e);va(e)})}
  15. function fb(a,c){var d=Za;return ua||"function"!=typeof WebAssembly.instantiateStreaming||Ya(d)||d.startsWith("file://")||ma||"function"!=typeof fetch?db(d,a,c):fetch(d,{credentials:"same-origin"}).then(function(e){return WebAssembly.instantiateStreaming(e,a).then(c,function(f){ta("wasm streaming compile failed: "+f);ta("falling back to ArrayBuffer instantiation");return db(d,a,c)})})}
  16. var gb,hb,nb={358306:()=>"undefined"!==typeof la&&la?1:0,358398:(a,c)=>{window.MxCustomEntityManager_freeObject(a,c)},358454:(a,c)=>window.MxCustomEntityManager_relationObject(a,c),358521:(a,c,d)=>{"undefined"!=typeof window?window.MxCustomEntityManager_syncData(a,c,d):console.log("Mx:McDbCustomEntity::syncData failed")},358680:(a,c,d,e)=>{"undefined"!=typeof window?window.MxCustomEntityManager_worldDraw(a,c,d,e):console.log("Mx:McDbCustomEntity::worldDraw failed")},358842:(a,c,d,e)=>{"undefined"!=
  17. typeof window?window.MxCustomEntityManager_worldDraw(a,c,d,e):console.log("Mx:McDbCustomEntity::worldDraw failed")},359004:a=>{"undefined"!=typeof window?window.MxCustomEntityManager_freeDatabase(a):console.log("Mx:freeDatabaseidIndex failed")},359152:()=>Aa.length,359172:a=>{a=g(a);if(window.mx_saveFile_call){var c=c||"binary";if("utf8"!==c&&"binary"!==c)throw Error('Invalid encoding type "'+c+'"');var d;var e=ib(a,e||0);a=jb(a,{aa:!0}).node;if(!a)throw new h(44);if(!a.j.u)throw new h(63);a=a.j.u(a).size;
  18. var f=new Uint8Array(a);kb(e,f,0,a,0);"utf8"===c?d=lb(f,0):"binary"===c&&(d=f);mb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};function ob(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function pb(a){for(;0<a.length;)a.shift()(b)}var qb="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;
  19. function lb(a,c,d){var e=c+d;for(d=c;a[d]&&!(d>=e);)++d;if(16<d-c&&a.buffer&&qb)return qb.decode(a.subarray(c,d));for(e="";c<d;){var f=a[c++];if(f&128){var l=a[c++]&63;if(192==(f&224))e+=String.fromCharCode((f&31)<<6|l);else{var n=a[c++]&63;f=224==(f&240)?(f&15)<<12|l<<6|n:(f&7)<<18|l<<12|n<<6|a[c++]&63;65536>f?e+=String.fromCharCode(f):(f-=65536,e+=String.fromCharCode(55296|f>>10,56320|f&1023))}}else e+=String.fromCharCode(f)}return e}function g(a,c){return a?lb(Ca,a,c):""}
  20. function rb(a){this.g=a-24;this.lb=function(c){Ka[this.g+4>>2]=c};this.eb=function(c){Ka[this.g+8>>2]=c};this.jb=function(){Ja[this.g>>2]=0};this.bb=function(){Aa[this.g+12>>0]=0};this.kb=function(){Aa[this.g+13>>0]=0};this.Ua=function(c,d){this.$a();this.lb(c);this.eb(d);this.jb();this.bb();this.kb()};this.$a=function(){Ka[this.g+16>>2]=0}}
  21. var sb=0,tb=0,ub=(a,c)=>{for(var d=0,e=a.length-1;0<=e;e--){var f=a[e];"."===f?a.splice(e,1):".."===f?(a.splice(e,1),d++):d&&(a.splice(e,1),d--)}if(c)for(;d;d--)a.unshift("..");return a},vb=a=>{var c="/"===a.charAt(0),d="/"===a.substr(-1);(a=ub(a.split("/").filter(e=>!!e),!c).join("/"))||c||(a=".");a&&d&&(a+="/");return(c?"/":"")+a},wb=a=>{var c=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/.exec(a).slice(1);a=c[0];c=c[1];if(!a&&!c)return".";c&&(c=c.substr(0,c.length-1));return a+
  22. c},xb=a=>{if("/"===a)return"/";a=vb(a);a=a.replace(/\/$/,"");var c=a.lastIndexOf("/");return-1===c?a:a.substr(c+1)};function yb(){if("object"==typeof crypto&&"function"==typeof crypto.getRandomValues)return d=>crypto.getRandomValues(d);if(ma)try{var a=require("crypto");if(a.randomFillSync)return d=>a.randomFillSync(d);var c=a.randomBytes;return d=>(d.set(c(d.byteLength)),d)}catch(d){}va("initRandomDevice")}function zb(a){return(zb=yb())(a)}
  23. function Ab(){for(var a="",c=!1,d=arguments.length-1;-1<=d&&!c;d--){c=0<=d?arguments[d]:"/";if("string"!=typeof c)throw new TypeError("Arguments to path.resolve must be strings");if(!c)return"";a=c+"/"+a;c="/"===c.charAt(0)}a=ub(a.split("/").filter(e=>!!e),!c).join("/");return(c?"/":"")+a||"."}function Bb(a){for(var c=0,d=0;d<a.length;++d){var e=a.charCodeAt(d);127>=e?c++:2047>=e?c+=2:55296<=e&&57343>=e?(c+=4,++d):c+=3}return c}
  24. function Cb(a,c,d,e){if(!(0<e))return 0;var f=d;e=d+e-1;for(var l=0;l<a.length;++l){var n=a.charCodeAt(l);if(55296<=n&&57343>=n){var p=a.charCodeAt(++l);n=65536+((n&1023)<<10)|p&1023}if(127>=n){if(d>=e)break;c[d++]=n}else{if(2047>=n){if(d+1>=e)break;c[d++]=192|n>>6}else{if(65535>=n){if(d+2>=e)break;c[d++]=224|n>>12}else{if(d+3>=e)break;c[d++]=240|n>>18;c[d++]=128|n>>12&63}c[d++]=128|n>>6&63}c[d++]=128|n&63}}c[d]=0;return d-f}
  25. function Db(a,c){var d=Array(Bb(a)+1);a=Cb(a,d,0,d.length);c&&(d.length=a);return d}var Eb=[];function Fb(a,c){Eb[a]={input:[],output:[],K:c};Gb(a,Hb)}
  26. var Hb={open:function(a){var c=Eb[a.node.rdev];if(!c)throw new h(43);a.tty=c;a.seekable=!1},close:function(a){a.tty.K.fsync(a.tty)},fsync:function(a){a.tty.K.fsync(a.tty)},read:function(a,c,d,e){if(!a.tty||!a.tty.K.ya)throw new h(60);for(var f=0,l=0;l<e;l++){try{var n=a.tty.K.ya(a.tty)}catch(p){throw new h(29);}if(void 0===n&&0===f)throw new h(6);if(null===n||void 0===n)break;f++;c[d+l]=n}f&&(a.node.timestamp=Date.now());return f},write:function(a,c,d,e){if(!a.tty||!a.tty.K.ga)throw new h(60);try{for(var f=
  27. 0;f<e;f++)a.tty.K.ga(a.tty,c[d+f])}catch(l){throw new h(29);}e&&(a.node.timestamp=Date.now());return f}},Ib={ya:function(a){if(!a.input.length){var c=null;if(ma){c=Buffer.alloc(256);var d=0;try{d=fs.readSync(process.stdin.fd,c,0,256,-1)}catch(e){if(e.toString().includes("EOF"))d=0;else throw e;}c=0<d?c.slice(0,d).toString("utf-8"):null}else"undefined"!=typeof window&&"function"==typeof window.prompt?(c=window.prompt("Input: "),null!==c&&(c+="\n")):"function"==typeof readline&&(c=readline(),null!==
  28. c&&(c+="\n"));if(!c)return null;a.input=Db(c,!0)}return a.input.shift()},ga:function(a,c){null===c||10===c?(sa(lb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(sa(lb(a.output,0)),a.output=[])}},Jb={ga:function(a,c){null===c||10===c?(ta(lb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(ta(lb(a.output,0)),a.output=[])}},Kb={v:null,C:function(){return Kb.createNode(null,"/",16895,0)},createNode:function(a,
  29. c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new h(63);Kb.v||(Kb.v={dir:{node:{u:Kb.j.u,A:Kb.j.A,lookup:Kb.j.lookup,V:Kb.j.V,rename:Kb.j.rename,unlink:Kb.j.unlink,rmdir:Kb.j.rmdir,readdir:Kb.j.readdir,symlink:Kb.j.symlink},stream:{D:Kb.m.D}},file:{node:{u:Kb.j.u,A:Kb.j.A},stream:{D:Kb.m.D,read:Kb.m.read,write:Kb.m.write,pa:Kb.m.pa,Ba:Kb.m.Ba,Da:Kb.m.Da}},link:{node:{u:Kb.j.u,A:Kb.j.A,readlink:Kb.j.readlink},stream:{}},qa:{node:{u:Kb.j.u,A:Kb.j.A},stream:Lb}});d=Mb(a,c,d,e);16384===(d.mode&
  30. 61440)?(d.j=Kb.v.dir.node,d.m=Kb.v.dir.stream,d.l={}):32768===(d.mode&61440)?(d.j=Kb.v.file.node,d.m=Kb.v.file.stream,d.o=0,d.l=null):40960===(d.mode&61440)?(d.j=Kb.v.link.node,d.m=Kb.v.link.stream):8192===(d.mode&61440)&&(d.j=Kb.v.qa.node,d.m=Kb.v.qa.stream);d.timestamp=Date.now();a&&(a.l[c]=d,a.timestamp=d.timestamp);return d},wb:function(a){return a.l?a.l.subarray?a.l.subarray(0,a.o):new Uint8Array(a.l):new Uint8Array(0)},va:function(a,c){var d=a.l?a.l.length:0;d>=c||(c=Math.max(c,d*(1048576>d?
  31. 2:1.125)>>>0),0!=d&&(c=Math.max(c,256)),d=a.l,a.l=new Uint8Array(c),0<a.o&&a.l.set(d.subarray(0,a.o),0))},Ya:function(a,c){if(a.o!=c)if(0==c)a.l=null,a.o=0;else{var d=a.l;a.l=new Uint8Array(c);d&&a.l.set(d.subarray(0,Math.min(c,a.o)));a.o=c}},j:{u:function(a){var c={};c.dev=8192===(a.mode&61440)?a.id:1;c.ino=a.id;c.mode=a.mode;c.nlink=1;c.uid=0;c.gid=0;c.rdev=a.rdev;c.size=16384===(a.mode&61440)?4096:32768===(a.mode&61440)?a.o:40960===(a.mode&61440)?a.link.length:0;c.atime=new Date(a.timestamp);c.mtime=
  32. new Date(a.timestamp);c.ctime=new Date(a.timestamp);c.Ka=4096;c.blocks=Math.ceil(c.size/c.Ka);return c},A:function(a,c){void 0!==c.mode&&(a.mode=c.mode);void 0!==c.timestamp&&(a.timestamp=c.timestamp);void 0!==c.size&&Kb.Ya(a,c.size)},lookup:function(){throw Ob[44];},V:function(a,c,d,e){return Kb.createNode(a,c,d,e)},rename:function(a,c,d){if(16384===(a.mode&61440)){try{var e=Pb(c,d)}catch(l){}if(e)for(var f in e.l)throw new h(55);}delete a.parent.l[a.name];a.parent.timestamp=Date.now();a.name=d;
  33. c.l[d]=a;c.timestamp=a.parent.timestamp;a.parent=c},unlink:function(a,c){delete a.l[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=Pb(a,c),e;for(e in d.l)throw new h(55);delete a.l[c];a.timestamp=Date.now()},readdir:function(a){var c=[".",".."],d;for(d in a.l)a.l.hasOwnProperty(d)&&c.push(d);return c},symlink:function(a,c,d){a=Kb.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new h(28);return a.link}},m:{read:function(a,c,d,e,f){var l=a.node.l;
  34. if(f>=a.node.o)return 0;a=Math.min(a.node.o-f,e);if(8<a&&l.subarray)c.set(l.subarray(f,f+a),d);else for(e=0;e<a;e++)c[d+e]=l[f+e];return a},write:function(a,c,d,e,f,l){c.buffer===Aa.buffer&&(l=!1);if(!e)return 0;a=a.node;a.timestamp=Date.now();if(c.subarray&&(!a.l||a.l.subarray)){if(l)return a.l=c.subarray(d,d+e),a.o=e;if(0===a.o&&0===f)return a.l=c.slice(d,d+e),a.o=e;if(f+e<=a.o)return a.l.set(c.subarray(d,d+e),f),e}Kb.va(a,f+e);if(a.l.subarray&&c.subarray)a.l.set(c.subarray(d,d+e),f);else for(l=
  35. 0;l<e;l++)a.l[f+l]=c[d+l];a.o=Math.max(a.o,f+e);return e},D:function(a,c,d){1===d?c+=a.position:2===d&&32768===(a.node.mode&61440)&&(c+=a.node.o);if(0>c)throw new h(28);return c},pa:function(a,c,d){Kb.va(a.node,c+d);a.node.o=Math.max(a.node.o,c+d)},Ba:function(a,c,d,e,f){if(32768!==(a.node.mode&61440))throw new h(43);a=a.node.l;if(f&2||a.buffer!==Aa.buffer){if(0<d||d+c<a.length)a=a.subarray?a.subarray(d,d+c):Array.prototype.slice.call(a,d,d+c);d=!0;va();c=void 0;if(!c)throw new h(48);Aa.set(a,c)}else d=
  36. !1,c=a.byteOffset;return{g:c,rb:d}},Da:function(a,c,d,e){Kb.m.write(a,c,0,e,d,!1);return 0}}},Qb=null,Rb={},Sb=[],Tb=1,Ub=null,Vb=!0,h=null,Ob={},jb=(a,c={})=>{a=Ab(a);if(!a)return{path:"",node:null};c=Object.assign({wa:!0,ha:0},c);if(8<c.ha)throw new h(32);a=a.split("/").filter(n=>!!n);for(var d=Qb,e="/",f=0;f<a.length;f++){var l=f===a.length-1;if(l&&c.parent)break;d=Pb(d,a[f]);e=vb(e+"/"+a[f]);d.I&&(!l||l&&c.wa)&&(d=d.I.root);if(!l||c.aa)for(l=0;40960===(d.mode&61440);)if(d=Wb(e),e=Ab(wb(e),d),
  37. d=jb(e,{ha:c.ha+1}).node,40<l++)throw new h(32);}return{path:e,node:d}},Xb=a=>{for(var c;;){if(a===a.parent)return a=a.C.Ca,c?"/"!==a[a.length-1]?a+"/"+c:a+c:a;c=c?a.name+"/"+c:a.name;a=a.parent}},Yb=(a,c)=>{for(var d=0,e=0;e<c.length;e++)d=(d<<5)-d+c.charCodeAt(e)|0;return(a+d>>>0)%Ub.length},Zb=a=>{var c=Yb(a.parent.id,a.name);if(Ub[c]===a)Ub[c]=a.J;else for(c=Ub[c];c;){if(c.J===a){c.J=a.J;break}c=c.J}},Pb=(a,c)=>{var d;if(d=(d=$b(a,"x"))?d:a.j.lookup?0:2)throw new h(d,a);for(d=Ub[Yb(a.id,c)];d;d=
  38. d.J){var e=d.name;if(d.parent.id===a.id&&e===c)return d}return a.j.lookup(a,c)},Mb=(a,c,d,e)=>{a=new ac(a,c,d,e);c=Yb(a.parent.id,a.name);a.J=Ub[c];return Ub[c]=a},bc={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},cc=a=>{var c=["r","w","rw"][a&3];a&512&&(c+="w");return c},$b=(a,c)=>{if(Vb)return 0;if(!c.includes("r")||a.mode&292){if(c.includes("w")&&!(a.mode&146)||c.includes("x")&&!(a.mode&73))return 2}else return 2;return 0},dc=(a,c)=>{try{return Pb(a,c),20}catch(d){}return $b(a,"wx")},ec=(a,c,d)=>
  39. {try{var e=Pb(a,c)}catch(f){return f.s}if(a=$b(a,"wx"))return a;if(d){if(16384!==(e.mode&61440))return 54;if(e===e.parent||"/"===Xb(e))return 10}else if(16384===(e.mode&61440))return 31;return 0},fc=(a=0)=>{for(;4096>=a;a++)if(!Sb[a])return a;throw new h(33);},hc=(a,c)=>{gc||(gc=function(){this.W={}},gc.prototype={},Object.defineProperties(gc.prototype,{object:{get:function(){return this.node},set:function(d){this.node=d}},flags:{get:function(){return this.W.flags},set:function(d){this.W.flags=d}},
  40. position:{get:function(){return this.W.position},set:function(d){this.W.position=d}}}));a=Object.assign(new gc,a);c=fc(c);a.fd=c;return Sb[c]=a},Lb={open:a=>{a.m=Rb[a.node.rdev].m;a.m.open&&a.m.open(a)},D:()=>{throw new h(70);}},Gb=(a,c)=>{Rb[a]={m:c}},ic=(a,c)=>{var d="/"===c,e=!c;if(d&&Qb)throw new h(10);if(!d&&!e){var f=jb(c,{wa:!1});c=f.path;f=f.node;if(f.I)throw new h(10);if(16384!==(f.mode&61440))throw new h(54);}c={type:a,Bb:{},Ca:c,Xa:[]};a=a.C(c);a.C=c;c.root=a;d?Qb=a:f&&(f.I=c,f.C&&f.C.Xa.push(c))},
  41. jc=(a,c,d)=>{var e=jb(a,{parent:!0}).node;a=xb(a);if(!a||"."===a||".."===a)throw new h(28);var f=dc(e,a);if(f)throw new h(f);if(!e.j.V)throw new h(63);return e.j.V(e,a,c,d)},kc=(a,c,d)=>{"undefined"==typeof d&&(d=c,c=438);jc(a,c|8192,d)},lc=(a,c)=>{if(!Ab(a))throw new h(44);var d=jb(c,{parent:!0}).node;if(!d)throw new h(44);c=xb(c);var e=dc(d,c);if(e)throw new h(e);if(!d.j.symlink)throw new h(63);d.j.symlink(d,c,a)},mc=a=>{var c=jb(a,{parent:!0}).node;a=xb(a);var d=Pb(c,a),e=ec(c,a,!0);if(e)throw new h(e);
  42. if(!c.j.rmdir)throw new h(63);if(d.I)throw new h(10);c.j.rmdir(c,a);Zb(d)},Wb=a=>{a=jb(a).node;if(!a)throw new h(44);if(!a.j.readlink)throw new h(28);return Ab(Xb(a.parent),a.j.readlink(a))},ib=(a,c,d)=>{if(""===a)throw new h(44);if("string"==typeof c){var e=bc[c];if("undefined"==typeof e)throw Error("Unknown file open mode: "+c);c=e}d=c&64?("undefined"==typeof d?438:d)&4095|32768:0;if("object"==typeof a)var f=a;else{a=vb(a);try{f=jb(a,{aa:!(c&131072)}).node}catch(l){}}e=!1;if(c&64)if(f){if(c&128)throw new h(20);
  43. }else f=jc(a,d,0),e=!0;if(!f)throw new h(44);8192===(f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new h(54);if(!e&&(d=f?40960===(f.mode&61440)?32:16384===(f.mode&61440)&&("r"!==cc(c)||c&512)?31:$b(f,cc(c)):44))throw new h(d);if(c&512&&!e){d=f;d="string"==typeof d?jb(d,{aa:!0}).node:d;if(!d.j.A)throw new h(63);if(16384===(d.mode&61440))throw new h(31);if(32768!==(d.mode&61440))throw new h(28);if(e=$b(d,"w"))throw new h(e);d.j.A(d,{size:0,timestamp:Date.now()})}c&=-131713;f=hc({node:f,
  44. path:Xb(f),flags:c,seekable:!0,position:0,m:f.m,qb:[],error:!1});f.m.open&&f.m.open(f);!b.logReadFiles||c&1||(nc||(nc={}),a in nc||(nc[a]=1));return f},mb=a=>{if(null===a.fd)throw new h(8);a.fa&&(a.fa=null);try{a.m.close&&a.m.close(a)}catch(c){throw c;}finally{Sb[a.fd]=null}a.fd=null},oc=(a,c,d)=>{if(null===a.fd)throw new h(8);if(!a.seekable||!a.m.D)throw new h(70);if(0!=d&&1!=d&&2!=d)throw new h(28);a.position=a.m.D(a,c,d);a.qb=[]},kb=(a,c,d,e,f)=>{if(0>e||0>f)throw new h(28);if(null===a.fd)throw new h(8);
  45. if(1===(a.flags&2097155))throw new h(8);if(16384===(a.node.mode&61440))throw new h(31);if(!a.m.read)throw new h(28);var l="undefined"!=typeof f;if(!l)f=a.position;else if(!a.seekable)throw new h(70);c=a.m.read(a,c,d,e,f);l||(a.position+=c);return c},pc=()=>{h||(h=function(a,c){this.name="ErrnoError";this.node=c;this.Za=function(d){this.s=d};this.Za(a);this.message="FS error"},h.prototype=Error(),h.prototype.constructor=h,[44].forEach(a=>{Ob[a]=new h(a);Ob[a].stack="<generic error, no stack>"}))},
  46. qc,rc=(a,c)=>{var d=0;a&&(d|=365);c&&(d|=146);return d},tc=(a,c,d)=>{a=vb("/dev/"+a);var e=rc(!!c,!!d);sc||(sc=64);var f=sc++<<8|0;Gb(f,{open:l=>{l.seekable=!1},close:()=>{d&&d.buffer&&d.buffer.length&&d(10)},read:(l,n,p,P)=>{for(var L=0,ia=0;ia<P;ia++){try{var Ba=c()}catch(wa){throw new h(29);}if(void 0===Ba&&0===L)throw new h(6);if(null===Ba||void 0===Ba)break;L++;n[p+ia]=Ba}L&&(l.node.timestamp=Date.now());return L},write:(l,n,p,P)=>{for(var L=0;L<P;L++)try{d(n[p+L])}catch(ia){throw new h(29);
  47. }P&&(l.node.timestamp=Date.now());return L}});kc(a,e,f)},sc,uc={},gc,nc;function vc(a,c){if("/"===c.charAt(0))return c;a=-100===a?"/":wc(a).path;if(0==c.length)throw new h(44);return vb(a+"/"+c)}var xc=void 0;function yc(){xc+=4;return Ja[xc-4>>2]}function wc(a){a=Sb[a];if(!a)throw new h(8);return a}var zc=[];function Ac(a,c){if(0>=a)return a;var d=32>=c?Math.abs(1<<c-1):Math.pow(2,c-1);a>=d&&(32>=c||a>d)&&(a=-2*d+a);return a}
  48. function Bc(a,c){return 0<=a?a:32>=c?2*Math.abs(1<<c-1)+a:Math.pow(2,c)+a}function Cc(a){for(var c=a;Ca[c];)++c;return c-a}
  49. function Dc(a,c){function d(Ia){var fa=e;("double"===Ia||"i64"===Ia)&&fa&7&&(fa+=4);e=fa;"double"===Ia?(Ia=Ma[e>>3],e+=8):"i64"==Ia?(Ia=[Ja[e>>2],Ja[e+4>>2]],e+=8):(Ia=Ja[e>>2],e+=4);return Ia}for(var e=c,f=[],l,n;;){var p=a;l=Aa[a>>0];if(0===l)break;n=Aa[a+1>>0];if(37==l){var P=!1,L=c=!1,ia=!1,Ba=!1;a:for(;;){switch(n){case 43:P=!0;break;case 45:c=!0;break;case 35:L=!0;break;case 48:if(ia)break a;else{ia=!0;break}case 32:Ba=!0;break;default:break a}a++;n=Aa[a+1>>0]}var wa=0;if(42==n)wa=d("i32"),
  50. a++,n=Aa[a+1>>0];else for(;48<=n&&57>=n;)wa=10*wa+(n-48),a++,n=Aa[a+1>>0];var q=!1,ca=-1;if(46==n){ca=0;q=!0;a++;n=Aa[a+1>>0];if(42==n)ca=d("i32"),a++;else for(;;){n=Aa[a+1>>0];if(48>n||57<n)break;ca=10*ca+(n-48);a++}n=Aa[a+1>>0]}0>ca&&(ca=6,q=!1);switch(String.fromCharCode(n)){case "h":n=Aa[a+2>>0];if(104==n){a++;var ba=1}else ba=2;break;case "l":n=Aa[a+2>>0];108==n?(a++,ba=8):ba=4;break;case "L":case "q":case "j":ba=8;break;case "z":case "t":case "I":ba=4;break;default:ba=null}ba&&a++;n=Aa[a+1>>
  51. 0];switch(String.fromCharCode(n)){case "d":case "i":case "u":case "o":case "x":case "X":case "p":p=100==n||105==n;ba=ba||4;l=d("i"+8*ba);8==ba&&(l=117==n?(l[0]>>>0)+4294967296*(l[1]>>>0):(l[0]>>>0)+4294967296*l[1]);4>=ba&&(l=(p?Ac:Bc)(l&Math.pow(256,ba)-1,8*ba));var Ea=Math.abs(l);p="";if(100==n||105==n)var X=Ac(l,8*ba).toString(10);else if(117==n)X=Bc(l,8*ba).toString(10),l=Math.abs(l);else if(111==n)X=(L?"0":"")+Ea.toString(8);else if(120==n||88==n){p=L&&0!=l?"0x":"";if(0>l){l=-l;X=(Ea-1).toString(16);
  52. Ea=[];for(L=0;L<X.length;L++)Ea.push((15-parseInt(X[L],16)).toString(16));for(X=Ea.join("");X.length<2*ba;)X="f"+X}else X=Ea.toString(16);88==n&&(p=p.toUpperCase(),X=X.toUpperCase())}else 112==n&&(0===Ea?X="(nil)":(p="0x",X=Ea.toString(16)));if(q)for(;X.length<ca;)X="0"+X;0<=l&&(P?p="+"+p:Ba&&(p=" "+p));"-"==X.charAt(0)&&(p="-"+p,X=X.substr(1));for(;p.length+X.length<wa;)c?X+=" ":ia?X="0"+X:p=" "+p;X=p+X;X.split("").forEach(function(Ia){f.push(Ia.charCodeAt(0))});break;case "f":case "F":case "e":case "E":case "g":case "G":l=
  53. d("double");if(isNaN(l))X="nan",ia=!1;else if(isFinite(l)){q=!1;ba=Math.min(ca,20);if(103==n||71==n)q=!0,ca=ca||1,ba=parseInt(l.toExponential(ba).split("e")[1],10),ca>ba&&-4<=ba?(n=(103==n?"f":"F").charCodeAt(0),ca-=ba+1):(n=(103==n?"e":"E").charCodeAt(0),ca--),ba=Math.min(ca,20);if(101==n||69==n)X=l.toExponential(ba),/[eE][-+]\d$/.test(X)&&(X=X.slice(0,-1)+"0"+X.slice(-1));else if(102==n||70==n)X=l.toFixed(ba),0===l&&(0>l||0===l&&-Infinity===1/l)&&(X="-"+X);p=X.split("e");if(q&&!L)for(;1<p[0].length&&
  54. p[0].includes(".")&&("0"==p[0].slice(-1)||"."==p[0].slice(-1));)p[0]=p[0].slice(0,-1);else for(L&&-1==X.indexOf(".")&&(p[0]+=".");ca>ba++;)p[0]+="0";X=p[0]+(1<p.length?"e"+p[1]:"");69==n&&(X=X.toUpperCase());0<=l&&(P?X="+"+X:Ba&&(X=" "+X))}else X=(0>l?"-":"")+"inf",ia=!1;for(;X.length<wa;)X=c?X+" ":!ia||"-"!=X[0]&&"+"!=X[0]?(ia?"0":" ")+X:X[0]+"0"+X.slice(1);97>n&&(X=X.toUpperCase());X.split("").forEach(function(Ia){f.push(Ia.charCodeAt(0))});break;case "s":ia=(P=d("i8*"))?Cc(P):6;q&&(ia=Math.min(ia,
  55. ca));if(!c)for(;ia<wa--;)f.push(32);if(P)for(L=0;L<ia;L++)f.push(Ca[P++>>0]);else f=f.concat(Db("(null)".substr(0,ia),!0));if(c)for(;ia<wa--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--wa;)f.push(32);c||f.push(d("i8"));break;case "n":c=d("i32*");Ja[c>>2]=f.length;break;case "%":f.push(l);break;default:for(L=p;L<a+2;L++)f.push(Aa[L>>0])}a+=2}else f.push(l),a+=1}return f}
  56. function Ec(a){if(!a||!a.callee||!a.callee.name)return[null,"",""];var c=a.callee.name,d="(",e=!0,f;for(f in a){var l=a[f];e||(d+=", ");e=!1;d="number"==typeof l||"string"==typeof l?d+l:d+("("+typeof l+")")}d+=")";a=(a=a.callee.caller)?a.arguments:[];e&&(d="");return[a,c,d]}function Fc(a){Gc||(Gc={});Gc[a]||(Gc[a]=1,ma&&(a="warning: "+a),ta(a))}var Gc;
  57. function Hc(a){a:{var c=Error();if(!c.stack){try{throw Error();}catch(ca){c=ca}if(!c.stack){c="(no stack trace available)";break a}}c=c.stack.toString()}c=c.slice(c.indexOf("\n",Math.max(c.lastIndexOf("_emscripten_log"),c.lastIndexOf("_emscripten_get_callstack")))+1);a&32&&Fc("EM_LOG_DEMANGLE is deprecated; ignoring");a&8&&"undefined"==typeof emscripten_source_map&&(Fc('Source map information is not available, emscripten_log with EM_LOG_C_STACK will be ignored. Build with "--pre-js $EMSCRIPTEN/src/emscripten-source-map.min.js" linker flag to add source map loading to code.'),
  58. a=a^8|16);var d=null;if(a&128)for(d=Ec(arguments);d[1].includes("_emscripten_");)d=Ec(d[0]);var e=c.split("\n");c="";var f=RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)"),l=RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?"),n=RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)"),p;for(p in e){var P=e[p],L;if((L=n.exec(P))&&5==L.length){P=L[1];var ia=L[2];var Ba=L[3];L=L[4]}else if((L=f.exec(P))||(L=l.exec(P)),L&&4<=L.length)P=L[1],ia=L[2],Ba=L[3],L=L[4]|0;else{c+=P+"\n";continue}var wa=!1;if(a&8){var q=emscripten_source_map.Cb({line:Ba,
  59. La:L});if(wa=q&&q.source)a&64&&(q.source=q.source.substring(q.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+P+" ("+q.source+":"+q.line+":"+q.La+")\n"}if(a&16||!wa)a&64&&(ia=ia.substring(ia.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(wa?" = "+P:" at "+P)+" ("+ia+":"+Ba+":"+L+")\n";a&128&&d[0]&&(d[1]==P&&0<d[2].length&&(c=c.replace(/\s+$/,""),c+=" with values: "+d[1]+d[2]+"\n"),d=Ec(d[0]))}return c=c.replace(/\s+$/,"")}
  60. function Ic(a){a=eval(g(a));if(null==a)return 0;a+="";var c=Bb(a);if(!Ic.bufferSize||Ic.bufferSize<c+1)Ic.bufferSize&&Jc(Ic.buffer),Ic.bufferSize=c+1,Ic.buffer=Kc(Ic.bufferSize);Cb(a,Ca,Ic.buffer,Ic.bufferSize);return Ic.buffer}function Lc(a){a instanceof ob||"unwind"==a||ja(1,a)}function Mc(a){if(!ya)try{if(a(),!noExitRuntime)try{za=za=a=za;if(!noExitRuntime){if(b.onExit)b.onExit(a);ya=!0}ja(a,new ob(a))}catch(c){Lc(c)}}catch(c){Lc(c)}}var Nc=[];
  61. function Oc(a){var c=Nc[a];c||(a>=Nc.length&&(Nc.length=a+1),Nc[a]=c=Oa.get(a));return c}var Pc={},Qc;
  62. function Rc(a,c,d,e,f){function l(){var Ha=0,cb=0;fa.response&&X&&0===Ka[a+12>>2]&&(cb=fa.response.byteLength);0<cb&&(Ha=Kc(cb),Ca.set(new Uint8Array(fa.response),Ha));Ka[a+12>>2]=Ha;Sc(a+16,cb);Sc(a+24,0);(Ha=fa.response?fa.response.byteLength:0)&&Sc(a+32,Ha);Ga[a+40>>1]=fa.readyState;Ga[a+42>>1]=fa.status;fa.statusText&&Cb(fa.statusText,Ca,a+44,64)}var n=Ka[a+8>>2];if(n){var p=g(n),P=a+112,L=g(P);L||(L="GET");var ia=Ka[P+52>>2],Ba=Ka[P+56>>2],wa=!!Ka[P+60>>2],q=Ka[P+68>>2],ca=Ka[P+72>>2];n=Ka[P+
  63. 76>>2];var ba=Ka[P+80>>2],Ea=Ka[P+84>>2];P=Ka[P+88>>2];var X=!!(ia&1),Ia=!!(ia&2);ia=!!(ia&64);q=q?g(q):void 0;ca=ca?g(ca):void 0;var fa=new XMLHttpRequest;fa.withCredentials=wa;fa.open(L,p,!ia,q,ca);ia||(fa.timeout=Ba);fa.Gb=p;fa.responseType="arraybuffer";ba&&(p=g(ba),fa.overrideMimeType(p));if(n)for(;;){L=Ka[n>>2];if(!L)break;p=Ka[n+4>>2];if(!p)break;n+=8;L=g(L);p=g(p);fa.setRequestHeader(L,p)}var eb=Ka[a+0>>2];Pc[eb]=fa;n=Ea&&P?Ca.slice(Ea,Ea+P):null;fa.onload=Ha=>{eb in Pc&&(l(),200<=fa.status&&
  64. 300>fa.status?c&&c(a,fa,Ha):d&&d(a,fa,Ha))};fa.onerror=Ha=>{eb in Pc&&(l(),d&&d(a,fa,Ha))};fa.ontimeout=Ha=>{eb in Pc&&d&&d(a,fa,Ha)};fa.onprogress=Ha=>{if(eb in Pc){var cb=X&&Ia&&fa.response?fa.response.byteLength:0,Fa=0;0<cb&&X&&Ia&&(Fa=Kc(cb),Ca.set(new Uint8Array(fa.response),Fa));Ka[a+12>>2]=Fa;Sc(a+16,cb);Sc(a+24,Ha.loaded-cb);Sc(a+32,Ha.total);Ga[a+40>>1]=fa.readyState;3<=fa.readyState&&0===fa.status&&0<Ha.loaded&&(fa.status=200);Ga[a+42>>1]=fa.status;fa.statusText&&Cb(fa.statusText,Ca,a+44,
  65. 64);e&&e(a,fa,Ha);Fa&&Jc(Fa)}};fa.onreadystatechange=Ha=>{eb in Pc&&(Ga[a+40>>1]=fa.readyState,2<=fa.readyState&&(Ga[a+42>>1]=fa.status),f&&f(a,fa,Ha))};try{fa.send(n)}catch(Ha){d&&d(a,fa,Ha)}}else d(a,0,"no url specified!")}function Sc(a,c){Ka[a>>2]=c;Ka[a+4>>2]=(c-Ka[a>>2])/4294967296}
  66. function Tc(a,c,d,e){var f=Qc;if(f){var l=Ka[a+112+64>>2];l||(l=Ka[a+8>>2]);var n=g(l);try{var p=f.transaction(["FILES"],"readwrite").objectStore("FILES").put(c,n);p.onsuccess=()=>{Ga[a+40>>1]=4;Ga[a+42>>1]=200;Cb("OK",Ca,a+44,64);d(a,0,n)};p.onerror=P=>{Ga[a+40>>1]=4;Ga[a+42>>1]=413;Cb("Payload Too Large",Ca,a+44,64);e(a,0,P)}}catch(P){e(a,0,P)}}else e(a,0,"IndexedDB not available!")}
  67. function Uc(a,c,d){var e=Qc;if(e){var f=Ka[a+112+64>>2];f||(f=Ka[a+8>>2]);f=g(f);try{var l=e.transaction(["FILES"],"readonly").objectStore("FILES").get(f);l.onsuccess=n=>{if(n.target.result){n=n.target.result;var p=n.byteLength||n.length,P=Kc(p);Ca.set(new Uint8Array(n),P);Ka[a+12>>2]=P;Sc(a+16,p);Sc(a+24,0);Sc(a+32,p);Ga[a+40>>1]=4;Ga[a+42>>1]=200;Cb("OK",Ca,a+44,64);c(a,0,n)}else Ga[a+40>>1]=4,Ga[a+42>>1]=404,Cb("Not Found",Ca,a+44,64),d(a,0,"no data")};l.onerror=n=>{Ga[a+40>>1]=4;Ga[a+42>>1]=404;
  68. Cb("Not Found",Ca,a+44,64);d(a,0,n)}}catch(n){d(a,0,n)}}else d(a,0,"IndexedDB not available!")}
  69. function Vc(a,c,d){var e=Qc;if(e){var f=Ka[a+112+64>>2];f||(f=Ka[a+8>>2]);f=g(f);try{var l=e.transaction(["FILES"],"readwrite").objectStore("FILES").delete(f);l.onsuccess=n=>{n=n.target.result;Ka[a+12>>2]=0;Sc(a+16,0);Sc(a+24,0);Sc(a+32,0);Ga[a+40>>1]=4;Ga[a+42>>1]=200;Cb("OK",Ca,a+44,64);c(a,0,n)};l.onerror=n=>{Ga[a+40>>1]=4;Ga[a+42>>1]=404;Cb("Not Found",Ca,a+44,64);d(a,0,n)}}catch(n){d(a,0,n)}}else d(a,0,"IndexedDB not available!")}
  70. function Wc(a){var c=a.getExtension("ANGLE_instanced_arrays");c&&(a.vertexAttribDivisor=function(d,e){c.vertexAttribDivisorANGLE(d,e)},a.drawArraysInstanced=function(d,e,f,l){c.drawArraysInstancedANGLE(d,e,f,l)},a.drawElementsInstanced=function(d,e,f,l,n){c.drawElementsInstancedANGLE(d,e,f,l,n)})}
  71. function Xc(a){var c=a.getExtension("OES_vertex_array_object");c&&(a.createVertexArray=function(){return c.createVertexArrayOES()},a.deleteVertexArray=function(d){c.deleteVertexArrayOES(d)},a.bindVertexArray=function(d){c.bindVertexArrayOES(d)},a.isVertexArray=function(d){return c.isVertexArrayOES(d)})}function Yc(a){var c=a.getExtension("WEBGL_draw_buffers");c&&(a.drawBuffers=function(d,e){c.drawBuffersWEBGL(d,e)})}var Zc=1,$c=[],ad=[],bd=[],cd=[],dd=[],ed=[],fd=[1,1,2,2,4,4,4,2,3,4,8];
  72. function gd(a){hd||(hd=a)}function jd(a){for(var c=Zc++,d=a.length;d<c;d++)a[d]=null;return c}function kd(a){return 32-Math.clz32(0===a?0:a-1)}
  73. function ld(a){md=!1;for(var c=0;c<nd.Aa;++c){var d=nd.R[c];if(d.$&&d.enabled){md=!0;var e=d.la;e=0<e?a*e:d.size*fd[d.type-5120]*a;var f=kd(e);var l=nd.X[f],n=nd.O[f];nd.O[f]=nd.O[f]+1&63;var p=l[n];p?f=p:(p=k.getParameter(34964),l[n]=k.createBuffer(),k.bindBuffer(34962,l[n]),k.bufferData(34962,1<<f,35048),k.bindBuffer(34962,p),f=l[n]);k.bindBuffer(34962,f);k.bufferSubData(34962,0,Ca.subarray(d.g,d.g+e));d.Ia.call(k,c,d.size,d.type,d.Ea,d.la,0)}}}
  74. function od(a,c){a.xa||(a.xa=a.getContext,a.getContext=function(e,f){f=a.xa(e,f);return"webgl"==e==f instanceof WebGLRenderingContext?f:null});var d=1<c.za?a.getContext("webgl2",c):a.getContext("webgl",c);return d?pd(d,c):0}
  75. function pd(a,c){var d=jd(ed),e={xb:d,attributes:c,version:c.za,H:a};a.canvas&&(a.canvas.Ja=e);ed[d]=e;("undefined"==typeof c.ua||c.ua)&&qd(e);e.Aa=e.H.getParameter(34921);e.R=[];for(a=0;a<e.Aa;a++)e.R[a]={enabled:!1,$:!1,size:0,type:0,Ea:0,la:0,g:0,Ia:null};a=kd(2097152);e.O=[];e.Fa=[];e.O.length=e.Fa.length=a+1;e.X=[];e.ma=[];e.X.length=e.ma.length=a+1;e.L=[];e.L.length=a+1;for(c=0;c<=a;++c){e.L[c]=null;e.O[c]=e.Fa[c]=0;e.X[c]=[];e.ma[c]=[];var f=e.X[c],l=e.ma[c];f.length=l.length=64;for(var n=
  76. 0;64>n;++n)f[n]=l[n]=null}return d}
  77. function qd(a){a||(a=nd);if(!a.Va){a.Va=!0;var c=a.H;Wc(c);Xc(c);Yc(c);c.tb=c.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");c.yb=c.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");2<=a.version&&(c.ta=c.getExtension("EXT_disjoint_timer_query_webgl2"));if(2>a.version||!c.ta)c.ta=c.getExtension("EXT_disjoint_timer_query");c.Ab=c.getExtension("WEBGL_multi_draw");(c.getSupportedExtensions()||[]).forEach(function(d){d.includes("lose_context")||d.includes("debug")||c.getExtension(d)})}}
  78. var hd,nd,md,rd=[],sd={},td=["default","low-power","high-performance"],ud=[0,"undefined"!=typeof document?document:0,"undefined"!=typeof window?window:0],vd={};
  79. function wd(){if(!xd){var a={USER:"web_user",LOGNAME:"web_user",PATH:"/",PWD:"/",HOME:"/home/web_user",LANG:("object"==typeof navigator&&navigator.languages&&navigator.languages[0]||"C").replace("-","_")+".UTF-8",_:ha||"./this.program"},c;for(c in vd)void 0===vd[c]?delete a[c]:a[c]=vd[c];var d=[];for(c in a)d.push(c+"="+a[c]);xd=d}return xd}var xd;function yd(a,c,d,e){for(var f=0;f<a;f++){var l=k[d](),n=l&&jd(e);l?(l.name=n,e[n]=l):gd(1282);Ja[c+4*f>>2]=n}}
  80. function zd(a,c,d,e,f,l,n,p){c=ad[c];if(a=k[a](c,d))e=p&&Cb(a.name,Ca,p,e),f&&(Ja[f>>2]=e),l&&(Ja[l>>2]=a.size),n&&(Ja[n>>2]=a.type)}
  81. function Ad(a,c){if(c){var d=void 0;switch(a){case 36346:d=1;break;case 36344:gd(1280);return;case 34814:case 36345:d=0;break;case 34466:var e=k.getParameter(34467);d=e?e.length:0;break;case 33309:if(2>nd.version){gd(1282);return}d=2*(k.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>nd.version){gd(1280);return}d=33307==a?3:0}if(void 0===d)switch(e=k.getParameter(a),typeof e){case "number":d=e;break;case "boolean":d=e?1:0;break;case "string":gd(1280);return;case "object":if(null===
  82. e)switch(a){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:d=0;break;default:gd(1280);return}else{if(e instanceof Float32Array||e instanceof Uint32Array||e instanceof Int32Array||e instanceof Array){for(a=0;a<e.length;++a)Aa[c+a>>0]=e[a]?1:0;return}try{d=e.name|0}catch(f){gd(1280);ta("GL_INVALID_ENUM in glGet4v: Unknown object returned from WebGL getParameter("+
  83. a+")! (error: "+f+")");return}}break;default:gd(1280);ta("GL_INVALID_ENUM in glGet4v: Native code calling glGet4v("+a+") and it returns "+e+" of type "+typeof e+"!");return}Aa[c>>0]=d?1:0}else gd(1281)}function Bd(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function Cd(a){var c=k.Ma;if(c){var d=c.P[a];"number"==typeof d&&(c.P[a]=d=k.getUniformLocation(c,c.Ga[a]+(0<d?"["+d+"]":"")));return d}gd(1282)}var Dd=[];function Ed(a){return 0===a%4&&(0!==a%100||0===a%400)}
  84. var Fd=[31,29,31,30,31,30,31,31,30,31,30,31],Gd=[31,28,31,30,31,30,31,31,30,31,30,31];
  85. function Hd(a,c,d,e){function f(q,ca,ba){for(q="number"==typeof q?q.toString():q||"";q.length<ca;)q=ba[0]+q;return q}function l(q,ca){return f(q,ca,"0")}function n(q,ca){function ba(X){return 0>X?-1:0<X?1:0}var Ea;0===(Ea=ba(q.getFullYear()-ca.getFullYear()))&&0===(Ea=ba(q.getMonth()-ca.getMonth()))&&(Ea=ba(q.getDate()-ca.getDate()));return Ea}function p(q){switch(q.getDay()){case 0:return new Date(q.getFullYear()-1,11,29);case 1:return q;case 2:return new Date(q.getFullYear(),0,3);case 3:return new Date(q.getFullYear(),
  86. 0,2);case 4:return new Date(q.getFullYear(),0,1);case 5:return new Date(q.getFullYear()-1,11,31);case 6:return new Date(q.getFullYear()-1,11,30)}}function P(q){var ca=q.F;for(q=new Date((new Date(q.G+1900,0,1)).getTime());0<ca;){var ba=q.getMonth(),Ea=(Ed(q.getFullYear())?Fd:Gd)[ba];if(ca>Ea-q.getDate())ca-=Ea-q.getDate()+1,q.setDate(1),11>ba?q.setMonth(ba+1):(q.setMonth(0),q.setFullYear(q.getFullYear()+1));else{q.setDate(q.getDate()+ca);break}}ba=new Date(q.getFullYear()+1,0,4);ca=p(new Date(q.getFullYear(),
  87. 0,4));ba=p(ba);return 0>=n(ca,q)?0>=n(ba,q)?q.getFullYear()+1:q.getFullYear():q.getFullYear()-1}var L=Ja[e+40>>2];e={ob:Ja[e>>2],nb:Ja[e+4>>2],Y:Ja[e+8>>2],na:Ja[e+12>>2],Z:Ja[e+16>>2],G:Ja[e+20>>2],B:Ja[e+24>>2],F:Ja[e+28>>2],Fb:Ja[e+32>>2],mb:Ja[e+36>>2],pb:L?g(L):""};d=g(d);L={"%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",
  88. "%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 ia in L)d=d.replace(new RegExp(ia,"g"),L[ia]);var Ba="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),wa="January February March April May June July August September October November December".split(" ");L={"%a":function(q){return Ba[q.B].substring(0,3)},"%A":function(q){return Ba[q.B]},"%b":function(q){return wa[q.Z].substring(0,
  89. 3)},"%B":function(q){return wa[q.Z]},"%C":function(q){return l((q.G+1900)/100|0,2)},"%d":function(q){return l(q.na,2)},"%e":function(q){return f(q.na,2," ")},"%g":function(q){return P(q).toString().substring(2)},"%G":function(q){return P(q)},"%H":function(q){return l(q.Y,2)},"%I":function(q){q=q.Y;0==q?q=12:12<q&&(q-=12);return l(q,2)},"%j":function(q){for(var ca=0,ba=0;ba<=q.Z-1;ca+=(Ed(q.G+1900)?Fd:Gd)[ba++]);return l(q.na+ca,3)},"%m":function(q){return l(q.Z+1,2)},"%M":function(q){return l(q.nb,
  90. 2)},"%n":function(){return"\n"},"%p":function(q){return 0<=q.Y&&12>q.Y?"AM":"PM"},"%S":function(q){return l(q.ob,2)},"%t":function(){return"\t"},"%u":function(q){return q.B||7},"%U":function(q){return l(Math.floor((q.F+7-q.B)/7),2)},"%V":function(q){var ca=Math.floor((q.F+7-(q.B+6)%7)/7);2>=(q.B+371-q.F-2)%7&&ca++;if(ca)53==ca&&(ba=(q.B+371-q.F)%7,4==ba||3==ba&&Ed(q.G)||(ca=1));else{ca=52;var ba=(q.B+7-q.F-1)%7;(4==ba||5==ba&&Ed(q.G%400-1))&&ca++}return l(ca,2)},"%w":function(q){return q.B},"%W":function(q){return l(Math.floor((q.F+
  91. 7-(q.B+6)%7)/7),2)},"%y":function(q){return(q.G+1900).toString().substring(2)},"%Y":function(q){return q.G+1900},"%z":function(q){q=q.mb;var ca=0<=q;q=Math.abs(q)/60;return(ca?"+":"-")+String("0000"+(q/60*100+q%60)).slice(-4)},"%Z":function(q){return q.pb},"%%":function(){return"%"}};d=d.replace(/%%/g,"\x00\x00");for(ia in L)d.includes(ia)&&(d=d.replace(new RegExp(ia,"g"),L[ia](e)));d=d.replace(/\0\0/g,"%");ia=Db(d,!1);if(ia.length>c)return 0;Aa.set(ia,a);return ia.length-1}
  92. function ac(a,c,d,e){a||(a=this);this.parent=a;this.C=a.C;this.I=null;this.id=Tb++;this.name=c;this.mode=d;this.j={};this.m={};this.rdev=e}Object.defineProperties(ac.prototype,{read:{get:function(){return 365===(this.mode&365)},set:function(a){a?this.mode|=365:this.mode&=-366}},write:{get:function(){return 146===(this.mode&146)},set:function(a){a?this.mode|=146:this.mode&=-147}}});pc();Ub=Array(4096);ic(Kb,"/");jc("/tmp",16895,0);jc("/home",16895,0);jc("/home/web_user",16895,0);
  93. (()=>{jc("/dev",16895,0);Gb(259,{read:()=>0,write:(e,f,l,n)=>n});kc("/dev/null",259);Fb(1280,Ib);Fb(1536,Jb);kc("/dev/tty",1280);kc("/dev/tty1",1536);var a=new Uint8Array(1024),c=0,d=()=>{0===c&&(c=zb(a).byteLength);return a[--c]};tc("random",d);tc("urandom",d);jc("/dev/shm",16895,0);jc("/dev/shm/tmp",16895,0)})();
  94. (()=>{jc("/proc",16895,0);var a=jc("/proc/self",16895,0);jc("/proc/self/fd",16895,0);ic({C:()=>{var c=Mb(a,"fd",16895,73);c.j={lookup:(d,e)=>{var f=Sb[+e];if(!f)throw new h(8);d={parent:null,C:{Ca:"fake"},j:{readlink:()=>f.path}};return d.parent=d}};return c}},"/proc/self/fd")})();Wa();
  95. (function(a,c){try{var d=indexedDB.open("emscripten_filesystem",1)}catch(e){c(e);return}d.onupgradeneeded=e=>{e=e.target.result;e.objectStoreNames.contains("FILES")&&e.deleteObjectStore("FILES");e.createObjectStore("FILES")};d.onsuccess=e=>a(e.target.result);d.onerror=e=>c(e)})(a=>{Qc=a;Xa()},()=>{Qc=!1;Xa()});for(var k,Id=new Float32Array(288),Jd=0;288>Jd;++Jd)Dd[Jd]=Id.subarray(0,Jd+1);
  96. var Sd={__assert_fail:function(a,c,d,e){va("Assertion failed: "+g(a)+", at: "+[c?g(c):"unknown filename",d,e?g(e):"unknown function"])},__cxa_throw:function(a,c,d){(new rb(a)).Ua(c,d);sb=a;tb++;throw sb;},__syscall_fcntl64:function(a,c,d){xc=d;try{var e=wc(a);switch(c){case 0:var f=yc();return 0>f?-28:hc(e,f).fd;case 1:case 2:return 0;case 3:return e.flags;case 4:return f=yc(),e.flags|=f,0;case 5:return f=yc(),Da[f+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return Ja[Kd()>>2]=
  97. 28,-1;default:return-28}}catch(l){if("undefined"==typeof uc||"ErrnoError"!==l.name)throw l;return-l.s}},__syscall_ioctl:function(a,c,d){xc=d;try{var e=wc(a);switch(c){case 21509:case 21505:return e.tty?0:-59;case 21510:case 21511:case 21512:case 21506:case 21507:case 21508:return e.tty?0:-59;case 21519:if(!e.tty)return-59;var f=yc();return Ja[f>>2]=0;case 21520:return e.tty?-28:-59;case 21531:a=f=yc();if(!e.m.Wa)throw new h(59);return e.m.Wa(e,c,a);case 21523:return e.tty?0:-59;case 21524:return e.tty?
  98. 0:-59;default:return-28}}catch(l){if("undefined"==typeof uc||"ErrnoError"!==l.name)throw l;return-l.s}},__syscall_openat:function(a,c,d,e){xc=e;try{c=g(c);c=vc(a,c);var f=e?yc():0;return ib(c,d,f).fd}catch(l){if("undefined"==typeof uc||"ErrnoError"!==l.name)throw l;return-l.s}},__syscall_rmdir:function(a){try{return a=g(a),mc(a),0}catch(c){if("undefined"==typeof uc||"ErrnoError"!==c.name)throw c;return-c.s}},__syscall_unlinkat:function(a,c,d){try{c=g(c);c=vc(a,c);if(0===d){a=c;var e=jb(a,{parent:!0}).node;
  99. if(!e)throw new h(44);var f=xb(a),l=Pb(e,f),n=ec(e,f,!1);if(n)throw new h(n);if(!e.j.unlink)throw new h(63);if(l.I)throw new h(10);e.j.unlink(e,f);Zb(l)}else 512===d?mc(c):va("Invalid flags passed to unlinkat");return 0}catch(p){if("undefined"==typeof uc||"ErrnoError"!==p.name)throw p;return-p.s}},_emscripten_fetch_free:function(a){var c=Pc[a];c&&(delete Pc[a],0<c.readyState&&4>c.readyState&&c.abort())},_emscripten_throw_longjmp:function(){throw Infinity;},abort:function(){va("")},emscripten_asm_const_int:function(a,
  100. c,d){zc.length=0;var e;for(d>>=2;e=Ca[c++];)d+=105!=e&d,zc.push(105==e?Ja[d]:Ma[d++>>1]),++d;return nb[a].apply(null,zc)},emscripten_clear_interval:function(a){clearInterval(a)},emscripten_is_main_browser_thread:function(){return!la},emscripten_log:function(a,c,d){c=Dc(c,d);c=lb(c,0);a&24&&(c=c.replace(/\s+$/,""),c+=(0<c.length?"\n":"")+Hc(a));a&1?a&4?console.error(c):a&2?console.warn(c):a&512?console.info(c):a&256?console.debug(c):console.log(c):a&6?ta(c):sa(c)},emscripten_memcpy_big:function(a,
  101. c,d){Ca.copyWithin(a,c,c+d)},emscripten_resize_heap:function(a){var c=Ca.length;a>>>=0;if(2147483648<a)return!1;for(var d=1;4>=d;d*=2){var e=c*(1+.2/d);e=Math.min(e,a+100663296);var f=Math,l=f.min;e=Math.max(a,e);e+=(65536-e%65536)%65536;a:{var n=xa.buffer;try{xa.grow(l.call(f,2147483648,e)-n.byteLength+65535>>>16);Na();var p=1;break a}catch(P){}p=void 0}if(p)return!0}return!1},emscripten_run_script:function(a){eval(g(a))},emscripten_run_script_string:Ic,emscripten_set_interval:function(a,c,d){return setInterval(function(){Mc(function(){Oc(a)(d)})},
  102. c)},emscripten_start_fetch:function(a,c,d,e,f){function l(Fa){Ea?Fa():Mc(Fa)}var n=a+112,p=g(n),P=Ka[n+36>>2],L=Ka[n+40>>2],ia=Ka[n+44>>2],Ba=Ka[n+48>>2],wa=Ka[n+52>>2],q=!!(wa&4),ca=!!(wa&32),ba=!!(wa&16),Ea=!!(wa&64),X=Fa=>{l(()=>{P?Oc(P)(Fa):c&&c(Fa)})},Ia=Fa=>{l(()=>{ia?Oc(ia)(Fa):e&&e(Fa)})},fa=Fa=>{l(()=>{L?Oc(L)(Fa):d&&d(Fa)})},eb=Fa=>{l(()=>{Ba?Oc(Ba)(Fa):f&&f(Fa)})};wa=Fa=>{Rc(Fa,X,fa,Ia,eb)};var Ha=(Fa,z3)=>{Tc(Fa,z3.response,Nb=>{l(()=>{P?Oc(P)(Nb):c&&c(Nb)})},Nb=>{l(()=>{P?Oc(P)(Nb):c&&
  103. c(Nb)})})},cb=Fa=>{Rc(Fa,Ha,fa,Ia,eb)};if("EM_IDB_STORE"===p)p=Ka[n+84>>2],Tc(a,Ca.slice(p,p+Ka[n+88>>2]),X,fa);else if("EM_IDB_DELETE"===p)Vc(a,X,fa);else if(ba){if(ca)return 0;Rc(a,q?Ha:X,fa,Ia,eb)}else Uc(a,X,ca?fa:q?cb:wa);return a},emscripten_webgl_create_context:function(a,c){c>>=2;c={alpha:!!Ja[c+0],depth:!!Ja[c+1],stencil:!!Ja[c+2],antialias:!!Ja[c+3],premultipliedAlpha:!!Ja[c+4],preserveDrawingBuffer:!!Ja[c+5],powerPreference:td[Ja[c+6]],failIfMajorPerformanceCaveat:!!Ja[c+7],za:Ja[c+8],
  104. zb:Ja[c+9],ua:Ja[c+10],Na:Ja[c+11],Db:Ja[c+12],Eb:Ja[c+13]};a=2<a?g(a):a;a=ud[a]||("undefined"!=typeof document?document.querySelector(a):void 0);return!a||c.Na?0:od(a,c)},emscripten_webgl_destroy_context:function(a){nd==a&&(nd=0);nd===ed[a]&&(nd=null);if("object"==typeof sd)for(var c=ed[a].H.canvas,d=0;d<rd.length;++d)if(rd[d].target==c){var e=d--,f=rd[e];f.target.removeEventListener(f.vb,f.ub,f.Hb);rd.splice(e,1)}ed[a]&&ed[a].H.canvas&&(ed[a].H.canvas.Ja=void 0);ed[a]=null},emscripten_webgl_make_context_current:function(a){nd=
  105. ed[a];b.sb=k=nd&&nd.H;return!a||k?0:-5},environ_get:function(a,c){var d=0;wd().forEach(function(e,f){var l=c+d;f=Ka[a+4*f>>2]=l;for(l=0;l<e.length;++l)Aa[f++>>0]=e.charCodeAt(l);Aa[f>>0]=0;d+=e.length+1});return 0},environ_sizes_get:function(a,c){var d=wd();Ka[a>>2]=d.length;var e=0;d.forEach(function(f){e+=f.length+1});Ka[c>>2]=e;return 0},fd_close:function(a){try{var c=wc(a);mb(c);return 0}catch(d){if("undefined"==typeof uc||"ErrnoError"!==d.name)throw d;return d.s}},fd_read:function(a,c,d,e){try{a:{var f=
  106. wc(a);a=c;for(var l,n=c=0;n<d;n++){var p=Ka[a>>2],P=Ka[a+4>>2];a+=8;var L=kb(f,Aa,p,P,l);if(0>L){var ia=-1;break a}c+=L;if(L<P)break;"undefined"!==typeof l&&(l+=L)}ia=c}Ka[e>>2]=ia;return 0}catch(Ba){if("undefined"==typeof uc||"ErrnoError"!==Ba.name)throw Ba;return Ba.s}},fd_seek:function(a,c,d,e,f){try{c=d+2097152>>>0<4194305-!!c?(c>>>0)+4294967296*d:NaN;if(isNaN(c))return 61;var l=wc(a);oc(l,c,e);hb=[l.position>>>0,(gb=l.position,1<=+Math.abs(gb)?0<gb?(Math.min(+Math.floor(gb/4294967296),4294967295)|
  107. 0)>>>0:~~+Math.ceil((gb-+(~~gb>>>0))/4294967296)>>>0:0)];Ja[f>>2]=hb[0];Ja[f+4>>2]=hb[1];l.fa&&0===c&&0===e&&(l.fa=null);return 0}catch(n){if("undefined"==typeof uc||"ErrnoError"!==n.name)throw n;return n.s}},fd_write:function(a,c,d,e){try{a:{var f=wc(a);a=c;for(var l,n=c=0;n<d;n++){var p=Ka[a>>2],P=Ka[a+4>>2];a+=8;var L=f,ia=p,Ba=P,wa=l,q=Aa;if(0>Ba||0>wa)throw new h(28);if(null===L.fd)throw new h(8);if(0===(L.flags&2097155))throw new h(8);if(16384===(L.node.mode&61440))throw new h(31);if(!L.m.write)throw new h(28);
  108. L.seekable&&L.flags&1024&&oc(L,0,2);var ca="undefined"!=typeof wa;if(!ca)wa=L.position;else if(!L.seekable)throw new h(70);var ba=L.m.write(L,q,ia,Ba,wa,void 0);ca||(L.position+=ba);var Ea=ba;if(0>Ea){var X=-1;break a}c+=Ea;"undefined"!==typeof l&&(l+=Ea)}X=c}Ka[e>>2]=X;return 0}catch(Ia){if("undefined"==typeof uc||"ErrnoError"!==Ia.name)throw Ia;return Ia.s}},getentropy:function(a,c){zb(Ca.subarray(a,a+c));return 0},glActiveTexture:function(a){k.activeTexture(a)},glAttachShader:function(a,c){k.attachShader(ad[a],
  109. cd[c])},glBindAttribLocation:function(a,c,d){k.bindAttribLocation(ad[a],c,g(d))},glBindBuffer:function(a,c){34962==a?k.M=c:34963==a&&(k.N=c);35051==a?k.ra=c:35052==a&&(k.sa=c);k.bindBuffer(a,$c[c])},glBindTexture:function(a,c){k.bindTexture(a,bd[c])},glBindVertexArray:function(a){k.bindVertexArray(dd[a]);a=k.getParameter(34965);k.N=a?a.name|0:0},glBufferData:function(a,c,d,e){2<=nd.version?d&&c?k.bufferData(a,Ca,e,d,c):k.bufferData(a,c,e):k.bufferData(a,d?Ca.subarray(d,d+c):c,e)},glClear:function(a){k.clear(a)},
  110. glClearColor:function(a,c,d,e){k.clearColor(a,c,d,e)},glClearStencil:function(a){k.clearStencil(a)},glColorMask:function(a,c,d,e){k.colorMask(!!a,!!c,!!d,!!e)},glCompileShader:function(a){k.compileShader(cd[a])},glCreateProgram:function(){var a=jd(ad),c=k.createProgram();c.name=a;c.U=c.S=c.T=0;c.oa=1;ad[a]=c;return a},glCreateShader:function(a){var c=jd(cd);cd[c]=k.createShader(a);return c},glDeleteBuffers:function(a,c){for(var d=0;d<a;d++){var e=Ja[c+4*d>>2],f=$c[e];f&&(k.deleteBuffer(f),f.name=
  111. 0,$c[e]=null,e==k.M&&(k.M=0),e==k.N&&(k.N=0),e==k.ra&&(k.ra=0),e==k.sa&&(k.sa=0))}},glDeleteProgram:function(a){if(a){var c=ad[a];c?(k.deleteProgram(c),c.name=0,ad[a]=null):gd(1281)}},glDeleteShader:function(a){if(a){var c=cd[a];c?(k.deleteShader(c),cd[a]=null):gd(1281)}},glDeleteTextures:function(a,c){for(var d=0;d<a;d++){var e=Ja[c+4*d>>2],f=bd[e];f&&(k.deleteTexture(f),f.name=0,bd[e]=null)}},glDeleteVertexArrays:function(a,c){for(var d=0;d<a;d++){var e=Ja[c+4*d>>2];k.deleteVertexArray(dd[e]);dd[e]=
  112. null}},glDepthMask:function(a){k.depthMask(!!a)},glDisable:function(a){k.disable(a)},glDrawArrays:function(a,c,d){ld(c+d);k.drawArrays(a,c,d);md&&k.bindBuffer(34962,$c[k.M])},glDrawElements:function(a,c,d,e){if(!k.N){var f=1*fd[d-5120]*c;var l=kd(f);var n=nd.L[l];n?l=n:(n=k.getParameter(34965),nd.L[l]=k.createBuffer(),k.bindBuffer(34963,nd.L[l]),k.bufferData(34963,1<<l,35048),k.bindBuffer(34963,n),l=nd.L[l]);k.bindBuffer(34963,l);k.bufferSubData(34963,0,Ca.subarray(e,e+f));e=0}ld(c);k.drawElements(a,
  113. c,d,e);md&&k.bindBuffer(34962,$c[k.M]);k.N||k.bindBuffer(34963,null)},glDrawElementsInstanced:function(a,c,d,e,f){k.drawElementsInstanced(a,c,d,e,f)},glEnable:function(a){k.enable(a)},glEnableVertexAttribArray:function(a){nd.R[a].enabled=!0;k.enableVertexAttribArray(a)},glGenBuffers:function(a,c){yd(a,c,"createBuffer",$c)},glGenTextures:function(a,c){yd(a,c,"createTexture",bd)},glGenVertexArrays:function(a,c){yd(a,c,"createVertexArray",dd)},glGetActiveAttrib:function(a,c,d,e,f,l,n){zd("getActiveAttrib",
  114. a,c,d,e,f,l,n)},glGetActiveUniform:function(a,c,d,e,f,l,n){zd("getActiveUniform",a,c,d,e,f,l,n)},glGetAttribLocation:function(a,c){return k.getAttribLocation(ad[a],g(c))},glGetBooleanv:function(a,c){Ad(a,c)},glGetError:function(){var a=k.getError()||hd;hd=0;return a},glGetProgramInfoLog:function(a,c,d,e){a=k.getProgramInfoLog(ad[a]);null===a&&(a="(unknown error)");c=0<c&&e?Cb(a,Ca,e,c):0;d&&(Ja[d>>2]=c)},glGetProgramiv:function(a,c,d){if(d)if(a>=Zc)gd(1281);else if(a=ad[a],35716==c)a=k.getProgramInfoLog(a),
  115. null===a&&(a="(unknown error)"),Ja[d>>2]=a.length+1;else if(35719==c){if(!a.U)for(c=0;c<k.getProgramParameter(a,35718);++c)a.U=Math.max(a.U,k.getActiveUniform(a,c).name.length+1);Ja[d>>2]=a.U}else if(35722==c){if(!a.S)for(c=0;c<k.getProgramParameter(a,35721);++c)a.S=Math.max(a.S,k.getActiveAttrib(a,c).name.length+1);Ja[d>>2]=a.S}else if(35381==c){if(!a.T)for(c=0;c<k.getProgramParameter(a,35382);++c)a.T=Math.max(a.T,k.getActiveUniformBlockName(a,c).length+1);Ja[d>>2]=a.T}else Ja[d>>2]=k.getProgramParameter(a,
  116. c);else gd(1281)},glGetShaderiv:function(a,c,d){d?35716==c?(a=k.getShaderInfoLog(cd[a]),null===a&&(a="(unknown error)"),Ja[d>>2]=a?a.length+1:0):35720==c?(a=k.getShaderSource(cd[a]),Ja[d>>2]=a?a.length+1:0):Ja[d>>2]=k.getShaderParameter(cd[a],c):gd(1281)},glGetUniformLocation:function(a,c){c=g(c);if(a=ad[a]){var d=a,e=d.P,f=d.Ha,l;if(!e)for(d.P=e={},d.Ga={},l=0;l<k.getProgramParameter(d,35718);++l){var n=k.getActiveUniform(d,l);var p=n.name;n=n.size;var P=Bd(p);P=0<P?p.slice(0,P):p;var L=d.oa;d.oa+=
  117. n;f[P]=[n,L];for(p=0;p<n;++p)e[L]=p,d.Ga[L++]=P}d=a.P;e=0;f=c;l=Bd(c);0<l&&(e=parseInt(c.slice(l+1))>>>0,f=c.slice(0,l));if((f=a.Ha[f])&&e<f[0]&&(e+=f[1],d[e]=d[e]||k.getUniformLocation(a,c)))return e}else gd(1281);return-1},glLineWidth:function(a){k.lineWidth(a)},glLinkProgram:function(a){a=ad[a];k.linkProgram(a);a.P=0;a.Ha={}},glShaderSource:function(a,c,d,e){for(var f="",l=0;l<c;++l){var n=e?Ja[e+4*l>>2]:-1;f+=g(Ja[d+4*l>>2],0>n?void 0:n)}k.shaderSource(cd[a],f)},glStencilFunc:function(a,c,d){k.stencilFunc(a,
  118. c,d)},glStencilMask:function(a){k.stencilMask(a)},glStencilOp:function(a,c,d){k.stencilOp(a,c,d)},glUniform1i:function(a,c){k.uniform1i(Cd(a),c)},glUniform4f:function(a,c,d,e,f){k.uniform4f(Cd(a),c,d,e,f)},glUniform4fv:function(a,c,d){if(2<=nd.version)c&&k.uniform4fv(Cd(a),La,d>>2,4*c);else{if(72>=c){var e=Dd[4*c-1],f=La;d>>=2;for(var l=0;l<4*c;l+=4){var n=d+l;e[l]=f[n];e[l+1]=f[n+1];e[l+2]=f[n+2];e[l+3]=f[n+3]}}else e=La.subarray(d>>2,d+16*c>>2);k.uniform4fv(Cd(a),e)}},glUniformMatrix4fv:function(a,
  119. c,d,e){if(2<=nd.version)c&&k.uniformMatrix4fv(Cd(a),!!d,La,e>>2,16*c);else{if(18>=c){var f=Dd[16*c-1],l=La;e>>=2;for(var n=0;n<16*c;n+=16){var p=e+n;f[n]=l[p];f[n+1]=l[p+1];f[n+2]=l[p+2];f[n+3]=l[p+3];f[n+4]=l[p+4];f[n+5]=l[p+5];f[n+6]=l[p+6];f[n+7]=l[p+7];f[n+8]=l[p+8];f[n+9]=l[p+9];f[n+10]=l[p+10];f[n+11]=l[p+11];f[n+12]=l[p+12];f[n+13]=l[p+13];f[n+14]=l[p+14];f[n+15]=l[p+15]}}else f=La.subarray(e>>2,e+64*c>>2);k.uniformMatrix4fv(Cd(a),!!d,f)}},glUseProgram:function(a){a=ad[a];k.useProgram(a);k.Ma=
  120. a},glVertexAttribDivisor:function(a,c){k.vertexAttribDivisor(a,c)},glVertexAttribPointer:function(a,c,d,e,f,l){var n=nd.R[a];k.M?(n.$=!1,k.vertexAttribPointer(a,c,d,!!e,f,l)):(n.size=c,n.type=d,n.Ea=e,n.la=f,n.g=l,n.$=!0,n.Ia=function(p,P,L,ia,Ba,wa){this.vertexAttribPointer(p,P,L,ia,Ba,wa)})},invoke_ii:Ld,invoke_iii:Md,invoke_iiii:Nd,invoke_iiiii:Od,invoke_vi:Pd,invoke_vii:Qd,invoke_viiii:Rd,strftime_l:function(a,c,d,e){return Hd(a,c,d,e)}};
  121. (function(){function a(d){d=d.exports;b.asm=d;xa=b.asm.memory;Na();Oa=b.asm.__indirect_function_table;Qa.unshift(b.asm.__wasm_call_ctors);Xa();return d}var c={env:Sd,wasi_snapshot_preview1:Sd};Wa();if(b.instantiateWasm)try{return b.instantiateWasm(c,a)}catch(d){ta("Module.instantiateWasm callback failed with error: "+d),da(d)}fb(c,function(d){a(d.instance)}).catch(da);return{}})();
  122. var Td=b._emscripten_bind_MdRxObject_getObjectName_0=function(){return(Td=b._emscripten_bind_MdRxObject_getObjectName_0=b.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},Ud=b._emscripten_bind_MdRxObject_getDxf0_0=function(){return(Ud=b._emscripten_bind_MdRxObject_getDxf0_0=b.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},Vd=b._emscripten_bind_MdRxObject_getCustomEntityTypeName_0=function(){return(Vd=b._emscripten_bind_MdRxObject_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdRxObject_getCustomEntityTypeName_0).apply(null,
  123. arguments)},Wd=b._emscripten_bind_MdRxObject_getCustomEntityid_0=function(){return(Wd=b._emscripten_bind_MdRxObject_getCustomEntityid_0=b.asm.emscripten_bind_MdRxObject_getCustomEntityid_0).apply(null,arguments)},Xd=b._emscripten_bind_MdRxObject_getCustomEntityTempid_0=function(){return(Xd=b._emscripten_bind_MdRxObject_getCustomEntityTempid_0=b.asm.emscripten_bind_MdRxObject_getCustomEntityTempid_0).apply(null,arguments)},Yd=b._emscripten_bind_MdRxObject_setCustomEntityTempid_1=function(){return(Yd=
  124. b._emscripten_bind_MdRxObject_setCustomEntityTempid_1=b.asm.emscripten_bind_MdRxObject_setCustomEntityTempid_1).apply(null,arguments)},Zd=b._emscripten_bind_MdRxObject_getJson_0=function(){return(Zd=b._emscripten_bind_MdRxObject_getJson_0=b.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,arguments)},$d=b._emscripten_bind_MdRxObject_setJson_1=function(){return($d=b._emscripten_bind_MdRxObject_setJson_1=b.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},ae=b._emscripten_bind_MdRxObject_isKindOf_1=
  125. function(){return(ae=b._emscripten_bind_MdRxObject_isKindOf_1=b.asm.emscripten_bind_MdRxObject_isKindOf_1).apply(null,arguments)},be=b._emscripten_bind_MdRxObject_isNull_0=function(){return(be=b._emscripten_bind_MdRxObject_isNull_0=b.asm.emscripten_bind_MdRxObject_isNull_0).apply(null,arguments)},ce=b._emscripten_bind_MdDbObject_MdDbObject_0=function(){return(ce=b._emscripten_bind_MdDbObject_MdDbObject_0=b.asm.emscripten_bind_MdDbObject_MdDbObject_0).apply(null,arguments)},de=b._emscripten_bind_MdDbObject_GetObjectID_0=
  126. function(){return(de=b._emscripten_bind_MdDbObject_GetObjectID_0=b.asm.emscripten_bind_MdDbObject_GetObjectID_0).apply(null,arguments)},ee=b._emscripten_bind_MdDbObject_Erase_0=function(){return(ee=b._emscripten_bind_MdDbObject_Erase_0=b.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,arguments)},fe=b._emscripten_bind_MdDbObject_isErased_0=function(){return(fe=b._emscripten_bind_MdDbObject_isErased_0=b.asm.emscripten_bind_MdDbObject_isErased_0).apply(null,arguments)},ge=b._emscripten_bind_MdDbObject_unErase_0=
  127. function(){return(ge=b._emscripten_bind_MdDbObject_unErase_0=b.asm.emscripten_bind_MdDbObject_unErase_0).apply(null,arguments)},he=b._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(he=b._emscripten_bind_MdDbObject_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},ie=b._emscripten_bind_MdDbObject_GetExtensionDictionary_0=function(){return(ie=b._emscripten_bind_MdDbObject_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbObject_GetExtensionDictionary_0).apply(null,
  128. arguments)},je=b._emscripten_bind_MdDbObject_CreateExtensionDictionary_0=function(){return(je=b._emscripten_bind_MdDbObject_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbObject_CreateExtensionDictionary_0).apply(null,arguments)},ke=b._emscripten_bind_MdDbObject_IsHaveExtensionDictionary_0=function(){return(ke=b._emscripten_bind_MdDbObject_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbObject_IsHaveExtensionDictionary_0).apply(null,arguments)},le=b._emscripten_bind_MdDbObject_Clone_0=
  129. function(){return(le=b._emscripten_bind_MdDbObject_Clone_0=b.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},me=b._emscripten_bind_MdDbObject_GetHandle_0=function(){return(me=b._emscripten_bind_MdDbObject_GetHandle_0=b.asm.emscripten_bind_MdDbObject_GetHandle_0).apply(null,arguments)},ne=b._emscripten_bind_MdDbObject_GetDatabase_0=function(){return(ne=b._emscripten_bind_MdDbObject_GetDatabase_0=b.asm.emscripten_bind_MdDbObject_GetDatabase_0).apply(null,arguments)},oe=b._emscripten_bind_MdDbObject_GetDatabaseIndexId_0=
  130. function(){return(oe=b._emscripten_bind_MdDbObject_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbObject_GetDatabaseIndexId_0).apply(null,arguments)},pe=b._emscripten_bind_MdDbObject_GetOwnerID_0=function(){return(pe=b._emscripten_bind_MdDbObject_GetOwnerID_0=b.asm.emscripten_bind_MdDbObject_GetOwnerID_0).apply(null,arguments)},qe=b._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(qe=b._emscripten_bind_MdDbObject_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,
  131. arguments)},re=b._emscripten_bind_MdDbObject_getGripPoints_0=function(){return(re=b._emscripten_bind_MdDbObject_getGripPoints_0=b.asm.emscripten_bind_MdDbObject_getGripPoints_0).apply(null,arguments)},se=b._emscripten_bind_MdDbObject_getObjectName_0=function(){return(se=b._emscripten_bind_MdDbObject_getObjectName_0=b.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},te=b._emscripten_bind_MdDbObject_getDxf0_0=function(){return(te=b._emscripten_bind_MdDbObject_getDxf0_0=b.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,
  132. arguments)},ue=b._emscripten_bind_MdDbObject_getCustomEntityTypeName_0=function(){return(ue=b._emscripten_bind_MdDbObject_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbObject_getCustomEntityTypeName_0).apply(null,arguments)},ve=b._emscripten_bind_MdDbObject_getCustomEntityid_0=function(){return(ve=b._emscripten_bind_MdDbObject_getCustomEntityid_0=b.asm.emscripten_bind_MdDbObject_getCustomEntityid_0).apply(null,arguments)},we=b._emscripten_bind_MdDbObject_getCustomEntityTempid_0=function(){return(we=
  133. b._emscripten_bind_MdDbObject_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbObject_getCustomEntityTempid_0).apply(null,arguments)},xe=b._emscripten_bind_MdDbObject_setCustomEntityTempid_1=function(){return(xe=b._emscripten_bind_MdDbObject_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbObject_setCustomEntityTempid_1).apply(null,arguments)},ye=b._emscripten_bind_MdDbObject_getJson_0=function(){return(ye=b._emscripten_bind_MdDbObject_getJson_0=b.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,
  134. arguments)},ze=b._emscripten_bind_MdDbObject_setJson_1=function(){return(ze=b._emscripten_bind_MdDbObject_setJson_1=b.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Ae=b._emscripten_bind_MdDbObject_isKindOf_1=function(){return(Ae=b._emscripten_bind_MdDbObject_isKindOf_1=b.asm.emscripten_bind_MdDbObject_isKindOf_1).apply(null,arguments)},Be=b._emscripten_bind_MdDbObject_isNull_0=function(){return(Be=b._emscripten_bind_MdDbObject_isNull_0=b.asm.emscripten_bind_MdDbObject_isNull_0).apply(null,
  135. arguments)},Ce=b._emscripten_bind_MdDbObject___destroy___0=function(){return(Ce=b._emscripten_bind_MdDbObject___destroy___0=b.asm.emscripten_bind_MdDbObject___destroy___0).apply(null,arguments)},De=b._emscripten_bind_MdDbEntity_MdDbEntity_0=function(){return(De=b._emscripten_bind_MdDbEntity_MdDbEntity_0=b.asm.emscripten_bind_MdDbEntity_MdDbEntity_0).apply(null,arguments)},Ee=b._emscripten_bind_MdDbEntity_explode_0=function(){return(Ee=b._emscripten_bind_MdDbEntity_explode_0=b.asm.emscripten_bind_MdDbEntity_explode_0).apply(null,
  136. arguments)},Fe=b._emscripten_bind_MdDbEntity_TrueColor_0=function(){return(Fe=b._emscripten_bind_MdDbEntity_TrueColor_0=b.asm.emscripten_bind_MdDbEntity_TrueColor_0).apply(null,arguments)},Ge=b._emscripten_bind_MdDbEntity_SetTrueColor_1=function(){return(Ge=b._emscripten_bind_MdDbEntity_SetTrueColor_1=b.asm.emscripten_bind_MdDbEntity_SetTrueColor_1).apply(null,arguments)},He=b._emscripten_bind_MdDbEntity_ColorIndex_0=function(){return(He=b._emscripten_bind_MdDbEntity_ColorIndex_0=b.asm.emscripten_bind_MdDbEntity_ColorIndex_0).apply(null,
  137. arguments)},Ie=b._emscripten_bind_MdDbEntity_SetColorIndex_1=function(){return(Ie=b._emscripten_bind_MdDbEntity_SetColorIndex_1=b.asm.emscripten_bind_MdDbEntity_SetColorIndex_1).apply(null,arguments)},Je=b._emscripten_bind_MdDbEntity_Layer_0=function(){return(Je=b._emscripten_bind_MdDbEntity_Layer_0=b.asm.emscripten_bind_MdDbEntity_Layer_0).apply(null,arguments)},Ke=b._emscripten_bind_MdDbEntity_SetLayer_1=function(){return(Ke=b._emscripten_bind_MdDbEntity_SetLayer_1=b.asm.emscripten_bind_MdDbEntity_SetLayer_1).apply(null,
  138. arguments)},Le=b._emscripten_bind_MdDbEntity_LinetypeScale_0=function(){return(Le=b._emscripten_bind_MdDbEntity_LinetypeScale_0=b.asm.emscripten_bind_MdDbEntity_LinetypeScale_0).apply(null,arguments)},Me=b._emscripten_bind_MdDbEntity_SetLinetypeScale_1=function(){return(Me=b._emscripten_bind_MdDbEntity_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbEntity_SetLinetypeScale_1).apply(null,arguments)},Ne=b._emscripten_bind_MdDbEntity_Visible_0=function(){return(Ne=b._emscripten_bind_MdDbEntity_Visible_0=
  139. b.asm.emscripten_bind_MdDbEntity_Visible_0).apply(null,arguments)},Oe=b._emscripten_bind_MdDbEntity_SetVisible_1=function(){return(Oe=b._emscripten_bind_MdDbEntity_SetVisible_1=b.asm.emscripten_bind_MdDbEntity_SetVisible_1).apply(null,arguments)},Pe=b._emscripten_bind_MdDbEntity_Lineweight_0=function(){return(Pe=b._emscripten_bind_MdDbEntity_Lineweight_0=b.asm.emscripten_bind_MdDbEntity_Lineweight_0).apply(null,arguments)},Qe=b._emscripten_bind_MdDbEntity_SetLineweight_1=function(){return(Qe=b._emscripten_bind_MdDbEntity_SetLineweight_1=
  140. b.asm.emscripten_bind_MdDbEntity_SetLineweight_1).apply(null,arguments)},Re=b._emscripten_bind_MdDbEntity_TextStyle_0=function(){return(Re=b._emscripten_bind_MdDbEntity_TextStyle_0=b.asm.emscripten_bind_MdDbEntity_TextStyle_0).apply(null,arguments)},Se=b._emscripten_bind_MdDbEntity_SetTextStyle_1=function(){return(Se=b._emscripten_bind_MdDbEntity_SetTextStyle_1=b.asm.emscripten_bind_MdDbEntity_SetTextStyle_1).apply(null,arguments)},Te=b._emscripten_bind_MdDbEntity_Highlight_1=function(){return(Te=
  141. b._emscripten_bind_MdDbEntity_Highlight_1=b.asm.emscripten_bind_MdDbEntity_Highlight_1).apply(null,arguments)},Ue=b._emscripten_bind_MdDbEntity_Move_2=function(){return(Ue=b._emscripten_bind_MdDbEntity_Move_2=b.asm.emscripten_bind_MdDbEntity_Move_2).apply(null,arguments)},Ve=b._emscripten_bind_MdDbEntity_Rotate_2=function(){return(Ve=b._emscripten_bind_MdDbEntity_Rotate_2=b.asm.emscripten_bind_MdDbEntity_Rotate_2).apply(null,arguments)},We=b._emscripten_bind_MdDbEntity_Mirror_2=function(){return(We=
  142. b._emscripten_bind_MdDbEntity_Mirror_2=b.asm.emscripten_bind_MdDbEntity_Mirror_2).apply(null,arguments)},Xe=b._emscripten_bind_MdDbEntity_ScaleEntity_2=function(){return(Xe=b._emscripten_bind_MdDbEntity_ScaleEntity_2=b.asm.emscripten_bind_MdDbEntity_ScaleEntity_2).apply(null,arguments)},Ye=b._emscripten_bind_MdDbEntity_TransformBy_1=function(){return(Ye=b._emscripten_bind_MdDbEntity_TransformBy_1=b.asm.emscripten_bind_MdDbEntity_TransformBy_1).apply(null,arguments)},Ze=b._emscripten_bind_MdDbEntity_GetBoundingBox_0=
  143. function(){return(Ze=b._emscripten_bind_MdDbEntity_GetBoundingBox_0=b.asm.emscripten_bind_MdDbEntity_GetBoundingBox_0).apply(null,arguments)},$e=b._emscripten_bind_MdDbEntity_GetXData_1=function(){return($e=b._emscripten_bind_MdDbEntity_GetXData_1=b.asm.emscripten_bind_MdDbEntity_GetXData_1).apply(null,arguments)},af=b._emscripten_bind_MdDbEntity_SetXData_1=function(){return(af=b._emscripten_bind_MdDbEntity_SetXData_1=b.asm.emscripten_bind_MdDbEntity_SetXData_1).apply(null,arguments)},bf=b._emscripten_bind_MdDbEntity_GetxDataString_2=
  144. function(){return(bf=b._emscripten_bind_MdDbEntity_GetxDataString_2=b.asm.emscripten_bind_MdDbEntity_GetxDataString_2).apply(null,arguments)},cf=b._emscripten_bind_MdDbEntity_SetxDataString_3=function(){return(cf=b._emscripten_bind_MdDbEntity_SetxDataString_3=b.asm.emscripten_bind_MdDbEntity_SetxDataString_3).apply(null,arguments)},df=b._emscripten_bind_MdDbEntity_GetxDataDouble_2=function(){return(df=b._emscripten_bind_MdDbEntity_GetxDataDouble_2=b.asm.emscripten_bind_MdDbEntity_GetxDataDouble_2).apply(null,
  145. arguments)},ef=b._emscripten_bind_MdDbEntity_SetxDataDouble_3=function(){return(ef=b._emscripten_bind_MdDbEntity_SetxDataDouble_3=b.asm.emscripten_bind_MdDbEntity_SetxDataDouble_3).apply(null,arguments)},ff=b._emscripten_bind_MdDbEntity_GetxDataLong_2=function(){return(ff=b._emscripten_bind_MdDbEntity_GetxDataLong_2=b.asm.emscripten_bind_MdDbEntity_GetxDataLong_2).apply(null,arguments)},gf=b._emscripten_bind_MdDbEntity_SetxDataLong_3=function(){return(gf=b._emscripten_bind_MdDbEntity_SetxDataLong_3=
  146. b.asm.emscripten_bind_MdDbEntity_SetxDataLong_3).apply(null,arguments)},hf=b._emscripten_bind_MdDbEntity_GetxDataPoint_2=function(){return(hf=b._emscripten_bind_MdDbEntity_GetxDataPoint_2=b.asm.emscripten_bind_MdDbEntity_GetxDataPoint_2).apply(null,arguments)},jf=b._emscripten_bind_MdDbEntity_SetxDataPoint_3=function(){return(jf=b._emscripten_bind_MdDbEntity_SetxDataPoint_3=b.asm.emscripten_bind_MdDbEntity_SetxDataPoint_3).apply(null,arguments)},kf=b._emscripten_bind_MdDbEntity_DeleteXData_1=function(){return(kf=
  147. b._emscripten_bind_MdDbEntity_DeleteXData_1=b.asm.emscripten_bind_MdDbEntity_DeleteXData_1).apply(null,arguments)},lf=b._emscripten_bind_MdDbEntity_GetAllAppName_0=function(){return(lf=b._emscripten_bind_MdDbEntity_GetAllAppName_0=b.asm.emscripten_bind_MdDbEntity_GetAllAppName_0).apply(null,arguments)},mf=b._emscripten_bind_MdDbEntity_LayerId_0=function(){return(mf=b._emscripten_bind_MdDbEntity_LayerId_0=b.asm.emscripten_bind_MdDbEntity_LayerId_0).apply(null,arguments)},nf=b._emscripten_bind_MdDbEntity_SetLayerId_1=
  148. function(){return(nf=b._emscripten_bind_MdDbEntity_SetLayerId_1=b.asm.emscripten_bind_MdDbEntity_SetLayerId_1).apply(null,arguments)},of=b._emscripten_bind_MdDbEntity_LinetypeId_0=function(){return(of=b._emscripten_bind_MdDbEntity_LinetypeId_0=b.asm.emscripten_bind_MdDbEntity_LinetypeId_0).apply(null,arguments)},pf=b._emscripten_bind_MdDbEntity_SetLinetypeId_1=function(){return(pf=b._emscripten_bind_MdDbEntity_SetLinetypeId_1=b.asm.emscripten_bind_MdDbEntity_SetLinetypeId_1).apply(null,arguments)},
  149. qf=b._emscripten_bind_MdDbEntity_Linetype_0=function(){return(qf=b._emscripten_bind_MdDbEntity_Linetype_0=b.asm.emscripten_bind_MdDbEntity_Linetype_0).apply(null,arguments)},rf=b._emscripten_bind_MdDbEntity_SetLinetype_1=function(){return(rf=b._emscripten_bind_MdDbEntity_SetLinetype_1=b.asm.emscripten_bind_MdDbEntity_SetLinetype_1).apply(null,arguments)},sf=b._emscripten_bind_MdDbEntity_TextStyleId_0=function(){return(sf=b._emscripten_bind_MdDbEntity_TextStyleId_0=b.asm.emscripten_bind_MdDbEntity_TextStyleId_0).apply(null,
  150. arguments)},tf=b._emscripten_bind_MdDbEntity_SetTextStyleId_1=function(){return(tf=b._emscripten_bind_MdDbEntity_SetTextStyleId_1=b.asm.emscripten_bind_MdDbEntity_SetTextStyleId_1).apply(null,arguments)},uf=b._emscripten_bind_MdDbEntity_IntersectWith_2=function(){return(uf=b._emscripten_bind_MdDbEntity_IntersectWith_2=b.asm.emscripten_bind_MdDbEntity_IntersectWith_2).apply(null,arguments)},vf=b._emscripten_bind_MdDbEntity_getArea_0=function(){return(vf=b._emscripten_bind_MdDbEntity_getArea_0=b.asm.emscripten_bind_MdDbEntity_getArea_0).apply(null,
  151. arguments)},wf=b._emscripten_bind_MdDbEntity_disableUpdateDisplay_1=function(){return(wf=b._emscripten_bind_MdDbEntity_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbEntity_disableUpdateDisplay_1).apply(null,arguments)},xf=b._emscripten_bind_MdDbEntity_isPropertiesWindowCustom_0=function(){return(xf=b._emscripten_bind_MdDbEntity_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbEntity_isPropertiesWindowCustom_0).apply(null,arguments)},yf=b._emscripten_bind_MdDbEntity_setPropertiesWindowCustom_1=
  152. function(){return(yf=b._emscripten_bind_MdDbEntity_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbEntity_setPropertiesWindowCustom_1).apply(null,arguments)},zf=b._emscripten_bind_MdDbEntity_updateDisplay_0=function(){return(zf=b._emscripten_bind_MdDbEntity_updateDisplay_0=b.asm.emscripten_bind_MdDbEntity_updateDisplay_0).apply(null,arguments)},Af=b._emscripten_bind_MdDbEntity_DrawOrder_0=function(){return(Af=b._emscripten_bind_MdDbEntity_DrawOrder_0=b.asm.emscripten_bind_MdDbEntity_DrawOrder_0).apply(null,
  153. arguments)},Bf=b._emscripten_bind_MdDbEntity_SetDrawOrder_1=function(){return(Bf=b._emscripten_bind_MdDbEntity_SetDrawOrder_1=b.asm.emscripten_bind_MdDbEntity_SetDrawOrder_1).apply(null,arguments)},Cf=b._emscripten_bind_MdDbEntity_GetObjectID_0=function(){return(Cf=b._emscripten_bind_MdDbEntity_GetObjectID_0=b.asm.emscripten_bind_MdDbEntity_GetObjectID_0).apply(null,arguments)},Df=b._emscripten_bind_MdDbEntity_Erase_0=function(){return(Df=b._emscripten_bind_MdDbEntity_Erase_0=b.asm.emscripten_bind_MdDbEntity_Erase_0).apply(null,
  154. arguments)},Ef=b._emscripten_bind_MdDbEntity_isErased_0=function(){return(Ef=b._emscripten_bind_MdDbEntity_isErased_0=b.asm.emscripten_bind_MdDbEntity_isErased_0).apply(null,arguments)},Ff=b._emscripten_bind_MdDbEntity_unErase_0=function(){return(Ff=b._emscripten_bind_MdDbEntity_unErase_0=b.asm.emscripten_bind_MdDbEntity_unErase_0).apply(null,arguments)},Gf=b._emscripten_bind_MdDbEntity_ConnectionTempObject_1=function(){return(Gf=b._emscripten_bind_MdDbEntity_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbEntity_ConnectionTempObject_1).apply(null,
  155. arguments)},Hf=b._emscripten_bind_MdDbEntity_GetExtensionDictionary_0=function(){return(Hf=b._emscripten_bind_MdDbEntity_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbEntity_GetExtensionDictionary_0).apply(null,arguments)},If=b._emscripten_bind_MdDbEntity_CreateExtensionDictionary_0=function(){return(If=b._emscripten_bind_MdDbEntity_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbEntity_CreateExtensionDictionary_0).apply(null,arguments)},Jf=b._emscripten_bind_MdDbEntity_IsHaveExtensionDictionary_0=
  156. function(){return(Jf=b._emscripten_bind_MdDbEntity_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbEntity_IsHaveExtensionDictionary_0).apply(null,arguments)},Kf=b._emscripten_bind_MdDbEntity_Clone_0=function(){return(Kf=b._emscripten_bind_MdDbEntity_Clone_0=b.asm.emscripten_bind_MdDbEntity_Clone_0).apply(null,arguments)},Lf=b._emscripten_bind_MdDbEntity_GetHandle_0=function(){return(Lf=b._emscripten_bind_MdDbEntity_GetHandle_0=b.asm.emscripten_bind_MdDbEntity_GetHandle_0).apply(null,arguments)},
  157. Mf=b._emscripten_bind_MdDbEntity_GetDatabase_0=function(){return(Mf=b._emscripten_bind_MdDbEntity_GetDatabase_0=b.asm.emscripten_bind_MdDbEntity_GetDatabase_0).apply(null,arguments)},Nf=b._emscripten_bind_MdDbEntity_GetDatabaseIndexId_0=function(){return(Nf=b._emscripten_bind_MdDbEntity_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbEntity_GetDatabaseIndexId_0).apply(null,arguments)},Of=b._emscripten_bind_MdDbEntity_GetOwnerID_0=function(){return(Of=b._emscripten_bind_MdDbEntity_GetOwnerID_0=b.asm.emscripten_bind_MdDbEntity_GetOwnerID_0).apply(null,
  158. arguments)},Pf=b._emscripten_bind_MdDbEntity_moveGripPointsAt_4=function(){return(Pf=b._emscripten_bind_MdDbEntity_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbEntity_moveGripPointsAt_4).apply(null,arguments)},Qf=b._emscripten_bind_MdDbEntity_getGripPoints_0=function(){return(Qf=b._emscripten_bind_MdDbEntity_getGripPoints_0=b.asm.emscripten_bind_MdDbEntity_getGripPoints_0).apply(null,arguments)},Rf=b._emscripten_bind_MdDbEntity_getObjectName_0=function(){return(Rf=b._emscripten_bind_MdDbEntity_getObjectName_0=
  159. b.asm.emscripten_bind_MdDbEntity_getObjectName_0).apply(null,arguments)},Sf=b._emscripten_bind_MdDbEntity_getDxf0_0=function(){return(Sf=b._emscripten_bind_MdDbEntity_getDxf0_0=b.asm.emscripten_bind_MdDbEntity_getDxf0_0).apply(null,arguments)},Tf=b._emscripten_bind_MdDbEntity_getCustomEntityTypeName_0=function(){return(Tf=b._emscripten_bind_MdDbEntity_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbEntity_getCustomEntityTypeName_0).apply(null,arguments)},Uf=b._emscripten_bind_MdDbEntity_getCustomEntityid_0=
  160. function(){return(Uf=b._emscripten_bind_MdDbEntity_getCustomEntityid_0=b.asm.emscripten_bind_MdDbEntity_getCustomEntityid_0).apply(null,arguments)},Vf=b._emscripten_bind_MdDbEntity_getCustomEntityTempid_0=function(){return(Vf=b._emscripten_bind_MdDbEntity_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbEntity_getCustomEntityTempid_0).apply(null,arguments)},Wf=b._emscripten_bind_MdDbEntity_setCustomEntityTempid_1=function(){return(Wf=b._emscripten_bind_MdDbEntity_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbEntity_setCustomEntityTempid_1).apply(null,
  161. arguments)},Xf=b._emscripten_bind_MdDbEntity_getJson_0=function(){return(Xf=b._emscripten_bind_MdDbEntity_getJson_0=b.asm.emscripten_bind_MdDbEntity_getJson_0).apply(null,arguments)},Yf=b._emscripten_bind_MdDbEntity_setJson_1=function(){return(Yf=b._emscripten_bind_MdDbEntity_setJson_1=b.asm.emscripten_bind_MdDbEntity_setJson_1).apply(null,arguments)},Zf=b._emscripten_bind_MdDbEntity_isKindOf_1=function(){return(Zf=b._emscripten_bind_MdDbEntity_isKindOf_1=b.asm.emscripten_bind_MdDbEntity_isKindOf_1).apply(null,
  162. arguments)},$f=b._emscripten_bind_MdDbEntity_isNull_0=function(){return($f=b._emscripten_bind_MdDbEntity_isNull_0=b.asm.emscripten_bind_MdDbEntity_isNull_0).apply(null,arguments)},ag=b._emscripten_bind_MdDbEntity___destroy___0=function(){return(ag=b._emscripten_bind_MdDbEntity___destroy___0=b.asm.emscripten_bind_MdDbEntity___destroy___0).apply(null,arguments)},bg=b._emscripten_bind_MdDbCurve_MdDbCurve_0=function(){return(bg=b._emscripten_bind_MdDbCurve_MdDbCurve_0=b.asm.emscripten_bind_MdDbCurve_MdDbCurve_0).apply(null,
  163. arguments)},cg=b._emscripten_bind_MdDbCurve_getStartParam_0=function(){return(cg=b._emscripten_bind_MdDbCurve_getStartParam_0=b.asm.emscripten_bind_MdDbCurve_getStartParam_0).apply(null,arguments)},dg=b._emscripten_bind_MdDbCurve_getEndParam_0=function(){return(dg=b._emscripten_bind_MdDbCurve_getEndParam_0=b.asm.emscripten_bind_MdDbCurve_getEndParam_0).apply(null,arguments)},eg=b._emscripten_bind_MdDbCurve_getDistAtParam_1=function(){return(eg=b._emscripten_bind_MdDbCurve_getDistAtParam_1=b.asm.emscripten_bind_MdDbCurve_getDistAtParam_1).apply(null,
  164. arguments)},fg=b._emscripten_bind_MdDbCurve_getParamAtDist_1=function(){return(fg=b._emscripten_bind_MdDbCurve_getParamAtDist_1=b.asm.emscripten_bind_MdDbCurve_getParamAtDist_1).apply(null,arguments)},gg=b._emscripten_bind_MdDbCurve_getDistAtPoint_1=function(){return(gg=b._emscripten_bind_MdDbCurve_getDistAtPoint_1=b.asm.emscripten_bind_MdDbCurve_getDistAtPoint_1).apply(null,arguments)},hg=b._emscripten_bind_MdDbCurve_getPointAtDist_1=function(){return(hg=b._emscripten_bind_MdDbCurve_getPointAtDist_1=
  165. b.asm.emscripten_bind_MdDbCurve_getPointAtDist_1).apply(null,arguments)},ig=b._emscripten_bind_MdDbCurve_getStartPoint_0=function(){return(ig=b._emscripten_bind_MdDbCurve_getStartPoint_0=b.asm.emscripten_bind_MdDbCurve_getStartPoint_0).apply(null,arguments)},jg=b._emscripten_bind_MdDbCurve_getEndPoint_0=function(){return(jg=b._emscripten_bind_MdDbCurve_getEndPoint_0=b.asm.emscripten_bind_MdDbCurve_getEndPoint_0).apply(null,arguments)},kg=b._emscripten_bind_MdDbCurve_getPointAtParam_1=function(){return(kg=
  166. b._emscripten_bind_MdDbCurve_getPointAtParam_1=b.asm.emscripten_bind_MdDbCurve_getPointAtParam_1).apply(null,arguments)},lg=b._emscripten_bind_MdDbCurve_getParamAtPoint_1=function(){return(lg=b._emscripten_bind_MdDbCurve_getParamAtPoint_1=b.asm.emscripten_bind_MdDbCurve_getParamAtPoint_1).apply(null,arguments)},mg=b._emscripten_bind_MdDbCurve_getFirstDeriv_1=function(){return(mg=b._emscripten_bind_MdDbCurve_getFirstDeriv_1=b.asm.emscripten_bind_MdDbCurve_getFirstDeriv_1).apply(null,arguments)},ng=
  167. b._emscripten_bind_MdDbCurve_getFirstDerivEx_1=function(){return(ng=b._emscripten_bind_MdDbCurve_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbCurve_getFirstDerivEx_1).apply(null,arguments)},og=b._emscripten_bind_MdDbCurve_getClosestPointTo_2=function(){return(og=b._emscripten_bind_MdDbCurve_getClosestPointTo_2=b.asm.emscripten_bind_MdDbCurve_getClosestPointTo_2).apply(null,arguments)},pg=b._emscripten_bind_MdDbCurve_offsetCurves_2=function(){return(pg=b._emscripten_bind_MdDbCurve_offsetCurves_2=b.asm.emscripten_bind_MdDbCurve_offsetCurves_2).apply(null,
  168. arguments)},qg=b._emscripten_bind_MdDbCurve_splitCurves_1=function(){return(qg=b._emscripten_bind_MdDbCurve_splitCurves_1=b.asm.emscripten_bind_MdDbCurve_splitCurves_1).apply(null,arguments)},rg=b._emscripten_bind_MdDbCurve_getSamplePoints_1=function(){return(rg=b._emscripten_bind_MdDbCurve_getSamplePoints_1=b.asm.emscripten_bind_MdDbCurve_getSamplePoints_1).apply(null,arguments)},sg=b._emscripten_bind_MdDbCurve_getLength_0=function(){return(sg=b._emscripten_bind_MdDbCurve_getLength_0=b.asm.emscripten_bind_MdDbCurve_getLength_0).apply(null,
  169. arguments)},tg=b._emscripten_bind_MdDbCurve_explode_0=function(){return(tg=b._emscripten_bind_MdDbCurve_explode_0=b.asm.emscripten_bind_MdDbCurve_explode_0).apply(null,arguments)},ug=b._emscripten_bind_MdDbCurve_TrueColor_0=function(){return(ug=b._emscripten_bind_MdDbCurve_TrueColor_0=b.asm.emscripten_bind_MdDbCurve_TrueColor_0).apply(null,arguments)},vg=b._emscripten_bind_MdDbCurve_SetTrueColor_1=function(){return(vg=b._emscripten_bind_MdDbCurve_SetTrueColor_1=b.asm.emscripten_bind_MdDbCurve_SetTrueColor_1).apply(null,
  170. arguments)},wg=b._emscripten_bind_MdDbCurve_ColorIndex_0=function(){return(wg=b._emscripten_bind_MdDbCurve_ColorIndex_0=b.asm.emscripten_bind_MdDbCurve_ColorIndex_0).apply(null,arguments)},xg=b._emscripten_bind_MdDbCurve_SetColorIndex_1=function(){return(xg=b._emscripten_bind_MdDbCurve_SetColorIndex_1=b.asm.emscripten_bind_MdDbCurve_SetColorIndex_1).apply(null,arguments)},yg=b._emscripten_bind_MdDbCurve_Layer_0=function(){return(yg=b._emscripten_bind_MdDbCurve_Layer_0=b.asm.emscripten_bind_MdDbCurve_Layer_0).apply(null,
  171. arguments)},zg=b._emscripten_bind_MdDbCurve_SetLayer_1=function(){return(zg=b._emscripten_bind_MdDbCurve_SetLayer_1=b.asm.emscripten_bind_MdDbCurve_SetLayer_1).apply(null,arguments)},Ag=b._emscripten_bind_MdDbCurve_LinetypeScale_0=function(){return(Ag=b._emscripten_bind_MdDbCurve_LinetypeScale_0=b.asm.emscripten_bind_MdDbCurve_LinetypeScale_0).apply(null,arguments)},Bg=b._emscripten_bind_MdDbCurve_SetLinetypeScale_1=function(){return(Bg=b._emscripten_bind_MdDbCurve_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCurve_SetLinetypeScale_1).apply(null,
  172. arguments)},Cg=b._emscripten_bind_MdDbCurve_Visible_0=function(){return(Cg=b._emscripten_bind_MdDbCurve_Visible_0=b.asm.emscripten_bind_MdDbCurve_Visible_0).apply(null,arguments)},Dg=b._emscripten_bind_MdDbCurve_SetVisible_1=function(){return(Dg=b._emscripten_bind_MdDbCurve_SetVisible_1=b.asm.emscripten_bind_MdDbCurve_SetVisible_1).apply(null,arguments)},Eg=b._emscripten_bind_MdDbCurve_Lineweight_0=function(){return(Eg=b._emscripten_bind_MdDbCurve_Lineweight_0=b.asm.emscripten_bind_MdDbCurve_Lineweight_0).apply(null,
  173. arguments)},Fg=b._emscripten_bind_MdDbCurve_SetLineweight_1=function(){return(Fg=b._emscripten_bind_MdDbCurve_SetLineweight_1=b.asm.emscripten_bind_MdDbCurve_SetLineweight_1).apply(null,arguments)},Gg=b._emscripten_bind_MdDbCurve_TextStyle_0=function(){return(Gg=b._emscripten_bind_MdDbCurve_TextStyle_0=b.asm.emscripten_bind_MdDbCurve_TextStyle_0).apply(null,arguments)},Hg=b._emscripten_bind_MdDbCurve_SetTextStyle_1=function(){return(Hg=b._emscripten_bind_MdDbCurve_SetTextStyle_1=b.asm.emscripten_bind_MdDbCurve_SetTextStyle_1).apply(null,
  174. arguments)},Ig=b._emscripten_bind_MdDbCurve_Highlight_1=function(){return(Ig=b._emscripten_bind_MdDbCurve_Highlight_1=b.asm.emscripten_bind_MdDbCurve_Highlight_1).apply(null,arguments)},Jg=b._emscripten_bind_MdDbCurve_Move_2=function(){return(Jg=b._emscripten_bind_MdDbCurve_Move_2=b.asm.emscripten_bind_MdDbCurve_Move_2).apply(null,arguments)},Kg=b._emscripten_bind_MdDbCurve_Rotate_2=function(){return(Kg=b._emscripten_bind_MdDbCurve_Rotate_2=b.asm.emscripten_bind_MdDbCurve_Rotate_2).apply(null,arguments)},
  175. Lg=b._emscripten_bind_MdDbCurve_Mirror_2=function(){return(Lg=b._emscripten_bind_MdDbCurve_Mirror_2=b.asm.emscripten_bind_MdDbCurve_Mirror_2).apply(null,arguments)},Mg=b._emscripten_bind_MdDbCurve_ScaleEntity_2=function(){return(Mg=b._emscripten_bind_MdDbCurve_ScaleEntity_2=b.asm.emscripten_bind_MdDbCurve_ScaleEntity_2).apply(null,arguments)},Ng=b._emscripten_bind_MdDbCurve_TransformBy_1=function(){return(Ng=b._emscripten_bind_MdDbCurve_TransformBy_1=b.asm.emscripten_bind_MdDbCurve_TransformBy_1).apply(null,
  176. arguments)},Og=b._emscripten_bind_MdDbCurve_GetBoundingBox_0=function(){return(Og=b._emscripten_bind_MdDbCurve_GetBoundingBox_0=b.asm.emscripten_bind_MdDbCurve_GetBoundingBox_0).apply(null,arguments)},Pg=b._emscripten_bind_MdDbCurve_GetXData_1=function(){return(Pg=b._emscripten_bind_MdDbCurve_GetXData_1=b.asm.emscripten_bind_MdDbCurve_GetXData_1).apply(null,arguments)},Qg=b._emscripten_bind_MdDbCurve_SetXData_1=function(){return(Qg=b._emscripten_bind_MdDbCurve_SetXData_1=b.asm.emscripten_bind_MdDbCurve_SetXData_1).apply(null,
  177. arguments)},Rg=b._emscripten_bind_MdDbCurve_GetxDataString_2=function(){return(Rg=b._emscripten_bind_MdDbCurve_GetxDataString_2=b.asm.emscripten_bind_MdDbCurve_GetxDataString_2).apply(null,arguments)},Sg=b._emscripten_bind_MdDbCurve_SetxDataString_3=function(){return(Sg=b._emscripten_bind_MdDbCurve_SetxDataString_3=b.asm.emscripten_bind_MdDbCurve_SetxDataString_3).apply(null,arguments)},Tg=b._emscripten_bind_MdDbCurve_GetxDataDouble_2=function(){return(Tg=b._emscripten_bind_MdDbCurve_GetxDataDouble_2=
  178. b.asm.emscripten_bind_MdDbCurve_GetxDataDouble_2).apply(null,arguments)},Ug=b._emscripten_bind_MdDbCurve_SetxDataDouble_3=function(){return(Ug=b._emscripten_bind_MdDbCurve_SetxDataDouble_3=b.asm.emscripten_bind_MdDbCurve_SetxDataDouble_3).apply(null,arguments)},Vg=b._emscripten_bind_MdDbCurve_GetxDataLong_2=function(){return(Vg=b._emscripten_bind_MdDbCurve_GetxDataLong_2=b.asm.emscripten_bind_MdDbCurve_GetxDataLong_2).apply(null,arguments)},Wg=b._emscripten_bind_MdDbCurve_SetxDataLong_3=function(){return(Wg=
  179. b._emscripten_bind_MdDbCurve_SetxDataLong_3=b.asm.emscripten_bind_MdDbCurve_SetxDataLong_3).apply(null,arguments)},Xg=b._emscripten_bind_MdDbCurve_GetxDataPoint_2=function(){return(Xg=b._emscripten_bind_MdDbCurve_GetxDataPoint_2=b.asm.emscripten_bind_MdDbCurve_GetxDataPoint_2).apply(null,arguments)},Yg=b._emscripten_bind_MdDbCurve_SetxDataPoint_3=function(){return(Yg=b._emscripten_bind_MdDbCurve_SetxDataPoint_3=b.asm.emscripten_bind_MdDbCurve_SetxDataPoint_3).apply(null,arguments)},Zg=b._emscripten_bind_MdDbCurve_DeleteXData_1=
  180. function(){return(Zg=b._emscripten_bind_MdDbCurve_DeleteXData_1=b.asm.emscripten_bind_MdDbCurve_DeleteXData_1).apply(null,arguments)},$g=b._emscripten_bind_MdDbCurve_GetAllAppName_0=function(){return($g=b._emscripten_bind_MdDbCurve_GetAllAppName_0=b.asm.emscripten_bind_MdDbCurve_GetAllAppName_0).apply(null,arguments)},ah=b._emscripten_bind_MdDbCurve_LayerId_0=function(){return(ah=b._emscripten_bind_MdDbCurve_LayerId_0=b.asm.emscripten_bind_MdDbCurve_LayerId_0).apply(null,arguments)},bh=b._emscripten_bind_MdDbCurve_SetLayerId_1=
  181. function(){return(bh=b._emscripten_bind_MdDbCurve_SetLayerId_1=b.asm.emscripten_bind_MdDbCurve_SetLayerId_1).apply(null,arguments)},ch=b._emscripten_bind_MdDbCurve_LinetypeId_0=function(){return(ch=b._emscripten_bind_MdDbCurve_LinetypeId_0=b.asm.emscripten_bind_MdDbCurve_LinetypeId_0).apply(null,arguments)},dh=b._emscripten_bind_MdDbCurve_SetLinetypeId_1=function(){return(dh=b._emscripten_bind_MdDbCurve_SetLinetypeId_1=b.asm.emscripten_bind_MdDbCurve_SetLinetypeId_1).apply(null,arguments)},eh=b._emscripten_bind_MdDbCurve_Linetype_0=
  182. function(){return(eh=b._emscripten_bind_MdDbCurve_Linetype_0=b.asm.emscripten_bind_MdDbCurve_Linetype_0).apply(null,arguments)},fh=b._emscripten_bind_MdDbCurve_SetLinetype_1=function(){return(fh=b._emscripten_bind_MdDbCurve_SetLinetype_1=b.asm.emscripten_bind_MdDbCurve_SetLinetype_1).apply(null,arguments)},gh=b._emscripten_bind_MdDbCurve_TextStyleId_0=function(){return(gh=b._emscripten_bind_MdDbCurve_TextStyleId_0=b.asm.emscripten_bind_MdDbCurve_TextStyleId_0).apply(null,arguments)},hh=b._emscripten_bind_MdDbCurve_SetTextStyleId_1=
  183. function(){return(hh=b._emscripten_bind_MdDbCurve_SetTextStyleId_1=b.asm.emscripten_bind_MdDbCurve_SetTextStyleId_1).apply(null,arguments)},ih=b._emscripten_bind_MdDbCurve_IntersectWith_2=function(){return(ih=b._emscripten_bind_MdDbCurve_IntersectWith_2=b.asm.emscripten_bind_MdDbCurve_IntersectWith_2).apply(null,arguments)},jh=b._emscripten_bind_MdDbCurve_getArea_0=function(){return(jh=b._emscripten_bind_MdDbCurve_getArea_0=b.asm.emscripten_bind_MdDbCurve_getArea_0).apply(null,arguments)},kh=b._emscripten_bind_MdDbCurve_disableUpdateDisplay_1=
  184. function(){return(kh=b._emscripten_bind_MdDbCurve_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbCurve_disableUpdateDisplay_1).apply(null,arguments)},lh=b._emscripten_bind_MdDbCurve_isPropertiesWindowCustom_0=function(){return(lh=b._emscripten_bind_MdDbCurve_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbCurve_isPropertiesWindowCustom_0).apply(null,arguments)},mh=b._emscripten_bind_MdDbCurve_setPropertiesWindowCustom_1=function(){return(mh=b._emscripten_bind_MdDbCurve_setPropertiesWindowCustom_1=
  185. b.asm.emscripten_bind_MdDbCurve_setPropertiesWindowCustom_1).apply(null,arguments)},nh=b._emscripten_bind_MdDbCurve_updateDisplay_0=function(){return(nh=b._emscripten_bind_MdDbCurve_updateDisplay_0=b.asm.emscripten_bind_MdDbCurve_updateDisplay_0).apply(null,arguments)},oh=b._emscripten_bind_MdDbCurve_DrawOrder_0=function(){return(oh=b._emscripten_bind_MdDbCurve_DrawOrder_0=b.asm.emscripten_bind_MdDbCurve_DrawOrder_0).apply(null,arguments)},ph=b._emscripten_bind_MdDbCurve_SetDrawOrder_1=function(){return(ph=
  186. b._emscripten_bind_MdDbCurve_SetDrawOrder_1=b.asm.emscripten_bind_MdDbCurve_SetDrawOrder_1).apply(null,arguments)},qh=b._emscripten_bind_MdDbCurve_GetObjectID_0=function(){return(qh=b._emscripten_bind_MdDbCurve_GetObjectID_0=b.asm.emscripten_bind_MdDbCurve_GetObjectID_0).apply(null,arguments)},rh=b._emscripten_bind_MdDbCurve_Erase_0=function(){return(rh=b._emscripten_bind_MdDbCurve_Erase_0=b.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,arguments)},sh=b._emscripten_bind_MdDbCurve_isErased_0=function(){return(sh=
  187. b._emscripten_bind_MdDbCurve_isErased_0=b.asm.emscripten_bind_MdDbCurve_isErased_0).apply(null,arguments)},th=b._emscripten_bind_MdDbCurve_unErase_0=function(){return(th=b._emscripten_bind_MdDbCurve_unErase_0=b.asm.emscripten_bind_MdDbCurve_unErase_0).apply(null,arguments)},uh=b._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(uh=b._emscripten_bind_MdDbCurve_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},vh=b._emscripten_bind_MdDbCurve_GetExtensionDictionary_0=
  188. function(){return(vh=b._emscripten_bind_MdDbCurve_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbCurve_GetExtensionDictionary_0).apply(null,arguments)},wh=b._emscripten_bind_MdDbCurve_CreateExtensionDictionary_0=function(){return(wh=b._emscripten_bind_MdDbCurve_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbCurve_CreateExtensionDictionary_0).apply(null,arguments)},xh=b._emscripten_bind_MdDbCurve_IsHaveExtensionDictionary_0=function(){return(xh=b._emscripten_bind_MdDbCurve_IsHaveExtensionDictionary_0=
  189. b.asm.emscripten_bind_MdDbCurve_IsHaveExtensionDictionary_0).apply(null,arguments)},yh=b._emscripten_bind_MdDbCurve_Clone_0=function(){return(yh=b._emscripten_bind_MdDbCurve_Clone_0=b.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,arguments)},zh=b._emscripten_bind_MdDbCurve_GetHandle_0=function(){return(zh=b._emscripten_bind_MdDbCurve_GetHandle_0=b.asm.emscripten_bind_MdDbCurve_GetHandle_0).apply(null,arguments)},Ah=b._emscripten_bind_MdDbCurve_GetDatabase_0=function(){return(Ah=b._emscripten_bind_MdDbCurve_GetDatabase_0=
  190. b.asm.emscripten_bind_MdDbCurve_GetDatabase_0).apply(null,arguments)},Bh=b._emscripten_bind_MdDbCurve_GetDatabaseIndexId_0=function(){return(Bh=b._emscripten_bind_MdDbCurve_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbCurve_GetDatabaseIndexId_0).apply(null,arguments)},Ch=b._emscripten_bind_MdDbCurve_GetOwnerID_0=function(){return(Ch=b._emscripten_bind_MdDbCurve_GetOwnerID_0=b.asm.emscripten_bind_MdDbCurve_GetOwnerID_0).apply(null,arguments)},Dh=b._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(Dh=
  191. b._emscripten_bind_MdDbCurve_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},Eh=b._emscripten_bind_MdDbCurve_getGripPoints_0=function(){return(Eh=b._emscripten_bind_MdDbCurve_getGripPoints_0=b.asm.emscripten_bind_MdDbCurve_getGripPoints_0).apply(null,arguments)},Fh=b._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(Fh=b._emscripten_bind_MdDbCurve_getObjectName_0=b.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},Gh=b._emscripten_bind_MdDbCurve_getDxf0_0=
  192. function(){return(Gh=b._emscripten_bind_MdDbCurve_getDxf0_0=b.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,arguments)},Hh=b._emscripten_bind_MdDbCurve_getCustomEntityTypeName_0=function(){return(Hh=b._emscripten_bind_MdDbCurve_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbCurve_getCustomEntityTypeName_0).apply(null,arguments)},Ih=b._emscripten_bind_MdDbCurve_getCustomEntityid_0=function(){return(Ih=b._emscripten_bind_MdDbCurve_getCustomEntityid_0=b.asm.emscripten_bind_MdDbCurve_getCustomEntityid_0).apply(null,
  193. arguments)},Jh=b._emscripten_bind_MdDbCurve_getCustomEntityTempid_0=function(){return(Jh=b._emscripten_bind_MdDbCurve_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbCurve_getCustomEntityTempid_0).apply(null,arguments)},Kh=b._emscripten_bind_MdDbCurve_setCustomEntityTempid_1=function(){return(Kh=b._emscripten_bind_MdDbCurve_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbCurve_setCustomEntityTempid_1).apply(null,arguments)},Lh=b._emscripten_bind_MdDbCurve_getJson_0=function(){return(Lh=b._emscripten_bind_MdDbCurve_getJson_0=
  194. b.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},Mh=b._emscripten_bind_MdDbCurve_setJson_1=function(){return(Mh=b._emscripten_bind_MdDbCurve_setJson_1=b.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},Nh=b._emscripten_bind_MdDbCurve_isKindOf_1=function(){return(Nh=b._emscripten_bind_MdDbCurve_isKindOf_1=b.asm.emscripten_bind_MdDbCurve_isKindOf_1).apply(null,arguments)},Oh=b._emscripten_bind_MdDbCurve_isNull_0=function(){return(Oh=b._emscripten_bind_MdDbCurve_isNull_0=
  195. b.asm.emscripten_bind_MdDbCurve_isNull_0).apply(null,arguments)},Ph=b._emscripten_bind_MdDbCurve___destroy___0=function(){return(Ph=b._emscripten_bind_MdDbCurve___destroy___0=b.asm.emscripten_bind_MdDbCurve___destroy___0).apply(null,arguments)},Qh=b._emscripten_bind_MdDbText_MdDbText_0=function(){return(Qh=b._emscripten_bind_MdDbText_MdDbText_0=b.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,arguments)},Rh=b._emscripten_bind_MdDbText_position_0=function(){return(Rh=b._emscripten_bind_MdDbText_position_0=
  196. b.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},Sh=b._emscripten_bind_MdDbText_setPosition_1=function(){return(Sh=b._emscripten_bind_MdDbText_setPosition_1=b.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},Th=b._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(Th=b._emscripten_bind_MdDbText_alignmentPoint_0=b.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,arguments)},Uh=b._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(Uh=
  197. b._emscripten_bind_MdDbText_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},Vh=b._emscripten_bind_MdDbText_oblique_0=function(){return(Vh=b._emscripten_bind_MdDbText_oblique_0=b.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},Wh=b._emscripten_bind_MdDbText_setOblique_1=function(){return(Wh=b._emscripten_bind_MdDbText_setOblique_1=b.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,arguments)},Xh=b._emscripten_bind_MdDbText_rotation_0=
  198. function(){return(Xh=b._emscripten_bind_MdDbText_rotation_0=b.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},Yh=b._emscripten_bind_MdDbText_setRotation_1=function(){return(Yh=b._emscripten_bind_MdDbText_setRotation_1=b.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},Zh=b._emscripten_bind_MdDbText_height_0=function(){return(Zh=b._emscripten_bind_MdDbText_height_0=b.asm.emscripten_bind_MdDbText_height_0).apply(null,arguments)},$h=b._emscripten_bind_MdDbText_setHeight_1=
  199. function(){return($h=b._emscripten_bind_MdDbText_setHeight_1=b.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},ai=b._emscripten_bind_MdDbText_widthFactor_0=function(){return(ai=b._emscripten_bind_MdDbText_widthFactor_0=b.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},bi=b._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(bi=b._emscripten_bind_MdDbText_setWidthFactor_1=b.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,arguments)},ci=b._emscripten_bind_MdDbText_textString_0=
  200. function(){return(ci=b._emscripten_bind_MdDbText_textString_0=b.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},di=b._emscripten_bind_MdDbText_setTextString_1=function(){return(di=b._emscripten_bind_MdDbText_setTextString_1=b.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},ei=b._emscripten_bind_MdDbText_horizontalMode_0=function(){return(ei=b._emscripten_bind_MdDbText_horizontalMode_0=b.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,arguments)},fi=
  201. b._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(fi=b._emscripten_bind_MdDbText_setHorizontalMode_1=b.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},gi=b._emscripten_bind_MdDbText_verticalMode_0=function(){return(gi=b._emscripten_bind_MdDbText_verticalMode_0=b.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},hi=b._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(hi=b._emscripten_bind_MdDbText_setVerticalMode_1=b.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,
  202. arguments)},ii=b._emscripten_bind_MdDbText_explode_0=function(){return(ii=b._emscripten_bind_MdDbText_explode_0=b.asm.emscripten_bind_MdDbText_explode_0).apply(null,arguments)},ji=b._emscripten_bind_MdDbText_TrueColor_0=function(){return(ji=b._emscripten_bind_MdDbText_TrueColor_0=b.asm.emscripten_bind_MdDbText_TrueColor_0).apply(null,arguments)},ki=b._emscripten_bind_MdDbText_SetTrueColor_1=function(){return(ki=b._emscripten_bind_MdDbText_SetTrueColor_1=b.asm.emscripten_bind_MdDbText_SetTrueColor_1).apply(null,
  203. arguments)},li=b._emscripten_bind_MdDbText_ColorIndex_0=function(){return(li=b._emscripten_bind_MdDbText_ColorIndex_0=b.asm.emscripten_bind_MdDbText_ColorIndex_0).apply(null,arguments)},mi=b._emscripten_bind_MdDbText_SetColorIndex_1=function(){return(mi=b._emscripten_bind_MdDbText_SetColorIndex_1=b.asm.emscripten_bind_MdDbText_SetColorIndex_1).apply(null,arguments)},ni=b._emscripten_bind_MdDbText_Layer_0=function(){return(ni=b._emscripten_bind_MdDbText_Layer_0=b.asm.emscripten_bind_MdDbText_Layer_0).apply(null,
  204. arguments)},oi=b._emscripten_bind_MdDbText_SetLayer_1=function(){return(oi=b._emscripten_bind_MdDbText_SetLayer_1=b.asm.emscripten_bind_MdDbText_SetLayer_1).apply(null,arguments)},pi=b._emscripten_bind_MdDbText_LinetypeScale_0=function(){return(pi=b._emscripten_bind_MdDbText_LinetypeScale_0=b.asm.emscripten_bind_MdDbText_LinetypeScale_0).apply(null,arguments)},qi=b._emscripten_bind_MdDbText_SetLinetypeScale_1=function(){return(qi=b._emscripten_bind_MdDbText_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbText_SetLinetypeScale_1).apply(null,
  205. arguments)},ri=b._emscripten_bind_MdDbText_Visible_0=function(){return(ri=b._emscripten_bind_MdDbText_Visible_0=b.asm.emscripten_bind_MdDbText_Visible_0).apply(null,arguments)},si=b._emscripten_bind_MdDbText_SetVisible_1=function(){return(si=b._emscripten_bind_MdDbText_SetVisible_1=b.asm.emscripten_bind_MdDbText_SetVisible_1).apply(null,arguments)},ti=b._emscripten_bind_MdDbText_Lineweight_0=function(){return(ti=b._emscripten_bind_MdDbText_Lineweight_0=b.asm.emscripten_bind_MdDbText_Lineweight_0).apply(null,
  206. arguments)},ui=b._emscripten_bind_MdDbText_SetLineweight_1=function(){return(ui=b._emscripten_bind_MdDbText_SetLineweight_1=b.asm.emscripten_bind_MdDbText_SetLineweight_1).apply(null,arguments)},vi=b._emscripten_bind_MdDbText_TextStyle_0=function(){return(vi=b._emscripten_bind_MdDbText_TextStyle_0=b.asm.emscripten_bind_MdDbText_TextStyle_0).apply(null,arguments)},wi=b._emscripten_bind_MdDbText_SetTextStyle_1=function(){return(wi=b._emscripten_bind_MdDbText_SetTextStyle_1=b.asm.emscripten_bind_MdDbText_SetTextStyle_1).apply(null,
  207. arguments)},xi=b._emscripten_bind_MdDbText_Highlight_1=function(){return(xi=b._emscripten_bind_MdDbText_Highlight_1=b.asm.emscripten_bind_MdDbText_Highlight_1).apply(null,arguments)},yi=b._emscripten_bind_MdDbText_Move_2=function(){return(yi=b._emscripten_bind_MdDbText_Move_2=b.asm.emscripten_bind_MdDbText_Move_2).apply(null,arguments)},zi=b._emscripten_bind_MdDbText_Rotate_2=function(){return(zi=b._emscripten_bind_MdDbText_Rotate_2=b.asm.emscripten_bind_MdDbText_Rotate_2).apply(null,arguments)},
  208. Ai=b._emscripten_bind_MdDbText_Mirror_2=function(){return(Ai=b._emscripten_bind_MdDbText_Mirror_2=b.asm.emscripten_bind_MdDbText_Mirror_2).apply(null,arguments)},Bi=b._emscripten_bind_MdDbText_ScaleEntity_2=function(){return(Bi=b._emscripten_bind_MdDbText_ScaleEntity_2=b.asm.emscripten_bind_MdDbText_ScaleEntity_2).apply(null,arguments)},Ci=b._emscripten_bind_MdDbText_TransformBy_1=function(){return(Ci=b._emscripten_bind_MdDbText_TransformBy_1=b.asm.emscripten_bind_MdDbText_TransformBy_1).apply(null,
  209. arguments)},Di=b._emscripten_bind_MdDbText_GetBoundingBox_0=function(){return(Di=b._emscripten_bind_MdDbText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbText_GetBoundingBox_0).apply(null,arguments)},Ei=b._emscripten_bind_MdDbText_GetXData_1=function(){return(Ei=b._emscripten_bind_MdDbText_GetXData_1=b.asm.emscripten_bind_MdDbText_GetXData_1).apply(null,arguments)},Fi=b._emscripten_bind_MdDbText_SetXData_1=function(){return(Fi=b._emscripten_bind_MdDbText_SetXData_1=b.asm.emscripten_bind_MdDbText_SetXData_1).apply(null,
  210. arguments)},Gi=b._emscripten_bind_MdDbText_GetxDataString_2=function(){return(Gi=b._emscripten_bind_MdDbText_GetxDataString_2=b.asm.emscripten_bind_MdDbText_GetxDataString_2).apply(null,arguments)},Hi=b._emscripten_bind_MdDbText_SetxDataString_3=function(){return(Hi=b._emscripten_bind_MdDbText_SetxDataString_3=b.asm.emscripten_bind_MdDbText_SetxDataString_3).apply(null,arguments)},Ii=b._emscripten_bind_MdDbText_GetxDataDouble_2=function(){return(Ii=b._emscripten_bind_MdDbText_GetxDataDouble_2=b.asm.emscripten_bind_MdDbText_GetxDataDouble_2).apply(null,
  211. arguments)},Ji=b._emscripten_bind_MdDbText_SetxDataDouble_3=function(){return(Ji=b._emscripten_bind_MdDbText_SetxDataDouble_3=b.asm.emscripten_bind_MdDbText_SetxDataDouble_3).apply(null,arguments)},Ki=b._emscripten_bind_MdDbText_GetxDataLong_2=function(){return(Ki=b._emscripten_bind_MdDbText_GetxDataLong_2=b.asm.emscripten_bind_MdDbText_GetxDataLong_2).apply(null,arguments)},Li=b._emscripten_bind_MdDbText_SetxDataLong_3=function(){return(Li=b._emscripten_bind_MdDbText_SetxDataLong_3=b.asm.emscripten_bind_MdDbText_SetxDataLong_3).apply(null,
  212. arguments)},Mi=b._emscripten_bind_MdDbText_GetxDataPoint_2=function(){return(Mi=b._emscripten_bind_MdDbText_GetxDataPoint_2=b.asm.emscripten_bind_MdDbText_GetxDataPoint_2).apply(null,arguments)},Ni=b._emscripten_bind_MdDbText_SetxDataPoint_3=function(){return(Ni=b._emscripten_bind_MdDbText_SetxDataPoint_3=b.asm.emscripten_bind_MdDbText_SetxDataPoint_3).apply(null,arguments)},Oi=b._emscripten_bind_MdDbText_DeleteXData_1=function(){return(Oi=b._emscripten_bind_MdDbText_DeleteXData_1=b.asm.emscripten_bind_MdDbText_DeleteXData_1).apply(null,
  213. arguments)},Pi=b._emscripten_bind_MdDbText_GetAllAppName_0=function(){return(Pi=b._emscripten_bind_MdDbText_GetAllAppName_0=b.asm.emscripten_bind_MdDbText_GetAllAppName_0).apply(null,arguments)},Qi=b._emscripten_bind_MdDbText_LayerId_0=function(){return(Qi=b._emscripten_bind_MdDbText_LayerId_0=b.asm.emscripten_bind_MdDbText_LayerId_0).apply(null,arguments)},Ri=b._emscripten_bind_MdDbText_SetLayerId_1=function(){return(Ri=b._emscripten_bind_MdDbText_SetLayerId_1=b.asm.emscripten_bind_MdDbText_SetLayerId_1).apply(null,
  214. arguments)},Si=b._emscripten_bind_MdDbText_LinetypeId_0=function(){return(Si=b._emscripten_bind_MdDbText_LinetypeId_0=b.asm.emscripten_bind_MdDbText_LinetypeId_0).apply(null,arguments)},Ti=b._emscripten_bind_MdDbText_SetLinetypeId_1=function(){return(Ti=b._emscripten_bind_MdDbText_SetLinetypeId_1=b.asm.emscripten_bind_MdDbText_SetLinetypeId_1).apply(null,arguments)},Ui=b._emscripten_bind_MdDbText_Linetype_0=function(){return(Ui=b._emscripten_bind_MdDbText_Linetype_0=b.asm.emscripten_bind_MdDbText_Linetype_0).apply(null,
  215. arguments)},Vi=b._emscripten_bind_MdDbText_SetLinetype_1=function(){return(Vi=b._emscripten_bind_MdDbText_SetLinetype_1=b.asm.emscripten_bind_MdDbText_SetLinetype_1).apply(null,arguments)},Wi=b._emscripten_bind_MdDbText_TextStyleId_0=function(){return(Wi=b._emscripten_bind_MdDbText_TextStyleId_0=b.asm.emscripten_bind_MdDbText_TextStyleId_0).apply(null,arguments)},Xi=b._emscripten_bind_MdDbText_SetTextStyleId_1=function(){return(Xi=b._emscripten_bind_MdDbText_SetTextStyleId_1=b.asm.emscripten_bind_MdDbText_SetTextStyleId_1).apply(null,
  216. arguments)},Yi=b._emscripten_bind_MdDbText_IntersectWith_2=function(){return(Yi=b._emscripten_bind_MdDbText_IntersectWith_2=b.asm.emscripten_bind_MdDbText_IntersectWith_2).apply(null,arguments)},Zi=b._emscripten_bind_MdDbText_getArea_0=function(){return(Zi=b._emscripten_bind_MdDbText_getArea_0=b.asm.emscripten_bind_MdDbText_getArea_0).apply(null,arguments)},$i=b._emscripten_bind_MdDbText_disableUpdateDisplay_1=function(){return($i=b._emscripten_bind_MdDbText_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbText_disableUpdateDisplay_1).apply(null,
  217. arguments)},aj=b._emscripten_bind_MdDbText_isPropertiesWindowCustom_0=function(){return(aj=b._emscripten_bind_MdDbText_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbText_isPropertiesWindowCustom_0).apply(null,arguments)},bj=b._emscripten_bind_MdDbText_setPropertiesWindowCustom_1=function(){return(bj=b._emscripten_bind_MdDbText_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbText_setPropertiesWindowCustom_1).apply(null,arguments)},cj=b._emscripten_bind_MdDbText_updateDisplay_0=function(){return(cj=
  218. b._emscripten_bind_MdDbText_updateDisplay_0=b.asm.emscripten_bind_MdDbText_updateDisplay_0).apply(null,arguments)},dj=b._emscripten_bind_MdDbText_DrawOrder_0=function(){return(dj=b._emscripten_bind_MdDbText_DrawOrder_0=b.asm.emscripten_bind_MdDbText_DrawOrder_0).apply(null,arguments)},ej=b._emscripten_bind_MdDbText_SetDrawOrder_1=function(){return(ej=b._emscripten_bind_MdDbText_SetDrawOrder_1=b.asm.emscripten_bind_MdDbText_SetDrawOrder_1).apply(null,arguments)},fj=b._emscripten_bind_MdDbText_GetObjectID_0=
  219. function(){return(fj=b._emscripten_bind_MdDbText_GetObjectID_0=b.asm.emscripten_bind_MdDbText_GetObjectID_0).apply(null,arguments)},gj=b._emscripten_bind_MdDbText_Erase_0=function(){return(gj=b._emscripten_bind_MdDbText_Erase_0=b.asm.emscripten_bind_MdDbText_Erase_0).apply(null,arguments)},hj=b._emscripten_bind_MdDbText_isErased_0=function(){return(hj=b._emscripten_bind_MdDbText_isErased_0=b.asm.emscripten_bind_MdDbText_isErased_0).apply(null,arguments)},ij=b._emscripten_bind_MdDbText_unErase_0=function(){return(ij=
  220. b._emscripten_bind_MdDbText_unErase_0=b.asm.emscripten_bind_MdDbText_unErase_0).apply(null,arguments)},jj=b._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(jj=b._emscripten_bind_MdDbText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},kj=b._emscripten_bind_MdDbText_GetExtensionDictionary_0=function(){return(kj=b._emscripten_bind_MdDbText_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbText_GetExtensionDictionary_0).apply(null,
  221. arguments)},lj=b._emscripten_bind_MdDbText_CreateExtensionDictionary_0=function(){return(lj=b._emscripten_bind_MdDbText_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbText_CreateExtensionDictionary_0).apply(null,arguments)},mj=b._emscripten_bind_MdDbText_IsHaveExtensionDictionary_0=function(){return(mj=b._emscripten_bind_MdDbText_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbText_IsHaveExtensionDictionary_0).apply(null,arguments)},nj=b._emscripten_bind_MdDbText_Clone_0=function(){return(nj=
  222. b._emscripten_bind_MdDbText_Clone_0=b.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},oj=b._emscripten_bind_MdDbText_GetHandle_0=function(){return(oj=b._emscripten_bind_MdDbText_GetHandle_0=b.asm.emscripten_bind_MdDbText_GetHandle_0).apply(null,arguments)},pj=b._emscripten_bind_MdDbText_GetDatabase_0=function(){return(pj=b._emscripten_bind_MdDbText_GetDatabase_0=b.asm.emscripten_bind_MdDbText_GetDatabase_0).apply(null,arguments)},qj=b._emscripten_bind_MdDbText_GetDatabaseIndexId_0=function(){return(qj=
  223. b._emscripten_bind_MdDbText_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbText_GetDatabaseIndexId_0).apply(null,arguments)},rj=b._emscripten_bind_MdDbText_GetOwnerID_0=function(){return(rj=b._emscripten_bind_MdDbText_GetOwnerID_0=b.asm.emscripten_bind_MdDbText_GetOwnerID_0).apply(null,arguments)},sj=b._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(sj=b._emscripten_bind_MdDbText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,arguments)},tj=b._emscripten_bind_MdDbText_getGripPoints_0=
  224. function(){return(tj=b._emscripten_bind_MdDbText_getGripPoints_0=b.asm.emscripten_bind_MdDbText_getGripPoints_0).apply(null,arguments)},uj=b._emscripten_bind_MdDbText_getObjectName_0=function(){return(uj=b._emscripten_bind_MdDbText_getObjectName_0=b.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},vj=b._emscripten_bind_MdDbText_getDxf0_0=function(){return(vj=b._emscripten_bind_MdDbText_getDxf0_0=b.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},wj=b._emscripten_bind_MdDbText_getCustomEntityTypeName_0=
  225. function(){return(wj=b._emscripten_bind_MdDbText_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbText_getCustomEntityTypeName_0).apply(null,arguments)},xj=b._emscripten_bind_MdDbText_getCustomEntityid_0=function(){return(xj=b._emscripten_bind_MdDbText_getCustomEntityid_0=b.asm.emscripten_bind_MdDbText_getCustomEntityid_0).apply(null,arguments)},yj=b._emscripten_bind_MdDbText_getCustomEntityTempid_0=function(){return(yj=b._emscripten_bind_MdDbText_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbText_getCustomEntityTempid_0).apply(null,
  226. arguments)},zj=b._emscripten_bind_MdDbText_setCustomEntityTempid_1=function(){return(zj=b._emscripten_bind_MdDbText_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbText_setCustomEntityTempid_1).apply(null,arguments)},Aj=b._emscripten_bind_MdDbText_getJson_0=function(){return(Aj=b._emscripten_bind_MdDbText_getJson_0=b.asm.emscripten_bind_MdDbText_getJson_0).apply(null,arguments)},Bj=b._emscripten_bind_MdDbText_setJson_1=function(){return(Bj=b._emscripten_bind_MdDbText_setJson_1=b.asm.emscripten_bind_MdDbText_setJson_1).apply(null,
  227. arguments)},Cj=b._emscripten_bind_MdDbText_isKindOf_1=function(){return(Cj=b._emscripten_bind_MdDbText_isKindOf_1=b.asm.emscripten_bind_MdDbText_isKindOf_1).apply(null,arguments)},Dj=b._emscripten_bind_MdDbText_isNull_0=function(){return(Dj=b._emscripten_bind_MdDbText_isNull_0=b.asm.emscripten_bind_MdDbText_isNull_0).apply(null,arguments)},Ej=b._emscripten_bind_MdDbText___destroy___0=function(){return(Ej=b._emscripten_bind_MdDbText___destroy___0=b.asm.emscripten_bind_MdDbText___destroy___0).apply(null,
  228. arguments)},Fj=b._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(Fj=b._emscripten_bind_MdDbDimension_MdDbDimension_0=b.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,arguments)},Gj=b._emscripten_bind_MdDbDimension_textPosition_0=function(){return(Gj=b._emscripten_bind_MdDbDimension_textPosition_0=b.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},Hj=b._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(Hj=b._emscripten_bind_MdDbDimension_setTextPosition_1=
  229. b.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},Ij=b._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(Ij=b._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},Jj=b._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(Jj=b._emscripten_bind_MdDbDimension_useSetTextPosition_0=b.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,
  230. arguments)},Kj=b._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(Kj=b._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,arguments)},Lj=b._emscripten_bind_MdDbDimension_elevation_0=function(){return(Lj=b._emscripten_bind_MdDbDimension_elevation_0=b.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},Mj=b._emscripten_bind_MdDbDimension_setElevation_1=function(){return(Mj=b._emscripten_bind_MdDbDimension_setElevation_1=
  231. b.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},Nj=b._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(Nj=b._emscripten_bind_MdDbDimension_dimensionText_0=b.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},Oj=b._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(Oj=b._emscripten_bind_MdDbDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},Pj=b._emscripten_bind_MdDbDimension_textRotation_0=
  232. function(){return(Pj=b._emscripten_bind_MdDbDimension_textRotation_0=b.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},Qj=b._emscripten_bind_MdDbDimension_setTextRotation_1=function(){return(Qj=b._emscripten_bind_MdDbDimension_setTextRotation_1=b.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},Rj=b._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(Rj=b._emscripten_bind_MdDbDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,
  233. arguments)},Sj=b._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(Sj=b._emscripten_bind_MdDbDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,arguments)},Tj=b._emscripten_bind_MdDbDimension_textAttachment_0=function(){return(Tj=b._emscripten_bind_MdDbDimension_textAttachment_0=b.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},Uj=b._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(Uj=b._emscripten_bind_MdDbDimension_setTextAttachment_1=
  234. b.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Vj=b._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Vj=b._emscripten_bind_MdDbDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,arguments)},Wj=b._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Wj=b._emscripten_bind_MdDbDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,
  235. arguments)},Xj=b._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return(Xj=b._emscripten_bind_MdDbDimension_recomputeDimBlock_1=b.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,arguments)},Yj=b._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(Yj=b._emscripten_bind_MdDbDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},Zj=b._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(Zj=b._emscripten_bind_MdDbDimension_SetDimVarInt_2=
  236. b.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},ak=b._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(ak=b._emscripten_bind_MdDbDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,arguments)},bk=b._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(bk=b._emscripten_bind_MdDbDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},ck=b._emscripten_bind_MdDbDimension_GetDimVarString_1=
  237. function(){return(ck=b._emscripten_bind_MdDbDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},dk=b._emscripten_bind_MdDbDimension_SetDimVarString_2=function(){return(dk=b._emscripten_bind_MdDbDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},ek=b._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(ek=b._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,
  238. arguments)},fk=b._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return(fk=b._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,arguments)},gk=b._emscripten_bind_MdDbDimension_GetAllText_0=function(){return(gk=b._emscripten_bind_MdDbDimension_GetAllText_0=b.asm.emscripten_bind_MdDbDimension_GetAllText_0).apply(null,arguments)},hk=b._emscripten_bind_MdDbDimension_explode_0=function(){return(hk=b._emscripten_bind_MdDbDimension_explode_0=
  239. b.asm.emscripten_bind_MdDbDimension_explode_0).apply(null,arguments)},ik=b._emscripten_bind_MdDbDimension_TrueColor_0=function(){return(ik=b._emscripten_bind_MdDbDimension_TrueColor_0=b.asm.emscripten_bind_MdDbDimension_TrueColor_0).apply(null,arguments)},jk=b._emscripten_bind_MdDbDimension_SetTrueColor_1=function(){return(jk=b._emscripten_bind_MdDbDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbDimension_SetTrueColor_1).apply(null,arguments)},kk=b._emscripten_bind_MdDbDimension_ColorIndex_0=function(){return(kk=
  240. b._emscripten_bind_MdDbDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbDimension_ColorIndex_0).apply(null,arguments)},lk=b._emscripten_bind_MdDbDimension_SetColorIndex_1=function(){return(lk=b._emscripten_bind_MdDbDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbDimension_SetColorIndex_1).apply(null,arguments)},mk=b._emscripten_bind_MdDbDimension_Layer_0=function(){return(mk=b._emscripten_bind_MdDbDimension_Layer_0=b.asm.emscripten_bind_MdDbDimension_Layer_0).apply(null,arguments)},nk=b._emscripten_bind_MdDbDimension_SetLayer_1=
  241. function(){return(nk=b._emscripten_bind_MdDbDimension_SetLayer_1=b.asm.emscripten_bind_MdDbDimension_SetLayer_1).apply(null,arguments)},ok=b._emscripten_bind_MdDbDimension_LinetypeScale_0=function(){return(ok=b._emscripten_bind_MdDbDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbDimension_LinetypeScale_0).apply(null,arguments)},pk=b._emscripten_bind_MdDbDimension_SetLinetypeScale_1=function(){return(pk=b._emscripten_bind_MdDbDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbDimension_SetLinetypeScale_1).apply(null,
  242. arguments)},qk=b._emscripten_bind_MdDbDimension_Visible_0=function(){return(qk=b._emscripten_bind_MdDbDimension_Visible_0=b.asm.emscripten_bind_MdDbDimension_Visible_0).apply(null,arguments)},rk=b._emscripten_bind_MdDbDimension_SetVisible_1=function(){return(rk=b._emscripten_bind_MdDbDimension_SetVisible_1=b.asm.emscripten_bind_MdDbDimension_SetVisible_1).apply(null,arguments)},sk=b._emscripten_bind_MdDbDimension_Lineweight_0=function(){return(sk=b._emscripten_bind_MdDbDimension_Lineweight_0=b.asm.emscripten_bind_MdDbDimension_Lineweight_0).apply(null,
  243. arguments)},tk=b._emscripten_bind_MdDbDimension_SetLineweight_1=function(){return(tk=b._emscripten_bind_MdDbDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbDimension_SetLineweight_1).apply(null,arguments)},uk=b._emscripten_bind_MdDbDimension_TextStyle_0=function(){return(uk=b._emscripten_bind_MdDbDimension_TextStyle_0=b.asm.emscripten_bind_MdDbDimension_TextStyle_0).apply(null,arguments)},vk=b._emscripten_bind_MdDbDimension_SetTextStyle_1=function(){return(vk=b._emscripten_bind_MdDbDimension_SetTextStyle_1=
  244. b.asm.emscripten_bind_MdDbDimension_SetTextStyle_1).apply(null,arguments)},wk=b._emscripten_bind_MdDbDimension_Highlight_1=function(){return(wk=b._emscripten_bind_MdDbDimension_Highlight_1=b.asm.emscripten_bind_MdDbDimension_Highlight_1).apply(null,arguments)},xk=b._emscripten_bind_MdDbDimension_Move_2=function(){return(xk=b._emscripten_bind_MdDbDimension_Move_2=b.asm.emscripten_bind_MdDbDimension_Move_2).apply(null,arguments)},yk=b._emscripten_bind_MdDbDimension_Rotate_2=function(){return(yk=b._emscripten_bind_MdDbDimension_Rotate_2=
  245. b.asm.emscripten_bind_MdDbDimension_Rotate_2).apply(null,arguments)},zk=b._emscripten_bind_MdDbDimension_Mirror_2=function(){return(zk=b._emscripten_bind_MdDbDimension_Mirror_2=b.asm.emscripten_bind_MdDbDimension_Mirror_2).apply(null,arguments)},Ak=b._emscripten_bind_MdDbDimension_ScaleEntity_2=function(){return(Ak=b._emscripten_bind_MdDbDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbDimension_ScaleEntity_2).apply(null,arguments)},Bk=b._emscripten_bind_MdDbDimension_TransformBy_1=function(){return(Bk=
  246. b._emscripten_bind_MdDbDimension_TransformBy_1=b.asm.emscripten_bind_MdDbDimension_TransformBy_1).apply(null,arguments)},Ck=b._emscripten_bind_MdDbDimension_GetBoundingBox_0=function(){return(Ck=b._emscripten_bind_MdDbDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbDimension_GetBoundingBox_0).apply(null,arguments)},Dk=b._emscripten_bind_MdDbDimension_GetXData_1=function(){return(Dk=b._emscripten_bind_MdDbDimension_GetXData_1=b.asm.emscripten_bind_MdDbDimension_GetXData_1).apply(null,arguments)},
  247. Ek=b._emscripten_bind_MdDbDimension_SetXData_1=function(){return(Ek=b._emscripten_bind_MdDbDimension_SetXData_1=b.asm.emscripten_bind_MdDbDimension_SetXData_1).apply(null,arguments)},Fk=b._emscripten_bind_MdDbDimension_GetxDataString_2=function(){return(Fk=b._emscripten_bind_MdDbDimension_GetxDataString_2=b.asm.emscripten_bind_MdDbDimension_GetxDataString_2).apply(null,arguments)},Gk=b._emscripten_bind_MdDbDimension_SetxDataString_3=function(){return(Gk=b._emscripten_bind_MdDbDimension_SetxDataString_3=
  248. b.asm.emscripten_bind_MdDbDimension_SetxDataString_3).apply(null,arguments)},Hk=b._emscripten_bind_MdDbDimension_GetxDataDouble_2=function(){return(Hk=b._emscripten_bind_MdDbDimension_GetxDataDouble_2=b.asm.emscripten_bind_MdDbDimension_GetxDataDouble_2).apply(null,arguments)},Ik=b._emscripten_bind_MdDbDimension_SetxDataDouble_3=function(){return(Ik=b._emscripten_bind_MdDbDimension_SetxDataDouble_3=b.asm.emscripten_bind_MdDbDimension_SetxDataDouble_3).apply(null,arguments)},Jk=b._emscripten_bind_MdDbDimension_GetxDataLong_2=
  249. function(){return(Jk=b._emscripten_bind_MdDbDimension_GetxDataLong_2=b.asm.emscripten_bind_MdDbDimension_GetxDataLong_2).apply(null,arguments)},Kk=b._emscripten_bind_MdDbDimension_SetxDataLong_3=function(){return(Kk=b._emscripten_bind_MdDbDimension_SetxDataLong_3=b.asm.emscripten_bind_MdDbDimension_SetxDataLong_3).apply(null,arguments)},Lk=b._emscripten_bind_MdDbDimension_GetxDataPoint_2=function(){return(Lk=b._emscripten_bind_MdDbDimension_GetxDataPoint_2=b.asm.emscripten_bind_MdDbDimension_GetxDataPoint_2).apply(null,
  250. arguments)},Mk=b._emscripten_bind_MdDbDimension_SetxDataPoint_3=function(){return(Mk=b._emscripten_bind_MdDbDimension_SetxDataPoint_3=b.asm.emscripten_bind_MdDbDimension_SetxDataPoint_3).apply(null,arguments)},Nk=b._emscripten_bind_MdDbDimension_DeleteXData_1=function(){return(Nk=b._emscripten_bind_MdDbDimension_DeleteXData_1=b.asm.emscripten_bind_MdDbDimension_DeleteXData_1).apply(null,arguments)},Ok=b._emscripten_bind_MdDbDimension_GetAllAppName_0=function(){return(Ok=b._emscripten_bind_MdDbDimension_GetAllAppName_0=
  251. b.asm.emscripten_bind_MdDbDimension_GetAllAppName_0).apply(null,arguments)},Pk=b._emscripten_bind_MdDbDimension_LayerId_0=function(){return(Pk=b._emscripten_bind_MdDbDimension_LayerId_0=b.asm.emscripten_bind_MdDbDimension_LayerId_0).apply(null,arguments)},Qk=b._emscripten_bind_MdDbDimension_SetLayerId_1=function(){return(Qk=b._emscripten_bind_MdDbDimension_SetLayerId_1=b.asm.emscripten_bind_MdDbDimension_SetLayerId_1).apply(null,arguments)},Rk=b._emscripten_bind_MdDbDimension_LinetypeId_0=function(){return(Rk=
  252. b._emscripten_bind_MdDbDimension_LinetypeId_0=b.asm.emscripten_bind_MdDbDimension_LinetypeId_0).apply(null,arguments)},Sk=b._emscripten_bind_MdDbDimension_SetLinetypeId_1=function(){return(Sk=b._emscripten_bind_MdDbDimension_SetLinetypeId_1=b.asm.emscripten_bind_MdDbDimension_SetLinetypeId_1).apply(null,arguments)},Tk=b._emscripten_bind_MdDbDimension_Linetype_0=function(){return(Tk=b._emscripten_bind_MdDbDimension_Linetype_0=b.asm.emscripten_bind_MdDbDimension_Linetype_0).apply(null,arguments)},Uk=
  253. b._emscripten_bind_MdDbDimension_SetLinetype_1=function(){return(Uk=b._emscripten_bind_MdDbDimension_SetLinetype_1=b.asm.emscripten_bind_MdDbDimension_SetLinetype_1).apply(null,arguments)},Vk=b._emscripten_bind_MdDbDimension_TextStyleId_0=function(){return(Vk=b._emscripten_bind_MdDbDimension_TextStyleId_0=b.asm.emscripten_bind_MdDbDimension_TextStyleId_0).apply(null,arguments)},Wk=b._emscripten_bind_MdDbDimension_SetTextStyleId_1=function(){return(Wk=b._emscripten_bind_MdDbDimension_SetTextStyleId_1=
  254. b.asm.emscripten_bind_MdDbDimension_SetTextStyleId_1).apply(null,arguments)},Xk=b._emscripten_bind_MdDbDimension_IntersectWith_2=function(){return(Xk=b._emscripten_bind_MdDbDimension_IntersectWith_2=b.asm.emscripten_bind_MdDbDimension_IntersectWith_2).apply(null,arguments)},Yk=b._emscripten_bind_MdDbDimension_getArea_0=function(){return(Yk=b._emscripten_bind_MdDbDimension_getArea_0=b.asm.emscripten_bind_MdDbDimension_getArea_0).apply(null,arguments)},Zk=b._emscripten_bind_MdDbDimension_disableUpdateDisplay_1=
  255. function(){return(Zk=b._emscripten_bind_MdDbDimension_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbDimension_disableUpdateDisplay_1).apply(null,arguments)},$k=b._emscripten_bind_MdDbDimension_isPropertiesWindowCustom_0=function(){return($k=b._emscripten_bind_MdDbDimension_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbDimension_isPropertiesWindowCustom_0).apply(null,arguments)},al=b._emscripten_bind_MdDbDimension_setPropertiesWindowCustom_1=function(){return(al=b._emscripten_bind_MdDbDimension_setPropertiesWindowCustom_1=
  256. b.asm.emscripten_bind_MdDbDimension_setPropertiesWindowCustom_1).apply(null,arguments)},bl=b._emscripten_bind_MdDbDimension_updateDisplay_0=function(){return(bl=b._emscripten_bind_MdDbDimension_updateDisplay_0=b.asm.emscripten_bind_MdDbDimension_updateDisplay_0).apply(null,arguments)},cl=b._emscripten_bind_MdDbDimension_DrawOrder_0=function(){return(cl=b._emscripten_bind_MdDbDimension_DrawOrder_0=b.asm.emscripten_bind_MdDbDimension_DrawOrder_0).apply(null,arguments)},dl=b._emscripten_bind_MdDbDimension_SetDrawOrder_1=
  257. function(){return(dl=b._emscripten_bind_MdDbDimension_SetDrawOrder_1=b.asm.emscripten_bind_MdDbDimension_SetDrawOrder_1).apply(null,arguments)},el=b._emscripten_bind_MdDbDimension_GetObjectID_0=function(){return(el=b._emscripten_bind_MdDbDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbDimension_GetObjectID_0).apply(null,arguments)},fl=b._emscripten_bind_MdDbDimension_Erase_0=function(){return(fl=b._emscripten_bind_MdDbDimension_Erase_0=b.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,arguments)},
  258. gl=b._emscripten_bind_MdDbDimension_isErased_0=function(){return(gl=b._emscripten_bind_MdDbDimension_isErased_0=b.asm.emscripten_bind_MdDbDimension_isErased_0).apply(null,arguments)},hl=b._emscripten_bind_MdDbDimension_unErase_0=function(){return(hl=b._emscripten_bind_MdDbDimension_unErase_0=b.asm.emscripten_bind_MdDbDimension_unErase_0).apply(null,arguments)},il=b._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(il=b._emscripten_bind_MdDbDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,
  259. arguments)},jl=b._emscripten_bind_MdDbDimension_GetExtensionDictionary_0=function(){return(jl=b._emscripten_bind_MdDbDimension_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbDimension_GetExtensionDictionary_0).apply(null,arguments)},kl=b._emscripten_bind_MdDbDimension_CreateExtensionDictionary_0=function(){return(kl=b._emscripten_bind_MdDbDimension_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbDimension_CreateExtensionDictionary_0).apply(null,arguments)},ll=b._emscripten_bind_MdDbDimension_IsHaveExtensionDictionary_0=
  260. function(){return(ll=b._emscripten_bind_MdDbDimension_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbDimension_IsHaveExtensionDictionary_0).apply(null,arguments)},ml=b._emscripten_bind_MdDbDimension_Clone_0=function(){return(ml=b._emscripten_bind_MdDbDimension_Clone_0=b.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},nl=b._emscripten_bind_MdDbDimension_GetHandle_0=function(){return(nl=b._emscripten_bind_MdDbDimension_GetHandle_0=b.asm.emscripten_bind_MdDbDimension_GetHandle_0).apply(null,
  261. arguments)},ol=b._emscripten_bind_MdDbDimension_GetDatabase_0=function(){return(ol=b._emscripten_bind_MdDbDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbDimension_GetDatabase_0).apply(null,arguments)},pl=b._emscripten_bind_MdDbDimension_GetDatabaseIndexId_0=function(){return(pl=b._emscripten_bind_MdDbDimension_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbDimension_GetDatabaseIndexId_0).apply(null,arguments)},ql=b._emscripten_bind_MdDbDimension_GetOwnerID_0=function(){return(ql=b._emscripten_bind_MdDbDimension_GetOwnerID_0=
  262. b.asm.emscripten_bind_MdDbDimension_GetOwnerID_0).apply(null,arguments)},rl=b._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(rl=b._emscripten_bind_MdDbDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,arguments)},sl=b._emscripten_bind_MdDbDimension_getGripPoints_0=function(){return(sl=b._emscripten_bind_MdDbDimension_getGripPoints_0=b.asm.emscripten_bind_MdDbDimension_getGripPoints_0).apply(null,arguments)},tl=b._emscripten_bind_MdDbDimension_getObjectName_0=
  263. function(){return(tl=b._emscripten_bind_MdDbDimension_getObjectName_0=b.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},ul=b._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(ul=b._emscripten_bind_MdDbDimension_getDxf0_0=b.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},vl=b._emscripten_bind_MdDbDimension_getCustomEntityTypeName_0=function(){return(vl=b._emscripten_bind_MdDbDimension_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbDimension_getCustomEntityTypeName_0).apply(null,
  264. arguments)},wl=b._emscripten_bind_MdDbDimension_getCustomEntityid_0=function(){return(wl=b._emscripten_bind_MdDbDimension_getCustomEntityid_0=b.asm.emscripten_bind_MdDbDimension_getCustomEntityid_0).apply(null,arguments)},xl=b._emscripten_bind_MdDbDimension_getCustomEntityTempid_0=function(){return(xl=b._emscripten_bind_MdDbDimension_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbDimension_getCustomEntityTempid_0).apply(null,arguments)},yl=b._emscripten_bind_MdDbDimension_setCustomEntityTempid_1=
  265. function(){return(yl=b._emscripten_bind_MdDbDimension_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbDimension_setCustomEntityTempid_1).apply(null,arguments)},zl=b._emscripten_bind_MdDbDimension_getJson_0=function(){return(zl=b._emscripten_bind_MdDbDimension_getJson_0=b.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,arguments)},Al=b._emscripten_bind_MdDbDimension_setJson_1=function(){return(Al=b._emscripten_bind_MdDbDimension_setJson_1=b.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,
  266. arguments)},Bl=b._emscripten_bind_MdDbDimension_isKindOf_1=function(){return(Bl=b._emscripten_bind_MdDbDimension_isKindOf_1=b.asm.emscripten_bind_MdDbDimension_isKindOf_1).apply(null,arguments)},Cl=b._emscripten_bind_MdDbDimension_isNull_0=function(){return(Cl=b._emscripten_bind_MdDbDimension_isNull_0=b.asm.emscripten_bind_MdDbDimension_isNull_0).apply(null,arguments)},Dl=b._emscripten_bind_MdDbDimension___destroy___0=function(){return(Dl=b._emscripten_bind_MdDbDimension___destroy___0=b.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,
  267. arguments)},El=b._emscripten_bind_VoidPtr___destroy___0=function(){return(El=b._emscripten_bind_VoidPtr___destroy___0=b.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,arguments)},Fl=b._emscripten_bind_McApp_McApp_0=function(){return(Fl=b._emscripten_bind_McApp_McApp_0=b.asm.emscripten_bind_McApp_McApp_0).apply(null,arguments)},Gl=b._emscripten_bind_McApp_Init_0=function(){return(Gl=b._emscripten_bind_McApp_Init_0=b.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},Hl=b._emscripten_bind_McApp_CreateMxDraw_6=
  268. function(){return(Hl=b._emscripten_bind_McApp_CreateMxDraw_6=b.asm.emscripten_bind_McApp_CreateMxDraw_6).apply(null,arguments)},Il=b._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(Il=b._emscripten_bind_McApp_GetCurrentMxDraw_0=b.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,arguments)},Jl=b._emscripten_bind_McApp_DestroyObject_1=function(){return(Jl=b._emscripten_bind_McApp_DestroyObject_1=b.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},Kl=b._emscripten_bind_McApp_DestroyMdGePoint3d_1=
  269. function(){return(Kl=b._emscripten_bind_McApp_DestroyMdGePoint3d_1=b.asm.emscripten_bind_McApp_DestroyMdGePoint3d_1).apply(null,arguments)},Ll=b._emscripten_bind_McApp_DestroyMdGeLongArray_1=function(){return(Ll=b._emscripten_bind_McApp_DestroyMdGeLongArray_1=b.asm.emscripten_bind_McApp_DestroyMdGeLongArray_1).apply(null,arguments)},Ml=b._emscripten_bind_McApp_DestroyMdGeDoubleArray_1=function(){return(Ml=b._emscripten_bind_McApp_DestroyMdGeDoubleArray_1=b.asm.emscripten_bind_McApp_DestroyMdGeDoubleArray_1).apply(null,
  270. arguments)},Nl=b._emscripten_bind_McApp_DestroyMdGeStringArray_1=function(){return(Nl=b._emscripten_bind_McApp_DestroyMdGeStringArray_1=b.asm.emscripten_bind_McApp_DestroyMdGeStringArray_1).apply(null,arguments)},Ol=b._emscripten_bind_McApp_DestroyMdDbCustomEntityDwgFiler_1=function(){return(Ol=b._emscripten_bind_McApp_DestroyMdDbCustomEntityDwgFiler_1=b.asm.emscripten_bind_McApp_DestroyMdDbCustomEntityDwgFiler_1).apply(null,arguments)},Pl=b._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(Pl=
  271. b._emscripten_bind_McApp_mcedRGB2Index_4=b.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},Ql=b._emscripten_bind_McApp_setDefaultViewBackgroundColor_3=function(){return(Ql=b._emscripten_bind_McApp_setDefaultViewBackgroundColor_3=b.asm.emscripten_bind_McApp_setDefaultViewBackgroundColor_3).apply(null,arguments)},Rl=b._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(Rl=b._emscripten_bind_McApp_ObjectIdToObjectName_1=b.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,
  272. arguments)},Sl=b._emscripten_bind_McApp_GetVersionString_0=function(){return(Sl=b._emscripten_bind_McApp_GetVersionString_0=b.asm.emscripten_bind_McApp_GetVersionString_0).apply(null,arguments)},Tl=b._emscripten_bind_McApp_isObjectEraseSataus_1=function(){return(Tl=b._emscripten_bind_McApp_isObjectEraseSataus_1=b.asm.emscripten_bind_McApp_isObjectEraseSataus_1).apply(null,arguments)},Ul=b._emscripten_bind_McApp_ObjectIdIsKindOf_2=function(){return(Ul=b._emscripten_bind_McApp_ObjectIdIsKindOf_2=b.asm.emscripten_bind_McApp_ObjectIdIsKindOf_2).apply(null,
  273. arguments)},Vl=b._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(Vl=b._emscripten_bind_McApp_ObjectIdToMdObject_1=b.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Wl=b._emscripten_bind_McApp_ObjectIdToMdDbEntity_1=function(){return(Wl=b._emscripten_bind_McApp_ObjectIdToMdDbEntity_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbEntity_1).apply(null,arguments)},Xl=b._emscripten_bind_McApp_ObjectIdToMdDbCurve_1=function(){return(Xl=b._emscripten_bind_McApp_ObjectIdToMdDbCurve_1=
  274. b.asm.emscripten_bind_McApp_ObjectIdToMdDbCurve_1).apply(null,arguments)},Yl=b._emscripten_bind_McApp_ObjectIdToMdDbDimension_1=function(){return(Yl=b._emscripten_bind_McApp_ObjectIdToMdDbDimension_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbDimension_1).apply(null,arguments)},Zl=b._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(Zl=b._emscripten_bind_McApp_ObjectIdToMdDbLine_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},$l=b._emscripten_bind_McApp_ObjectIdToMdDbText_1=
  275. function(){return($l=b._emscripten_bind_McApp_ObjectIdToMdDbText_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},am=b._emscripten_bind_McApp_ObjectIdToMdDbAttribute_1=function(){return(am=b._emscripten_bind_McApp_ObjectIdToMdDbAttribute_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbAttribute_1).apply(null,arguments)},bm=b._emscripten_bind_McApp_ObjectIdToMdDbAttributeDefinition_1=function(){return(bm=b._emscripten_bind_McApp_ObjectIdToMdDbAttributeDefinition_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbAttributeDefinition_1).apply(null,
  276. arguments)},cm=b._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=function(){return(cm=b._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbPolyline_1).apply(null,arguments)},dm=b._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=function(){return(dm=b._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbCircle_1).apply(null,arguments)},em=b._emscripten_bind_McApp_ObjectIdToMdDbArc_1=function(){return(em=b._emscripten_bind_McApp_ObjectIdToMdDbArc_1=
  277. b.asm.emscripten_bind_McApp_ObjectIdToMdDbArc_1).apply(null,arguments)},fm=b._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=function(){return(fm=b._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1).apply(null,arguments)},gm=b._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=function(){return(gm=b._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1).apply(null,
  278. arguments)},hm=b._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=function(){return(hm=b._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1).apply(null,arguments)},im=b._emscripten_bind_McApp_ObjectIdToMdDbMText_1=function(){return(im=b._emscripten_bind_McApp_ObjectIdToMdDbMText_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbMText_1).apply(null,arguments)},jm=b._emscripten_bind_McApp_ObjectIdToMdDbEllipse_1=function(){return(jm=
  279. b._emscripten_bind_McApp_ObjectIdToMdDbEllipse_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbEllipse_1).apply(null,arguments)},km=b._emscripten_bind_McApp_ObjectIdToMdDbHatch_1=function(){return(km=b._emscripten_bind_McApp_ObjectIdToMdDbHatch_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbHatch_1).apply(null,arguments)},lm=b._emscripten_bind_McApp_ObjectIdToMdDbProxyEntity_1=function(){return(lm=b._emscripten_bind_McApp_ObjectIdToMdDbProxyEntity_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbProxyEntity_1).apply(null,
  280. arguments)},mm=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImage_1=function(){return(mm=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImage_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbRasterImage_1).apply(null,arguments)},nm=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImageDef_1=function(){return(nm=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImageDef_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbRasterImageDef_1).apply(null,arguments)},om=b._emscripten_bind_McApp_ObjectIdToMdDbCustomEntity_1=function(){return(om=
  281. b._emscripten_bind_McApp_ObjectIdToMdDbCustomEntity_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbCustomEntity_1).apply(null,arguments)},pm=b._emscripten_bind_McApp_ObjectIdToMdDbDictionary_1=function(){return(pm=b._emscripten_bind_McApp_ObjectIdToMdDbDictionary_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbDictionary_1).apply(null,arguments)},qm=b._emscripten_bind_McApp_ObjectIdToMdDbXrecord_1=function(){return(qm=b._emscripten_bind_McApp_ObjectIdToMdDbXrecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbXrecord_1).apply(null,
  282. arguments)},rm=b._emscripten_bind_McApp_ObjectIdToMdDbPoint_1=function(){return(rm=b._emscripten_bind_McApp_ObjectIdToMdDbPoint_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbPoint_1).apply(null,arguments)},sm=b._emscripten_bind_McApp_ObjectIdToMdDbBlockTableRecord_1=function(){return(sm=b._emscripten_bind_McApp_ObjectIdToMdDbBlockTableRecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbBlockTableRecord_1).apply(null,arguments)},tm=b._emscripten_bind_McApp_ObjectIdToMdDbLayerTableRecord_1=function(){return(tm=
  283. b._emscripten_bind_McApp_ObjectIdToMdDbLayerTableRecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbLayerTableRecord_1).apply(null,arguments)},um=b._emscripten_bind_McApp_ObjectIdToMdDbLinetypeTableRecord_1=function(){return(um=b._emscripten_bind_McApp_ObjectIdToMdDbLinetypeTableRecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbLinetypeTableRecord_1).apply(null,arguments)},wm=b._emscripten_bind_McApp_ObjectIdToMdDbTextStyleTableRecord_1=function(){return(wm=b._emscripten_bind_McApp_ObjectIdToMdDbTextStyleTableRecord_1=
  284. b.asm.emscripten_bind_McApp_ObjectIdToMdDbTextStyleTableRecord_1).apply(null,arguments)},xm=b._emscripten_bind_McApp_getLastCallResult_0=function(){return(xm=b._emscripten_bind_McApp_getLastCallResult_0=b.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,arguments)},ym=b._emscripten_bind_McApp_ThreadTaskAbortExit_0=function(){return(ym=b._emscripten_bind_McApp_ThreadTaskAbortExit_0=b.asm.emscripten_bind_McApp_ThreadTaskAbortExit_0).apply(null,arguments)},zm=b._emscripten_bind_McApp_setFontFilePath_1=
  285. function(){return(zm=b._emscripten_bind_McApp_setFontFilePath_1=b.asm.emscripten_bind_McApp_setFontFilePath_1).apply(null,arguments)},Am=b._emscripten_bind_McApp_addNetworkLoadingFont_1=function(){return(Am=b._emscripten_bind_McApp_addNetworkLoadingFont_1=b.asm.emscripten_bind_McApp_addNetworkLoadingFont_1).apply(null,arguments)},Bm=b._emscripten_bind_McApp_setDefaultTrueTypeFontFile_1=function(){return(Bm=b._emscripten_bind_McApp_setDefaultTrueTypeFontFile_1=b.asm.emscripten_bind_McApp_setDefaultTrueTypeFontFile_1).apply(null,
  286. arguments)},Cm=b._emscripten_bind_McApp___destroy___0=function(){return(Cm=b._emscripten_bind_McApp___destroy___0=b.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},Dm=b._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(Dm=b._emscripten_bind_MdCmColor_MdCmColor_0=b.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},Em=b._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(Em=b._emscripten_bind_MdCmColor_setColorIndex_1=b.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,
  287. arguments)},Fm=b._emscripten_bind_MdCmColor_setRGB_3=function(){return(Fm=b._emscripten_bind_MdCmColor_setRGB_3=b.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,arguments)},Gm=b._emscripten_bind_MdCmColor_getColorString_0=function(){return(Gm=b._emscripten_bind_MdCmColor_getColorString_0=b.asm.emscripten_bind_MdCmColor_getColorString_0).apply(null,arguments)},Hm=b._emscripten_bind_MdCmColor_getColorValue_2=function(){return(Hm=b._emscripten_bind_MdCmColor_getColorValue_2=b.asm.emscripten_bind_MdCmColor_getColorValue_2).apply(null,
  288. arguments)},Im=b._emscripten_bind_MdCmColor_get_red_0=function(){return(Im=b._emscripten_bind_MdCmColor_get_red_0=b.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},Jm=b._emscripten_bind_MdCmColor_set_red_1=function(){return(Jm=b._emscripten_bind_MdCmColor_set_red_1=b.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,arguments)},Km=b._emscripten_bind_MdCmColor_get_green_0=function(){return(Km=b._emscripten_bind_MdCmColor_get_green_0=b.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,
  289. arguments)},Lm=b._emscripten_bind_MdCmColor_set_green_1=function(){return(Lm=b._emscripten_bind_MdCmColor_set_green_1=b.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},Mm=b._emscripten_bind_MdCmColor_get_blue_0=function(){return(Mm=b._emscripten_bind_MdCmColor_get_blue_0=b.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,arguments)},Nm=b._emscripten_bind_MdCmColor_set_blue_1=function(){return(Nm=b._emscripten_bind_MdCmColor_set_blue_1=b.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,
  290. arguments)},Om=b._emscripten_bind_MdCmColor_get_method_0=function(){return(Om=b._emscripten_bind_MdCmColor_get_method_0=b.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},Pm=b._emscripten_bind_MdCmColor_set_method_1=function(){return(Pm=b._emscripten_bind_MdCmColor_set_method_1=b.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,arguments)},Qm=b._emscripten_bind_MdCmColor_get_n_0=function(){return(Qm=b._emscripten_bind_MdCmColor_get_n_0=b.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,
  291. arguments)},Rm=b._emscripten_bind_MdCmColor_set_n_1=function(){return(Rm=b._emscripten_bind_MdCmColor_set_n_1=b.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},Sm=b._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(Sm=b._emscripten_bind_MdCmColor_get_colorIndex_0=b.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,arguments)},Tm=b._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(Tm=b._emscripten_bind_MdCmColor_set_colorIndex_1=b.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,
  292. arguments)},Um=b._emscripten_bind_MdCmColor___destroy___0=function(){return(Um=b._emscripten_bind_MdCmColor___destroy___0=b.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},Vm=b._emscripten_bind_MdDbObjectArray_length_0=function(){return(Vm=b._emscripten_bind_MdDbObjectArray_length_0=b.asm.emscripten_bind_MdDbObjectArray_length_0).apply(null,arguments)},Wm=b._emscripten_bind_MdDbObjectArray_release_1=function(){return(Wm=b._emscripten_bind_MdDbObjectArray_release_1=b.asm.emscripten_bind_MdDbObjectArray_release_1).apply(null,
  293. arguments)},Xm=b._emscripten_bind_MdDbObjectArray_clear_0=function(){return(Xm=b._emscripten_bind_MdDbObjectArray_clear_0=b.asm.emscripten_bind_MdDbObjectArray_clear_0).apply(null,arguments)},Ym=b._emscripten_bind_MdDbObjectArray_getObjectName_0=function(){return(Ym=b._emscripten_bind_MdDbObjectArray_getObjectName_0=b.asm.emscripten_bind_MdDbObjectArray_getObjectName_0).apply(null,arguments)},Zm=b._emscripten_bind_MdDbObjectArray_getDxf0_0=function(){return(Zm=b._emscripten_bind_MdDbObjectArray_getDxf0_0=
  294. b.asm.emscripten_bind_MdDbObjectArray_getDxf0_0).apply(null,arguments)},$m=b._emscripten_bind_MdDbObjectArray_getCustomEntityTypeName_0=function(){return($m=b._emscripten_bind_MdDbObjectArray_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbObjectArray_getCustomEntityTypeName_0).apply(null,arguments)},an=b._emscripten_bind_MdDbObjectArray_getCustomEntityid_0=function(){return(an=b._emscripten_bind_MdDbObjectArray_getCustomEntityid_0=b.asm.emscripten_bind_MdDbObjectArray_getCustomEntityid_0).apply(null,
  295. arguments)},bn=b._emscripten_bind_MdDbObjectArray_getCustomEntityTempid_0=function(){return(bn=b._emscripten_bind_MdDbObjectArray_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbObjectArray_getCustomEntityTempid_0).apply(null,arguments)},cn=b._emscripten_bind_MdDbObjectArray_setCustomEntityTempid_1=function(){return(cn=b._emscripten_bind_MdDbObjectArray_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbObjectArray_setCustomEntityTempid_1).apply(null,arguments)},dn=b._emscripten_bind_MdDbObjectArray_getJson_0=
  296. function(){return(dn=b._emscripten_bind_MdDbObjectArray_getJson_0=b.asm.emscripten_bind_MdDbObjectArray_getJson_0).apply(null,arguments)},en=b._emscripten_bind_MdDbObjectArray_setJson_1=function(){return(en=b._emscripten_bind_MdDbObjectArray_setJson_1=b.asm.emscripten_bind_MdDbObjectArray_setJson_1).apply(null,arguments)},fn=b._emscripten_bind_MdDbObjectArray_isKindOf_1=function(){return(fn=b._emscripten_bind_MdDbObjectArray_isKindOf_1=b.asm.emscripten_bind_MdDbObjectArray_isKindOf_1).apply(null,
  297. arguments)},gn=b._emscripten_bind_MdDbObjectArray_isNull_0=function(){return(gn=b._emscripten_bind_MdDbObjectArray_isNull_0=b.asm.emscripten_bind_MdDbObjectArray_isNull_0).apply(null,arguments)},hn=b._emscripten_bind_MdDbObjectArray___destroy___0=function(){return(hn=b._emscripten_bind_MdDbObjectArray___destroy___0=b.asm.emscripten_bind_MdDbObjectArray___destroy___0).apply(null,arguments)},jn=b._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return(jn=b._emscripten_bind_MdGePoint3d_MdGePoint3d_0=
  298. b.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,arguments)},kn=b._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(kn=b._emscripten_bind_MdGePoint3d_MdGePoint3d_3=b.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,arguments)},ln=b._emscripten_bind_MdGePoint3d_transformBy_1=function(){return(ln=b._emscripten_bind_MdGePoint3d_transformBy_1=b.asm.emscripten_bind_MdGePoint3d_transformBy_1).apply(null,arguments)},mn=b._emscripten_bind_MdGePoint3d_addvec_1=function(){return(mn=
  299. b._emscripten_bind_MdGePoint3d_addvec_1=b.asm.emscripten_bind_MdGePoint3d_addvec_1).apply(null,arguments)},nn=b._emscripten_bind_MdGePoint3d_subvec_1=function(){return(nn=b._emscripten_bind_MdGePoint3d_subvec_1=b.asm.emscripten_bind_MdGePoint3d_subvec_1).apply(null,arguments)},on=b._emscripten_bind_MdGePoint3d_sub_1=function(){return(on=b._emscripten_bind_MdGePoint3d_sub_1=b.asm.emscripten_bind_MdGePoint3d_sub_1).apply(null,arguments)},pn=b._emscripten_bind_MdGePoint3d_distanceTo_1=function(){return(pn=
  300. b._emscripten_bind_MdGePoint3d_distanceTo_1=b.asm.emscripten_bind_MdGePoint3d_distanceTo_1).apply(null,arguments)},qn=b._emscripten_bind_MdGePoint3d_isEqualTo_1=function(){return(qn=b._emscripten_bind_MdGePoint3d_isEqualTo_1=b.asm.emscripten_bind_MdGePoint3d_isEqualTo_1).apply(null,arguments)},rn=b._emscripten_bind_MdGePoint3d_get_x_0=function(){return(rn=b._emscripten_bind_MdGePoint3d_get_x_0=b.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},sn=b._emscripten_bind_MdGePoint3d_set_x_1=
  301. function(){return(sn=b._emscripten_bind_MdGePoint3d_set_x_1=b.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,arguments)},tn=b._emscripten_bind_MdGePoint3d_get_y_0=function(){return(tn=b._emscripten_bind_MdGePoint3d_get_y_0=b.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,arguments)},un=b._emscripten_bind_MdGePoint3d_set_y_1=function(){return(un=b._emscripten_bind_MdGePoint3d_set_y_1=b.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},vn=b._emscripten_bind_MdGePoint3d_get_z_0=
  302. function(){return(vn=b._emscripten_bind_MdGePoint3d_get_z_0=b.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,arguments)},wn=b._emscripten_bind_MdGePoint3d_set_z_1=function(){return(wn=b._emscripten_bind_MdGePoint3d_set_z_1=b.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,arguments)},xn=b._emscripten_bind_MdGePoint3d___destroy___0=function(){return(xn=b._emscripten_bind_MdGePoint3d___destroy___0=b.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},yn=b._emscripten_bind_MxMemoryData_clear_0=
  303. function(){return(yn=b._emscripten_bind_MxMemoryData_clear_0=b.asm.emscripten_bind_MxMemoryData_clear_0).apply(null,arguments)},zn=b._emscripten_bind_MxMemoryData_getData_0=function(){return(zn=b._emscripten_bind_MxMemoryData_getData_0=b.asm.emscripten_bind_MxMemoryData_getData_0).apply(null,arguments)},An=b._emscripten_bind_MxMemoryData_getSize_0=function(){return(An=b._emscripten_bind_MxMemoryData_getSize_0=b.asm.emscripten_bind_MxMemoryData_getSize_0).apply(null,arguments)},Bn=b._emscripten_bind_MxMemoryData___destroy___0=
  304. function(){return(Bn=b._emscripten_bind_MxMemoryData___destroy___0=b.asm.emscripten_bind_MxMemoryData___destroy___0).apply(null,arguments)},Cn=b._emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0=function(){return(Cn=b._emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0=b.asm.emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0).apply(null,arguments)},Dn=b._emscripten_bind_MdGePoint3dArray_append_1=function(){return(Dn=b._emscripten_bind_MdGePoint3dArray_append_1=b.asm.emscripten_bind_MdGePoint3dArray_append_1).apply(null,
  305. arguments)},En=b._emscripten_bind_MdGePoint3dArray_length_0=function(){return(En=b._emscripten_bind_MdGePoint3dArray_length_0=b.asm.emscripten_bind_MdGePoint3dArray_length_0).apply(null,arguments)},Fn=b._emscripten_bind_MdGePoint3dArray_at_1=function(){return(Fn=b._emscripten_bind_MdGePoint3dArray_at_1=b.asm.emscripten_bind_MdGePoint3dArray_at_1).apply(null,arguments)},Gn=b._emscripten_bind_MdGePoint3dArray_setAt_2=function(){return(Gn=b._emscripten_bind_MdGePoint3dArray_setAt_2=b.asm.emscripten_bind_MdGePoint3dArray_setAt_2).apply(null,
  306. arguments)},Hn=b._emscripten_bind_MdGePoint3dArray_clear_0=function(){return(Hn=b._emscripten_bind_MdGePoint3dArray_clear_0=b.asm.emscripten_bind_MdGePoint3dArray_clear_0).apply(null,arguments)},In=b._emscripten_bind_MdGePoint3dArray_copy_1=function(){return(In=b._emscripten_bind_MdGePoint3dArray_copy_1=b.asm.emscripten_bind_MdGePoint3dArray_copy_1).apply(null,arguments)},Jn=b._emscripten_bind_MdGePoint3dArray___destroy___0=function(){return(Jn=b._emscripten_bind_MdGePoint3dArray___destroy___0=b.asm.emscripten_bind_MdGePoint3dArray___destroy___0).apply(null,
  307. arguments)},Kn=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(Kn=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},Ln=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(Ln=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},Mn=b._emscripten_bind_MdGeVector3d_rotateBy_2=function(){return(Mn=b._emscripten_bind_MdGeVector3d_rotateBy_2=
  308. b.asm.emscripten_bind_MdGeVector3d_rotateBy_2).apply(null,arguments)},Nn=b._emscripten_bind_MdGeVector3d_negate_0=function(){return(Nn=b._emscripten_bind_MdGeVector3d_negate_0=b.asm.emscripten_bind_MdGeVector3d_negate_0).apply(null,arguments)},On=b._emscripten_bind_MdGeVector3d_perpVector_0=function(){return(On=b._emscripten_bind_MdGeVector3d_perpVector_0=b.asm.emscripten_bind_MdGeVector3d_perpVector_0).apply(null,arguments)},Pn=b._emscripten_bind_MdGeVector3d_angleTo_1=function(){return(Pn=b._emscripten_bind_MdGeVector3d_angleTo_1=
  309. b.asm.emscripten_bind_MdGeVector3d_angleTo_1).apply(null,arguments)},Qn=b._emscripten_bind_MdGeVector3d_angleTo_2=function(){return(Qn=b._emscripten_bind_MdGeVector3d_angleTo_2=b.asm.emscripten_bind_MdGeVector3d_angleTo_2).apply(null,arguments)},Rn=b._emscripten_bind_MdGeVector3d_normalize_0=function(){return(Rn=b._emscripten_bind_MdGeVector3d_normalize_0=b.asm.emscripten_bind_MdGeVector3d_normalize_0).apply(null,arguments)},Sn=b._emscripten_bind_MdGeVector3d_length_0=function(){return(Sn=b._emscripten_bind_MdGeVector3d_length_0=
  310. b.asm.emscripten_bind_MdGeVector3d_length_0).apply(null,arguments)},Tn=b._emscripten_bind_MdGeVector3d_isUnitLength_0=function(){return(Tn=b._emscripten_bind_MdGeVector3d_isUnitLength_0=b.asm.emscripten_bind_MdGeVector3d_isUnitLength_0).apply(null,arguments)},Un=b._emscripten_bind_MdGeVector3d_isZeroLength_0=function(){return(Un=b._emscripten_bind_MdGeVector3d_isZeroLength_0=b.asm.emscripten_bind_MdGeVector3d_isZeroLength_0).apply(null,arguments)},Vn=b._emscripten_bind_MdGeVector3d_dotProduct_1=function(){return(Vn=
  311. b._emscripten_bind_MdGeVector3d_dotProduct_1=b.asm.emscripten_bind_MdGeVector3d_dotProduct_1).apply(null,arguments)},Wn=b._emscripten_bind_MdGeVector3d_crossProduct_1=function(){return(Wn=b._emscripten_bind_MdGeVector3d_crossProduct_1=b.asm.emscripten_bind_MdGeVector3d_crossProduct_1).apply(null,arguments)},Xn=b._emscripten_bind_MdGeVector3d_isEqualTo_1=function(){return(Xn=b._emscripten_bind_MdGeVector3d_isEqualTo_1=b.asm.emscripten_bind_MdGeVector3d_isEqualTo_1).apply(null,arguments)},Yn=b._emscripten_bind_MdGeVector3d_mult_1=
  312. function(){return(Yn=b._emscripten_bind_MdGeVector3d_mult_1=b.asm.emscripten_bind_MdGeVector3d_mult_1).apply(null,arguments)},Zn=b._emscripten_bind_MdGeVector3d_get_x_0=function(){return(Zn=b._emscripten_bind_MdGeVector3d_get_x_0=b.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},$n=b._emscripten_bind_MdGeVector3d_set_x_1=function(){return($n=b._emscripten_bind_MdGeVector3d_set_x_1=b.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,arguments)},ao=b._emscripten_bind_MdGeVector3d_get_y_0=
  313. function(){return(ao=b._emscripten_bind_MdGeVector3d_get_y_0=b.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},bo=b._emscripten_bind_MdGeVector3d_set_y_1=function(){return(bo=b._emscripten_bind_MdGeVector3d_set_y_1=b.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},co=b._emscripten_bind_MdGeVector3d_get_z_0=function(){return(co=b._emscripten_bind_MdGeVector3d_get_z_0=b.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,arguments)},eo=b._emscripten_bind_MdGeVector3d_set_z_1=
  314. function(){return(eo=b._emscripten_bind_MdGeVector3d_set_z_1=b.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},fo=b._emscripten_bind_MdGeVector3d___destroy___0=function(){return(fo=b._emscripten_bind_MdGeVector3d___destroy___0=b.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},go=b._emscripten_bind_MdGeLongArray_MdGeLongArray_0=function(){return(go=b._emscripten_bind_MdGeLongArray_MdGeLongArray_0=b.asm.emscripten_bind_MdGeLongArray_MdGeLongArray_0).apply(null,
  315. arguments)},ho=b._emscripten_bind_MdGeLongArray_append_1=function(){return(ho=b._emscripten_bind_MdGeLongArray_append_1=b.asm.emscripten_bind_MdGeLongArray_append_1).apply(null,arguments)},io=b._emscripten_bind_MdGeLongArray_length_0=function(){return(io=b._emscripten_bind_MdGeLongArray_length_0=b.asm.emscripten_bind_MdGeLongArray_length_0).apply(null,arguments)},jo=b._emscripten_bind_MdGeLongArray_at_1=function(){return(jo=b._emscripten_bind_MdGeLongArray_at_1=b.asm.emscripten_bind_MdGeLongArray_at_1).apply(null,
  316. arguments)},ko=b._emscripten_bind_MdGeLongArray_setAt_2=function(){return(ko=b._emscripten_bind_MdGeLongArray_setAt_2=b.asm.emscripten_bind_MdGeLongArray_setAt_2).apply(null,arguments)},lo=b._emscripten_bind_MdGeLongArray_copy_1=function(){return(lo=b._emscripten_bind_MdGeLongArray_copy_1=b.asm.emscripten_bind_MdGeLongArray_copy_1).apply(null,arguments)},mo=b._emscripten_bind_MdGeLongArray_clear_0=function(){return(mo=b._emscripten_bind_MdGeLongArray_clear_0=b.asm.emscripten_bind_MdGeLongArray_clear_0).apply(null,
  317. arguments)},no=b._emscripten_bind_MdGeLongArray___destroy___0=function(){return(no=b._emscripten_bind_MdGeLongArray___destroy___0=b.asm.emscripten_bind_MdGeLongArray___destroy___0).apply(null,arguments)},oo=b._emscripten_bind_MdGeStringArray_MdGeStringArray_0=function(){return(oo=b._emscripten_bind_MdGeStringArray_MdGeStringArray_0=b.asm.emscripten_bind_MdGeStringArray_MdGeStringArray_0).apply(null,arguments)},po=b._emscripten_bind_MdGeStringArray_append_1=function(){return(po=b._emscripten_bind_MdGeStringArray_append_1=
  318. b.asm.emscripten_bind_MdGeStringArray_append_1).apply(null,arguments)},qo=b._emscripten_bind_MdGeStringArray_length_0=function(){return(qo=b._emscripten_bind_MdGeStringArray_length_0=b.asm.emscripten_bind_MdGeStringArray_length_0).apply(null,arguments)},ro=b._emscripten_bind_MdGeStringArray_at_1=function(){return(ro=b._emscripten_bind_MdGeStringArray_at_1=b.asm.emscripten_bind_MdGeStringArray_at_1).apply(null,arguments)},so=b._emscripten_bind_MdGeStringArray_setAt_2=function(){return(so=b._emscripten_bind_MdGeStringArray_setAt_2=
  319. b.asm.emscripten_bind_MdGeStringArray_setAt_2).apply(null,arguments)},to=b._emscripten_bind_MdGeStringArray_copy_1=function(){return(to=b._emscripten_bind_MdGeStringArray_copy_1=b.asm.emscripten_bind_MdGeStringArray_copy_1).apply(null,arguments)},uo=b._emscripten_bind_MdGeStringArray_clear_0=function(){return(uo=b._emscripten_bind_MdGeStringArray_clear_0=b.asm.emscripten_bind_MdGeStringArray_clear_0).apply(null,arguments)},vo=b._emscripten_bind_MdGeStringArray___destroy___0=function(){return(vo=b._emscripten_bind_MdGeStringArray___destroy___0=
  320. b.asm.emscripten_bind_MdGeStringArray___destroy___0).apply(null,arguments)},wo=b._emscripten_bind_MdGeDoubleArray_MdGeDoubleArray_0=function(){return(wo=b._emscripten_bind_MdGeDoubleArray_MdGeDoubleArray_0=b.asm.emscripten_bind_MdGeDoubleArray_MdGeDoubleArray_0).apply(null,arguments)},xo=b._emscripten_bind_MdGeDoubleArray_append_1=function(){return(xo=b._emscripten_bind_MdGeDoubleArray_append_1=b.asm.emscripten_bind_MdGeDoubleArray_append_1).apply(null,arguments)},yo=b._emscripten_bind_MdGeDoubleArray_length_0=
  321. function(){return(yo=b._emscripten_bind_MdGeDoubleArray_length_0=b.asm.emscripten_bind_MdGeDoubleArray_length_0).apply(null,arguments)},zo=b._emscripten_bind_MdGeDoubleArray_at_1=function(){return(zo=b._emscripten_bind_MdGeDoubleArray_at_1=b.asm.emscripten_bind_MdGeDoubleArray_at_1).apply(null,arguments)},Ao=b._emscripten_bind_MdGeDoubleArray_setAt_2=function(){return(Ao=b._emscripten_bind_MdGeDoubleArray_setAt_2=b.asm.emscripten_bind_MdGeDoubleArray_setAt_2).apply(null,arguments)},Bo=b._emscripten_bind_MdGeDoubleArray_copy_1=
  322. function(){return(Bo=b._emscripten_bind_MdGeDoubleArray_copy_1=b.asm.emscripten_bind_MdGeDoubleArray_copy_1).apply(null,arguments)},Co=b._emscripten_bind_MdGeDoubleArray_clear_0=function(){return(Co=b._emscripten_bind_MdGeDoubleArray_clear_0=b.asm.emscripten_bind_MdGeDoubleArray_clear_0).apply(null,arguments)},Do=b._emscripten_bind_MdGeDoubleArray___destroy___0=function(){return(Do=b._emscripten_bind_MdGeDoubleArray___destroy___0=b.asm.emscripten_bind_MdGeDoubleArray___destroy___0).apply(null,arguments)},
  323. Eo=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Eo=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=b.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,arguments)},Fo=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Fo=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=b.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Go=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Go=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=b.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,
  324. arguments)},Ho=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Ho=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=b.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Io=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(Io=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=b.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Jo=b._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Jo=b._emscripten_bind_MdGeMatrix3d_invert_0=b.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,
  325. arguments)},Ko=b._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Ko=b._emscripten_bind_MdGeMatrix3d_isSingular_0=b.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},Lo=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Lo=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=b.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},Mo=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(Mo=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=b.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,
  326. arguments)},No=b._emscripten_bind_MdGeMatrix3d_det_0=function(){return(No=b._emscripten_bind_MdGeMatrix3d_det_0=b.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Oo=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Oo=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=b.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Po=b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Po=b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=
  327. b.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,arguments)},Qo=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Qo=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=b.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Ro=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Ro=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=b.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},So=b._emscripten_bind_MdGeMatrix3d_setMirror_2=
  328. function(){return(So=b._emscripten_bind_MdGeMatrix3d_setMirror_2=b.asm.emscripten_bind_MdGeMatrix3d_setMirror_2).apply(null,arguments)},To=b._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(To=b._emscripten_bind_MdGeMatrix3d_scale_0=b.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Uo=b._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Uo=b._emscripten_bind_MdGeMatrix3d_getData_2=b.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Vo=b._emscripten_bind_MdGeMatrix3d_copy_1=
  329. function(){return(Vo=b._emscripten_bind_MdGeMatrix3d_copy_1=b.asm.emscripten_bind_MdGeMatrix3d_copy_1).apply(null,arguments)},Wo=b._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Wo=b._emscripten_bind_MdGeMatrix3d___destroy___0=b.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Xo=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Xo=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=b.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,
  330. arguments)},Yo=b._emscripten_bind_MdDbLayerTableRecord_getName_0=function(){return(Yo=b._emscripten_bind_MdDbLayerTableRecord_getName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,arguments)},Zo=b._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(Zo=b._emscripten_bind_MdDbLayerTableRecord_setName_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,arguments)},$o=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return($o=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=
  331. b.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,arguments)},ap=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return(ap=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},bp=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(bp=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},cp=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=
  332. function(){return(cp=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},dp=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=function(){return(dp=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,arguments)},ep=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return(ep=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,
  333. arguments)},fp=b._emscripten_bind_MdDbLayerTableRecord_color_0=function(){return(fp=b._emscripten_bind_MdDbLayerTableRecord_color_0=b.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,arguments)},gp=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(gp=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},hp=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(hp=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=
  334. b.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,arguments)},ip=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=function(){return(ip=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,arguments)},jp=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(jp=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=b.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,
  335. arguments)},kp=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=function(){return(kp=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},lp=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=function(){return(lp=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetObjectID_0).apply(null,arguments)},mp=b._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(mp=
  336. b._emscripten_bind_MdDbLayerTableRecord_Erase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,arguments)},np=b._emscripten_bind_MdDbLayerTableRecord_isErased_0=function(){return(np=b._emscripten_bind_MdDbLayerTableRecord_isErased_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isErased_0).apply(null,arguments)},op=b._emscripten_bind_MdDbLayerTableRecord_unErase_0=function(){return(op=b._emscripten_bind_MdDbLayerTableRecord_unErase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_unErase_0).apply(null,
  337. arguments)},pp=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=function(){return(pp=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,arguments)},qp=b._emscripten_bind_MdDbLayerTableRecord_GetExtensionDictionary_0=function(){return(qp=b._emscripten_bind_MdDbLayerTableRecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetExtensionDictionary_0).apply(null,arguments)},rp=
  338. b._emscripten_bind_MdDbLayerTableRecord_CreateExtensionDictionary_0=function(){return(rp=b._emscripten_bind_MdDbLayerTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},sp=b._emscripten_bind_MdDbLayerTableRecord_IsHaveExtensionDictionary_0=function(){return(sp=b._emscripten_bind_MdDbLayerTableRecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},
  339. tp=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return(tp=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,arguments)},up=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=function(){return(up=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetHandle_0).apply(null,arguments)},vp=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=function(){return(vp=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=
  340. b.asm.emscripten_bind_MdDbLayerTableRecord_GetDatabase_0).apply(null,arguments)},wp=b._emscripten_bind_MdDbLayerTableRecord_GetDatabaseIndexId_0=function(){return(wp=b._emscripten_bind_MdDbLayerTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetDatabaseIndexId_0).apply(null,arguments)},xp=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=function(){return(xp=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0).apply(null,
  341. arguments)},yp=b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(yp=b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},zp=b._emscripten_bind_MdDbLayerTableRecord_getGripPoints_0=function(){return(zp=b._emscripten_bind_MdDbLayerTableRecord_getGripPoints_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getGripPoints_0).apply(null,arguments)},Ap=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=
  342. function(){return(Ap=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,arguments)},Bp=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=function(){return(Bp=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,arguments)},Cp=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTypeName_0=function(){return(Cp=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTypeName_0=
  343. b.asm.emscripten_bind_MdDbLayerTableRecord_getCustomEntityTypeName_0).apply(null,arguments)},Dp=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityid_0=function(){return(Dp=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getCustomEntityid_0).apply(null,arguments)},Ep=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTempid_0=function(){return(Ep=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getCustomEntityTempid_0).apply(null,
  344. arguments)},Fp=b._emscripten_bind_MdDbLayerTableRecord_setCustomEntityTempid_1=function(){return(Fp=b._emscripten_bind_MdDbLayerTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setCustomEntityTempid_1).apply(null,arguments)},Gp=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(Gp=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,arguments)},Hp=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=
  345. function(){return(Hp=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,arguments)},Ip=b._emscripten_bind_MdDbLayerTableRecord_isKindOf_1=function(){return(Ip=b._emscripten_bind_MdDbLayerTableRecord_isKindOf_1=b.asm.emscripten_bind_MdDbLayerTableRecord_isKindOf_1).apply(null,arguments)},Jp=b._emscripten_bind_MdDbLayerTableRecord_isNull_0=function(){return(Jp=b._emscripten_bind_MdDbLayerTableRecord_isNull_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isNull_0).apply(null,
  346. arguments)},Kp=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(Kp=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=b.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},Lp=b._emscripten_bind_MdDbLinetypeTableRecord_MdDbLinetypeTableRecord_0=function(){return(Lp=b._emscripten_bind_MdDbLinetypeTableRecord_MdDbLinetypeTableRecord_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_MdDbLinetypeTableRecord_0).apply(null,arguments)},Mp=b._emscripten_bind_MdDbLinetypeTableRecord_getName_0=
  347. function(){return(Mp=b._emscripten_bind_MdDbLinetypeTableRecord_getName_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getName_0).apply(null,arguments)},Np=b._emscripten_bind_MdDbLinetypeTableRecord_setName_1=function(){return(Np=b._emscripten_bind_MdDbLinetypeTableRecord_setName_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setName_1).apply(null,arguments)},Op=b._emscripten_bind_MdDbLinetypeTableRecord_numDashes_0=function(){return(Op=b._emscripten_bind_MdDbLinetypeTableRecord_numDashes_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_numDashes_0).apply(null,
  348. arguments)},Pp=b._emscripten_bind_MdDbLinetypeTableRecord_setNumDashes_1=function(){return(Pp=b._emscripten_bind_MdDbLinetypeTableRecord_setNumDashes_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setNumDashes_1).apply(null,arguments)},Qp=b._emscripten_bind_MdDbLinetypeTableRecord_dashLengthAt_1=function(){return(Qp=b._emscripten_bind_MdDbLinetypeTableRecord_dashLengthAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_dashLengthAt_1).apply(null,arguments)},Rp=b._emscripten_bind_MdDbLinetypeTableRecord_setDashLengthAt_2=
  349. function(){return(Rp=b._emscripten_bind_MdDbLinetypeTableRecord_setDashLengthAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setDashLengthAt_2).apply(null,arguments)},Sp=b._emscripten_bind_MdDbLinetypeTableRecord_comments_0=function(){return(Sp=b._emscripten_bind_MdDbLinetypeTableRecord_comments_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_comments_0).apply(null,arguments)},Tp=b._emscripten_bind_MdDbLinetypeTableRecord_setComments_1=function(){return(Tp=b._emscripten_bind_MdDbLinetypeTableRecord_setComments_1=
  350. b.asm.emscripten_bind_MdDbLinetypeTableRecord_setComments_1).apply(null,arguments)},Up=b._emscripten_bind_MdDbLinetypeTableRecord_shapeStyleAt_1=function(){return(Up=b._emscripten_bind_MdDbLinetypeTableRecord_shapeStyleAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeStyleAt_1).apply(null,arguments)},Vp=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeStyleAt_2=function(){return(Vp=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeStyleAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeStyleAt_2).apply(null,
  351. arguments)},Wp=b._emscripten_bind_MdDbLinetypeTableRecord_shapeNumberAt_1=function(){return(Wp=b._emscripten_bind_MdDbLinetypeTableRecord_shapeNumberAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeNumberAt_1).apply(null,arguments)},Xp=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeNumberAt_2=function(){return(Xp=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeNumberAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeNumberAt_2).apply(null,arguments)},Yp=b._emscripten_bind_MdDbLinetypeTableRecord_shapeOffsetAt_1=
  352. function(){return(Yp=b._emscripten_bind_MdDbLinetypeTableRecord_shapeOffsetAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeOffsetAt_1).apply(null,arguments)},Zp=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeOffsetAt_2=function(){return(Zp=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeOffsetAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeOffsetAt_2).apply(null,arguments)},$p=b._emscripten_bind_MdDbLinetypeTableRecord_shapeScaleAt_1=function(){return($p=b._emscripten_bind_MdDbLinetypeTableRecord_shapeScaleAt_1=
  353. b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeScaleAt_1).apply(null,arguments)},aq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeScaleAt_2=function(){return(aq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeScaleAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeScaleAt_2).apply(null,arguments)},bq=b._emscripten_bind_MdDbLinetypeTableRecord_isScaledToFit_0=function(){return(bq=b._emscripten_bind_MdDbLinetypeTableRecord_isScaledToFit_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isScaledToFit_0).apply(null,
  354. arguments)},cq=b._emscripten_bind_MdDbLinetypeTableRecord_setIsScaledToFit_1=function(){return(cq=b._emscripten_bind_MdDbLinetypeTableRecord_setIsScaledToFit_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setIsScaledToFit_1).apply(null,arguments)},dq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeIsUcsOrientedAt_1=function(){return(dq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeIsUcsOrientedAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeIsUcsOrientedAt_1).apply(null,arguments)},eq=
  355. b._emscripten_bind_MdDbLinetypeTableRecord_setShapeIsUcsOrientedAt_2=function(){return(eq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeIsUcsOrientedAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeIsUcsOrientedAt_2).apply(null,arguments)},fq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeRotationAt_1=function(){return(fq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeRotationAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeRotationAt_1).apply(null,arguments)},gq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeRotationAt_2=
  356. function(){return(gq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeRotationAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeRotationAt_2).apply(null,arguments)},hq=b._emscripten_bind_MdDbLinetypeTableRecord_textAt_1=function(){return(hq=b._emscripten_bind_MdDbLinetypeTableRecord_textAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_textAt_1).apply(null,arguments)},iq=b._emscripten_bind_MdDbLinetypeTableRecord_setTextAt_2=function(){return(iq=b._emscripten_bind_MdDbLinetypeTableRecord_setTextAt_2=
  357. b.asm.emscripten_bind_MdDbLinetypeTableRecord_setTextAt_2).apply(null,arguments)},jq=b._emscripten_bind_MdDbLinetypeTableRecord_GetObjectID_0=function(){return(jq=b._emscripten_bind_MdDbLinetypeTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetObjectID_0).apply(null,arguments)},kq=b._emscripten_bind_MdDbLinetypeTableRecord_Erase_0=function(){return(kq=b._emscripten_bind_MdDbLinetypeTableRecord_Erase_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_Erase_0).apply(null,arguments)},
  358. lq=b._emscripten_bind_MdDbLinetypeTableRecord_isErased_0=function(){return(lq=b._emscripten_bind_MdDbLinetypeTableRecord_isErased_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isErased_0).apply(null,arguments)},mq=b._emscripten_bind_MdDbLinetypeTableRecord_unErase_0=function(){return(mq=b._emscripten_bind_MdDbLinetypeTableRecord_unErase_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_unErase_0).apply(null,arguments)},nq=b._emscripten_bind_MdDbLinetypeTableRecord_ConnectionTempObject_1=function(){return(nq=
  359. b._emscripten_bind_MdDbLinetypeTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_ConnectionTempObject_1).apply(null,arguments)},oq=b._emscripten_bind_MdDbLinetypeTableRecord_GetExtensionDictionary_0=function(){return(oq=b._emscripten_bind_MdDbLinetypeTableRecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetExtensionDictionary_0).apply(null,arguments)},pq=b._emscripten_bind_MdDbLinetypeTableRecord_CreateExtensionDictionary_0=function(){return(pq=
  360. b._emscripten_bind_MdDbLinetypeTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},qq=b._emscripten_bind_MdDbLinetypeTableRecord_IsHaveExtensionDictionary_0=function(){return(qq=b._emscripten_bind_MdDbLinetypeTableRecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},rq=b._emscripten_bind_MdDbLinetypeTableRecord_Clone_0=function(){return(rq=
  361. b._emscripten_bind_MdDbLinetypeTableRecord_Clone_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_Clone_0).apply(null,arguments)},sq=b._emscripten_bind_MdDbLinetypeTableRecord_GetHandle_0=function(){return(sq=b._emscripten_bind_MdDbLinetypeTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetHandle_0).apply(null,arguments)},tq=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabase_0=function(){return(tq=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetDatabase_0).apply(null,
  362. arguments)},uq=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabaseIndexId_0=function(){return(uq=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetDatabaseIndexId_0).apply(null,arguments)},vq=b._emscripten_bind_MdDbLinetypeTableRecord_GetOwnerID_0=function(){return(vq=b._emscripten_bind_MdDbLinetypeTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetOwnerID_0).apply(null,arguments)},wq=b._emscripten_bind_MdDbLinetypeTableRecord_moveGripPointsAt_4=
  363. function(){return(wq=b._emscripten_bind_MdDbLinetypeTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLinetypeTableRecord_moveGripPointsAt_4).apply(null,arguments)},xq=b._emscripten_bind_MdDbLinetypeTableRecord_getGripPoints_0=function(){return(xq=b._emscripten_bind_MdDbLinetypeTableRecord_getGripPoints_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getGripPoints_0).apply(null,arguments)},yq=b._emscripten_bind_MdDbLinetypeTableRecord_getObjectName_0=function(){return(yq=b._emscripten_bind_MdDbLinetypeTableRecord_getObjectName_0=
  364. b.asm.emscripten_bind_MdDbLinetypeTableRecord_getObjectName_0).apply(null,arguments)},zq=b._emscripten_bind_MdDbLinetypeTableRecord_getDxf0_0=function(){return(zq=b._emscripten_bind_MdDbLinetypeTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getDxf0_0).apply(null,arguments)},Aq=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTypeName_0=function(){return(Aq=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTypeName_0).apply(null,
  365. arguments)},Bq=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityid_0=function(){return(Bq=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityid_0).apply(null,arguments)},Cq=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTempid_0=function(){return(Cq=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTempid_0).apply(null,arguments)},
  366. Dq=b._emscripten_bind_MdDbLinetypeTableRecord_setCustomEntityTempid_1=function(){return(Dq=b._emscripten_bind_MdDbLinetypeTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setCustomEntityTempid_1).apply(null,arguments)},Eq=b._emscripten_bind_MdDbLinetypeTableRecord_getJson_0=function(){return(Eq=b._emscripten_bind_MdDbLinetypeTableRecord_getJson_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getJson_0).apply(null,arguments)},Fq=b._emscripten_bind_MdDbLinetypeTableRecord_setJson_1=
  367. function(){return(Fq=b._emscripten_bind_MdDbLinetypeTableRecord_setJson_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setJson_1).apply(null,arguments)},Gq=b._emscripten_bind_MdDbLinetypeTableRecord_isKindOf_1=function(){return(Gq=b._emscripten_bind_MdDbLinetypeTableRecord_isKindOf_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isKindOf_1).apply(null,arguments)},Hq=b._emscripten_bind_MdDbLinetypeTableRecord_isNull_0=function(){return(Hq=b._emscripten_bind_MdDbLinetypeTableRecord_isNull_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isNull_0).apply(null,
  368. arguments)},Iq=b._emscripten_bind_MdDbLinetypeTableRecord___destroy___0=function(){return(Iq=b._emscripten_bind_MdDbLinetypeTableRecord___destroy___0=b.asm.emscripten_bind_MdDbLinetypeTableRecord___destroy___0).apply(null,arguments)},Jq=b._emscripten_bind_MdDbTextStyleTableRecord_MdDbTextStyleTableRecord_0=function(){return(Jq=b._emscripten_bind_MdDbTextStyleTableRecord_MdDbTextStyleTableRecord_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_MdDbTextStyleTableRecord_0).apply(null,arguments)},Kq=
  369. b._emscripten_bind_MdDbTextStyleTableRecord_getName_0=function(){return(Kq=b._emscripten_bind_MdDbTextStyleTableRecord_getName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getName_0).apply(null,arguments)},Lq=b._emscripten_bind_MdDbTextStyleTableRecord_setName_1=function(){return(Lq=b._emscripten_bind_MdDbTextStyleTableRecord_setName_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setName_1).apply(null,arguments)},Mq=b._emscripten_bind_MdDbTextStyleTableRecord_isShapeFile_0=function(){return(Mq=
  370. b._emscripten_bind_MdDbTextStyleTableRecord_isShapeFile_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isShapeFile_0).apply(null,arguments)},Nq=b._emscripten_bind_MdDbTextStyleTableRecord_setIsShapeFile_1=function(){return(Nq=b._emscripten_bind_MdDbTextStyleTableRecord_setIsShapeFile_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setIsShapeFile_1).apply(null,arguments)},Oq=b._emscripten_bind_MdDbTextStyleTableRecord_isVertical_0=function(){return(Oq=b._emscripten_bind_MdDbTextStyleTableRecord_isVertical_0=
  371. b.asm.emscripten_bind_MdDbTextStyleTableRecord_isVertical_0).apply(null,arguments)},Pq=b._emscripten_bind_MdDbTextStyleTableRecord_setIsVertical_1=function(){return(Pq=b._emscripten_bind_MdDbTextStyleTableRecord_setIsVertical_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setIsVertical_1).apply(null,arguments)},Qq=b._emscripten_bind_MdDbTextStyleTableRecord_textSize_0=function(){return(Qq=b._emscripten_bind_MdDbTextStyleTableRecord_textSize_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_textSize_0).apply(null,
  372. arguments)},Rq=b._emscripten_bind_MdDbTextStyleTableRecord_setTextSize_1=function(){return(Rq=b._emscripten_bind_MdDbTextStyleTableRecord_setTextSize_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setTextSize_1).apply(null,arguments)},Sq=b._emscripten_bind_MdDbTextStyleTableRecord_xScale_0=function(){return(Sq=b._emscripten_bind_MdDbTextStyleTableRecord_xScale_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_xScale_0).apply(null,arguments)},Tq=b._emscripten_bind_MdDbTextStyleTableRecord_setXScale_1=
  373. function(){return(Tq=b._emscripten_bind_MdDbTextStyleTableRecord_setXScale_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setXScale_1).apply(null,arguments)},Uq=b._emscripten_bind_MdDbTextStyleTableRecord_obliquingAngle_0=function(){return(Uq=b._emscripten_bind_MdDbTextStyleTableRecord_obliquingAngle_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_obliquingAngle_0).apply(null,arguments)},Vq=b._emscripten_bind_MdDbTextStyleTableRecord_setObliquingAngle_1=function(){return(Vq=b._emscripten_bind_MdDbTextStyleTableRecord_setObliquingAngle_1=
  374. b.asm.emscripten_bind_MdDbTextStyleTableRecord_setObliquingAngle_1).apply(null,arguments)},Wq=b._emscripten_bind_MdDbTextStyleTableRecord_flagBits_0=function(){return(Wq=b._emscripten_bind_MdDbTextStyleTableRecord_flagBits_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_flagBits_0).apply(null,arguments)},Xq=b._emscripten_bind_MdDbTextStyleTableRecord_setFlagBits_1=function(){return(Xq=b._emscripten_bind_MdDbTextStyleTableRecord_setFlagBits_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setFlagBits_1).apply(null,
  375. arguments)},Yq=b._emscripten_bind_MdDbTextStyleTableRecord_fileName_0=function(){return(Yq=b._emscripten_bind_MdDbTextStyleTableRecord_fileName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_fileName_0).apply(null,arguments)},Zq=b._emscripten_bind_MdDbTextStyleTableRecord_setFileName_1=function(){return(Zq=b._emscripten_bind_MdDbTextStyleTableRecord_setFileName_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setFileName_1).apply(null,arguments)},$q=b._emscripten_bind_MdDbTextStyleTableRecord_bigFontFileName_0=
  376. function(){return($q=b._emscripten_bind_MdDbTextStyleTableRecord_bigFontFileName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_bigFontFileName_0).apply(null,arguments)},ar=b._emscripten_bind_MdDbTextStyleTableRecord_setBigFontFileName_1=function(){return(ar=b._emscripten_bind_MdDbTextStyleTableRecord_setBigFontFileName_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setBigFontFileName_1).apply(null,arguments)},br=b._emscripten_bind_MdDbTextStyleTableRecord_setFont_5=function(){return(br=b._emscripten_bind_MdDbTextStyleTableRecord_setFont_5=
  377. b.asm.emscripten_bind_MdDbTextStyleTableRecord_setFont_5).apply(null,arguments)},cr=b._emscripten_bind_MdDbTextStyleTableRecord_font_0=function(){return(cr=b._emscripten_bind_MdDbTextStyleTableRecord_font_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_font_0).apply(null,arguments)},dr=b._emscripten_bind_MdDbTextStyleTableRecord_GetObjectID_0=function(){return(dr=b._emscripten_bind_MdDbTextStyleTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetObjectID_0).apply(null,arguments)},
  378. er=b._emscripten_bind_MdDbTextStyleTableRecord_Erase_0=function(){return(er=b._emscripten_bind_MdDbTextStyleTableRecord_Erase_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_Erase_0).apply(null,arguments)},fr=b._emscripten_bind_MdDbTextStyleTableRecord_isErased_0=function(){return(fr=b._emscripten_bind_MdDbTextStyleTableRecord_isErased_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isErased_0).apply(null,arguments)},gr=b._emscripten_bind_MdDbTextStyleTableRecord_unErase_0=function(){return(gr=
  379. b._emscripten_bind_MdDbTextStyleTableRecord_unErase_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_unErase_0).apply(null,arguments)},hr=b._emscripten_bind_MdDbTextStyleTableRecord_ConnectionTempObject_1=function(){return(hr=b._emscripten_bind_MdDbTextStyleTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_ConnectionTempObject_1).apply(null,arguments)},ir=b._emscripten_bind_MdDbTextStyleTableRecord_GetExtensionDictionary_0=function(){return(ir=b._emscripten_bind_MdDbTextStyleTableRecord_GetExtensionDictionary_0=
  380. b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetExtensionDictionary_0).apply(null,arguments)},jr=b._emscripten_bind_MdDbTextStyleTableRecord_CreateExtensionDictionary_0=function(){return(jr=b._emscripten_bind_MdDbTextStyleTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},kr=b._emscripten_bind_MdDbTextStyleTableRecord_IsHaveExtensionDictionary_0=function(){return(kr=b._emscripten_bind_MdDbTextStyleTableRecord_IsHaveExtensionDictionary_0=
  381. b.asm.emscripten_bind_MdDbTextStyleTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},lr=b._emscripten_bind_MdDbTextStyleTableRecord_Clone_0=function(){return(lr=b._emscripten_bind_MdDbTextStyleTableRecord_Clone_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_Clone_0).apply(null,arguments)},mr=b._emscripten_bind_MdDbTextStyleTableRecord_GetHandle_0=function(){return(mr=b._emscripten_bind_MdDbTextStyleTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetHandle_0).apply(null,
  382. arguments)},nr=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabase_0=function(){return(nr=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetDatabase_0).apply(null,arguments)},or=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabaseIndexId_0=function(){return(or=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetDatabaseIndexId_0).apply(null,arguments)},pr=b._emscripten_bind_MdDbTextStyleTableRecord_GetOwnerID_0=
  383. function(){return(pr=b._emscripten_bind_MdDbTextStyleTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetOwnerID_0).apply(null,arguments)},qr=b._emscripten_bind_MdDbTextStyleTableRecord_moveGripPointsAt_4=function(){return(qr=b._emscripten_bind_MdDbTextStyleTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbTextStyleTableRecord_moveGripPointsAt_4).apply(null,arguments)},rr=b._emscripten_bind_MdDbTextStyleTableRecord_getGripPoints_0=function(){return(rr=b._emscripten_bind_MdDbTextStyleTableRecord_getGripPoints_0=
  384. b.asm.emscripten_bind_MdDbTextStyleTableRecord_getGripPoints_0).apply(null,arguments)},sr=b._emscripten_bind_MdDbTextStyleTableRecord_getObjectName_0=function(){return(sr=b._emscripten_bind_MdDbTextStyleTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getObjectName_0).apply(null,arguments)},tr=b._emscripten_bind_MdDbTextStyleTableRecord_getDxf0_0=function(){return(tr=b._emscripten_bind_MdDbTextStyleTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getDxf0_0).apply(null,
  385. arguments)},ur=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTypeName_0=function(){return(ur=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTypeName_0).apply(null,arguments)},vr=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityid_0=function(){return(vr=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityid_0).apply(null,
  386. arguments)},wr=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTempid_0=function(){return(wr=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTempid_0).apply(null,arguments)},xr=b._emscripten_bind_MdDbTextStyleTableRecord_setCustomEntityTempid_1=function(){return(xr=b._emscripten_bind_MdDbTextStyleTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setCustomEntityTempid_1).apply(null,
  387. arguments)},yr=b._emscripten_bind_MdDbTextStyleTableRecord_getJson_0=function(){return(yr=b._emscripten_bind_MdDbTextStyleTableRecord_getJson_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getJson_0).apply(null,arguments)},zr=b._emscripten_bind_MdDbTextStyleTableRecord_setJson_1=function(){return(zr=b._emscripten_bind_MdDbTextStyleTableRecord_setJson_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setJson_1).apply(null,arguments)},Ar=b._emscripten_bind_MdDbTextStyleTableRecord_isKindOf_1=function(){return(Ar=
  388. b._emscripten_bind_MdDbTextStyleTableRecord_isKindOf_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isKindOf_1).apply(null,arguments)},Br=b._emscripten_bind_MdDbTextStyleTableRecord_isNull_0=function(){return(Br=b._emscripten_bind_MdDbTextStyleTableRecord_isNull_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isNull_0).apply(null,arguments)},Cr=b._emscripten_bind_MdDbTextStyleTableRecord___destroy___0=function(){return(Cr=b._emscripten_bind_MdDbTextStyleTableRecord___destroy___0=b.asm.emscripten_bind_MdDbTextStyleTableRecord___destroy___0).apply(null,
  389. arguments)},Dr=b._emscripten_bind_MdDbLayerTable_getAllRecordId_1=function(){return(Dr=b._emscripten_bind_MdDbLayerTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbLayerTable_getAllRecordId_1).apply(null,arguments)},Er=b._emscripten_bind_MdDbLayerTable_add_1=function(){return(Er=b._emscripten_bind_MdDbLayerTable_add_1=b.asm.emscripten_bind_MdDbLayerTable_add_1).apply(null,arguments)},Fr=b._emscripten_bind_MdDbLayerTable_get_2=function(){return(Fr=b._emscripten_bind_MdDbLayerTable_get_2=b.asm.emscripten_bind_MdDbLayerTable_get_2).apply(null,
  390. arguments)},Gr=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=function(){return(Gr=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTable_GetObjectID_0).apply(null,arguments)},Hr=b._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(Hr=b._emscripten_bind_MdDbLayerTable_Erase_0=b.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},Ir=b._emscripten_bind_MdDbLayerTable_isErased_0=function(){return(Ir=b._emscripten_bind_MdDbLayerTable_isErased_0=b.asm.emscripten_bind_MdDbLayerTable_isErased_0).apply(null,
  391. arguments)},Jr=b._emscripten_bind_MdDbLayerTable_unErase_0=function(){return(Jr=b._emscripten_bind_MdDbLayerTable_unErase_0=b.asm.emscripten_bind_MdDbLayerTable_unErase_0).apply(null,arguments)},Kr=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(Kr=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},Lr=b._emscripten_bind_MdDbLayerTable_GetExtensionDictionary_0=function(){return(Lr=b._emscripten_bind_MdDbLayerTable_GetExtensionDictionary_0=
  392. b.asm.emscripten_bind_MdDbLayerTable_GetExtensionDictionary_0).apply(null,arguments)},Mr=b._emscripten_bind_MdDbLayerTable_CreateExtensionDictionary_0=function(){return(Mr=b._emscripten_bind_MdDbLayerTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTable_CreateExtensionDictionary_0).apply(null,arguments)},Nr=b._emscripten_bind_MdDbLayerTable_IsHaveExtensionDictionary_0=function(){return(Nr=b._emscripten_bind_MdDbLayerTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTable_IsHaveExtensionDictionary_0).apply(null,
  393. arguments)},Or=b._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(Or=b._emscripten_bind_MdDbLayerTable_Clone_0=b.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},Pr=b._emscripten_bind_MdDbLayerTable_GetHandle_0=function(){return(Pr=b._emscripten_bind_MdDbLayerTable_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTable_GetHandle_0).apply(null,arguments)},Qr=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=function(){return(Qr=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=b.asm.emscripten_bind_MdDbLayerTable_GetDatabase_0).apply(null,
  394. arguments)},Rr=b._emscripten_bind_MdDbLayerTable_GetDatabaseIndexId_0=function(){return(Rr=b._emscripten_bind_MdDbLayerTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLayerTable_GetDatabaseIndexId_0).apply(null,arguments)},Sr=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=function(){return(Sr=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTable_GetOwnerID_0).apply(null,arguments)},Tr=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(Tr=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=
  395. b.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},Ur=b._emscripten_bind_MdDbLayerTable_getGripPoints_0=function(){return(Ur=b._emscripten_bind_MdDbLayerTable_getGripPoints_0=b.asm.emscripten_bind_MdDbLayerTable_getGripPoints_0).apply(null,arguments)},Vr=b._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(Vr=b._emscripten_bind_MdDbLayerTable_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},Wr=b._emscripten_bind_MdDbLayerTable_getDxf0_0=
  396. function(){return(Wr=b._emscripten_bind_MdDbLayerTable_getDxf0_0=b.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},Xr=b._emscripten_bind_MdDbLayerTable_getCustomEntityTypeName_0=function(){return(Xr=b._emscripten_bind_MdDbLayerTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLayerTable_getCustomEntityTypeName_0).apply(null,arguments)},Yr=b._emscripten_bind_MdDbLayerTable_getCustomEntityid_0=function(){return(Yr=b._emscripten_bind_MdDbLayerTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLayerTable_getCustomEntityid_0).apply(null,
  397. arguments)},Zr=b._emscripten_bind_MdDbLayerTable_getCustomEntityTempid_0=function(){return(Zr=b._emscripten_bind_MdDbLayerTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLayerTable_getCustomEntityTempid_0).apply(null,arguments)},$r=b._emscripten_bind_MdDbLayerTable_setCustomEntityTempid_1=function(){return($r=b._emscripten_bind_MdDbLayerTable_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLayerTable_setCustomEntityTempid_1).apply(null,arguments)},as=b._emscripten_bind_MdDbLayerTable_getJson_0=
  398. function(){return(as=b._emscripten_bind_MdDbLayerTable_getJson_0=b.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},bs=b._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(bs=b._emscripten_bind_MdDbLayerTable_setJson_1=b.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},cs=b._emscripten_bind_MdDbLayerTable_isKindOf_1=function(){return(cs=b._emscripten_bind_MdDbLayerTable_isKindOf_1=b.asm.emscripten_bind_MdDbLayerTable_isKindOf_1).apply(null,arguments)},
  399. ds=b._emscripten_bind_MdDbLayerTable_isNull_0=function(){return(ds=b._emscripten_bind_MdDbLayerTable_isNull_0=b.asm.emscripten_bind_MdDbLayerTable_isNull_0).apply(null,arguments)},es=b._emscripten_bind_MdDbLinetypeTable_getAllRecordId_1=function(){return(es=b._emscripten_bind_MdDbLinetypeTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbLinetypeTable_getAllRecordId_1).apply(null,arguments)},gs=b._emscripten_bind_MdDbLinetypeTable_add_1=function(){return(gs=b._emscripten_bind_MdDbLinetypeTable_add_1=
  400. b.asm.emscripten_bind_MdDbLinetypeTable_add_1).apply(null,arguments)},hs=b._emscripten_bind_MdDbLinetypeTable_get_2=function(){return(hs=b._emscripten_bind_MdDbLinetypeTable_get_2=b.asm.emscripten_bind_MdDbLinetypeTable_get_2).apply(null,arguments)},is=b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=function(){return(is=b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetObjectID_0).apply(null,arguments)},js=b._emscripten_bind_MdDbLinetypeTable_Erase_0=
  401. function(){return(js=b._emscripten_bind_MdDbLinetypeTable_Erase_0=b.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},ks=b._emscripten_bind_MdDbLinetypeTable_isErased_0=function(){return(ks=b._emscripten_bind_MdDbLinetypeTable_isErased_0=b.asm.emscripten_bind_MdDbLinetypeTable_isErased_0).apply(null,arguments)},ls=b._emscripten_bind_MdDbLinetypeTable_unErase_0=function(){return(ls=b._emscripten_bind_MdDbLinetypeTable_unErase_0=b.asm.emscripten_bind_MdDbLinetypeTable_unErase_0).apply(null,
  402. arguments)},ms=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(ms=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},ns=b._emscripten_bind_MdDbLinetypeTable_GetExtensionDictionary_0=function(){return(ns=b._emscripten_bind_MdDbLinetypeTable_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetExtensionDictionary_0).apply(null,arguments)},ps=b._emscripten_bind_MdDbLinetypeTable_CreateExtensionDictionary_0=
  403. function(){return(ps=b._emscripten_bind_MdDbLinetypeTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTable_CreateExtensionDictionary_0).apply(null,arguments)},qs=b._emscripten_bind_MdDbLinetypeTable_IsHaveExtensionDictionary_0=function(){return(qs=b._emscripten_bind_MdDbLinetypeTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTable_IsHaveExtensionDictionary_0).apply(null,arguments)},rs=b._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(rs=b._emscripten_bind_MdDbLinetypeTable_Clone_0=
  404. b.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},ss=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=function(){return(ss=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetHandle_0).apply(null,arguments)},ts=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=function(){return(ts=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetDatabase_0).apply(null,arguments)},us=b._emscripten_bind_MdDbLinetypeTable_GetDatabaseIndexId_0=
  405. function(){return(us=b._emscripten_bind_MdDbLinetypeTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetDatabaseIndexId_0).apply(null,arguments)},vs=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=function(){return(vs=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetOwnerID_0).apply(null,arguments)},xs=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(xs=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=
  406. b.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},ys=b._emscripten_bind_MdDbLinetypeTable_getGripPoints_0=function(){return(ys=b._emscripten_bind_MdDbLinetypeTable_getGripPoints_0=b.asm.emscripten_bind_MdDbLinetypeTable_getGripPoints_0).apply(null,arguments)},zs=b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(zs=b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=b.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},
  407. As=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(As=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=b.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Bs=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTypeName_0=function(){return(Bs=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLinetypeTable_getCustomEntityTypeName_0).apply(null,arguments)},Cs=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityid_0=function(){return(Cs=
  408. b._emscripten_bind_MdDbLinetypeTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLinetypeTable_getCustomEntityid_0).apply(null,arguments)},Ds=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTempid_0=function(){return(Ds=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLinetypeTable_getCustomEntityTempid_0).apply(null,arguments)},Es=b._emscripten_bind_MdDbLinetypeTable_setCustomEntityTempid_1=function(){return(Es=b._emscripten_bind_MdDbLinetypeTable_setCustomEntityTempid_1=
  409. b.asm.emscripten_bind_MdDbLinetypeTable_setCustomEntityTempid_1).apply(null,arguments)},Fs=b._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Fs=b._emscripten_bind_MdDbLinetypeTable_getJson_0=b.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},Gs=b._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(Gs=b._emscripten_bind_MdDbLinetypeTable_setJson_1=b.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Hs=b._emscripten_bind_MdDbLinetypeTable_isKindOf_1=
  410. function(){return(Hs=b._emscripten_bind_MdDbLinetypeTable_isKindOf_1=b.asm.emscripten_bind_MdDbLinetypeTable_isKindOf_1).apply(null,arguments)},Is=b._emscripten_bind_MdDbLinetypeTable_isNull_0=function(){return(Is=b._emscripten_bind_MdDbLinetypeTable_isNull_0=b.asm.emscripten_bind_MdDbLinetypeTable_isNull_0).apply(null,arguments)},Js=b._emscripten_bind_MdDbTextStyleTable_getAllRecordId_1=function(){return(Js=b._emscripten_bind_MdDbTextStyleTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbTextStyleTable_getAllRecordId_1).apply(null,
  411. arguments)},Ks=b._emscripten_bind_MdDbTextStyleTable_add_1=function(){return(Ks=b._emscripten_bind_MdDbTextStyleTable_add_1=b.asm.emscripten_bind_MdDbTextStyleTable_add_1).apply(null,arguments)},Ls=b._emscripten_bind_MdDbTextStyleTable_get_2=function(){return(Ls=b._emscripten_bind_MdDbTextStyleTable_get_2=b.asm.emscripten_bind_MdDbTextStyleTable_get_2).apply(null,arguments)},Ms=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=function(){return(Ms=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=
  412. b.asm.emscripten_bind_MdDbTextStyleTable_GetObjectID_0).apply(null,arguments)},Ns=b._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(Ns=b._emscripten_bind_MdDbTextStyleTable_Erase_0=b.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Os=b._emscripten_bind_MdDbTextStyleTable_isErased_0=function(){return(Os=b._emscripten_bind_MdDbTextStyleTable_isErased_0=b.asm.emscripten_bind_MdDbTextStyleTable_isErased_0).apply(null,arguments)},Ps=b._emscripten_bind_MdDbTextStyleTable_unErase_0=
  413. function(){return(Ps=b._emscripten_bind_MdDbTextStyleTable_unErase_0=b.asm.emscripten_bind_MdDbTextStyleTable_unErase_0).apply(null,arguments)},Qs=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(Qs=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Rs=b._emscripten_bind_MdDbTextStyleTable_GetExtensionDictionary_0=function(){return(Rs=b._emscripten_bind_MdDbTextStyleTable_GetExtensionDictionary_0=
  414. b.asm.emscripten_bind_MdDbTextStyleTable_GetExtensionDictionary_0).apply(null,arguments)},Ss=b._emscripten_bind_MdDbTextStyleTable_CreateExtensionDictionary_0=function(){return(Ss=b._emscripten_bind_MdDbTextStyleTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbTextStyleTable_CreateExtensionDictionary_0).apply(null,arguments)},Ts=b._emscripten_bind_MdDbTextStyleTable_IsHaveExtensionDictionary_0=function(){return(Ts=b._emscripten_bind_MdDbTextStyleTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbTextStyleTable_IsHaveExtensionDictionary_0).apply(null,
  415. arguments)},Us=b._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Us=b._emscripten_bind_MdDbTextStyleTable_Clone_0=b.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Vs=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=function(){return(Vs=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetHandle_0).apply(null,arguments)},Ws=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=function(){return(Ws=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=
  416. b.asm.emscripten_bind_MdDbTextStyleTable_GetDatabase_0).apply(null,arguments)},Xs=b._emscripten_bind_MdDbTextStyleTable_GetDatabaseIndexId_0=function(){return(Xs=b._emscripten_bind_MdDbTextStyleTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetDatabaseIndexId_0).apply(null,arguments)},Ys=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=function(){return(Ys=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetOwnerID_0).apply(null,arguments)},
  417. Zs=b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(Zs=b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},$s=b._emscripten_bind_MdDbTextStyleTable_getGripPoints_0=function(){return($s=b._emscripten_bind_MdDbTextStyleTable_getGripPoints_0=b.asm.emscripten_bind_MdDbTextStyleTable_getGripPoints_0).apply(null,arguments)},at=b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(at=
  418. b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=b.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},bt=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(bt=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=b.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,arguments)},ct=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTypeName_0=function(){return(ct=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbTextStyleTable_getCustomEntityTypeName_0).apply(null,
  419. arguments)},dt=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityid_0=function(){return(dt=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbTextStyleTable_getCustomEntityid_0).apply(null,arguments)},et=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTempid_0=function(){return(et=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbTextStyleTable_getCustomEntityTempid_0).apply(null,arguments)},ft=b._emscripten_bind_MdDbTextStyleTable_setCustomEntityTempid_1=
  420. function(){return(ft=b._emscripten_bind_MdDbTextStyleTable_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbTextStyleTable_setCustomEntityTempid_1).apply(null,arguments)},gt=b._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(gt=b._emscripten_bind_MdDbTextStyleTable_getJson_0=b.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},ht=b._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(ht=b._emscripten_bind_MdDbTextStyleTable_setJson_1=b.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,
  421. arguments)},it=b._emscripten_bind_MdDbTextStyleTable_isKindOf_1=function(){return(it=b._emscripten_bind_MdDbTextStyleTable_isKindOf_1=b.asm.emscripten_bind_MdDbTextStyleTable_isKindOf_1).apply(null,arguments)},jt=b._emscripten_bind_MdDbTextStyleTable_isNull_0=function(){return(jt=b._emscripten_bind_MdDbTextStyleTable_isNull_0=b.asm.emscripten_bind_MdDbTextStyleTable_isNull_0).apply(null,arguments)},kt=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(kt=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=
  422. b.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},lt=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(lt=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=b.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},mt=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return(mt=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=b.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},nt=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=
  423. function(){return(nt=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=b.asm.emscripten_bind_MdDbDatabase_GetBlockTable_0).apply(null,arguments)},ot=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=function(){return(ot=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=b.asm.emscripten_bind_MdDbDatabase_CurrentSpace_0).apply(null,arguments)},pt=b._emscripten_bind_MdDbDatabase_GetNamedObjectsDictionary_0=function(){return(pt=b._emscripten_bind_MdDbDatabase_GetNamedObjectsDictionary_0=b.asm.emscripten_bind_MdDbDatabase_GetNamedObjectsDictionary_0).apply(null,
  424. arguments)},qt=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(qt=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,arguments)},rt=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(rt=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},st=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=
  425. function(){return(st=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},tt=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=function(){return(tt=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},ut=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(ut=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=
  426. b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},vt=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(vt=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},wt=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(wt=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,
  427. arguments)},xt=b._emscripten_bind_MdDbDatabase_GetCurrentlyDrawColor_0=function(){return(xt=b._emscripten_bind_MdDbDatabase_GetCurrentlyDrawColor_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyDrawColor_0).apply(null,arguments)},yt=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(yt=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,arguments)},zt=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=
  428. function(){return(zt=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},At=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(At=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},Bt=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=function(){return(Bt=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=
  429. b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},Ct=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(Ct=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},Dt=b._emscripten_bind_MdDbDatabase_HandleToIdIndex_1=function(){return(Dt=b._emscripten_bind_MdDbDatabase_HandleToIdIndex_1=b.asm.emscripten_bind_MdDbDatabase_HandleToIdIndex_1).apply(null,arguments)},
  430. Et=b._emscripten_bind_MdDbDatabase_IsModifyed_0=function(){return(Et=b._emscripten_bind_MdDbDatabase_IsModifyed_0=b.asm.emscripten_bind_MdDbDatabase_IsModifyed_0).apply(null,arguments)},Ft=b._emscripten_bind_MdDbDatabase_SetModifyed_1=function(){return(Ft=b._emscripten_bind_MdDbDatabase_SetModifyed_1=b.asm.emscripten_bind_MdDbDatabase_SetModifyed_1).apply(null,arguments)},Gt=b._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(Gt=b._emscripten_bind_MdDbDatabase_getObjectName_0=b.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,
  431. arguments)},Ht=b._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(Ht=b._emscripten_bind_MdDbDatabase_getDxf0_0=b.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},It=b._emscripten_bind_MdDbDatabase_getCustomEntityTypeName_0=function(){return(It=b._emscripten_bind_MdDbDatabase_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbDatabase_getCustomEntityTypeName_0).apply(null,arguments)},Jt=b._emscripten_bind_MdDbDatabase_getCustomEntityid_0=function(){return(Jt=b._emscripten_bind_MdDbDatabase_getCustomEntityid_0=
  432. b.asm.emscripten_bind_MdDbDatabase_getCustomEntityid_0).apply(null,arguments)},Kt=b._emscripten_bind_MdDbDatabase_getCustomEntityTempid_0=function(){return(Kt=b._emscripten_bind_MdDbDatabase_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbDatabase_getCustomEntityTempid_0).apply(null,arguments)},Lt=b._emscripten_bind_MdDbDatabase_setCustomEntityTempid_1=function(){return(Lt=b._emscripten_bind_MdDbDatabase_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbDatabase_setCustomEntityTempid_1).apply(null,
  433. arguments)},Mt=b._emscripten_bind_MdDbDatabase_getJson_0=function(){return(Mt=b._emscripten_bind_MdDbDatabase_getJson_0=b.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},Nt=b._emscripten_bind_MdDbDatabase_setJson_1=function(){return(Nt=b._emscripten_bind_MdDbDatabase_setJson_1=b.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},Ot=b._emscripten_bind_MdDbDatabase_isKindOf_1=function(){return(Ot=b._emscripten_bind_MdDbDatabase_isKindOf_1=b.asm.emscripten_bind_MdDbDatabase_isKindOf_1).apply(null,
  434. arguments)},Pt=b._emscripten_bind_MdDbDatabase_isNull_0=function(){return(Pt=b._emscripten_bind_MdDbDatabase_isNull_0=b.asm.emscripten_bind_MdDbDatabase_isNull_0).apply(null,arguments)},Qt=b._emscripten_bind_McObject_updateDisplay_2=function(){return(Qt=b._emscripten_bind_McObject_updateDisplay_2=b.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},Rt=b._emscripten_bind_McObject_updateDisplayMatrixData_2=function(){return(Rt=b._emscripten_bind_McObject_updateDisplayMatrixData_2=
  435. b.asm.emscripten_bind_McObject_updateDisplayMatrixData_2).apply(null,arguments)},St=b._emscripten_bind_McObject_test_0=function(){return(St=b._emscripten_bind_McObject_test_0=b.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},Tt=b._emscripten_bind_McObject_openWebFile_6=function(){return(Tt=b._emscripten_bind_McObject_openWebFile_6=b.asm.emscripten_bind_McObject_openWebFile_6).apply(null,arguments)},Ut=b._emscripten_bind_McObject_loadTz_1=function(){return(Ut=b._emscripten_bind_McObject_loadTz_1=
  436. b.asm.emscripten_bind_McObject_loadTz_1).apply(null,arguments)},Vt=b._emscripten_bind_McObject_newFile_0=function(){return(Vt=b._emscripten_bind_McObject_newFile_0=b.asm.emscripten_bind_McObject_newFile_0).apply(null,arguments)},Wt=b._emscripten_bind_McObject_insertBlock_6=function(){return(Wt=b._emscripten_bind_McObject_insertBlock_6=b.asm.emscripten_bind_McObject_insertBlock_6).apply(null,arguments)},Xt=b._emscripten_bind_McObject_addImageDefine_2=function(){return(Xt=b._emscripten_bind_McObject_addImageDefine_2=
  437. b.asm.emscripten_bind_McObject_addImageDefine_2).apply(null,arguments)},Yt=b._emscripten_bind_McObject_saveFileToUrl_1=function(){return(Yt=b._emscripten_bind_McObject_saveFileToUrl_1=b.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},Zt=b._emscripten_bind_McObject_saveTempFile_0=function(){return(Zt=b._emscripten_bind_McObject_saveTempFile_0=b.asm.emscripten_bind_McObject_saveTempFile_0).apply(null,arguments)},$t=b._emscripten_bind_McObject_saveFileToMemory_0=function(){return($t=
  438. b._emscripten_bind_McObject_saveFileToMemory_0=b.asm.emscripten_bind_McObject_saveFileToMemory_0).apply(null,arguments)},au=b._emscripten_bind_McObject_deleteFile_1=function(){return(au=b._emscripten_bind_McObject_deleteFile_1=b.asm.emscripten_bind_McObject_deleteFile_1).apply(null,arguments)},bu=b._emscripten_bind_McObject_saveFile_2=function(){return(bu=b._emscripten_bind_McObject_saveFile_2=b.asm.emscripten_bind_McObject_saveFile_2).apply(null,arguments)},cu=b._emscripten_bind_McObject_getViewDataJsonParam_1=
  439. function(){return(cu=b._emscripten_bind_McObject_getViewDataJsonParam_1=b.asm.emscripten_bind_McObject_getViewDataJsonParam_1).apply(null,arguments)},du=b._emscripten_bind_McObject_regen_0=function(){return(du=b._emscripten_bind_McObject_regen_0=b.asm.emscripten_bind_McObject_regen_0).apply(null,arguments)},eu=b._emscripten_bind_McObject_setBrowse_1=function(){return(eu=b._emscripten_bind_McObject_setBrowse_1=b.asm.emscripten_bind_McObject_setBrowse_1).apply(null,arguments)},fu=b._emscripten_bind_McObject_GetDatabase_0=
  440. function(){return(fu=b._emscripten_bind_McObject_GetDatabase_0=b.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},gu=b._emscripten_bind_McObject_GetSysVarString_1=function(){return(gu=b._emscripten_bind_McObject_GetSysVarString_1=b.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},hu=b._emscripten_bind_McObject_SetSysVarString_2=function(){return(hu=b._emscripten_bind_McObject_SetSysVarString_2=b.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},
  441. iu=b._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(iu=b._emscripten_bind_McObject_GetSysVarDouble_1=b.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},ju=b._emscripten_bind_McObject_SetSysVarDouble_2=function(){return(ju=b._emscripten_bind_McObject_SetSysVarDouble_2=b.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},ku=b._emscripten_bind_McObject_GetSysVarLong_1=function(){return(ku=b._emscripten_bind_McObject_GetSysVarLong_1=b.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,
  442. arguments)},lu=b._emscripten_bind_McObject_SetSysVarLong_2=function(){return(lu=b._emscripten_bind_McObject_SetSysVarLong_2=b.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},mu=b._emscripten_bind_McObject_GetSysVarPoint_1=function(){return(mu=b._emscripten_bind_McObject_GetSysVarPoint_1=b.asm.emscripten_bind_McObject_GetSysVarPoint_1).apply(null,arguments)},nu=b._emscripten_bind_McObject_SetSysVarPoint_3=function(){return(nu=b._emscripten_bind_McObject_SetSysVarPoint_3=b.asm.emscripten_bind_McObject_SetSysVarPoint_3).apply(null,
  443. arguments)},ou=b._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(ou=b._emscripten_bind_McObject_fireEventWindowSize_2=b.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},pu=b._emscripten_bind_McObject_fireStartRunCommand_2=function(){return(pu=b._emscripten_bind_McObject_fireStartRunCommand_2=b.asm.emscripten_bind_McObject_fireStartRunCommand_2).apply(null,arguments)},qu=b._emscripten_bind_McObject_fireEndRunCommand_2=function(){return(qu=b._emscripten_bind_McObject_fireEndRunCommand_2=
  444. b.asm.emscripten_bind_McObject_fireEndRunCommand_2).apply(null,arguments)},ru=b._emscripten_bind_McObject_fireEventDragWillEnd_0=function(){return(ru=b._emscripten_bind_McObject_fireEventDragWillEnd_0=b.asm.emscripten_bind_McObject_fireEventDragWillEnd_0).apply(null,arguments)},su=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(su=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=b.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},tu=
  445. b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=function(){return(tu=b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=b.asm.emscripten_bind_McObject_IntelliSelect_RangeSelect_5).apply(null,arguments)},uu=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=function(){return(uu=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=b.asm.emscripten_bind_McObject_Osnap_NotifyOsnap_8).apply(null,arguments)},vu=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(vu=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=
  446. b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,arguments)},wu=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(wu=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},xu=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(xu=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=
  447. b.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,arguments)},yu=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(yu=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},zu=b._emscripten_bind_McObject_SetDrawColor_1=function(){return(zu=b._emscripten_bind_McObject_SetDrawColor_1=b.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,
  448. arguments)},Au=b._emscripten_bind_McObject_GetDrawColor_0=function(){return(Au=b._emscripten_bind_McObject_GetDrawColor_0=b.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},Bu=b._emscripten_bind_McObject_AddLayer_1=function(){return(Bu=b._emscripten_bind_McObject_AddLayer_1=b.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Cu=b._emscripten_bind_McObject_SetDrawLayer_1=function(){return(Cu=b._emscripten_bind_McObject_SetDrawLayer_1=b.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,
  449. arguments)},Du=b._emscripten_bind_McObject_GetDrawLayer_0=function(){return(Du=b._emscripten_bind_McObject_GetDrawLayer_0=b.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},Eu=b._emscripten_bind_McObject_AddTextStyle_4=function(){return(Eu=b._emscripten_bind_McObject_AddTextStyle_4=b.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Fu=b._emscripten_bind_McObject_AddTureTypeTextStyle_3=function(){return(Fu=b._emscripten_bind_McObject_AddTureTypeTextStyle_3=b.asm.emscripten_bind_McObject_AddTureTypeTextStyle_3).apply(null,
  450. arguments)},Gu=b._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Gu=b._emscripten_bind_McObject_SetDrawTextStyle_1=b.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},Hu=b._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Hu=b._emscripten_bind_McObject_GetDrawTextStyle_0=b.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Iu=b._emscripten_bind_McObject_AddLinetype_2=function(){return(Iu=b._emscripten_bind_McObject_AddLinetype_2=
  451. b.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Ju=b._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Ju=b._emscripten_bind_McObject_AddLinetypeEx_3=b.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,arguments)},Ku=b._emscripten_bind_McObject_AddDimStyle_5=function(){return(Ku=b._emscripten_bind_McObject_AddDimStyle_5=b.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Lu=b._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Lu=b._emscripten_bind_McObject_SetDrawLinetype_1=
  452. b.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},Mu=b._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Mu=b._emscripten_bind_McObject_GetDrawLinetype_0=b.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,arguments)},Nu=b._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(Nu=b._emscripten_bind_McObject_SetDrawLineWeight_1=b.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},Ou=b._emscripten_bind_McObject_GetDrawLineWeight_0=
  453. function(){return(Ou=b._emscripten_bind_McObject_GetDrawLineWeight_0=b.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},Pu=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(Pu=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=b.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},Qu=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(Qu=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=b.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,
  454. arguments)},Ru=b._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(Ru=b._emscripten_bind_McObject_SetDrawDimStyle_1=b.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},Su=b._emscripten_bind_McObject_GetDrawDimStyle_0=function(){return(Su=b._emscripten_bind_McObject_GetDrawDimStyle_0=b.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},Tu=b._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(Tu=b._emscripten_bind_McObject_SetPatternDefinition_1=
  455. b.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},Uu=b._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(Uu=b._emscripten_bind_McObject_GetPatternDefinition_0=b.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,arguments)},Vu=b._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(Vu=b._emscripten_bind_McObject_SetDrawLineWidth_1=b.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},Wu=b._emscripten_bind_McObject_GetDrawLineWidth_0=
  456. function(){return(Wu=b._emscripten_bind_McObject_GetDrawLineWidth_0=b.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},Xu=b._emscripten_bind_McObject_DrawImage_6=function(){return(Xu=b._emscripten_bind_McObject_DrawImage_6=b.asm.emscripten_bind_McObject_DrawImage_6).apply(null,arguments)},Yu=b._emscripten_bind_McObject_DrawLine_6=function(){return(Yu=b._emscripten_bind_McObject_DrawLine_6=b.asm.emscripten_bind_McObject_DrawLine_6).apply(null,arguments)},Zu=b._emscripten_bind_McObject_DrawArc_5=
  457. function(){return(Zu=b._emscripten_bind_McObject_DrawArc_5=b.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},$u=b._emscripten_bind_McObject_DrawArc2_6=function(){return($u=b._emscripten_bind_McObject_DrawArc2_6=b.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},av=b._emscripten_bind_McObject_DrawArc3_5=function(){return(av=b._emscripten_bind_McObject_DrawArc3_5=b.asm.emscripten_bind_McObject_DrawArc3_5).apply(null,arguments)},bv=b._emscripten_bind_McObject_DrawCircle_3=
  458. function(){return(bv=b._emscripten_bind_McObject_DrawCircle_3=b.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,arguments)},cv=b._emscripten_bind_McObject_DrawEllipse_5=function(){return(cv=b._emscripten_bind_McObject_DrawEllipse_5=b.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},dv=b._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(dv=b._emscripten_bind_McObject_DrawEllipseArc_7=b.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},ev=b._emscripten_bind_McObject_DrawPoint_2=
  459. function(){return(ev=b._emscripten_bind_McObject_DrawPoint_2=b.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,arguments)},fv=b._emscripten_bind_McObject_DrawSolid_8=function(){return(fv=b._emscripten_bind_McObject_DrawSolid_8=b.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},gv=b._emscripten_bind_McObject_DrawMText_7=function(){return(gv=b._emscripten_bind_McObject_DrawMText_7=b.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},hv=b._emscripten_bind_McObject_DrawText_7=
  460. function(){return(hv=b._emscripten_bind_McObject_DrawText_7=b.asm.emscripten_bind_McObject_DrawText_7).apply(null,arguments)},iv=b._emscripten_bind_McObject_DrawBlockReference_5=function(){return(iv=b._emscripten_bind_McObject_DrawBlockReference_5=b.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},jv=b._emscripten_bind_McObject_DrawDimAligned_6=function(){return(jv=b._emscripten_bind_McObject_DrawDimAligned_6=b.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},
  461. kv=b._emscripten_bind_McObject_DrawDimAngular_8=function(){return(kv=b._emscripten_bind_McObject_DrawDimAngular_8=b.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},lv=b._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(lv=b._emscripten_bind_McObject_DrawDimDiametric_5=b.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},mv=b._emscripten_bind_McObject_DrawDimRotated_7=function(){return(mv=b._emscripten_bind_McObject_DrawDimRotated_7=b.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,
  462. arguments)},nv=b._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(nv=b._emscripten_bind_McObject_DrawDimOrdinate_5=b.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},ov=b._emscripten_bind_McObject_DrawDimRadial_5=function(){return(ov=b._emscripten_bind_McObject_DrawDimRadial_5=b.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},pv=b._emscripten_bind_McObject_PathMoveTo_2=function(){return(pv=b._emscripten_bind_McObject_PathMoveTo_2=b.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,
  463. arguments)},qv=b._emscripten_bind_McObject_PathMoveToEx_5=function(){return(qv=b._emscripten_bind_McObject_PathMoveToEx_5=b.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},rv=b._emscripten_bind_McObject_PathLineTo_2=function(){return(rv=b._emscripten_bind_McObject_PathLineTo_2=b.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},sv=b._emscripten_bind_McObject_PathLineToEx_5=function(){return(sv=b._emscripten_bind_McObject_PathLineToEx_5=b.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,
  464. arguments)},tv=b._emscripten_bind_McObject_PathCircle_5=function(){return(tv=b._emscripten_bind_McObject_PathCircle_5=b.asm.emscripten_bind_McObject_PathCircle_5).apply(null,arguments)},uv=b._emscripten_bind_McObject_DrawPathToPolyline_0=function(){return(uv=b._emscripten_bind_McObject_DrawPathToPolyline_0=b.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},vv=b._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(vv=b._emscripten_bind_McObject_DrawPathToSpline_0=
  465. b.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},wv=b._emscripten_bind_McObject_PathMakeClosed_0=function(){return(wv=b._emscripten_bind_McObject_PathMakeClosed_0=b.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,arguments)},xv=b._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(xv=b._emscripten_bind_McObject_DrawPathToHatch_1=b.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},yv=b._emscripten_bind_McObject_DrawHatch_2=function(){return(yv=
  466. b._emscripten_bind_McObject_DrawHatch_2=b.asm.emscripten_bind_McObject_DrawHatch_2).apply(null,arguments)},zv=b._emscripten_bind_McObject_DrawEntity_1=function(){return(zv=b._emscripten_bind_McObject_DrawEntity_1=b.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Av=b._emscripten_bind_McObject_GetAllLayoutName_0=function(){return(Av=b._emscripten_bind_McObject_GetAllLayoutName_0=b.asm.emscripten_bind_McObject_GetAllLayoutName_0).apply(null,arguments)},Bv=b._emscripten_bind_McObject_SetCurrentLayout_1=
  467. function(){return(Bv=b._emscripten_bind_McObject_SetCurrentLayout_1=b.asm.emscripten_bind_McObject_SetCurrentLayout_1).apply(null,arguments)},Cv=b._emscripten_bind_McObject_PathMakeExclude_1=function(){return(Cv=b._emscripten_bind_McObject_PathMakeExclude_1=b.asm.emscripten_bind_McObject_PathMakeExclude_1).apply(null,arguments)},Dv=b._emscripten_bind_McObject_AddPatternDefinition_2=function(){return(Dv=b._emscripten_bind_McObject_AddPatternDefinition_2=b.asm.emscripten_bind_McObject_AddPatternDefinition_2).apply(null,
  468. arguments)},Ev=b._emscripten_bind_McObject_SetAppId_1=function(){return(Ev=b._emscripten_bind_McObject_SetAppId_1=b.asm.emscripten_bind_McObject_SetAppId_1).apply(null,arguments)},Fv=b._emscripten_bind_McObject_UpdateLayerDisplayStatus_0=function(){return(Fv=b._emscripten_bind_McObject_UpdateLayerDisplayStatus_0=b.asm.emscripten_bind_McObject_UpdateLayerDisplayStatus_0).apply(null,arguments)},Gv=b._emscripten_bind_McObject_initRegist_1=function(){return(Gv=b._emscripten_bind_McObject_initRegist_1=
  469. b.asm.emscripten_bind_McObject_initRegist_1).apply(null,arguments)},Hv=b._emscripten_bind_McObject_isTryVersion_0=function(){return(Hv=b._emscripten_bind_McObject_isTryVersion_0=b.asm.emscripten_bind_McObject_isTryVersion_0).apply(null,arguments)},Iv=b._emscripten_bind_McObject_setViewBackgroundColor_3=function(){return(Iv=b._emscripten_bind_McObject_setViewBackgroundColor_3=b.asm.emscripten_bind_McObject_setViewBackgroundColor_3).apply(null,arguments)},Jv=b._emscripten_bind_McObject_createTexture_0=
  470. function(){return(Jv=b._emscripten_bind_McObject_createTexture_0=b.asm.emscripten_bind_McObject_createTexture_0).apply(null,arguments)},Kv=b._emscripten_bind_McObject_deleteTexture_1=function(){return(Kv=b._emscripten_bind_McObject_deleteTexture_1=b.asm.emscripten_bind_McObject_deleteTexture_1).apply(null,arguments)},Lv=b._emscripten_bind_McObject_bindTexture_2=function(){return(Lv=b._emscripten_bind_McObject_bindTexture_2=b.asm.emscripten_bind_McObject_bindTexture_2).apply(null,arguments)},Mv=b._emscripten_bind_McObject_allocTextureHandle_1=
  471. function(){return(Mv=b._emscripten_bind_McObject_allocTextureHandle_1=b.asm.emscripten_bind_McObject_allocTextureHandle_1).apply(null,arguments)},Nv=b._emscripten_bind_McObject_registTexture_2=function(){return(Nv=b._emscripten_bind_McObject_registTexture_2=b.asm.emscripten_bind_McObject_registTexture_2).apply(null,arguments)},Ov=b._emscripten_bind_McObject_undo_0=function(){return(Ov=b._emscripten_bind_McObject_undo_0=b.asm.emscripten_bind_McObject_undo_0).apply(null,arguments)},Pv=b._emscripten_bind_McObject_redo_0=
  472. function(){return(Pv=b._emscripten_bind_McObject_redo_0=b.asm.emscripten_bind_McObject_redo_0).apply(null,arguments)},Qv=b._emscripten_bind_McObject_undoMark_0=function(){return(Qv=b._emscripten_bind_McObject_undoMark_0=b.asm.emscripten_bind_McObject_undoMark_0).apply(null,arguments)},Rv=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(Rv=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=b.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},Sv=b._emscripten_bind_McDrawResbuf_Clear_0=
  473. function(){return(Sv=b._emscripten_bind_McDrawResbuf_Clear_0=b.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},Tv=b._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(Tv=b._emscripten_bind_McDrawResbuf_GetCount_0=b.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},Uv=b._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(Uv=b._emscripten_bind_McDrawResbuf_AtDouble_1=b.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},Vv=b._emscripten_bind_McDrawResbuf_Atlong_1=
  474. function(){return(Vv=b._emscripten_bind_McDrawResbuf_Atlong_1=b.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},Wv=b._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(Wv=b._emscripten_bind_McDrawResbuf_AtObjectId_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},Xv=b._emscripten_bind_McDrawResbuf_AtObject_1=function(){return(Xv=b._emscripten_bind_McDrawResbuf_AtObject_1=b.asm.emscripten_bind_McDrawResbuf_AtObject_1).apply(null,arguments)},Yv=b._emscripten_bind_McDrawResbuf_AtRxObject_1=
  475. function(){return(Yv=b._emscripten_bind_McDrawResbuf_AtRxObject_1=b.asm.emscripten_bind_McDrawResbuf_AtRxObject_1).apply(null,arguments)},Zv=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=function(){return(Zv=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1).apply(null,arguments)},$v=b._emscripten_bind_McDrawResbuf_AtObjectName_1=function(){return($v=b._emscripten_bind_McDrawResbuf_AtObjectName_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectName_1).apply(null,
  476. arguments)},aw=b._emscripten_bind_McDrawResbuf_AtString_1=function(){return(aw=b._emscripten_bind_McDrawResbuf_AtString_1=b.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},bw=b._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(bw=b._emscripten_bind_McDrawResbuf_AtPoint_1=b.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,arguments)},cw=b._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(cw=b._emscripten_bind_McDrawResbuf_ItemDataType_1=b.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,
  477. arguments)},dw=b._emscripten_bind_McDrawResbuf_ItemDataDxf_1=function(){return(dw=b._emscripten_bind_McDrawResbuf_ItemDataDxf_1=b.asm.emscripten_bind_McDrawResbuf_ItemDataDxf_1).apply(null,arguments)},ew=b._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(ew=b._emscripten_bind_McDrawResbuf_AddDouble_2=b.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},fw=b._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(fw=b._emscripten_bind_McDrawResbuf_Addlong_2=b.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,
  478. arguments)},gw=b._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(gw=b._emscripten_bind_McDrawResbuf_AddObjectId_2=b.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},hw=b._emscripten_bind_McDrawResbuf_AddObject_1=function(){return(hw=b._emscripten_bind_McDrawResbuf_AddObject_1=b.asm.emscripten_bind_McDrawResbuf_AddObject_1).apply(null,arguments)},iw=b._emscripten_bind_McDrawResbuf_AddString_2=function(){return(iw=b._emscripten_bind_McDrawResbuf_AddString_2=b.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,
  479. arguments)},jw=b._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(jw=b._emscripten_bind_McDrawResbuf_AddPoint_2=b.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},kw=b._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(kw=b._emscripten_bind_McDrawResbuf_RemoveAll_0=b.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},lw=b._emscripten_bind_McDrawResbuf_Remove_1=function(){return(lw=b._emscripten_bind_McDrawResbuf_Remove_1=b.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,
  480. arguments)},mw=b._emscripten_bind_McDrawResbuf_PrintData_0=function(){return(mw=b._emscripten_bind_McDrawResbuf_PrintData_0=b.asm.emscripten_bind_McDrawResbuf_PrintData_0).apply(null,arguments)},nw=b._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(nw=b._emscripten_bind_McDrawResbuf_getObjectName_0=b.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,arguments)},ow=b._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(ow=b._emscripten_bind_McDrawResbuf_getDxf0_0=b.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,
  481. arguments)},pw=b._emscripten_bind_McDrawResbuf_getCustomEntityTypeName_0=function(){return(pw=b._emscripten_bind_McDrawResbuf_getCustomEntityTypeName_0=b.asm.emscripten_bind_McDrawResbuf_getCustomEntityTypeName_0).apply(null,arguments)},qw=b._emscripten_bind_McDrawResbuf_getCustomEntityid_0=function(){return(qw=b._emscripten_bind_McDrawResbuf_getCustomEntityid_0=b.asm.emscripten_bind_McDrawResbuf_getCustomEntityid_0).apply(null,arguments)},rw=b._emscripten_bind_McDrawResbuf_getCustomEntityTempid_0=
  482. function(){return(rw=b._emscripten_bind_McDrawResbuf_getCustomEntityTempid_0=b.asm.emscripten_bind_McDrawResbuf_getCustomEntityTempid_0).apply(null,arguments)},sw=b._emscripten_bind_McDrawResbuf_setCustomEntityTempid_1=function(){return(sw=b._emscripten_bind_McDrawResbuf_setCustomEntityTempid_1=b.asm.emscripten_bind_McDrawResbuf_setCustomEntityTempid_1).apply(null,arguments)},tw=b._emscripten_bind_McDrawResbuf_getJson_0=function(){return(tw=b._emscripten_bind_McDrawResbuf_getJson_0=b.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,
  483. arguments)},uw=b._emscripten_bind_McDrawResbuf_setJson_1=function(){return(uw=b._emscripten_bind_McDrawResbuf_setJson_1=b.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,arguments)},vw=b._emscripten_bind_McDrawResbuf_isKindOf_1=function(){return(vw=b._emscripten_bind_McDrawResbuf_isKindOf_1=b.asm.emscripten_bind_McDrawResbuf_isKindOf_1).apply(null,arguments)},ww=b._emscripten_bind_McDrawResbuf_isNull_0=function(){return(ww=b._emscripten_bind_McDrawResbuf_isNull_0=b.asm.emscripten_bind_McDrawResbuf_isNull_0).apply(null,
  484. arguments)},xw=b._emscripten_bind_McDrawResbuf___destroy___0=function(){return(xw=b._emscripten_bind_McDrawResbuf___destroy___0=b.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},yw=b._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(yw=b._emscripten_bind_McDrawUtility_McDrawUtility_0=b.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},zw=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(zw=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=
  485. b.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},Aw=b._emscripten_bind_McDrawUtility_eraseObject_2=function(){return(Aw=b._emscripten_bind_McDrawUtility_eraseObject_2=b.asm.emscripten_bind_McDrawUtility_eraseObject_2).apply(null,arguments)},Bw=b._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(Bw=b._emscripten_bind_McDrawUtility_highlightEntity_2=b.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},Cw=b._emscripten_bind_McDrawUtility_calcBulge_3=
  486. function(){return(Cw=b._emscripten_bind_McDrawUtility_calcBulge_3=b.asm.emscripten_bind_McDrawUtility_calcBulge_3).apply(null,arguments)},Dw=b._emscripten_bind_McDrawUtility_builderHatchFromPoint_2=function(){return(Dw=b._emscripten_bind_McDrawUtility_builderHatchFromPoint_2=b.asm.emscripten_bind_McDrawUtility_builderHatchFromPoint_2).apply(null,arguments)},Ew=b._emscripten_bind_McDrawUtility___destroy___0=function(){return(Ew=b._emscripten_bind_McDrawUtility___destroy___0=b.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,
  487. arguments)},Fw=b._emscripten_bind_MxDrawAssist_MxDrawAssist_0=function(){return(Fw=b._emscripten_bind_MxDrawAssist_MxDrawAssist_0=b.asm.emscripten_bind_MxDrawAssist_MxDrawAssist_0).apply(null,arguments)},Gw=b._emscripten_bind_MxDrawAssist_MxChamfer_9=function(){return(Gw=b._emscripten_bind_MxDrawAssist_MxChamfer_9=b.asm.emscripten_bind_MxDrawAssist_MxChamfer_9).apply(null,arguments)},Hw=b._emscripten_bind_MxDrawAssist_MxFillet_8=function(){return(Hw=b._emscripten_bind_MxDrawAssist_MxFillet_8=b.asm.emscripten_bind_MxDrawAssist_MxFillet_8).apply(null,
  488. arguments)},Iw=b._emscripten_bind_MxDrawAssist_MxExplode_1=function(){return(Iw=b._emscripten_bind_MxDrawAssist_MxExplode_1=b.asm.emscripten_bind_MxDrawAssist_MxExplode_1).apply(null,arguments)},Jw=b._emscripten_bind_MxDrawAssist_MxJoin_1=function(){return(Jw=b._emscripten_bind_MxDrawAssist_MxJoin_1=b.asm.emscripten_bind_MxDrawAssist_MxJoin_1).apply(null,arguments)},Kw=b._emscripten_bind_MxDrawAssist_IntersectWith_9=function(){return(Kw=b._emscripten_bind_MxDrawAssist_IntersectWith_9=b.asm.emscripten_bind_MxDrawAssist_IntersectWith_9).apply(null,
  489. arguments)},Lw=b._emscripten_bind_MxDrawAssist_GetClosestPointTo_7=function(){return(Lw=b._emscripten_bind_MxDrawAssist_GetClosestPointTo_7=b.asm.emscripten_bind_MxDrawAssist_GetClosestPointTo_7).apply(null,arguments)},Mw=b._emscripten_bind_MxDrawAssist___destroy___0=function(){return(Mw=b._emscripten_bind_MxDrawAssist___destroy___0=b.asm.emscripten_bind_MxDrawAssist___destroy___0).apply(null,arguments)},Nw=b._emscripten_bind_MxDrawTrimAssist_MxDrawTrimAssist_0=function(){return(Nw=b._emscripten_bind_MxDrawTrimAssist_MxDrawTrimAssist_0=
  490. b.asm.emscripten_bind_MxDrawTrimAssist_MxDrawTrimAssist_0).apply(null,arguments)},Ow=b._emscripten_bind_MxDrawTrimAssist_Init_1=function(){return(Ow=b._emscripten_bind_MxDrawTrimAssist_Init_1=b.asm.emscripten_bind_MxDrawTrimAssist_Init_1).apply(null,arguments)},Pw=b._emscripten_bind_MxDrawTrimAssist_UnInit_0=function(){return(Pw=b._emscripten_bind_MxDrawTrimAssist_UnInit_0=b.asm.emscripten_bind_MxDrawTrimAssist_UnInit_0).apply(null,arguments)},Qw=b._emscripten_bind_MxDrawTrimAssist_DoTrim_5=function(){return(Qw=
  491. b._emscripten_bind_MxDrawTrimAssist_DoTrim_5=b.asm.emscripten_bind_MxDrawTrimAssist_DoTrim_5).apply(null,arguments)},Rw=b._emscripten_bind_MxDrawTrimAssist___destroy___0=function(){return(Rw=b._emscripten_bind_MxDrawTrimAssist___destroy___0=b.asm.emscripten_bind_MxDrawTrimAssist___destroy___0).apply(null,arguments)},Sw=b._emscripten_bind_MxDrawExtendAssist_MxDrawExtendAssist_0=function(){return(Sw=b._emscripten_bind_MxDrawExtendAssist_MxDrawExtendAssist_0=b.asm.emscripten_bind_MxDrawExtendAssist_MxDrawExtendAssist_0).apply(null,
  492. arguments)},Tw=b._emscripten_bind_MxDrawExtendAssist_Init_1=function(){return(Tw=b._emscripten_bind_MxDrawExtendAssist_Init_1=b.asm.emscripten_bind_MxDrawExtendAssist_Init_1).apply(null,arguments)},Uw=b._emscripten_bind_MxDrawExtendAssist_UnInit_0=function(){return(Uw=b._emscripten_bind_MxDrawExtendAssist_UnInit_0=b.asm.emscripten_bind_MxDrawExtendAssist_UnInit_0).apply(null,arguments)},Vw=b._emscripten_bind_MxDrawExtendAssist_DoExtend_5=function(){return(Vw=b._emscripten_bind_MxDrawExtendAssist_DoExtend_5=
  493. b.asm.emscripten_bind_MxDrawExtendAssist_DoExtend_5).apply(null,arguments)},Ww=b._emscripten_bind_MxDrawExtendAssist___destroy___0=function(){return(Ww=b._emscripten_bind_MxDrawExtendAssist___destroy___0=b.asm.emscripten_bind_MxDrawExtendAssist___destroy___0).apply(null,arguments)},Xw=b._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(Xw=b._emscripten_bind_MdDbLine_MdDbLine_0=b.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},Yw=b._emscripten_bind_MdDbLine_startPoint_0=function(){return(Yw=
  494. b._emscripten_bind_MdDbLine_startPoint_0=b.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},Zw=b._emscripten_bind_MdDbLine_setStartPoint_1=function(){return(Zw=b._emscripten_bind_MdDbLine_setStartPoint_1=b.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},$w=b._emscripten_bind_MdDbLine_endPoint_0=function(){return($w=b._emscripten_bind_MdDbLine_endPoint_0=b.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},ax=b._emscripten_bind_MdDbLine_setEndPoint_1=
  495. function(){return(ax=b._emscripten_bind_MdDbLine_setEndPoint_1=b.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},bx=b._emscripten_bind_MdDbLine_getStartParam_0=function(){return(bx=b._emscripten_bind_MdDbLine_getStartParam_0=b.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},cx=b._emscripten_bind_MdDbLine_getEndParam_0=function(){return(cx=b._emscripten_bind_MdDbLine_getEndParam_0=b.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},dx=b._emscripten_bind_MdDbLine_getDistAtParam_1=
  496. function(){return(dx=b._emscripten_bind_MdDbLine_getDistAtParam_1=b.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},ex=b._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(ex=b._emscripten_bind_MdDbLine_getParamAtDist_1=b.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},fx=b._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(fx=b._emscripten_bind_MdDbLine_getDistAtPoint_1=b.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},
  497. gx=b._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(gx=b._emscripten_bind_MdDbLine_getPointAtDist_1=b.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,arguments)},hx=b._emscripten_bind_MdDbLine_getStartPoint_0=function(){return(hx=b._emscripten_bind_MdDbLine_getStartPoint_0=b.asm.emscripten_bind_MdDbLine_getStartPoint_0).apply(null,arguments)},ix=b._emscripten_bind_MdDbLine_getEndPoint_0=function(){return(ix=b._emscripten_bind_MdDbLine_getEndPoint_0=b.asm.emscripten_bind_MdDbLine_getEndPoint_0).apply(null,
  498. arguments)},jx=b._emscripten_bind_MdDbLine_getPointAtParam_1=function(){return(jx=b._emscripten_bind_MdDbLine_getPointAtParam_1=b.asm.emscripten_bind_MdDbLine_getPointAtParam_1).apply(null,arguments)},kx=b._emscripten_bind_MdDbLine_getParamAtPoint_1=function(){return(kx=b._emscripten_bind_MdDbLine_getParamAtPoint_1=b.asm.emscripten_bind_MdDbLine_getParamAtPoint_1).apply(null,arguments)},lx=b._emscripten_bind_MdDbLine_getFirstDeriv_1=function(){return(lx=b._emscripten_bind_MdDbLine_getFirstDeriv_1=
  499. b.asm.emscripten_bind_MdDbLine_getFirstDeriv_1).apply(null,arguments)},mx=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=function(){return(mx=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbLine_getFirstDerivEx_1).apply(null,arguments)},nx=b._emscripten_bind_MdDbLine_getClosestPointTo_2=function(){return(nx=b._emscripten_bind_MdDbLine_getClosestPointTo_2=b.asm.emscripten_bind_MdDbLine_getClosestPointTo_2).apply(null,arguments)},ox=b._emscripten_bind_MdDbLine_offsetCurves_2=
  500. function(){return(ox=b._emscripten_bind_MdDbLine_offsetCurves_2=b.asm.emscripten_bind_MdDbLine_offsetCurves_2).apply(null,arguments)},px=b._emscripten_bind_MdDbLine_splitCurves_1=function(){return(px=b._emscripten_bind_MdDbLine_splitCurves_1=b.asm.emscripten_bind_MdDbLine_splitCurves_1).apply(null,arguments)},qx=b._emscripten_bind_MdDbLine_getSamplePoints_1=function(){return(qx=b._emscripten_bind_MdDbLine_getSamplePoints_1=b.asm.emscripten_bind_MdDbLine_getSamplePoints_1).apply(null,arguments)},rx=
  501. b._emscripten_bind_MdDbLine_getLength_0=function(){return(rx=b._emscripten_bind_MdDbLine_getLength_0=b.asm.emscripten_bind_MdDbLine_getLength_0).apply(null,arguments)},sx=b._emscripten_bind_MdDbLine_explode_0=function(){return(sx=b._emscripten_bind_MdDbLine_explode_0=b.asm.emscripten_bind_MdDbLine_explode_0).apply(null,arguments)},tx=b._emscripten_bind_MdDbLine_TrueColor_0=function(){return(tx=b._emscripten_bind_MdDbLine_TrueColor_0=b.asm.emscripten_bind_MdDbLine_TrueColor_0).apply(null,arguments)},
  502. ux=b._emscripten_bind_MdDbLine_SetTrueColor_1=function(){return(ux=b._emscripten_bind_MdDbLine_SetTrueColor_1=b.asm.emscripten_bind_MdDbLine_SetTrueColor_1).apply(null,arguments)},vx=b._emscripten_bind_MdDbLine_ColorIndex_0=function(){return(vx=b._emscripten_bind_MdDbLine_ColorIndex_0=b.asm.emscripten_bind_MdDbLine_ColorIndex_0).apply(null,arguments)},wx=b._emscripten_bind_MdDbLine_SetColorIndex_1=function(){return(wx=b._emscripten_bind_MdDbLine_SetColorIndex_1=b.asm.emscripten_bind_MdDbLine_SetColorIndex_1).apply(null,
  503. arguments)},xx=b._emscripten_bind_MdDbLine_Layer_0=function(){return(xx=b._emscripten_bind_MdDbLine_Layer_0=b.asm.emscripten_bind_MdDbLine_Layer_0).apply(null,arguments)},yx=b._emscripten_bind_MdDbLine_SetLayer_1=function(){return(yx=b._emscripten_bind_MdDbLine_SetLayer_1=b.asm.emscripten_bind_MdDbLine_SetLayer_1).apply(null,arguments)},zx=b._emscripten_bind_MdDbLine_LinetypeScale_0=function(){return(zx=b._emscripten_bind_MdDbLine_LinetypeScale_0=b.asm.emscripten_bind_MdDbLine_LinetypeScale_0).apply(null,
  504. arguments)},Ax=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=function(){return(Ax=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbLine_SetLinetypeScale_1).apply(null,arguments)},Bx=b._emscripten_bind_MdDbLine_Visible_0=function(){return(Bx=b._emscripten_bind_MdDbLine_Visible_0=b.asm.emscripten_bind_MdDbLine_Visible_0).apply(null,arguments)},Cx=b._emscripten_bind_MdDbLine_SetVisible_1=function(){return(Cx=b._emscripten_bind_MdDbLine_SetVisible_1=b.asm.emscripten_bind_MdDbLine_SetVisible_1).apply(null,
  505. arguments)},Dx=b._emscripten_bind_MdDbLine_Lineweight_0=function(){return(Dx=b._emscripten_bind_MdDbLine_Lineweight_0=b.asm.emscripten_bind_MdDbLine_Lineweight_0).apply(null,arguments)},Ex=b._emscripten_bind_MdDbLine_SetLineweight_1=function(){return(Ex=b._emscripten_bind_MdDbLine_SetLineweight_1=b.asm.emscripten_bind_MdDbLine_SetLineweight_1).apply(null,arguments)},Fx=b._emscripten_bind_MdDbLine_TextStyle_0=function(){return(Fx=b._emscripten_bind_MdDbLine_TextStyle_0=b.asm.emscripten_bind_MdDbLine_TextStyle_0).apply(null,
  506. arguments)},Gx=b._emscripten_bind_MdDbLine_SetTextStyle_1=function(){return(Gx=b._emscripten_bind_MdDbLine_SetTextStyle_1=b.asm.emscripten_bind_MdDbLine_SetTextStyle_1).apply(null,arguments)},Hx=b._emscripten_bind_MdDbLine_Highlight_1=function(){return(Hx=b._emscripten_bind_MdDbLine_Highlight_1=b.asm.emscripten_bind_MdDbLine_Highlight_1).apply(null,arguments)},Ix=b._emscripten_bind_MdDbLine_Move_2=function(){return(Ix=b._emscripten_bind_MdDbLine_Move_2=b.asm.emscripten_bind_MdDbLine_Move_2).apply(null,
  507. arguments)},Jx=b._emscripten_bind_MdDbLine_Rotate_2=function(){return(Jx=b._emscripten_bind_MdDbLine_Rotate_2=b.asm.emscripten_bind_MdDbLine_Rotate_2).apply(null,arguments)},Kx=b._emscripten_bind_MdDbLine_Mirror_2=function(){return(Kx=b._emscripten_bind_MdDbLine_Mirror_2=b.asm.emscripten_bind_MdDbLine_Mirror_2).apply(null,arguments)},Lx=b._emscripten_bind_MdDbLine_ScaleEntity_2=function(){return(Lx=b._emscripten_bind_MdDbLine_ScaleEntity_2=b.asm.emscripten_bind_MdDbLine_ScaleEntity_2).apply(null,
  508. arguments)},Mx=b._emscripten_bind_MdDbLine_TransformBy_1=function(){return(Mx=b._emscripten_bind_MdDbLine_TransformBy_1=b.asm.emscripten_bind_MdDbLine_TransformBy_1).apply(null,arguments)},Nx=b._emscripten_bind_MdDbLine_GetBoundingBox_0=function(){return(Nx=b._emscripten_bind_MdDbLine_GetBoundingBox_0=b.asm.emscripten_bind_MdDbLine_GetBoundingBox_0).apply(null,arguments)},Ox=b._emscripten_bind_MdDbLine_GetXData_1=function(){return(Ox=b._emscripten_bind_MdDbLine_GetXData_1=b.asm.emscripten_bind_MdDbLine_GetXData_1).apply(null,
  509. arguments)},Px=b._emscripten_bind_MdDbLine_SetXData_1=function(){return(Px=b._emscripten_bind_MdDbLine_SetXData_1=b.asm.emscripten_bind_MdDbLine_SetXData_1).apply(null,arguments)},Qx=b._emscripten_bind_MdDbLine_GetxDataString_2=function(){return(Qx=b._emscripten_bind_MdDbLine_GetxDataString_2=b.asm.emscripten_bind_MdDbLine_GetxDataString_2).apply(null,arguments)},Rx=b._emscripten_bind_MdDbLine_SetxDataString_3=function(){return(Rx=b._emscripten_bind_MdDbLine_SetxDataString_3=b.asm.emscripten_bind_MdDbLine_SetxDataString_3).apply(null,
  510. arguments)},Sx=b._emscripten_bind_MdDbLine_GetxDataDouble_2=function(){return(Sx=b._emscripten_bind_MdDbLine_GetxDataDouble_2=b.asm.emscripten_bind_MdDbLine_GetxDataDouble_2).apply(null,arguments)},Tx=b._emscripten_bind_MdDbLine_SetxDataDouble_3=function(){return(Tx=b._emscripten_bind_MdDbLine_SetxDataDouble_3=b.asm.emscripten_bind_MdDbLine_SetxDataDouble_3).apply(null,arguments)},Ux=b._emscripten_bind_MdDbLine_GetxDataLong_2=function(){return(Ux=b._emscripten_bind_MdDbLine_GetxDataLong_2=b.asm.emscripten_bind_MdDbLine_GetxDataLong_2).apply(null,
  511. arguments)},Vx=b._emscripten_bind_MdDbLine_SetxDataLong_3=function(){return(Vx=b._emscripten_bind_MdDbLine_SetxDataLong_3=b.asm.emscripten_bind_MdDbLine_SetxDataLong_3).apply(null,arguments)},Wx=b._emscripten_bind_MdDbLine_GetxDataPoint_2=function(){return(Wx=b._emscripten_bind_MdDbLine_GetxDataPoint_2=b.asm.emscripten_bind_MdDbLine_GetxDataPoint_2).apply(null,arguments)},Xx=b._emscripten_bind_MdDbLine_SetxDataPoint_3=function(){return(Xx=b._emscripten_bind_MdDbLine_SetxDataPoint_3=b.asm.emscripten_bind_MdDbLine_SetxDataPoint_3).apply(null,
  512. arguments)},Yx=b._emscripten_bind_MdDbLine_DeleteXData_1=function(){return(Yx=b._emscripten_bind_MdDbLine_DeleteXData_1=b.asm.emscripten_bind_MdDbLine_DeleteXData_1).apply(null,arguments)},Zx=b._emscripten_bind_MdDbLine_GetAllAppName_0=function(){return(Zx=b._emscripten_bind_MdDbLine_GetAllAppName_0=b.asm.emscripten_bind_MdDbLine_GetAllAppName_0).apply(null,arguments)},$x=b._emscripten_bind_MdDbLine_LayerId_0=function(){return($x=b._emscripten_bind_MdDbLine_LayerId_0=b.asm.emscripten_bind_MdDbLine_LayerId_0).apply(null,
  513. arguments)},ay=b._emscripten_bind_MdDbLine_SetLayerId_1=function(){return(ay=b._emscripten_bind_MdDbLine_SetLayerId_1=b.asm.emscripten_bind_MdDbLine_SetLayerId_1).apply(null,arguments)},by=b._emscripten_bind_MdDbLine_LinetypeId_0=function(){return(by=b._emscripten_bind_MdDbLine_LinetypeId_0=b.asm.emscripten_bind_MdDbLine_LinetypeId_0).apply(null,arguments)},cy=b._emscripten_bind_MdDbLine_SetLinetypeId_1=function(){return(cy=b._emscripten_bind_MdDbLine_SetLinetypeId_1=b.asm.emscripten_bind_MdDbLine_SetLinetypeId_1).apply(null,
  514. arguments)},dy=b._emscripten_bind_MdDbLine_Linetype_0=function(){return(dy=b._emscripten_bind_MdDbLine_Linetype_0=b.asm.emscripten_bind_MdDbLine_Linetype_0).apply(null,arguments)},ey=b._emscripten_bind_MdDbLine_SetLinetype_1=function(){return(ey=b._emscripten_bind_MdDbLine_SetLinetype_1=b.asm.emscripten_bind_MdDbLine_SetLinetype_1).apply(null,arguments)},fy=b._emscripten_bind_MdDbLine_TextStyleId_0=function(){return(fy=b._emscripten_bind_MdDbLine_TextStyleId_0=b.asm.emscripten_bind_MdDbLine_TextStyleId_0).apply(null,
  515. arguments)},gy=b._emscripten_bind_MdDbLine_SetTextStyleId_1=function(){return(gy=b._emscripten_bind_MdDbLine_SetTextStyleId_1=b.asm.emscripten_bind_MdDbLine_SetTextStyleId_1).apply(null,arguments)},hy=b._emscripten_bind_MdDbLine_IntersectWith_2=function(){return(hy=b._emscripten_bind_MdDbLine_IntersectWith_2=b.asm.emscripten_bind_MdDbLine_IntersectWith_2).apply(null,arguments)},iy=b._emscripten_bind_MdDbLine_getArea_0=function(){return(iy=b._emscripten_bind_MdDbLine_getArea_0=b.asm.emscripten_bind_MdDbLine_getArea_0).apply(null,
  516. arguments)},jy=b._emscripten_bind_MdDbLine_disableUpdateDisplay_1=function(){return(jy=b._emscripten_bind_MdDbLine_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbLine_disableUpdateDisplay_1).apply(null,arguments)},ky=b._emscripten_bind_MdDbLine_isPropertiesWindowCustom_0=function(){return(ky=b._emscripten_bind_MdDbLine_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbLine_isPropertiesWindowCustom_0).apply(null,arguments)},ly=b._emscripten_bind_MdDbLine_setPropertiesWindowCustom_1=function(){return(ly=
  517. b._emscripten_bind_MdDbLine_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbLine_setPropertiesWindowCustom_1).apply(null,arguments)},my=b._emscripten_bind_MdDbLine_updateDisplay_0=function(){return(my=b._emscripten_bind_MdDbLine_updateDisplay_0=b.asm.emscripten_bind_MdDbLine_updateDisplay_0).apply(null,arguments)},ny=b._emscripten_bind_MdDbLine_DrawOrder_0=function(){return(ny=b._emscripten_bind_MdDbLine_DrawOrder_0=b.asm.emscripten_bind_MdDbLine_DrawOrder_0).apply(null,arguments)},oy=b._emscripten_bind_MdDbLine_SetDrawOrder_1=
  518. function(){return(oy=b._emscripten_bind_MdDbLine_SetDrawOrder_1=b.asm.emscripten_bind_MdDbLine_SetDrawOrder_1).apply(null,arguments)},py=b._emscripten_bind_MdDbLine_GetObjectID_0=function(){return(py=b._emscripten_bind_MdDbLine_GetObjectID_0=b.asm.emscripten_bind_MdDbLine_GetObjectID_0).apply(null,arguments)},qy=b._emscripten_bind_MdDbLine_Erase_0=function(){return(qy=b._emscripten_bind_MdDbLine_Erase_0=b.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,arguments)},ry=b._emscripten_bind_MdDbLine_isErased_0=
  519. function(){return(ry=b._emscripten_bind_MdDbLine_isErased_0=b.asm.emscripten_bind_MdDbLine_isErased_0).apply(null,arguments)},sy=b._emscripten_bind_MdDbLine_unErase_0=function(){return(sy=b._emscripten_bind_MdDbLine_unErase_0=b.asm.emscripten_bind_MdDbLine_unErase_0).apply(null,arguments)},ty=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(ty=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},uy=b._emscripten_bind_MdDbLine_GetExtensionDictionary_0=
  520. function(){return(uy=b._emscripten_bind_MdDbLine_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLine_GetExtensionDictionary_0).apply(null,arguments)},vy=b._emscripten_bind_MdDbLine_CreateExtensionDictionary_0=function(){return(vy=b._emscripten_bind_MdDbLine_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLine_CreateExtensionDictionary_0).apply(null,arguments)},wy=b._emscripten_bind_MdDbLine_IsHaveExtensionDictionary_0=function(){return(wy=b._emscripten_bind_MdDbLine_IsHaveExtensionDictionary_0=
  521. b.asm.emscripten_bind_MdDbLine_IsHaveExtensionDictionary_0).apply(null,arguments)},xy=b._emscripten_bind_MdDbLine_Clone_0=function(){return(xy=b._emscripten_bind_MdDbLine_Clone_0=b.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},yy=b._emscripten_bind_MdDbLine_GetHandle_0=function(){return(yy=b._emscripten_bind_MdDbLine_GetHandle_0=b.asm.emscripten_bind_MdDbLine_GetHandle_0).apply(null,arguments)},zy=b._emscripten_bind_MdDbLine_GetDatabase_0=function(){return(zy=b._emscripten_bind_MdDbLine_GetDatabase_0=
  522. b.asm.emscripten_bind_MdDbLine_GetDatabase_0).apply(null,arguments)},Ay=b._emscripten_bind_MdDbLine_GetDatabaseIndexId_0=function(){return(Ay=b._emscripten_bind_MdDbLine_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLine_GetDatabaseIndexId_0).apply(null,arguments)},By=b._emscripten_bind_MdDbLine_GetOwnerID_0=function(){return(By=b._emscripten_bind_MdDbLine_GetOwnerID_0=b.asm.emscripten_bind_MdDbLine_GetOwnerID_0).apply(null,arguments)},Cy=b._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(Cy=
  523. b._emscripten_bind_MdDbLine_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,arguments)},Dy=b._emscripten_bind_MdDbLine_getGripPoints_0=function(){return(Dy=b._emscripten_bind_MdDbLine_getGripPoints_0=b.asm.emscripten_bind_MdDbLine_getGripPoints_0).apply(null,arguments)},Ey=b._emscripten_bind_MdDbLine_getObjectName_0=function(){return(Ey=b._emscripten_bind_MdDbLine_getObjectName_0=b.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},Fy=b._emscripten_bind_MdDbLine_getDxf0_0=
  524. function(){return(Fy=b._emscripten_bind_MdDbLine_getDxf0_0=b.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},Gy=b._emscripten_bind_MdDbLine_getCustomEntityTypeName_0=function(){return(Gy=b._emscripten_bind_MdDbLine_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLine_getCustomEntityTypeName_0).apply(null,arguments)},Hy=b._emscripten_bind_MdDbLine_getCustomEntityid_0=function(){return(Hy=b._emscripten_bind_MdDbLine_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLine_getCustomEntityid_0).apply(null,
  525. arguments)},Iy=b._emscripten_bind_MdDbLine_getCustomEntityTempid_0=function(){return(Iy=b._emscripten_bind_MdDbLine_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLine_getCustomEntityTempid_0).apply(null,arguments)},Jy=b._emscripten_bind_MdDbLine_setCustomEntityTempid_1=function(){return(Jy=b._emscripten_bind_MdDbLine_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLine_setCustomEntityTempid_1).apply(null,arguments)},Ky=b._emscripten_bind_MdDbLine_getJson_0=function(){return(Ky=b._emscripten_bind_MdDbLine_getJson_0=
  526. b.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,arguments)},Ly=b._emscripten_bind_MdDbLine_setJson_1=function(){return(Ly=b._emscripten_bind_MdDbLine_setJson_1=b.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},My=b._emscripten_bind_MdDbLine_isKindOf_1=function(){return(My=b._emscripten_bind_MdDbLine_isKindOf_1=b.asm.emscripten_bind_MdDbLine_isKindOf_1).apply(null,arguments)},Ny=b._emscripten_bind_MdDbLine_isNull_0=function(){return(Ny=b._emscripten_bind_MdDbLine_isNull_0=b.asm.emscripten_bind_MdDbLine_isNull_0).apply(null,
  527. arguments)},Oy=b._emscripten_bind_MdDbLine___destroy___0=function(){return(Oy=b._emscripten_bind_MdDbLine___destroy___0=b.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},Py=b._emscripten_bind_MdDbAttribute_MdDbAttribute_0=function(){return(Py=b._emscripten_bind_MdDbAttribute_MdDbAttribute_0=b.asm.emscripten_bind_MdDbAttribute_MdDbAttribute_0).apply(null,arguments)},Qy=b._emscripten_bind_MdDbAttribute_tag_0=function(){return(Qy=b._emscripten_bind_MdDbAttribute_tag_0=b.asm.emscripten_bind_MdDbAttribute_tag_0).apply(null,
  528. arguments)},Ry=b._emscripten_bind_MdDbAttribute_setTag_1=function(){return(Ry=b._emscripten_bind_MdDbAttribute_setTag_1=b.asm.emscripten_bind_MdDbAttribute_setTag_1).apply(null,arguments)},Sy=b._emscripten_bind_MdDbAttribute_isInvisible_0=function(){return(Sy=b._emscripten_bind_MdDbAttribute_isInvisible_0=b.asm.emscripten_bind_MdDbAttribute_isInvisible_0).apply(null,arguments)},Ty=b._emscripten_bind_MdDbAttribute_setInvisible_1=function(){return(Ty=b._emscripten_bind_MdDbAttribute_setInvisible_1=
  529. b.asm.emscripten_bind_MdDbAttribute_setInvisible_1).apply(null,arguments)},Uy=b._emscripten_bind_MdDbAttribute_explode_0=function(){return(Uy=b._emscripten_bind_MdDbAttribute_explode_0=b.asm.emscripten_bind_MdDbAttribute_explode_0).apply(null,arguments)},Vy=b._emscripten_bind_MdDbAttribute_TrueColor_0=function(){return(Vy=b._emscripten_bind_MdDbAttribute_TrueColor_0=b.asm.emscripten_bind_MdDbAttribute_TrueColor_0).apply(null,arguments)},Wy=b._emscripten_bind_MdDbAttribute_SetTrueColor_1=function(){return(Wy=
  530. b._emscripten_bind_MdDbAttribute_SetTrueColor_1=b.asm.emscripten_bind_MdDbAttribute_SetTrueColor_1).apply(null,arguments)},Xy=b._emscripten_bind_MdDbAttribute_ColorIndex_0=function(){return(Xy=b._emscripten_bind_MdDbAttribute_ColorIndex_0=b.asm.emscripten_bind_MdDbAttribute_ColorIndex_0).apply(null,arguments)},Yy=b._emscripten_bind_MdDbAttribute_SetColorIndex_1=function(){return(Yy=b._emscripten_bind_MdDbAttribute_SetColorIndex_1=b.asm.emscripten_bind_MdDbAttribute_SetColorIndex_1).apply(null,arguments)},
  531. Zy=b._emscripten_bind_MdDbAttribute_Layer_0=function(){return(Zy=b._emscripten_bind_MdDbAttribute_Layer_0=b.asm.emscripten_bind_MdDbAttribute_Layer_0).apply(null,arguments)},$y=b._emscripten_bind_MdDbAttribute_SetLayer_1=function(){return($y=b._emscripten_bind_MdDbAttribute_SetLayer_1=b.asm.emscripten_bind_MdDbAttribute_SetLayer_1).apply(null,arguments)},az=b._emscripten_bind_MdDbAttribute_LinetypeScale_0=function(){return(az=b._emscripten_bind_MdDbAttribute_LinetypeScale_0=b.asm.emscripten_bind_MdDbAttribute_LinetypeScale_0).apply(null,
  532. arguments)},bz=b._emscripten_bind_MdDbAttribute_SetLinetypeScale_1=function(){return(bz=b._emscripten_bind_MdDbAttribute_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAttribute_SetLinetypeScale_1).apply(null,arguments)},cz=b._emscripten_bind_MdDbAttribute_Visible_0=function(){return(cz=b._emscripten_bind_MdDbAttribute_Visible_0=b.asm.emscripten_bind_MdDbAttribute_Visible_0).apply(null,arguments)},dz=b._emscripten_bind_MdDbAttribute_SetVisible_1=function(){return(dz=b._emscripten_bind_MdDbAttribute_SetVisible_1=
  533. b.asm.emscripten_bind_MdDbAttribute_SetVisible_1).apply(null,arguments)},ez=b._emscripten_bind_MdDbAttribute_Lineweight_0=function(){return(ez=b._emscripten_bind_MdDbAttribute_Lineweight_0=b.asm.emscripten_bind_MdDbAttribute_Lineweight_0).apply(null,arguments)},fz=b._emscripten_bind_MdDbAttribute_SetLineweight_1=function(){return(fz=b._emscripten_bind_MdDbAttribute_SetLineweight_1=b.asm.emscripten_bind_MdDbAttribute_SetLineweight_1).apply(null,arguments)},gz=b._emscripten_bind_MdDbAttribute_TextStyle_0=
  534. function(){return(gz=b._emscripten_bind_MdDbAttribute_TextStyle_0=b.asm.emscripten_bind_MdDbAttribute_TextStyle_0).apply(null,arguments)},hz=b._emscripten_bind_MdDbAttribute_SetTextStyle_1=function(){return(hz=b._emscripten_bind_MdDbAttribute_SetTextStyle_1=b.asm.emscripten_bind_MdDbAttribute_SetTextStyle_1).apply(null,arguments)},iz=b._emscripten_bind_MdDbAttribute_Highlight_1=function(){return(iz=b._emscripten_bind_MdDbAttribute_Highlight_1=b.asm.emscripten_bind_MdDbAttribute_Highlight_1).apply(null,
  535. arguments)},jz=b._emscripten_bind_MdDbAttribute_Move_2=function(){return(jz=b._emscripten_bind_MdDbAttribute_Move_2=b.asm.emscripten_bind_MdDbAttribute_Move_2).apply(null,arguments)},kz=b._emscripten_bind_MdDbAttribute_Rotate_2=function(){return(kz=b._emscripten_bind_MdDbAttribute_Rotate_2=b.asm.emscripten_bind_MdDbAttribute_Rotate_2).apply(null,arguments)},lz=b._emscripten_bind_MdDbAttribute_Mirror_2=function(){return(lz=b._emscripten_bind_MdDbAttribute_Mirror_2=b.asm.emscripten_bind_MdDbAttribute_Mirror_2).apply(null,
  536. arguments)},mz=b._emscripten_bind_MdDbAttribute_ScaleEntity_2=function(){return(mz=b._emscripten_bind_MdDbAttribute_ScaleEntity_2=b.asm.emscripten_bind_MdDbAttribute_ScaleEntity_2).apply(null,arguments)},nz=b._emscripten_bind_MdDbAttribute_TransformBy_1=function(){return(nz=b._emscripten_bind_MdDbAttribute_TransformBy_1=b.asm.emscripten_bind_MdDbAttribute_TransformBy_1).apply(null,arguments)},oz=b._emscripten_bind_MdDbAttribute_GetBoundingBox_0=function(){return(oz=b._emscripten_bind_MdDbAttribute_GetBoundingBox_0=
  537. b.asm.emscripten_bind_MdDbAttribute_GetBoundingBox_0).apply(null,arguments)},pz=b._emscripten_bind_MdDbAttribute_GetXData_1=function(){return(pz=b._emscripten_bind_MdDbAttribute_GetXData_1=b.asm.emscripten_bind_MdDbAttribute_GetXData_1).apply(null,arguments)},qz=b._emscripten_bind_MdDbAttribute_SetXData_1=function(){return(qz=b._emscripten_bind_MdDbAttribute_SetXData_1=b.asm.emscripten_bind_MdDbAttribute_SetXData_1).apply(null,arguments)},rz=b._emscripten_bind_MdDbAttribute_GetxDataString_2=function(){return(rz=
  538. b._emscripten_bind_MdDbAttribute_GetxDataString_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataString_2).apply(null,arguments)},sz=b._emscripten_bind_MdDbAttribute_SetxDataString_3=function(){return(sz=b._emscripten_bind_MdDbAttribute_SetxDataString_3=b.asm.emscripten_bind_MdDbAttribute_SetxDataString_3).apply(null,arguments)},tz=b._emscripten_bind_MdDbAttribute_GetxDataDouble_2=function(){return(tz=b._emscripten_bind_MdDbAttribute_GetxDataDouble_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataDouble_2).apply(null,
  539. arguments)},uz=b._emscripten_bind_MdDbAttribute_SetxDataDouble_3=function(){return(uz=b._emscripten_bind_MdDbAttribute_SetxDataDouble_3=b.asm.emscripten_bind_MdDbAttribute_SetxDataDouble_3).apply(null,arguments)},vz=b._emscripten_bind_MdDbAttribute_GetxDataLong_2=function(){return(vz=b._emscripten_bind_MdDbAttribute_GetxDataLong_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataLong_2).apply(null,arguments)},wz=b._emscripten_bind_MdDbAttribute_SetxDataLong_3=function(){return(wz=b._emscripten_bind_MdDbAttribute_SetxDataLong_3=
  540. b.asm.emscripten_bind_MdDbAttribute_SetxDataLong_3).apply(null,arguments)},xz=b._emscripten_bind_MdDbAttribute_GetxDataPoint_2=function(){return(xz=b._emscripten_bind_MdDbAttribute_GetxDataPoint_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataPoint_2).apply(null,arguments)},yz=b._emscripten_bind_MdDbAttribute_SetxDataPoint_3=function(){return(yz=b._emscripten_bind_MdDbAttribute_SetxDataPoint_3=b.asm.emscripten_bind_MdDbAttribute_SetxDataPoint_3).apply(null,arguments)},zz=b._emscripten_bind_MdDbAttribute_DeleteXData_1=
  541. function(){return(zz=b._emscripten_bind_MdDbAttribute_DeleteXData_1=b.asm.emscripten_bind_MdDbAttribute_DeleteXData_1).apply(null,arguments)},Az=b._emscripten_bind_MdDbAttribute_GetAllAppName_0=function(){return(Az=b._emscripten_bind_MdDbAttribute_GetAllAppName_0=b.asm.emscripten_bind_MdDbAttribute_GetAllAppName_0).apply(null,arguments)},Bz=b._emscripten_bind_MdDbAttribute_LayerId_0=function(){return(Bz=b._emscripten_bind_MdDbAttribute_LayerId_0=b.asm.emscripten_bind_MdDbAttribute_LayerId_0).apply(null,
  542. arguments)},Cz=b._emscripten_bind_MdDbAttribute_SetLayerId_1=function(){return(Cz=b._emscripten_bind_MdDbAttribute_SetLayerId_1=b.asm.emscripten_bind_MdDbAttribute_SetLayerId_1).apply(null,arguments)},Dz=b._emscripten_bind_MdDbAttribute_LinetypeId_0=function(){return(Dz=b._emscripten_bind_MdDbAttribute_LinetypeId_0=b.asm.emscripten_bind_MdDbAttribute_LinetypeId_0).apply(null,arguments)},Ez=b._emscripten_bind_MdDbAttribute_SetLinetypeId_1=function(){return(Ez=b._emscripten_bind_MdDbAttribute_SetLinetypeId_1=
  543. b.asm.emscripten_bind_MdDbAttribute_SetLinetypeId_1).apply(null,arguments)},Fz=b._emscripten_bind_MdDbAttribute_Linetype_0=function(){return(Fz=b._emscripten_bind_MdDbAttribute_Linetype_0=b.asm.emscripten_bind_MdDbAttribute_Linetype_0).apply(null,arguments)},Gz=b._emscripten_bind_MdDbAttribute_SetLinetype_1=function(){return(Gz=b._emscripten_bind_MdDbAttribute_SetLinetype_1=b.asm.emscripten_bind_MdDbAttribute_SetLinetype_1).apply(null,arguments)},Hz=b._emscripten_bind_MdDbAttribute_TextStyleId_0=
  544. function(){return(Hz=b._emscripten_bind_MdDbAttribute_TextStyleId_0=b.asm.emscripten_bind_MdDbAttribute_TextStyleId_0).apply(null,arguments)},Iz=b._emscripten_bind_MdDbAttribute_SetTextStyleId_1=function(){return(Iz=b._emscripten_bind_MdDbAttribute_SetTextStyleId_1=b.asm.emscripten_bind_MdDbAttribute_SetTextStyleId_1).apply(null,arguments)},Jz=b._emscripten_bind_MdDbAttribute_IntersectWith_2=function(){return(Jz=b._emscripten_bind_MdDbAttribute_IntersectWith_2=b.asm.emscripten_bind_MdDbAttribute_IntersectWith_2).apply(null,
  545. arguments)},Kz=b._emscripten_bind_MdDbAttribute_getArea_0=function(){return(Kz=b._emscripten_bind_MdDbAttribute_getArea_0=b.asm.emscripten_bind_MdDbAttribute_getArea_0).apply(null,arguments)},Lz=b._emscripten_bind_MdDbAttribute_disableUpdateDisplay_1=function(){return(Lz=b._emscripten_bind_MdDbAttribute_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbAttribute_disableUpdateDisplay_1).apply(null,arguments)},Mz=b._emscripten_bind_MdDbAttribute_isPropertiesWindowCustom_0=function(){return(Mz=b._emscripten_bind_MdDbAttribute_isPropertiesWindowCustom_0=
  546. b.asm.emscripten_bind_MdDbAttribute_isPropertiesWindowCustom_0).apply(null,arguments)},Nz=b._emscripten_bind_MdDbAttribute_setPropertiesWindowCustom_1=function(){return(Nz=b._emscripten_bind_MdDbAttribute_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbAttribute_setPropertiesWindowCustom_1).apply(null,arguments)},Oz=b._emscripten_bind_MdDbAttribute_updateDisplay_0=function(){return(Oz=b._emscripten_bind_MdDbAttribute_updateDisplay_0=b.asm.emscripten_bind_MdDbAttribute_updateDisplay_0).apply(null,
  547. arguments)},Pz=b._emscripten_bind_MdDbAttribute_DrawOrder_0=function(){return(Pz=b._emscripten_bind_MdDbAttribute_DrawOrder_0=b.asm.emscripten_bind_MdDbAttribute_DrawOrder_0).apply(null,arguments)},Qz=b._emscripten_bind_MdDbAttribute_SetDrawOrder_1=function(){return(Qz=b._emscripten_bind_MdDbAttribute_SetDrawOrder_1=b.asm.emscripten_bind_MdDbAttribute_SetDrawOrder_1).apply(null,arguments)},Rz=b._emscripten_bind_MdDbAttribute_GetObjectID_0=function(){return(Rz=b._emscripten_bind_MdDbAttribute_GetObjectID_0=
  548. b.asm.emscripten_bind_MdDbAttribute_GetObjectID_0).apply(null,arguments)},Sz=b._emscripten_bind_MdDbAttribute_Erase_0=function(){return(Sz=b._emscripten_bind_MdDbAttribute_Erase_0=b.asm.emscripten_bind_MdDbAttribute_Erase_0).apply(null,arguments)},Tz=b._emscripten_bind_MdDbAttribute_isErased_0=function(){return(Tz=b._emscripten_bind_MdDbAttribute_isErased_0=b.asm.emscripten_bind_MdDbAttribute_isErased_0).apply(null,arguments)},Uz=b._emscripten_bind_MdDbAttribute_unErase_0=function(){return(Uz=b._emscripten_bind_MdDbAttribute_unErase_0=
  549. b.asm.emscripten_bind_MdDbAttribute_unErase_0).apply(null,arguments)},Vz=b._emscripten_bind_MdDbAttribute_ConnectionTempObject_1=function(){return(Vz=b._emscripten_bind_MdDbAttribute_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAttribute_ConnectionTempObject_1).apply(null,arguments)},Wz=b._emscripten_bind_MdDbAttribute_GetExtensionDictionary_0=function(){return(Wz=b._emscripten_bind_MdDbAttribute_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttribute_GetExtensionDictionary_0).apply(null,
  550. arguments)},Xz=b._emscripten_bind_MdDbAttribute_CreateExtensionDictionary_0=function(){return(Xz=b._emscripten_bind_MdDbAttribute_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttribute_CreateExtensionDictionary_0).apply(null,arguments)},Yz=b._emscripten_bind_MdDbAttribute_IsHaveExtensionDictionary_0=function(){return(Yz=b._emscripten_bind_MdDbAttribute_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttribute_IsHaveExtensionDictionary_0).apply(null,arguments)},Zz=b._emscripten_bind_MdDbAttribute_Clone_0=
  551. function(){return(Zz=b._emscripten_bind_MdDbAttribute_Clone_0=b.asm.emscripten_bind_MdDbAttribute_Clone_0).apply(null,arguments)},$z=b._emscripten_bind_MdDbAttribute_GetHandle_0=function(){return($z=b._emscripten_bind_MdDbAttribute_GetHandle_0=b.asm.emscripten_bind_MdDbAttribute_GetHandle_0).apply(null,arguments)},aA=b._emscripten_bind_MdDbAttribute_GetDatabase_0=function(){return(aA=b._emscripten_bind_MdDbAttribute_GetDatabase_0=b.asm.emscripten_bind_MdDbAttribute_GetDatabase_0).apply(null,arguments)},
  552. bA=b._emscripten_bind_MdDbAttribute_GetDatabaseIndexId_0=function(){return(bA=b._emscripten_bind_MdDbAttribute_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbAttribute_GetDatabaseIndexId_0).apply(null,arguments)},cA=b._emscripten_bind_MdDbAttribute_GetOwnerID_0=function(){return(cA=b._emscripten_bind_MdDbAttribute_GetOwnerID_0=b.asm.emscripten_bind_MdDbAttribute_GetOwnerID_0).apply(null,arguments)},dA=b._emscripten_bind_MdDbAttribute_moveGripPointsAt_4=function(){return(dA=b._emscripten_bind_MdDbAttribute_moveGripPointsAt_4=
  553. b.asm.emscripten_bind_MdDbAttribute_moveGripPointsAt_4).apply(null,arguments)},eA=b._emscripten_bind_MdDbAttribute_getGripPoints_0=function(){return(eA=b._emscripten_bind_MdDbAttribute_getGripPoints_0=b.asm.emscripten_bind_MdDbAttribute_getGripPoints_0).apply(null,arguments)},fA=b._emscripten_bind_MdDbAttribute_position_0=function(){return(fA=b._emscripten_bind_MdDbAttribute_position_0=b.asm.emscripten_bind_MdDbAttribute_position_0).apply(null,arguments)},gA=b._emscripten_bind_MdDbAttribute_setPosition_1=
  554. function(){return(gA=b._emscripten_bind_MdDbAttribute_setPosition_1=b.asm.emscripten_bind_MdDbAttribute_setPosition_1).apply(null,arguments)},hA=b._emscripten_bind_MdDbAttribute_alignmentPoint_0=function(){return(hA=b._emscripten_bind_MdDbAttribute_alignmentPoint_0=b.asm.emscripten_bind_MdDbAttribute_alignmentPoint_0).apply(null,arguments)},iA=b._emscripten_bind_MdDbAttribute_setAlignmentPoint_1=function(){return(iA=b._emscripten_bind_MdDbAttribute_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbAttribute_setAlignmentPoint_1).apply(null,
  555. arguments)},jA=b._emscripten_bind_MdDbAttribute_oblique_0=function(){return(jA=b._emscripten_bind_MdDbAttribute_oblique_0=b.asm.emscripten_bind_MdDbAttribute_oblique_0).apply(null,arguments)},kA=b._emscripten_bind_MdDbAttribute_setOblique_1=function(){return(kA=b._emscripten_bind_MdDbAttribute_setOblique_1=b.asm.emscripten_bind_MdDbAttribute_setOblique_1).apply(null,arguments)},lA=b._emscripten_bind_MdDbAttribute_rotation_0=function(){return(lA=b._emscripten_bind_MdDbAttribute_rotation_0=b.asm.emscripten_bind_MdDbAttribute_rotation_0).apply(null,
  556. arguments)},mA=b._emscripten_bind_MdDbAttribute_setRotation_1=function(){return(mA=b._emscripten_bind_MdDbAttribute_setRotation_1=b.asm.emscripten_bind_MdDbAttribute_setRotation_1).apply(null,arguments)},nA=b._emscripten_bind_MdDbAttribute_height_0=function(){return(nA=b._emscripten_bind_MdDbAttribute_height_0=b.asm.emscripten_bind_MdDbAttribute_height_0).apply(null,arguments)},oA=b._emscripten_bind_MdDbAttribute_setHeight_1=function(){return(oA=b._emscripten_bind_MdDbAttribute_setHeight_1=b.asm.emscripten_bind_MdDbAttribute_setHeight_1).apply(null,
  557. arguments)},pA=b._emscripten_bind_MdDbAttribute_widthFactor_0=function(){return(pA=b._emscripten_bind_MdDbAttribute_widthFactor_0=b.asm.emscripten_bind_MdDbAttribute_widthFactor_0).apply(null,arguments)},qA=b._emscripten_bind_MdDbAttribute_setWidthFactor_1=function(){return(qA=b._emscripten_bind_MdDbAttribute_setWidthFactor_1=b.asm.emscripten_bind_MdDbAttribute_setWidthFactor_1).apply(null,arguments)},rA=b._emscripten_bind_MdDbAttribute_textString_0=function(){return(rA=b._emscripten_bind_MdDbAttribute_textString_0=
  558. b.asm.emscripten_bind_MdDbAttribute_textString_0).apply(null,arguments)},sA=b._emscripten_bind_MdDbAttribute_setTextString_1=function(){return(sA=b._emscripten_bind_MdDbAttribute_setTextString_1=b.asm.emscripten_bind_MdDbAttribute_setTextString_1).apply(null,arguments)},tA=b._emscripten_bind_MdDbAttribute_horizontalMode_0=function(){return(tA=b._emscripten_bind_MdDbAttribute_horizontalMode_0=b.asm.emscripten_bind_MdDbAttribute_horizontalMode_0).apply(null,arguments)},uA=b._emscripten_bind_MdDbAttribute_setHorizontalMode_1=
  559. function(){return(uA=b._emscripten_bind_MdDbAttribute_setHorizontalMode_1=b.asm.emscripten_bind_MdDbAttribute_setHorizontalMode_1).apply(null,arguments)},vA=b._emscripten_bind_MdDbAttribute_verticalMode_0=function(){return(vA=b._emscripten_bind_MdDbAttribute_verticalMode_0=b.asm.emscripten_bind_MdDbAttribute_verticalMode_0).apply(null,arguments)},wA=b._emscripten_bind_MdDbAttribute_setVerticalMode_1=function(){return(wA=b._emscripten_bind_MdDbAttribute_setVerticalMode_1=b.asm.emscripten_bind_MdDbAttribute_setVerticalMode_1).apply(null,
  560. arguments)},xA=b._emscripten_bind_MdDbAttribute_getObjectName_0=function(){return(xA=b._emscripten_bind_MdDbAttribute_getObjectName_0=b.asm.emscripten_bind_MdDbAttribute_getObjectName_0).apply(null,arguments)},yA=b._emscripten_bind_MdDbAttribute_getDxf0_0=function(){return(yA=b._emscripten_bind_MdDbAttribute_getDxf0_0=b.asm.emscripten_bind_MdDbAttribute_getDxf0_0).apply(null,arguments)},zA=b._emscripten_bind_MdDbAttribute_getCustomEntityTypeName_0=function(){return(zA=b._emscripten_bind_MdDbAttribute_getCustomEntityTypeName_0=
  561. b.asm.emscripten_bind_MdDbAttribute_getCustomEntityTypeName_0).apply(null,arguments)},AA=b._emscripten_bind_MdDbAttribute_getCustomEntityid_0=function(){return(AA=b._emscripten_bind_MdDbAttribute_getCustomEntityid_0=b.asm.emscripten_bind_MdDbAttribute_getCustomEntityid_0).apply(null,arguments)},BA=b._emscripten_bind_MdDbAttribute_getCustomEntityTempid_0=function(){return(BA=b._emscripten_bind_MdDbAttribute_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbAttribute_getCustomEntityTempid_0).apply(null,
  562. arguments)},CA=b._emscripten_bind_MdDbAttribute_setCustomEntityTempid_1=function(){return(CA=b._emscripten_bind_MdDbAttribute_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbAttribute_setCustomEntityTempid_1).apply(null,arguments)},DA=b._emscripten_bind_MdDbAttribute_getJson_0=function(){return(DA=b._emscripten_bind_MdDbAttribute_getJson_0=b.asm.emscripten_bind_MdDbAttribute_getJson_0).apply(null,arguments)},EA=b._emscripten_bind_MdDbAttribute_setJson_1=function(){return(EA=b._emscripten_bind_MdDbAttribute_setJson_1=
  563. b.asm.emscripten_bind_MdDbAttribute_setJson_1).apply(null,arguments)},FA=b._emscripten_bind_MdDbAttribute_isKindOf_1=function(){return(FA=b._emscripten_bind_MdDbAttribute_isKindOf_1=b.asm.emscripten_bind_MdDbAttribute_isKindOf_1).apply(null,arguments)},GA=b._emscripten_bind_MdDbAttribute_isNull_0=function(){return(GA=b._emscripten_bind_MdDbAttribute_isNull_0=b.asm.emscripten_bind_MdDbAttribute_isNull_0).apply(null,arguments)},HA=b._emscripten_bind_MdDbAttribute___destroy___0=function(){return(HA=
  564. b._emscripten_bind_MdDbAttribute___destroy___0=b.asm.emscripten_bind_MdDbAttribute___destroy___0).apply(null,arguments)},IA=b._emscripten_bind_MdDbAttributeDefinition_MdDbAttributeDefinition_0=function(){return(IA=b._emscripten_bind_MdDbAttributeDefinition_MdDbAttributeDefinition_0=b.asm.emscripten_bind_MdDbAttributeDefinition_MdDbAttributeDefinition_0).apply(null,arguments)},JA=b._emscripten_bind_MdDbAttributeDefinition_tag_0=function(){return(JA=b._emscripten_bind_MdDbAttributeDefinition_tag_0=
  565. b.asm.emscripten_bind_MdDbAttributeDefinition_tag_0).apply(null,arguments)},KA=b._emscripten_bind_MdDbAttributeDefinition_setTag_1=function(){return(KA=b._emscripten_bind_MdDbAttributeDefinition_setTag_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setTag_1).apply(null,arguments)},LA=b._emscripten_bind_MdDbAttributeDefinition_prompt_0=function(){return(LA=b._emscripten_bind_MdDbAttributeDefinition_prompt_0=b.asm.emscripten_bind_MdDbAttributeDefinition_prompt_0).apply(null,arguments)},MA=b._emscripten_bind_MdDbAttributeDefinition_setPrompt_1=
  566. function(){return(MA=b._emscripten_bind_MdDbAttributeDefinition_setPrompt_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPrompt_1).apply(null,arguments)},NA=b._emscripten_bind_MdDbAttributeDefinition_isInvisible_0=function(){return(NA=b._emscripten_bind_MdDbAttributeDefinition_isInvisible_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isInvisible_0).apply(null,arguments)},OA=b._emscripten_bind_MdDbAttributeDefinition_setInvisible_1=function(){return(OA=b._emscripten_bind_MdDbAttributeDefinition_setInvisible_1=
  567. b.asm.emscripten_bind_MdDbAttributeDefinition_setInvisible_1).apply(null,arguments)},PA=b._emscripten_bind_MdDbAttributeDefinition_isConstant_0=function(){return(PA=b._emscripten_bind_MdDbAttributeDefinition_isConstant_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isConstant_0).apply(null,arguments)},QA=b._emscripten_bind_MdDbAttributeDefinition_setConstant_1=function(){return(QA=b._emscripten_bind_MdDbAttributeDefinition_setConstant_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setConstant_1).apply(null,
  568. arguments)},RA=b._emscripten_bind_MdDbAttributeDefinition_isVerifiable_0=function(){return(RA=b._emscripten_bind_MdDbAttributeDefinition_isVerifiable_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isVerifiable_0).apply(null,arguments)},SA=b._emscripten_bind_MdDbAttributeDefinition_setVerifiable_1=function(){return(SA=b._emscripten_bind_MdDbAttributeDefinition_setVerifiable_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setVerifiable_1).apply(null,arguments)},TA=b._emscripten_bind_MdDbAttributeDefinition_isPreset_0=
  569. function(){return(TA=b._emscripten_bind_MdDbAttributeDefinition_isPreset_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isPreset_0).apply(null,arguments)},UA=b._emscripten_bind_MdDbAttributeDefinition_setPreset_1=function(){return(UA=b._emscripten_bind_MdDbAttributeDefinition_setPreset_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPreset_1).apply(null,arguments)},VA=b._emscripten_bind_MdDbAttributeDefinition_explode_0=function(){return(VA=b._emscripten_bind_MdDbAttributeDefinition_explode_0=
  570. b.asm.emscripten_bind_MdDbAttributeDefinition_explode_0).apply(null,arguments)},WA=b._emscripten_bind_MdDbAttributeDefinition_TrueColor_0=function(){return(WA=b._emscripten_bind_MdDbAttributeDefinition_TrueColor_0=b.asm.emscripten_bind_MdDbAttributeDefinition_TrueColor_0).apply(null,arguments)},XA=b._emscripten_bind_MdDbAttributeDefinition_SetTrueColor_1=function(){return(XA=b._emscripten_bind_MdDbAttributeDefinition_SetTrueColor_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetTrueColor_1).apply(null,
  571. arguments)},YA=b._emscripten_bind_MdDbAttributeDefinition_ColorIndex_0=function(){return(YA=b._emscripten_bind_MdDbAttributeDefinition_ColorIndex_0=b.asm.emscripten_bind_MdDbAttributeDefinition_ColorIndex_0).apply(null,arguments)},ZA=b._emscripten_bind_MdDbAttributeDefinition_SetColorIndex_1=function(){return(ZA=b._emscripten_bind_MdDbAttributeDefinition_SetColorIndex_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetColorIndex_1).apply(null,arguments)},$A=b._emscripten_bind_MdDbAttributeDefinition_Layer_0=
  572. function(){return($A=b._emscripten_bind_MdDbAttributeDefinition_Layer_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Layer_0).apply(null,arguments)},aB=b._emscripten_bind_MdDbAttributeDefinition_SetLayer_1=function(){return(aB=b._emscripten_bind_MdDbAttributeDefinition_SetLayer_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLayer_1).apply(null,arguments)},bB=b._emscripten_bind_MdDbAttributeDefinition_LinetypeScale_0=function(){return(bB=b._emscripten_bind_MdDbAttributeDefinition_LinetypeScale_0=
  573. b.asm.emscripten_bind_MdDbAttributeDefinition_LinetypeScale_0).apply(null,arguments)},cB=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeScale_1=function(){return(cB=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLinetypeScale_1).apply(null,arguments)},dB=b._emscripten_bind_MdDbAttributeDefinition_Visible_0=function(){return(dB=b._emscripten_bind_MdDbAttributeDefinition_Visible_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Visible_0).apply(null,
  574. arguments)},eB=b._emscripten_bind_MdDbAttributeDefinition_SetVisible_1=function(){return(eB=b._emscripten_bind_MdDbAttributeDefinition_SetVisible_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetVisible_1).apply(null,arguments)},fB=b._emscripten_bind_MdDbAttributeDefinition_Lineweight_0=function(){return(fB=b._emscripten_bind_MdDbAttributeDefinition_Lineweight_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Lineweight_0).apply(null,arguments)},gB=b._emscripten_bind_MdDbAttributeDefinition_SetLineweight_1=
  575. function(){return(gB=b._emscripten_bind_MdDbAttributeDefinition_SetLineweight_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLineweight_1).apply(null,arguments)},hB=b._emscripten_bind_MdDbAttributeDefinition_TextStyle_0=function(){return(hB=b._emscripten_bind_MdDbAttributeDefinition_TextStyle_0=b.asm.emscripten_bind_MdDbAttributeDefinition_TextStyle_0).apply(null,arguments)},iB=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyle_1=function(){return(iB=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyle_1=
  576. b.asm.emscripten_bind_MdDbAttributeDefinition_SetTextStyle_1).apply(null,arguments)},jB=b._emscripten_bind_MdDbAttributeDefinition_Highlight_1=function(){return(jB=b._emscripten_bind_MdDbAttributeDefinition_Highlight_1=b.asm.emscripten_bind_MdDbAttributeDefinition_Highlight_1).apply(null,arguments)},kB=b._emscripten_bind_MdDbAttributeDefinition_Move_2=function(){return(kB=b._emscripten_bind_MdDbAttributeDefinition_Move_2=b.asm.emscripten_bind_MdDbAttributeDefinition_Move_2).apply(null,arguments)},
  577. lB=b._emscripten_bind_MdDbAttributeDefinition_Rotate_2=function(){return(lB=b._emscripten_bind_MdDbAttributeDefinition_Rotate_2=b.asm.emscripten_bind_MdDbAttributeDefinition_Rotate_2).apply(null,arguments)},mB=b._emscripten_bind_MdDbAttributeDefinition_Mirror_2=function(){return(mB=b._emscripten_bind_MdDbAttributeDefinition_Mirror_2=b.asm.emscripten_bind_MdDbAttributeDefinition_Mirror_2).apply(null,arguments)},nB=b._emscripten_bind_MdDbAttributeDefinition_ScaleEntity_2=function(){return(nB=b._emscripten_bind_MdDbAttributeDefinition_ScaleEntity_2=
  578. b.asm.emscripten_bind_MdDbAttributeDefinition_ScaleEntity_2).apply(null,arguments)},oB=b._emscripten_bind_MdDbAttributeDefinition_TransformBy_1=function(){return(oB=b._emscripten_bind_MdDbAttributeDefinition_TransformBy_1=b.asm.emscripten_bind_MdDbAttributeDefinition_TransformBy_1).apply(null,arguments)},pB=b._emscripten_bind_MdDbAttributeDefinition_GetBoundingBox_0=function(){return(pB=b._emscripten_bind_MdDbAttributeDefinition_GetBoundingBox_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetBoundingBox_0).apply(null,
  579. arguments)},qB=b._emscripten_bind_MdDbAttributeDefinition_GetXData_1=function(){return(qB=b._emscripten_bind_MdDbAttributeDefinition_GetXData_1=b.asm.emscripten_bind_MdDbAttributeDefinition_GetXData_1).apply(null,arguments)},rB=b._emscripten_bind_MdDbAttributeDefinition_SetXData_1=function(){return(rB=b._emscripten_bind_MdDbAttributeDefinition_SetXData_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetXData_1).apply(null,arguments)},sB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataString_2=
  580. function(){return(sB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataString_2=b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataString_2).apply(null,arguments)},tB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataString_3=function(){return(tB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataString_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataString_3).apply(null,arguments)},uB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataDouble_2=function(){return(uB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataDouble_2=
  581. b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataDouble_2).apply(null,arguments)},vB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataDouble_3=function(){return(vB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataDouble_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataDouble_3).apply(null,arguments)},wB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataLong_2=function(){return(wB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataLong_2=b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataLong_2).apply(null,
  582. arguments)},xB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataLong_3=function(){return(xB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataLong_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataLong_3).apply(null,arguments)},yB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataPoint_2=function(){return(yB=b._emscripten_bind_MdDbAttributeDefinition_GetxDataPoint_2=b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataPoint_2).apply(null,arguments)},zB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataPoint_3=
  583. function(){return(zB=b._emscripten_bind_MdDbAttributeDefinition_SetxDataPoint_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataPoint_3).apply(null,arguments)},AB=b._emscripten_bind_MdDbAttributeDefinition_DeleteXData_1=function(){return(AB=b._emscripten_bind_MdDbAttributeDefinition_DeleteXData_1=b.asm.emscripten_bind_MdDbAttributeDefinition_DeleteXData_1).apply(null,arguments)},BB=b._emscripten_bind_MdDbAttributeDefinition_GetAllAppName_0=function(){return(BB=b._emscripten_bind_MdDbAttributeDefinition_GetAllAppName_0=
  584. b.asm.emscripten_bind_MdDbAttributeDefinition_GetAllAppName_0).apply(null,arguments)},CB=b._emscripten_bind_MdDbAttributeDefinition_LayerId_0=function(){return(CB=b._emscripten_bind_MdDbAttributeDefinition_LayerId_0=b.asm.emscripten_bind_MdDbAttributeDefinition_LayerId_0).apply(null,arguments)},DB=b._emscripten_bind_MdDbAttributeDefinition_SetLayerId_1=function(){return(DB=b._emscripten_bind_MdDbAttributeDefinition_SetLayerId_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLayerId_1).apply(null,
  585. arguments)},EB=b._emscripten_bind_MdDbAttributeDefinition_LinetypeId_0=function(){return(EB=b._emscripten_bind_MdDbAttributeDefinition_LinetypeId_0=b.asm.emscripten_bind_MdDbAttributeDefinition_LinetypeId_0).apply(null,arguments)},FB=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeId_1=function(){return(FB=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeId_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLinetypeId_1).apply(null,arguments)},GB=b._emscripten_bind_MdDbAttributeDefinition_Linetype_0=
  586. function(){return(GB=b._emscripten_bind_MdDbAttributeDefinition_Linetype_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Linetype_0).apply(null,arguments)},HB=b._emscripten_bind_MdDbAttributeDefinition_SetLinetype_1=function(){return(HB=b._emscripten_bind_MdDbAttributeDefinition_SetLinetype_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLinetype_1).apply(null,arguments)},IB=b._emscripten_bind_MdDbAttributeDefinition_TextStyleId_0=function(){return(IB=b._emscripten_bind_MdDbAttributeDefinition_TextStyleId_0=
  587. b.asm.emscripten_bind_MdDbAttributeDefinition_TextStyleId_0).apply(null,arguments)},JB=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyleId_1=function(){return(JB=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyleId_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetTextStyleId_1).apply(null,arguments)},KB=b._emscripten_bind_MdDbAttributeDefinition_IntersectWith_2=function(){return(KB=b._emscripten_bind_MdDbAttributeDefinition_IntersectWith_2=b.asm.emscripten_bind_MdDbAttributeDefinition_IntersectWith_2).apply(null,
  588. arguments)},LB=b._emscripten_bind_MdDbAttributeDefinition_getArea_0=function(){return(LB=b._emscripten_bind_MdDbAttributeDefinition_getArea_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getArea_0).apply(null,arguments)},MB=b._emscripten_bind_MdDbAttributeDefinition_disableUpdateDisplay_1=function(){return(MB=b._emscripten_bind_MdDbAttributeDefinition_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbAttributeDefinition_disableUpdateDisplay_1).apply(null,arguments)},NB=b._emscripten_bind_MdDbAttributeDefinition_isPropertiesWindowCustom_0=
  589. function(){return(NB=b._emscripten_bind_MdDbAttributeDefinition_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isPropertiesWindowCustom_0).apply(null,arguments)},OB=b._emscripten_bind_MdDbAttributeDefinition_setPropertiesWindowCustom_1=function(){return(OB=b._emscripten_bind_MdDbAttributeDefinition_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPropertiesWindowCustom_1).apply(null,arguments)},PB=b._emscripten_bind_MdDbAttributeDefinition_updateDisplay_0=
  590. function(){return(PB=b._emscripten_bind_MdDbAttributeDefinition_updateDisplay_0=b.asm.emscripten_bind_MdDbAttributeDefinition_updateDisplay_0).apply(null,arguments)},QB=b._emscripten_bind_MdDbAttributeDefinition_DrawOrder_0=function(){return(QB=b._emscripten_bind_MdDbAttributeDefinition_DrawOrder_0=b.asm.emscripten_bind_MdDbAttributeDefinition_DrawOrder_0).apply(null,arguments)},RB=b._emscripten_bind_MdDbAttributeDefinition_SetDrawOrder_1=function(){return(RB=b._emscripten_bind_MdDbAttributeDefinition_SetDrawOrder_1=
  591. b.asm.emscripten_bind_MdDbAttributeDefinition_SetDrawOrder_1).apply(null,arguments)},SB=b._emscripten_bind_MdDbAttributeDefinition_GetObjectID_0=function(){return(SB=b._emscripten_bind_MdDbAttributeDefinition_GetObjectID_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetObjectID_0).apply(null,arguments)},TB=b._emscripten_bind_MdDbAttributeDefinition_Erase_0=function(){return(TB=b._emscripten_bind_MdDbAttributeDefinition_Erase_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Erase_0).apply(null,arguments)},
  592. UB=b._emscripten_bind_MdDbAttributeDefinition_isErased_0=function(){return(UB=b._emscripten_bind_MdDbAttributeDefinition_isErased_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isErased_0).apply(null,arguments)},VB=b._emscripten_bind_MdDbAttributeDefinition_unErase_0=function(){return(VB=b._emscripten_bind_MdDbAttributeDefinition_unErase_0=b.asm.emscripten_bind_MdDbAttributeDefinition_unErase_0).apply(null,arguments)},WB=b._emscripten_bind_MdDbAttributeDefinition_ConnectionTempObject_1=function(){return(WB=
  593. b._emscripten_bind_MdDbAttributeDefinition_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAttributeDefinition_ConnectionTempObject_1).apply(null,arguments)},XB=b._emscripten_bind_MdDbAttributeDefinition_GetExtensionDictionary_0=function(){return(XB=b._emscripten_bind_MdDbAttributeDefinition_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetExtensionDictionary_0).apply(null,arguments)},YB=b._emscripten_bind_MdDbAttributeDefinition_CreateExtensionDictionary_0=function(){return(YB=
  594. b._emscripten_bind_MdDbAttributeDefinition_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttributeDefinition_CreateExtensionDictionary_0).apply(null,arguments)},ZB=b._emscripten_bind_MdDbAttributeDefinition_IsHaveExtensionDictionary_0=function(){return(ZB=b._emscripten_bind_MdDbAttributeDefinition_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttributeDefinition_IsHaveExtensionDictionary_0).apply(null,arguments)},$B=b._emscripten_bind_MdDbAttributeDefinition_Clone_0=function(){return($B=
  595. b._emscripten_bind_MdDbAttributeDefinition_Clone_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Clone_0).apply(null,arguments)},aC=b._emscripten_bind_MdDbAttributeDefinition_GetHandle_0=function(){return(aC=b._emscripten_bind_MdDbAttributeDefinition_GetHandle_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetHandle_0).apply(null,arguments)},bC=b._emscripten_bind_MdDbAttributeDefinition_GetDatabase_0=function(){return(bC=b._emscripten_bind_MdDbAttributeDefinition_GetDatabase_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetDatabase_0).apply(null,
  596. arguments)},cC=b._emscripten_bind_MdDbAttributeDefinition_GetDatabaseIndexId_0=function(){return(cC=b._emscripten_bind_MdDbAttributeDefinition_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetDatabaseIndexId_0).apply(null,arguments)},dC=b._emscripten_bind_MdDbAttributeDefinition_GetOwnerID_0=function(){return(dC=b._emscripten_bind_MdDbAttributeDefinition_GetOwnerID_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetOwnerID_0).apply(null,arguments)},eC=b._emscripten_bind_MdDbAttributeDefinition_moveGripPointsAt_4=
  597. function(){return(eC=b._emscripten_bind_MdDbAttributeDefinition_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbAttributeDefinition_moveGripPointsAt_4).apply(null,arguments)},fC=b._emscripten_bind_MdDbAttributeDefinition_getGripPoints_0=function(){return(fC=b._emscripten_bind_MdDbAttributeDefinition_getGripPoints_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getGripPoints_0).apply(null,arguments)},gC=b._emscripten_bind_MdDbAttributeDefinition_position_0=function(){return(gC=b._emscripten_bind_MdDbAttributeDefinition_position_0=
  598. b.asm.emscripten_bind_MdDbAttributeDefinition_position_0).apply(null,arguments)},hC=b._emscripten_bind_MdDbAttributeDefinition_setPosition_1=function(){return(hC=b._emscripten_bind_MdDbAttributeDefinition_setPosition_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPosition_1).apply(null,arguments)},iC=b._emscripten_bind_MdDbAttributeDefinition_alignmentPoint_0=function(){return(iC=b._emscripten_bind_MdDbAttributeDefinition_alignmentPoint_0=b.asm.emscripten_bind_MdDbAttributeDefinition_alignmentPoint_0).apply(null,
  599. arguments)},jC=b._emscripten_bind_MdDbAttributeDefinition_setAlignmentPoint_1=function(){return(jC=b._emscripten_bind_MdDbAttributeDefinition_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setAlignmentPoint_1).apply(null,arguments)},kC=b._emscripten_bind_MdDbAttributeDefinition_oblique_0=function(){return(kC=b._emscripten_bind_MdDbAttributeDefinition_oblique_0=b.asm.emscripten_bind_MdDbAttributeDefinition_oblique_0).apply(null,arguments)},lC=b._emscripten_bind_MdDbAttributeDefinition_setOblique_1=
  600. function(){return(lC=b._emscripten_bind_MdDbAttributeDefinition_setOblique_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setOblique_1).apply(null,arguments)},mC=b._emscripten_bind_MdDbAttributeDefinition_rotation_0=function(){return(mC=b._emscripten_bind_MdDbAttributeDefinition_rotation_0=b.asm.emscripten_bind_MdDbAttributeDefinition_rotation_0).apply(null,arguments)},nC=b._emscripten_bind_MdDbAttributeDefinition_setRotation_1=function(){return(nC=b._emscripten_bind_MdDbAttributeDefinition_setRotation_1=
  601. b.asm.emscripten_bind_MdDbAttributeDefinition_setRotation_1).apply(null,arguments)},oC=b._emscripten_bind_MdDbAttributeDefinition_height_0=function(){return(oC=b._emscripten_bind_MdDbAttributeDefinition_height_0=b.asm.emscripten_bind_MdDbAttributeDefinition_height_0).apply(null,arguments)},pC=b._emscripten_bind_MdDbAttributeDefinition_setHeight_1=function(){return(pC=b._emscripten_bind_MdDbAttributeDefinition_setHeight_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setHeight_1).apply(null,arguments)},
  602. qC=b._emscripten_bind_MdDbAttributeDefinition_widthFactor_0=function(){return(qC=b._emscripten_bind_MdDbAttributeDefinition_widthFactor_0=b.asm.emscripten_bind_MdDbAttributeDefinition_widthFactor_0).apply(null,arguments)},rC=b._emscripten_bind_MdDbAttributeDefinition_setWidthFactor_1=function(){return(rC=b._emscripten_bind_MdDbAttributeDefinition_setWidthFactor_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setWidthFactor_1).apply(null,arguments)},sC=b._emscripten_bind_MdDbAttributeDefinition_textString_0=
  603. function(){return(sC=b._emscripten_bind_MdDbAttributeDefinition_textString_0=b.asm.emscripten_bind_MdDbAttributeDefinition_textString_0).apply(null,arguments)},tC=b._emscripten_bind_MdDbAttributeDefinition_setTextString_1=function(){return(tC=b._emscripten_bind_MdDbAttributeDefinition_setTextString_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setTextString_1).apply(null,arguments)},uC=b._emscripten_bind_MdDbAttributeDefinition_horizontalMode_0=function(){return(uC=b._emscripten_bind_MdDbAttributeDefinition_horizontalMode_0=
  604. b.asm.emscripten_bind_MdDbAttributeDefinition_horizontalMode_0).apply(null,arguments)},vC=b._emscripten_bind_MdDbAttributeDefinition_setHorizontalMode_1=function(){return(vC=b._emscripten_bind_MdDbAttributeDefinition_setHorizontalMode_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setHorizontalMode_1).apply(null,arguments)},wC=b._emscripten_bind_MdDbAttributeDefinition_verticalMode_0=function(){return(wC=b._emscripten_bind_MdDbAttributeDefinition_verticalMode_0=b.asm.emscripten_bind_MdDbAttributeDefinition_verticalMode_0).apply(null,
  605. arguments)},xC=b._emscripten_bind_MdDbAttributeDefinition_setVerticalMode_1=function(){return(xC=b._emscripten_bind_MdDbAttributeDefinition_setVerticalMode_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setVerticalMode_1).apply(null,arguments)},yC=b._emscripten_bind_MdDbAttributeDefinition_getObjectName_0=function(){return(yC=b._emscripten_bind_MdDbAttributeDefinition_getObjectName_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getObjectName_0).apply(null,arguments)},zC=b._emscripten_bind_MdDbAttributeDefinition_getDxf0_0=
  606. function(){return(zC=b._emscripten_bind_MdDbAttributeDefinition_getDxf0_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getDxf0_0).apply(null,arguments)},AC=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTypeName_0=function(){return(AC=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getCustomEntityTypeName_0).apply(null,arguments)},BC=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityid_0=function(){return(BC=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityid_0=
  607. b.asm.emscripten_bind_MdDbAttributeDefinition_getCustomEntityid_0).apply(null,arguments)},CC=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTempid_0=function(){return(CC=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getCustomEntityTempid_0).apply(null,arguments)},DC=b._emscripten_bind_MdDbAttributeDefinition_setCustomEntityTempid_1=function(){return(DC=b._emscripten_bind_MdDbAttributeDefinition_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setCustomEntityTempid_1).apply(null,
  608. arguments)},EC=b._emscripten_bind_MdDbAttributeDefinition_getJson_0=function(){return(EC=b._emscripten_bind_MdDbAttributeDefinition_getJson_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getJson_0).apply(null,arguments)},FC=b._emscripten_bind_MdDbAttributeDefinition_setJson_1=function(){return(FC=b._emscripten_bind_MdDbAttributeDefinition_setJson_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setJson_1).apply(null,arguments)},GC=b._emscripten_bind_MdDbAttributeDefinition_isKindOf_1=function(){return(GC=
  609. b._emscripten_bind_MdDbAttributeDefinition_isKindOf_1=b.asm.emscripten_bind_MdDbAttributeDefinition_isKindOf_1).apply(null,arguments)},HC=b._emscripten_bind_MdDbAttributeDefinition_isNull_0=function(){return(HC=b._emscripten_bind_MdDbAttributeDefinition_isNull_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isNull_0).apply(null,arguments)},IC=b._emscripten_bind_MdDbAttributeDefinition___destroy___0=function(){return(IC=b._emscripten_bind_MdDbAttributeDefinition___destroy___0=b.asm.emscripten_bind_MdDbAttributeDefinition___destroy___0).apply(null,
  610. arguments)},JC=b._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(JC=b._emscripten_bind_MdDbCircle_MdDbCircle_0=b.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,arguments)},KC=b._emscripten_bind_MdDbCircle_center_0=function(){return(KC=b._emscripten_bind_MdDbCircle_center_0=b.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},LC=b._emscripten_bind_MdDbCircle_setCenter_1=function(){return(LC=b._emscripten_bind_MdDbCircle_setCenter_1=b.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,
  611. arguments)},MC=b._emscripten_bind_MdDbCircle_radius_0=function(){return(MC=b._emscripten_bind_MdDbCircle_radius_0=b.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,arguments)},NC=b._emscripten_bind_MdDbCircle_setRadius_1=function(){return(NC=b._emscripten_bind_MdDbCircle_setRadius_1=b.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},OC=b._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(OC=b._emscripten_bind_MdDbCircle_getStartParam_0=b.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,
  612. arguments)},PC=b._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(PC=b._emscripten_bind_MdDbCircle_getEndParam_0=b.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,arguments)},QC=b._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(QC=b._emscripten_bind_MdDbCircle_getDistAtParam_1=b.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},RC=b._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(RC=b._emscripten_bind_MdDbCircle_getParamAtDist_1=
  613. b.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},SC=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(SC=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=b.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},TC=b._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(TC=b._emscripten_bind_MdDbCircle_getPointAtDist_1=b.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},UC=b._emscripten_bind_MdDbCircle_getStartPoint_0=
  614. function(){return(UC=b._emscripten_bind_MdDbCircle_getStartPoint_0=b.asm.emscripten_bind_MdDbCircle_getStartPoint_0).apply(null,arguments)},VC=b._emscripten_bind_MdDbCircle_getEndPoint_0=function(){return(VC=b._emscripten_bind_MdDbCircle_getEndPoint_0=b.asm.emscripten_bind_MdDbCircle_getEndPoint_0).apply(null,arguments)},WC=b._emscripten_bind_MdDbCircle_getPointAtParam_1=function(){return(WC=b._emscripten_bind_MdDbCircle_getPointAtParam_1=b.asm.emscripten_bind_MdDbCircle_getPointAtParam_1).apply(null,
  615. arguments)},XC=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=function(){return(XC=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=b.asm.emscripten_bind_MdDbCircle_getParamAtPoint_1).apply(null,arguments)},YC=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=function(){return(YC=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=b.asm.emscripten_bind_MdDbCircle_getFirstDeriv_1).apply(null,arguments)},ZC=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=function(){return(ZC=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=
  616. b.asm.emscripten_bind_MdDbCircle_getFirstDerivEx_1).apply(null,arguments)},$C=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=function(){return($C=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=b.asm.emscripten_bind_MdDbCircle_getClosestPointTo_2).apply(null,arguments)},aD=b._emscripten_bind_MdDbCircle_offsetCurves_2=function(){return(aD=b._emscripten_bind_MdDbCircle_offsetCurves_2=b.asm.emscripten_bind_MdDbCircle_offsetCurves_2).apply(null,arguments)},bD=b._emscripten_bind_MdDbCircle_splitCurves_1=
  617. function(){return(bD=b._emscripten_bind_MdDbCircle_splitCurves_1=b.asm.emscripten_bind_MdDbCircle_splitCurves_1).apply(null,arguments)},cD=b._emscripten_bind_MdDbCircle_getSamplePoints_1=function(){return(cD=b._emscripten_bind_MdDbCircle_getSamplePoints_1=b.asm.emscripten_bind_MdDbCircle_getSamplePoints_1).apply(null,arguments)},dD=b._emscripten_bind_MdDbCircle_getLength_0=function(){return(dD=b._emscripten_bind_MdDbCircle_getLength_0=b.asm.emscripten_bind_MdDbCircle_getLength_0).apply(null,arguments)},
  618. eD=b._emscripten_bind_MdDbCircle_explode_0=function(){return(eD=b._emscripten_bind_MdDbCircle_explode_0=b.asm.emscripten_bind_MdDbCircle_explode_0).apply(null,arguments)},fD=b._emscripten_bind_MdDbCircle_TrueColor_0=function(){return(fD=b._emscripten_bind_MdDbCircle_TrueColor_0=b.asm.emscripten_bind_MdDbCircle_TrueColor_0).apply(null,arguments)},gD=b._emscripten_bind_MdDbCircle_SetTrueColor_1=function(){return(gD=b._emscripten_bind_MdDbCircle_SetTrueColor_1=b.asm.emscripten_bind_MdDbCircle_SetTrueColor_1).apply(null,
  619. arguments)},hD=b._emscripten_bind_MdDbCircle_ColorIndex_0=function(){return(hD=b._emscripten_bind_MdDbCircle_ColorIndex_0=b.asm.emscripten_bind_MdDbCircle_ColorIndex_0).apply(null,arguments)},iD=b._emscripten_bind_MdDbCircle_SetColorIndex_1=function(){return(iD=b._emscripten_bind_MdDbCircle_SetColorIndex_1=b.asm.emscripten_bind_MdDbCircle_SetColorIndex_1).apply(null,arguments)},jD=b._emscripten_bind_MdDbCircle_Layer_0=function(){return(jD=b._emscripten_bind_MdDbCircle_Layer_0=b.asm.emscripten_bind_MdDbCircle_Layer_0).apply(null,
  620. arguments)},kD=b._emscripten_bind_MdDbCircle_SetLayer_1=function(){return(kD=b._emscripten_bind_MdDbCircle_SetLayer_1=b.asm.emscripten_bind_MdDbCircle_SetLayer_1).apply(null,arguments)},lD=b._emscripten_bind_MdDbCircle_LinetypeScale_0=function(){return(lD=b._emscripten_bind_MdDbCircle_LinetypeScale_0=b.asm.emscripten_bind_MdDbCircle_LinetypeScale_0).apply(null,arguments)},mD=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=function(){return(mD=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCircle_SetLinetypeScale_1).apply(null,
  621. arguments)},nD=b._emscripten_bind_MdDbCircle_Visible_0=function(){return(nD=b._emscripten_bind_MdDbCircle_Visible_0=b.asm.emscripten_bind_MdDbCircle_Visible_0).apply(null,arguments)},oD=b._emscripten_bind_MdDbCircle_SetVisible_1=function(){return(oD=b._emscripten_bind_MdDbCircle_SetVisible_1=b.asm.emscripten_bind_MdDbCircle_SetVisible_1).apply(null,arguments)},pD=b._emscripten_bind_MdDbCircle_Lineweight_0=function(){return(pD=b._emscripten_bind_MdDbCircle_Lineweight_0=b.asm.emscripten_bind_MdDbCircle_Lineweight_0).apply(null,
  622. arguments)},qD=b._emscripten_bind_MdDbCircle_SetLineweight_1=function(){return(qD=b._emscripten_bind_MdDbCircle_SetLineweight_1=b.asm.emscripten_bind_MdDbCircle_SetLineweight_1).apply(null,arguments)},rD=b._emscripten_bind_MdDbCircle_TextStyle_0=function(){return(rD=b._emscripten_bind_MdDbCircle_TextStyle_0=b.asm.emscripten_bind_MdDbCircle_TextStyle_0).apply(null,arguments)},sD=b._emscripten_bind_MdDbCircle_SetTextStyle_1=function(){return(sD=b._emscripten_bind_MdDbCircle_SetTextStyle_1=b.asm.emscripten_bind_MdDbCircle_SetTextStyle_1).apply(null,
  623. arguments)},tD=b._emscripten_bind_MdDbCircle_Highlight_1=function(){return(tD=b._emscripten_bind_MdDbCircle_Highlight_1=b.asm.emscripten_bind_MdDbCircle_Highlight_1).apply(null,arguments)},uD=b._emscripten_bind_MdDbCircle_Move_2=function(){return(uD=b._emscripten_bind_MdDbCircle_Move_2=b.asm.emscripten_bind_MdDbCircle_Move_2).apply(null,arguments)},vD=b._emscripten_bind_MdDbCircle_Rotate_2=function(){return(vD=b._emscripten_bind_MdDbCircle_Rotate_2=b.asm.emscripten_bind_MdDbCircle_Rotate_2).apply(null,
  624. arguments)},wD=b._emscripten_bind_MdDbCircle_Mirror_2=function(){return(wD=b._emscripten_bind_MdDbCircle_Mirror_2=b.asm.emscripten_bind_MdDbCircle_Mirror_2).apply(null,arguments)},xD=b._emscripten_bind_MdDbCircle_ScaleEntity_2=function(){return(xD=b._emscripten_bind_MdDbCircle_ScaleEntity_2=b.asm.emscripten_bind_MdDbCircle_ScaleEntity_2).apply(null,arguments)},yD=b._emscripten_bind_MdDbCircle_TransformBy_1=function(){return(yD=b._emscripten_bind_MdDbCircle_TransformBy_1=b.asm.emscripten_bind_MdDbCircle_TransformBy_1).apply(null,
  625. arguments)},zD=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=function(){return(zD=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=b.asm.emscripten_bind_MdDbCircle_GetBoundingBox_0).apply(null,arguments)},AD=b._emscripten_bind_MdDbCircle_GetXData_1=function(){return(AD=b._emscripten_bind_MdDbCircle_GetXData_1=b.asm.emscripten_bind_MdDbCircle_GetXData_1).apply(null,arguments)},BD=b._emscripten_bind_MdDbCircle_SetXData_1=function(){return(BD=b._emscripten_bind_MdDbCircle_SetXData_1=b.asm.emscripten_bind_MdDbCircle_SetXData_1).apply(null,
  626. arguments)},CD=b._emscripten_bind_MdDbCircle_GetxDataString_2=function(){return(CD=b._emscripten_bind_MdDbCircle_GetxDataString_2=b.asm.emscripten_bind_MdDbCircle_GetxDataString_2).apply(null,arguments)},DD=b._emscripten_bind_MdDbCircle_SetxDataString_3=function(){return(DD=b._emscripten_bind_MdDbCircle_SetxDataString_3=b.asm.emscripten_bind_MdDbCircle_SetxDataString_3).apply(null,arguments)},ED=b._emscripten_bind_MdDbCircle_GetxDataDouble_2=function(){return(ED=b._emscripten_bind_MdDbCircle_GetxDataDouble_2=
  627. b.asm.emscripten_bind_MdDbCircle_GetxDataDouble_2).apply(null,arguments)},FD=b._emscripten_bind_MdDbCircle_SetxDataDouble_3=function(){return(FD=b._emscripten_bind_MdDbCircle_SetxDataDouble_3=b.asm.emscripten_bind_MdDbCircle_SetxDataDouble_3).apply(null,arguments)},GD=b._emscripten_bind_MdDbCircle_GetxDataLong_2=function(){return(GD=b._emscripten_bind_MdDbCircle_GetxDataLong_2=b.asm.emscripten_bind_MdDbCircle_GetxDataLong_2).apply(null,arguments)},HD=b._emscripten_bind_MdDbCircle_SetxDataLong_3=function(){return(HD=
  628. b._emscripten_bind_MdDbCircle_SetxDataLong_3=b.asm.emscripten_bind_MdDbCircle_SetxDataLong_3).apply(null,arguments)},ID=b._emscripten_bind_MdDbCircle_GetxDataPoint_2=function(){return(ID=b._emscripten_bind_MdDbCircle_GetxDataPoint_2=b.asm.emscripten_bind_MdDbCircle_GetxDataPoint_2).apply(null,arguments)},JD=b._emscripten_bind_MdDbCircle_SetxDataPoint_3=function(){return(JD=b._emscripten_bind_MdDbCircle_SetxDataPoint_3=b.asm.emscripten_bind_MdDbCircle_SetxDataPoint_3).apply(null,arguments)},KD=b._emscripten_bind_MdDbCircle_DeleteXData_1=
  629. function(){return(KD=b._emscripten_bind_MdDbCircle_DeleteXData_1=b.asm.emscripten_bind_MdDbCircle_DeleteXData_1).apply(null,arguments)},LD=b._emscripten_bind_MdDbCircle_GetAllAppName_0=function(){return(LD=b._emscripten_bind_MdDbCircle_GetAllAppName_0=b.asm.emscripten_bind_MdDbCircle_GetAllAppName_0).apply(null,arguments)},MD=b._emscripten_bind_MdDbCircle_LayerId_0=function(){return(MD=b._emscripten_bind_MdDbCircle_LayerId_0=b.asm.emscripten_bind_MdDbCircle_LayerId_0).apply(null,arguments)},ND=b._emscripten_bind_MdDbCircle_SetLayerId_1=
  630. function(){return(ND=b._emscripten_bind_MdDbCircle_SetLayerId_1=b.asm.emscripten_bind_MdDbCircle_SetLayerId_1).apply(null,arguments)},OD=b._emscripten_bind_MdDbCircle_LinetypeId_0=function(){return(OD=b._emscripten_bind_MdDbCircle_LinetypeId_0=b.asm.emscripten_bind_MdDbCircle_LinetypeId_0).apply(null,arguments)},PD=b._emscripten_bind_MdDbCircle_SetLinetypeId_1=function(){return(PD=b._emscripten_bind_MdDbCircle_SetLinetypeId_1=b.asm.emscripten_bind_MdDbCircle_SetLinetypeId_1).apply(null,arguments)},
  631. QD=b._emscripten_bind_MdDbCircle_Linetype_0=function(){return(QD=b._emscripten_bind_MdDbCircle_Linetype_0=b.asm.emscripten_bind_MdDbCircle_Linetype_0).apply(null,arguments)},RD=b._emscripten_bind_MdDbCircle_SetLinetype_1=function(){return(RD=b._emscripten_bind_MdDbCircle_SetLinetype_1=b.asm.emscripten_bind_MdDbCircle_SetLinetype_1).apply(null,arguments)},SD=b._emscripten_bind_MdDbCircle_TextStyleId_0=function(){return(SD=b._emscripten_bind_MdDbCircle_TextStyleId_0=b.asm.emscripten_bind_MdDbCircle_TextStyleId_0).apply(null,
  632. arguments)},TD=b._emscripten_bind_MdDbCircle_SetTextStyleId_1=function(){return(TD=b._emscripten_bind_MdDbCircle_SetTextStyleId_1=b.asm.emscripten_bind_MdDbCircle_SetTextStyleId_1).apply(null,arguments)},UD=b._emscripten_bind_MdDbCircle_IntersectWith_2=function(){return(UD=b._emscripten_bind_MdDbCircle_IntersectWith_2=b.asm.emscripten_bind_MdDbCircle_IntersectWith_2).apply(null,arguments)},VD=b._emscripten_bind_MdDbCircle_getArea_0=function(){return(VD=b._emscripten_bind_MdDbCircle_getArea_0=b.asm.emscripten_bind_MdDbCircle_getArea_0).apply(null,
  633. arguments)},WD=b._emscripten_bind_MdDbCircle_disableUpdateDisplay_1=function(){return(WD=b._emscripten_bind_MdDbCircle_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbCircle_disableUpdateDisplay_1).apply(null,arguments)},XD=b._emscripten_bind_MdDbCircle_isPropertiesWindowCustom_0=function(){return(XD=b._emscripten_bind_MdDbCircle_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbCircle_isPropertiesWindowCustom_0).apply(null,arguments)},YD=b._emscripten_bind_MdDbCircle_setPropertiesWindowCustom_1=
  634. function(){return(YD=b._emscripten_bind_MdDbCircle_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbCircle_setPropertiesWindowCustom_1).apply(null,arguments)},ZD=b._emscripten_bind_MdDbCircle_updateDisplay_0=function(){return(ZD=b._emscripten_bind_MdDbCircle_updateDisplay_0=b.asm.emscripten_bind_MdDbCircle_updateDisplay_0).apply(null,arguments)},$D=b._emscripten_bind_MdDbCircle_DrawOrder_0=function(){return($D=b._emscripten_bind_MdDbCircle_DrawOrder_0=b.asm.emscripten_bind_MdDbCircle_DrawOrder_0).apply(null,
  635. arguments)},aE=b._emscripten_bind_MdDbCircle_SetDrawOrder_1=function(){return(aE=b._emscripten_bind_MdDbCircle_SetDrawOrder_1=b.asm.emscripten_bind_MdDbCircle_SetDrawOrder_1).apply(null,arguments)},bE=b._emscripten_bind_MdDbCircle_GetObjectID_0=function(){return(bE=b._emscripten_bind_MdDbCircle_GetObjectID_0=b.asm.emscripten_bind_MdDbCircle_GetObjectID_0).apply(null,arguments)},cE=b._emscripten_bind_MdDbCircle_Erase_0=function(){return(cE=b._emscripten_bind_MdDbCircle_Erase_0=b.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,
  636. arguments)},dE=b._emscripten_bind_MdDbCircle_isErased_0=function(){return(dE=b._emscripten_bind_MdDbCircle_isErased_0=b.asm.emscripten_bind_MdDbCircle_isErased_0).apply(null,arguments)},eE=b._emscripten_bind_MdDbCircle_unErase_0=function(){return(eE=b._emscripten_bind_MdDbCircle_unErase_0=b.asm.emscripten_bind_MdDbCircle_unErase_0).apply(null,arguments)},fE=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(fE=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,
  637. arguments)},gE=b._emscripten_bind_MdDbCircle_GetExtensionDictionary_0=function(){return(gE=b._emscripten_bind_MdDbCircle_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbCircle_GetExtensionDictionary_0).apply(null,arguments)},hE=b._emscripten_bind_MdDbCircle_CreateExtensionDictionary_0=function(){return(hE=b._emscripten_bind_MdDbCircle_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbCircle_CreateExtensionDictionary_0).apply(null,arguments)},iE=b._emscripten_bind_MdDbCircle_IsHaveExtensionDictionary_0=
  638. function(){return(iE=b._emscripten_bind_MdDbCircle_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbCircle_IsHaveExtensionDictionary_0).apply(null,arguments)},jE=b._emscripten_bind_MdDbCircle_Clone_0=function(){return(jE=b._emscripten_bind_MdDbCircle_Clone_0=b.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},kE=b._emscripten_bind_MdDbCircle_GetHandle_0=function(){return(kE=b._emscripten_bind_MdDbCircle_GetHandle_0=b.asm.emscripten_bind_MdDbCircle_GetHandle_0).apply(null,arguments)},
  639. lE=b._emscripten_bind_MdDbCircle_GetDatabase_0=function(){return(lE=b._emscripten_bind_MdDbCircle_GetDatabase_0=b.asm.emscripten_bind_MdDbCircle_GetDatabase_0).apply(null,arguments)},mE=b._emscripten_bind_MdDbCircle_GetDatabaseIndexId_0=function(){return(mE=b._emscripten_bind_MdDbCircle_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbCircle_GetDatabaseIndexId_0).apply(null,arguments)},nE=b._emscripten_bind_MdDbCircle_GetOwnerID_0=function(){return(nE=b._emscripten_bind_MdDbCircle_GetOwnerID_0=b.asm.emscripten_bind_MdDbCircle_GetOwnerID_0).apply(null,
  640. arguments)},oE=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(oE=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,arguments)},pE=b._emscripten_bind_MdDbCircle_getGripPoints_0=function(){return(pE=b._emscripten_bind_MdDbCircle_getGripPoints_0=b.asm.emscripten_bind_MdDbCircle_getGripPoints_0).apply(null,arguments)},qE=b._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(qE=b._emscripten_bind_MdDbCircle_getObjectName_0=
  641. b.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},rE=b._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(rE=b._emscripten_bind_MdDbCircle_getDxf0_0=b.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},sE=b._emscripten_bind_MdDbCircle_getCustomEntityTypeName_0=function(){return(sE=b._emscripten_bind_MdDbCircle_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbCircle_getCustomEntityTypeName_0).apply(null,arguments)},tE=b._emscripten_bind_MdDbCircle_getCustomEntityid_0=
  642. function(){return(tE=b._emscripten_bind_MdDbCircle_getCustomEntityid_0=b.asm.emscripten_bind_MdDbCircle_getCustomEntityid_0).apply(null,arguments)},uE=b._emscripten_bind_MdDbCircle_getCustomEntityTempid_0=function(){return(uE=b._emscripten_bind_MdDbCircle_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbCircle_getCustomEntityTempid_0).apply(null,arguments)},vE=b._emscripten_bind_MdDbCircle_setCustomEntityTempid_1=function(){return(vE=b._emscripten_bind_MdDbCircle_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbCircle_setCustomEntityTempid_1).apply(null,
  643. arguments)},wE=b._emscripten_bind_MdDbCircle_getJson_0=function(){return(wE=b._emscripten_bind_MdDbCircle_getJson_0=b.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,arguments)},xE=b._emscripten_bind_MdDbCircle_setJson_1=function(){return(xE=b._emscripten_bind_MdDbCircle_setJson_1=b.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},yE=b._emscripten_bind_MdDbCircle_isKindOf_1=function(){return(yE=b._emscripten_bind_MdDbCircle_isKindOf_1=b.asm.emscripten_bind_MdDbCircle_isKindOf_1).apply(null,
  644. arguments)},zE=b._emscripten_bind_MdDbCircle_isNull_0=function(){return(zE=b._emscripten_bind_MdDbCircle_isNull_0=b.asm.emscripten_bind_MdDbCircle_isNull_0).apply(null,arguments)},AE=b._emscripten_bind_MdDbCircle___destroy___0=function(){return(AE=b._emscripten_bind_MdDbCircle___destroy___0=b.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},BE=b._emscripten_bind_MdDbArc_MdDbArc_0=function(){return(BE=b._emscripten_bind_MdDbArc_MdDbArc_0=b.asm.emscripten_bind_MdDbArc_MdDbArc_0).apply(null,
  645. arguments)},CE=b._emscripten_bind_MdDbArc_center_0=function(){return(CE=b._emscripten_bind_MdDbArc_center_0=b.asm.emscripten_bind_MdDbArc_center_0).apply(null,arguments)},DE=b._emscripten_bind_MdDbArc_setCenter_1=function(){return(DE=b._emscripten_bind_MdDbArc_setCenter_1=b.asm.emscripten_bind_MdDbArc_setCenter_1).apply(null,arguments)},EE=b._emscripten_bind_MdDbArc_radius_0=function(){return(EE=b._emscripten_bind_MdDbArc_radius_0=b.asm.emscripten_bind_MdDbArc_radius_0).apply(null,arguments)},FE=
  646. b._emscripten_bind_MdDbArc_setRadius_1=function(){return(FE=b._emscripten_bind_MdDbArc_setRadius_1=b.asm.emscripten_bind_MdDbArc_setRadius_1).apply(null,arguments)},GE=b._emscripten_bind_MdDbArc_startAngle_0=function(){return(GE=b._emscripten_bind_MdDbArc_startAngle_0=b.asm.emscripten_bind_MdDbArc_startAngle_0).apply(null,arguments)},HE=b._emscripten_bind_MdDbArc_setStartAngle_1=function(){return(HE=b._emscripten_bind_MdDbArc_setStartAngle_1=b.asm.emscripten_bind_MdDbArc_setStartAngle_1).apply(null,
  647. arguments)},IE=b._emscripten_bind_MdDbArc_endAngle_0=function(){return(IE=b._emscripten_bind_MdDbArc_endAngle_0=b.asm.emscripten_bind_MdDbArc_endAngle_0).apply(null,arguments)},JE=b._emscripten_bind_MdDbArc_setEndAngle_1=function(){return(JE=b._emscripten_bind_MdDbArc_setEndAngle_1=b.asm.emscripten_bind_MdDbArc_setEndAngle_1).apply(null,arguments)},KE=b._emscripten_bind_MdDbArc_computeArc_6=function(){return(KE=b._emscripten_bind_MdDbArc_computeArc_6=b.asm.emscripten_bind_MdDbArc_computeArc_6).apply(null,
  648. arguments)},LE=b._emscripten_bind_MdDbArc_getStartParam_0=function(){return(LE=b._emscripten_bind_MdDbArc_getStartParam_0=b.asm.emscripten_bind_MdDbArc_getStartParam_0).apply(null,arguments)},ME=b._emscripten_bind_MdDbArc_getEndParam_0=function(){return(ME=b._emscripten_bind_MdDbArc_getEndParam_0=b.asm.emscripten_bind_MdDbArc_getEndParam_0).apply(null,arguments)},NE=b._emscripten_bind_MdDbArc_getDistAtParam_1=function(){return(NE=b._emscripten_bind_MdDbArc_getDistAtParam_1=b.asm.emscripten_bind_MdDbArc_getDistAtParam_1).apply(null,
  649. arguments)},OE=b._emscripten_bind_MdDbArc_getParamAtDist_1=function(){return(OE=b._emscripten_bind_MdDbArc_getParamAtDist_1=b.asm.emscripten_bind_MdDbArc_getParamAtDist_1).apply(null,arguments)},PE=b._emscripten_bind_MdDbArc_getDistAtPoint_1=function(){return(PE=b._emscripten_bind_MdDbArc_getDistAtPoint_1=b.asm.emscripten_bind_MdDbArc_getDistAtPoint_1).apply(null,arguments)},QE=b._emscripten_bind_MdDbArc_getPointAtDist_1=function(){return(QE=b._emscripten_bind_MdDbArc_getPointAtDist_1=b.asm.emscripten_bind_MdDbArc_getPointAtDist_1).apply(null,
  650. arguments)},RE=b._emscripten_bind_MdDbArc_getStartPoint_0=function(){return(RE=b._emscripten_bind_MdDbArc_getStartPoint_0=b.asm.emscripten_bind_MdDbArc_getStartPoint_0).apply(null,arguments)},SE=b._emscripten_bind_MdDbArc_getEndPoint_0=function(){return(SE=b._emscripten_bind_MdDbArc_getEndPoint_0=b.asm.emscripten_bind_MdDbArc_getEndPoint_0).apply(null,arguments)},TE=b._emscripten_bind_MdDbArc_getPointAtParam_1=function(){return(TE=b._emscripten_bind_MdDbArc_getPointAtParam_1=b.asm.emscripten_bind_MdDbArc_getPointAtParam_1).apply(null,
  651. arguments)},UE=b._emscripten_bind_MdDbArc_getParamAtPoint_1=function(){return(UE=b._emscripten_bind_MdDbArc_getParamAtPoint_1=b.asm.emscripten_bind_MdDbArc_getParamAtPoint_1).apply(null,arguments)},VE=b._emscripten_bind_MdDbArc_getFirstDeriv_1=function(){return(VE=b._emscripten_bind_MdDbArc_getFirstDeriv_1=b.asm.emscripten_bind_MdDbArc_getFirstDeriv_1).apply(null,arguments)},WE=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=function(){return(WE=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbArc_getFirstDerivEx_1).apply(null,
  652. arguments)},XE=b._emscripten_bind_MdDbArc_getClosestPointTo_2=function(){return(XE=b._emscripten_bind_MdDbArc_getClosestPointTo_2=b.asm.emscripten_bind_MdDbArc_getClosestPointTo_2).apply(null,arguments)},YE=b._emscripten_bind_MdDbArc_offsetCurves_2=function(){return(YE=b._emscripten_bind_MdDbArc_offsetCurves_2=b.asm.emscripten_bind_MdDbArc_offsetCurves_2).apply(null,arguments)},ZE=b._emscripten_bind_MdDbArc_splitCurves_1=function(){return(ZE=b._emscripten_bind_MdDbArc_splitCurves_1=b.asm.emscripten_bind_MdDbArc_splitCurves_1).apply(null,
  653. arguments)},$E=b._emscripten_bind_MdDbArc_getSamplePoints_1=function(){return($E=b._emscripten_bind_MdDbArc_getSamplePoints_1=b.asm.emscripten_bind_MdDbArc_getSamplePoints_1).apply(null,arguments)},aF=b._emscripten_bind_MdDbArc_getLength_0=function(){return(aF=b._emscripten_bind_MdDbArc_getLength_0=b.asm.emscripten_bind_MdDbArc_getLength_0).apply(null,arguments)},bF=b._emscripten_bind_MdDbArc_explode_0=function(){return(bF=b._emscripten_bind_MdDbArc_explode_0=b.asm.emscripten_bind_MdDbArc_explode_0).apply(null,
  654. arguments)},cF=b._emscripten_bind_MdDbArc_TrueColor_0=function(){return(cF=b._emscripten_bind_MdDbArc_TrueColor_0=b.asm.emscripten_bind_MdDbArc_TrueColor_0).apply(null,arguments)},dF=b._emscripten_bind_MdDbArc_SetTrueColor_1=function(){return(dF=b._emscripten_bind_MdDbArc_SetTrueColor_1=b.asm.emscripten_bind_MdDbArc_SetTrueColor_1).apply(null,arguments)},eF=b._emscripten_bind_MdDbArc_ColorIndex_0=function(){return(eF=b._emscripten_bind_MdDbArc_ColorIndex_0=b.asm.emscripten_bind_MdDbArc_ColorIndex_0).apply(null,
  655. arguments)},fF=b._emscripten_bind_MdDbArc_SetColorIndex_1=function(){return(fF=b._emscripten_bind_MdDbArc_SetColorIndex_1=b.asm.emscripten_bind_MdDbArc_SetColorIndex_1).apply(null,arguments)},gF=b._emscripten_bind_MdDbArc_Layer_0=function(){return(gF=b._emscripten_bind_MdDbArc_Layer_0=b.asm.emscripten_bind_MdDbArc_Layer_0).apply(null,arguments)},hF=b._emscripten_bind_MdDbArc_SetLayer_1=function(){return(hF=b._emscripten_bind_MdDbArc_SetLayer_1=b.asm.emscripten_bind_MdDbArc_SetLayer_1).apply(null,
  656. arguments)},iF=b._emscripten_bind_MdDbArc_LinetypeScale_0=function(){return(iF=b._emscripten_bind_MdDbArc_LinetypeScale_0=b.asm.emscripten_bind_MdDbArc_LinetypeScale_0).apply(null,arguments)},jF=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=function(){return(jF=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbArc_SetLinetypeScale_1).apply(null,arguments)},kF=b._emscripten_bind_MdDbArc_Visible_0=function(){return(kF=b._emscripten_bind_MdDbArc_Visible_0=b.asm.emscripten_bind_MdDbArc_Visible_0).apply(null,
  657. arguments)},lF=b._emscripten_bind_MdDbArc_SetVisible_1=function(){return(lF=b._emscripten_bind_MdDbArc_SetVisible_1=b.asm.emscripten_bind_MdDbArc_SetVisible_1).apply(null,arguments)},mF=b._emscripten_bind_MdDbArc_Lineweight_0=function(){return(mF=b._emscripten_bind_MdDbArc_Lineweight_0=b.asm.emscripten_bind_MdDbArc_Lineweight_0).apply(null,arguments)},nF=b._emscripten_bind_MdDbArc_SetLineweight_1=function(){return(nF=b._emscripten_bind_MdDbArc_SetLineweight_1=b.asm.emscripten_bind_MdDbArc_SetLineweight_1).apply(null,
  658. arguments)},oF=b._emscripten_bind_MdDbArc_TextStyle_0=function(){return(oF=b._emscripten_bind_MdDbArc_TextStyle_0=b.asm.emscripten_bind_MdDbArc_TextStyle_0).apply(null,arguments)},pF=b._emscripten_bind_MdDbArc_SetTextStyle_1=function(){return(pF=b._emscripten_bind_MdDbArc_SetTextStyle_1=b.asm.emscripten_bind_MdDbArc_SetTextStyle_1).apply(null,arguments)},qF=b._emscripten_bind_MdDbArc_Highlight_1=function(){return(qF=b._emscripten_bind_MdDbArc_Highlight_1=b.asm.emscripten_bind_MdDbArc_Highlight_1).apply(null,
  659. arguments)},rF=b._emscripten_bind_MdDbArc_Move_2=function(){return(rF=b._emscripten_bind_MdDbArc_Move_2=b.asm.emscripten_bind_MdDbArc_Move_2).apply(null,arguments)},sF=b._emscripten_bind_MdDbArc_Rotate_2=function(){return(sF=b._emscripten_bind_MdDbArc_Rotate_2=b.asm.emscripten_bind_MdDbArc_Rotate_2).apply(null,arguments)},tF=b._emscripten_bind_MdDbArc_Mirror_2=function(){return(tF=b._emscripten_bind_MdDbArc_Mirror_2=b.asm.emscripten_bind_MdDbArc_Mirror_2).apply(null,arguments)},uF=b._emscripten_bind_MdDbArc_ScaleEntity_2=
  660. function(){return(uF=b._emscripten_bind_MdDbArc_ScaleEntity_2=b.asm.emscripten_bind_MdDbArc_ScaleEntity_2).apply(null,arguments)},vF=b._emscripten_bind_MdDbArc_TransformBy_1=function(){return(vF=b._emscripten_bind_MdDbArc_TransformBy_1=b.asm.emscripten_bind_MdDbArc_TransformBy_1).apply(null,arguments)},wF=b._emscripten_bind_MdDbArc_GetBoundingBox_0=function(){return(wF=b._emscripten_bind_MdDbArc_GetBoundingBox_0=b.asm.emscripten_bind_MdDbArc_GetBoundingBox_0).apply(null,arguments)},xF=b._emscripten_bind_MdDbArc_GetXData_1=
  661. function(){return(xF=b._emscripten_bind_MdDbArc_GetXData_1=b.asm.emscripten_bind_MdDbArc_GetXData_1).apply(null,arguments)},yF=b._emscripten_bind_MdDbArc_SetXData_1=function(){return(yF=b._emscripten_bind_MdDbArc_SetXData_1=b.asm.emscripten_bind_MdDbArc_SetXData_1).apply(null,arguments)},zF=b._emscripten_bind_MdDbArc_GetxDataString_2=function(){return(zF=b._emscripten_bind_MdDbArc_GetxDataString_2=b.asm.emscripten_bind_MdDbArc_GetxDataString_2).apply(null,arguments)},AF=b._emscripten_bind_MdDbArc_SetxDataString_3=
  662. function(){return(AF=b._emscripten_bind_MdDbArc_SetxDataString_3=b.asm.emscripten_bind_MdDbArc_SetxDataString_3).apply(null,arguments)},BF=b._emscripten_bind_MdDbArc_GetxDataDouble_2=function(){return(BF=b._emscripten_bind_MdDbArc_GetxDataDouble_2=b.asm.emscripten_bind_MdDbArc_GetxDataDouble_2).apply(null,arguments)},CF=b._emscripten_bind_MdDbArc_SetxDataDouble_3=function(){return(CF=b._emscripten_bind_MdDbArc_SetxDataDouble_3=b.asm.emscripten_bind_MdDbArc_SetxDataDouble_3).apply(null,arguments)},
  663. DF=b._emscripten_bind_MdDbArc_GetxDataLong_2=function(){return(DF=b._emscripten_bind_MdDbArc_GetxDataLong_2=b.asm.emscripten_bind_MdDbArc_GetxDataLong_2).apply(null,arguments)},EF=b._emscripten_bind_MdDbArc_SetxDataLong_3=function(){return(EF=b._emscripten_bind_MdDbArc_SetxDataLong_3=b.asm.emscripten_bind_MdDbArc_SetxDataLong_3).apply(null,arguments)},FF=b._emscripten_bind_MdDbArc_GetxDataPoint_2=function(){return(FF=b._emscripten_bind_MdDbArc_GetxDataPoint_2=b.asm.emscripten_bind_MdDbArc_GetxDataPoint_2).apply(null,
  664. arguments)},GF=b._emscripten_bind_MdDbArc_SetxDataPoint_3=function(){return(GF=b._emscripten_bind_MdDbArc_SetxDataPoint_3=b.asm.emscripten_bind_MdDbArc_SetxDataPoint_3).apply(null,arguments)},HF=b._emscripten_bind_MdDbArc_DeleteXData_1=function(){return(HF=b._emscripten_bind_MdDbArc_DeleteXData_1=b.asm.emscripten_bind_MdDbArc_DeleteXData_1).apply(null,arguments)},IF=b._emscripten_bind_MdDbArc_GetAllAppName_0=function(){return(IF=b._emscripten_bind_MdDbArc_GetAllAppName_0=b.asm.emscripten_bind_MdDbArc_GetAllAppName_0).apply(null,
  665. arguments)},JF=b._emscripten_bind_MdDbArc_LayerId_0=function(){return(JF=b._emscripten_bind_MdDbArc_LayerId_0=b.asm.emscripten_bind_MdDbArc_LayerId_0).apply(null,arguments)},KF=b._emscripten_bind_MdDbArc_SetLayerId_1=function(){return(KF=b._emscripten_bind_MdDbArc_SetLayerId_1=b.asm.emscripten_bind_MdDbArc_SetLayerId_1).apply(null,arguments)},LF=b._emscripten_bind_MdDbArc_LinetypeId_0=function(){return(LF=b._emscripten_bind_MdDbArc_LinetypeId_0=b.asm.emscripten_bind_MdDbArc_LinetypeId_0).apply(null,
  666. arguments)},MF=b._emscripten_bind_MdDbArc_SetLinetypeId_1=function(){return(MF=b._emscripten_bind_MdDbArc_SetLinetypeId_1=b.asm.emscripten_bind_MdDbArc_SetLinetypeId_1).apply(null,arguments)},NF=b._emscripten_bind_MdDbArc_Linetype_0=function(){return(NF=b._emscripten_bind_MdDbArc_Linetype_0=b.asm.emscripten_bind_MdDbArc_Linetype_0).apply(null,arguments)},OF=b._emscripten_bind_MdDbArc_SetLinetype_1=function(){return(OF=b._emscripten_bind_MdDbArc_SetLinetype_1=b.asm.emscripten_bind_MdDbArc_SetLinetype_1).apply(null,
  667. arguments)},PF=b._emscripten_bind_MdDbArc_TextStyleId_0=function(){return(PF=b._emscripten_bind_MdDbArc_TextStyleId_0=b.asm.emscripten_bind_MdDbArc_TextStyleId_0).apply(null,arguments)},QF=b._emscripten_bind_MdDbArc_SetTextStyleId_1=function(){return(QF=b._emscripten_bind_MdDbArc_SetTextStyleId_1=b.asm.emscripten_bind_MdDbArc_SetTextStyleId_1).apply(null,arguments)},RF=b._emscripten_bind_MdDbArc_IntersectWith_2=function(){return(RF=b._emscripten_bind_MdDbArc_IntersectWith_2=b.asm.emscripten_bind_MdDbArc_IntersectWith_2).apply(null,
  668. arguments)},SF=b._emscripten_bind_MdDbArc_getArea_0=function(){return(SF=b._emscripten_bind_MdDbArc_getArea_0=b.asm.emscripten_bind_MdDbArc_getArea_0).apply(null,arguments)},TF=b._emscripten_bind_MdDbArc_disableUpdateDisplay_1=function(){return(TF=b._emscripten_bind_MdDbArc_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbArc_disableUpdateDisplay_1).apply(null,arguments)},UF=b._emscripten_bind_MdDbArc_isPropertiesWindowCustom_0=function(){return(UF=b._emscripten_bind_MdDbArc_isPropertiesWindowCustom_0=
  669. b.asm.emscripten_bind_MdDbArc_isPropertiesWindowCustom_0).apply(null,arguments)},VF=b._emscripten_bind_MdDbArc_setPropertiesWindowCustom_1=function(){return(VF=b._emscripten_bind_MdDbArc_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbArc_setPropertiesWindowCustom_1).apply(null,arguments)},WF=b._emscripten_bind_MdDbArc_updateDisplay_0=function(){return(WF=b._emscripten_bind_MdDbArc_updateDisplay_0=b.asm.emscripten_bind_MdDbArc_updateDisplay_0).apply(null,arguments)},XF=b._emscripten_bind_MdDbArc_DrawOrder_0=
  670. function(){return(XF=b._emscripten_bind_MdDbArc_DrawOrder_0=b.asm.emscripten_bind_MdDbArc_DrawOrder_0).apply(null,arguments)},YF=b._emscripten_bind_MdDbArc_SetDrawOrder_1=function(){return(YF=b._emscripten_bind_MdDbArc_SetDrawOrder_1=b.asm.emscripten_bind_MdDbArc_SetDrawOrder_1).apply(null,arguments)},ZF=b._emscripten_bind_MdDbArc_GetObjectID_0=function(){return(ZF=b._emscripten_bind_MdDbArc_GetObjectID_0=b.asm.emscripten_bind_MdDbArc_GetObjectID_0).apply(null,arguments)},$F=b._emscripten_bind_MdDbArc_Erase_0=
  671. function(){return($F=b._emscripten_bind_MdDbArc_Erase_0=b.asm.emscripten_bind_MdDbArc_Erase_0).apply(null,arguments)},aG=b._emscripten_bind_MdDbArc_isErased_0=function(){return(aG=b._emscripten_bind_MdDbArc_isErased_0=b.asm.emscripten_bind_MdDbArc_isErased_0).apply(null,arguments)},bG=b._emscripten_bind_MdDbArc_unErase_0=function(){return(bG=b._emscripten_bind_MdDbArc_unErase_0=b.asm.emscripten_bind_MdDbArc_unErase_0).apply(null,arguments)},cG=b._emscripten_bind_MdDbArc_ConnectionTempObject_1=function(){return(cG=
  672. b._emscripten_bind_MdDbArc_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbArc_ConnectionTempObject_1).apply(null,arguments)},dG=b._emscripten_bind_MdDbArc_GetExtensionDictionary_0=function(){return(dG=b._emscripten_bind_MdDbArc_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbArc_GetExtensionDictionary_0).apply(null,arguments)},eG=b._emscripten_bind_MdDbArc_CreateExtensionDictionary_0=function(){return(eG=b._emscripten_bind_MdDbArc_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbArc_CreateExtensionDictionary_0).apply(null,
  673. arguments)},fG=b._emscripten_bind_MdDbArc_IsHaveExtensionDictionary_0=function(){return(fG=b._emscripten_bind_MdDbArc_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbArc_IsHaveExtensionDictionary_0).apply(null,arguments)},gG=b._emscripten_bind_MdDbArc_Clone_0=function(){return(gG=b._emscripten_bind_MdDbArc_Clone_0=b.asm.emscripten_bind_MdDbArc_Clone_0).apply(null,arguments)},hG=b._emscripten_bind_MdDbArc_GetHandle_0=function(){return(hG=b._emscripten_bind_MdDbArc_GetHandle_0=b.asm.emscripten_bind_MdDbArc_GetHandle_0).apply(null,
  674. arguments)},iG=b._emscripten_bind_MdDbArc_GetDatabase_0=function(){return(iG=b._emscripten_bind_MdDbArc_GetDatabase_0=b.asm.emscripten_bind_MdDbArc_GetDatabase_0).apply(null,arguments)},jG=b._emscripten_bind_MdDbArc_GetDatabaseIndexId_0=function(){return(jG=b._emscripten_bind_MdDbArc_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbArc_GetDatabaseIndexId_0).apply(null,arguments)},kG=b._emscripten_bind_MdDbArc_GetOwnerID_0=function(){return(kG=b._emscripten_bind_MdDbArc_GetOwnerID_0=b.asm.emscripten_bind_MdDbArc_GetOwnerID_0).apply(null,
  675. arguments)},lG=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=function(){return(lG=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbArc_moveGripPointsAt_4).apply(null,arguments)},mG=b._emscripten_bind_MdDbArc_getGripPoints_0=function(){return(mG=b._emscripten_bind_MdDbArc_getGripPoints_0=b.asm.emscripten_bind_MdDbArc_getGripPoints_0).apply(null,arguments)},nG=b._emscripten_bind_MdDbArc_getObjectName_0=function(){return(nG=b._emscripten_bind_MdDbArc_getObjectName_0=b.asm.emscripten_bind_MdDbArc_getObjectName_0).apply(null,
  676. arguments)},oG=b._emscripten_bind_MdDbArc_getDxf0_0=function(){return(oG=b._emscripten_bind_MdDbArc_getDxf0_0=b.asm.emscripten_bind_MdDbArc_getDxf0_0).apply(null,arguments)},pG=b._emscripten_bind_MdDbArc_getCustomEntityTypeName_0=function(){return(pG=b._emscripten_bind_MdDbArc_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbArc_getCustomEntityTypeName_0).apply(null,arguments)},qG=b._emscripten_bind_MdDbArc_getCustomEntityid_0=function(){return(qG=b._emscripten_bind_MdDbArc_getCustomEntityid_0=
  677. b.asm.emscripten_bind_MdDbArc_getCustomEntityid_0).apply(null,arguments)},rG=b._emscripten_bind_MdDbArc_getCustomEntityTempid_0=function(){return(rG=b._emscripten_bind_MdDbArc_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbArc_getCustomEntityTempid_0).apply(null,arguments)},sG=b._emscripten_bind_MdDbArc_setCustomEntityTempid_1=function(){return(sG=b._emscripten_bind_MdDbArc_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbArc_setCustomEntityTempid_1).apply(null,arguments)},tG=b._emscripten_bind_MdDbArc_getJson_0=
  678. function(){return(tG=b._emscripten_bind_MdDbArc_getJson_0=b.asm.emscripten_bind_MdDbArc_getJson_0).apply(null,arguments)},uG=b._emscripten_bind_MdDbArc_setJson_1=function(){return(uG=b._emscripten_bind_MdDbArc_setJson_1=b.asm.emscripten_bind_MdDbArc_setJson_1).apply(null,arguments)},vG=b._emscripten_bind_MdDbArc_isKindOf_1=function(){return(vG=b._emscripten_bind_MdDbArc_isKindOf_1=b.asm.emscripten_bind_MdDbArc_isKindOf_1).apply(null,arguments)},wG=b._emscripten_bind_MdDbArc_isNull_0=function(){return(wG=
  679. b._emscripten_bind_MdDbArc_isNull_0=b.asm.emscripten_bind_MdDbArc_isNull_0).apply(null,arguments)},xG=b._emscripten_bind_MdDbArc___destroy___0=function(){return(xG=b._emscripten_bind_MdDbArc___destroy___0=b.asm.emscripten_bind_MdDbArc___destroy___0).apply(null,arguments)},yG=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(yG=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=b.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},zG=b._emscripten_bind_MdDbPolyline_setClosed_1=
  680. function(){return(zG=b._emscripten_bind_MdDbPolyline_setClosed_1=b.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},AG=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return(AG=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=b.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},BG=b._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(BG=b._emscripten_bind_MdDbPolyline_isClosed_0=b.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,
  681. arguments)},CG=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(CG=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=b.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},DG=b._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(DG=b._emscripten_bind_MdDbPolyline_addVertexAt_5=b.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},EG=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(EG=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=
  682. b.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},FG=b._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(FG=b._emscripten_bind_MdDbPolyline_numVerts_0=b.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},GG=b._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(GG=b._emscripten_bind_MdDbPolyline_getPointAt_1=b.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},HG=b._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(HG=
  683. b._emscripten_bind_MdDbPolyline_getBulgeAt_1=b.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},IG=b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(IG=b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},JG=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(JG=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,
  684. arguments)},KG=b._emscripten_bind_MdDbPolyline_setWidthsAt_3=function(){return(KG=b._emscripten_bind_MdDbPolyline_setWidthsAt_3=b.asm.emscripten_bind_MdDbPolyline_setWidthsAt_3).apply(null,arguments)},LG=b._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(LG=b._emscripten_bind_MdDbPolyline_setPointAt_2=b.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},MG=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(MG=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=
  685. b.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},NG=b._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(NG=b._emscripten_bind_MdDbPolyline_getStartParam_0=b.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},OG=b._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(OG=b._emscripten_bind_MdDbPolyline_getEndParam_0=b.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},PG=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=
  686. function(){return(PG=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},QG=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(QG=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},RG=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(RG=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,
  687. arguments)},SG=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return(SG=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},TG=b._emscripten_bind_MdDbPolyline_getStartPoint_0=function(){return(TG=b._emscripten_bind_MdDbPolyline_getStartPoint_0=b.asm.emscripten_bind_MdDbPolyline_getStartPoint_0).apply(null,arguments)},UG=b._emscripten_bind_MdDbPolyline_getEndPoint_0=function(){return(UG=b._emscripten_bind_MdDbPolyline_getEndPoint_0=
  688. b.asm.emscripten_bind_MdDbPolyline_getEndPoint_0).apply(null,arguments)},VG=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=function(){return(VG=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtParam_1).apply(null,arguments)},WG=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=function(){return(WG=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=b.asm.emscripten_bind_MdDbPolyline_getParamAtPoint_1).apply(null,arguments)},XG=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=
  689. function(){return(XG=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDeriv_1).apply(null,arguments)},YG=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=function(){return(YG=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDerivEx_1).apply(null,arguments)},ZG=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=function(){return(ZG=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=b.asm.emscripten_bind_MdDbPolyline_getClosestPointTo_2).apply(null,
  690. arguments)},$G=b._emscripten_bind_MdDbPolyline_offsetCurves_2=function(){return($G=b._emscripten_bind_MdDbPolyline_offsetCurves_2=b.asm.emscripten_bind_MdDbPolyline_offsetCurves_2).apply(null,arguments)},aH=b._emscripten_bind_MdDbPolyline_splitCurves_1=function(){return(aH=b._emscripten_bind_MdDbPolyline_splitCurves_1=b.asm.emscripten_bind_MdDbPolyline_splitCurves_1).apply(null,arguments)},bH=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=function(){return(bH=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=
  691. b.asm.emscripten_bind_MdDbPolyline_getSamplePoints_1).apply(null,arguments)},cH=b._emscripten_bind_MdDbPolyline_getLength_0=function(){return(cH=b._emscripten_bind_MdDbPolyline_getLength_0=b.asm.emscripten_bind_MdDbPolyline_getLength_0).apply(null,arguments)},dH=b._emscripten_bind_MdDbPolyline_explode_0=function(){return(dH=b._emscripten_bind_MdDbPolyline_explode_0=b.asm.emscripten_bind_MdDbPolyline_explode_0).apply(null,arguments)},eH=b._emscripten_bind_MdDbPolyline_TrueColor_0=function(){return(eH=
  692. b._emscripten_bind_MdDbPolyline_TrueColor_0=b.asm.emscripten_bind_MdDbPolyline_TrueColor_0).apply(null,arguments)},fH=b._emscripten_bind_MdDbPolyline_SetTrueColor_1=function(){return(fH=b._emscripten_bind_MdDbPolyline_SetTrueColor_1=b.asm.emscripten_bind_MdDbPolyline_SetTrueColor_1).apply(null,arguments)},gH=b._emscripten_bind_MdDbPolyline_ColorIndex_0=function(){return(gH=b._emscripten_bind_MdDbPolyline_ColorIndex_0=b.asm.emscripten_bind_MdDbPolyline_ColorIndex_0).apply(null,arguments)},hH=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=
  693. function(){return(hH=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=b.asm.emscripten_bind_MdDbPolyline_SetColorIndex_1).apply(null,arguments)},iH=b._emscripten_bind_MdDbPolyline_Layer_0=function(){return(iH=b._emscripten_bind_MdDbPolyline_Layer_0=b.asm.emscripten_bind_MdDbPolyline_Layer_0).apply(null,arguments)},jH=b._emscripten_bind_MdDbPolyline_SetLayer_1=function(){return(jH=b._emscripten_bind_MdDbPolyline_SetLayer_1=b.asm.emscripten_bind_MdDbPolyline_SetLayer_1).apply(null,arguments)},kH=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=
  694. function(){return(kH=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=b.asm.emscripten_bind_MdDbPolyline_LinetypeScale_0).apply(null,arguments)},lH=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=function(){return(lH=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetypeScale_1).apply(null,arguments)},mH=b._emscripten_bind_MdDbPolyline_Visible_0=function(){return(mH=b._emscripten_bind_MdDbPolyline_Visible_0=b.asm.emscripten_bind_MdDbPolyline_Visible_0).apply(null,
  695. arguments)},nH=b._emscripten_bind_MdDbPolyline_SetVisible_1=function(){return(nH=b._emscripten_bind_MdDbPolyline_SetVisible_1=b.asm.emscripten_bind_MdDbPolyline_SetVisible_1).apply(null,arguments)},oH=b._emscripten_bind_MdDbPolyline_Lineweight_0=function(){return(oH=b._emscripten_bind_MdDbPolyline_Lineweight_0=b.asm.emscripten_bind_MdDbPolyline_Lineweight_0).apply(null,arguments)},pH=b._emscripten_bind_MdDbPolyline_SetLineweight_1=function(){return(pH=b._emscripten_bind_MdDbPolyline_SetLineweight_1=
  696. b.asm.emscripten_bind_MdDbPolyline_SetLineweight_1).apply(null,arguments)},qH=b._emscripten_bind_MdDbPolyline_TextStyle_0=function(){return(qH=b._emscripten_bind_MdDbPolyline_TextStyle_0=b.asm.emscripten_bind_MdDbPolyline_TextStyle_0).apply(null,arguments)},rH=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=function(){return(rH=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=b.asm.emscripten_bind_MdDbPolyline_SetTextStyle_1).apply(null,arguments)},sH=b._emscripten_bind_MdDbPolyline_Highlight_1=function(){return(sH=
  697. b._emscripten_bind_MdDbPolyline_Highlight_1=b.asm.emscripten_bind_MdDbPolyline_Highlight_1).apply(null,arguments)},tH=b._emscripten_bind_MdDbPolyline_Move_2=function(){return(tH=b._emscripten_bind_MdDbPolyline_Move_2=b.asm.emscripten_bind_MdDbPolyline_Move_2).apply(null,arguments)},uH=b._emscripten_bind_MdDbPolyline_Rotate_2=function(){return(uH=b._emscripten_bind_MdDbPolyline_Rotate_2=b.asm.emscripten_bind_MdDbPolyline_Rotate_2).apply(null,arguments)},vH=b._emscripten_bind_MdDbPolyline_Mirror_2=
  698. function(){return(vH=b._emscripten_bind_MdDbPolyline_Mirror_2=b.asm.emscripten_bind_MdDbPolyline_Mirror_2).apply(null,arguments)},wH=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=function(){return(wH=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=b.asm.emscripten_bind_MdDbPolyline_ScaleEntity_2).apply(null,arguments)},xH=b._emscripten_bind_MdDbPolyline_TransformBy_1=function(){return(xH=b._emscripten_bind_MdDbPolyline_TransformBy_1=b.asm.emscripten_bind_MdDbPolyline_TransformBy_1).apply(null,arguments)},
  699. yH=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=function(){return(yH=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=b.asm.emscripten_bind_MdDbPolyline_GetBoundingBox_0).apply(null,arguments)},zH=b._emscripten_bind_MdDbPolyline_GetXData_1=function(){return(zH=b._emscripten_bind_MdDbPolyline_GetXData_1=b.asm.emscripten_bind_MdDbPolyline_GetXData_1).apply(null,arguments)},AH=b._emscripten_bind_MdDbPolyline_SetXData_1=function(){return(AH=b._emscripten_bind_MdDbPolyline_SetXData_1=b.asm.emscripten_bind_MdDbPolyline_SetXData_1).apply(null,
  700. arguments)},BH=b._emscripten_bind_MdDbPolyline_GetxDataString_2=function(){return(BH=b._emscripten_bind_MdDbPolyline_GetxDataString_2=b.asm.emscripten_bind_MdDbPolyline_GetxDataString_2).apply(null,arguments)},CH=b._emscripten_bind_MdDbPolyline_SetxDataString_3=function(){return(CH=b._emscripten_bind_MdDbPolyline_SetxDataString_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataString_3).apply(null,arguments)},DH=b._emscripten_bind_MdDbPolyline_GetxDataDouble_2=function(){return(DH=b._emscripten_bind_MdDbPolyline_GetxDataDouble_2=
  701. b.asm.emscripten_bind_MdDbPolyline_GetxDataDouble_2).apply(null,arguments)},EH=b._emscripten_bind_MdDbPolyline_SetxDataDouble_3=function(){return(EH=b._emscripten_bind_MdDbPolyline_SetxDataDouble_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataDouble_3).apply(null,arguments)},FH=b._emscripten_bind_MdDbPolyline_GetxDataLong_2=function(){return(FH=b._emscripten_bind_MdDbPolyline_GetxDataLong_2=b.asm.emscripten_bind_MdDbPolyline_GetxDataLong_2).apply(null,arguments)},GH=b._emscripten_bind_MdDbPolyline_SetxDataLong_3=
  702. function(){return(GH=b._emscripten_bind_MdDbPolyline_SetxDataLong_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataLong_3).apply(null,arguments)},HH=b._emscripten_bind_MdDbPolyline_GetxDataPoint_2=function(){return(HH=b._emscripten_bind_MdDbPolyline_GetxDataPoint_2=b.asm.emscripten_bind_MdDbPolyline_GetxDataPoint_2).apply(null,arguments)},IH=b._emscripten_bind_MdDbPolyline_SetxDataPoint_3=function(){return(IH=b._emscripten_bind_MdDbPolyline_SetxDataPoint_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataPoint_3).apply(null,
  703. arguments)},JH=b._emscripten_bind_MdDbPolyline_DeleteXData_1=function(){return(JH=b._emscripten_bind_MdDbPolyline_DeleteXData_1=b.asm.emscripten_bind_MdDbPolyline_DeleteXData_1).apply(null,arguments)},KH=b._emscripten_bind_MdDbPolyline_GetAllAppName_0=function(){return(KH=b._emscripten_bind_MdDbPolyline_GetAllAppName_0=b.asm.emscripten_bind_MdDbPolyline_GetAllAppName_0).apply(null,arguments)},LH=b._emscripten_bind_MdDbPolyline_LayerId_0=function(){return(LH=b._emscripten_bind_MdDbPolyline_LayerId_0=
  704. b.asm.emscripten_bind_MdDbPolyline_LayerId_0).apply(null,arguments)},MH=b._emscripten_bind_MdDbPolyline_SetLayerId_1=function(){return(MH=b._emscripten_bind_MdDbPolyline_SetLayerId_1=b.asm.emscripten_bind_MdDbPolyline_SetLayerId_1).apply(null,arguments)},NH=b._emscripten_bind_MdDbPolyline_LinetypeId_0=function(){return(NH=b._emscripten_bind_MdDbPolyline_LinetypeId_0=b.asm.emscripten_bind_MdDbPolyline_LinetypeId_0).apply(null,arguments)},OH=b._emscripten_bind_MdDbPolyline_SetLinetypeId_1=function(){return(OH=
  705. b._emscripten_bind_MdDbPolyline_SetLinetypeId_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetypeId_1).apply(null,arguments)},PH=b._emscripten_bind_MdDbPolyline_Linetype_0=function(){return(PH=b._emscripten_bind_MdDbPolyline_Linetype_0=b.asm.emscripten_bind_MdDbPolyline_Linetype_0).apply(null,arguments)},QH=b._emscripten_bind_MdDbPolyline_SetLinetype_1=function(){return(QH=b._emscripten_bind_MdDbPolyline_SetLinetype_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetype_1).apply(null,arguments)},RH=b._emscripten_bind_MdDbPolyline_TextStyleId_0=
  706. function(){return(RH=b._emscripten_bind_MdDbPolyline_TextStyleId_0=b.asm.emscripten_bind_MdDbPolyline_TextStyleId_0).apply(null,arguments)},SH=b._emscripten_bind_MdDbPolyline_SetTextStyleId_1=function(){return(SH=b._emscripten_bind_MdDbPolyline_SetTextStyleId_1=b.asm.emscripten_bind_MdDbPolyline_SetTextStyleId_1).apply(null,arguments)},TH=b._emscripten_bind_MdDbPolyline_IntersectWith_2=function(){return(TH=b._emscripten_bind_MdDbPolyline_IntersectWith_2=b.asm.emscripten_bind_MdDbPolyline_IntersectWith_2).apply(null,
  707. arguments)},UH=b._emscripten_bind_MdDbPolyline_getArea_0=function(){return(UH=b._emscripten_bind_MdDbPolyline_getArea_0=b.asm.emscripten_bind_MdDbPolyline_getArea_0).apply(null,arguments)},VH=b._emscripten_bind_MdDbPolyline_disableUpdateDisplay_1=function(){return(VH=b._emscripten_bind_MdDbPolyline_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbPolyline_disableUpdateDisplay_1).apply(null,arguments)},WH=b._emscripten_bind_MdDbPolyline_isPropertiesWindowCustom_0=function(){return(WH=b._emscripten_bind_MdDbPolyline_isPropertiesWindowCustom_0=
  708. b.asm.emscripten_bind_MdDbPolyline_isPropertiesWindowCustom_0).apply(null,arguments)},XH=b._emscripten_bind_MdDbPolyline_setPropertiesWindowCustom_1=function(){return(XH=b._emscripten_bind_MdDbPolyline_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbPolyline_setPropertiesWindowCustom_1).apply(null,arguments)},YH=b._emscripten_bind_MdDbPolyline_updateDisplay_0=function(){return(YH=b._emscripten_bind_MdDbPolyline_updateDisplay_0=b.asm.emscripten_bind_MdDbPolyline_updateDisplay_0).apply(null,arguments)},
  709. ZH=b._emscripten_bind_MdDbPolyline_DrawOrder_0=function(){return(ZH=b._emscripten_bind_MdDbPolyline_DrawOrder_0=b.asm.emscripten_bind_MdDbPolyline_DrawOrder_0).apply(null,arguments)},$H=b._emscripten_bind_MdDbPolyline_SetDrawOrder_1=function(){return($H=b._emscripten_bind_MdDbPolyline_SetDrawOrder_1=b.asm.emscripten_bind_MdDbPolyline_SetDrawOrder_1).apply(null,arguments)},aI=b._emscripten_bind_MdDbPolyline_GetObjectID_0=function(){return(aI=b._emscripten_bind_MdDbPolyline_GetObjectID_0=b.asm.emscripten_bind_MdDbPolyline_GetObjectID_0).apply(null,
  710. arguments)},bI=b._emscripten_bind_MdDbPolyline_Erase_0=function(){return(bI=b._emscripten_bind_MdDbPolyline_Erase_0=b.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},cI=b._emscripten_bind_MdDbPolyline_isErased_0=function(){return(cI=b._emscripten_bind_MdDbPolyline_isErased_0=b.asm.emscripten_bind_MdDbPolyline_isErased_0).apply(null,arguments)},dI=b._emscripten_bind_MdDbPolyline_unErase_0=function(){return(dI=b._emscripten_bind_MdDbPolyline_unErase_0=b.asm.emscripten_bind_MdDbPolyline_unErase_0).apply(null,
  711. arguments)},eI=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(eI=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},fI=b._emscripten_bind_MdDbPolyline_GetExtensionDictionary_0=function(){return(fI=b._emscripten_bind_MdDbPolyline_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbPolyline_GetExtensionDictionary_0).apply(null,arguments)},gI=b._emscripten_bind_MdDbPolyline_CreateExtensionDictionary_0=
  712. function(){return(gI=b._emscripten_bind_MdDbPolyline_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbPolyline_CreateExtensionDictionary_0).apply(null,arguments)},hI=b._emscripten_bind_MdDbPolyline_IsHaveExtensionDictionary_0=function(){return(hI=b._emscripten_bind_MdDbPolyline_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbPolyline_IsHaveExtensionDictionary_0).apply(null,arguments)},iI=b._emscripten_bind_MdDbPolyline_Clone_0=function(){return(iI=b._emscripten_bind_MdDbPolyline_Clone_0=
  713. b.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},jI=b._emscripten_bind_MdDbPolyline_GetHandle_0=function(){return(jI=b._emscripten_bind_MdDbPolyline_GetHandle_0=b.asm.emscripten_bind_MdDbPolyline_GetHandle_0).apply(null,arguments)},kI=b._emscripten_bind_MdDbPolyline_GetDatabase_0=function(){return(kI=b._emscripten_bind_MdDbPolyline_GetDatabase_0=b.asm.emscripten_bind_MdDbPolyline_GetDatabase_0).apply(null,arguments)},lI=b._emscripten_bind_MdDbPolyline_GetDatabaseIndexId_0=function(){return(lI=
  714. b._emscripten_bind_MdDbPolyline_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbPolyline_GetDatabaseIndexId_0).apply(null,arguments)},mI=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=function(){return(mI=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=b.asm.emscripten_bind_MdDbPolyline_GetOwnerID_0).apply(null,arguments)},nI=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(nI=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,
  715. arguments)},oI=b._emscripten_bind_MdDbPolyline_getGripPoints_0=function(){return(oI=b._emscripten_bind_MdDbPolyline_getGripPoints_0=b.asm.emscripten_bind_MdDbPolyline_getGripPoints_0).apply(null,arguments)},pI=b._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(pI=b._emscripten_bind_MdDbPolyline_getObjectName_0=b.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},qI=b._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(qI=b._emscripten_bind_MdDbPolyline_getDxf0_0=
  716. b.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},rI=b._emscripten_bind_MdDbPolyline_getCustomEntityTypeName_0=function(){return(rI=b._emscripten_bind_MdDbPolyline_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbPolyline_getCustomEntityTypeName_0).apply(null,arguments)},sI=b._emscripten_bind_MdDbPolyline_getCustomEntityid_0=function(){return(sI=b._emscripten_bind_MdDbPolyline_getCustomEntityid_0=b.asm.emscripten_bind_MdDbPolyline_getCustomEntityid_0).apply(null,arguments)},
  717. tI=b._emscripten_bind_MdDbPolyline_getCustomEntityTempid_0=function(){return(tI=b._emscripten_bind_MdDbPolyline_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbPolyline_getCustomEntityTempid_0).apply(null,arguments)},uI=b._emscripten_bind_MdDbPolyline_setCustomEntityTempid_1=function(){return(uI=b._emscripten_bind_MdDbPolyline_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbPolyline_setCustomEntityTempid_1).apply(null,arguments)},vI=b._emscripten_bind_MdDbPolyline_getJson_0=function(){return(vI=
  718. b._emscripten_bind_MdDbPolyline_getJson_0=b.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},wI=b._emscripten_bind_MdDbPolyline_setJson_1=function(){return(wI=b._emscripten_bind_MdDbPolyline_setJson_1=b.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},xI=b._emscripten_bind_MdDbPolyline_isKindOf_1=function(){return(xI=b._emscripten_bind_MdDbPolyline_isKindOf_1=b.asm.emscripten_bind_MdDbPolyline_isKindOf_1).apply(null,arguments)},yI=b._emscripten_bind_MdDbPolyline_isNull_0=
  719. function(){return(yI=b._emscripten_bind_MdDbPolyline_isNull_0=b.asm.emscripten_bind_MdDbPolyline_isNull_0).apply(null,arguments)},zI=b._emscripten_bind_MdDbPolyline___destroy___0=function(){return(zI=b._emscripten_bind_MdDbPolyline___destroy___0=b.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},AI=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(AI=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=b.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,
  720. arguments)},BI=b._emscripten_bind_MdDbBlockReference_blockTableRecordId_0=function(){return(BI=b._emscripten_bind_MdDbBlockReference_blockTableRecordId_0=b.asm.emscripten_bind_MdDbBlockReference_blockTableRecordId_0).apply(null,arguments)},CI=b._emscripten_bind_MdDbBlockReference_setBlockTableRecordId_1=function(){return(CI=b._emscripten_bind_MdDbBlockReference_setBlockTableRecordId_1=b.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecordId_1).apply(null,arguments)},DI=b._emscripten_bind_MdDbBlockReference_position_0=
  721. function(){return(DI=b._emscripten_bind_MdDbBlockReference_position_0=b.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},EI=b._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(EI=b._emscripten_bind_MdDbBlockReference_setPosition_1=b.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},FI=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(FI=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=b.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,
  722. arguments)},GI=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(GI=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=b.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,arguments)},HI=b._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(HI=b._emscripten_bind_MdDbBlockReference_rotation_0=b.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},II=b._emscripten_bind_MdDbBlockReference_setRotation_1=function(){return(II=
  723. b._emscripten_bind_MdDbBlockReference_setRotation_1=b.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},JI=b._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(JI=b._emscripten_bind_MdDbBlockReference_blockTransform_0=b.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},KI=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(KI=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=b.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,
  724. arguments)},LI=b._emscripten_bind_MdDbBlockReference_getBlockName_0=function(){return(LI=b._emscripten_bind_MdDbBlockReference_getBlockName_0=b.asm.emscripten_bind_MdDbBlockReference_getBlockName_0).apply(null,arguments)},MI=b._emscripten_bind_MdDbBlockReference_appendAttribute_1=function(){return(MI=b._emscripten_bind_MdDbBlockReference_appendAttribute_1=b.asm.emscripten_bind_MdDbBlockReference_appendAttribute_1).apply(null,arguments)},NI=b._emscripten_bind_MdDbBlockReference_createAttribute_0=function(){return(NI=
  725. b._emscripten_bind_MdDbBlockReference_createAttribute_0=b.asm.emscripten_bind_MdDbBlockReference_createAttribute_0).apply(null,arguments)},OI=b._emscripten_bind_MdDbBlockReference_getAllAttribute_0=function(){return(OI=b._emscripten_bind_MdDbBlockReference_getAllAttribute_0=b.asm.emscripten_bind_MdDbBlockReference_getAllAttribute_0).apply(null,arguments)},PI=b._emscripten_bind_MdDbBlockReference_explode_0=function(){return(PI=b._emscripten_bind_MdDbBlockReference_explode_0=b.asm.emscripten_bind_MdDbBlockReference_explode_0).apply(null,
  726. arguments)},QI=b._emscripten_bind_MdDbBlockReference_TrueColor_0=function(){return(QI=b._emscripten_bind_MdDbBlockReference_TrueColor_0=b.asm.emscripten_bind_MdDbBlockReference_TrueColor_0).apply(null,arguments)},RI=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=function(){return(RI=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=b.asm.emscripten_bind_MdDbBlockReference_SetTrueColor_1).apply(null,arguments)},SI=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=function(){return(SI=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=
  727. b.asm.emscripten_bind_MdDbBlockReference_ColorIndex_0).apply(null,arguments)},TI=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=function(){return(TI=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=b.asm.emscripten_bind_MdDbBlockReference_SetColorIndex_1).apply(null,arguments)},UI=b._emscripten_bind_MdDbBlockReference_Layer_0=function(){return(UI=b._emscripten_bind_MdDbBlockReference_Layer_0=b.asm.emscripten_bind_MdDbBlockReference_Layer_0).apply(null,arguments)},VI=b._emscripten_bind_MdDbBlockReference_SetLayer_1=
  728. function(){return(VI=b._emscripten_bind_MdDbBlockReference_SetLayer_1=b.asm.emscripten_bind_MdDbBlockReference_SetLayer_1).apply(null,arguments)},WI=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=function(){return(WI=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=b.asm.emscripten_bind_MdDbBlockReference_LinetypeScale_0).apply(null,arguments)},XI=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=function(){return(XI=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbBlockReference_SetLinetypeScale_1).apply(null,
  729. arguments)},YI=b._emscripten_bind_MdDbBlockReference_Visible_0=function(){return(YI=b._emscripten_bind_MdDbBlockReference_Visible_0=b.asm.emscripten_bind_MdDbBlockReference_Visible_0).apply(null,arguments)},ZI=b._emscripten_bind_MdDbBlockReference_SetVisible_1=function(){return(ZI=b._emscripten_bind_MdDbBlockReference_SetVisible_1=b.asm.emscripten_bind_MdDbBlockReference_SetVisible_1).apply(null,arguments)},$I=b._emscripten_bind_MdDbBlockReference_Lineweight_0=function(){return($I=b._emscripten_bind_MdDbBlockReference_Lineweight_0=
  730. b.asm.emscripten_bind_MdDbBlockReference_Lineweight_0).apply(null,arguments)},aJ=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=function(){return(aJ=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=b.asm.emscripten_bind_MdDbBlockReference_SetLineweight_1).apply(null,arguments)},bJ=b._emscripten_bind_MdDbBlockReference_TextStyle_0=function(){return(bJ=b._emscripten_bind_MdDbBlockReference_TextStyle_0=b.asm.emscripten_bind_MdDbBlockReference_TextStyle_0).apply(null,arguments)},cJ=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=
  731. function(){return(cJ=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=b.asm.emscripten_bind_MdDbBlockReference_SetTextStyle_1).apply(null,arguments)},dJ=b._emscripten_bind_MdDbBlockReference_Highlight_1=function(){return(dJ=b._emscripten_bind_MdDbBlockReference_Highlight_1=b.asm.emscripten_bind_MdDbBlockReference_Highlight_1).apply(null,arguments)},eJ=b._emscripten_bind_MdDbBlockReference_Move_2=function(){return(eJ=b._emscripten_bind_MdDbBlockReference_Move_2=b.asm.emscripten_bind_MdDbBlockReference_Move_2).apply(null,
  732. arguments)},fJ=b._emscripten_bind_MdDbBlockReference_Rotate_2=function(){return(fJ=b._emscripten_bind_MdDbBlockReference_Rotate_2=b.asm.emscripten_bind_MdDbBlockReference_Rotate_2).apply(null,arguments)},gJ=b._emscripten_bind_MdDbBlockReference_Mirror_2=function(){return(gJ=b._emscripten_bind_MdDbBlockReference_Mirror_2=b.asm.emscripten_bind_MdDbBlockReference_Mirror_2).apply(null,arguments)},hJ=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=function(){return(hJ=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=
  733. b.asm.emscripten_bind_MdDbBlockReference_ScaleEntity_2).apply(null,arguments)},iJ=b._emscripten_bind_MdDbBlockReference_TransformBy_1=function(){return(iJ=b._emscripten_bind_MdDbBlockReference_TransformBy_1=b.asm.emscripten_bind_MdDbBlockReference_TransformBy_1).apply(null,arguments)},jJ=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=function(){return(jJ=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=b.asm.emscripten_bind_MdDbBlockReference_GetBoundingBox_0).apply(null,arguments)},
  734. kJ=b._emscripten_bind_MdDbBlockReference_GetXData_1=function(){return(kJ=b._emscripten_bind_MdDbBlockReference_GetXData_1=b.asm.emscripten_bind_MdDbBlockReference_GetXData_1).apply(null,arguments)},lJ=b._emscripten_bind_MdDbBlockReference_SetXData_1=function(){return(lJ=b._emscripten_bind_MdDbBlockReference_SetXData_1=b.asm.emscripten_bind_MdDbBlockReference_SetXData_1).apply(null,arguments)},mJ=b._emscripten_bind_MdDbBlockReference_GetxDataString_2=function(){return(mJ=b._emscripten_bind_MdDbBlockReference_GetxDataString_2=
  735. b.asm.emscripten_bind_MdDbBlockReference_GetxDataString_2).apply(null,arguments)},nJ=b._emscripten_bind_MdDbBlockReference_SetxDataString_3=function(){return(nJ=b._emscripten_bind_MdDbBlockReference_SetxDataString_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataString_3).apply(null,arguments)},oJ=b._emscripten_bind_MdDbBlockReference_GetxDataDouble_2=function(){return(oJ=b._emscripten_bind_MdDbBlockReference_GetxDataDouble_2=b.asm.emscripten_bind_MdDbBlockReference_GetxDataDouble_2).apply(null,
  736. arguments)},pJ=b._emscripten_bind_MdDbBlockReference_SetxDataDouble_3=function(){return(pJ=b._emscripten_bind_MdDbBlockReference_SetxDataDouble_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataDouble_3).apply(null,arguments)},qJ=b._emscripten_bind_MdDbBlockReference_GetxDataLong_2=function(){return(qJ=b._emscripten_bind_MdDbBlockReference_GetxDataLong_2=b.asm.emscripten_bind_MdDbBlockReference_GetxDataLong_2).apply(null,arguments)},rJ=b._emscripten_bind_MdDbBlockReference_SetxDataLong_3=function(){return(rJ=
  737. b._emscripten_bind_MdDbBlockReference_SetxDataLong_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataLong_3).apply(null,arguments)},sJ=b._emscripten_bind_MdDbBlockReference_GetxDataPoint_2=function(){return(sJ=b._emscripten_bind_MdDbBlockReference_GetxDataPoint_2=b.asm.emscripten_bind_MdDbBlockReference_GetxDataPoint_2).apply(null,arguments)},tJ=b._emscripten_bind_MdDbBlockReference_SetxDataPoint_3=function(){return(tJ=b._emscripten_bind_MdDbBlockReference_SetxDataPoint_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataPoint_3).apply(null,
  738. arguments)},uJ=b._emscripten_bind_MdDbBlockReference_DeleteXData_1=function(){return(uJ=b._emscripten_bind_MdDbBlockReference_DeleteXData_1=b.asm.emscripten_bind_MdDbBlockReference_DeleteXData_1).apply(null,arguments)},vJ=b._emscripten_bind_MdDbBlockReference_GetAllAppName_0=function(){return(vJ=b._emscripten_bind_MdDbBlockReference_GetAllAppName_0=b.asm.emscripten_bind_MdDbBlockReference_GetAllAppName_0).apply(null,arguments)},wJ=b._emscripten_bind_MdDbBlockReference_LayerId_0=function(){return(wJ=
  739. b._emscripten_bind_MdDbBlockReference_LayerId_0=b.asm.emscripten_bind_MdDbBlockReference_LayerId_0).apply(null,arguments)},xJ=b._emscripten_bind_MdDbBlockReference_SetLayerId_1=function(){return(xJ=b._emscripten_bind_MdDbBlockReference_SetLayerId_1=b.asm.emscripten_bind_MdDbBlockReference_SetLayerId_1).apply(null,arguments)},yJ=b._emscripten_bind_MdDbBlockReference_LinetypeId_0=function(){return(yJ=b._emscripten_bind_MdDbBlockReference_LinetypeId_0=b.asm.emscripten_bind_MdDbBlockReference_LinetypeId_0).apply(null,
  740. arguments)},zJ=b._emscripten_bind_MdDbBlockReference_SetLinetypeId_1=function(){return(zJ=b._emscripten_bind_MdDbBlockReference_SetLinetypeId_1=b.asm.emscripten_bind_MdDbBlockReference_SetLinetypeId_1).apply(null,arguments)},AJ=b._emscripten_bind_MdDbBlockReference_Linetype_0=function(){return(AJ=b._emscripten_bind_MdDbBlockReference_Linetype_0=b.asm.emscripten_bind_MdDbBlockReference_Linetype_0).apply(null,arguments)},BJ=b._emscripten_bind_MdDbBlockReference_SetLinetype_1=function(){return(BJ=b._emscripten_bind_MdDbBlockReference_SetLinetype_1=
  741. b.asm.emscripten_bind_MdDbBlockReference_SetLinetype_1).apply(null,arguments)},CJ=b._emscripten_bind_MdDbBlockReference_TextStyleId_0=function(){return(CJ=b._emscripten_bind_MdDbBlockReference_TextStyleId_0=b.asm.emscripten_bind_MdDbBlockReference_TextStyleId_0).apply(null,arguments)},DJ=b._emscripten_bind_MdDbBlockReference_SetTextStyleId_1=function(){return(DJ=b._emscripten_bind_MdDbBlockReference_SetTextStyleId_1=b.asm.emscripten_bind_MdDbBlockReference_SetTextStyleId_1).apply(null,arguments)},
  742. EJ=b._emscripten_bind_MdDbBlockReference_IntersectWith_2=function(){return(EJ=b._emscripten_bind_MdDbBlockReference_IntersectWith_2=b.asm.emscripten_bind_MdDbBlockReference_IntersectWith_2).apply(null,arguments)},FJ=b._emscripten_bind_MdDbBlockReference_getArea_0=function(){return(FJ=b._emscripten_bind_MdDbBlockReference_getArea_0=b.asm.emscripten_bind_MdDbBlockReference_getArea_0).apply(null,arguments)},GJ=b._emscripten_bind_MdDbBlockReference_disableUpdateDisplay_1=function(){return(GJ=b._emscripten_bind_MdDbBlockReference_disableUpdateDisplay_1=
  743. b.asm.emscripten_bind_MdDbBlockReference_disableUpdateDisplay_1).apply(null,arguments)},HJ=b._emscripten_bind_MdDbBlockReference_isPropertiesWindowCustom_0=function(){return(HJ=b._emscripten_bind_MdDbBlockReference_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbBlockReference_isPropertiesWindowCustom_0).apply(null,arguments)},IJ=b._emscripten_bind_MdDbBlockReference_setPropertiesWindowCustom_1=function(){return(IJ=b._emscripten_bind_MdDbBlockReference_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbBlockReference_setPropertiesWindowCustom_1).apply(null,
  744. arguments)},JJ=b._emscripten_bind_MdDbBlockReference_updateDisplay_0=function(){return(JJ=b._emscripten_bind_MdDbBlockReference_updateDisplay_0=b.asm.emscripten_bind_MdDbBlockReference_updateDisplay_0).apply(null,arguments)},KJ=b._emscripten_bind_MdDbBlockReference_DrawOrder_0=function(){return(KJ=b._emscripten_bind_MdDbBlockReference_DrawOrder_0=b.asm.emscripten_bind_MdDbBlockReference_DrawOrder_0).apply(null,arguments)},LJ=b._emscripten_bind_MdDbBlockReference_SetDrawOrder_1=function(){return(LJ=
  745. b._emscripten_bind_MdDbBlockReference_SetDrawOrder_1=b.asm.emscripten_bind_MdDbBlockReference_SetDrawOrder_1).apply(null,arguments)},MJ=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=function(){return(MJ=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockReference_GetObjectID_0).apply(null,arguments)},NJ=b._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(NJ=b._emscripten_bind_MdDbBlockReference_Erase_0=b.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,
  746. arguments)},OJ=b._emscripten_bind_MdDbBlockReference_isErased_0=function(){return(OJ=b._emscripten_bind_MdDbBlockReference_isErased_0=b.asm.emscripten_bind_MdDbBlockReference_isErased_0).apply(null,arguments)},PJ=b._emscripten_bind_MdDbBlockReference_unErase_0=function(){return(PJ=b._emscripten_bind_MdDbBlockReference_unErase_0=b.asm.emscripten_bind_MdDbBlockReference_unErase_0).apply(null,arguments)},QJ=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(QJ=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=
  747. b.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},RJ=b._emscripten_bind_MdDbBlockReference_GetExtensionDictionary_0=function(){return(RJ=b._emscripten_bind_MdDbBlockReference_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockReference_GetExtensionDictionary_0).apply(null,arguments)},SJ=b._emscripten_bind_MdDbBlockReference_CreateExtensionDictionary_0=function(){return(SJ=b._emscripten_bind_MdDbBlockReference_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockReference_CreateExtensionDictionary_0).apply(null,
  748. arguments)},TJ=b._emscripten_bind_MdDbBlockReference_IsHaveExtensionDictionary_0=function(){return(TJ=b._emscripten_bind_MdDbBlockReference_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockReference_IsHaveExtensionDictionary_0).apply(null,arguments)},UJ=b._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(UJ=b._emscripten_bind_MdDbBlockReference_Clone_0=b.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},VJ=b._emscripten_bind_MdDbBlockReference_GetHandle_0=
  749. function(){return(VJ=b._emscripten_bind_MdDbBlockReference_GetHandle_0=b.asm.emscripten_bind_MdDbBlockReference_GetHandle_0).apply(null,arguments)},WJ=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=function(){return(WJ=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockReference_GetDatabase_0).apply(null,arguments)},XJ=b._emscripten_bind_MdDbBlockReference_GetDatabaseIndexId_0=function(){return(XJ=b._emscripten_bind_MdDbBlockReference_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbBlockReference_GetDatabaseIndexId_0).apply(null,
  750. arguments)},YJ=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=function(){return(YJ=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockReference_GetOwnerID_0).apply(null,arguments)},ZJ=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(ZJ=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},$J=b._emscripten_bind_MdDbBlockReference_getGripPoints_0=function(){return($J=
  751. b._emscripten_bind_MdDbBlockReference_getGripPoints_0=b.asm.emscripten_bind_MdDbBlockReference_getGripPoints_0).apply(null,arguments)},aK=b._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(aK=b._emscripten_bind_MdDbBlockReference_getObjectName_0=b.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},bK=b._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(bK=b._emscripten_bind_MdDbBlockReference_getDxf0_0=b.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,
  752. arguments)},cK=b._emscripten_bind_MdDbBlockReference_getCustomEntityTypeName_0=function(){return(cK=b._emscripten_bind_MdDbBlockReference_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbBlockReference_getCustomEntityTypeName_0).apply(null,arguments)},dK=b._emscripten_bind_MdDbBlockReference_getCustomEntityid_0=function(){return(dK=b._emscripten_bind_MdDbBlockReference_getCustomEntityid_0=b.asm.emscripten_bind_MdDbBlockReference_getCustomEntityid_0).apply(null,arguments)},eK=b._emscripten_bind_MdDbBlockReference_getCustomEntityTempid_0=
  753. function(){return(eK=b._emscripten_bind_MdDbBlockReference_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbBlockReference_getCustomEntityTempid_0).apply(null,arguments)},fK=b._emscripten_bind_MdDbBlockReference_setCustomEntityTempid_1=function(){return(fK=b._emscripten_bind_MdDbBlockReference_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbBlockReference_setCustomEntityTempid_1).apply(null,arguments)},gK=b._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(gK=b._emscripten_bind_MdDbBlockReference_getJson_0=
  754. b.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},hK=b._emscripten_bind_MdDbBlockReference_setJson_1=function(){return(hK=b._emscripten_bind_MdDbBlockReference_setJson_1=b.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},iK=b._emscripten_bind_MdDbBlockReference_isKindOf_1=function(){return(iK=b._emscripten_bind_MdDbBlockReference_isKindOf_1=b.asm.emscripten_bind_MdDbBlockReference_isKindOf_1).apply(null,arguments)},jK=b._emscripten_bind_MdDbBlockReference_isNull_0=
  755. function(){return(jK=b._emscripten_bind_MdDbBlockReference_isNull_0=b.asm.emscripten_bind_MdDbBlockReference_isNull_0).apply(null,arguments)},kK=b._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(kK=b._emscripten_bind_MdDbBlockReference___destroy___0=b.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},lK=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=function(){return(lK=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=b.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,
  756. arguments)},mK=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return(mK=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},nK=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return(nK=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,arguments)},oK=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=
  757. function(){return(oK=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},pK=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(pK=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,arguments)},qK=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=function(){return(qK=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=
  758. b.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},rK=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(rK=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},sK=b._emscripten_bind_MdDbAlignedDimension_oblique_0=function(){return(sK=b._emscripten_bind_MdDbAlignedDimension_oblique_0=b.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},
  759. tK=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(tK=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=b.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},uK=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(uK=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,arguments)},vK=b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(vK=
  760. b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},wK=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(wK=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},xK=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=function(){return(xK=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
  761. b.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},yK=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(yK=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},zK=b._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(zK=b._emscripten_bind_MdDbAlignedDimension_elevation_0=b.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,
  762. arguments)},AK=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(AK=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},BK=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(BK=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,arguments)},CK=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=
  763. function(){return(CK=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},DK=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(DK=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},EK=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=function(){return(EK=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
  764. b.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},FK=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return(FK=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},GK=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(GK=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,
  765. arguments)},HK=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(HK=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},IK=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(IK=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,arguments)},JK=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=
  766. function(){return(JK=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},KK=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(KK=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},LK=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=function(){return(LK=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
  767. b.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},MK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(MK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},NK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(NK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,
  768. arguments)},OK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(OK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},PK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(PK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,arguments)},QK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=
  769. function(){return(QK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},RK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(RK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},SK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=function(){return(SK=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
  770. b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},TK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(TK=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},UK=b._emscripten_bind_MdDbAlignedDimension_GetAllText_0=function(){return(UK=b._emscripten_bind_MdDbAlignedDimension_GetAllText_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetAllText_0).apply(null,
  771. arguments)},VK=b._emscripten_bind_MdDbAlignedDimension_explode_0=function(){return(VK=b._emscripten_bind_MdDbAlignedDimension_explode_0=b.asm.emscripten_bind_MdDbAlignedDimension_explode_0).apply(null,arguments)},WK=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=function(){return(WK=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbAlignedDimension_TrueColor_0).apply(null,arguments)},XK=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=function(){return(XK=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=
  772. b.asm.emscripten_bind_MdDbAlignedDimension_SetTrueColor_1).apply(null,arguments)},YK=b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=function(){return(YK=b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbAlignedDimension_ColorIndex_0).apply(null,arguments)},ZK=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=function(){return(ZK=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetColorIndex_1).apply(null,arguments)},
  773. $K=b._emscripten_bind_MdDbAlignedDimension_Layer_0=function(){return($K=b._emscripten_bind_MdDbAlignedDimension_Layer_0=b.asm.emscripten_bind_MdDbAlignedDimension_Layer_0).apply(null,arguments)},aL=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=function(){return(aL=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLayer_1).apply(null,arguments)},bL=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=function(){return(bL=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=
  774. b.asm.emscripten_bind_MdDbAlignedDimension_LinetypeScale_0).apply(null,arguments)},cL=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=function(){return(cL=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1).apply(null,arguments)},dL=b._emscripten_bind_MdDbAlignedDimension_Visible_0=function(){return(dL=b._emscripten_bind_MdDbAlignedDimension_Visible_0=b.asm.emscripten_bind_MdDbAlignedDimension_Visible_0).apply(null,arguments)},
  775. eL=b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=function(){return(eL=b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetVisible_1).apply(null,arguments)},fL=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=function(){return(fL=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbAlignedDimension_Lineweight_0).apply(null,arguments)},gL=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=function(){return(gL=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=
  776. b.asm.emscripten_bind_MdDbAlignedDimension_SetLineweight_1).apply(null,arguments)},hL=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=function(){return(hL=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_TextStyle_0).apply(null,arguments)},iL=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=function(){return(iL=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTextStyle_1).apply(null,arguments)},
  777. jL=b._emscripten_bind_MdDbAlignedDimension_Highlight_1=function(){return(jL=b._emscripten_bind_MdDbAlignedDimension_Highlight_1=b.asm.emscripten_bind_MdDbAlignedDimension_Highlight_1).apply(null,arguments)},kL=b._emscripten_bind_MdDbAlignedDimension_Move_2=function(){return(kL=b._emscripten_bind_MdDbAlignedDimension_Move_2=b.asm.emscripten_bind_MdDbAlignedDimension_Move_2).apply(null,arguments)},lL=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=function(){return(lL=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=
  778. b.asm.emscripten_bind_MdDbAlignedDimension_Rotate_2).apply(null,arguments)},mL=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=function(){return(mL=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=b.asm.emscripten_bind_MdDbAlignedDimension_Mirror_2).apply(null,arguments)},nL=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=function(){return(nL=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbAlignedDimension_ScaleEntity_2).apply(null,arguments)},oL=b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=
  779. function(){return(oL=b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbAlignedDimension_TransformBy_1).apply(null,arguments)},pL=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=function(){return(pL=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0).apply(null,arguments)},qL=b._emscripten_bind_MdDbAlignedDimension_GetXData_1=function(){return(qL=b._emscripten_bind_MdDbAlignedDimension_GetXData_1=
  780. b.asm.emscripten_bind_MdDbAlignedDimension_GetXData_1).apply(null,arguments)},rL=b._emscripten_bind_MdDbAlignedDimension_SetXData_1=function(){return(rL=b._emscripten_bind_MdDbAlignedDimension_SetXData_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetXData_1).apply(null,arguments)},sL=b._emscripten_bind_MdDbAlignedDimension_GetxDataString_2=function(){return(sL=b._emscripten_bind_MdDbAlignedDimension_GetxDataString_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataString_2).apply(null,arguments)},
  781. tL=b._emscripten_bind_MdDbAlignedDimension_SetxDataString_3=function(){return(tL=b._emscripten_bind_MdDbAlignedDimension_SetxDataString_3=b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataString_3).apply(null,arguments)},uL=b._emscripten_bind_MdDbAlignedDimension_GetxDataDouble_2=function(){return(uL=b._emscripten_bind_MdDbAlignedDimension_GetxDataDouble_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataDouble_2).apply(null,arguments)},vL=b._emscripten_bind_MdDbAlignedDimension_SetxDataDouble_3=
  782. function(){return(vL=b._emscripten_bind_MdDbAlignedDimension_SetxDataDouble_3=b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataDouble_3).apply(null,arguments)},wL=b._emscripten_bind_MdDbAlignedDimension_GetxDataLong_2=function(){return(wL=b._emscripten_bind_MdDbAlignedDimension_GetxDataLong_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataLong_2).apply(null,arguments)},xL=b._emscripten_bind_MdDbAlignedDimension_SetxDataLong_3=function(){return(xL=b._emscripten_bind_MdDbAlignedDimension_SetxDataLong_3=
  783. b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataLong_3).apply(null,arguments)},yL=b._emscripten_bind_MdDbAlignedDimension_GetxDataPoint_2=function(){return(yL=b._emscripten_bind_MdDbAlignedDimension_GetxDataPoint_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataPoint_2).apply(null,arguments)},zL=b._emscripten_bind_MdDbAlignedDimension_SetxDataPoint_3=function(){return(zL=b._emscripten_bind_MdDbAlignedDimension_SetxDataPoint_3=b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataPoint_3).apply(null,
  784. arguments)},AL=b._emscripten_bind_MdDbAlignedDimension_DeleteXData_1=function(){return(AL=b._emscripten_bind_MdDbAlignedDimension_DeleteXData_1=b.asm.emscripten_bind_MdDbAlignedDimension_DeleteXData_1).apply(null,arguments)},BL=b._emscripten_bind_MdDbAlignedDimension_GetAllAppName_0=function(){return(BL=b._emscripten_bind_MdDbAlignedDimension_GetAllAppName_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetAllAppName_0).apply(null,arguments)},CL=b._emscripten_bind_MdDbAlignedDimension_LayerId_0=function(){return(CL=
  785. b._emscripten_bind_MdDbAlignedDimension_LayerId_0=b.asm.emscripten_bind_MdDbAlignedDimension_LayerId_0).apply(null,arguments)},DL=b._emscripten_bind_MdDbAlignedDimension_SetLayerId_1=function(){return(DL=b._emscripten_bind_MdDbAlignedDimension_SetLayerId_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLayerId_1).apply(null,arguments)},EL=b._emscripten_bind_MdDbAlignedDimension_LinetypeId_0=function(){return(EL=b._emscripten_bind_MdDbAlignedDimension_LinetypeId_0=b.asm.emscripten_bind_MdDbAlignedDimension_LinetypeId_0).apply(null,
  786. arguments)},FL=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeId_1=function(){return(FL=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeId_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetypeId_1).apply(null,arguments)},GL=b._emscripten_bind_MdDbAlignedDimension_Linetype_0=function(){return(GL=b._emscripten_bind_MdDbAlignedDimension_Linetype_0=b.asm.emscripten_bind_MdDbAlignedDimension_Linetype_0).apply(null,arguments)},HL=b._emscripten_bind_MdDbAlignedDimension_SetLinetype_1=function(){return(HL=
  787. b._emscripten_bind_MdDbAlignedDimension_SetLinetype_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetype_1).apply(null,arguments)},IL=b._emscripten_bind_MdDbAlignedDimension_TextStyleId_0=function(){return(IL=b._emscripten_bind_MdDbAlignedDimension_TextStyleId_0=b.asm.emscripten_bind_MdDbAlignedDimension_TextStyleId_0).apply(null,arguments)},JL=b._emscripten_bind_MdDbAlignedDimension_SetTextStyleId_1=function(){return(JL=b._emscripten_bind_MdDbAlignedDimension_SetTextStyleId_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTextStyleId_1).apply(null,
  788. arguments)},KL=b._emscripten_bind_MdDbAlignedDimension_IntersectWith_2=function(){return(KL=b._emscripten_bind_MdDbAlignedDimension_IntersectWith_2=b.asm.emscripten_bind_MdDbAlignedDimension_IntersectWith_2).apply(null,arguments)},LL=b._emscripten_bind_MdDbAlignedDimension_getArea_0=function(){return(LL=b._emscripten_bind_MdDbAlignedDimension_getArea_0=b.asm.emscripten_bind_MdDbAlignedDimension_getArea_0).apply(null,arguments)},ML=b._emscripten_bind_MdDbAlignedDimension_disableUpdateDisplay_1=function(){return(ML=
  789. b._emscripten_bind_MdDbAlignedDimension_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbAlignedDimension_disableUpdateDisplay_1).apply(null,arguments)},NL=b._emscripten_bind_MdDbAlignedDimension_isPropertiesWindowCustom_0=function(){return(NL=b._emscripten_bind_MdDbAlignedDimension_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbAlignedDimension_isPropertiesWindowCustom_0).apply(null,arguments)},OL=b._emscripten_bind_MdDbAlignedDimension_setPropertiesWindowCustom_1=function(){return(OL=b._emscripten_bind_MdDbAlignedDimension_setPropertiesWindowCustom_1=
  790. b.asm.emscripten_bind_MdDbAlignedDimension_setPropertiesWindowCustom_1).apply(null,arguments)},PL=b._emscripten_bind_MdDbAlignedDimension_updateDisplay_0=function(){return(PL=b._emscripten_bind_MdDbAlignedDimension_updateDisplay_0=b.asm.emscripten_bind_MdDbAlignedDimension_updateDisplay_0).apply(null,arguments)},QL=b._emscripten_bind_MdDbAlignedDimension_DrawOrder_0=function(){return(QL=b._emscripten_bind_MdDbAlignedDimension_DrawOrder_0=b.asm.emscripten_bind_MdDbAlignedDimension_DrawOrder_0).apply(null,
  791. arguments)},RL=b._emscripten_bind_MdDbAlignedDimension_SetDrawOrder_1=function(){return(RL=b._emscripten_bind_MdDbAlignedDimension_SetDrawOrder_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetDrawOrder_1).apply(null,arguments)},SL=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=function(){return(SL=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetObjectID_0).apply(null,arguments)},TL=b._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(TL=
  792. b._emscripten_bind_MdDbAlignedDimension_Erase_0=b.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},UL=b._emscripten_bind_MdDbAlignedDimension_isErased_0=function(){return(UL=b._emscripten_bind_MdDbAlignedDimension_isErased_0=b.asm.emscripten_bind_MdDbAlignedDimension_isErased_0).apply(null,arguments)},VL=b._emscripten_bind_MdDbAlignedDimension_unErase_0=function(){return(VL=b._emscripten_bind_MdDbAlignedDimension_unErase_0=b.asm.emscripten_bind_MdDbAlignedDimension_unErase_0).apply(null,
  793. arguments)},WL=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=function(){return(WL=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,arguments)},XL=b._emscripten_bind_MdDbAlignedDimension_GetExtensionDictionary_0=function(){return(XL=b._emscripten_bind_MdDbAlignedDimension_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetExtensionDictionary_0).apply(null,arguments)},YL=
  794. b._emscripten_bind_MdDbAlignedDimension_CreateExtensionDictionary_0=function(){return(YL=b._emscripten_bind_MdDbAlignedDimension_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbAlignedDimension_CreateExtensionDictionary_0).apply(null,arguments)},ZL=b._emscripten_bind_MdDbAlignedDimension_IsHaveExtensionDictionary_0=function(){return(ZL=b._emscripten_bind_MdDbAlignedDimension_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbAlignedDimension_IsHaveExtensionDictionary_0).apply(null,arguments)},
  795. $L=b._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return($L=b._emscripten_bind_MdDbAlignedDimension_Clone_0=b.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},aM=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=function(){return(aM=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetHandle_0).apply(null,arguments)},bM=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=function(){return(bM=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=
  796. b.asm.emscripten_bind_MdDbAlignedDimension_GetDatabase_0).apply(null,arguments)},cM=b._emscripten_bind_MdDbAlignedDimension_GetDatabaseIndexId_0=function(){return(cM=b._emscripten_bind_MdDbAlignedDimension_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetDatabaseIndexId_0).apply(null,arguments)},dM=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=function(){return(dM=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetOwnerID_0).apply(null,
  797. arguments)},eM=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(eM=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},fM=b._emscripten_bind_MdDbAlignedDimension_getGripPoints_0=function(){return(fM=b._emscripten_bind_MdDbAlignedDimension_getGripPoints_0=b.asm.emscripten_bind_MdDbAlignedDimension_getGripPoints_0).apply(null,arguments)},gM=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=
  798. function(){return(gM=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},hM=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(hM=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},iM=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTypeName_0=function(){return(iM=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTypeName_0=
  799. b.asm.emscripten_bind_MdDbAlignedDimension_getCustomEntityTypeName_0).apply(null,arguments)},jM=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityid_0=function(){return(jM=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityid_0=b.asm.emscripten_bind_MdDbAlignedDimension_getCustomEntityid_0).apply(null,arguments)},kM=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTempid_0=function(){return(kM=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbAlignedDimension_getCustomEntityTempid_0).apply(null,
  800. arguments)},lM=b._emscripten_bind_MdDbAlignedDimension_setCustomEntityTempid_1=function(){return(lM=b._emscripten_bind_MdDbAlignedDimension_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbAlignedDimension_setCustomEntityTempid_1).apply(null,arguments)},mM=b._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(mM=b._emscripten_bind_MdDbAlignedDimension_getJson_0=b.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,arguments)},nM=b._emscripten_bind_MdDbAlignedDimension_setJson_1=
  801. function(){return(nM=b._emscripten_bind_MdDbAlignedDimension_setJson_1=b.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},oM=b._emscripten_bind_MdDbAlignedDimension_isKindOf_1=function(){return(oM=b._emscripten_bind_MdDbAlignedDimension_isKindOf_1=b.asm.emscripten_bind_MdDbAlignedDimension_isKindOf_1).apply(null,arguments)},pM=b._emscripten_bind_MdDbAlignedDimension_isNull_0=function(){return(pM=b._emscripten_bind_MdDbAlignedDimension_isNull_0=b.asm.emscripten_bind_MdDbAlignedDimension_isNull_0).apply(null,
  802. arguments)},qM=b._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(qM=b._emscripten_bind_MdDbAlignedDimension___destroy___0=b.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},rM=b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=function(){return(rM=b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=b.asm.emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0).apply(null,arguments)},sM=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=
  803. function(){return(sM=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbRotatedDimension_xLine1Point_0).apply(null,arguments)},tM=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=function(){return(tM=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=b.asm.emscripten_bind_MdDbRotatedDimension_setXLine1Point_1).apply(null,arguments)},uM=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=function(){return(uM=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=
  804. b.asm.emscripten_bind_MdDbRotatedDimension_xLine2Point_0).apply(null,arguments)},vM=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=function(){return(vM=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbRotatedDimension_setXLine2Point_1).apply(null,arguments)},wM=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=function(){return(wM=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimLinePoint_0).apply(null,
  805. arguments)},xM=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=function(){return(xM=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1).apply(null,arguments)},yM=b._emscripten_bind_MdDbRotatedDimension_rotation_0=function(){return(yM=b._emscripten_bind_MdDbRotatedDimension_rotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_rotation_0).apply(null,arguments)},zM=b._emscripten_bind_MdDbRotatedDimension_setRotation_1=function(){return(zM=
  806. b._emscripten_bind_MdDbRotatedDimension_setRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setRotation_1).apply(null,arguments)},AM=b._emscripten_bind_MdDbRotatedDimension_oblique_0=function(){return(AM=b._emscripten_bind_MdDbRotatedDimension_oblique_0=b.asm.emscripten_bind_MdDbRotatedDimension_oblique_0).apply(null,arguments)},BM=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=function(){return(BM=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=b.asm.emscripten_bind_MdDbRotatedDimension_setOblique_1).apply(null,
  807. arguments)},CM=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=function(){return(CM=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_textPosition_0).apply(null,arguments)},DM=b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=function(){return(DM=b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextPosition_1).apply(null,arguments)},EM=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=
  808. function(){return(EM=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},FM=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=function(){return(FM=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0).apply(null,arguments)},GM=b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=function(){return(GM=
  809. b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0).apply(null,arguments)},HM=b._emscripten_bind_MdDbRotatedDimension_elevation_0=function(){return(HM=b._emscripten_bind_MdDbRotatedDimension_elevation_0=b.asm.emscripten_bind_MdDbRotatedDimension_elevation_0).apply(null,arguments)},IM=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=function(){return(IM=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setElevation_1).apply(null,
  810. arguments)},JM=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=function(){return(JM=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimensionText_0).apply(null,arguments)},KM=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=function(){return(KM=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionText_1).apply(null,arguments)},LM=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=
  811. function(){return(LM=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_textRotation_0).apply(null,arguments)},MM=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=function(){return(MM=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextRotation_1).apply(null,arguments)},NM=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=function(){return(NM=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=
  812. b.asm.emscripten_bind_MdDbRotatedDimension_dimensionStyle_0).apply(null,arguments)},OM=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=function(){return(OM=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1).apply(null,arguments)},PM=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=function(){return(PM=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbRotatedDimension_textAttachment_0).apply(null,
  813. arguments)},QM=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=function(){return(QM=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextAttachment_1).apply(null,arguments)},RM=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=function(){return(RM=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_horizontalRotation_0).apply(null,arguments)},SM=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=
  814. function(){return(SM=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1).apply(null,arguments)},TM=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=function(){return(TM=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=b.asm.emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1).apply(null,arguments)},UM=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=function(){return(UM=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=
  815. b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1).apply(null,arguments)},VM=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=function(){return(VM=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2).apply(null,arguments)},WM=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=function(){return(WM=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1).apply(null,
  816. arguments)},XM=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=function(){return(XM=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2).apply(null,arguments)},YM=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=function(){return(YM=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarString_1).apply(null,arguments)},ZM=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=
  817. function(){return(ZM=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarString_2).apply(null,arguments)},$M=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=function(){return($M=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1).apply(null,arguments)},aN=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=function(){return(aN=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=
  818. b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2).apply(null,arguments)},bN=b._emscripten_bind_MdDbRotatedDimension_GetAllText_0=function(){return(bN=b._emscripten_bind_MdDbRotatedDimension_GetAllText_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetAllText_0).apply(null,arguments)},cN=b._emscripten_bind_MdDbRotatedDimension_explode_0=function(){return(cN=b._emscripten_bind_MdDbRotatedDimension_explode_0=b.asm.emscripten_bind_MdDbRotatedDimension_explode_0).apply(null,arguments)},dN=
  819. b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=function(){return(dN=b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbRotatedDimension_TrueColor_0).apply(null,arguments)},eN=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=function(){return(eN=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTrueColor_1).apply(null,arguments)},fN=b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=function(){return(fN=b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=
  820. b.asm.emscripten_bind_MdDbRotatedDimension_ColorIndex_0).apply(null,arguments)},gN=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=function(){return(gN=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetColorIndex_1).apply(null,arguments)},hN=b._emscripten_bind_MdDbRotatedDimension_Layer_0=function(){return(hN=b._emscripten_bind_MdDbRotatedDimension_Layer_0=b.asm.emscripten_bind_MdDbRotatedDimension_Layer_0).apply(null,arguments)},iN=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=
  821. function(){return(iN=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLayer_1).apply(null,arguments)},jN=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=function(){return(jN=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbRotatedDimension_LinetypeScale_0).apply(null,arguments)},kN=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=function(){return(kN=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=
  822. b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1).apply(null,arguments)},lN=b._emscripten_bind_MdDbRotatedDimension_Visible_0=function(){return(lN=b._emscripten_bind_MdDbRotatedDimension_Visible_0=b.asm.emscripten_bind_MdDbRotatedDimension_Visible_0).apply(null,arguments)},mN=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=function(){return(mN=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetVisible_1).apply(null,arguments)},nN=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=
  823. function(){return(nN=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbRotatedDimension_Lineweight_0).apply(null,arguments)},oN=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=function(){return(oN=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLineweight_1).apply(null,arguments)},pN=b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=function(){return(pN=b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=
  824. b.asm.emscripten_bind_MdDbRotatedDimension_TextStyle_0).apply(null,arguments)},qN=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=function(){return(qN=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTextStyle_1).apply(null,arguments)},rN=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=function(){return(rN=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=b.asm.emscripten_bind_MdDbRotatedDimension_Highlight_1).apply(null,arguments)},
  825. sN=b._emscripten_bind_MdDbRotatedDimension_Move_2=function(){return(sN=b._emscripten_bind_MdDbRotatedDimension_Move_2=b.asm.emscripten_bind_MdDbRotatedDimension_Move_2).apply(null,arguments)},tN=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=function(){return(tN=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=b.asm.emscripten_bind_MdDbRotatedDimension_Rotate_2).apply(null,arguments)},uN=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=function(){return(uN=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=
  826. b.asm.emscripten_bind_MdDbRotatedDimension_Mirror_2).apply(null,arguments)},vN=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=function(){return(vN=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbRotatedDimension_ScaleEntity_2).apply(null,arguments)},wN=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=function(){return(wN=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbRotatedDimension_TransformBy_1).apply(null,arguments)},
  827. xN=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=function(){return(xN=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0).apply(null,arguments)},yN=b._emscripten_bind_MdDbRotatedDimension_GetXData_1=function(){return(yN=b._emscripten_bind_MdDbRotatedDimension_GetXData_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetXData_1).apply(null,arguments)},zN=b._emscripten_bind_MdDbRotatedDimension_SetXData_1=function(){return(zN=
  828. b._emscripten_bind_MdDbRotatedDimension_SetXData_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetXData_1).apply(null,arguments)},AN=b._emscripten_bind_MdDbRotatedDimension_GetxDataString_2=function(){return(AN=b._emscripten_bind_MdDbRotatedDimension_GetxDataString_2=b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataString_2).apply(null,arguments)},BN=b._emscripten_bind_MdDbRotatedDimension_SetxDataString_3=function(){return(BN=b._emscripten_bind_MdDbRotatedDimension_SetxDataString_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataString_3).apply(null,
  829. arguments)},CN=b._emscripten_bind_MdDbRotatedDimension_GetxDataDouble_2=function(){return(CN=b._emscripten_bind_MdDbRotatedDimension_GetxDataDouble_2=b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataDouble_2).apply(null,arguments)},DN=b._emscripten_bind_MdDbRotatedDimension_SetxDataDouble_3=function(){return(DN=b._emscripten_bind_MdDbRotatedDimension_SetxDataDouble_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataDouble_3).apply(null,arguments)},EN=b._emscripten_bind_MdDbRotatedDimension_GetxDataLong_2=
  830. function(){return(EN=b._emscripten_bind_MdDbRotatedDimension_GetxDataLong_2=b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataLong_2).apply(null,arguments)},FN=b._emscripten_bind_MdDbRotatedDimension_SetxDataLong_3=function(){return(FN=b._emscripten_bind_MdDbRotatedDimension_SetxDataLong_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataLong_3).apply(null,arguments)},GN=b._emscripten_bind_MdDbRotatedDimension_GetxDataPoint_2=function(){return(GN=b._emscripten_bind_MdDbRotatedDimension_GetxDataPoint_2=
  831. b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataPoint_2).apply(null,arguments)},HN=b._emscripten_bind_MdDbRotatedDimension_SetxDataPoint_3=function(){return(HN=b._emscripten_bind_MdDbRotatedDimension_SetxDataPoint_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataPoint_3).apply(null,arguments)},IN=b._emscripten_bind_MdDbRotatedDimension_DeleteXData_1=function(){return(IN=b._emscripten_bind_MdDbRotatedDimension_DeleteXData_1=b.asm.emscripten_bind_MdDbRotatedDimension_DeleteXData_1).apply(null,
  832. arguments)},JN=b._emscripten_bind_MdDbRotatedDimension_GetAllAppName_0=function(){return(JN=b._emscripten_bind_MdDbRotatedDimension_GetAllAppName_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetAllAppName_0).apply(null,arguments)},KN=b._emscripten_bind_MdDbRotatedDimension_LayerId_0=function(){return(KN=b._emscripten_bind_MdDbRotatedDimension_LayerId_0=b.asm.emscripten_bind_MdDbRotatedDimension_LayerId_0).apply(null,arguments)},LN=b._emscripten_bind_MdDbRotatedDimension_SetLayerId_1=function(){return(LN=
  833. b._emscripten_bind_MdDbRotatedDimension_SetLayerId_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLayerId_1).apply(null,arguments)},MN=b._emscripten_bind_MdDbRotatedDimension_LinetypeId_0=function(){return(MN=b._emscripten_bind_MdDbRotatedDimension_LinetypeId_0=b.asm.emscripten_bind_MdDbRotatedDimension_LinetypeId_0).apply(null,arguments)},NN=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeId_1=function(){return(NN=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeId_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetypeId_1).apply(null,
  834. arguments)},ON=b._emscripten_bind_MdDbRotatedDimension_Linetype_0=function(){return(ON=b._emscripten_bind_MdDbRotatedDimension_Linetype_0=b.asm.emscripten_bind_MdDbRotatedDimension_Linetype_0).apply(null,arguments)},PN=b._emscripten_bind_MdDbRotatedDimension_SetLinetype_1=function(){return(PN=b._emscripten_bind_MdDbRotatedDimension_SetLinetype_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetype_1).apply(null,arguments)},QN=b._emscripten_bind_MdDbRotatedDimension_TextStyleId_0=function(){return(QN=
  835. b._emscripten_bind_MdDbRotatedDimension_TextStyleId_0=b.asm.emscripten_bind_MdDbRotatedDimension_TextStyleId_0).apply(null,arguments)},RN=b._emscripten_bind_MdDbRotatedDimension_SetTextStyleId_1=function(){return(RN=b._emscripten_bind_MdDbRotatedDimension_SetTextStyleId_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTextStyleId_1).apply(null,arguments)},SN=b._emscripten_bind_MdDbRotatedDimension_IntersectWith_2=function(){return(SN=b._emscripten_bind_MdDbRotatedDimension_IntersectWith_2=b.asm.emscripten_bind_MdDbRotatedDimension_IntersectWith_2).apply(null,
  836. arguments)},TN=b._emscripten_bind_MdDbRotatedDimension_getArea_0=function(){return(TN=b._emscripten_bind_MdDbRotatedDimension_getArea_0=b.asm.emscripten_bind_MdDbRotatedDimension_getArea_0).apply(null,arguments)},UN=b._emscripten_bind_MdDbRotatedDimension_disableUpdateDisplay_1=function(){return(UN=b._emscripten_bind_MdDbRotatedDimension_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbRotatedDimension_disableUpdateDisplay_1).apply(null,arguments)},VN=b._emscripten_bind_MdDbRotatedDimension_isPropertiesWindowCustom_0=
  837. function(){return(VN=b._emscripten_bind_MdDbRotatedDimension_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbRotatedDimension_isPropertiesWindowCustom_0).apply(null,arguments)},WN=b._emscripten_bind_MdDbRotatedDimension_setPropertiesWindowCustom_1=function(){return(WN=b._emscripten_bind_MdDbRotatedDimension_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbRotatedDimension_setPropertiesWindowCustom_1).apply(null,arguments)},XN=b._emscripten_bind_MdDbRotatedDimension_updateDisplay_0=function(){return(XN=
  838. b._emscripten_bind_MdDbRotatedDimension_updateDisplay_0=b.asm.emscripten_bind_MdDbRotatedDimension_updateDisplay_0).apply(null,arguments)},YN=b._emscripten_bind_MdDbRotatedDimension_DrawOrder_0=function(){return(YN=b._emscripten_bind_MdDbRotatedDimension_DrawOrder_0=b.asm.emscripten_bind_MdDbRotatedDimension_DrawOrder_0).apply(null,arguments)},ZN=b._emscripten_bind_MdDbRotatedDimension_SetDrawOrder_1=function(){return(ZN=b._emscripten_bind_MdDbRotatedDimension_SetDrawOrder_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetDrawOrder_1).apply(null,
  839. arguments)},$N=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=function(){return($N=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetObjectID_0).apply(null,arguments)},aO=b._emscripten_bind_MdDbRotatedDimension_Erase_0=function(){return(aO=b._emscripten_bind_MdDbRotatedDimension_Erase_0=b.asm.emscripten_bind_MdDbRotatedDimension_Erase_0).apply(null,arguments)},bO=b._emscripten_bind_MdDbRotatedDimension_isErased_0=function(){return(bO=b._emscripten_bind_MdDbRotatedDimension_isErased_0=
  840. b.asm.emscripten_bind_MdDbRotatedDimension_isErased_0).apply(null,arguments)},cO=b._emscripten_bind_MdDbRotatedDimension_unErase_0=function(){return(cO=b._emscripten_bind_MdDbRotatedDimension_unErase_0=b.asm.emscripten_bind_MdDbRotatedDimension_unErase_0).apply(null,arguments)},dO=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=function(){return(dO=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1).apply(null,
  841. arguments)},eO=b._emscripten_bind_MdDbRotatedDimension_GetExtensionDictionary_0=function(){return(eO=b._emscripten_bind_MdDbRotatedDimension_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetExtensionDictionary_0).apply(null,arguments)},fO=b._emscripten_bind_MdDbRotatedDimension_CreateExtensionDictionary_0=function(){return(fO=b._emscripten_bind_MdDbRotatedDimension_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbRotatedDimension_CreateExtensionDictionary_0).apply(null,
  842. arguments)},gO=b._emscripten_bind_MdDbRotatedDimension_IsHaveExtensionDictionary_0=function(){return(gO=b._emscripten_bind_MdDbRotatedDimension_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbRotatedDimension_IsHaveExtensionDictionary_0).apply(null,arguments)},hO=b._emscripten_bind_MdDbRotatedDimension_Clone_0=function(){return(hO=b._emscripten_bind_MdDbRotatedDimension_Clone_0=b.asm.emscripten_bind_MdDbRotatedDimension_Clone_0).apply(null,arguments)},iO=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=
  843. function(){return(iO=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetHandle_0).apply(null,arguments)},jO=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=function(){return(jO=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetDatabase_0).apply(null,arguments)},kO=b._emscripten_bind_MdDbRotatedDimension_GetDatabaseIndexId_0=function(){return(kO=b._emscripten_bind_MdDbRotatedDimension_GetDatabaseIndexId_0=
  844. b.asm.emscripten_bind_MdDbRotatedDimension_GetDatabaseIndexId_0).apply(null,arguments)},lO=b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=function(){return(lO=b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetOwnerID_0).apply(null,arguments)},mO=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=function(){return(mO=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4).apply(null,
  845. arguments)},nO=b._emscripten_bind_MdDbRotatedDimension_getGripPoints_0=function(){return(nO=b._emscripten_bind_MdDbRotatedDimension_getGripPoints_0=b.asm.emscripten_bind_MdDbRotatedDimension_getGripPoints_0).apply(null,arguments)},oO=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=function(){return(oO=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbRotatedDimension_getObjectName_0).apply(null,arguments)},pO=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=
  846. function(){return(pO=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbRotatedDimension_getDxf0_0).apply(null,arguments)},qO=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTypeName_0=function(){return(qO=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbRotatedDimension_getCustomEntityTypeName_0).apply(null,arguments)},rO=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityid_0=function(){return(rO=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityid_0=
  847. b.asm.emscripten_bind_MdDbRotatedDimension_getCustomEntityid_0).apply(null,arguments)},sO=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTempid_0=function(){return(sO=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbRotatedDimension_getCustomEntityTempid_0).apply(null,arguments)},tO=b._emscripten_bind_MdDbRotatedDimension_setCustomEntityTempid_1=function(){return(tO=b._emscripten_bind_MdDbRotatedDimension_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbRotatedDimension_setCustomEntityTempid_1).apply(null,
  848. arguments)},uO=b._emscripten_bind_MdDbRotatedDimension_getJson_0=function(){return(uO=b._emscripten_bind_MdDbRotatedDimension_getJson_0=b.asm.emscripten_bind_MdDbRotatedDimension_getJson_0).apply(null,arguments)},vO=b._emscripten_bind_MdDbRotatedDimension_setJson_1=function(){return(vO=b._emscripten_bind_MdDbRotatedDimension_setJson_1=b.asm.emscripten_bind_MdDbRotatedDimension_setJson_1).apply(null,arguments)},wO=b._emscripten_bind_MdDbRotatedDimension_isKindOf_1=function(){return(wO=b._emscripten_bind_MdDbRotatedDimension_isKindOf_1=
  849. b.asm.emscripten_bind_MdDbRotatedDimension_isKindOf_1).apply(null,arguments)},xO=b._emscripten_bind_MdDbRotatedDimension_isNull_0=function(){return(xO=b._emscripten_bind_MdDbRotatedDimension_isNull_0=b.asm.emscripten_bind_MdDbRotatedDimension_isNull_0).apply(null,arguments)},yO=b._emscripten_bind_MdDbRotatedDimension___destroy___0=function(){return(yO=b._emscripten_bind_MdDbRotatedDimension___destroy___0=b.asm.emscripten_bind_MdDbRotatedDimension___destroy___0).apply(null,arguments)},zO=b._emscripten_bind_MdDbMText_MdDbMText_0=
  850. function(){return(zO=b._emscripten_bind_MdDbMText_MdDbMText_0=b.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},AO=b._emscripten_bind_MdDbMText_location_0=function(){return(AO=b._emscripten_bind_MdDbMText_location_0=b.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},BO=b._emscripten_bind_MdDbMText_setLocation_1=function(){return(BO=b._emscripten_bind_MdDbMText_setLocation_1=b.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},CO=b._emscripten_bind_MdDbMText_rotation_0=
  851. function(){return(CO=b._emscripten_bind_MdDbMText_rotation_0=b.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},DO=b._emscripten_bind_MdDbMText_setRotation_1=function(){return(DO=b._emscripten_bind_MdDbMText_setRotation_1=b.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,arguments)},EO=b._emscripten_bind_MdDbMText_width_0=function(){return(EO=b._emscripten_bind_MdDbMText_width_0=b.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},FO=b._emscripten_bind_MdDbMText_setWidth_1=
  852. function(){return(FO=b._emscripten_bind_MdDbMText_setWidth_1=b.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},GO=b._emscripten_bind_MdDbMText_textHeight_0=function(){return(GO=b._emscripten_bind_MdDbMText_textHeight_0=b.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,arguments)},HO=b._emscripten_bind_MdDbMText_setTextHeight_1=function(){return(HO=b._emscripten_bind_MdDbMText_setTextHeight_1=b.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},IO=b._emscripten_bind_MdDbMText_attachment_0=
  853. function(){return(IO=b._emscripten_bind_MdDbMText_attachment_0=b.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},JO=b._emscripten_bind_MdDbMText_setAttachment_1=function(){return(JO=b._emscripten_bind_MdDbMText_setAttachment_1=b.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,arguments)},KO=b._emscripten_bind_MdDbMText_contents_0=function(){return(KO=b._emscripten_bind_MdDbMText_contents_0=b.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},LO=b._emscripten_bind_MdDbMText_setContents_1=
  854. function(){return(LO=b._emscripten_bind_MdDbMText_setContents_1=b.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},MO=b._emscripten_bind_MdDbMText_explode_0=function(){return(MO=b._emscripten_bind_MdDbMText_explode_0=b.asm.emscripten_bind_MdDbMText_explode_0).apply(null,arguments)},NO=b._emscripten_bind_MdDbMText_TrueColor_0=function(){return(NO=b._emscripten_bind_MdDbMText_TrueColor_0=b.asm.emscripten_bind_MdDbMText_TrueColor_0).apply(null,arguments)},OO=b._emscripten_bind_MdDbMText_SetTrueColor_1=
  855. function(){return(OO=b._emscripten_bind_MdDbMText_SetTrueColor_1=b.asm.emscripten_bind_MdDbMText_SetTrueColor_1).apply(null,arguments)},PO=b._emscripten_bind_MdDbMText_ColorIndex_0=function(){return(PO=b._emscripten_bind_MdDbMText_ColorIndex_0=b.asm.emscripten_bind_MdDbMText_ColorIndex_0).apply(null,arguments)},QO=b._emscripten_bind_MdDbMText_SetColorIndex_1=function(){return(QO=b._emscripten_bind_MdDbMText_SetColorIndex_1=b.asm.emscripten_bind_MdDbMText_SetColorIndex_1).apply(null,arguments)},RO=
  856. b._emscripten_bind_MdDbMText_Layer_0=function(){return(RO=b._emscripten_bind_MdDbMText_Layer_0=b.asm.emscripten_bind_MdDbMText_Layer_0).apply(null,arguments)},SO=b._emscripten_bind_MdDbMText_SetLayer_1=function(){return(SO=b._emscripten_bind_MdDbMText_SetLayer_1=b.asm.emscripten_bind_MdDbMText_SetLayer_1).apply(null,arguments)},TO=b._emscripten_bind_MdDbMText_LinetypeScale_0=function(){return(TO=b._emscripten_bind_MdDbMText_LinetypeScale_0=b.asm.emscripten_bind_MdDbMText_LinetypeScale_0).apply(null,
  857. arguments)},UO=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=function(){return(UO=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbMText_SetLinetypeScale_1).apply(null,arguments)},VO=b._emscripten_bind_MdDbMText_Visible_0=function(){return(VO=b._emscripten_bind_MdDbMText_Visible_0=b.asm.emscripten_bind_MdDbMText_Visible_0).apply(null,arguments)},WO=b._emscripten_bind_MdDbMText_SetVisible_1=function(){return(WO=b._emscripten_bind_MdDbMText_SetVisible_1=b.asm.emscripten_bind_MdDbMText_SetVisible_1).apply(null,
  858. arguments)},XO=b._emscripten_bind_MdDbMText_Lineweight_0=function(){return(XO=b._emscripten_bind_MdDbMText_Lineweight_0=b.asm.emscripten_bind_MdDbMText_Lineweight_0).apply(null,arguments)},YO=b._emscripten_bind_MdDbMText_SetLineweight_1=function(){return(YO=b._emscripten_bind_MdDbMText_SetLineweight_1=b.asm.emscripten_bind_MdDbMText_SetLineweight_1).apply(null,arguments)},ZO=b._emscripten_bind_MdDbMText_TextStyle_0=function(){return(ZO=b._emscripten_bind_MdDbMText_TextStyle_0=b.asm.emscripten_bind_MdDbMText_TextStyle_0).apply(null,
  859. arguments)},$O=b._emscripten_bind_MdDbMText_SetTextStyle_1=function(){return($O=b._emscripten_bind_MdDbMText_SetTextStyle_1=b.asm.emscripten_bind_MdDbMText_SetTextStyle_1).apply(null,arguments)},aP=b._emscripten_bind_MdDbMText_Highlight_1=function(){return(aP=b._emscripten_bind_MdDbMText_Highlight_1=b.asm.emscripten_bind_MdDbMText_Highlight_1).apply(null,arguments)},bP=b._emscripten_bind_MdDbMText_Move_2=function(){return(bP=b._emscripten_bind_MdDbMText_Move_2=b.asm.emscripten_bind_MdDbMText_Move_2).apply(null,
  860. arguments)},cP=b._emscripten_bind_MdDbMText_Rotate_2=function(){return(cP=b._emscripten_bind_MdDbMText_Rotate_2=b.asm.emscripten_bind_MdDbMText_Rotate_2).apply(null,arguments)},dP=b._emscripten_bind_MdDbMText_Mirror_2=function(){return(dP=b._emscripten_bind_MdDbMText_Mirror_2=b.asm.emscripten_bind_MdDbMText_Mirror_2).apply(null,arguments)},eP=b._emscripten_bind_MdDbMText_ScaleEntity_2=function(){return(eP=b._emscripten_bind_MdDbMText_ScaleEntity_2=b.asm.emscripten_bind_MdDbMText_ScaleEntity_2).apply(null,
  861. arguments)},fP=b._emscripten_bind_MdDbMText_TransformBy_1=function(){return(fP=b._emscripten_bind_MdDbMText_TransformBy_1=b.asm.emscripten_bind_MdDbMText_TransformBy_1).apply(null,arguments)},gP=b._emscripten_bind_MdDbMText_GetBoundingBox_0=function(){return(gP=b._emscripten_bind_MdDbMText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbMText_GetBoundingBox_0).apply(null,arguments)},hP=b._emscripten_bind_MdDbMText_GetXData_1=function(){return(hP=b._emscripten_bind_MdDbMText_GetXData_1=b.asm.emscripten_bind_MdDbMText_GetXData_1).apply(null,
  862. arguments)},iP=b._emscripten_bind_MdDbMText_SetXData_1=function(){return(iP=b._emscripten_bind_MdDbMText_SetXData_1=b.asm.emscripten_bind_MdDbMText_SetXData_1).apply(null,arguments)},jP=b._emscripten_bind_MdDbMText_GetxDataString_2=function(){return(jP=b._emscripten_bind_MdDbMText_GetxDataString_2=b.asm.emscripten_bind_MdDbMText_GetxDataString_2).apply(null,arguments)},kP=b._emscripten_bind_MdDbMText_SetxDataString_3=function(){return(kP=b._emscripten_bind_MdDbMText_SetxDataString_3=b.asm.emscripten_bind_MdDbMText_SetxDataString_3).apply(null,
  863. arguments)},lP=b._emscripten_bind_MdDbMText_GetxDataDouble_2=function(){return(lP=b._emscripten_bind_MdDbMText_GetxDataDouble_2=b.asm.emscripten_bind_MdDbMText_GetxDataDouble_2).apply(null,arguments)},mP=b._emscripten_bind_MdDbMText_SetxDataDouble_3=function(){return(mP=b._emscripten_bind_MdDbMText_SetxDataDouble_3=b.asm.emscripten_bind_MdDbMText_SetxDataDouble_3).apply(null,arguments)},nP=b._emscripten_bind_MdDbMText_GetxDataLong_2=function(){return(nP=b._emscripten_bind_MdDbMText_GetxDataLong_2=
  864. b.asm.emscripten_bind_MdDbMText_GetxDataLong_2).apply(null,arguments)},oP=b._emscripten_bind_MdDbMText_SetxDataLong_3=function(){return(oP=b._emscripten_bind_MdDbMText_SetxDataLong_3=b.asm.emscripten_bind_MdDbMText_SetxDataLong_3).apply(null,arguments)},pP=b._emscripten_bind_MdDbMText_GetxDataPoint_2=function(){return(pP=b._emscripten_bind_MdDbMText_GetxDataPoint_2=b.asm.emscripten_bind_MdDbMText_GetxDataPoint_2).apply(null,arguments)},qP=b._emscripten_bind_MdDbMText_SetxDataPoint_3=function(){return(qP=
  865. b._emscripten_bind_MdDbMText_SetxDataPoint_3=b.asm.emscripten_bind_MdDbMText_SetxDataPoint_3).apply(null,arguments)},rP=b._emscripten_bind_MdDbMText_DeleteXData_1=function(){return(rP=b._emscripten_bind_MdDbMText_DeleteXData_1=b.asm.emscripten_bind_MdDbMText_DeleteXData_1).apply(null,arguments)},sP=b._emscripten_bind_MdDbMText_GetAllAppName_0=function(){return(sP=b._emscripten_bind_MdDbMText_GetAllAppName_0=b.asm.emscripten_bind_MdDbMText_GetAllAppName_0).apply(null,arguments)},tP=b._emscripten_bind_MdDbMText_LayerId_0=
  866. function(){return(tP=b._emscripten_bind_MdDbMText_LayerId_0=b.asm.emscripten_bind_MdDbMText_LayerId_0).apply(null,arguments)},uP=b._emscripten_bind_MdDbMText_SetLayerId_1=function(){return(uP=b._emscripten_bind_MdDbMText_SetLayerId_1=b.asm.emscripten_bind_MdDbMText_SetLayerId_1).apply(null,arguments)},vP=b._emscripten_bind_MdDbMText_LinetypeId_0=function(){return(vP=b._emscripten_bind_MdDbMText_LinetypeId_0=b.asm.emscripten_bind_MdDbMText_LinetypeId_0).apply(null,arguments)},wP=b._emscripten_bind_MdDbMText_SetLinetypeId_1=
  867. function(){return(wP=b._emscripten_bind_MdDbMText_SetLinetypeId_1=b.asm.emscripten_bind_MdDbMText_SetLinetypeId_1).apply(null,arguments)},xP=b._emscripten_bind_MdDbMText_Linetype_0=function(){return(xP=b._emscripten_bind_MdDbMText_Linetype_0=b.asm.emscripten_bind_MdDbMText_Linetype_0).apply(null,arguments)},yP=b._emscripten_bind_MdDbMText_SetLinetype_1=function(){return(yP=b._emscripten_bind_MdDbMText_SetLinetype_1=b.asm.emscripten_bind_MdDbMText_SetLinetype_1).apply(null,arguments)},zP=b._emscripten_bind_MdDbMText_TextStyleId_0=
  868. function(){return(zP=b._emscripten_bind_MdDbMText_TextStyleId_0=b.asm.emscripten_bind_MdDbMText_TextStyleId_0).apply(null,arguments)},AP=b._emscripten_bind_MdDbMText_SetTextStyleId_1=function(){return(AP=b._emscripten_bind_MdDbMText_SetTextStyleId_1=b.asm.emscripten_bind_MdDbMText_SetTextStyleId_1).apply(null,arguments)},BP=b._emscripten_bind_MdDbMText_IntersectWith_2=function(){return(BP=b._emscripten_bind_MdDbMText_IntersectWith_2=b.asm.emscripten_bind_MdDbMText_IntersectWith_2).apply(null,arguments)},
  869. CP=b._emscripten_bind_MdDbMText_getArea_0=function(){return(CP=b._emscripten_bind_MdDbMText_getArea_0=b.asm.emscripten_bind_MdDbMText_getArea_0).apply(null,arguments)},DP=b._emscripten_bind_MdDbMText_disableUpdateDisplay_1=function(){return(DP=b._emscripten_bind_MdDbMText_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbMText_disableUpdateDisplay_1).apply(null,arguments)},EP=b._emscripten_bind_MdDbMText_isPropertiesWindowCustom_0=function(){return(EP=b._emscripten_bind_MdDbMText_isPropertiesWindowCustom_0=
  870. b.asm.emscripten_bind_MdDbMText_isPropertiesWindowCustom_0).apply(null,arguments)},FP=b._emscripten_bind_MdDbMText_setPropertiesWindowCustom_1=function(){return(FP=b._emscripten_bind_MdDbMText_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbMText_setPropertiesWindowCustom_1).apply(null,arguments)},GP=b._emscripten_bind_MdDbMText_updateDisplay_0=function(){return(GP=b._emscripten_bind_MdDbMText_updateDisplay_0=b.asm.emscripten_bind_MdDbMText_updateDisplay_0).apply(null,arguments)},HP=b._emscripten_bind_MdDbMText_DrawOrder_0=
  871. function(){return(HP=b._emscripten_bind_MdDbMText_DrawOrder_0=b.asm.emscripten_bind_MdDbMText_DrawOrder_0).apply(null,arguments)},IP=b._emscripten_bind_MdDbMText_SetDrawOrder_1=function(){return(IP=b._emscripten_bind_MdDbMText_SetDrawOrder_1=b.asm.emscripten_bind_MdDbMText_SetDrawOrder_1).apply(null,arguments)},JP=b._emscripten_bind_MdDbMText_GetObjectID_0=function(){return(JP=b._emscripten_bind_MdDbMText_GetObjectID_0=b.asm.emscripten_bind_MdDbMText_GetObjectID_0).apply(null,arguments)},KP=b._emscripten_bind_MdDbMText_Erase_0=
  872. function(){return(KP=b._emscripten_bind_MdDbMText_Erase_0=b.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,arguments)},LP=b._emscripten_bind_MdDbMText_isErased_0=function(){return(LP=b._emscripten_bind_MdDbMText_isErased_0=b.asm.emscripten_bind_MdDbMText_isErased_0).apply(null,arguments)},MP=b._emscripten_bind_MdDbMText_unErase_0=function(){return(MP=b._emscripten_bind_MdDbMText_unErase_0=b.asm.emscripten_bind_MdDbMText_unErase_0).apply(null,arguments)},NP=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=
  873. function(){return(NP=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,arguments)},OP=b._emscripten_bind_MdDbMText_GetExtensionDictionary_0=function(){return(OP=b._emscripten_bind_MdDbMText_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbMText_GetExtensionDictionary_0).apply(null,arguments)},PP=b._emscripten_bind_MdDbMText_CreateExtensionDictionary_0=function(){return(PP=b._emscripten_bind_MdDbMText_CreateExtensionDictionary_0=
  874. b.asm.emscripten_bind_MdDbMText_CreateExtensionDictionary_0).apply(null,arguments)},QP=b._emscripten_bind_MdDbMText_IsHaveExtensionDictionary_0=function(){return(QP=b._emscripten_bind_MdDbMText_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbMText_IsHaveExtensionDictionary_0).apply(null,arguments)},RP=b._emscripten_bind_MdDbMText_Clone_0=function(){return(RP=b._emscripten_bind_MdDbMText_Clone_0=b.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},SP=b._emscripten_bind_MdDbMText_GetHandle_0=
  875. function(){return(SP=b._emscripten_bind_MdDbMText_GetHandle_0=b.asm.emscripten_bind_MdDbMText_GetHandle_0).apply(null,arguments)},TP=b._emscripten_bind_MdDbMText_GetDatabase_0=function(){return(TP=b._emscripten_bind_MdDbMText_GetDatabase_0=b.asm.emscripten_bind_MdDbMText_GetDatabase_0).apply(null,arguments)},UP=b._emscripten_bind_MdDbMText_GetDatabaseIndexId_0=function(){return(UP=b._emscripten_bind_MdDbMText_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbMText_GetDatabaseIndexId_0).apply(null,arguments)},
  876. VP=b._emscripten_bind_MdDbMText_GetOwnerID_0=function(){return(VP=b._emscripten_bind_MdDbMText_GetOwnerID_0=b.asm.emscripten_bind_MdDbMText_GetOwnerID_0).apply(null,arguments)},WP=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(WP=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,arguments)},XP=b._emscripten_bind_MdDbMText_getGripPoints_0=function(){return(XP=b._emscripten_bind_MdDbMText_getGripPoints_0=b.asm.emscripten_bind_MdDbMText_getGripPoints_0).apply(null,
  877. arguments)},YP=b._emscripten_bind_MdDbMText_getObjectName_0=function(){return(YP=b._emscripten_bind_MdDbMText_getObjectName_0=b.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,arguments)},ZP=b._emscripten_bind_MdDbMText_getDxf0_0=function(){return(ZP=b._emscripten_bind_MdDbMText_getDxf0_0=b.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},$P=b._emscripten_bind_MdDbMText_getCustomEntityTypeName_0=function(){return($P=b._emscripten_bind_MdDbMText_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbMText_getCustomEntityTypeName_0).apply(null,
  878. arguments)},aQ=b._emscripten_bind_MdDbMText_getCustomEntityid_0=function(){return(aQ=b._emscripten_bind_MdDbMText_getCustomEntityid_0=b.asm.emscripten_bind_MdDbMText_getCustomEntityid_0).apply(null,arguments)},bQ=b._emscripten_bind_MdDbMText_getCustomEntityTempid_0=function(){return(bQ=b._emscripten_bind_MdDbMText_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbMText_getCustomEntityTempid_0).apply(null,arguments)},cQ=b._emscripten_bind_MdDbMText_setCustomEntityTempid_1=function(){return(cQ=b._emscripten_bind_MdDbMText_setCustomEntityTempid_1=
  879. b.asm.emscripten_bind_MdDbMText_setCustomEntityTempid_1).apply(null,arguments)},dQ=b._emscripten_bind_MdDbMText_getJson_0=function(){return(dQ=b._emscripten_bind_MdDbMText_getJson_0=b.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,arguments)},eQ=b._emscripten_bind_MdDbMText_setJson_1=function(){return(eQ=b._emscripten_bind_MdDbMText_setJson_1=b.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,arguments)},fQ=b._emscripten_bind_MdDbMText_isKindOf_1=function(){return(fQ=b._emscripten_bind_MdDbMText_isKindOf_1=
  880. b.asm.emscripten_bind_MdDbMText_isKindOf_1).apply(null,arguments)},gQ=b._emscripten_bind_MdDbMText_isNull_0=function(){return(gQ=b._emscripten_bind_MdDbMText_isNull_0=b.asm.emscripten_bind_MdDbMText_isNull_0).apply(null,arguments)},hQ=b._emscripten_bind_MdDbMText___destroy___0=function(){return(hQ=b._emscripten_bind_MdDbMText___destroy___0=b.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},iQ=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=function(){return(iQ=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=
  881. b.asm.emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0).apply(null,arguments)},jQ=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=function(){return(jQ=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=b.asm.emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1).apply(null,arguments)},kQ=b._emscripten_bind_MdDbBlockTableRecord_getAllEntityId_1=function(){return(kQ=b._emscripten_bind_MdDbBlockTableRecord_getAllEntityId_1=b.asm.emscripten_bind_MdDbBlockTableRecord_getAllEntityId_1).apply(null,
  882. arguments)},lQ=b._emscripten_bind_MdDbBlockTableRecord_origin_0=function(){return(lQ=b._emscripten_bind_MdDbBlockTableRecord_origin_0=b.asm.emscripten_bind_MdDbBlockTableRecord_origin_0).apply(null,arguments)},mQ=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=function(){return(mQ=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setOrigin_1).apply(null,arguments)},nQ=b._emscripten_bind_MdDbBlockTableRecord_getBoundingBox_0=function(){return(nQ=b._emscripten_bind_MdDbBlockTableRecord_getBoundingBox_0=
  883. b.asm.emscripten_bind_MdDbBlockTableRecord_getBoundingBox_0).apply(null,arguments)},oQ=b._emscripten_bind_MdDbBlockTableRecord_invalidBoundingBoxBuffer_0=function(){return(oQ=b._emscripten_bind_MdDbBlockTableRecord_invalidBoundingBoxBuffer_0=b.asm.emscripten_bind_MdDbBlockTableRecord_invalidBoundingBoxBuffer_0).apply(null,arguments)},pQ=b._emscripten_bind_MdDbBlockTableRecord_getName_0=function(){return(pQ=b._emscripten_bind_MdDbBlockTableRecord_getName_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getName_0).apply(null,
  884. arguments)},qQ=b._emscripten_bind_MdDbBlockTableRecord_setName_1=function(){return(qQ=b._emscripten_bind_MdDbBlockTableRecord_setName_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setName_1).apply(null,arguments)},rQ=b._emscripten_bind_MdDbBlockTableRecord_getMinMaxDrawOrder_0=function(){return(rQ=b._emscripten_bind_MdDbBlockTableRecord_getMinMaxDrawOrder_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getMinMaxDrawOrder_0).apply(null,arguments)},sQ=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=
  885. function(){return(sQ=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetObjectID_0).apply(null,arguments)},tQ=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=function(){return(tQ=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_Erase_0).apply(null,arguments)},uQ=b._emscripten_bind_MdDbBlockTableRecord_isErased_0=function(){return(uQ=b._emscripten_bind_MdDbBlockTableRecord_isErased_0=b.asm.emscripten_bind_MdDbBlockTableRecord_isErased_0).apply(null,
  886. arguments)},vQ=b._emscripten_bind_MdDbBlockTableRecord_unErase_0=function(){return(vQ=b._emscripten_bind_MdDbBlockTableRecord_unErase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_unErase_0).apply(null,arguments)},wQ=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=function(){return(wQ=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1).apply(null,arguments)},xQ=b._emscripten_bind_MdDbBlockTableRecord_GetExtensionDictionary_0=
  887. function(){return(xQ=b._emscripten_bind_MdDbBlockTableRecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetExtensionDictionary_0).apply(null,arguments)},yQ=b._emscripten_bind_MdDbBlockTableRecord_CreateExtensionDictionary_0=function(){return(yQ=b._emscripten_bind_MdDbBlockTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},zQ=b._emscripten_bind_MdDbBlockTableRecord_IsHaveExtensionDictionary_0=
  888. function(){return(zQ=b._emscripten_bind_MdDbBlockTableRecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},AQ=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=function(){return(AQ=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=b.asm.emscripten_bind_MdDbBlockTableRecord_Clone_0).apply(null,arguments)},BQ=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=function(){return(BQ=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=
  889. b.asm.emscripten_bind_MdDbBlockTableRecord_GetHandle_0).apply(null,arguments)},CQ=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=function(){return(CQ=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetDatabase_0).apply(null,arguments)},DQ=b._emscripten_bind_MdDbBlockTableRecord_GetDatabaseIndexId_0=function(){return(DQ=b._emscripten_bind_MdDbBlockTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetDatabaseIndexId_0).apply(null,
  890. arguments)},EQ=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=function(){return(EQ=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0).apply(null,arguments)},FQ=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=function(){return(FQ=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4).apply(null,arguments)},GQ=b._emscripten_bind_MdDbBlockTableRecord_getGripPoints_0=
  891. function(){return(GQ=b._emscripten_bind_MdDbBlockTableRecord_getGripPoints_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getGripPoints_0).apply(null,arguments)},HQ=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=function(){return(HQ=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getObjectName_0).apply(null,arguments)},IQ=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=function(){return(IQ=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=
  892. b.asm.emscripten_bind_MdDbBlockTableRecord_getDxf0_0).apply(null,arguments)},JQ=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTypeName_0=function(){return(JQ=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getCustomEntityTypeName_0).apply(null,arguments)},KQ=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityid_0=function(){return(KQ=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getCustomEntityid_0).apply(null,
  893. arguments)},LQ=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTempid_0=function(){return(LQ=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getCustomEntityTempid_0).apply(null,arguments)},MQ=b._emscripten_bind_MdDbBlockTableRecord_setCustomEntityTempid_1=function(){return(MQ=b._emscripten_bind_MdDbBlockTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setCustomEntityTempid_1).apply(null,arguments)},NQ=
  894. b._emscripten_bind_MdDbBlockTableRecord_getJson_0=function(){return(NQ=b._emscripten_bind_MdDbBlockTableRecord_getJson_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getJson_0).apply(null,arguments)},OQ=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=function(){return(OQ=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setJson_1).apply(null,arguments)},PQ=b._emscripten_bind_MdDbBlockTableRecord_isKindOf_1=function(){return(PQ=b._emscripten_bind_MdDbBlockTableRecord_isKindOf_1=
  895. b.asm.emscripten_bind_MdDbBlockTableRecord_isKindOf_1).apply(null,arguments)},QQ=b._emscripten_bind_MdDbBlockTableRecord_isNull_0=function(){return(QQ=b._emscripten_bind_MdDbBlockTableRecord_isNull_0=b.asm.emscripten_bind_MdDbBlockTableRecord_isNull_0).apply(null,arguments)},RQ=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=function(){return(RQ=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=b.asm.emscripten_bind_MdDbBlockTableRecord___destroy___0).apply(null,arguments)},SQ=b._emscripten_bind_MdDbBlockTable_getAllRecordId_1=
  896. function(){return(SQ=b._emscripten_bind_MdDbBlockTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbBlockTable_getAllRecordId_1).apply(null,arguments)},TQ=b._emscripten_bind_MdDbBlockTable_add_1=function(){return(TQ=b._emscripten_bind_MdDbBlockTable_add_1=b.asm.emscripten_bind_MdDbBlockTable_add_1).apply(null,arguments)},UQ=b._emscripten_bind_MdDbBlockTable_get_2=function(){return(UQ=b._emscripten_bind_MdDbBlockTable_get_2=b.asm.emscripten_bind_MdDbBlockTable_get_2).apply(null,arguments)},VQ=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=
  897. function(){return(VQ=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTable_GetObjectID_0).apply(null,arguments)},WQ=b._emscripten_bind_MdDbBlockTable_Erase_0=function(){return(WQ=b._emscripten_bind_MdDbBlockTable_Erase_0=b.asm.emscripten_bind_MdDbBlockTable_Erase_0).apply(null,arguments)},XQ=b._emscripten_bind_MdDbBlockTable_isErased_0=function(){return(XQ=b._emscripten_bind_MdDbBlockTable_isErased_0=b.asm.emscripten_bind_MdDbBlockTable_isErased_0).apply(null,arguments)},
  898. YQ=b._emscripten_bind_MdDbBlockTable_unErase_0=function(){return(YQ=b._emscripten_bind_MdDbBlockTable_unErase_0=b.asm.emscripten_bind_MdDbBlockTable_unErase_0).apply(null,arguments)},ZQ=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=function(){return(ZQ=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTable_ConnectionTempObject_1).apply(null,arguments)},$Q=b._emscripten_bind_MdDbBlockTable_GetExtensionDictionary_0=function(){return($Q=b._emscripten_bind_MdDbBlockTable_GetExtensionDictionary_0=
  899. b.asm.emscripten_bind_MdDbBlockTable_GetExtensionDictionary_0).apply(null,arguments)},aR=b._emscripten_bind_MdDbBlockTable_CreateExtensionDictionary_0=function(){return(aR=b._emscripten_bind_MdDbBlockTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTable_CreateExtensionDictionary_0).apply(null,arguments)},bR=b._emscripten_bind_MdDbBlockTable_IsHaveExtensionDictionary_0=function(){return(bR=b._emscripten_bind_MdDbBlockTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTable_IsHaveExtensionDictionary_0).apply(null,
  900. arguments)},cR=b._emscripten_bind_MdDbBlockTable_Clone_0=function(){return(cR=b._emscripten_bind_MdDbBlockTable_Clone_0=b.asm.emscripten_bind_MdDbBlockTable_Clone_0).apply(null,arguments)},dR=b._emscripten_bind_MdDbBlockTable_GetHandle_0=function(){return(dR=b._emscripten_bind_MdDbBlockTable_GetHandle_0=b.asm.emscripten_bind_MdDbBlockTable_GetHandle_0).apply(null,arguments)},eR=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=function(){return(eR=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTable_GetDatabase_0).apply(null,
  901. arguments)},fR=b._emscripten_bind_MdDbBlockTable_GetDatabaseIndexId_0=function(){return(fR=b._emscripten_bind_MdDbBlockTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbBlockTable_GetDatabaseIndexId_0).apply(null,arguments)},gR=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=function(){return(gR=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockTable_GetOwnerID_0).apply(null,arguments)},hR=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=function(){return(hR=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=
  902. b.asm.emscripten_bind_MdDbBlockTable_moveGripPointsAt_4).apply(null,arguments)},iR=b._emscripten_bind_MdDbBlockTable_getGripPoints_0=function(){return(iR=b._emscripten_bind_MdDbBlockTable_getGripPoints_0=b.asm.emscripten_bind_MdDbBlockTable_getGripPoints_0).apply(null,arguments)},jR=b._emscripten_bind_MdDbBlockTable_getObjectName_0=function(){return(jR=b._emscripten_bind_MdDbBlockTable_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTable_getObjectName_0).apply(null,arguments)},kR=b._emscripten_bind_MdDbBlockTable_getDxf0_0=
  903. function(){return(kR=b._emscripten_bind_MdDbBlockTable_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTable_getDxf0_0).apply(null,arguments)},lR=b._emscripten_bind_MdDbBlockTable_getCustomEntityTypeName_0=function(){return(lR=b._emscripten_bind_MdDbBlockTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbBlockTable_getCustomEntityTypeName_0).apply(null,arguments)},mR=b._emscripten_bind_MdDbBlockTable_getCustomEntityid_0=function(){return(mR=b._emscripten_bind_MdDbBlockTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbBlockTable_getCustomEntityid_0).apply(null,
  904. arguments)},nR=b._emscripten_bind_MdDbBlockTable_getCustomEntityTempid_0=function(){return(nR=b._emscripten_bind_MdDbBlockTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbBlockTable_getCustomEntityTempid_0).apply(null,arguments)},oR=b._emscripten_bind_MdDbBlockTable_setCustomEntityTempid_1=function(){return(oR=b._emscripten_bind_MdDbBlockTable_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbBlockTable_setCustomEntityTempid_1).apply(null,arguments)},pR=b._emscripten_bind_MdDbBlockTable_getJson_0=
  905. function(){return(pR=b._emscripten_bind_MdDbBlockTable_getJson_0=b.asm.emscripten_bind_MdDbBlockTable_getJson_0).apply(null,arguments)},qR=b._emscripten_bind_MdDbBlockTable_setJson_1=function(){return(qR=b._emscripten_bind_MdDbBlockTable_setJson_1=b.asm.emscripten_bind_MdDbBlockTable_setJson_1).apply(null,arguments)},rR=b._emscripten_bind_MdDbBlockTable_isKindOf_1=function(){return(rR=b._emscripten_bind_MdDbBlockTable_isKindOf_1=b.asm.emscripten_bind_MdDbBlockTable_isKindOf_1).apply(null,arguments)},
  906. sR=b._emscripten_bind_MdDbBlockTable_isNull_0=function(){return(sR=b._emscripten_bind_MdDbBlockTable_isNull_0=b.asm.emscripten_bind_MdDbBlockTable_isNull_0).apply(null,arguments)},tR=b._emscripten_bind_MdDbBlockTable___destroy___0=function(){return(tR=b._emscripten_bind_MdDbBlockTable___destroy___0=b.asm.emscripten_bind_MdDbBlockTable___destroy___0).apply(null,arguments)},uR=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=function(){return(uR=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=b.asm.emscripten_bind_McDrawSelSet_McDrawSelSet_0).apply(null,
  907. arguments)},vR=b._emscripten_bind_McDrawSelSet_allSelect_1=function(){return(vR=b._emscripten_bind_McDrawSelSet_allSelect_1=b.asm.emscripten_bind_McDrawSelSet_allSelect_1).apply(null,arguments)},wR=b._emscripten_bind_McDrawSelSet_pointSelect_4=function(){return(wR=b._emscripten_bind_McDrawSelSet_pointSelect_4=b.asm.emscripten_bind_McDrawSelSet_pointSelect_4).apply(null,arguments)},xR=b._emscripten_bind_McDrawSelSet_crossingSelect_5=function(){return(xR=b._emscripten_bind_McDrawSelSet_crossingSelect_5=
  908. b.asm.emscripten_bind_McDrawSelSet_crossingSelect_5).apply(null,arguments)},yR=b._emscripten_bind_McDrawSelSet_userSelect_6=function(){return(yR=b._emscripten_bind_McDrawSelSet_userSelect_6=b.asm.emscripten_bind_McDrawSelSet_userSelect_6).apply(null,arguments)},zR=b._emscripten_bind_McDrawSelSet_userPointSelect_4=function(){return(zR=b._emscripten_bind_McDrawSelSet_userPointSelect_4=b.asm.emscripten_bind_McDrawSelSet_userPointSelect_4).apply(null,arguments)},AR=b._emscripten_bind_McDrawSelSet_getFilterEntity_2=
  909. function(){return(AR=b._emscripten_bind_McDrawSelSet_getFilterEntity_2=b.asm.emscripten_bind_McDrawSelSet_getFilterEntity_2).apply(null,arguments)},BR=b._emscripten_bind_McDrawSelSet_highlightEntity_1=function(){return(BR=b._emscripten_bind_McDrawSelSet_highlightEntity_1=b.asm.emscripten_bind_McDrawSelSet_highlightEntity_1).apply(null,arguments)},CR=b._emscripten_bind_McDrawSelSet_count_0=function(){return(CR=b._emscripten_bind_McDrawSelSet_count_0=b.asm.emscripten_bind_McDrawSelSet_count_0).apply(null,
  910. arguments)},DR=b._emscripten_bind_McDrawSelSet_item_1=function(){return(DR=b._emscripten_bind_McDrawSelSet_item_1=b.asm.emscripten_bind_McDrawSelSet_item_1).apply(null,arguments)},ER=b._emscripten_bind_McDrawSelSet_getObjectName_0=function(){return(ER=b._emscripten_bind_McDrawSelSet_getObjectName_0=b.asm.emscripten_bind_McDrawSelSet_getObjectName_0).apply(null,arguments)},FR=b._emscripten_bind_McDrawSelSet_getDxf0_0=function(){return(FR=b._emscripten_bind_McDrawSelSet_getDxf0_0=b.asm.emscripten_bind_McDrawSelSet_getDxf0_0).apply(null,
  911. arguments)},GR=b._emscripten_bind_McDrawSelSet_getCustomEntityTypeName_0=function(){return(GR=b._emscripten_bind_McDrawSelSet_getCustomEntityTypeName_0=b.asm.emscripten_bind_McDrawSelSet_getCustomEntityTypeName_0).apply(null,arguments)},HR=b._emscripten_bind_McDrawSelSet_getCustomEntityid_0=function(){return(HR=b._emscripten_bind_McDrawSelSet_getCustomEntityid_0=b.asm.emscripten_bind_McDrawSelSet_getCustomEntityid_0).apply(null,arguments)},IR=b._emscripten_bind_McDrawSelSet_getCustomEntityTempid_0=
  912. function(){return(IR=b._emscripten_bind_McDrawSelSet_getCustomEntityTempid_0=b.asm.emscripten_bind_McDrawSelSet_getCustomEntityTempid_0).apply(null,arguments)},JR=b._emscripten_bind_McDrawSelSet_setCustomEntityTempid_1=function(){return(JR=b._emscripten_bind_McDrawSelSet_setCustomEntityTempid_1=b.asm.emscripten_bind_McDrawSelSet_setCustomEntityTempid_1).apply(null,arguments)},KR=b._emscripten_bind_McDrawSelSet_getJson_0=function(){return(KR=b._emscripten_bind_McDrawSelSet_getJson_0=b.asm.emscripten_bind_McDrawSelSet_getJson_0).apply(null,
  913. arguments)},LR=b._emscripten_bind_McDrawSelSet_setJson_1=function(){return(LR=b._emscripten_bind_McDrawSelSet_setJson_1=b.asm.emscripten_bind_McDrawSelSet_setJson_1).apply(null,arguments)},MR=b._emscripten_bind_McDrawSelSet_isKindOf_1=function(){return(MR=b._emscripten_bind_McDrawSelSet_isKindOf_1=b.asm.emscripten_bind_McDrawSelSet_isKindOf_1).apply(null,arguments)},NR=b._emscripten_bind_McDrawSelSet_isNull_0=function(){return(NR=b._emscripten_bind_McDrawSelSet_isNull_0=b.asm.emscripten_bind_McDrawSelSet_isNull_0).apply(null,
  914. arguments)},OR=b._emscripten_bind_McDrawSelSet___destroy___0=function(){return(OR=b._emscripten_bind_McDrawSelSet___destroy___0=b.asm.emscripten_bind_McDrawSelSet___destroy___0).apply(null,arguments)},PR=b._emscripten_bind_MdDbEllipse_MdDbEllipse_0=function(){return(PR=b._emscripten_bind_MdDbEllipse_MdDbEllipse_0=b.asm.emscripten_bind_MdDbEllipse_MdDbEllipse_0).apply(null,arguments)},QR=b._emscripten_bind_MdDbEllipse_center_0=function(){return(QR=b._emscripten_bind_MdDbEllipse_center_0=b.asm.emscripten_bind_MdDbEllipse_center_0).apply(null,
  915. arguments)},RR=b._emscripten_bind_MdDbEllipse_setCenter_1=function(){return(RR=b._emscripten_bind_MdDbEllipse_setCenter_1=b.asm.emscripten_bind_MdDbEllipse_setCenter_1).apply(null,arguments)},SR=b._emscripten_bind_MdDbEllipse_majorAxis_0=function(){return(SR=b._emscripten_bind_MdDbEllipse_majorAxis_0=b.asm.emscripten_bind_MdDbEllipse_majorAxis_0).apply(null,arguments)},TR=b._emscripten_bind_MdDbEllipse_minorAxis_0=function(){return(TR=b._emscripten_bind_MdDbEllipse_minorAxis_0=b.asm.emscripten_bind_MdDbEllipse_minorAxis_0).apply(null,
  916. arguments)},UR=b._emscripten_bind_MdDbEllipse_setMajorAxis_1=function(){return(UR=b._emscripten_bind_MdDbEllipse_setMajorAxis_1=b.asm.emscripten_bind_MdDbEllipse_setMajorAxis_1).apply(null,arguments)},VR=b._emscripten_bind_MdDbEllipse_setMinorAxis_1=function(){return(VR=b._emscripten_bind_MdDbEllipse_setMinorAxis_1=b.asm.emscripten_bind_MdDbEllipse_setMinorAxis_1).apply(null,arguments)},WR=b._emscripten_bind_MdDbEllipse_radiusRatio_0=function(){return(WR=b._emscripten_bind_MdDbEllipse_radiusRatio_0=
  917. b.asm.emscripten_bind_MdDbEllipse_radiusRatio_0).apply(null,arguments)},YR=b._emscripten_bind_MdDbEllipse_setRadiusRatio_1=function(){return(YR=b._emscripten_bind_MdDbEllipse_setRadiusRatio_1=b.asm.emscripten_bind_MdDbEllipse_setRadiusRatio_1).apply(null,arguments)},ZR=b._emscripten_bind_MdDbEllipse_startAngle_0=function(){return(ZR=b._emscripten_bind_MdDbEllipse_startAngle_0=b.asm.emscripten_bind_MdDbEllipse_startAngle_0).apply(null,arguments)},$R=b._emscripten_bind_MdDbEllipse_setStartAngle_1=function(){return($R=
  918. b._emscripten_bind_MdDbEllipse_setStartAngle_1=b.asm.emscripten_bind_MdDbEllipse_setStartAngle_1).apply(null,arguments)},aS=b._emscripten_bind_MdDbEllipse_endAngle_0=function(){return(aS=b._emscripten_bind_MdDbEllipse_endAngle_0=b.asm.emscripten_bind_MdDbEllipse_endAngle_0).apply(null,arguments)},bS=b._emscripten_bind_MdDbEllipse_setEndAngle_1=function(){return(bS=b._emscripten_bind_MdDbEllipse_setEndAngle_1=b.asm.emscripten_bind_MdDbEllipse_setEndAngle_1).apply(null,arguments)},cS=b._emscripten_bind_MdDbEllipse_InitData_5=
  919. function(){return(cS=b._emscripten_bind_MdDbEllipse_InitData_5=b.asm.emscripten_bind_MdDbEllipse_InitData_5).apply(null,arguments)},dS=b._emscripten_bind_MdDbEllipse_getStartParam_0=function(){return(dS=b._emscripten_bind_MdDbEllipse_getStartParam_0=b.asm.emscripten_bind_MdDbEllipse_getStartParam_0).apply(null,arguments)},eS=b._emscripten_bind_MdDbEllipse_getEndParam_0=function(){return(eS=b._emscripten_bind_MdDbEllipse_getEndParam_0=b.asm.emscripten_bind_MdDbEllipse_getEndParam_0).apply(null,arguments)},
  920. fS=b._emscripten_bind_MdDbEllipse_getDistAtParam_1=function(){return(fS=b._emscripten_bind_MdDbEllipse_getDistAtParam_1=b.asm.emscripten_bind_MdDbEllipse_getDistAtParam_1).apply(null,arguments)},gS=b._emscripten_bind_MdDbEllipse_getParamAtDist_1=function(){return(gS=b._emscripten_bind_MdDbEllipse_getParamAtDist_1=b.asm.emscripten_bind_MdDbEllipse_getParamAtDist_1).apply(null,arguments)},hS=b._emscripten_bind_MdDbEllipse_getDistAtPoint_1=function(){return(hS=b._emscripten_bind_MdDbEllipse_getDistAtPoint_1=
  921. b.asm.emscripten_bind_MdDbEllipse_getDistAtPoint_1).apply(null,arguments)},iS=b._emscripten_bind_MdDbEllipse_getPointAtDist_1=function(){return(iS=b._emscripten_bind_MdDbEllipse_getPointAtDist_1=b.asm.emscripten_bind_MdDbEllipse_getPointAtDist_1).apply(null,arguments)},jS=b._emscripten_bind_MdDbEllipse_getStartPoint_0=function(){return(jS=b._emscripten_bind_MdDbEllipse_getStartPoint_0=b.asm.emscripten_bind_MdDbEllipse_getStartPoint_0).apply(null,arguments)},kS=b._emscripten_bind_MdDbEllipse_getEndPoint_0=
  922. function(){return(kS=b._emscripten_bind_MdDbEllipse_getEndPoint_0=b.asm.emscripten_bind_MdDbEllipse_getEndPoint_0).apply(null,arguments)},lS=b._emscripten_bind_MdDbEllipse_getPointAtParam_1=function(){return(lS=b._emscripten_bind_MdDbEllipse_getPointAtParam_1=b.asm.emscripten_bind_MdDbEllipse_getPointAtParam_1).apply(null,arguments)},mS=b._emscripten_bind_MdDbEllipse_getParamAtPoint_1=function(){return(mS=b._emscripten_bind_MdDbEllipse_getParamAtPoint_1=b.asm.emscripten_bind_MdDbEllipse_getParamAtPoint_1).apply(null,
  923. arguments)},nS=b._emscripten_bind_MdDbEllipse_getFirstDeriv_1=function(){return(nS=b._emscripten_bind_MdDbEllipse_getFirstDeriv_1=b.asm.emscripten_bind_MdDbEllipse_getFirstDeriv_1).apply(null,arguments)},oS=b._emscripten_bind_MdDbEllipse_getFirstDerivEx_1=function(){return(oS=b._emscripten_bind_MdDbEllipse_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbEllipse_getFirstDerivEx_1).apply(null,arguments)},pS=b._emscripten_bind_MdDbEllipse_getClosestPointTo_2=function(){return(pS=b._emscripten_bind_MdDbEllipse_getClosestPointTo_2=
  924. b.asm.emscripten_bind_MdDbEllipse_getClosestPointTo_2).apply(null,arguments)},qS=b._emscripten_bind_MdDbEllipse_offsetCurves_2=function(){return(qS=b._emscripten_bind_MdDbEllipse_offsetCurves_2=b.asm.emscripten_bind_MdDbEllipse_offsetCurves_2).apply(null,arguments)},rS=b._emscripten_bind_MdDbEllipse_splitCurves_1=function(){return(rS=b._emscripten_bind_MdDbEllipse_splitCurves_1=b.asm.emscripten_bind_MdDbEllipse_splitCurves_1).apply(null,arguments)},sS=b._emscripten_bind_MdDbEllipse_getSamplePoints_1=
  925. function(){return(sS=b._emscripten_bind_MdDbEllipse_getSamplePoints_1=b.asm.emscripten_bind_MdDbEllipse_getSamplePoints_1).apply(null,arguments)},tS=b._emscripten_bind_MdDbEllipse_getLength_0=function(){return(tS=b._emscripten_bind_MdDbEllipse_getLength_0=b.asm.emscripten_bind_MdDbEllipse_getLength_0).apply(null,arguments)},uS=b._emscripten_bind_MdDbEllipse_explode_0=function(){return(uS=b._emscripten_bind_MdDbEllipse_explode_0=b.asm.emscripten_bind_MdDbEllipse_explode_0).apply(null,arguments)},vS=
  926. b._emscripten_bind_MdDbEllipse_TrueColor_0=function(){return(vS=b._emscripten_bind_MdDbEllipse_TrueColor_0=b.asm.emscripten_bind_MdDbEllipse_TrueColor_0).apply(null,arguments)},wS=b._emscripten_bind_MdDbEllipse_SetTrueColor_1=function(){return(wS=b._emscripten_bind_MdDbEllipse_SetTrueColor_1=b.asm.emscripten_bind_MdDbEllipse_SetTrueColor_1).apply(null,arguments)},xS=b._emscripten_bind_MdDbEllipse_ColorIndex_0=function(){return(xS=b._emscripten_bind_MdDbEllipse_ColorIndex_0=b.asm.emscripten_bind_MdDbEllipse_ColorIndex_0).apply(null,
  927. arguments)},yS=b._emscripten_bind_MdDbEllipse_SetColorIndex_1=function(){return(yS=b._emscripten_bind_MdDbEllipse_SetColorIndex_1=b.asm.emscripten_bind_MdDbEllipse_SetColorIndex_1).apply(null,arguments)},zS=b._emscripten_bind_MdDbEllipse_Layer_0=function(){return(zS=b._emscripten_bind_MdDbEllipse_Layer_0=b.asm.emscripten_bind_MdDbEllipse_Layer_0).apply(null,arguments)},AS=b._emscripten_bind_MdDbEllipse_SetLayer_1=function(){return(AS=b._emscripten_bind_MdDbEllipse_SetLayer_1=b.asm.emscripten_bind_MdDbEllipse_SetLayer_1).apply(null,
  928. arguments)},BS=b._emscripten_bind_MdDbEllipse_LinetypeScale_0=function(){return(BS=b._emscripten_bind_MdDbEllipse_LinetypeScale_0=b.asm.emscripten_bind_MdDbEllipse_LinetypeScale_0).apply(null,arguments)},CS=b._emscripten_bind_MdDbEllipse_SetLinetypeScale_1=function(){return(CS=b._emscripten_bind_MdDbEllipse_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbEllipse_SetLinetypeScale_1).apply(null,arguments)},DS=b._emscripten_bind_MdDbEllipse_Visible_0=function(){return(DS=b._emscripten_bind_MdDbEllipse_Visible_0=
  929. b.asm.emscripten_bind_MdDbEllipse_Visible_0).apply(null,arguments)},ES=b._emscripten_bind_MdDbEllipse_SetVisible_1=function(){return(ES=b._emscripten_bind_MdDbEllipse_SetVisible_1=b.asm.emscripten_bind_MdDbEllipse_SetVisible_1).apply(null,arguments)},FS=b._emscripten_bind_MdDbEllipse_Lineweight_0=function(){return(FS=b._emscripten_bind_MdDbEllipse_Lineweight_0=b.asm.emscripten_bind_MdDbEllipse_Lineweight_0).apply(null,arguments)},GS=b._emscripten_bind_MdDbEllipse_SetLineweight_1=function(){return(GS=
  930. b._emscripten_bind_MdDbEllipse_SetLineweight_1=b.asm.emscripten_bind_MdDbEllipse_SetLineweight_1).apply(null,arguments)},HS=b._emscripten_bind_MdDbEllipse_TextStyle_0=function(){return(HS=b._emscripten_bind_MdDbEllipse_TextStyle_0=b.asm.emscripten_bind_MdDbEllipse_TextStyle_0).apply(null,arguments)},IS=b._emscripten_bind_MdDbEllipse_SetTextStyle_1=function(){return(IS=b._emscripten_bind_MdDbEllipse_SetTextStyle_1=b.asm.emscripten_bind_MdDbEllipse_SetTextStyle_1).apply(null,arguments)},JS=b._emscripten_bind_MdDbEllipse_Highlight_1=
  931. function(){return(JS=b._emscripten_bind_MdDbEllipse_Highlight_1=b.asm.emscripten_bind_MdDbEllipse_Highlight_1).apply(null,arguments)},KS=b._emscripten_bind_MdDbEllipse_Move_2=function(){return(KS=b._emscripten_bind_MdDbEllipse_Move_2=b.asm.emscripten_bind_MdDbEllipse_Move_2).apply(null,arguments)},LS=b._emscripten_bind_MdDbEllipse_Rotate_2=function(){return(LS=b._emscripten_bind_MdDbEllipse_Rotate_2=b.asm.emscripten_bind_MdDbEllipse_Rotate_2).apply(null,arguments)},MS=b._emscripten_bind_MdDbEllipse_Mirror_2=
  932. function(){return(MS=b._emscripten_bind_MdDbEllipse_Mirror_2=b.asm.emscripten_bind_MdDbEllipse_Mirror_2).apply(null,arguments)},NS=b._emscripten_bind_MdDbEllipse_ScaleEntity_2=function(){return(NS=b._emscripten_bind_MdDbEllipse_ScaleEntity_2=b.asm.emscripten_bind_MdDbEllipse_ScaleEntity_2).apply(null,arguments)},OS=b._emscripten_bind_MdDbEllipse_TransformBy_1=function(){return(OS=b._emscripten_bind_MdDbEllipse_TransformBy_1=b.asm.emscripten_bind_MdDbEllipse_TransformBy_1).apply(null,arguments)},PS=
  933. b._emscripten_bind_MdDbEllipse_GetBoundingBox_0=function(){return(PS=b._emscripten_bind_MdDbEllipse_GetBoundingBox_0=b.asm.emscripten_bind_MdDbEllipse_GetBoundingBox_0).apply(null,arguments)},QS=b._emscripten_bind_MdDbEllipse_GetXData_1=function(){return(QS=b._emscripten_bind_MdDbEllipse_GetXData_1=b.asm.emscripten_bind_MdDbEllipse_GetXData_1).apply(null,arguments)},RS=b._emscripten_bind_MdDbEllipse_SetXData_1=function(){return(RS=b._emscripten_bind_MdDbEllipse_SetXData_1=b.asm.emscripten_bind_MdDbEllipse_SetXData_1).apply(null,
  934. arguments)},SS=b._emscripten_bind_MdDbEllipse_GetxDataString_2=function(){return(SS=b._emscripten_bind_MdDbEllipse_GetxDataString_2=b.asm.emscripten_bind_MdDbEllipse_GetxDataString_2).apply(null,arguments)},TS=b._emscripten_bind_MdDbEllipse_SetxDataString_3=function(){return(TS=b._emscripten_bind_MdDbEllipse_SetxDataString_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataString_3).apply(null,arguments)},US=b._emscripten_bind_MdDbEllipse_GetxDataDouble_2=function(){return(US=b._emscripten_bind_MdDbEllipse_GetxDataDouble_2=
  935. b.asm.emscripten_bind_MdDbEllipse_GetxDataDouble_2).apply(null,arguments)},VS=b._emscripten_bind_MdDbEllipse_SetxDataDouble_3=function(){return(VS=b._emscripten_bind_MdDbEllipse_SetxDataDouble_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataDouble_3).apply(null,arguments)},WS=b._emscripten_bind_MdDbEllipse_GetxDataLong_2=function(){return(WS=b._emscripten_bind_MdDbEllipse_GetxDataLong_2=b.asm.emscripten_bind_MdDbEllipse_GetxDataLong_2).apply(null,arguments)},XS=b._emscripten_bind_MdDbEllipse_SetxDataLong_3=
  936. function(){return(XS=b._emscripten_bind_MdDbEllipse_SetxDataLong_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataLong_3).apply(null,arguments)},YS=b._emscripten_bind_MdDbEllipse_GetxDataPoint_2=function(){return(YS=b._emscripten_bind_MdDbEllipse_GetxDataPoint_2=b.asm.emscripten_bind_MdDbEllipse_GetxDataPoint_2).apply(null,arguments)},ZS=b._emscripten_bind_MdDbEllipse_SetxDataPoint_3=function(){return(ZS=b._emscripten_bind_MdDbEllipse_SetxDataPoint_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataPoint_3).apply(null,
  937. arguments)},$S=b._emscripten_bind_MdDbEllipse_DeleteXData_1=function(){return($S=b._emscripten_bind_MdDbEllipse_DeleteXData_1=b.asm.emscripten_bind_MdDbEllipse_DeleteXData_1).apply(null,arguments)},aT=b._emscripten_bind_MdDbEllipse_GetAllAppName_0=function(){return(aT=b._emscripten_bind_MdDbEllipse_GetAllAppName_0=b.asm.emscripten_bind_MdDbEllipse_GetAllAppName_0).apply(null,arguments)},bT=b._emscripten_bind_MdDbEllipse_LayerId_0=function(){return(bT=b._emscripten_bind_MdDbEllipse_LayerId_0=b.asm.emscripten_bind_MdDbEllipse_LayerId_0).apply(null,
  938. arguments)},cT=b._emscripten_bind_MdDbEllipse_SetLayerId_1=function(){return(cT=b._emscripten_bind_MdDbEllipse_SetLayerId_1=b.asm.emscripten_bind_MdDbEllipse_SetLayerId_1).apply(null,arguments)},dT=b._emscripten_bind_MdDbEllipse_LinetypeId_0=function(){return(dT=b._emscripten_bind_MdDbEllipse_LinetypeId_0=b.asm.emscripten_bind_MdDbEllipse_LinetypeId_0).apply(null,arguments)},eT=b._emscripten_bind_MdDbEllipse_SetLinetypeId_1=function(){return(eT=b._emscripten_bind_MdDbEllipse_SetLinetypeId_1=b.asm.emscripten_bind_MdDbEllipse_SetLinetypeId_1).apply(null,
  939. arguments)},fT=b._emscripten_bind_MdDbEllipse_Linetype_0=function(){return(fT=b._emscripten_bind_MdDbEllipse_Linetype_0=b.asm.emscripten_bind_MdDbEllipse_Linetype_0).apply(null,arguments)},gT=b._emscripten_bind_MdDbEllipse_SetLinetype_1=function(){return(gT=b._emscripten_bind_MdDbEllipse_SetLinetype_1=b.asm.emscripten_bind_MdDbEllipse_SetLinetype_1).apply(null,arguments)},hT=b._emscripten_bind_MdDbEllipse_TextStyleId_0=function(){return(hT=b._emscripten_bind_MdDbEllipse_TextStyleId_0=b.asm.emscripten_bind_MdDbEllipse_TextStyleId_0).apply(null,
  940. arguments)},iT=b._emscripten_bind_MdDbEllipse_SetTextStyleId_1=function(){return(iT=b._emscripten_bind_MdDbEllipse_SetTextStyleId_1=b.asm.emscripten_bind_MdDbEllipse_SetTextStyleId_1).apply(null,arguments)},jT=b._emscripten_bind_MdDbEllipse_IntersectWith_2=function(){return(jT=b._emscripten_bind_MdDbEllipse_IntersectWith_2=b.asm.emscripten_bind_MdDbEllipse_IntersectWith_2).apply(null,arguments)},kT=b._emscripten_bind_MdDbEllipse_getArea_0=function(){return(kT=b._emscripten_bind_MdDbEllipse_getArea_0=
  941. b.asm.emscripten_bind_MdDbEllipse_getArea_0).apply(null,arguments)},lT=b._emscripten_bind_MdDbEllipse_disableUpdateDisplay_1=function(){return(lT=b._emscripten_bind_MdDbEllipse_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbEllipse_disableUpdateDisplay_1).apply(null,arguments)},mT=b._emscripten_bind_MdDbEllipse_isPropertiesWindowCustom_0=function(){return(mT=b._emscripten_bind_MdDbEllipse_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbEllipse_isPropertiesWindowCustom_0).apply(null,arguments)},
  942. nT=b._emscripten_bind_MdDbEllipse_setPropertiesWindowCustom_1=function(){return(nT=b._emscripten_bind_MdDbEllipse_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbEllipse_setPropertiesWindowCustom_1).apply(null,arguments)},oT=b._emscripten_bind_MdDbEllipse_updateDisplay_0=function(){return(oT=b._emscripten_bind_MdDbEllipse_updateDisplay_0=b.asm.emscripten_bind_MdDbEllipse_updateDisplay_0).apply(null,arguments)},pT=b._emscripten_bind_MdDbEllipse_DrawOrder_0=function(){return(pT=b._emscripten_bind_MdDbEllipse_DrawOrder_0=
  943. b.asm.emscripten_bind_MdDbEllipse_DrawOrder_0).apply(null,arguments)},qT=b._emscripten_bind_MdDbEllipse_SetDrawOrder_1=function(){return(qT=b._emscripten_bind_MdDbEllipse_SetDrawOrder_1=b.asm.emscripten_bind_MdDbEllipse_SetDrawOrder_1).apply(null,arguments)},rT=b._emscripten_bind_MdDbEllipse_GetObjectID_0=function(){return(rT=b._emscripten_bind_MdDbEllipse_GetObjectID_0=b.asm.emscripten_bind_MdDbEllipse_GetObjectID_0).apply(null,arguments)},sT=b._emscripten_bind_MdDbEllipse_Erase_0=function(){return(sT=
  944. b._emscripten_bind_MdDbEllipse_Erase_0=b.asm.emscripten_bind_MdDbEllipse_Erase_0).apply(null,arguments)},tT=b._emscripten_bind_MdDbEllipse_isErased_0=function(){return(tT=b._emscripten_bind_MdDbEllipse_isErased_0=b.asm.emscripten_bind_MdDbEllipse_isErased_0).apply(null,arguments)},uT=b._emscripten_bind_MdDbEllipse_unErase_0=function(){return(uT=b._emscripten_bind_MdDbEllipse_unErase_0=b.asm.emscripten_bind_MdDbEllipse_unErase_0).apply(null,arguments)},vT=b._emscripten_bind_MdDbEllipse_ConnectionTempObject_1=
  945. function(){return(vT=b._emscripten_bind_MdDbEllipse_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbEllipse_ConnectionTempObject_1).apply(null,arguments)},wT=b._emscripten_bind_MdDbEllipse_GetExtensionDictionary_0=function(){return(wT=b._emscripten_bind_MdDbEllipse_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbEllipse_GetExtensionDictionary_0).apply(null,arguments)},xT=b._emscripten_bind_MdDbEllipse_CreateExtensionDictionary_0=function(){return(xT=b._emscripten_bind_MdDbEllipse_CreateExtensionDictionary_0=
  946. b.asm.emscripten_bind_MdDbEllipse_CreateExtensionDictionary_0).apply(null,arguments)},yT=b._emscripten_bind_MdDbEllipse_IsHaveExtensionDictionary_0=function(){return(yT=b._emscripten_bind_MdDbEllipse_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbEllipse_IsHaveExtensionDictionary_0).apply(null,arguments)},zT=b._emscripten_bind_MdDbEllipse_Clone_0=function(){return(zT=b._emscripten_bind_MdDbEllipse_Clone_0=b.asm.emscripten_bind_MdDbEllipse_Clone_0).apply(null,arguments)},AT=b._emscripten_bind_MdDbEllipse_GetHandle_0=
  947. function(){return(AT=b._emscripten_bind_MdDbEllipse_GetHandle_0=b.asm.emscripten_bind_MdDbEllipse_GetHandle_0).apply(null,arguments)},BT=b._emscripten_bind_MdDbEllipse_GetDatabase_0=function(){return(BT=b._emscripten_bind_MdDbEllipse_GetDatabase_0=b.asm.emscripten_bind_MdDbEllipse_GetDatabase_0).apply(null,arguments)},CT=b._emscripten_bind_MdDbEllipse_GetDatabaseIndexId_0=function(){return(CT=b._emscripten_bind_MdDbEllipse_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbEllipse_GetDatabaseIndexId_0).apply(null,
  948. arguments)},DT=b._emscripten_bind_MdDbEllipse_GetOwnerID_0=function(){return(DT=b._emscripten_bind_MdDbEllipse_GetOwnerID_0=b.asm.emscripten_bind_MdDbEllipse_GetOwnerID_0).apply(null,arguments)},ET=b._emscripten_bind_MdDbEllipse_moveGripPointsAt_4=function(){return(ET=b._emscripten_bind_MdDbEllipse_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbEllipse_moveGripPointsAt_4).apply(null,arguments)},FT=b._emscripten_bind_MdDbEllipse_getGripPoints_0=function(){return(FT=b._emscripten_bind_MdDbEllipse_getGripPoints_0=
  949. b.asm.emscripten_bind_MdDbEllipse_getGripPoints_0).apply(null,arguments)},GT=b._emscripten_bind_MdDbEllipse_getObjectName_0=function(){return(GT=b._emscripten_bind_MdDbEllipse_getObjectName_0=b.asm.emscripten_bind_MdDbEllipse_getObjectName_0).apply(null,arguments)},HT=b._emscripten_bind_MdDbEllipse_getDxf0_0=function(){return(HT=b._emscripten_bind_MdDbEllipse_getDxf0_0=b.asm.emscripten_bind_MdDbEllipse_getDxf0_0).apply(null,arguments)},IT=b._emscripten_bind_MdDbEllipse_getCustomEntityTypeName_0=function(){return(IT=
  950. b._emscripten_bind_MdDbEllipse_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbEllipse_getCustomEntityTypeName_0).apply(null,arguments)},JT=b._emscripten_bind_MdDbEllipse_getCustomEntityid_0=function(){return(JT=b._emscripten_bind_MdDbEllipse_getCustomEntityid_0=b.asm.emscripten_bind_MdDbEllipse_getCustomEntityid_0).apply(null,arguments)},KT=b._emscripten_bind_MdDbEllipse_getCustomEntityTempid_0=function(){return(KT=b._emscripten_bind_MdDbEllipse_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbEllipse_getCustomEntityTempid_0).apply(null,
  951. arguments)},LT=b._emscripten_bind_MdDbEllipse_setCustomEntityTempid_1=function(){return(LT=b._emscripten_bind_MdDbEllipse_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbEllipse_setCustomEntityTempid_1).apply(null,arguments)},MT=b._emscripten_bind_MdDbEllipse_getJson_0=function(){return(MT=b._emscripten_bind_MdDbEllipse_getJson_0=b.asm.emscripten_bind_MdDbEllipse_getJson_0).apply(null,arguments)},NT=b._emscripten_bind_MdDbEllipse_setJson_1=function(){return(NT=b._emscripten_bind_MdDbEllipse_setJson_1=
  952. b.asm.emscripten_bind_MdDbEllipse_setJson_1).apply(null,arguments)},OT=b._emscripten_bind_MdDbEllipse_isKindOf_1=function(){return(OT=b._emscripten_bind_MdDbEllipse_isKindOf_1=b.asm.emscripten_bind_MdDbEllipse_isKindOf_1).apply(null,arguments)},PT=b._emscripten_bind_MdDbEllipse_isNull_0=function(){return(PT=b._emscripten_bind_MdDbEllipse_isNull_0=b.asm.emscripten_bind_MdDbEllipse_isNull_0).apply(null,arguments)},QT=b._emscripten_bind_MdDbEllipse___destroy___0=function(){return(QT=b._emscripten_bind_MdDbEllipse___destroy___0=
  953. b.asm.emscripten_bind_MdDbEllipse___destroy___0).apply(null,arguments)},RT=b._emscripten_bind_MdDbPoint_MdDbPoint_0=function(){return(RT=b._emscripten_bind_MdDbPoint_MdDbPoint_0=b.asm.emscripten_bind_MdDbPoint_MdDbPoint_0).apply(null,arguments)},ST=b._emscripten_bind_MdDbPoint_position_0=function(){return(ST=b._emscripten_bind_MdDbPoint_position_0=b.asm.emscripten_bind_MdDbPoint_position_0).apply(null,arguments)},TT=b._emscripten_bind_MdDbPoint_setPosition_1=function(){return(TT=b._emscripten_bind_MdDbPoint_setPosition_1=
  954. b.asm.emscripten_bind_MdDbPoint_setPosition_1).apply(null,arguments)},UT=b._emscripten_bind_MdDbPoint_explode_0=function(){return(UT=b._emscripten_bind_MdDbPoint_explode_0=b.asm.emscripten_bind_MdDbPoint_explode_0).apply(null,arguments)},VT=b._emscripten_bind_MdDbPoint_TrueColor_0=function(){return(VT=b._emscripten_bind_MdDbPoint_TrueColor_0=b.asm.emscripten_bind_MdDbPoint_TrueColor_0).apply(null,arguments)},WT=b._emscripten_bind_MdDbPoint_SetTrueColor_1=function(){return(WT=b._emscripten_bind_MdDbPoint_SetTrueColor_1=
  955. b.asm.emscripten_bind_MdDbPoint_SetTrueColor_1).apply(null,arguments)},XT=b._emscripten_bind_MdDbPoint_ColorIndex_0=function(){return(XT=b._emscripten_bind_MdDbPoint_ColorIndex_0=b.asm.emscripten_bind_MdDbPoint_ColorIndex_0).apply(null,arguments)},YT=b._emscripten_bind_MdDbPoint_SetColorIndex_1=function(){return(YT=b._emscripten_bind_MdDbPoint_SetColorIndex_1=b.asm.emscripten_bind_MdDbPoint_SetColorIndex_1).apply(null,arguments)},ZT=b._emscripten_bind_MdDbPoint_Layer_0=function(){return(ZT=b._emscripten_bind_MdDbPoint_Layer_0=
  956. b.asm.emscripten_bind_MdDbPoint_Layer_0).apply(null,arguments)},$T=b._emscripten_bind_MdDbPoint_SetLayer_1=function(){return($T=b._emscripten_bind_MdDbPoint_SetLayer_1=b.asm.emscripten_bind_MdDbPoint_SetLayer_1).apply(null,arguments)},aU=b._emscripten_bind_MdDbPoint_LinetypeScale_0=function(){return(aU=b._emscripten_bind_MdDbPoint_LinetypeScale_0=b.asm.emscripten_bind_MdDbPoint_LinetypeScale_0).apply(null,arguments)},bU=b._emscripten_bind_MdDbPoint_SetLinetypeScale_1=function(){return(bU=b._emscripten_bind_MdDbPoint_SetLinetypeScale_1=
  957. b.asm.emscripten_bind_MdDbPoint_SetLinetypeScale_1).apply(null,arguments)},cU=b._emscripten_bind_MdDbPoint_Visible_0=function(){return(cU=b._emscripten_bind_MdDbPoint_Visible_0=b.asm.emscripten_bind_MdDbPoint_Visible_0).apply(null,arguments)},dU=b._emscripten_bind_MdDbPoint_SetVisible_1=function(){return(dU=b._emscripten_bind_MdDbPoint_SetVisible_1=b.asm.emscripten_bind_MdDbPoint_SetVisible_1).apply(null,arguments)},eU=b._emscripten_bind_MdDbPoint_Lineweight_0=function(){return(eU=b._emscripten_bind_MdDbPoint_Lineweight_0=
  958. b.asm.emscripten_bind_MdDbPoint_Lineweight_0).apply(null,arguments)},fU=b._emscripten_bind_MdDbPoint_SetLineweight_1=function(){return(fU=b._emscripten_bind_MdDbPoint_SetLineweight_1=b.asm.emscripten_bind_MdDbPoint_SetLineweight_1).apply(null,arguments)},gU=b._emscripten_bind_MdDbPoint_TextStyle_0=function(){return(gU=b._emscripten_bind_MdDbPoint_TextStyle_0=b.asm.emscripten_bind_MdDbPoint_TextStyle_0).apply(null,arguments)},hU=b._emscripten_bind_MdDbPoint_SetTextStyle_1=function(){return(hU=b._emscripten_bind_MdDbPoint_SetTextStyle_1=
  959. b.asm.emscripten_bind_MdDbPoint_SetTextStyle_1).apply(null,arguments)},iU=b._emscripten_bind_MdDbPoint_Highlight_1=function(){return(iU=b._emscripten_bind_MdDbPoint_Highlight_1=b.asm.emscripten_bind_MdDbPoint_Highlight_1).apply(null,arguments)},jU=b._emscripten_bind_MdDbPoint_Move_2=function(){return(jU=b._emscripten_bind_MdDbPoint_Move_2=b.asm.emscripten_bind_MdDbPoint_Move_2).apply(null,arguments)},kU=b._emscripten_bind_MdDbPoint_Rotate_2=function(){return(kU=b._emscripten_bind_MdDbPoint_Rotate_2=
  960. b.asm.emscripten_bind_MdDbPoint_Rotate_2).apply(null,arguments)},lU=b._emscripten_bind_MdDbPoint_Mirror_2=function(){return(lU=b._emscripten_bind_MdDbPoint_Mirror_2=b.asm.emscripten_bind_MdDbPoint_Mirror_2).apply(null,arguments)},mU=b._emscripten_bind_MdDbPoint_ScaleEntity_2=function(){return(mU=b._emscripten_bind_MdDbPoint_ScaleEntity_2=b.asm.emscripten_bind_MdDbPoint_ScaleEntity_2).apply(null,arguments)},nU=b._emscripten_bind_MdDbPoint_TransformBy_1=function(){return(nU=b._emscripten_bind_MdDbPoint_TransformBy_1=
  961. b.asm.emscripten_bind_MdDbPoint_TransformBy_1).apply(null,arguments)},oU=b._emscripten_bind_MdDbPoint_GetBoundingBox_0=function(){return(oU=b._emscripten_bind_MdDbPoint_GetBoundingBox_0=b.asm.emscripten_bind_MdDbPoint_GetBoundingBox_0).apply(null,arguments)},pU=b._emscripten_bind_MdDbPoint_GetXData_1=function(){return(pU=b._emscripten_bind_MdDbPoint_GetXData_1=b.asm.emscripten_bind_MdDbPoint_GetXData_1).apply(null,arguments)},qU=b._emscripten_bind_MdDbPoint_SetXData_1=function(){return(qU=b._emscripten_bind_MdDbPoint_SetXData_1=
  962. b.asm.emscripten_bind_MdDbPoint_SetXData_1).apply(null,arguments)},rU=b._emscripten_bind_MdDbPoint_GetxDataString_2=function(){return(rU=b._emscripten_bind_MdDbPoint_GetxDataString_2=b.asm.emscripten_bind_MdDbPoint_GetxDataString_2).apply(null,arguments)},sU=b._emscripten_bind_MdDbPoint_SetxDataString_3=function(){return(sU=b._emscripten_bind_MdDbPoint_SetxDataString_3=b.asm.emscripten_bind_MdDbPoint_SetxDataString_3).apply(null,arguments)},tU=b._emscripten_bind_MdDbPoint_GetxDataDouble_2=function(){return(tU=
  963. b._emscripten_bind_MdDbPoint_GetxDataDouble_2=b.asm.emscripten_bind_MdDbPoint_GetxDataDouble_2).apply(null,arguments)},uU=b._emscripten_bind_MdDbPoint_SetxDataDouble_3=function(){return(uU=b._emscripten_bind_MdDbPoint_SetxDataDouble_3=b.asm.emscripten_bind_MdDbPoint_SetxDataDouble_3).apply(null,arguments)},vU=b._emscripten_bind_MdDbPoint_GetxDataLong_2=function(){return(vU=b._emscripten_bind_MdDbPoint_GetxDataLong_2=b.asm.emscripten_bind_MdDbPoint_GetxDataLong_2).apply(null,arguments)},wU=b._emscripten_bind_MdDbPoint_SetxDataLong_3=
  964. function(){return(wU=b._emscripten_bind_MdDbPoint_SetxDataLong_3=b.asm.emscripten_bind_MdDbPoint_SetxDataLong_3).apply(null,arguments)},xU=b._emscripten_bind_MdDbPoint_GetxDataPoint_2=function(){return(xU=b._emscripten_bind_MdDbPoint_GetxDataPoint_2=b.asm.emscripten_bind_MdDbPoint_GetxDataPoint_2).apply(null,arguments)},yU=b._emscripten_bind_MdDbPoint_SetxDataPoint_3=function(){return(yU=b._emscripten_bind_MdDbPoint_SetxDataPoint_3=b.asm.emscripten_bind_MdDbPoint_SetxDataPoint_3).apply(null,arguments)},
  965. zU=b._emscripten_bind_MdDbPoint_DeleteXData_1=function(){return(zU=b._emscripten_bind_MdDbPoint_DeleteXData_1=b.asm.emscripten_bind_MdDbPoint_DeleteXData_1).apply(null,arguments)},AU=b._emscripten_bind_MdDbPoint_GetAllAppName_0=function(){return(AU=b._emscripten_bind_MdDbPoint_GetAllAppName_0=b.asm.emscripten_bind_MdDbPoint_GetAllAppName_0).apply(null,arguments)},BU=b._emscripten_bind_MdDbPoint_LayerId_0=function(){return(BU=b._emscripten_bind_MdDbPoint_LayerId_0=b.asm.emscripten_bind_MdDbPoint_LayerId_0).apply(null,
  966. arguments)},CU=b._emscripten_bind_MdDbPoint_SetLayerId_1=function(){return(CU=b._emscripten_bind_MdDbPoint_SetLayerId_1=b.asm.emscripten_bind_MdDbPoint_SetLayerId_1).apply(null,arguments)},DU=b._emscripten_bind_MdDbPoint_LinetypeId_0=function(){return(DU=b._emscripten_bind_MdDbPoint_LinetypeId_0=b.asm.emscripten_bind_MdDbPoint_LinetypeId_0).apply(null,arguments)},EU=b._emscripten_bind_MdDbPoint_SetLinetypeId_1=function(){return(EU=b._emscripten_bind_MdDbPoint_SetLinetypeId_1=b.asm.emscripten_bind_MdDbPoint_SetLinetypeId_1).apply(null,
  967. arguments)},FU=b._emscripten_bind_MdDbPoint_Linetype_0=function(){return(FU=b._emscripten_bind_MdDbPoint_Linetype_0=b.asm.emscripten_bind_MdDbPoint_Linetype_0).apply(null,arguments)},GU=b._emscripten_bind_MdDbPoint_SetLinetype_1=function(){return(GU=b._emscripten_bind_MdDbPoint_SetLinetype_1=b.asm.emscripten_bind_MdDbPoint_SetLinetype_1).apply(null,arguments)},HU=b._emscripten_bind_MdDbPoint_TextStyleId_0=function(){return(HU=b._emscripten_bind_MdDbPoint_TextStyleId_0=b.asm.emscripten_bind_MdDbPoint_TextStyleId_0).apply(null,
  968. arguments)},IU=b._emscripten_bind_MdDbPoint_SetTextStyleId_1=function(){return(IU=b._emscripten_bind_MdDbPoint_SetTextStyleId_1=b.asm.emscripten_bind_MdDbPoint_SetTextStyleId_1).apply(null,arguments)},JU=b._emscripten_bind_MdDbPoint_IntersectWith_2=function(){return(JU=b._emscripten_bind_MdDbPoint_IntersectWith_2=b.asm.emscripten_bind_MdDbPoint_IntersectWith_2).apply(null,arguments)},KU=b._emscripten_bind_MdDbPoint_getArea_0=function(){return(KU=b._emscripten_bind_MdDbPoint_getArea_0=b.asm.emscripten_bind_MdDbPoint_getArea_0).apply(null,
  969. arguments)},LU=b._emscripten_bind_MdDbPoint_disableUpdateDisplay_1=function(){return(LU=b._emscripten_bind_MdDbPoint_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbPoint_disableUpdateDisplay_1).apply(null,arguments)},MU=b._emscripten_bind_MdDbPoint_isPropertiesWindowCustom_0=function(){return(MU=b._emscripten_bind_MdDbPoint_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbPoint_isPropertiesWindowCustom_0).apply(null,arguments)},NU=b._emscripten_bind_MdDbPoint_setPropertiesWindowCustom_1=function(){return(NU=
  970. b._emscripten_bind_MdDbPoint_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbPoint_setPropertiesWindowCustom_1).apply(null,arguments)},OU=b._emscripten_bind_MdDbPoint_updateDisplay_0=function(){return(OU=b._emscripten_bind_MdDbPoint_updateDisplay_0=b.asm.emscripten_bind_MdDbPoint_updateDisplay_0).apply(null,arguments)},PU=b._emscripten_bind_MdDbPoint_DrawOrder_0=function(){return(PU=b._emscripten_bind_MdDbPoint_DrawOrder_0=b.asm.emscripten_bind_MdDbPoint_DrawOrder_0).apply(null,arguments)},
  971. QU=b._emscripten_bind_MdDbPoint_SetDrawOrder_1=function(){return(QU=b._emscripten_bind_MdDbPoint_SetDrawOrder_1=b.asm.emscripten_bind_MdDbPoint_SetDrawOrder_1).apply(null,arguments)},RU=b._emscripten_bind_MdDbPoint_GetObjectID_0=function(){return(RU=b._emscripten_bind_MdDbPoint_GetObjectID_0=b.asm.emscripten_bind_MdDbPoint_GetObjectID_0).apply(null,arguments)},SU=b._emscripten_bind_MdDbPoint_Erase_0=function(){return(SU=b._emscripten_bind_MdDbPoint_Erase_0=b.asm.emscripten_bind_MdDbPoint_Erase_0).apply(null,
  972. arguments)},TU=b._emscripten_bind_MdDbPoint_isErased_0=function(){return(TU=b._emscripten_bind_MdDbPoint_isErased_0=b.asm.emscripten_bind_MdDbPoint_isErased_0).apply(null,arguments)},UU=b._emscripten_bind_MdDbPoint_unErase_0=function(){return(UU=b._emscripten_bind_MdDbPoint_unErase_0=b.asm.emscripten_bind_MdDbPoint_unErase_0).apply(null,arguments)},VU=b._emscripten_bind_MdDbPoint_ConnectionTempObject_1=function(){return(VU=b._emscripten_bind_MdDbPoint_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbPoint_ConnectionTempObject_1).apply(null,
  973. arguments)},WU=b._emscripten_bind_MdDbPoint_GetExtensionDictionary_0=function(){return(WU=b._emscripten_bind_MdDbPoint_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbPoint_GetExtensionDictionary_0).apply(null,arguments)},XU=b._emscripten_bind_MdDbPoint_CreateExtensionDictionary_0=function(){return(XU=b._emscripten_bind_MdDbPoint_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbPoint_CreateExtensionDictionary_0).apply(null,arguments)},YU=b._emscripten_bind_MdDbPoint_IsHaveExtensionDictionary_0=
  974. function(){return(YU=b._emscripten_bind_MdDbPoint_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbPoint_IsHaveExtensionDictionary_0).apply(null,arguments)},ZU=b._emscripten_bind_MdDbPoint_Clone_0=function(){return(ZU=b._emscripten_bind_MdDbPoint_Clone_0=b.asm.emscripten_bind_MdDbPoint_Clone_0).apply(null,arguments)},$U=b._emscripten_bind_MdDbPoint_GetHandle_0=function(){return($U=b._emscripten_bind_MdDbPoint_GetHandle_0=b.asm.emscripten_bind_MdDbPoint_GetHandle_0).apply(null,arguments)},aV=
  975. b._emscripten_bind_MdDbPoint_GetDatabase_0=function(){return(aV=b._emscripten_bind_MdDbPoint_GetDatabase_0=b.asm.emscripten_bind_MdDbPoint_GetDatabase_0).apply(null,arguments)},bV=b._emscripten_bind_MdDbPoint_GetDatabaseIndexId_0=function(){return(bV=b._emscripten_bind_MdDbPoint_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbPoint_GetDatabaseIndexId_0).apply(null,arguments)},cV=b._emscripten_bind_MdDbPoint_GetOwnerID_0=function(){return(cV=b._emscripten_bind_MdDbPoint_GetOwnerID_0=b.asm.emscripten_bind_MdDbPoint_GetOwnerID_0).apply(null,
  976. arguments)},dV=b._emscripten_bind_MdDbPoint_moveGripPointsAt_4=function(){return(dV=b._emscripten_bind_MdDbPoint_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbPoint_moveGripPointsAt_4).apply(null,arguments)},eV=b._emscripten_bind_MdDbPoint_getGripPoints_0=function(){return(eV=b._emscripten_bind_MdDbPoint_getGripPoints_0=b.asm.emscripten_bind_MdDbPoint_getGripPoints_0).apply(null,arguments)},fV=b._emscripten_bind_MdDbPoint_getObjectName_0=function(){return(fV=b._emscripten_bind_MdDbPoint_getObjectName_0=
  977. b.asm.emscripten_bind_MdDbPoint_getObjectName_0).apply(null,arguments)},gV=b._emscripten_bind_MdDbPoint_getDxf0_0=function(){return(gV=b._emscripten_bind_MdDbPoint_getDxf0_0=b.asm.emscripten_bind_MdDbPoint_getDxf0_0).apply(null,arguments)},hV=b._emscripten_bind_MdDbPoint_getCustomEntityTypeName_0=function(){return(hV=b._emscripten_bind_MdDbPoint_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbPoint_getCustomEntityTypeName_0).apply(null,arguments)},iV=b._emscripten_bind_MdDbPoint_getCustomEntityid_0=
  978. function(){return(iV=b._emscripten_bind_MdDbPoint_getCustomEntityid_0=b.asm.emscripten_bind_MdDbPoint_getCustomEntityid_0).apply(null,arguments)},jV=b._emscripten_bind_MdDbPoint_getCustomEntityTempid_0=function(){return(jV=b._emscripten_bind_MdDbPoint_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbPoint_getCustomEntityTempid_0).apply(null,arguments)},kV=b._emscripten_bind_MdDbPoint_setCustomEntityTempid_1=function(){return(kV=b._emscripten_bind_MdDbPoint_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbPoint_setCustomEntityTempid_1).apply(null,
  979. arguments)},lV=b._emscripten_bind_MdDbPoint_getJson_0=function(){return(lV=b._emscripten_bind_MdDbPoint_getJson_0=b.asm.emscripten_bind_MdDbPoint_getJson_0).apply(null,arguments)},mV=b._emscripten_bind_MdDbPoint_setJson_1=function(){return(mV=b._emscripten_bind_MdDbPoint_setJson_1=b.asm.emscripten_bind_MdDbPoint_setJson_1).apply(null,arguments)},nV=b._emscripten_bind_MdDbPoint_isKindOf_1=function(){return(nV=b._emscripten_bind_MdDbPoint_isKindOf_1=b.asm.emscripten_bind_MdDbPoint_isKindOf_1).apply(null,
  980. arguments)},oV=b._emscripten_bind_MdDbPoint_isNull_0=function(){return(oV=b._emscripten_bind_MdDbPoint_isNull_0=b.asm.emscripten_bind_MdDbPoint_isNull_0).apply(null,arguments)},pV=b._emscripten_bind_MdDbPoint___destroy___0=function(){return(pV=b._emscripten_bind_MdDbPoint___destroy___0=b.asm.emscripten_bind_MdDbPoint___destroy___0).apply(null,arguments)},qV=b._emscripten_bind_MdDbHatch_MdDbHatch_0=function(){return(qV=b._emscripten_bind_MdDbHatch_MdDbHatch_0=b.asm.emscripten_bind_MdDbHatch_MdDbHatch_0).apply(null,
  981. arguments)},rV=b._emscripten_bind_MdDbHatch_numLoops_0=function(){return(rV=b._emscripten_bind_MdDbHatch_numLoops_0=b.asm.emscripten_bind_MdDbHatch_numLoops_0).apply(null,arguments)},sV=b._emscripten_bind_MdDbHatch_loopTypeAt_1=function(){return(sV=b._emscripten_bind_MdDbHatch_loopTypeAt_1=b.asm.emscripten_bind_MdDbHatch_loopTypeAt_1).apply(null,arguments)},tV=b._emscripten_bind_MdDbHatch_getLoopAt_1=function(){return(tV=b._emscripten_bind_MdDbHatch_getLoopAt_1=b.asm.emscripten_bind_MdDbHatch_getLoopAt_1).apply(null,
  982. arguments)},uV=b._emscripten_bind_MdDbHatch_patternType_0=function(){return(uV=b._emscripten_bind_MdDbHatch_patternType_0=b.asm.emscripten_bind_MdDbHatch_patternType_0).apply(null,arguments)},vV=b._emscripten_bind_MdDbHatch_patternName_0=function(){return(vV=b._emscripten_bind_MdDbHatch_patternName_0=b.asm.emscripten_bind_MdDbHatch_patternName_0).apply(null,arguments)},wV=b._emscripten_bind_MdDbHatch_setPattern_2=function(){return(wV=b._emscripten_bind_MdDbHatch_setPattern_2=b.asm.emscripten_bind_MdDbHatch_setPattern_2).apply(null,
  983. arguments)},xV=b._emscripten_bind_MdDbHatch_patternAngle_0=function(){return(xV=b._emscripten_bind_MdDbHatch_patternAngle_0=b.asm.emscripten_bind_MdDbHatch_patternAngle_0).apply(null,arguments)},yV=b._emscripten_bind_MdDbHatch_setPatternAngle_1=function(){return(yV=b._emscripten_bind_MdDbHatch_setPatternAngle_1=b.asm.emscripten_bind_MdDbHatch_setPatternAngle_1).apply(null,arguments)},zV=b._emscripten_bind_MdDbHatch_patternScale_0=function(){return(zV=b._emscripten_bind_MdDbHatch_patternScale_0=b.asm.emscripten_bind_MdDbHatch_patternScale_0).apply(null,
  984. arguments)},AV=b._emscripten_bind_MdDbHatch_setPatternScale_1=function(){return(AV=b._emscripten_bind_MdDbHatch_setPatternScale_1=b.asm.emscripten_bind_MdDbHatch_setPatternScale_1).apply(null,arguments)},BV=b._emscripten_bind_MdDbHatch_patternSpace_0=function(){return(BV=b._emscripten_bind_MdDbHatch_patternSpace_0=b.asm.emscripten_bind_MdDbHatch_patternSpace_0).apply(null,arguments)},CV=b._emscripten_bind_MdDbHatch_setPatternSpace_1=function(){return(CV=b._emscripten_bind_MdDbHatch_setPatternSpace_1=
  985. b.asm.emscripten_bind_MdDbHatch_setPatternSpace_1).apply(null,arguments)},DV=b._emscripten_bind_MdDbHatch_patternDouble_0=function(){return(DV=b._emscripten_bind_MdDbHatch_patternDouble_0=b.asm.emscripten_bind_MdDbHatch_patternDouble_0).apply(null,arguments)},EV=b._emscripten_bind_MdDbHatch_setPatternDouble_1=function(){return(EV=b._emscripten_bind_MdDbHatch_setPatternDouble_1=b.asm.emscripten_bind_MdDbHatch_setPatternDouble_1).apply(null,arguments)},FV=b._emscripten_bind_MdDbHatch_numPatternDefinitions_0=
  986. function(){return(FV=b._emscripten_bind_MdDbHatch_numPatternDefinitions_0=b.asm.emscripten_bind_MdDbHatch_numPatternDefinitions_0).apply(null,arguments)},GV=b._emscripten_bind_MdDbHatch_getPatternDefinitionAt_1=function(){return(GV=b._emscripten_bind_MdDbHatch_getPatternDefinitionAt_1=b.asm.emscripten_bind_MdDbHatch_getPatternDefinitionAt_1).apply(null,arguments)},HV=b._emscripten_bind_MdDbHatch_addPatternDefinition_6=function(){return(HV=b._emscripten_bind_MdDbHatch_addPatternDefinition_6=b.asm.emscripten_bind_MdDbHatch_addPatternDefinition_6).apply(null,
  987. arguments)},IV=b._emscripten_bind_MdDbHatch_clearPatternDefinition_0=function(){return(IV=b._emscripten_bind_MdDbHatch_clearPatternDefinition_0=b.asm.emscripten_bind_MdDbHatch_clearPatternDefinition_0).apply(null,arguments)},JV=b._emscripten_bind_MdDbHatch_hatchStyle_0=function(){return(JV=b._emscripten_bind_MdDbHatch_hatchStyle_0=b.asm.emscripten_bind_MdDbHatch_hatchStyle_0).apply(null,arguments)},KV=b._emscripten_bind_MdDbHatch_setHatchStyle_1=function(){return(KV=b._emscripten_bind_MdDbHatch_setHatchStyle_1=
  988. b.asm.emscripten_bind_MdDbHatch_setHatchStyle_1).apply(null,arguments)},LV=b._emscripten_bind_MdDbHatch_evaluateHatch_1=function(){return(LV=b._emscripten_bind_MdDbHatch_evaluateHatch_1=b.asm.emscripten_bind_MdDbHatch_evaluateHatch_1).apply(null,arguments)},MV=b._emscripten_bind_MdDbHatch_appendCircleLoop_6=function(){return(MV=b._emscripten_bind_MdDbHatch_appendCircleLoop_6=b.asm.emscripten_bind_MdDbHatch_appendCircleLoop_6).apply(null,arguments)},NV=b._emscripten_bind_MdDbHatch_appendLoop_3=function(){return(NV=
  989. b._emscripten_bind_MdDbHatch_appendLoop_3=b.asm.emscripten_bind_MdDbHatch_appendLoop_3).apply(null,arguments)},OV=b._emscripten_bind_MdDbHatch_removeLoopAt_1=function(){return(OV=b._emscripten_bind_MdDbHatch_removeLoopAt_1=b.asm.emscripten_bind_MdDbHatch_removeLoopAt_1).apply(null,arguments)},PV=b._emscripten_bind_MdDbHatch_removeAllLoop_0=function(){return(PV=b._emscripten_bind_MdDbHatch_removeAllLoop_0=b.asm.emscripten_bind_MdDbHatch_removeAllLoop_0).apply(null,arguments)},QV=b._emscripten_bind_MdDbHatch_setLoopAt_4=
  990. function(){return(QV=b._emscripten_bind_MdDbHatch_setLoopAt_4=b.asm.emscripten_bind_MdDbHatch_setLoopAt_4).apply(null,arguments)},RV=b._emscripten_bind_MdDbHatch_isSolid_0=function(){return(RV=b._emscripten_bind_MdDbHatch_isSolid_0=b.asm.emscripten_bind_MdDbHatch_isSolid_0).apply(null,arguments)},SV=b._emscripten_bind_MdDbHatch_explode_0=function(){return(SV=b._emscripten_bind_MdDbHatch_explode_0=b.asm.emscripten_bind_MdDbHatch_explode_0).apply(null,arguments)},TV=b._emscripten_bind_MdDbHatch_TrueColor_0=
  991. function(){return(TV=b._emscripten_bind_MdDbHatch_TrueColor_0=b.asm.emscripten_bind_MdDbHatch_TrueColor_0).apply(null,arguments)},UV=b._emscripten_bind_MdDbHatch_SetTrueColor_1=function(){return(UV=b._emscripten_bind_MdDbHatch_SetTrueColor_1=b.asm.emscripten_bind_MdDbHatch_SetTrueColor_1).apply(null,arguments)},VV=b._emscripten_bind_MdDbHatch_ColorIndex_0=function(){return(VV=b._emscripten_bind_MdDbHatch_ColorIndex_0=b.asm.emscripten_bind_MdDbHatch_ColorIndex_0).apply(null,arguments)},WV=b._emscripten_bind_MdDbHatch_SetColorIndex_1=
  992. function(){return(WV=b._emscripten_bind_MdDbHatch_SetColorIndex_1=b.asm.emscripten_bind_MdDbHatch_SetColorIndex_1).apply(null,arguments)},XV=b._emscripten_bind_MdDbHatch_Layer_0=function(){return(XV=b._emscripten_bind_MdDbHatch_Layer_0=b.asm.emscripten_bind_MdDbHatch_Layer_0).apply(null,arguments)},YV=b._emscripten_bind_MdDbHatch_SetLayer_1=function(){return(YV=b._emscripten_bind_MdDbHatch_SetLayer_1=b.asm.emscripten_bind_MdDbHatch_SetLayer_1).apply(null,arguments)},ZV=b._emscripten_bind_MdDbHatch_LinetypeScale_0=
  993. function(){return(ZV=b._emscripten_bind_MdDbHatch_LinetypeScale_0=b.asm.emscripten_bind_MdDbHatch_LinetypeScale_0).apply(null,arguments)},$V=b._emscripten_bind_MdDbHatch_SetLinetypeScale_1=function(){return($V=b._emscripten_bind_MdDbHatch_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbHatch_SetLinetypeScale_1).apply(null,arguments)},aW=b._emscripten_bind_MdDbHatch_Visible_0=function(){return(aW=b._emscripten_bind_MdDbHatch_Visible_0=b.asm.emscripten_bind_MdDbHatch_Visible_0).apply(null,arguments)},
  994. bW=b._emscripten_bind_MdDbHatch_SetVisible_1=function(){return(bW=b._emscripten_bind_MdDbHatch_SetVisible_1=b.asm.emscripten_bind_MdDbHatch_SetVisible_1).apply(null,arguments)},cW=b._emscripten_bind_MdDbHatch_Lineweight_0=function(){return(cW=b._emscripten_bind_MdDbHatch_Lineweight_0=b.asm.emscripten_bind_MdDbHatch_Lineweight_0).apply(null,arguments)},dW=b._emscripten_bind_MdDbHatch_SetLineweight_1=function(){return(dW=b._emscripten_bind_MdDbHatch_SetLineweight_1=b.asm.emscripten_bind_MdDbHatch_SetLineweight_1).apply(null,
  995. arguments)},eW=b._emscripten_bind_MdDbHatch_TextStyle_0=function(){return(eW=b._emscripten_bind_MdDbHatch_TextStyle_0=b.asm.emscripten_bind_MdDbHatch_TextStyle_0).apply(null,arguments)},fW=b._emscripten_bind_MdDbHatch_SetTextStyle_1=function(){return(fW=b._emscripten_bind_MdDbHatch_SetTextStyle_1=b.asm.emscripten_bind_MdDbHatch_SetTextStyle_1).apply(null,arguments)},gW=b._emscripten_bind_MdDbHatch_Highlight_1=function(){return(gW=b._emscripten_bind_MdDbHatch_Highlight_1=b.asm.emscripten_bind_MdDbHatch_Highlight_1).apply(null,
  996. arguments)},hW=b._emscripten_bind_MdDbHatch_Move_2=function(){return(hW=b._emscripten_bind_MdDbHatch_Move_2=b.asm.emscripten_bind_MdDbHatch_Move_2).apply(null,arguments)},iW=b._emscripten_bind_MdDbHatch_Rotate_2=function(){return(iW=b._emscripten_bind_MdDbHatch_Rotate_2=b.asm.emscripten_bind_MdDbHatch_Rotate_2).apply(null,arguments)},jW=b._emscripten_bind_MdDbHatch_Mirror_2=function(){return(jW=b._emscripten_bind_MdDbHatch_Mirror_2=b.asm.emscripten_bind_MdDbHatch_Mirror_2).apply(null,arguments)},
  997. kW=b._emscripten_bind_MdDbHatch_ScaleEntity_2=function(){return(kW=b._emscripten_bind_MdDbHatch_ScaleEntity_2=b.asm.emscripten_bind_MdDbHatch_ScaleEntity_2).apply(null,arguments)},lW=b._emscripten_bind_MdDbHatch_TransformBy_1=function(){return(lW=b._emscripten_bind_MdDbHatch_TransformBy_1=b.asm.emscripten_bind_MdDbHatch_TransformBy_1).apply(null,arguments)},mW=b._emscripten_bind_MdDbHatch_GetBoundingBox_0=function(){return(mW=b._emscripten_bind_MdDbHatch_GetBoundingBox_0=b.asm.emscripten_bind_MdDbHatch_GetBoundingBox_0).apply(null,
  998. arguments)},nW=b._emscripten_bind_MdDbHatch_GetXData_1=function(){return(nW=b._emscripten_bind_MdDbHatch_GetXData_1=b.asm.emscripten_bind_MdDbHatch_GetXData_1).apply(null,arguments)},oW=b._emscripten_bind_MdDbHatch_SetXData_1=function(){return(oW=b._emscripten_bind_MdDbHatch_SetXData_1=b.asm.emscripten_bind_MdDbHatch_SetXData_1).apply(null,arguments)},pW=b._emscripten_bind_MdDbHatch_GetxDataString_2=function(){return(pW=b._emscripten_bind_MdDbHatch_GetxDataString_2=b.asm.emscripten_bind_MdDbHatch_GetxDataString_2).apply(null,
  999. arguments)},qW=b._emscripten_bind_MdDbHatch_SetxDataString_3=function(){return(qW=b._emscripten_bind_MdDbHatch_SetxDataString_3=b.asm.emscripten_bind_MdDbHatch_SetxDataString_3).apply(null,arguments)},rW=b._emscripten_bind_MdDbHatch_GetxDataDouble_2=function(){return(rW=b._emscripten_bind_MdDbHatch_GetxDataDouble_2=b.asm.emscripten_bind_MdDbHatch_GetxDataDouble_2).apply(null,arguments)},sW=b._emscripten_bind_MdDbHatch_SetxDataDouble_3=function(){return(sW=b._emscripten_bind_MdDbHatch_SetxDataDouble_3=
  1000. b.asm.emscripten_bind_MdDbHatch_SetxDataDouble_3).apply(null,arguments)},tW=b._emscripten_bind_MdDbHatch_GetxDataLong_2=function(){return(tW=b._emscripten_bind_MdDbHatch_GetxDataLong_2=b.asm.emscripten_bind_MdDbHatch_GetxDataLong_2).apply(null,arguments)},uW=b._emscripten_bind_MdDbHatch_SetxDataLong_3=function(){return(uW=b._emscripten_bind_MdDbHatch_SetxDataLong_3=b.asm.emscripten_bind_MdDbHatch_SetxDataLong_3).apply(null,arguments)},vW=b._emscripten_bind_MdDbHatch_GetxDataPoint_2=function(){return(vW=
  1001. b._emscripten_bind_MdDbHatch_GetxDataPoint_2=b.asm.emscripten_bind_MdDbHatch_GetxDataPoint_2).apply(null,arguments)},wW=b._emscripten_bind_MdDbHatch_SetxDataPoint_3=function(){return(wW=b._emscripten_bind_MdDbHatch_SetxDataPoint_3=b.asm.emscripten_bind_MdDbHatch_SetxDataPoint_3).apply(null,arguments)},xW=b._emscripten_bind_MdDbHatch_DeleteXData_1=function(){return(xW=b._emscripten_bind_MdDbHatch_DeleteXData_1=b.asm.emscripten_bind_MdDbHatch_DeleteXData_1).apply(null,arguments)},yW=b._emscripten_bind_MdDbHatch_GetAllAppName_0=
  1002. function(){return(yW=b._emscripten_bind_MdDbHatch_GetAllAppName_0=b.asm.emscripten_bind_MdDbHatch_GetAllAppName_0).apply(null,arguments)},zW=b._emscripten_bind_MdDbHatch_LayerId_0=function(){return(zW=b._emscripten_bind_MdDbHatch_LayerId_0=b.asm.emscripten_bind_MdDbHatch_LayerId_0).apply(null,arguments)},AW=b._emscripten_bind_MdDbHatch_SetLayerId_1=function(){return(AW=b._emscripten_bind_MdDbHatch_SetLayerId_1=b.asm.emscripten_bind_MdDbHatch_SetLayerId_1).apply(null,arguments)},BW=b._emscripten_bind_MdDbHatch_LinetypeId_0=
  1003. function(){return(BW=b._emscripten_bind_MdDbHatch_LinetypeId_0=b.asm.emscripten_bind_MdDbHatch_LinetypeId_0).apply(null,arguments)},CW=b._emscripten_bind_MdDbHatch_SetLinetypeId_1=function(){return(CW=b._emscripten_bind_MdDbHatch_SetLinetypeId_1=b.asm.emscripten_bind_MdDbHatch_SetLinetypeId_1).apply(null,arguments)},DW=b._emscripten_bind_MdDbHatch_Linetype_0=function(){return(DW=b._emscripten_bind_MdDbHatch_Linetype_0=b.asm.emscripten_bind_MdDbHatch_Linetype_0).apply(null,arguments)},EW=b._emscripten_bind_MdDbHatch_SetLinetype_1=
  1004. function(){return(EW=b._emscripten_bind_MdDbHatch_SetLinetype_1=b.asm.emscripten_bind_MdDbHatch_SetLinetype_1).apply(null,arguments)},FW=b._emscripten_bind_MdDbHatch_TextStyleId_0=function(){return(FW=b._emscripten_bind_MdDbHatch_TextStyleId_0=b.asm.emscripten_bind_MdDbHatch_TextStyleId_0).apply(null,arguments)},GW=b._emscripten_bind_MdDbHatch_SetTextStyleId_1=function(){return(GW=b._emscripten_bind_MdDbHatch_SetTextStyleId_1=b.asm.emscripten_bind_MdDbHatch_SetTextStyleId_1).apply(null,arguments)},
  1005. HW=b._emscripten_bind_MdDbHatch_IntersectWith_2=function(){return(HW=b._emscripten_bind_MdDbHatch_IntersectWith_2=b.asm.emscripten_bind_MdDbHatch_IntersectWith_2).apply(null,arguments)},IW=b._emscripten_bind_MdDbHatch_getArea_0=function(){return(IW=b._emscripten_bind_MdDbHatch_getArea_0=b.asm.emscripten_bind_MdDbHatch_getArea_0).apply(null,arguments)},JW=b._emscripten_bind_MdDbHatch_disableUpdateDisplay_1=function(){return(JW=b._emscripten_bind_MdDbHatch_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbHatch_disableUpdateDisplay_1).apply(null,
  1006. arguments)},KW=b._emscripten_bind_MdDbHatch_isPropertiesWindowCustom_0=function(){return(KW=b._emscripten_bind_MdDbHatch_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbHatch_isPropertiesWindowCustom_0).apply(null,arguments)},LW=b._emscripten_bind_MdDbHatch_setPropertiesWindowCustom_1=function(){return(LW=b._emscripten_bind_MdDbHatch_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbHatch_setPropertiesWindowCustom_1).apply(null,arguments)},MW=b._emscripten_bind_MdDbHatch_updateDisplay_0=
  1007. function(){return(MW=b._emscripten_bind_MdDbHatch_updateDisplay_0=b.asm.emscripten_bind_MdDbHatch_updateDisplay_0).apply(null,arguments)},NW=b._emscripten_bind_MdDbHatch_DrawOrder_0=function(){return(NW=b._emscripten_bind_MdDbHatch_DrawOrder_0=b.asm.emscripten_bind_MdDbHatch_DrawOrder_0).apply(null,arguments)},OW=b._emscripten_bind_MdDbHatch_SetDrawOrder_1=function(){return(OW=b._emscripten_bind_MdDbHatch_SetDrawOrder_1=b.asm.emscripten_bind_MdDbHatch_SetDrawOrder_1).apply(null,arguments)},PW=b._emscripten_bind_MdDbHatch_GetObjectID_0=
  1008. function(){return(PW=b._emscripten_bind_MdDbHatch_GetObjectID_0=b.asm.emscripten_bind_MdDbHatch_GetObjectID_0).apply(null,arguments)},QW=b._emscripten_bind_MdDbHatch_Erase_0=function(){return(QW=b._emscripten_bind_MdDbHatch_Erase_0=b.asm.emscripten_bind_MdDbHatch_Erase_0).apply(null,arguments)},RW=b._emscripten_bind_MdDbHatch_isErased_0=function(){return(RW=b._emscripten_bind_MdDbHatch_isErased_0=b.asm.emscripten_bind_MdDbHatch_isErased_0).apply(null,arguments)},SW=b._emscripten_bind_MdDbHatch_unErase_0=
  1009. function(){return(SW=b._emscripten_bind_MdDbHatch_unErase_0=b.asm.emscripten_bind_MdDbHatch_unErase_0).apply(null,arguments)},TW=b._emscripten_bind_MdDbHatch_ConnectionTempObject_1=function(){return(TW=b._emscripten_bind_MdDbHatch_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbHatch_ConnectionTempObject_1).apply(null,arguments)},UW=b._emscripten_bind_MdDbHatch_GetExtensionDictionary_0=function(){return(UW=b._emscripten_bind_MdDbHatch_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbHatch_GetExtensionDictionary_0).apply(null,
  1010. arguments)},VW=b._emscripten_bind_MdDbHatch_CreateExtensionDictionary_0=function(){return(VW=b._emscripten_bind_MdDbHatch_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbHatch_CreateExtensionDictionary_0).apply(null,arguments)},WW=b._emscripten_bind_MdDbHatch_IsHaveExtensionDictionary_0=function(){return(WW=b._emscripten_bind_MdDbHatch_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbHatch_IsHaveExtensionDictionary_0).apply(null,arguments)},XW=b._emscripten_bind_MdDbHatch_Clone_0=function(){return(XW=
  1011. b._emscripten_bind_MdDbHatch_Clone_0=b.asm.emscripten_bind_MdDbHatch_Clone_0).apply(null,arguments)},YW=b._emscripten_bind_MdDbHatch_GetHandle_0=function(){return(YW=b._emscripten_bind_MdDbHatch_GetHandle_0=b.asm.emscripten_bind_MdDbHatch_GetHandle_0).apply(null,arguments)},ZW=b._emscripten_bind_MdDbHatch_GetDatabase_0=function(){return(ZW=b._emscripten_bind_MdDbHatch_GetDatabase_0=b.asm.emscripten_bind_MdDbHatch_GetDatabase_0).apply(null,arguments)},$W=b._emscripten_bind_MdDbHatch_GetDatabaseIndexId_0=
  1012. function(){return($W=b._emscripten_bind_MdDbHatch_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbHatch_GetDatabaseIndexId_0).apply(null,arguments)},aX=b._emscripten_bind_MdDbHatch_GetOwnerID_0=function(){return(aX=b._emscripten_bind_MdDbHatch_GetOwnerID_0=b.asm.emscripten_bind_MdDbHatch_GetOwnerID_0).apply(null,arguments)},bX=b._emscripten_bind_MdDbHatch_moveGripPointsAt_4=function(){return(bX=b._emscripten_bind_MdDbHatch_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbHatch_moveGripPointsAt_4).apply(null,
  1013. arguments)},cX=b._emscripten_bind_MdDbHatch_getGripPoints_0=function(){return(cX=b._emscripten_bind_MdDbHatch_getGripPoints_0=b.asm.emscripten_bind_MdDbHatch_getGripPoints_0).apply(null,arguments)},dX=b._emscripten_bind_MdDbHatch_getObjectName_0=function(){return(dX=b._emscripten_bind_MdDbHatch_getObjectName_0=b.asm.emscripten_bind_MdDbHatch_getObjectName_0).apply(null,arguments)},eX=b._emscripten_bind_MdDbHatch_getDxf0_0=function(){return(eX=b._emscripten_bind_MdDbHatch_getDxf0_0=b.asm.emscripten_bind_MdDbHatch_getDxf0_0).apply(null,
  1014. arguments)},fX=b._emscripten_bind_MdDbHatch_getCustomEntityTypeName_0=function(){return(fX=b._emscripten_bind_MdDbHatch_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbHatch_getCustomEntityTypeName_0).apply(null,arguments)},gX=b._emscripten_bind_MdDbHatch_getCustomEntityid_0=function(){return(gX=b._emscripten_bind_MdDbHatch_getCustomEntityid_0=b.asm.emscripten_bind_MdDbHatch_getCustomEntityid_0).apply(null,arguments)},hX=b._emscripten_bind_MdDbHatch_getCustomEntityTempid_0=function(){return(hX=
  1015. b._emscripten_bind_MdDbHatch_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbHatch_getCustomEntityTempid_0).apply(null,arguments)},iX=b._emscripten_bind_MdDbHatch_setCustomEntityTempid_1=function(){return(iX=b._emscripten_bind_MdDbHatch_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbHatch_setCustomEntityTempid_1).apply(null,arguments)},jX=b._emscripten_bind_MdDbHatch_getJson_0=function(){return(jX=b._emscripten_bind_MdDbHatch_getJson_0=b.asm.emscripten_bind_MdDbHatch_getJson_0).apply(null,arguments)},
  1016. kX=b._emscripten_bind_MdDbHatch_setJson_1=function(){return(kX=b._emscripten_bind_MdDbHatch_setJson_1=b.asm.emscripten_bind_MdDbHatch_setJson_1).apply(null,arguments)},lX=b._emscripten_bind_MdDbHatch_isKindOf_1=function(){return(lX=b._emscripten_bind_MdDbHatch_isKindOf_1=b.asm.emscripten_bind_MdDbHatch_isKindOf_1).apply(null,arguments)},mX=b._emscripten_bind_MdDbHatch_isNull_0=function(){return(mX=b._emscripten_bind_MdDbHatch_isNull_0=b.asm.emscripten_bind_MdDbHatch_isNull_0).apply(null,arguments)},
  1017. nX=b._emscripten_bind_MdDbHatch___destroy___0=function(){return(nX=b._emscripten_bind_MdDbHatch___destroy___0=b.asm.emscripten_bind_MdDbHatch___destroy___0).apply(null,arguments)},oX=b._emscripten_bind_MdDbProxyEntity_MdDbProxyEntity_0=function(){return(oX=b._emscripten_bind_MdDbProxyEntity_MdDbProxyEntity_0=b.asm.emscripten_bind_MdDbProxyEntity_MdDbProxyEntity_0).apply(null,arguments)},pX=b._emscripten_bind_MdDbProxyEntity_getAllTextContent_0=function(){return(pX=b._emscripten_bind_MdDbProxyEntity_getAllTextContent_0=
  1018. b.asm.emscripten_bind_MdDbProxyEntity_getAllTextContent_0).apply(null,arguments)},qX=b._emscripten_bind_MdDbProxyEntity_getAllEntityIds_0=function(){return(qX=b._emscripten_bind_MdDbProxyEntity_getAllEntityIds_0=b.asm.emscripten_bind_MdDbProxyEntity_getAllEntityIds_0).apply(null,arguments)},rX=b._emscripten_bind_MdDbProxyEntity_getOriginalClassName_0=function(){return(rX=b._emscripten_bind_MdDbProxyEntity_getOriginalClassName_0=b.asm.emscripten_bind_MdDbProxyEntity_getOriginalClassName_0).apply(null,
  1019. arguments)},sX=b._emscripten_bind_MdDbProxyEntity_explode_0=function(){return(sX=b._emscripten_bind_MdDbProxyEntity_explode_0=b.asm.emscripten_bind_MdDbProxyEntity_explode_0).apply(null,arguments)},tX=b._emscripten_bind_MdDbProxyEntity_TrueColor_0=function(){return(tX=b._emscripten_bind_MdDbProxyEntity_TrueColor_0=b.asm.emscripten_bind_MdDbProxyEntity_TrueColor_0).apply(null,arguments)},uX=b._emscripten_bind_MdDbProxyEntity_SetTrueColor_1=function(){return(uX=b._emscripten_bind_MdDbProxyEntity_SetTrueColor_1=
  1020. b.asm.emscripten_bind_MdDbProxyEntity_SetTrueColor_1).apply(null,arguments)},vX=b._emscripten_bind_MdDbProxyEntity_ColorIndex_0=function(){return(vX=b._emscripten_bind_MdDbProxyEntity_ColorIndex_0=b.asm.emscripten_bind_MdDbProxyEntity_ColorIndex_0).apply(null,arguments)},wX=b._emscripten_bind_MdDbProxyEntity_SetColorIndex_1=function(){return(wX=b._emscripten_bind_MdDbProxyEntity_SetColorIndex_1=b.asm.emscripten_bind_MdDbProxyEntity_SetColorIndex_1).apply(null,arguments)},xX=b._emscripten_bind_MdDbProxyEntity_Layer_0=
  1021. function(){return(xX=b._emscripten_bind_MdDbProxyEntity_Layer_0=b.asm.emscripten_bind_MdDbProxyEntity_Layer_0).apply(null,arguments)},yX=b._emscripten_bind_MdDbProxyEntity_SetLayer_1=function(){return(yX=b._emscripten_bind_MdDbProxyEntity_SetLayer_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLayer_1).apply(null,arguments)},zX=b._emscripten_bind_MdDbProxyEntity_LinetypeScale_0=function(){return(zX=b._emscripten_bind_MdDbProxyEntity_LinetypeScale_0=b.asm.emscripten_bind_MdDbProxyEntity_LinetypeScale_0).apply(null,
  1022. arguments)},AX=b._emscripten_bind_MdDbProxyEntity_SetLinetypeScale_1=function(){return(AX=b._emscripten_bind_MdDbProxyEntity_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLinetypeScale_1).apply(null,arguments)},BX=b._emscripten_bind_MdDbProxyEntity_Visible_0=function(){return(BX=b._emscripten_bind_MdDbProxyEntity_Visible_0=b.asm.emscripten_bind_MdDbProxyEntity_Visible_0).apply(null,arguments)},CX=b._emscripten_bind_MdDbProxyEntity_SetVisible_1=function(){return(CX=b._emscripten_bind_MdDbProxyEntity_SetVisible_1=
  1023. b.asm.emscripten_bind_MdDbProxyEntity_SetVisible_1).apply(null,arguments)},DX=b._emscripten_bind_MdDbProxyEntity_Lineweight_0=function(){return(DX=b._emscripten_bind_MdDbProxyEntity_Lineweight_0=b.asm.emscripten_bind_MdDbProxyEntity_Lineweight_0).apply(null,arguments)},EX=b._emscripten_bind_MdDbProxyEntity_SetLineweight_1=function(){return(EX=b._emscripten_bind_MdDbProxyEntity_SetLineweight_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLineweight_1).apply(null,arguments)},FX=b._emscripten_bind_MdDbProxyEntity_TextStyle_0=
  1024. function(){return(FX=b._emscripten_bind_MdDbProxyEntity_TextStyle_0=b.asm.emscripten_bind_MdDbProxyEntity_TextStyle_0).apply(null,arguments)},GX=b._emscripten_bind_MdDbProxyEntity_SetTextStyle_1=function(){return(GX=b._emscripten_bind_MdDbProxyEntity_SetTextStyle_1=b.asm.emscripten_bind_MdDbProxyEntity_SetTextStyle_1).apply(null,arguments)},HX=b._emscripten_bind_MdDbProxyEntity_Highlight_1=function(){return(HX=b._emscripten_bind_MdDbProxyEntity_Highlight_1=b.asm.emscripten_bind_MdDbProxyEntity_Highlight_1).apply(null,
  1025. arguments)},IX=b._emscripten_bind_MdDbProxyEntity_Move_2=function(){return(IX=b._emscripten_bind_MdDbProxyEntity_Move_2=b.asm.emscripten_bind_MdDbProxyEntity_Move_2).apply(null,arguments)},JX=b._emscripten_bind_MdDbProxyEntity_Rotate_2=function(){return(JX=b._emscripten_bind_MdDbProxyEntity_Rotate_2=b.asm.emscripten_bind_MdDbProxyEntity_Rotate_2).apply(null,arguments)},KX=b._emscripten_bind_MdDbProxyEntity_Mirror_2=function(){return(KX=b._emscripten_bind_MdDbProxyEntity_Mirror_2=b.asm.emscripten_bind_MdDbProxyEntity_Mirror_2).apply(null,
  1026. arguments)},LX=b._emscripten_bind_MdDbProxyEntity_ScaleEntity_2=function(){return(LX=b._emscripten_bind_MdDbProxyEntity_ScaleEntity_2=b.asm.emscripten_bind_MdDbProxyEntity_ScaleEntity_2).apply(null,arguments)},MX=b._emscripten_bind_MdDbProxyEntity_TransformBy_1=function(){return(MX=b._emscripten_bind_MdDbProxyEntity_TransformBy_1=b.asm.emscripten_bind_MdDbProxyEntity_TransformBy_1).apply(null,arguments)},NX=b._emscripten_bind_MdDbProxyEntity_GetBoundingBox_0=function(){return(NX=b._emscripten_bind_MdDbProxyEntity_GetBoundingBox_0=
  1027. b.asm.emscripten_bind_MdDbProxyEntity_GetBoundingBox_0).apply(null,arguments)},OX=b._emscripten_bind_MdDbProxyEntity_GetXData_1=function(){return(OX=b._emscripten_bind_MdDbProxyEntity_GetXData_1=b.asm.emscripten_bind_MdDbProxyEntity_GetXData_1).apply(null,arguments)},PX=b._emscripten_bind_MdDbProxyEntity_SetXData_1=function(){return(PX=b._emscripten_bind_MdDbProxyEntity_SetXData_1=b.asm.emscripten_bind_MdDbProxyEntity_SetXData_1).apply(null,arguments)},QX=b._emscripten_bind_MdDbProxyEntity_GetxDataString_2=
  1028. function(){return(QX=b._emscripten_bind_MdDbProxyEntity_GetxDataString_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataString_2).apply(null,arguments)},RX=b._emscripten_bind_MdDbProxyEntity_SetxDataString_3=function(){return(RX=b._emscripten_bind_MdDbProxyEntity_SetxDataString_3=b.asm.emscripten_bind_MdDbProxyEntity_SetxDataString_3).apply(null,arguments)},SX=b._emscripten_bind_MdDbProxyEntity_GetxDataDouble_2=function(){return(SX=b._emscripten_bind_MdDbProxyEntity_GetxDataDouble_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataDouble_2).apply(null,
  1029. arguments)},TX=b._emscripten_bind_MdDbProxyEntity_SetxDataDouble_3=function(){return(TX=b._emscripten_bind_MdDbProxyEntity_SetxDataDouble_3=b.asm.emscripten_bind_MdDbProxyEntity_SetxDataDouble_3).apply(null,arguments)},UX=b._emscripten_bind_MdDbProxyEntity_GetxDataLong_2=function(){return(UX=b._emscripten_bind_MdDbProxyEntity_GetxDataLong_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataLong_2).apply(null,arguments)},VX=b._emscripten_bind_MdDbProxyEntity_SetxDataLong_3=function(){return(VX=b._emscripten_bind_MdDbProxyEntity_SetxDataLong_3=
  1030. b.asm.emscripten_bind_MdDbProxyEntity_SetxDataLong_3).apply(null,arguments)},WX=b._emscripten_bind_MdDbProxyEntity_GetxDataPoint_2=function(){return(WX=b._emscripten_bind_MdDbProxyEntity_GetxDataPoint_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataPoint_2).apply(null,arguments)},XX=b._emscripten_bind_MdDbProxyEntity_SetxDataPoint_3=function(){return(XX=b._emscripten_bind_MdDbProxyEntity_SetxDataPoint_3=b.asm.emscripten_bind_MdDbProxyEntity_SetxDataPoint_3).apply(null,arguments)},YX=b._emscripten_bind_MdDbProxyEntity_DeleteXData_1=
  1031. function(){return(YX=b._emscripten_bind_MdDbProxyEntity_DeleteXData_1=b.asm.emscripten_bind_MdDbProxyEntity_DeleteXData_1).apply(null,arguments)},ZX=b._emscripten_bind_MdDbProxyEntity_GetAllAppName_0=function(){return(ZX=b._emscripten_bind_MdDbProxyEntity_GetAllAppName_0=b.asm.emscripten_bind_MdDbProxyEntity_GetAllAppName_0).apply(null,arguments)},$X=b._emscripten_bind_MdDbProxyEntity_LayerId_0=function(){return($X=b._emscripten_bind_MdDbProxyEntity_LayerId_0=b.asm.emscripten_bind_MdDbProxyEntity_LayerId_0).apply(null,
  1032. arguments)},aY=b._emscripten_bind_MdDbProxyEntity_SetLayerId_1=function(){return(aY=b._emscripten_bind_MdDbProxyEntity_SetLayerId_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLayerId_1).apply(null,arguments)},bY=b._emscripten_bind_MdDbProxyEntity_LinetypeId_0=function(){return(bY=b._emscripten_bind_MdDbProxyEntity_LinetypeId_0=b.asm.emscripten_bind_MdDbProxyEntity_LinetypeId_0).apply(null,arguments)},cY=b._emscripten_bind_MdDbProxyEntity_SetLinetypeId_1=function(){return(cY=b._emscripten_bind_MdDbProxyEntity_SetLinetypeId_1=
  1033. b.asm.emscripten_bind_MdDbProxyEntity_SetLinetypeId_1).apply(null,arguments)},dY=b._emscripten_bind_MdDbProxyEntity_Linetype_0=function(){return(dY=b._emscripten_bind_MdDbProxyEntity_Linetype_0=b.asm.emscripten_bind_MdDbProxyEntity_Linetype_0).apply(null,arguments)},eY=b._emscripten_bind_MdDbProxyEntity_SetLinetype_1=function(){return(eY=b._emscripten_bind_MdDbProxyEntity_SetLinetype_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLinetype_1).apply(null,arguments)},fY=b._emscripten_bind_MdDbProxyEntity_TextStyleId_0=
  1034. function(){return(fY=b._emscripten_bind_MdDbProxyEntity_TextStyleId_0=b.asm.emscripten_bind_MdDbProxyEntity_TextStyleId_0).apply(null,arguments)},gY=b._emscripten_bind_MdDbProxyEntity_SetTextStyleId_1=function(){return(gY=b._emscripten_bind_MdDbProxyEntity_SetTextStyleId_1=b.asm.emscripten_bind_MdDbProxyEntity_SetTextStyleId_1).apply(null,arguments)},hY=b._emscripten_bind_MdDbProxyEntity_IntersectWith_2=function(){return(hY=b._emscripten_bind_MdDbProxyEntity_IntersectWith_2=b.asm.emscripten_bind_MdDbProxyEntity_IntersectWith_2).apply(null,
  1035. arguments)},iY=b._emscripten_bind_MdDbProxyEntity_getArea_0=function(){return(iY=b._emscripten_bind_MdDbProxyEntity_getArea_0=b.asm.emscripten_bind_MdDbProxyEntity_getArea_0).apply(null,arguments)},jY=b._emscripten_bind_MdDbProxyEntity_disableUpdateDisplay_1=function(){return(jY=b._emscripten_bind_MdDbProxyEntity_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbProxyEntity_disableUpdateDisplay_1).apply(null,arguments)},kY=b._emscripten_bind_MdDbProxyEntity_isPropertiesWindowCustom_0=function(){return(kY=
  1036. b._emscripten_bind_MdDbProxyEntity_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbProxyEntity_isPropertiesWindowCustom_0).apply(null,arguments)},lY=b._emscripten_bind_MdDbProxyEntity_setPropertiesWindowCustom_1=function(){return(lY=b._emscripten_bind_MdDbProxyEntity_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbProxyEntity_setPropertiesWindowCustom_1).apply(null,arguments)},mY=b._emscripten_bind_MdDbProxyEntity_updateDisplay_0=function(){return(mY=b._emscripten_bind_MdDbProxyEntity_updateDisplay_0=
  1037. b.asm.emscripten_bind_MdDbProxyEntity_updateDisplay_0).apply(null,arguments)},nY=b._emscripten_bind_MdDbProxyEntity_DrawOrder_0=function(){return(nY=b._emscripten_bind_MdDbProxyEntity_DrawOrder_0=b.asm.emscripten_bind_MdDbProxyEntity_DrawOrder_0).apply(null,arguments)},oY=b._emscripten_bind_MdDbProxyEntity_SetDrawOrder_1=function(){return(oY=b._emscripten_bind_MdDbProxyEntity_SetDrawOrder_1=b.asm.emscripten_bind_MdDbProxyEntity_SetDrawOrder_1).apply(null,arguments)},pY=b._emscripten_bind_MdDbProxyEntity_GetObjectID_0=
  1038. function(){return(pY=b._emscripten_bind_MdDbProxyEntity_GetObjectID_0=b.asm.emscripten_bind_MdDbProxyEntity_GetObjectID_0).apply(null,arguments)},qY=b._emscripten_bind_MdDbProxyEntity_Erase_0=function(){return(qY=b._emscripten_bind_MdDbProxyEntity_Erase_0=b.asm.emscripten_bind_MdDbProxyEntity_Erase_0).apply(null,arguments)},rY=b._emscripten_bind_MdDbProxyEntity_isErased_0=function(){return(rY=b._emscripten_bind_MdDbProxyEntity_isErased_0=b.asm.emscripten_bind_MdDbProxyEntity_isErased_0).apply(null,
  1039. arguments)},sY=b._emscripten_bind_MdDbProxyEntity_unErase_0=function(){return(sY=b._emscripten_bind_MdDbProxyEntity_unErase_0=b.asm.emscripten_bind_MdDbProxyEntity_unErase_0).apply(null,arguments)},tY=b._emscripten_bind_MdDbProxyEntity_ConnectionTempObject_1=function(){return(tY=b._emscripten_bind_MdDbProxyEntity_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbProxyEntity_ConnectionTempObject_1).apply(null,arguments)},uY=b._emscripten_bind_MdDbProxyEntity_GetExtensionDictionary_0=function(){return(uY=
  1040. b._emscripten_bind_MdDbProxyEntity_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbProxyEntity_GetExtensionDictionary_0).apply(null,arguments)},vY=b._emscripten_bind_MdDbProxyEntity_CreateExtensionDictionary_0=function(){return(vY=b._emscripten_bind_MdDbProxyEntity_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbProxyEntity_CreateExtensionDictionary_0).apply(null,arguments)},wY=b._emscripten_bind_MdDbProxyEntity_IsHaveExtensionDictionary_0=function(){return(wY=b._emscripten_bind_MdDbProxyEntity_IsHaveExtensionDictionary_0=
  1041. b.asm.emscripten_bind_MdDbProxyEntity_IsHaveExtensionDictionary_0).apply(null,arguments)},xY=b._emscripten_bind_MdDbProxyEntity_Clone_0=function(){return(xY=b._emscripten_bind_MdDbProxyEntity_Clone_0=b.asm.emscripten_bind_MdDbProxyEntity_Clone_0).apply(null,arguments)},yY=b._emscripten_bind_MdDbProxyEntity_GetHandle_0=function(){return(yY=b._emscripten_bind_MdDbProxyEntity_GetHandle_0=b.asm.emscripten_bind_MdDbProxyEntity_GetHandle_0).apply(null,arguments)},zY=b._emscripten_bind_MdDbProxyEntity_GetDatabase_0=
  1042. function(){return(zY=b._emscripten_bind_MdDbProxyEntity_GetDatabase_0=b.asm.emscripten_bind_MdDbProxyEntity_GetDatabase_0).apply(null,arguments)},AY=b._emscripten_bind_MdDbProxyEntity_GetDatabaseIndexId_0=function(){return(AY=b._emscripten_bind_MdDbProxyEntity_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbProxyEntity_GetDatabaseIndexId_0).apply(null,arguments)},BY=b._emscripten_bind_MdDbProxyEntity_GetOwnerID_0=function(){return(BY=b._emscripten_bind_MdDbProxyEntity_GetOwnerID_0=b.asm.emscripten_bind_MdDbProxyEntity_GetOwnerID_0).apply(null,
  1043. arguments)},CY=b._emscripten_bind_MdDbProxyEntity_moveGripPointsAt_4=function(){return(CY=b._emscripten_bind_MdDbProxyEntity_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbProxyEntity_moveGripPointsAt_4).apply(null,arguments)},DY=b._emscripten_bind_MdDbProxyEntity_getGripPoints_0=function(){return(DY=b._emscripten_bind_MdDbProxyEntity_getGripPoints_0=b.asm.emscripten_bind_MdDbProxyEntity_getGripPoints_0).apply(null,arguments)},EY=b._emscripten_bind_MdDbProxyEntity_getObjectName_0=function(){return(EY=
  1044. b._emscripten_bind_MdDbProxyEntity_getObjectName_0=b.asm.emscripten_bind_MdDbProxyEntity_getObjectName_0).apply(null,arguments)},FY=b._emscripten_bind_MdDbProxyEntity_getDxf0_0=function(){return(FY=b._emscripten_bind_MdDbProxyEntity_getDxf0_0=b.asm.emscripten_bind_MdDbProxyEntity_getDxf0_0).apply(null,arguments)},GY=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTypeName_0=function(){return(GY=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbProxyEntity_getCustomEntityTypeName_0).apply(null,
  1045. arguments)},HY=b._emscripten_bind_MdDbProxyEntity_getCustomEntityid_0=function(){return(HY=b._emscripten_bind_MdDbProxyEntity_getCustomEntityid_0=b.asm.emscripten_bind_MdDbProxyEntity_getCustomEntityid_0).apply(null,arguments)},IY=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTempid_0=function(){return(IY=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbProxyEntity_getCustomEntityTempid_0).apply(null,arguments)},JY=b._emscripten_bind_MdDbProxyEntity_setCustomEntityTempid_1=
  1046. function(){return(JY=b._emscripten_bind_MdDbProxyEntity_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbProxyEntity_setCustomEntityTempid_1).apply(null,arguments)},KY=b._emscripten_bind_MdDbProxyEntity_getJson_0=function(){return(KY=b._emscripten_bind_MdDbProxyEntity_getJson_0=b.asm.emscripten_bind_MdDbProxyEntity_getJson_0).apply(null,arguments)},LY=b._emscripten_bind_MdDbProxyEntity_setJson_1=function(){return(LY=b._emscripten_bind_MdDbProxyEntity_setJson_1=b.asm.emscripten_bind_MdDbProxyEntity_setJson_1).apply(null,
  1047. arguments)},MY=b._emscripten_bind_MdDbProxyEntity_isKindOf_1=function(){return(MY=b._emscripten_bind_MdDbProxyEntity_isKindOf_1=b.asm.emscripten_bind_MdDbProxyEntity_isKindOf_1).apply(null,arguments)},NY=b._emscripten_bind_MdDbProxyEntity_isNull_0=function(){return(NY=b._emscripten_bind_MdDbProxyEntity_isNull_0=b.asm.emscripten_bind_MdDbProxyEntity_isNull_0).apply(null,arguments)},OY=b._emscripten_bind_MdDbProxyEntity___destroy___0=function(){return(OY=b._emscripten_bind_MdDbProxyEntity___destroy___0=
  1048. b.asm.emscripten_bind_MdDbProxyEntity___destroy___0).apply(null,arguments)},PY=b._emscripten_bind_MdDbRasterImage_MdDbRasterImage_0=function(){return(PY=b._emscripten_bind_MdDbRasterImage_MdDbRasterImage_0=b.asm.emscripten_bind_MdDbRasterImage_MdDbRasterImage_0).apply(null,arguments)},QY=b._emscripten_bind_MdDbRasterImage_setOrientation_3=function(){return(QY=b._emscripten_bind_MdDbRasterImage_setOrientation_3=b.asm.emscripten_bind_MdDbRasterImage_setOrientation_3).apply(null,arguments)},RY=b._emscripten_bind_MdDbRasterImage_getOrientation_0=
  1049. function(){return(RY=b._emscripten_bind_MdDbRasterImage_getOrientation_0=b.asm.emscripten_bind_MdDbRasterImage_getOrientation_0).apply(null,arguments)},SY=b._emscripten_bind_MdDbRasterImage_setImageDefId_1=function(){return(SY=b._emscripten_bind_MdDbRasterImage_setImageDefId_1=b.asm.emscripten_bind_MdDbRasterImage_setImageDefId_1).apply(null,arguments)},TY=b._emscripten_bind_MdDbRasterImage_imageDefId_0=function(){return(TY=b._emscripten_bind_MdDbRasterImage_imageDefId_0=b.asm.emscripten_bind_MdDbRasterImage_imageDefId_0).apply(null,
  1050. arguments)},UY=b._emscripten_bind_MdDbRasterImage_setClipBoundary_2=function(){return(UY=b._emscripten_bind_MdDbRasterImage_setClipBoundary_2=b.asm.emscripten_bind_MdDbRasterImage_setClipBoundary_2).apply(null,arguments)},VY=b._emscripten_bind_MdDbRasterImage_clipBoundary_0=function(){return(VY=b._emscripten_bind_MdDbRasterImage_clipBoundary_0=b.asm.emscripten_bind_MdDbRasterImage_clipBoundary_0).apply(null,arguments)},WY=b._emscripten_bind_MdDbRasterImage_clipBoundaryType_0=function(){return(WY=
  1051. b._emscripten_bind_MdDbRasterImage_clipBoundaryType_0=b.asm.emscripten_bind_MdDbRasterImage_clipBoundaryType_0).apply(null,arguments)},XY=b._emscripten_bind_MdDbRasterImage_explode_0=function(){return(XY=b._emscripten_bind_MdDbRasterImage_explode_0=b.asm.emscripten_bind_MdDbRasterImage_explode_0).apply(null,arguments)},YY=b._emscripten_bind_MdDbRasterImage_TrueColor_0=function(){return(YY=b._emscripten_bind_MdDbRasterImage_TrueColor_0=b.asm.emscripten_bind_MdDbRasterImage_TrueColor_0).apply(null,
  1052. arguments)},ZY=b._emscripten_bind_MdDbRasterImage_SetTrueColor_1=function(){return(ZY=b._emscripten_bind_MdDbRasterImage_SetTrueColor_1=b.asm.emscripten_bind_MdDbRasterImage_SetTrueColor_1).apply(null,arguments)},$Y=b._emscripten_bind_MdDbRasterImage_ColorIndex_0=function(){return($Y=b._emscripten_bind_MdDbRasterImage_ColorIndex_0=b.asm.emscripten_bind_MdDbRasterImage_ColorIndex_0).apply(null,arguments)},aZ=b._emscripten_bind_MdDbRasterImage_SetColorIndex_1=function(){return(aZ=b._emscripten_bind_MdDbRasterImage_SetColorIndex_1=
  1053. b.asm.emscripten_bind_MdDbRasterImage_SetColorIndex_1).apply(null,arguments)},bZ=b._emscripten_bind_MdDbRasterImage_Layer_0=function(){return(bZ=b._emscripten_bind_MdDbRasterImage_Layer_0=b.asm.emscripten_bind_MdDbRasterImage_Layer_0).apply(null,arguments)},cZ=b._emscripten_bind_MdDbRasterImage_SetLayer_1=function(){return(cZ=b._emscripten_bind_MdDbRasterImage_SetLayer_1=b.asm.emscripten_bind_MdDbRasterImage_SetLayer_1).apply(null,arguments)},dZ=b._emscripten_bind_MdDbRasterImage_LinetypeScale_0=
  1054. function(){return(dZ=b._emscripten_bind_MdDbRasterImage_LinetypeScale_0=b.asm.emscripten_bind_MdDbRasterImage_LinetypeScale_0).apply(null,arguments)},eZ=b._emscripten_bind_MdDbRasterImage_SetLinetypeScale_1=function(){return(eZ=b._emscripten_bind_MdDbRasterImage_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbRasterImage_SetLinetypeScale_1).apply(null,arguments)},fZ=b._emscripten_bind_MdDbRasterImage_Visible_0=function(){return(fZ=b._emscripten_bind_MdDbRasterImage_Visible_0=b.asm.emscripten_bind_MdDbRasterImage_Visible_0).apply(null,
  1055. arguments)},gZ=b._emscripten_bind_MdDbRasterImage_SetVisible_1=function(){return(gZ=b._emscripten_bind_MdDbRasterImage_SetVisible_1=b.asm.emscripten_bind_MdDbRasterImage_SetVisible_1).apply(null,arguments)},hZ=b._emscripten_bind_MdDbRasterImage_Lineweight_0=function(){return(hZ=b._emscripten_bind_MdDbRasterImage_Lineweight_0=b.asm.emscripten_bind_MdDbRasterImage_Lineweight_0).apply(null,arguments)},iZ=b._emscripten_bind_MdDbRasterImage_SetLineweight_1=function(){return(iZ=b._emscripten_bind_MdDbRasterImage_SetLineweight_1=
  1056. b.asm.emscripten_bind_MdDbRasterImage_SetLineweight_1).apply(null,arguments)},jZ=b._emscripten_bind_MdDbRasterImage_TextStyle_0=function(){return(jZ=b._emscripten_bind_MdDbRasterImage_TextStyle_0=b.asm.emscripten_bind_MdDbRasterImage_TextStyle_0).apply(null,arguments)},kZ=b._emscripten_bind_MdDbRasterImage_SetTextStyle_1=function(){return(kZ=b._emscripten_bind_MdDbRasterImage_SetTextStyle_1=b.asm.emscripten_bind_MdDbRasterImage_SetTextStyle_1).apply(null,arguments)},lZ=b._emscripten_bind_MdDbRasterImage_Highlight_1=
  1057. function(){return(lZ=b._emscripten_bind_MdDbRasterImage_Highlight_1=b.asm.emscripten_bind_MdDbRasterImage_Highlight_1).apply(null,arguments)},mZ=b._emscripten_bind_MdDbRasterImage_Move_2=function(){return(mZ=b._emscripten_bind_MdDbRasterImage_Move_2=b.asm.emscripten_bind_MdDbRasterImage_Move_2).apply(null,arguments)},nZ=b._emscripten_bind_MdDbRasterImage_Rotate_2=function(){return(nZ=b._emscripten_bind_MdDbRasterImage_Rotate_2=b.asm.emscripten_bind_MdDbRasterImage_Rotate_2).apply(null,arguments)},
  1058. oZ=b._emscripten_bind_MdDbRasterImage_Mirror_2=function(){return(oZ=b._emscripten_bind_MdDbRasterImage_Mirror_2=b.asm.emscripten_bind_MdDbRasterImage_Mirror_2).apply(null,arguments)},pZ=b._emscripten_bind_MdDbRasterImage_ScaleEntity_2=function(){return(pZ=b._emscripten_bind_MdDbRasterImage_ScaleEntity_2=b.asm.emscripten_bind_MdDbRasterImage_ScaleEntity_2).apply(null,arguments)},qZ=b._emscripten_bind_MdDbRasterImage_TransformBy_1=function(){return(qZ=b._emscripten_bind_MdDbRasterImage_TransformBy_1=
  1059. b.asm.emscripten_bind_MdDbRasterImage_TransformBy_1).apply(null,arguments)},rZ=b._emscripten_bind_MdDbRasterImage_GetBoundingBox_0=function(){return(rZ=b._emscripten_bind_MdDbRasterImage_GetBoundingBox_0=b.asm.emscripten_bind_MdDbRasterImage_GetBoundingBox_0).apply(null,arguments)},sZ=b._emscripten_bind_MdDbRasterImage_GetXData_1=function(){return(sZ=b._emscripten_bind_MdDbRasterImage_GetXData_1=b.asm.emscripten_bind_MdDbRasterImage_GetXData_1).apply(null,arguments)},tZ=b._emscripten_bind_MdDbRasterImage_SetXData_1=
  1060. function(){return(tZ=b._emscripten_bind_MdDbRasterImage_SetXData_1=b.asm.emscripten_bind_MdDbRasterImage_SetXData_1).apply(null,arguments)},uZ=b._emscripten_bind_MdDbRasterImage_GetxDataString_2=function(){return(uZ=b._emscripten_bind_MdDbRasterImage_GetxDataString_2=b.asm.emscripten_bind_MdDbRasterImage_GetxDataString_2).apply(null,arguments)},vZ=b._emscripten_bind_MdDbRasterImage_SetxDataString_3=function(){return(vZ=b._emscripten_bind_MdDbRasterImage_SetxDataString_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataString_3).apply(null,
  1061. arguments)},wZ=b._emscripten_bind_MdDbRasterImage_GetxDataDouble_2=function(){return(wZ=b._emscripten_bind_MdDbRasterImage_GetxDataDouble_2=b.asm.emscripten_bind_MdDbRasterImage_GetxDataDouble_2).apply(null,arguments)},xZ=b._emscripten_bind_MdDbRasterImage_SetxDataDouble_3=function(){return(xZ=b._emscripten_bind_MdDbRasterImage_SetxDataDouble_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataDouble_3).apply(null,arguments)},yZ=b._emscripten_bind_MdDbRasterImage_GetxDataLong_2=function(){return(yZ=b._emscripten_bind_MdDbRasterImage_GetxDataLong_2=
  1062. b.asm.emscripten_bind_MdDbRasterImage_GetxDataLong_2).apply(null,arguments)},zZ=b._emscripten_bind_MdDbRasterImage_SetxDataLong_3=function(){return(zZ=b._emscripten_bind_MdDbRasterImage_SetxDataLong_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataLong_3).apply(null,arguments)},AZ=b._emscripten_bind_MdDbRasterImage_GetxDataPoint_2=function(){return(AZ=b._emscripten_bind_MdDbRasterImage_GetxDataPoint_2=b.asm.emscripten_bind_MdDbRasterImage_GetxDataPoint_2).apply(null,arguments)},BZ=b._emscripten_bind_MdDbRasterImage_SetxDataPoint_3=
  1063. function(){return(BZ=b._emscripten_bind_MdDbRasterImage_SetxDataPoint_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataPoint_3).apply(null,arguments)},CZ=b._emscripten_bind_MdDbRasterImage_DeleteXData_1=function(){return(CZ=b._emscripten_bind_MdDbRasterImage_DeleteXData_1=b.asm.emscripten_bind_MdDbRasterImage_DeleteXData_1).apply(null,arguments)},DZ=b._emscripten_bind_MdDbRasterImage_GetAllAppName_0=function(){return(DZ=b._emscripten_bind_MdDbRasterImage_GetAllAppName_0=b.asm.emscripten_bind_MdDbRasterImage_GetAllAppName_0).apply(null,
  1064. arguments)},EZ=b._emscripten_bind_MdDbRasterImage_LayerId_0=function(){return(EZ=b._emscripten_bind_MdDbRasterImage_LayerId_0=b.asm.emscripten_bind_MdDbRasterImage_LayerId_0).apply(null,arguments)},FZ=b._emscripten_bind_MdDbRasterImage_SetLayerId_1=function(){return(FZ=b._emscripten_bind_MdDbRasterImage_SetLayerId_1=b.asm.emscripten_bind_MdDbRasterImage_SetLayerId_1).apply(null,arguments)},GZ=b._emscripten_bind_MdDbRasterImage_LinetypeId_0=function(){return(GZ=b._emscripten_bind_MdDbRasterImage_LinetypeId_0=
  1065. b.asm.emscripten_bind_MdDbRasterImage_LinetypeId_0).apply(null,arguments)},HZ=b._emscripten_bind_MdDbRasterImage_SetLinetypeId_1=function(){return(HZ=b._emscripten_bind_MdDbRasterImage_SetLinetypeId_1=b.asm.emscripten_bind_MdDbRasterImage_SetLinetypeId_1).apply(null,arguments)},IZ=b._emscripten_bind_MdDbRasterImage_Linetype_0=function(){return(IZ=b._emscripten_bind_MdDbRasterImage_Linetype_0=b.asm.emscripten_bind_MdDbRasterImage_Linetype_0).apply(null,arguments)},JZ=b._emscripten_bind_MdDbRasterImage_SetLinetype_1=
  1066. function(){return(JZ=b._emscripten_bind_MdDbRasterImage_SetLinetype_1=b.asm.emscripten_bind_MdDbRasterImage_SetLinetype_1).apply(null,arguments)},KZ=b._emscripten_bind_MdDbRasterImage_TextStyleId_0=function(){return(KZ=b._emscripten_bind_MdDbRasterImage_TextStyleId_0=b.asm.emscripten_bind_MdDbRasterImage_TextStyleId_0).apply(null,arguments)},LZ=b._emscripten_bind_MdDbRasterImage_SetTextStyleId_1=function(){return(LZ=b._emscripten_bind_MdDbRasterImage_SetTextStyleId_1=b.asm.emscripten_bind_MdDbRasterImage_SetTextStyleId_1).apply(null,
  1067. arguments)},MZ=b._emscripten_bind_MdDbRasterImage_IntersectWith_2=function(){return(MZ=b._emscripten_bind_MdDbRasterImage_IntersectWith_2=b.asm.emscripten_bind_MdDbRasterImage_IntersectWith_2).apply(null,arguments)},NZ=b._emscripten_bind_MdDbRasterImage_getArea_0=function(){return(NZ=b._emscripten_bind_MdDbRasterImage_getArea_0=b.asm.emscripten_bind_MdDbRasterImage_getArea_0).apply(null,arguments)},OZ=b._emscripten_bind_MdDbRasterImage_disableUpdateDisplay_1=function(){return(OZ=b._emscripten_bind_MdDbRasterImage_disableUpdateDisplay_1=
  1068. b.asm.emscripten_bind_MdDbRasterImage_disableUpdateDisplay_1).apply(null,arguments)},PZ=b._emscripten_bind_MdDbRasterImage_isPropertiesWindowCustom_0=function(){return(PZ=b._emscripten_bind_MdDbRasterImage_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbRasterImage_isPropertiesWindowCustom_0).apply(null,arguments)},QZ=b._emscripten_bind_MdDbRasterImage_setPropertiesWindowCustom_1=function(){return(QZ=b._emscripten_bind_MdDbRasterImage_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbRasterImage_setPropertiesWindowCustom_1).apply(null,
  1069. arguments)},RZ=b._emscripten_bind_MdDbRasterImage_updateDisplay_0=function(){return(RZ=b._emscripten_bind_MdDbRasterImage_updateDisplay_0=b.asm.emscripten_bind_MdDbRasterImage_updateDisplay_0).apply(null,arguments)},SZ=b._emscripten_bind_MdDbRasterImage_DrawOrder_0=function(){return(SZ=b._emscripten_bind_MdDbRasterImage_DrawOrder_0=b.asm.emscripten_bind_MdDbRasterImage_DrawOrder_0).apply(null,arguments)},TZ=b._emscripten_bind_MdDbRasterImage_SetDrawOrder_1=function(){return(TZ=b._emscripten_bind_MdDbRasterImage_SetDrawOrder_1=
  1070. b.asm.emscripten_bind_MdDbRasterImage_SetDrawOrder_1).apply(null,arguments)},UZ=b._emscripten_bind_MdDbRasterImage_GetObjectID_0=function(){return(UZ=b._emscripten_bind_MdDbRasterImage_GetObjectID_0=b.asm.emscripten_bind_MdDbRasterImage_GetObjectID_0).apply(null,arguments)},VZ=b._emscripten_bind_MdDbRasterImage_Erase_0=function(){return(VZ=b._emscripten_bind_MdDbRasterImage_Erase_0=b.asm.emscripten_bind_MdDbRasterImage_Erase_0).apply(null,arguments)},WZ=b._emscripten_bind_MdDbRasterImage_isErased_0=
  1071. function(){return(WZ=b._emscripten_bind_MdDbRasterImage_isErased_0=b.asm.emscripten_bind_MdDbRasterImage_isErased_0).apply(null,arguments)},XZ=b._emscripten_bind_MdDbRasterImage_unErase_0=function(){return(XZ=b._emscripten_bind_MdDbRasterImage_unErase_0=b.asm.emscripten_bind_MdDbRasterImage_unErase_0).apply(null,arguments)},YZ=b._emscripten_bind_MdDbRasterImage_ConnectionTempObject_1=function(){return(YZ=b._emscripten_bind_MdDbRasterImage_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRasterImage_ConnectionTempObject_1).apply(null,
  1072. arguments)},ZZ=b._emscripten_bind_MdDbRasterImage_GetExtensionDictionary_0=function(){return(ZZ=b._emscripten_bind_MdDbRasterImage_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImage_GetExtensionDictionary_0).apply(null,arguments)},$Z=b._emscripten_bind_MdDbRasterImage_CreateExtensionDictionary_0=function(){return($Z=b._emscripten_bind_MdDbRasterImage_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImage_CreateExtensionDictionary_0).apply(null,arguments)},a_=b._emscripten_bind_MdDbRasterImage_IsHaveExtensionDictionary_0=
  1073. function(){return(a_=b._emscripten_bind_MdDbRasterImage_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImage_IsHaveExtensionDictionary_0).apply(null,arguments)},b_=b._emscripten_bind_MdDbRasterImage_Clone_0=function(){return(b_=b._emscripten_bind_MdDbRasterImage_Clone_0=b.asm.emscripten_bind_MdDbRasterImage_Clone_0).apply(null,arguments)},c_=b._emscripten_bind_MdDbRasterImage_GetHandle_0=function(){return(c_=b._emscripten_bind_MdDbRasterImage_GetHandle_0=b.asm.emscripten_bind_MdDbRasterImage_GetHandle_0).apply(null,
  1074. arguments)},d_=b._emscripten_bind_MdDbRasterImage_GetDatabase_0=function(){return(d_=b._emscripten_bind_MdDbRasterImage_GetDatabase_0=b.asm.emscripten_bind_MdDbRasterImage_GetDatabase_0).apply(null,arguments)},e_=b._emscripten_bind_MdDbRasterImage_GetDatabaseIndexId_0=function(){return(e_=b._emscripten_bind_MdDbRasterImage_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbRasterImage_GetDatabaseIndexId_0).apply(null,arguments)},f_=b._emscripten_bind_MdDbRasterImage_GetOwnerID_0=function(){return(f_=
  1075. b._emscripten_bind_MdDbRasterImage_GetOwnerID_0=b.asm.emscripten_bind_MdDbRasterImage_GetOwnerID_0).apply(null,arguments)},g_=b._emscripten_bind_MdDbRasterImage_moveGripPointsAt_4=function(){return(g_=b._emscripten_bind_MdDbRasterImage_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbRasterImage_moveGripPointsAt_4).apply(null,arguments)},h_=b._emscripten_bind_MdDbRasterImage_getGripPoints_0=function(){return(h_=b._emscripten_bind_MdDbRasterImage_getGripPoints_0=b.asm.emscripten_bind_MdDbRasterImage_getGripPoints_0).apply(null,
  1076. arguments)},i_=b._emscripten_bind_MdDbRasterImage_getObjectName_0=function(){return(i_=b._emscripten_bind_MdDbRasterImage_getObjectName_0=b.asm.emscripten_bind_MdDbRasterImage_getObjectName_0).apply(null,arguments)},j_=b._emscripten_bind_MdDbRasterImage_getDxf0_0=function(){return(j_=b._emscripten_bind_MdDbRasterImage_getDxf0_0=b.asm.emscripten_bind_MdDbRasterImage_getDxf0_0).apply(null,arguments)},k_=b._emscripten_bind_MdDbRasterImage_getCustomEntityTypeName_0=function(){return(k_=b._emscripten_bind_MdDbRasterImage_getCustomEntityTypeName_0=
  1077. b.asm.emscripten_bind_MdDbRasterImage_getCustomEntityTypeName_0).apply(null,arguments)},l_=b._emscripten_bind_MdDbRasterImage_getCustomEntityid_0=function(){return(l_=b._emscripten_bind_MdDbRasterImage_getCustomEntityid_0=b.asm.emscripten_bind_MdDbRasterImage_getCustomEntityid_0).apply(null,arguments)},m_=b._emscripten_bind_MdDbRasterImage_getCustomEntityTempid_0=function(){return(m_=b._emscripten_bind_MdDbRasterImage_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbRasterImage_getCustomEntityTempid_0).apply(null,
  1078. arguments)},n_=b._emscripten_bind_MdDbRasterImage_setCustomEntityTempid_1=function(){return(n_=b._emscripten_bind_MdDbRasterImage_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbRasterImage_setCustomEntityTempid_1).apply(null,arguments)},o_=b._emscripten_bind_MdDbRasterImage_getJson_0=function(){return(o_=b._emscripten_bind_MdDbRasterImage_getJson_0=b.asm.emscripten_bind_MdDbRasterImage_getJson_0).apply(null,arguments)},p_=b._emscripten_bind_MdDbRasterImage_setJson_1=function(){return(p_=b._emscripten_bind_MdDbRasterImage_setJson_1=
  1079. b.asm.emscripten_bind_MdDbRasterImage_setJson_1).apply(null,arguments)},q_=b._emscripten_bind_MdDbRasterImage_isKindOf_1=function(){return(q_=b._emscripten_bind_MdDbRasterImage_isKindOf_1=b.asm.emscripten_bind_MdDbRasterImage_isKindOf_1).apply(null,arguments)},r_=b._emscripten_bind_MdDbRasterImage_isNull_0=function(){return(r_=b._emscripten_bind_MdDbRasterImage_isNull_0=b.asm.emscripten_bind_MdDbRasterImage_isNull_0).apply(null,arguments)},s_=b._emscripten_bind_MdDbRasterImage___destroy___0=function(){return(s_=
  1080. b._emscripten_bind_MdDbRasterImage___destroy___0=b.asm.emscripten_bind_MdDbRasterImage___destroy___0).apply(null,arguments)},t_=b._emscripten_bind_MdDbRasterImageDef_MdDbRasterImageDef_0=function(){return(t_=b._emscripten_bind_MdDbRasterImageDef_MdDbRasterImageDef_0=b.asm.emscripten_bind_MdDbRasterImageDef_MdDbRasterImageDef_0).apply(null,arguments)},u_=b._emscripten_bind_MdDbRasterImageDef_setSourceFileName_1=function(){return(u_=b._emscripten_bind_MdDbRasterImageDef_setSourceFileName_1=b.asm.emscripten_bind_MdDbRasterImageDef_setSourceFileName_1).apply(null,
  1081. arguments)},v_=b._emscripten_bind_MdDbRasterImageDef_sourceFileName_0=function(){return(v_=b._emscripten_bind_MdDbRasterImageDef_sourceFileName_0=b.asm.emscripten_bind_MdDbRasterImageDef_sourceFileName_0).apply(null,arguments)},w_=b._emscripten_bind_MdDbRasterImageDef_GetObjectID_0=function(){return(w_=b._emscripten_bind_MdDbRasterImageDef_GetObjectID_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetObjectID_0).apply(null,arguments)},x_=b._emscripten_bind_MdDbRasterImageDef_Erase_0=function(){return(x_=
  1082. b._emscripten_bind_MdDbRasterImageDef_Erase_0=b.asm.emscripten_bind_MdDbRasterImageDef_Erase_0).apply(null,arguments)},y_=b._emscripten_bind_MdDbRasterImageDef_isErased_0=function(){return(y_=b._emscripten_bind_MdDbRasterImageDef_isErased_0=b.asm.emscripten_bind_MdDbRasterImageDef_isErased_0).apply(null,arguments)},z_=b._emscripten_bind_MdDbRasterImageDef_unErase_0=function(){return(z_=b._emscripten_bind_MdDbRasterImageDef_unErase_0=b.asm.emscripten_bind_MdDbRasterImageDef_unErase_0).apply(null,arguments)},
  1083. A_=b._emscripten_bind_MdDbRasterImageDef_ConnectionTempObject_1=function(){return(A_=b._emscripten_bind_MdDbRasterImageDef_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRasterImageDef_ConnectionTempObject_1).apply(null,arguments)},B_=b._emscripten_bind_MdDbRasterImageDef_GetExtensionDictionary_0=function(){return(B_=b._emscripten_bind_MdDbRasterImageDef_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetExtensionDictionary_0).apply(null,arguments)},C_=b._emscripten_bind_MdDbRasterImageDef_CreateExtensionDictionary_0=
  1084. function(){return(C_=b._emscripten_bind_MdDbRasterImageDef_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImageDef_CreateExtensionDictionary_0).apply(null,arguments)},D_=b._emscripten_bind_MdDbRasterImageDef_IsHaveExtensionDictionary_0=function(){return(D_=b._emscripten_bind_MdDbRasterImageDef_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImageDef_IsHaveExtensionDictionary_0).apply(null,arguments)},E_=b._emscripten_bind_MdDbRasterImageDef_Clone_0=function(){return(E_=b._emscripten_bind_MdDbRasterImageDef_Clone_0=
  1085. b.asm.emscripten_bind_MdDbRasterImageDef_Clone_0).apply(null,arguments)},F_=b._emscripten_bind_MdDbRasterImageDef_GetHandle_0=function(){return(F_=b._emscripten_bind_MdDbRasterImageDef_GetHandle_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetHandle_0).apply(null,arguments)},G_=b._emscripten_bind_MdDbRasterImageDef_GetDatabase_0=function(){return(G_=b._emscripten_bind_MdDbRasterImageDef_GetDatabase_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetDatabase_0).apply(null,arguments)},H_=b._emscripten_bind_MdDbRasterImageDef_GetDatabaseIndexId_0=
  1086. function(){return(H_=b._emscripten_bind_MdDbRasterImageDef_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetDatabaseIndexId_0).apply(null,arguments)},I_=b._emscripten_bind_MdDbRasterImageDef_GetOwnerID_0=function(){return(I_=b._emscripten_bind_MdDbRasterImageDef_GetOwnerID_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetOwnerID_0).apply(null,arguments)},J_=b._emscripten_bind_MdDbRasterImageDef_moveGripPointsAt_4=function(){return(J_=b._emscripten_bind_MdDbRasterImageDef_moveGripPointsAt_4=
  1087. b.asm.emscripten_bind_MdDbRasterImageDef_moveGripPointsAt_4).apply(null,arguments)},K_=b._emscripten_bind_MdDbRasterImageDef_getGripPoints_0=function(){return(K_=b._emscripten_bind_MdDbRasterImageDef_getGripPoints_0=b.asm.emscripten_bind_MdDbRasterImageDef_getGripPoints_0).apply(null,arguments)},L_=b._emscripten_bind_MdDbRasterImageDef_getObjectName_0=function(){return(L_=b._emscripten_bind_MdDbRasterImageDef_getObjectName_0=b.asm.emscripten_bind_MdDbRasterImageDef_getObjectName_0).apply(null,arguments)},
  1088. M_=b._emscripten_bind_MdDbRasterImageDef_getDxf0_0=function(){return(M_=b._emscripten_bind_MdDbRasterImageDef_getDxf0_0=b.asm.emscripten_bind_MdDbRasterImageDef_getDxf0_0).apply(null,arguments)},N_=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTypeName_0=function(){return(N_=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbRasterImageDef_getCustomEntityTypeName_0).apply(null,arguments)},O_=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityid_0=function(){return(O_=
  1089. b._emscripten_bind_MdDbRasterImageDef_getCustomEntityid_0=b.asm.emscripten_bind_MdDbRasterImageDef_getCustomEntityid_0).apply(null,arguments)},P_=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTempid_0=function(){return(P_=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbRasterImageDef_getCustomEntityTempid_0).apply(null,arguments)},Q_=b._emscripten_bind_MdDbRasterImageDef_setCustomEntityTempid_1=function(){return(Q_=b._emscripten_bind_MdDbRasterImageDef_setCustomEntityTempid_1=
  1090. b.asm.emscripten_bind_MdDbRasterImageDef_setCustomEntityTempid_1).apply(null,arguments)},R_=b._emscripten_bind_MdDbRasterImageDef_getJson_0=function(){return(R_=b._emscripten_bind_MdDbRasterImageDef_getJson_0=b.asm.emscripten_bind_MdDbRasterImageDef_getJson_0).apply(null,arguments)},S_=b._emscripten_bind_MdDbRasterImageDef_setJson_1=function(){return(S_=b._emscripten_bind_MdDbRasterImageDef_setJson_1=b.asm.emscripten_bind_MdDbRasterImageDef_setJson_1).apply(null,arguments)},T_=b._emscripten_bind_MdDbRasterImageDef_isKindOf_1=
  1091. function(){return(T_=b._emscripten_bind_MdDbRasterImageDef_isKindOf_1=b.asm.emscripten_bind_MdDbRasterImageDef_isKindOf_1).apply(null,arguments)},U_=b._emscripten_bind_MdDbRasterImageDef_isNull_0=function(){return(U_=b._emscripten_bind_MdDbRasterImageDef_isNull_0=b.asm.emscripten_bind_MdDbRasterImageDef_isNull_0).apply(null,arguments)},V_=b._emscripten_bind_MdDbRasterImageDef___destroy___0=function(){return(V_=b._emscripten_bind_MdDbRasterImageDef___destroy___0=b.asm.emscripten_bind_MdDbRasterImageDef___destroy___0).apply(null,
  1092. arguments)},W_=b._emscripten_bind_MdDbDictionary_MdDbDictionary_0=function(){return(W_=b._emscripten_bind_MdDbDictionary_MdDbDictionary_0=b.asm.emscripten_bind_MdDbDictionary_MdDbDictionary_0).apply(null,arguments)},X_=b._emscripten_bind_MdDbDictionary_remove_1=function(){return(X_=b._emscripten_bind_MdDbDictionary_remove_1=b.asm.emscripten_bind_MdDbDictionary_remove_1).apply(null,arguments)},Y_=b._emscripten_bind_MdDbDictionary_addObject_2=function(){return(Y_=b._emscripten_bind_MdDbDictionary_addObject_2=
  1093. b.asm.emscripten_bind_MdDbDictionary_addObject_2).apply(null,arguments)},Z_=b._emscripten_bind_MdDbDictionary_getAllObject_0=function(){return(Z_=b._emscripten_bind_MdDbDictionary_getAllObject_0=b.asm.emscripten_bind_MdDbDictionary_getAllObject_0).apply(null,arguments)},$_=b._emscripten_bind_MdDbDictionary_getAllObjectName_0=function(){return($_=b._emscripten_bind_MdDbDictionary_getAllObjectName_0=b.asm.emscripten_bind_MdDbDictionary_getAllObjectName_0).apply(null,arguments)},a0=b._emscripten_bind_MdDbDictionary_getAt_2=
  1094. function(){return(a0=b._emscripten_bind_MdDbDictionary_getAt_2=b.asm.emscripten_bind_MdDbDictionary_getAt_2).apply(null,arguments)},b0=b._emscripten_bind_MdDbDictionary_GetObjectID_0=function(){return(b0=b._emscripten_bind_MdDbDictionary_GetObjectID_0=b.asm.emscripten_bind_MdDbDictionary_GetObjectID_0).apply(null,arguments)},c0=b._emscripten_bind_MdDbDictionary_Erase_0=function(){return(c0=b._emscripten_bind_MdDbDictionary_Erase_0=b.asm.emscripten_bind_MdDbDictionary_Erase_0).apply(null,arguments)},
  1095. d0=b._emscripten_bind_MdDbDictionary_isErased_0=function(){return(d0=b._emscripten_bind_MdDbDictionary_isErased_0=b.asm.emscripten_bind_MdDbDictionary_isErased_0).apply(null,arguments)},e0=b._emscripten_bind_MdDbDictionary_unErase_0=function(){return(e0=b._emscripten_bind_MdDbDictionary_unErase_0=b.asm.emscripten_bind_MdDbDictionary_unErase_0).apply(null,arguments)},f0=b._emscripten_bind_MdDbDictionary_ConnectionTempObject_1=function(){return(f0=b._emscripten_bind_MdDbDictionary_ConnectionTempObject_1=
  1096. b.asm.emscripten_bind_MdDbDictionary_ConnectionTempObject_1).apply(null,arguments)},g0=b._emscripten_bind_MdDbDictionary_GetExtensionDictionary_0=function(){return(g0=b._emscripten_bind_MdDbDictionary_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbDictionary_GetExtensionDictionary_0).apply(null,arguments)},h0=b._emscripten_bind_MdDbDictionary_CreateExtensionDictionary_0=function(){return(h0=b._emscripten_bind_MdDbDictionary_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbDictionary_CreateExtensionDictionary_0).apply(null,
  1097. arguments)},i0=b._emscripten_bind_MdDbDictionary_IsHaveExtensionDictionary_0=function(){return(i0=b._emscripten_bind_MdDbDictionary_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbDictionary_IsHaveExtensionDictionary_0).apply(null,arguments)},j0=b._emscripten_bind_MdDbDictionary_Clone_0=function(){return(j0=b._emscripten_bind_MdDbDictionary_Clone_0=b.asm.emscripten_bind_MdDbDictionary_Clone_0).apply(null,arguments)},k0=b._emscripten_bind_MdDbDictionary_GetHandle_0=function(){return(k0=b._emscripten_bind_MdDbDictionary_GetHandle_0=
  1098. b.asm.emscripten_bind_MdDbDictionary_GetHandle_0).apply(null,arguments)},l0=b._emscripten_bind_MdDbDictionary_GetDatabase_0=function(){return(l0=b._emscripten_bind_MdDbDictionary_GetDatabase_0=b.asm.emscripten_bind_MdDbDictionary_GetDatabase_0).apply(null,arguments)},m0=b._emscripten_bind_MdDbDictionary_GetDatabaseIndexId_0=function(){return(m0=b._emscripten_bind_MdDbDictionary_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbDictionary_GetDatabaseIndexId_0).apply(null,arguments)},n0=b._emscripten_bind_MdDbDictionary_GetOwnerID_0=
  1099. function(){return(n0=b._emscripten_bind_MdDbDictionary_GetOwnerID_0=b.asm.emscripten_bind_MdDbDictionary_GetOwnerID_0).apply(null,arguments)},o0=b._emscripten_bind_MdDbDictionary_moveGripPointsAt_4=function(){return(o0=b._emscripten_bind_MdDbDictionary_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbDictionary_moveGripPointsAt_4).apply(null,arguments)},p0=b._emscripten_bind_MdDbDictionary_getGripPoints_0=function(){return(p0=b._emscripten_bind_MdDbDictionary_getGripPoints_0=b.asm.emscripten_bind_MdDbDictionary_getGripPoints_0).apply(null,
  1100. arguments)},q0=b._emscripten_bind_MdDbDictionary_getObjectName_0=function(){return(q0=b._emscripten_bind_MdDbDictionary_getObjectName_0=b.asm.emscripten_bind_MdDbDictionary_getObjectName_0).apply(null,arguments)},r0=b._emscripten_bind_MdDbDictionary_getDxf0_0=function(){return(r0=b._emscripten_bind_MdDbDictionary_getDxf0_0=b.asm.emscripten_bind_MdDbDictionary_getDxf0_0).apply(null,arguments)},s0=b._emscripten_bind_MdDbDictionary_getCustomEntityTypeName_0=function(){return(s0=b._emscripten_bind_MdDbDictionary_getCustomEntityTypeName_0=
  1101. b.asm.emscripten_bind_MdDbDictionary_getCustomEntityTypeName_0).apply(null,arguments)},t0=b._emscripten_bind_MdDbDictionary_getCustomEntityid_0=function(){return(t0=b._emscripten_bind_MdDbDictionary_getCustomEntityid_0=b.asm.emscripten_bind_MdDbDictionary_getCustomEntityid_0).apply(null,arguments)},u0=b._emscripten_bind_MdDbDictionary_getCustomEntityTempid_0=function(){return(u0=b._emscripten_bind_MdDbDictionary_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbDictionary_getCustomEntityTempid_0).apply(null,
  1102. arguments)},v0=b._emscripten_bind_MdDbDictionary_setCustomEntityTempid_1=function(){return(v0=b._emscripten_bind_MdDbDictionary_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbDictionary_setCustomEntityTempid_1).apply(null,arguments)},w0=b._emscripten_bind_MdDbDictionary_getJson_0=function(){return(w0=b._emscripten_bind_MdDbDictionary_getJson_0=b.asm.emscripten_bind_MdDbDictionary_getJson_0).apply(null,arguments)},x0=b._emscripten_bind_MdDbDictionary_setJson_1=function(){return(x0=b._emscripten_bind_MdDbDictionary_setJson_1=
  1103. b.asm.emscripten_bind_MdDbDictionary_setJson_1).apply(null,arguments)},y0=b._emscripten_bind_MdDbDictionary_isKindOf_1=function(){return(y0=b._emscripten_bind_MdDbDictionary_isKindOf_1=b.asm.emscripten_bind_MdDbDictionary_isKindOf_1).apply(null,arguments)},z0=b._emscripten_bind_MdDbDictionary_isNull_0=function(){return(z0=b._emscripten_bind_MdDbDictionary_isNull_0=b.asm.emscripten_bind_MdDbDictionary_isNull_0).apply(null,arguments)},A0=b._emscripten_bind_MdDbDictionary___destroy___0=function(){return(A0=
  1104. b._emscripten_bind_MdDbDictionary___destroy___0=b.asm.emscripten_bind_MdDbDictionary___destroy___0).apply(null,arguments)},B0=b._emscripten_bind_MdDbXrecord_MdDbXrecord_0=function(){return(B0=b._emscripten_bind_MdDbXrecord_MdDbXrecord_0=b.asm.emscripten_bind_MdDbXrecord_MdDbXrecord_0).apply(null,arguments)},C0=b._emscripten_bind_MdDbXrecord_getData_0=function(){return(C0=b._emscripten_bind_MdDbXrecord_getData_0=b.asm.emscripten_bind_MdDbXrecord_getData_0).apply(null,arguments)},D0=b._emscripten_bind_MdDbXrecord_setData_1=
  1105. function(){return(D0=b._emscripten_bind_MdDbXrecord_setData_1=b.asm.emscripten_bind_MdDbXrecord_setData_1).apply(null,arguments)},E0=b._emscripten_bind_MdDbXrecord_GetObjectID_0=function(){return(E0=b._emscripten_bind_MdDbXrecord_GetObjectID_0=b.asm.emscripten_bind_MdDbXrecord_GetObjectID_0).apply(null,arguments)},F0=b._emscripten_bind_MdDbXrecord_Erase_0=function(){return(F0=b._emscripten_bind_MdDbXrecord_Erase_0=b.asm.emscripten_bind_MdDbXrecord_Erase_0).apply(null,arguments)},G0=b._emscripten_bind_MdDbXrecord_isErased_0=
  1106. function(){return(G0=b._emscripten_bind_MdDbXrecord_isErased_0=b.asm.emscripten_bind_MdDbXrecord_isErased_0).apply(null,arguments)},H0=b._emscripten_bind_MdDbXrecord_unErase_0=function(){return(H0=b._emscripten_bind_MdDbXrecord_unErase_0=b.asm.emscripten_bind_MdDbXrecord_unErase_0).apply(null,arguments)},I0=b._emscripten_bind_MdDbXrecord_ConnectionTempObject_1=function(){return(I0=b._emscripten_bind_MdDbXrecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbXrecord_ConnectionTempObject_1).apply(null,
  1107. arguments)},J0=b._emscripten_bind_MdDbXrecord_GetExtensionDictionary_0=function(){return(J0=b._emscripten_bind_MdDbXrecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbXrecord_GetExtensionDictionary_0).apply(null,arguments)},K0=b._emscripten_bind_MdDbXrecord_CreateExtensionDictionary_0=function(){return(K0=b._emscripten_bind_MdDbXrecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbXrecord_CreateExtensionDictionary_0).apply(null,arguments)},L0=b._emscripten_bind_MdDbXrecord_IsHaveExtensionDictionary_0=
  1108. function(){return(L0=b._emscripten_bind_MdDbXrecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbXrecord_IsHaveExtensionDictionary_0).apply(null,arguments)},M0=b._emscripten_bind_MdDbXrecord_Clone_0=function(){return(M0=b._emscripten_bind_MdDbXrecord_Clone_0=b.asm.emscripten_bind_MdDbXrecord_Clone_0).apply(null,arguments)},N0=b._emscripten_bind_MdDbXrecord_GetHandle_0=function(){return(N0=b._emscripten_bind_MdDbXrecord_GetHandle_0=b.asm.emscripten_bind_MdDbXrecord_GetHandle_0).apply(null,
  1109. arguments)},O0=b._emscripten_bind_MdDbXrecord_GetDatabase_0=function(){return(O0=b._emscripten_bind_MdDbXrecord_GetDatabase_0=b.asm.emscripten_bind_MdDbXrecord_GetDatabase_0).apply(null,arguments)},P0=b._emscripten_bind_MdDbXrecord_GetDatabaseIndexId_0=function(){return(P0=b._emscripten_bind_MdDbXrecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbXrecord_GetDatabaseIndexId_0).apply(null,arguments)},Q0=b._emscripten_bind_MdDbXrecord_GetOwnerID_0=function(){return(Q0=b._emscripten_bind_MdDbXrecord_GetOwnerID_0=
  1110. b.asm.emscripten_bind_MdDbXrecord_GetOwnerID_0).apply(null,arguments)},R0=b._emscripten_bind_MdDbXrecord_moveGripPointsAt_4=function(){return(R0=b._emscripten_bind_MdDbXrecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbXrecord_moveGripPointsAt_4).apply(null,arguments)},S0=b._emscripten_bind_MdDbXrecord_getGripPoints_0=function(){return(S0=b._emscripten_bind_MdDbXrecord_getGripPoints_0=b.asm.emscripten_bind_MdDbXrecord_getGripPoints_0).apply(null,arguments)},T0=b._emscripten_bind_MdDbXrecord_getObjectName_0=
  1111. function(){return(T0=b._emscripten_bind_MdDbXrecord_getObjectName_0=b.asm.emscripten_bind_MdDbXrecord_getObjectName_0).apply(null,arguments)},U0=b._emscripten_bind_MdDbXrecord_getDxf0_0=function(){return(U0=b._emscripten_bind_MdDbXrecord_getDxf0_0=b.asm.emscripten_bind_MdDbXrecord_getDxf0_0).apply(null,arguments)},V0=b._emscripten_bind_MdDbXrecord_getCustomEntityTypeName_0=function(){return(V0=b._emscripten_bind_MdDbXrecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbXrecord_getCustomEntityTypeName_0).apply(null,
  1112. arguments)},W0=b._emscripten_bind_MdDbXrecord_getCustomEntityid_0=function(){return(W0=b._emscripten_bind_MdDbXrecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbXrecord_getCustomEntityid_0).apply(null,arguments)},X0=b._emscripten_bind_MdDbXrecord_getCustomEntityTempid_0=function(){return(X0=b._emscripten_bind_MdDbXrecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbXrecord_getCustomEntityTempid_0).apply(null,arguments)},Y0=b._emscripten_bind_MdDbXrecord_setCustomEntityTempid_1=function(){return(Y0=
  1113. b._emscripten_bind_MdDbXrecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbXrecord_setCustomEntityTempid_1).apply(null,arguments)},Z0=b._emscripten_bind_MdDbXrecord_getJson_0=function(){return(Z0=b._emscripten_bind_MdDbXrecord_getJson_0=b.asm.emscripten_bind_MdDbXrecord_getJson_0).apply(null,arguments)},$0=b._emscripten_bind_MdDbXrecord_setJson_1=function(){return($0=b._emscripten_bind_MdDbXrecord_setJson_1=b.asm.emscripten_bind_MdDbXrecord_setJson_1).apply(null,arguments)},a1=b._emscripten_bind_MdDbXrecord_isKindOf_1=
  1114. function(){return(a1=b._emscripten_bind_MdDbXrecord_isKindOf_1=b.asm.emscripten_bind_MdDbXrecord_isKindOf_1).apply(null,arguments)},b1=b._emscripten_bind_MdDbXrecord_isNull_0=function(){return(b1=b._emscripten_bind_MdDbXrecord_isNull_0=b.asm.emscripten_bind_MdDbXrecord_isNull_0).apply(null,arguments)},c1=b._emscripten_bind_MdDbXrecord___destroy___0=function(){return(c1=b._emscripten_bind_MdDbXrecord___destroy___0=b.asm.emscripten_bind_MdDbXrecord___destroy___0).apply(null,arguments)},d1=b._emscripten_bind_MdDbCustomEntity_MdDbCustomEntity_1=
  1115. function(){return(d1=b._emscripten_bind_MdDbCustomEntity_MdDbCustomEntity_1=b.asm.emscripten_bind_MdDbCustomEntity_MdDbCustomEntity_1).apply(null,arguments)},e1=b._emscripten_bind_MdDbCustomEntity_getFilter_1=function(){return(e1=b._emscripten_bind_MdDbCustomEntity_getFilter_1=b.asm.emscripten_bind_MdDbCustomEntity_getFilter_1).apply(null,arguments)},f1=b._emscripten_bind_MdDbCustomEntity_assertWrite_5=function(){return(f1=b._emscripten_bind_MdDbCustomEntity_assertWrite_5=b.asm.emscripten_bind_MdDbCustomEntity_assertWrite_5).apply(null,
  1116. arguments)},g1=b._emscripten_bind_MdDbCustomEntity_explode_0=function(){return(g1=b._emscripten_bind_MdDbCustomEntity_explode_0=b.asm.emscripten_bind_MdDbCustomEntity_explode_0).apply(null,arguments)},h1=b._emscripten_bind_MdDbCustomEntity_TrueColor_0=function(){return(h1=b._emscripten_bind_MdDbCustomEntity_TrueColor_0=b.asm.emscripten_bind_MdDbCustomEntity_TrueColor_0).apply(null,arguments)},i1=b._emscripten_bind_MdDbCustomEntity_SetTrueColor_1=function(){return(i1=b._emscripten_bind_MdDbCustomEntity_SetTrueColor_1=
  1117. b.asm.emscripten_bind_MdDbCustomEntity_SetTrueColor_1).apply(null,arguments)},j1=b._emscripten_bind_MdDbCustomEntity_ColorIndex_0=function(){return(j1=b._emscripten_bind_MdDbCustomEntity_ColorIndex_0=b.asm.emscripten_bind_MdDbCustomEntity_ColorIndex_0).apply(null,arguments)},k1=b._emscripten_bind_MdDbCustomEntity_SetColorIndex_1=function(){return(k1=b._emscripten_bind_MdDbCustomEntity_SetColorIndex_1=b.asm.emscripten_bind_MdDbCustomEntity_SetColorIndex_1).apply(null,arguments)},l1=b._emscripten_bind_MdDbCustomEntity_Layer_0=
  1118. function(){return(l1=b._emscripten_bind_MdDbCustomEntity_Layer_0=b.asm.emscripten_bind_MdDbCustomEntity_Layer_0).apply(null,arguments)},m1=b._emscripten_bind_MdDbCustomEntity_SetLayer_1=function(){return(m1=b._emscripten_bind_MdDbCustomEntity_SetLayer_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLayer_1).apply(null,arguments)},n1=b._emscripten_bind_MdDbCustomEntity_LinetypeScale_0=function(){return(n1=b._emscripten_bind_MdDbCustomEntity_LinetypeScale_0=b.asm.emscripten_bind_MdDbCustomEntity_LinetypeScale_0).apply(null,
  1119. arguments)},o1=b._emscripten_bind_MdDbCustomEntity_SetLinetypeScale_1=function(){return(o1=b._emscripten_bind_MdDbCustomEntity_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLinetypeScale_1).apply(null,arguments)},p1=b._emscripten_bind_MdDbCustomEntity_Visible_0=function(){return(p1=b._emscripten_bind_MdDbCustomEntity_Visible_0=b.asm.emscripten_bind_MdDbCustomEntity_Visible_0).apply(null,arguments)},q1=b._emscripten_bind_MdDbCustomEntity_SetVisible_1=function(){return(q1=b._emscripten_bind_MdDbCustomEntity_SetVisible_1=
  1120. b.asm.emscripten_bind_MdDbCustomEntity_SetVisible_1).apply(null,arguments)},r1=b._emscripten_bind_MdDbCustomEntity_Lineweight_0=function(){return(r1=b._emscripten_bind_MdDbCustomEntity_Lineweight_0=b.asm.emscripten_bind_MdDbCustomEntity_Lineweight_0).apply(null,arguments)},s1=b._emscripten_bind_MdDbCustomEntity_SetLineweight_1=function(){return(s1=b._emscripten_bind_MdDbCustomEntity_SetLineweight_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLineweight_1).apply(null,arguments)},t1=b._emscripten_bind_MdDbCustomEntity_TextStyle_0=
  1121. function(){return(t1=b._emscripten_bind_MdDbCustomEntity_TextStyle_0=b.asm.emscripten_bind_MdDbCustomEntity_TextStyle_0).apply(null,arguments)},u1=b._emscripten_bind_MdDbCustomEntity_SetTextStyle_1=function(){return(u1=b._emscripten_bind_MdDbCustomEntity_SetTextStyle_1=b.asm.emscripten_bind_MdDbCustomEntity_SetTextStyle_1).apply(null,arguments)},v1=b._emscripten_bind_MdDbCustomEntity_Highlight_1=function(){return(v1=b._emscripten_bind_MdDbCustomEntity_Highlight_1=b.asm.emscripten_bind_MdDbCustomEntity_Highlight_1).apply(null,
  1122. arguments)},w1=b._emscripten_bind_MdDbCustomEntity_Move_2=function(){return(w1=b._emscripten_bind_MdDbCustomEntity_Move_2=b.asm.emscripten_bind_MdDbCustomEntity_Move_2).apply(null,arguments)},x1=b._emscripten_bind_MdDbCustomEntity_Rotate_2=function(){return(x1=b._emscripten_bind_MdDbCustomEntity_Rotate_2=b.asm.emscripten_bind_MdDbCustomEntity_Rotate_2).apply(null,arguments)},y1=b._emscripten_bind_MdDbCustomEntity_Mirror_2=function(){return(y1=b._emscripten_bind_MdDbCustomEntity_Mirror_2=b.asm.emscripten_bind_MdDbCustomEntity_Mirror_2).apply(null,
  1123. arguments)},z1=b._emscripten_bind_MdDbCustomEntity_ScaleEntity_2=function(){return(z1=b._emscripten_bind_MdDbCustomEntity_ScaleEntity_2=b.asm.emscripten_bind_MdDbCustomEntity_ScaleEntity_2).apply(null,arguments)},A1=b._emscripten_bind_MdDbCustomEntity_TransformBy_1=function(){return(A1=b._emscripten_bind_MdDbCustomEntity_TransformBy_1=b.asm.emscripten_bind_MdDbCustomEntity_TransformBy_1).apply(null,arguments)},B1=b._emscripten_bind_MdDbCustomEntity_GetBoundingBox_0=function(){return(B1=b._emscripten_bind_MdDbCustomEntity_GetBoundingBox_0=
  1124. b.asm.emscripten_bind_MdDbCustomEntity_GetBoundingBox_0).apply(null,arguments)},C1=b._emscripten_bind_MdDbCustomEntity_GetXData_1=function(){return(C1=b._emscripten_bind_MdDbCustomEntity_GetXData_1=b.asm.emscripten_bind_MdDbCustomEntity_GetXData_1).apply(null,arguments)},D1=b._emscripten_bind_MdDbCustomEntity_SetXData_1=function(){return(D1=b._emscripten_bind_MdDbCustomEntity_SetXData_1=b.asm.emscripten_bind_MdDbCustomEntity_SetXData_1).apply(null,arguments)},E1=b._emscripten_bind_MdDbCustomEntity_GetxDataString_2=
  1125. function(){return(E1=b._emscripten_bind_MdDbCustomEntity_GetxDataString_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataString_2).apply(null,arguments)},F1=b._emscripten_bind_MdDbCustomEntity_SetxDataString_3=function(){return(F1=b._emscripten_bind_MdDbCustomEntity_SetxDataString_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataString_3).apply(null,arguments)},G1=b._emscripten_bind_MdDbCustomEntity_GetxDataDouble_2=function(){return(G1=b._emscripten_bind_MdDbCustomEntity_GetxDataDouble_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataDouble_2).apply(null,
  1126. arguments)},H1=b._emscripten_bind_MdDbCustomEntity_SetxDataDouble_3=function(){return(H1=b._emscripten_bind_MdDbCustomEntity_SetxDataDouble_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataDouble_3).apply(null,arguments)},I1=b._emscripten_bind_MdDbCustomEntity_GetxDataLong_2=function(){return(I1=b._emscripten_bind_MdDbCustomEntity_GetxDataLong_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataLong_2).apply(null,arguments)},J1=b._emscripten_bind_MdDbCustomEntity_SetxDataLong_3=function(){return(J1=
  1127. b._emscripten_bind_MdDbCustomEntity_SetxDataLong_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataLong_3).apply(null,arguments)},K1=b._emscripten_bind_MdDbCustomEntity_GetxDataPoint_2=function(){return(K1=b._emscripten_bind_MdDbCustomEntity_GetxDataPoint_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataPoint_2).apply(null,arguments)},L1=b._emscripten_bind_MdDbCustomEntity_SetxDataPoint_3=function(){return(L1=b._emscripten_bind_MdDbCustomEntity_SetxDataPoint_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataPoint_3).apply(null,
  1128. arguments)},M1=b._emscripten_bind_MdDbCustomEntity_DeleteXData_1=function(){return(M1=b._emscripten_bind_MdDbCustomEntity_DeleteXData_1=b.asm.emscripten_bind_MdDbCustomEntity_DeleteXData_1).apply(null,arguments)},N1=b._emscripten_bind_MdDbCustomEntity_GetAllAppName_0=function(){return(N1=b._emscripten_bind_MdDbCustomEntity_GetAllAppName_0=b.asm.emscripten_bind_MdDbCustomEntity_GetAllAppName_0).apply(null,arguments)},O1=b._emscripten_bind_MdDbCustomEntity_LayerId_0=function(){return(O1=b._emscripten_bind_MdDbCustomEntity_LayerId_0=
  1129. b.asm.emscripten_bind_MdDbCustomEntity_LayerId_0).apply(null,arguments)},P1=b._emscripten_bind_MdDbCustomEntity_SetLayerId_1=function(){return(P1=b._emscripten_bind_MdDbCustomEntity_SetLayerId_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLayerId_1).apply(null,arguments)},Q1=b._emscripten_bind_MdDbCustomEntity_LinetypeId_0=function(){return(Q1=b._emscripten_bind_MdDbCustomEntity_LinetypeId_0=b.asm.emscripten_bind_MdDbCustomEntity_LinetypeId_0).apply(null,arguments)},R1=b._emscripten_bind_MdDbCustomEntity_SetLinetypeId_1=
  1130. function(){return(R1=b._emscripten_bind_MdDbCustomEntity_SetLinetypeId_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLinetypeId_1).apply(null,arguments)},S1=b._emscripten_bind_MdDbCustomEntity_Linetype_0=function(){return(S1=b._emscripten_bind_MdDbCustomEntity_Linetype_0=b.asm.emscripten_bind_MdDbCustomEntity_Linetype_0).apply(null,arguments)},T1=b._emscripten_bind_MdDbCustomEntity_SetLinetype_1=function(){return(T1=b._emscripten_bind_MdDbCustomEntity_SetLinetype_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLinetype_1).apply(null,
  1131. arguments)},U1=b._emscripten_bind_MdDbCustomEntity_TextStyleId_0=function(){return(U1=b._emscripten_bind_MdDbCustomEntity_TextStyleId_0=b.asm.emscripten_bind_MdDbCustomEntity_TextStyleId_0).apply(null,arguments)},V1=b._emscripten_bind_MdDbCustomEntity_SetTextStyleId_1=function(){return(V1=b._emscripten_bind_MdDbCustomEntity_SetTextStyleId_1=b.asm.emscripten_bind_MdDbCustomEntity_SetTextStyleId_1).apply(null,arguments)},W1=b._emscripten_bind_MdDbCustomEntity_IntersectWith_2=function(){return(W1=b._emscripten_bind_MdDbCustomEntity_IntersectWith_2=
  1132. b.asm.emscripten_bind_MdDbCustomEntity_IntersectWith_2).apply(null,arguments)},X1=b._emscripten_bind_MdDbCustomEntity_getArea_0=function(){return(X1=b._emscripten_bind_MdDbCustomEntity_getArea_0=b.asm.emscripten_bind_MdDbCustomEntity_getArea_0).apply(null,arguments)},Y1=b._emscripten_bind_MdDbCustomEntity_disableUpdateDisplay_1=function(){return(Y1=b._emscripten_bind_MdDbCustomEntity_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbCustomEntity_disableUpdateDisplay_1).apply(null,arguments)},Z1=b._emscripten_bind_MdDbCustomEntity_isPropertiesWindowCustom_0=
  1133. function(){return(Z1=b._emscripten_bind_MdDbCustomEntity_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbCustomEntity_isPropertiesWindowCustom_0).apply(null,arguments)},$1=b._emscripten_bind_MdDbCustomEntity_setPropertiesWindowCustom_1=function(){return($1=b._emscripten_bind_MdDbCustomEntity_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbCustomEntity_setPropertiesWindowCustom_1).apply(null,arguments)},a2=b._emscripten_bind_MdDbCustomEntity_updateDisplay_0=function(){return(a2=b._emscripten_bind_MdDbCustomEntity_updateDisplay_0=
  1134. b.asm.emscripten_bind_MdDbCustomEntity_updateDisplay_0).apply(null,arguments)},b2=b._emscripten_bind_MdDbCustomEntity_DrawOrder_0=function(){return(b2=b._emscripten_bind_MdDbCustomEntity_DrawOrder_0=b.asm.emscripten_bind_MdDbCustomEntity_DrawOrder_0).apply(null,arguments)},c2=b._emscripten_bind_MdDbCustomEntity_SetDrawOrder_1=function(){return(c2=b._emscripten_bind_MdDbCustomEntity_SetDrawOrder_1=b.asm.emscripten_bind_MdDbCustomEntity_SetDrawOrder_1).apply(null,arguments)},d2=b._emscripten_bind_MdDbCustomEntity_GetObjectID_0=
  1135. function(){return(d2=b._emscripten_bind_MdDbCustomEntity_GetObjectID_0=b.asm.emscripten_bind_MdDbCustomEntity_GetObjectID_0).apply(null,arguments)},e2=b._emscripten_bind_MdDbCustomEntity_Erase_0=function(){return(e2=b._emscripten_bind_MdDbCustomEntity_Erase_0=b.asm.emscripten_bind_MdDbCustomEntity_Erase_0).apply(null,arguments)},f2=b._emscripten_bind_MdDbCustomEntity_isErased_0=function(){return(f2=b._emscripten_bind_MdDbCustomEntity_isErased_0=b.asm.emscripten_bind_MdDbCustomEntity_isErased_0).apply(null,
  1136. arguments)},g2=b._emscripten_bind_MdDbCustomEntity_unErase_0=function(){return(g2=b._emscripten_bind_MdDbCustomEntity_unErase_0=b.asm.emscripten_bind_MdDbCustomEntity_unErase_0).apply(null,arguments)},h2=b._emscripten_bind_MdDbCustomEntity_ConnectionTempObject_1=function(){return(h2=b._emscripten_bind_MdDbCustomEntity_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCustomEntity_ConnectionTempObject_1).apply(null,arguments)},i2=b._emscripten_bind_MdDbCustomEntity_GetExtensionDictionary_0=function(){return(i2=
  1137. b._emscripten_bind_MdDbCustomEntity_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbCustomEntity_GetExtensionDictionary_0).apply(null,arguments)},j2=b._emscripten_bind_MdDbCustomEntity_CreateExtensionDictionary_0=function(){return(j2=b._emscripten_bind_MdDbCustomEntity_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbCustomEntity_CreateExtensionDictionary_0).apply(null,arguments)},k2=b._emscripten_bind_MdDbCustomEntity_IsHaveExtensionDictionary_0=function(){return(k2=b._emscripten_bind_MdDbCustomEntity_IsHaveExtensionDictionary_0=
  1138. b.asm.emscripten_bind_MdDbCustomEntity_IsHaveExtensionDictionary_0).apply(null,arguments)},l2=b._emscripten_bind_MdDbCustomEntity_Clone_0=function(){return(l2=b._emscripten_bind_MdDbCustomEntity_Clone_0=b.asm.emscripten_bind_MdDbCustomEntity_Clone_0).apply(null,arguments)},m2=b._emscripten_bind_MdDbCustomEntity_GetHandle_0=function(){return(m2=b._emscripten_bind_MdDbCustomEntity_GetHandle_0=b.asm.emscripten_bind_MdDbCustomEntity_GetHandle_0).apply(null,arguments)},n2=b._emscripten_bind_MdDbCustomEntity_GetDatabase_0=
  1139. function(){return(n2=b._emscripten_bind_MdDbCustomEntity_GetDatabase_0=b.asm.emscripten_bind_MdDbCustomEntity_GetDatabase_0).apply(null,arguments)},o2=b._emscripten_bind_MdDbCustomEntity_GetDatabaseIndexId_0=function(){return(o2=b._emscripten_bind_MdDbCustomEntity_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbCustomEntity_GetDatabaseIndexId_0).apply(null,arguments)},p2=b._emscripten_bind_MdDbCustomEntity_GetOwnerID_0=function(){return(p2=b._emscripten_bind_MdDbCustomEntity_GetOwnerID_0=b.asm.emscripten_bind_MdDbCustomEntity_GetOwnerID_0).apply(null,
  1140. arguments)},q2=b._emscripten_bind_MdDbCustomEntity_moveGripPointsAt_4=function(){return(q2=b._emscripten_bind_MdDbCustomEntity_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCustomEntity_moveGripPointsAt_4).apply(null,arguments)},r2=b._emscripten_bind_MdDbCustomEntity_getGripPoints_0=function(){return(r2=b._emscripten_bind_MdDbCustomEntity_getGripPoints_0=b.asm.emscripten_bind_MdDbCustomEntity_getGripPoints_0).apply(null,arguments)},s2=b._emscripten_bind_MdDbCustomEntity_getObjectName_0=function(){return(s2=
  1141. b._emscripten_bind_MdDbCustomEntity_getObjectName_0=b.asm.emscripten_bind_MdDbCustomEntity_getObjectName_0).apply(null,arguments)},t2=b._emscripten_bind_MdDbCustomEntity_getDxf0_0=function(){return(t2=b._emscripten_bind_MdDbCustomEntity_getDxf0_0=b.asm.emscripten_bind_MdDbCustomEntity_getDxf0_0).apply(null,arguments)},u2=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTypeName_0=function(){return(u2=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbCustomEntity_getCustomEntityTypeName_0).apply(null,
  1142. arguments)},v2=b._emscripten_bind_MdDbCustomEntity_getCustomEntityid_0=function(){return(v2=b._emscripten_bind_MdDbCustomEntity_getCustomEntityid_0=b.asm.emscripten_bind_MdDbCustomEntity_getCustomEntityid_0).apply(null,arguments)},w2=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTempid_0=function(){return(w2=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbCustomEntity_getCustomEntityTempid_0).apply(null,arguments)},x2=b._emscripten_bind_MdDbCustomEntity_setCustomEntityTempid_1=
  1143. function(){return(x2=b._emscripten_bind_MdDbCustomEntity_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbCustomEntity_setCustomEntityTempid_1).apply(null,arguments)},y2=b._emscripten_bind_MdDbCustomEntity_getJson_0=function(){return(y2=b._emscripten_bind_MdDbCustomEntity_getJson_0=b.asm.emscripten_bind_MdDbCustomEntity_getJson_0).apply(null,arguments)},z2=b._emscripten_bind_MdDbCustomEntity_setJson_1=function(){return(z2=b._emscripten_bind_MdDbCustomEntity_setJson_1=b.asm.emscripten_bind_MdDbCustomEntity_setJson_1).apply(null,
  1144. arguments)},A2=b._emscripten_bind_MdDbCustomEntity_isKindOf_1=function(){return(A2=b._emscripten_bind_MdDbCustomEntity_isKindOf_1=b.asm.emscripten_bind_MdDbCustomEntity_isKindOf_1).apply(null,arguments)},B2=b._emscripten_bind_MdDbCustomEntity_isNull_0=function(){return(B2=b._emscripten_bind_MdDbCustomEntity_isNull_0=b.asm.emscripten_bind_MdDbCustomEntity_isNull_0).apply(null,arguments)},C2=b._emscripten_bind_MdDbCustomEntity___destroy___0=function(){return(C2=b._emscripten_bind_MdDbCustomEntity___destroy___0=
  1145. b.asm.emscripten_bind_MdDbCustomEntity___destroy___0).apply(null,arguments)},D2=b._emscripten_bind_MdDbCustomEntityDwgFiler_MdDbCustomEntityDwgFiler_0=function(){return(D2=b._emscripten_bind_MdDbCustomEntityDwgFiler_MdDbCustomEntityDwgFiler_0=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_MdDbCustomEntityDwgFiler_0).apply(null,arguments)},E2=b._emscripten_bind_MdDbCustomEntityDwgFiler_connect_1=function(){return(E2=b._emscripten_bind_MdDbCustomEntityDwgFiler_connect_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_connect_1).apply(null,
  1146. arguments)},F2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writePoint_4=function(){return(F2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writePoint_4=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writePoint_4).apply(null,arguments)},G2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readPoint_1=function(){return(G2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readPoint_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readPoint_1).apply(null,arguments)},H2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeLong_2=
  1147. function(){return(H2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeLong_2=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writeLong_2).apply(null,arguments)},I2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readLong_1=function(){return(I2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readLong_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readLong_1).apply(null,arguments)},J2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeDouble_2=function(){return(J2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeDouble_2=
  1148. b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writeDouble_2).apply(null,arguments)},K2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readDouble_1=function(){return(K2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readDouble_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readDouble_1).apply(null,arguments)},L2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeString_2=function(){return(L2=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeString_2=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writeString_2).apply(null,
  1149. arguments)},M2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readString_1=function(){return(M2=b._emscripten_bind_MdDbCustomEntityDwgFiler_readString_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readString_1).apply(null,arguments)},N2=b._emscripten_bind_MdDbCustomEntityDwgFiler___destroy___0=function(){return(N2=b._emscripten_bind_MdDbCustomEntityDwgFiler___destroy___0=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler___destroy___0).apply(null,arguments)},O2=b._emscripten_bind_MdGiWorldDraw_MdGiWorldDraw_1=
  1150. function(){return(O2=b._emscripten_bind_MdGiWorldDraw_MdGiWorldDraw_1=b.asm.emscripten_bind_MdGiWorldDraw_MdGiWorldDraw_1).apply(null,arguments)},P2=b._emscripten_bind_MdGiWorldDraw_connect_1=function(){return(P2=b._emscripten_bind_MdGiWorldDraw_connect_1=b.asm.emscripten_bind_MdGiWorldDraw_connect_1).apply(null,arguments)},Q2=b._emscripten_bind_MdGiWorldDraw_drawEntity_1=function(){return(Q2=b._emscripten_bind_MdGiWorldDraw_drawEntity_1=b.asm.emscripten_bind_MdGiWorldDraw_drawEntity_1).apply(null,
  1151. arguments)},R2=b._emscripten_bind_MdGiWorldDraw___destroy___0=function(){return(R2=b._emscripten_bind_MdGiWorldDraw___destroy___0=b.asm.emscripten_bind_MdGiWorldDraw___destroy___0).apply(null,arguments)},Kc=b._malloc=function(){return(Kc=b._malloc=b.asm.malloc).apply(null,arguments)},Jc=b._free=function(){return(Jc=b._free=b.asm.free).apply(null,arguments)};function Kd(){return(Kd=b.asm.__errno_location).apply(null,arguments)}function S2(){return(S2=b.asm.setThrew).apply(null,arguments)}
  1152. function T2(){return(T2=b.asm.stackSave).apply(null,arguments)}function U2(){return(U2=b.asm.stackRestore).apply(null,arguments)}b.dynCall_iijj=function(){return(b.dynCall_iijj=b.asm.dynCall_iijj).apply(null,arguments)};b.dynCall_iij=function(){return(b.dynCall_iij=b.asm.dynCall_iij).apply(null,arguments)};b.dynCall_iiiij=function(){return(b.dynCall_iiiij=b.asm.dynCall_iiiij).apply(null,arguments)};b.dynCall_iiij=function(){return(b.dynCall_iiij=b.asm.dynCall_iiij).apply(null,arguments)};
  1153. b.dynCall_iiiiiji=function(){return(b.dynCall_iiiiiji=b.asm.dynCall_iiiiiji).apply(null,arguments)};b.dynCall_iiji=function(){return(b.dynCall_iiji=b.asm.dynCall_iiji).apply(null,arguments)};b.dynCall_iiiiiijji=function(){return(b.dynCall_iiiiiijji=b.asm.dynCall_iiiiiijji).apply(null,arguments)};b.dynCall_ji=function(){return(b.dynCall_ji=b.asm.dynCall_ji).apply(null,arguments)};b.dynCall_vij=function(){return(b.dynCall_vij=b.asm.dynCall_vij).apply(null,arguments)};
  1154. b.dynCall_iiiiij=function(){return(b.dynCall_iiiiij=b.asm.dynCall_iiiiij).apply(null,arguments)};b.dynCall_iiijjiddddddii=function(){return(b.dynCall_iiijjiddddddii=b.asm.dynCall_iiijjiddddddii).apply(null,arguments)};b.dynCall_iiiiddddiiiiiijjiiiiii=function(){return(b.dynCall_iiiiddddiiiiiijjiiiiii=b.asm.dynCall_iiiiddddiiiiiijjiiiiii).apply(null,arguments)};b.dynCall_viij=function(){return(b.dynCall_viij=b.asm.dynCall_viij).apply(null,arguments)};
  1155. b.dynCall_iijii=function(){return(b.dynCall_iijii=b.asm.dynCall_iijii).apply(null,arguments)};b.dynCall_jiji=function(){return(b.dynCall_jiji=b.asm.dynCall_jiji).apply(null,arguments)};b.dynCall_viijii=function(){return(b.dynCall_viijii=b.asm.dynCall_viijii).apply(null,arguments)};b.dynCall_iiiiijj=function(){return(b.dynCall_iiiiijj=b.asm.dynCall_iiiiijj).apply(null,arguments)};b.dynCall_iiiiiijj=function(){return(b.dynCall_iiiiiijj=b.asm.dynCall_iiiiiijj).apply(null,arguments)};
  1156. b.___start_em_js=358208;b.___stop_em_js=358306;function Qd(a,c,d){var e=T2();try{Oc(a)(c,d)}catch(f){U2(e);if(f!==f+0)throw f;S2(1,0)}}function Pd(a,c){var d=T2();try{Oc(a)(c)}catch(e){U2(d);if(e!==e+0)throw e;S2(1,0)}}function Ld(a,c){var d=T2();try{return Oc(a)(c)}catch(e){U2(d);if(e!==e+0)throw e;S2(1,0)}}function Nd(a,c,d,e){var f=T2();try{return Oc(a)(c,d,e)}catch(l){U2(f);if(l!==l+0)throw l;S2(1,0)}}
  1157. function Rd(a,c,d,e,f){var l=T2();try{Oc(a)(c,d,e,f)}catch(n){U2(l);if(n!==n+0)throw n;S2(1,0)}}function Md(a,c,d){var e=T2();try{return Oc(a)(c,d)}catch(f){U2(e);if(f!==f+0)throw f;S2(1,0)}}function Od(a,c,d,e,f){var l=T2();try{return Oc(a)(c,d,e,f)}catch(n){U2(l);if(n!==n+0)throw n;S2(1,0)}}var V2;Va=function W2(){V2||X2();V2||(Va=W2)};
  1158. function X2(){function a(){if(!V2&&(V2=!0,b.calledRun=!0,!ya)){b.noFSInit||qc||(qc=!0,pc(),b.stdin=b.stdin,b.stdout=b.stdout,b.stderr=b.stderr,b.stdin?tc("stdin",b.stdin):lc("/dev/tty","/dev/stdin"),b.stdout?tc("stdout",null,b.stdout):lc("/dev/tty","/dev/stdout"),b.stderr?tc("stderr",null,b.stderr):lc("/dev/tty1","/dev/stderr"),ib("/dev/stdin",0),ib("/dev/stdout",1),ib("/dev/stderr",1));Vb=!1;pb(Qa);aa(b);if(b.onRuntimeInitialized)b.onRuntimeInitialized();if(b.postRun)for("function"==typeof b.postRun&&
  1159. (b.postRun=[b.postRun]);b.postRun.length;){var c=b.postRun.shift();Ra.unshift(c)}pb(Ra)}}if(!(0<Ta)){if(b.preRun)for("function"==typeof b.preRun&&(b.preRun=[b.preRun]);b.preRun.length;)Sa();pb(Pa);0<Ta||(b.setStatus?(b.setStatus("Running..."),setTimeout(function(){setTimeout(function(){b.setStatus("")},1);a()},1)):a())}}if(b.preInit)for("function"==typeof b.preInit&&(b.preInit=[b.preInit]);0<b.preInit.length;)b.preInit.pop()();X2();function Y2(){}Y2.prototype=Object.create(Y2.prototype);
  1160. Y2.prototype.constructor=Y2;Y2.prototype.h=Y2;Y2.i={};b.WrapperObject=Y2;function Z2(a){return(a||Y2).i}b.getCache=Z2;function m(a,c){var d=Z2(c),e=d[a];if(e)return e;e=Object.create((c||Y2).prototype);e.g=a;return d[a]=e}b.wrapPointer=m;b.castObject=function(a,c){return m(a.g,c)};b.NULL=m(0);b.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete Z2(a.h)[a.g]};b.compare=function(a,c){return a.g===c.g};b.getPointer=function(a){return a.g};
  1161. b.getClass=function(a){return a.h};var $2=0,a3=0,b3=0,c3=[],d3=0;function r(){if(d3){for(var a=0;a<c3.length;a++)b._free(c3[a]);c3.length=0;b._free($2);$2=0;a3+=d3;d3=0}$2||(a3+=128,($2=b._malloc(a3))||va());b3=0}function e3(a,c){$2||va();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;b3+a>=a3?(0<a||va(),d3+=a,c=b._malloc(a),c3.push(c)):(c=$2+b3,b3+=a);return c}
  1162. function f3(a,c,d){d>>>=0;switch(c.BYTES_PER_ELEMENT){case 2:d>>>=1;break;case 4:d>>>=2;break;case 8:d>>>=3}for(var e=0;e<a.length;e++)c[d+e]=a[e]}function t(a){if("string"===typeof a){a=Db(a);var c=e3(a,Aa);f3(a,Aa,c);return c}return a}function g3(a){if("object"===typeof a){var c=e3(a,Ma);f3(a,Ma,c);return c}return a}function h3(){throw"cannot construct a MdRxObject, no constructor in IDL";}h3.prototype=Object.create(Y2.prototype);h3.prototype.constructor=h3;h3.prototype.h=h3;h3.i={};
  1163. b.MdRxObject=h3;h3.prototype.getObjectName=function(){return g(Td(this.g))};h3.prototype.getDxf0=function(){return g(Ud(this.g))};h3.prototype.getCustomEntityTypeName=function(){return g(Vd(this.g))};h3.prototype.getCustomEntityid=function(){return Wd(this.g)};h3.prototype.getCustomEntityTempid=function(){return Xd(this.g)};h3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yd(c,a)};h3.prototype.getJson=function(){return g(Zd(this.g))};
  1164. h3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$d(c,a)};h3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ae(c,a)};h3.prototype.isNull=function(){return!!be(this.g)};function u(){this.g=ce();Z2(u)[this.g]=this}u.prototype=Object.create(h3.prototype);u.prototype.constructor=u;u.prototype.h=u;u.i={};b.MdDbObject=u;u.prototype.GetObjectID=function(){return de(this.g)};u.prototype.Erase=function(){return!!ee(this.g)};
  1165. u.prototype.isErased=function(){return!!fe(this.g)};u.prototype.unErase=function(){return!!ge(this.g)};u.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!he(c,a)};u.prototype.GetExtensionDictionary=function(){return m(ie(this.g),v)};u.prototype.CreateExtensionDictionary=function(){return!!je(this.g)};u.prototype.IsHaveExtensionDictionary=function(){return!!ke(this.g)};u.prototype.Clone=function(){return m(le(this.g),u)};u.prototype.GetHandle=function(){return g(me(this.g))};
  1166. u.prototype.GetDatabase=function(){return m(ne(this.g),w)};u.prototype.GetDatabaseIndexId=function(){return oe(this.g)};u.prototype.GetOwnerID=function(){return pe(this.g)};u.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!qe(f,a,c,d,e)};u.prototype.getGripPoints=function(){return m(re(this.g),x)};u.prototype.getObjectName=function(){return g(se(this.g))};
  1167. u.prototype.getDxf0=function(){return g(te(this.g))};u.prototype.getCustomEntityTypeName=function(){return g(ue(this.g))};u.prototype.getCustomEntityid=function(){return ve(this.g)};u.prototype.getCustomEntityTempid=function(){return we(this.g)};u.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xe(c,a)};u.prototype.getJson=function(){return g(ye(this.g))};
  1168. u.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ze(c,a)};u.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ae(c,a)};u.prototype.isNull=function(){return!!Be(this.g)};u.prototype.__destroy__=function(){Ce(this.g)};function y(){this.g=De();Z2(y)[this.g]=this}y.prototype=Object.create(u.prototype);y.prototype.constructor=y;y.prototype.h=y;y.i={};b.MdDbEntity=y;y.prototype.explode=function(){return m(Ee(this.g),z)};
  1169. y.prototype.TrueColor=function(){return m(Fe(this.g),A)};y.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ge(c,a)};y.prototype.ColorIndex=function(){return He(this.g)};y.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ie(c,a)};y.prototype.Layer=function(){return g(Je(this.g))};y.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ke(c,a)};y.prototype.LinetypeScale=function(){return Le(this.g)};
  1170. y.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Me(c,a)};y.prototype.Visible=function(){return!!Ne(this.g)};y.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Oe(c,a)};y.prototype.Lineweight=function(){return Pe(this.g)};y.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qe(c,a)};y.prototype.TextStyle=function(){return g(Re(this.g))};
  1171. y.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Se(c,a)};y.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Te(c,a)};y.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ue(d,a,c)};y.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ve(d,a,c)};
  1172. y.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!We(d,a,c)};y.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Xe(d,a,c)};y.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ye(c,a)};y.prototype.GetBoundingBox=function(){return m(Ze(this.g),z)};
  1173. y.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m($e(c,a),z)};y.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!af(c,a)};y.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(bf(d,a,c))};
  1174. y.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!cf(e,a,c,d)};y.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return df(d,a,c)};y.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!ef(e,a,c,d)};
  1175. y.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return ff(d,a,c)};y.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!gf(e,a,c,d)};y.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(hf(d,a,c),B)};
  1176. y.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!jf(e,a,c,d)};y.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kf(c,a)};y.prototype.GetAllAppName=function(){return m(lf(this.g),i3)};y.prototype.LayerId=function(){return mf(this.g)};y.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nf(c,a)};
  1177. y.prototype.LinetypeId=function(){return of(this.g)};y.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pf(c,a)};y.prototype.Linetype=function(){return g(qf(this.g))};y.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!rf(c,a)};y.prototype.TextStyleId=function(){return sf(this.g)};y.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tf(c,a)};
  1178. y.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(uf(d,a,c),x)};y.prototype.getArea=function(){return vf(this.g)};y.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wf(c,a)};y.prototype.isPropertiesWindowCustom=function(){return!!xf(this.g)};y.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yf(c,a)};
  1179. y.prototype.updateDisplay=function(){return!!zf(this.g)};y.prototype.DrawOrder=function(){return Af(this.g)};y.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bf(c,a)};y.prototype.GetObjectID=function(){return Cf(this.g)};y.prototype.Erase=function(){return!!Df(this.g)};y.prototype.isErased=function(){return!!Ef(this.g)};y.prototype.unErase=function(){return!!Ff(this.g)};
  1180. y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gf(c,a)};y.prototype.GetExtensionDictionary=function(){return m(Hf(this.g),v)};y.prototype.CreateExtensionDictionary=function(){return!!If(this.g)};y.prototype.IsHaveExtensionDictionary=function(){return!!Jf(this.g)};y.prototype.Clone=function(){return m(Kf(this.g),u)};y.prototype.GetHandle=function(){return g(Lf(this.g))};y.prototype.GetDatabase=function(){return m(Mf(this.g),w)};
  1181. y.prototype.GetDatabaseIndexId=function(){return Nf(this.g)};y.prototype.GetOwnerID=function(){return Of(this.g)};y.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Pf(f,a,c,d,e)};y.prototype.getGripPoints=function(){return m(Qf(this.g),x)};y.prototype.getObjectName=function(){return g(Rf(this.g))};y.prototype.getDxf0=function(){return g(Sf(this.g))};
  1182. y.prototype.getCustomEntityTypeName=function(){return g(Tf(this.g))};y.prototype.getCustomEntityid=function(){return Uf(this.g)};y.prototype.getCustomEntityTempid=function(){return Vf(this.g)};y.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wf(c,a)};y.prototype.getJson=function(){return g(Xf(this.g))};y.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Yf(c,a)};
  1183. y.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Zf(c,a)};y.prototype.isNull=function(){return!!$f(this.g)};y.prototype.__destroy__=function(){ag(this.g)};function C(){this.g=bg();Z2(C)[this.g]=this}C.prototype=Object.create(y.prototype);C.prototype.constructor=C;C.prototype.h=C;C.i={};b.MdDbCurve=C;C.prototype.getStartParam=function(){return cg(this.g)};C.prototype.getEndParam=function(){return dg(this.g)};
  1184. C.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return eg(c,a)};C.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fg(c,a)};C.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gg(c,a)};C.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(hg(c,a),B)};C.prototype.getStartPoint=function(){return m(ig(this.g),B)};
  1185. C.prototype.getEndPoint=function(){return m(jg(this.g),B)};C.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(kg(c,a),B)};C.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return lg(c,a)};C.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(mg(c,a),D)};C.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ng(c,a),D)};
  1186. C.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(og(d,a,c),B)};C.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(pg(d,a,c),j3)};C.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(qg(c,a),j3)};C.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(rg(c,a),z)};
  1187. C.prototype.getLength=function(){return sg(this.g)};C.prototype.explode=function(){return m(tg(this.g),z)};C.prototype.TrueColor=function(){return m(ug(this.g),A)};C.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vg(c,a)};C.prototype.ColorIndex=function(){return wg(this.g)};C.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xg(c,a)};C.prototype.Layer=function(){return g(yg(this.g))};
  1188. C.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!zg(c,a)};C.prototype.LinetypeScale=function(){return Ag(this.g)};C.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bg(c,a)};C.prototype.Visible=function(){return!!Cg(this.g)};C.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dg(c,a)};C.prototype.Lineweight=function(){return Eg(this.g)};
  1189. C.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fg(c,a)};C.prototype.TextStyle=function(){return g(Gg(this.g))};C.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Hg(c,a)};C.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ig(c,a)};C.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Jg(d,a,c)};
  1190. C.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Kg(d,a,c)};C.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Lg(d,a,c)};C.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Mg(d,a,c)};C.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ng(c,a)};
  1191. C.prototype.GetBoundingBox=function(){return m(Og(this.g),z)};C.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Pg(c,a),z)};C.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qg(c,a)};C.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(Rg(d,a,c))};
  1192. C.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!Sg(e,a,c,d)};C.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Tg(d,a,c)};C.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Ug(e,a,c,d)};
  1193. C.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Vg(d,a,c)};C.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Wg(e,a,c,d)};C.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(Xg(d,a,c),B)};
  1194. C.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Yg(e,a,c,d)};C.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Zg(c,a)};C.prototype.GetAllAppName=function(){return m($g(this.g),i3)};C.prototype.LayerId=function(){return ah(this.g)};C.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bh(c,a)};
  1195. C.prototype.LinetypeId=function(){return ch(this.g)};C.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dh(c,a)};C.prototype.Linetype=function(){return g(eh(this.g))};C.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!fh(c,a)};C.prototype.TextStyleId=function(){return gh(this.g)};C.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hh(c,a)};
  1196. C.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(ih(d,a,c),x)};C.prototype.getArea=function(){return jh(this.g)};C.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kh(c,a)};C.prototype.isPropertiesWindowCustom=function(){return!!lh(this.g)};C.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mh(c,a)};
  1197. C.prototype.updateDisplay=function(){return!!nh(this.g)};C.prototype.DrawOrder=function(){return oh(this.g)};C.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ph(c,a)};C.prototype.GetObjectID=function(){return qh(this.g)};C.prototype.Erase=function(){return!!rh(this.g)};C.prototype.isErased=function(){return!!sh(this.g)};C.prototype.unErase=function(){return!!th(this.g)};
  1198. C.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uh(c,a)};C.prototype.GetExtensionDictionary=function(){return m(vh(this.g),v)};C.prototype.CreateExtensionDictionary=function(){return!!wh(this.g)};C.prototype.IsHaveExtensionDictionary=function(){return!!xh(this.g)};C.prototype.Clone=function(){return m(yh(this.g),u)};C.prototype.GetHandle=function(){return g(zh(this.g))};C.prototype.GetDatabase=function(){return m(Ah(this.g),w)};
  1199. C.prototype.GetDatabaseIndexId=function(){return Bh(this.g)};C.prototype.GetOwnerID=function(){return Ch(this.g)};C.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Dh(f,a,c,d,e)};C.prototype.getGripPoints=function(){return m(Eh(this.g),x)};C.prototype.getObjectName=function(){return g(Fh(this.g))};C.prototype.getDxf0=function(){return g(Gh(this.g))};
  1200. C.prototype.getCustomEntityTypeName=function(){return g(Hh(this.g))};C.prototype.getCustomEntityid=function(){return Ih(this.g)};C.prototype.getCustomEntityTempid=function(){return Jh(this.g)};C.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kh(c,a)};C.prototype.getJson=function(){return g(Lh(this.g))};C.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Mh(c,a)};
  1201. C.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Nh(c,a)};C.prototype.isNull=function(){return!!Oh(this.g)};C.prototype.__destroy__=function(){Ph(this.g)};function E(){this.g=Qh();Z2(E)[this.g]=this}E.prototype=Object.create(y.prototype);E.prototype.constructor=E;E.prototype.h=E;E.i={};b.MdDbText=E;E.prototype.position=E.prototype.position=function(){return m(Rh(this.g),B)};
  1202. E.prototype.setPosition=E.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sh(c,a)};E.prototype.alignmentPoint=function(){return m(Th(this.g),B)};E.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uh(c,a)};E.prototype.oblique=function(){return Vh(this.g)};E.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wh(c,a)};E.prototype.rotation=E.prototype.rotation=function(){return Xh(this.g)};
  1203. E.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yh(c,a)};E.prototype.height=E.prototype.height=function(){return Zh(this.g)};E.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$h(c,a)};E.prototype.widthFactor=function(){return ai(this.g)};E.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bi(c,a)};E.prototype.textString=function(){return g(ci(this.g))};
  1204. E.prototype.setTextString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!di(c,a)};E.prototype.horizontalMode=function(){return ei(this.g)};E.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fi(c,a)};E.prototype.verticalMode=function(){return gi(this.g)};E.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hi(c,a)};E.prototype.explode=function(){return m(ii(this.g),z)};
  1205. E.prototype.TrueColor=function(){return m(ji(this.g),A)};E.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ki(c,a)};E.prototype.ColorIndex=function(){return li(this.g)};E.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mi(c,a)};E.prototype.Layer=function(){return g(ni(this.g))};E.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!oi(c,a)};E.prototype.LinetypeScale=function(){return pi(this.g)};
  1206. E.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qi(c,a)};E.prototype.Visible=function(){return!!ri(this.g)};E.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!si(c,a)};E.prototype.Lineweight=function(){return ti(this.g)};E.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ui(c,a)};E.prototype.TextStyle=function(){return g(vi(this.g))};
  1207. E.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!wi(c,a)};E.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xi(c,a)};E.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!yi(d,a,c)};E.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!zi(d,a,c)};
  1208. E.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ai(d,a,c)};E.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Bi(d,a,c)};E.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ci(c,a)};E.prototype.GetBoundingBox=function(){return m(Di(this.g),z)};
  1209. E.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Ei(c,a),z)};E.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fi(c,a)};E.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(Gi(d,a,c))};
  1210. E.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!Hi(e,a,c,d)};E.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Ii(d,a,c)};E.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Ji(e,a,c,d)};
  1211. E.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Ki(d,a,c)};E.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Li(e,a,c,d)};E.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(Mi(d,a,c),B)};
  1212. E.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Ni(e,a,c,d)};E.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Oi(c,a)};E.prototype.GetAllAppName=function(){return m(Pi(this.g),i3)};E.prototype.LayerId=function(){return Qi(this.g)};E.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ri(c,a)};
  1213. E.prototype.LinetypeId=function(){return Si(this.g)};E.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ti(c,a)};E.prototype.Linetype=function(){return g(Ui(this.g))};E.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Vi(c,a)};E.prototype.TextStyleId=function(){return Wi(this.g)};E.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xi(c,a)};
  1214. E.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(Yi(d,a,c),x)};E.prototype.getArea=function(){return Zi(this.g)};E.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$i(c,a)};E.prototype.isPropertiesWindowCustom=function(){return!!aj(this.g)};E.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bj(c,a)};
  1215. E.prototype.updateDisplay=function(){return!!cj(this.g)};E.prototype.DrawOrder=function(){return dj(this.g)};E.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ej(c,a)};E.prototype.GetObjectID=function(){return fj(this.g)};E.prototype.Erase=function(){return!!gj(this.g)};E.prototype.isErased=function(){return!!hj(this.g)};E.prototype.unErase=function(){return!!ij(this.g)};
  1216. E.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jj(c,a)};E.prototype.GetExtensionDictionary=function(){return m(kj(this.g),v)};E.prototype.CreateExtensionDictionary=function(){return!!lj(this.g)};E.prototype.IsHaveExtensionDictionary=function(){return!!mj(this.g)};E.prototype.Clone=function(){return m(nj(this.g),u)};E.prototype.GetHandle=function(){return g(oj(this.g))};E.prototype.GetDatabase=function(){return m(pj(this.g),w)};
  1217. E.prototype.GetDatabaseIndexId=function(){return qj(this.g)};E.prototype.GetOwnerID=function(){return rj(this.g)};E.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!sj(f,a,c,d,e)};E.prototype.getGripPoints=function(){return m(tj(this.g),x)};E.prototype.getObjectName=function(){return g(uj(this.g))};E.prototype.getDxf0=function(){return g(vj(this.g))};
  1218. E.prototype.getCustomEntityTypeName=function(){return g(wj(this.g))};E.prototype.getCustomEntityid=function(){return xj(this.g)};E.prototype.getCustomEntityTempid=function(){return yj(this.g)};E.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zj(c,a)};E.prototype.getJson=function(){return g(Aj(this.g))};E.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Bj(c,a)};
  1219. E.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Cj(c,a)};E.prototype.isNull=function(){return!!Dj(this.g)};E.prototype.__destroy__=function(){Ej(this.g)};function F(){this.g=Fj();Z2(F)[this.g]=this}F.prototype=Object.create(y.prototype);F.prototype.constructor=F;F.prototype.h=F;F.i={};b.MdDbDimension=F;F.prototype.textPosition=function(){return m(Gj(this.g),B)};
  1220. F.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hj(c,a)};F.prototype.isUsingDefaultTextPosition=function(){return!!Ij(this.g)};F.prototype.useSetTextPosition=function(){return!!Jj(this.g)};F.prototype.useDefaultTextPosition=function(){return!!Kj(this.g)};F.prototype.elevation=F.prototype.elevation=function(){return Lj(this.g)};F.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mj(c,a)};F.prototype.dimensionText=function(){return g(Nj(this.g))};
  1221. F.prototype.setDimensionText=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Oj(c,a)};F.prototype.textRotation=function(){return Pj(this.g)};F.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qj(c,a)};F.prototype.dimensionStyle=function(){return Rj(this.g)};F.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sj(c,a)};F.prototype.textAttachment=function(){return Tj(this.g)};
  1222. F.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uj(c,a)};F.prototype.horizontalRotation=function(){return Vj(this.g)};F.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wj(c,a)};F.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xj(c,a)};F.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Yj(c,a)};
  1223. F.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Zj(d,a,c)};F.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ak(c,a)};F.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!bk(d,a,c)};F.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(ck(c,a))};
  1224. F.prototype.SetDimVarString=function(a,c){var d=this.g;r();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:t(c);return!!dk(d,a,c)};F.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ek(c,a)};F.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!fk(d,a,c)};F.prototype.GetAllText=function(){return m(gk(this.g),i3)};F.prototype.explode=function(){return m(hk(this.g),z)};
  1225. F.prototype.TrueColor=function(){return m(ik(this.g),A)};F.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jk(c,a)};F.prototype.ColorIndex=function(){return kk(this.g)};F.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lk(c,a)};F.prototype.Layer=function(){return g(mk(this.g))};F.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!nk(c,a)};F.prototype.LinetypeScale=function(){return ok(this.g)};
  1226. F.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pk(c,a)};F.prototype.Visible=function(){return!!qk(this.g)};F.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rk(c,a)};F.prototype.Lineweight=function(){return sk(this.g)};F.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tk(c,a)};F.prototype.TextStyle=function(){return g(uk(this.g))};
  1227. F.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!vk(c,a)};F.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wk(c,a)};F.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!xk(d,a,c)};F.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!yk(d,a,c)};
  1228. F.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!zk(d,a,c)};F.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ak(d,a,c)};F.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bk(c,a)};F.prototype.GetBoundingBox=function(){return m(Ck(this.g),z)};
  1229. F.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Dk(c,a),z)};F.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ek(c,a)};F.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(Fk(d,a,c))};
  1230. F.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!Gk(e,a,c,d)};F.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Hk(d,a,c)};F.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Ik(e,a,c,d)};
  1231. F.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Jk(d,a,c)};F.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Kk(e,a,c,d)};F.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(Lk(d,a,c),B)};
  1232. F.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Mk(e,a,c,d)};F.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Nk(c,a)};F.prototype.GetAllAppName=function(){return m(Ok(this.g),i3)};F.prototype.LayerId=function(){return Pk(this.g)};F.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qk(c,a)};
  1233. F.prototype.LinetypeId=function(){return Rk(this.g)};F.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sk(c,a)};F.prototype.Linetype=function(){return g(Tk(this.g))};F.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Uk(c,a)};F.prototype.TextStyleId=function(){return Vk(this.g)};F.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wk(c,a)};
  1234. F.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(Xk(d,a,c),x)};F.prototype.getArea=function(){return Yk(this.g)};F.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zk(c,a)};F.prototype.isPropertiesWindowCustom=function(){return!!$k(this.g)};F.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!al(c,a)};
  1235. F.prototype.updateDisplay=function(){return!!bl(this.g)};F.prototype.DrawOrder=function(){return cl(this.g)};F.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dl(c,a)};F.prototype.GetObjectID=function(){return el(this.g)};F.prototype.Erase=function(){return!!fl(this.g)};F.prototype.isErased=function(){return!!gl(this.g)};F.prototype.unErase=function(){return!!hl(this.g)};
  1236. F.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!il(c,a)};F.prototype.GetExtensionDictionary=function(){return m(jl(this.g),v)};F.prototype.CreateExtensionDictionary=function(){return!!kl(this.g)};F.prototype.IsHaveExtensionDictionary=function(){return!!ll(this.g)};F.prototype.Clone=function(){return m(ml(this.g),u)};F.prototype.GetHandle=function(){return g(nl(this.g))};F.prototype.GetDatabase=function(){return m(ol(this.g),w)};
  1237. F.prototype.GetDatabaseIndexId=function(){return pl(this.g)};F.prototype.GetOwnerID=function(){return ql(this.g)};F.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!rl(f,a,c,d,e)};F.prototype.getGripPoints=function(){return m(sl(this.g),x)};F.prototype.getObjectName=function(){return g(tl(this.g))};F.prototype.getDxf0=function(){return g(ul(this.g))};
  1238. F.prototype.getCustomEntityTypeName=function(){return g(vl(this.g))};F.prototype.getCustomEntityid=function(){return wl(this.g)};F.prototype.getCustomEntityTempid=function(){return xl(this.g)};F.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yl(c,a)};F.prototype.getJson=function(){return g(zl(this.g))};F.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Al(c,a)};
  1239. F.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Bl(c,a)};F.prototype.isNull=function(){return!!Cl(this.g)};F.prototype.__destroy__=function(){Dl(this.g)};function k3(){throw"cannot construct a VoidPtr, no constructor in IDL";}k3.prototype=Object.create(Y2.prototype);k3.prototype.constructor=k3;k3.prototype.h=k3;k3.i={};b.VoidPtr=k3;k3.prototype.__destroy__=function(){El(this.g)};function l3(){this.g=Fl();Z2(l3)[this.g]=this}l3.prototype=Object.create(Y2.prototype);
  1240. l3.prototype.constructor=l3;l3.prototype.h=l3;l3.i={};b.McApp=l3;l3.prototype.Init=function(){Gl(this.g)};l3.prototype.CreateMxDraw=function(a,c,d,e,f,l){var n=this.g;r();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return m(Hl(n,a,c,d,e,f,l),G)};l3.prototype.GetCurrentMxDraw=function(){return m(Il(this.g),G)};
  1241. l3.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Jl(c,a)};l3.prototype.DestroyMdGePoint3d=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Kl(c,a)};l3.prototype.DestroyMdGeLongArray=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ll(c,a)};l3.prototype.DestroyMdGeDoubleArray=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ml(c,a)};l3.prototype.DestroyMdGeStringArray=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Nl(c,a)};
  1242. l3.prototype.DestroyMdDbCustomEntityDwgFiler=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ol(c,a)};l3.prototype.mcedRGB2Index=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return Pl(f,a,c,d,e)};l3.prototype.setDefaultViewBackgroundColor=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);Ql(e,a,c,d)};
  1243. l3.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(Rl(c,a))};l3.prototype.GetVersionString=function(){return g(Sl(this.g))};l3.prototype.isObjectEraseSataus=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tl(c,a)};l3.prototype.ObjectIdIsKindOf=function(a,c){var d=this.g;r();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:t(c);return!!Ul(d,a,c)};
  1244. l3.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Vl(c,a),u)};l3.prototype.ObjectIdToMdDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Wl(c,a),y)};l3.prototype.ObjectIdToMdDbCurve=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Xl(c,a),C)};l3.prototype.ObjectIdToMdDbDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Yl(c,a),F)};
  1245. l3.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Zl(c,a),H)};l3.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m($l(c,a),E)};l3.prototype.ObjectIdToMdDbAttribute=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(am(c,a),I)};l3.prototype.ObjectIdToMdDbAttributeDefinition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(bm(c,a),J)};
  1246. l3.prototype.ObjectIdToMdDbPolyline=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(cm(c,a),K)};l3.prototype.ObjectIdToMdDbCircle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(dm(c,a),M)};l3.prototype.ObjectIdToMdDbArc=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(em(c,a),N)};l3.prototype.ObjectIdToMdDbBlockReference=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(fm(c,a),O)};
  1247. l3.prototype.ObjectIdToMdDbAlignedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(gm(c,a),Q)};l3.prototype.ObjectIdToMdDbRotatedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(hm(c,a),R)};l3.prototype.ObjectIdToMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(im(c,a),S)};l3.prototype.ObjectIdToMdDbEllipse=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(jm(c,a),T)};
  1248. l3.prototype.ObjectIdToMdDbHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(km(c,a),U)};l3.prototype.ObjectIdToMdDbProxyEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(lm(c,a),V)};l3.prototype.ObjectIdToMdDbRasterImage=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(mm(c,a),W)};l3.prototype.ObjectIdToMdDbRasterImageDef=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(nm(c,a),m3)};
  1249. l3.prototype.ObjectIdToMdDbCustomEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(om(c,a),Y)};l3.prototype.ObjectIdToMdDbDictionary=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(pm(c,a),v)};l3.prototype.ObjectIdToMdDbXrecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(qm(c,a),n3)};l3.prototype.ObjectIdToMdDbPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(rm(c,a),Z)};
  1250. l3.prototype.ObjectIdToMdDbBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(sm(c,a),o3)};l3.prototype.ObjectIdToMdDbLayerTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(tm(c,a),p3)};l3.prototype.ObjectIdToMdDbLinetypeTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(um(c,a),q3)};l3.prototype.ObjectIdToMdDbTextStyleTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(wm(c,a),r3)};
  1251. l3.prototype.getLastCallResult=function(){return xm(this.g)};l3.prototype.ThreadTaskAbortExit=function(){ym(this.g)};l3.prototype.setFontFilePath=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);zm(c,a)};l3.prototype.addNetworkLoadingFont=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Am(c,a)};l3.prototype.setDefaultTrueTypeFontFile=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Bm(c,a)};l3.prototype.__destroy__=function(){Cm(this.g)};
  1252. function A(){this.g=Dm();Z2(A)[this.g]=this}A.prototype=Object.create(Y2.prototype);A.prototype.constructor=A;A.prototype.h=A;A.i={};b.MdCmColor=A;A.prototype.setColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Em(c,a)};A.prototype.setRGB=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);Fm(e,a,c,d)};A.prototype.getColorString=function(){return g(Gm(this.g))};
  1253. A.prototype.getColorValue=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return g(Hm(d,a,c))};A.prototype.get_red=A.prototype.Ta=function(){return Im(this.g)};A.prototype.set_red=A.prototype.ib=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Jm(c,a)};Object.defineProperty(A.prototype,"red",{get:A.prototype.Ta,set:A.prototype.ib});A.prototype.get_green=A.prototype.Qa=function(){return Km(this.g)};
  1254. A.prototype.set_green=A.prototype.fb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Lm(c,a)};Object.defineProperty(A.prototype,"green",{get:A.prototype.Qa,set:A.prototype.fb});A.prototype.get_blue=A.prototype.Oa=function(){return Mm(this.g)};A.prototype.set_blue=A.prototype.ab=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Nm(c,a)};Object.defineProperty(A.prototype,"blue",{get:A.prototype.Oa,set:A.prototype.ab});A.prototype.get_method=A.prototype.Ra=function(){return Om(this.g)};
  1255. A.prototype.set_method=A.prototype.gb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Pm(c,a)};Object.defineProperty(A.prototype,"method",{get:A.prototype.Ra,set:A.prototype.gb});A.prototype.get_n=A.prototype.Sa=function(){return Qm(this.g)};A.prototype.set_n=A.prototype.hb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Rm(c,a)};Object.defineProperty(A.prototype,"n",{get:A.prototype.Sa,set:A.prototype.hb});A.prototype.get_colorIndex=A.prototype.Pa=function(){return Sm(this.g)};
  1256. A.prototype.set_colorIndex=A.prototype.cb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Tm(c,a)};Object.defineProperty(A.prototype,"colorIndex",{get:A.prototype.Pa,set:A.prototype.cb});A.prototype.__destroy__=function(){Um(this.g)};function j3(){throw"cannot construct a MdDbObjectArray, no constructor in IDL";}j3.prototype=Object.create(h3.prototype);j3.prototype.constructor=j3;j3.prototype.h=j3;j3.i={};b.MdDbObjectArray=j3;j3.prototype.length=j3.prototype.length=function(){return Vm(this.g)};
  1257. j3.prototype.release=j3.prototype.release=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Wm(c,a),u)};j3.prototype.clear=j3.prototype.clear=function(){Xm(this.g)};j3.prototype.getObjectName=function(){return g(Ym(this.g))};j3.prototype.getDxf0=function(){return g(Zm(this.g))};j3.prototype.getCustomEntityTypeName=function(){return g($m(this.g))};j3.prototype.getCustomEntityid=function(){return an(this.g)};j3.prototype.getCustomEntityTempid=function(){return bn(this.g)};
  1258. j3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cn(c,a)};j3.prototype.getJson=function(){return g(dn(this.g))};j3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!en(c,a)};j3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!fn(c,a)};j3.prototype.isNull=function(){return!!gn(this.g)};j3.prototype.__destroy__=function(){hn(this.g)};
  1259. function B(a,c,d){a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);this.g=void 0===a?jn():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):kn(a,c,d);Z2(B)[this.g]=this}B.prototype=Object.create(Y2.prototype);B.prototype.constructor=B;B.prototype.h=B;B.i={};b.MdGePoint3d=B;B.prototype.transformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ln(c,a)};
  1260. B.prototype.addvec=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);mn(c,a)};B.prototype.subvec=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);nn(c,a)};B.prototype.sub=B.prototype.sub=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(on(c,a),D)};B.prototype.distanceTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return pn(c,a)};B.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qn(c,a)};
  1261. B.prototype.get_x=B.prototype.ba=function(){return rn(this.g)};B.prototype.set_x=B.prototype.ia=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);sn(c,a)};Object.defineProperty(B.prototype,"x",{get:B.prototype.ba,set:B.prototype.ia});B.prototype.get_y=B.prototype.da=function(){return tn(this.g)};B.prototype.set_y=B.prototype.ja=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);un(c,a)};Object.defineProperty(B.prototype,"y",{get:B.prototype.da,set:B.prototype.ja});
  1262. B.prototype.get_z=B.prototype.ea=function(){return vn(this.g)};B.prototype.set_z=B.prototype.ka=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);wn(c,a)};Object.defineProperty(B.prototype,"z",{get:B.prototype.ea,set:B.prototype.ka});B.prototype.__destroy__=function(){xn(this.g)};function s3(){throw"cannot construct a MxMemoryData, no constructor in IDL";}s3.prototype=Object.create(Y2.prototype);s3.prototype.constructor=s3;s3.prototype.h=s3;s3.i={};b.MxMemoryData=s3;
  1263. s3.prototype.clear=s3.prototype.clear=function(){yn(this.g)};s3.prototype.getData=s3.prototype.getData=function(){return zn(this.g)};s3.prototype.getSize=function(){return An(this.g)};s3.prototype.__destroy__=function(){Bn(this.g)};function x(){this.g=Cn();Z2(x)[this.g]=this}x.prototype=Object.create(Y2.prototype);x.prototype.constructor=x;x.prototype.h=x;x.i={};b.MdGePoint3dArray=x;x.prototype.append=x.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Dn(c,a)};
  1264. x.prototype.length=x.prototype.length=function(){return En(this.g)};x.prototype.at=x.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Fn(c,a),B)};x.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Gn(d,a,c)};x.prototype.clear=x.prototype.clear=function(){Hn(this.g)};x.prototype.copy=x.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);In(c,a)};x.prototype.__destroy__=function(){Jn(this.g)};
  1265. function D(a,c,d){a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);this.g=void 0===a?Kn():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):Ln(a,c,d);Z2(D)[this.g]=this}D.prototype=Object.create(Y2.prototype);D.prototype.constructor=D;D.prototype.h=D;D.i={};b.MdGeVector3d=D;
  1266. D.prototype.rotateBy=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Mn(d,a,c)};D.prototype.negate=function(){Nn(this.g)};D.prototype.perpVector=function(){On(this.g)};D.prototype.angleTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return void 0===c?Pn(d,a):Qn(d,a,c)};D.prototype.normalize=D.prototype.normalize=function(){Rn(this.g)};D.prototype.length=D.prototype.length=function(){return Sn(this.g)};
  1267. D.prototype.isUnitLength=function(){return!!Tn(this.g)};D.prototype.isZeroLength=function(){return!!Un(this.g)};D.prototype.dotProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Vn(c,a)};D.prototype.crossProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Wn(c,a),D)};D.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xn(c,a)};D.prototype.mult=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Yn(c,a)};
  1268. D.prototype.get_x=D.prototype.ba=function(){return Zn(this.g)};D.prototype.set_x=D.prototype.ia=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);$n(c,a)};Object.defineProperty(D.prototype,"x",{get:D.prototype.ba,set:D.prototype.ia});D.prototype.get_y=D.prototype.da=function(){return ao(this.g)};D.prototype.set_y=D.prototype.ja=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);bo(c,a)};Object.defineProperty(D.prototype,"y",{get:D.prototype.da,set:D.prototype.ja});
  1269. D.prototype.get_z=D.prototype.ea=function(){return co(this.g)};D.prototype.set_z=D.prototype.ka=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);eo(c,a)};Object.defineProperty(D.prototype,"z",{get:D.prototype.ea,set:D.prototype.ka});D.prototype.__destroy__=function(){fo(this.g)};function t3(){this.g=go();Z2(t3)[this.g]=this}t3.prototype=Object.create(Y2.prototype);t3.prototype.constructor=t3;t3.prototype.h=t3;t3.i={};b.MdGeLongArray=t3;
  1270. t3.prototype.append=t3.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ho(c,a)};t3.prototype.length=t3.prototype.length=function(){return io(this.g)};t3.prototype.at=t3.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return jo(c,a)};t3.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);ko(d,a,c)};t3.prototype.copy=t3.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);lo(c,a)};
  1271. t3.prototype.clear=t3.prototype.clear=function(){mo(this.g)};t3.prototype.__destroy__=function(){no(this.g)};function i3(){this.g=oo();Z2(i3)[this.g]=this}i3.prototype=Object.create(Y2.prototype);i3.prototype.constructor=i3;i3.prototype.h=i3;i3.i={};b.MdGeStringArray=i3;i3.prototype.append=i3.prototype.append=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);po(c,a)};i3.prototype.length=i3.prototype.length=function(){return qo(this.g)};
  1272. i3.prototype.at=i3.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(ro(c,a))};i3.prototype.setAt=function(a,c){var d=this.g;r();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:t(c);so(d,a,c)};i3.prototype.copy=i3.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);to(c,a)};i3.prototype.clear=i3.prototype.clear=function(){uo(this.g)};i3.prototype.__destroy__=function(){vo(this.g)};function u3(){this.g=wo();Z2(u3)[this.g]=this}
  1273. u3.prototype=Object.create(Y2.prototype);u3.prototype.constructor=u3;u3.prototype.h=u3;u3.i={};b.MdGeDoubleArray=u3;u3.prototype.append=u3.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);xo(c,a)};u3.prototype.length=u3.prototype.length=function(){return yo(this.g)};u3.prototype.at=u3.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return zo(c,a)};
  1274. u3.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ao(d,a,c)};u3.prototype.copy=u3.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Bo(c,a)};u3.prototype.clear=u3.prototype.clear=function(){Co(this.g)};u3.prototype.__destroy__=function(){Do(this.g)};function v3(){this.g=Eo();Z2(v3)[this.g]=this}v3.prototype=Object.create(Y2.prototype);v3.prototype.constructor=v3;v3.prototype.h=v3;v3.i={};b.MdGeMatrix3d=v3;
  1275. v3.prototype.setToIdentity=function(){Fo(this.g)};v3.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Go(c,a)};v3.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ho(c,a)};v3.prototype.setToProduct=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Io(d,a,c)};v3.prototype.invert=function(){Jo(this.g)};v3.prototype.isSingular=function(){return!!Ko(this.g)};v3.prototype.transposeIt=function(){Lo(this.g)};
  1276. v3.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mo(c,a)};v3.prototype.det=function(){return No(this.g)};v3.prototype.setCoordSystem=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);Oo(f,a,c,d,e)};v3.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Po(c,a)};
  1277. v3.prototype.setToRotation=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);Qo(e,a,c,d)};v3.prototype.setToScaling=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ro(d,a,c)};v3.prototype.setMirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);So(d,a,c)};v3.prototype.scale=v3.prototype.scale=function(){return To(this.g)};
  1278. v3.prototype.getData=v3.prototype.getData=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return Uo(d,a,c)};v3.prototype.copy=v3.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Vo(c,a)};v3.prototype.__destroy__=function(){Wo(this.g)};function p3(){this.g=Xo();Z2(p3)[this.g]=this}p3.prototype=Object.create(u.prototype);p3.prototype.constructor=p3;p3.prototype.h=p3;p3.i={};b.MdDbLayerTableRecord=p3;p3.prototype.getName=function(){return g(Yo(this.g))};
  1279. p3.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Zo(c,a)};p3.prototype.isFrozen=p3.prototype.isFrozen=function(){return!!$o(this.g)};p3.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ap(c,a)};p3.prototype.isOff=function(){return!!bp(this.g)};p3.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cp(c,a)};p3.prototype.isLocked=function(){return!!dp(this.g)};
  1280. p3.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ep(c,a)};p3.prototype.color=p3.prototype.color=function(){return m(fp(this.g),A)};p3.prototype.setColor=p3.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gp(c,a)};p3.prototype.linetypeObjectId=function(){return hp(this.g)};p3.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ip(c,a)};p3.prototype.lineWeight=function(){return jp(this.g)};
  1281. p3.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kp(c,a)};p3.prototype.GetObjectID=function(){return lp(this.g)};p3.prototype.Erase=function(){return!!mp(this.g)};p3.prototype.isErased=function(){return!!np(this.g)};p3.prototype.unErase=function(){return!!op(this.g)};p3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pp(c,a)};p3.prototype.GetExtensionDictionary=function(){return m(qp(this.g),v)};
  1282. p3.prototype.CreateExtensionDictionary=function(){return!!rp(this.g)};p3.prototype.IsHaveExtensionDictionary=function(){return!!sp(this.g)};p3.prototype.Clone=function(){return m(tp(this.g),u)};p3.prototype.GetHandle=function(){return g(up(this.g))};p3.prototype.GetDatabase=function(){return m(vp(this.g),w)};p3.prototype.GetDatabaseIndexId=function(){return wp(this.g)};p3.prototype.GetOwnerID=function(){return xp(this.g)};
  1283. p3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!yp(f,a,c,d,e)};p3.prototype.getGripPoints=function(){return m(zp(this.g),x)};p3.prototype.getObjectName=function(){return g(Ap(this.g))};p3.prototype.getDxf0=function(){return g(Bp(this.g))};p3.prototype.getCustomEntityTypeName=function(){return g(Cp(this.g))};p3.prototype.getCustomEntityid=function(){return Dp(this.g)};
  1284. p3.prototype.getCustomEntityTempid=function(){return Ep(this.g)};p3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fp(c,a)};p3.prototype.getJson=function(){return g(Gp(this.g))};p3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Hp(c,a)};p3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ip(c,a)};p3.prototype.isNull=function(){return!!Jp(this.g)};
  1285. p3.prototype.__destroy__=function(){Kp(this.g)};function q3(){this.g=Lp();Z2(q3)[this.g]=this}q3.prototype=Object.create(u.prototype);q3.prototype.constructor=q3;q3.prototype.h=q3;q3.i={};b.MdDbLinetypeTableRecord=q3;q3.prototype.getName=function(){return g(Mp(this.g))};q3.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Np(c,a)};q3.prototype.numDashes=function(){return Op(this.g)};
  1286. q3.prototype.setNumDashes=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pp(c,a)};q3.prototype.dashLengthAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Qp(c,a)};q3.prototype.setDashLengthAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Rp(d,a,c)};q3.prototype.comments=function(){return g(Sp(this.g))};q3.prototype.setComments=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Tp(c,a)};
  1287. q3.prototype.shapeStyleAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Up(c,a)};q3.prototype.setShapeStyleAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Vp(d,a,c)};q3.prototype.shapeNumberAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Wp(c,a)};q3.prototype.setShapeNumberAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Xp(d,a,c)};
  1288. q3.prototype.shapeOffsetAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Yp(c,a),D)};q3.prototype.setShapeOffsetAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Zp(d,a,c)};q3.prototype.shapeScaleAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return $p(c,a)};q3.prototype.setShapeScaleAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!aq(d,a,c)};
  1289. q3.prototype.isScaledToFit=function(){return!!bq(this.g)};q3.prototype.setIsScaledToFit=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cq(c,a)};q3.prototype.shapeIsUcsOrientedAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dq(c,a)};q3.prototype.setShapeIsUcsOrientedAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!eq(d,a,c)};
  1290. q3.prototype.shapeRotationAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fq(c,a)};q3.prototype.setShapeRotationAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!gq(d,a,c)};q3.prototype.textAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(hq(c,a))};q3.prototype.setTextAt=function(a,c){var d=this.g;r();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:t(c);return!!iq(d,a,c)};
  1291. q3.prototype.GetObjectID=function(){return jq(this.g)};q3.prototype.Erase=function(){return!!kq(this.g)};q3.prototype.isErased=function(){return!!lq(this.g)};q3.prototype.unErase=function(){return!!mq(this.g)};q3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nq(c,a)};q3.prototype.GetExtensionDictionary=function(){return m(oq(this.g),v)};q3.prototype.CreateExtensionDictionary=function(){return!!pq(this.g)};q3.prototype.IsHaveExtensionDictionary=function(){return!!qq(this.g)};
  1292. q3.prototype.Clone=function(){return m(rq(this.g),u)};q3.prototype.GetHandle=function(){return g(sq(this.g))};q3.prototype.GetDatabase=function(){return m(tq(this.g),w)};q3.prototype.GetDatabaseIndexId=function(){return uq(this.g)};q3.prototype.GetOwnerID=function(){return vq(this.g)};q3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!wq(f,a,c,d,e)};
  1293. q3.prototype.getGripPoints=function(){return m(xq(this.g),x)};q3.prototype.getObjectName=function(){return g(yq(this.g))};q3.prototype.getDxf0=function(){return g(zq(this.g))};q3.prototype.getCustomEntityTypeName=function(){return g(Aq(this.g))};q3.prototype.getCustomEntityid=function(){return Bq(this.g)};q3.prototype.getCustomEntityTempid=function(){return Cq(this.g)};q3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dq(c,a)};
  1294. q3.prototype.getJson=function(){return g(Eq(this.g))};q3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Fq(c,a)};q3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Gq(c,a)};q3.prototype.isNull=function(){return!!Hq(this.g)};q3.prototype.__destroy__=function(){Iq(this.g)};function r3(){this.g=Jq();Z2(r3)[this.g]=this}r3.prototype=Object.create(u.prototype);r3.prototype.constructor=r3;r3.prototype.h=r3;r3.i={};
  1295. b.MdDbTextStyleTableRecord=r3;r3.prototype.getName=function(){return g(Kq(this.g))};r3.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Lq(c,a)};r3.prototype.isShapeFile=function(){return!!Mq(this.g)};r3.prototype.setIsShapeFile=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nq(c,a)};r3.prototype.isVertical=function(){return!!Oq(this.g)};r3.prototype.setIsVertical=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pq(c,a)};
  1296. r3.prototype.textSize=function(){return Qq(this.g)};r3.prototype.setTextSize=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rq(c,a)};r3.prototype.xScale=function(){return Sq(this.g)};r3.prototype.setXScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tq(c,a)};r3.prototype.obliquingAngle=function(){return Uq(this.g)};r3.prototype.setObliquingAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vq(c,a)};r3.prototype.flagBits=function(){return Wq(this.g)};
  1297. r3.prototype.setFlagBits=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xq(c,a)};r3.prototype.fileName=r3.prototype.fileName=function(){return g(Yq(this.g))};r3.prototype.setFileName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Zq(c,a)};r3.prototype.bigFontFileName=function(){return g($q(this.g))};r3.prototype.setBigFontFileName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ar(c,a)};
  1298. r3.prototype.setFont=function(a,c,d,e,f){var l=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return!!br(l,a,c,d,e,f)};r3.prototype.font=r3.prototype.font=function(){return m(cr(this.g),z)};r3.prototype.GetObjectID=function(){return dr(this.g)};r3.prototype.Erase=function(){return!!er(this.g)};r3.prototype.isErased=function(){return!!fr(this.g)};r3.prototype.unErase=function(){return!!gr(this.g)};
  1299. r3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hr(c,a)};r3.prototype.GetExtensionDictionary=function(){return m(ir(this.g),v)};r3.prototype.CreateExtensionDictionary=function(){return!!jr(this.g)};r3.prototype.IsHaveExtensionDictionary=function(){return!!kr(this.g)};r3.prototype.Clone=function(){return m(lr(this.g),u)};r3.prototype.GetHandle=function(){return g(mr(this.g))};r3.prototype.GetDatabase=function(){return m(nr(this.g),w)};
  1300. r3.prototype.GetDatabaseIndexId=function(){return or(this.g)};r3.prototype.GetOwnerID=function(){return pr(this.g)};r3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!qr(f,a,c,d,e)};r3.prototype.getGripPoints=function(){return m(rr(this.g),x)};r3.prototype.getObjectName=function(){return g(sr(this.g))};r3.prototype.getDxf0=function(){return g(tr(this.g))};
  1301. r3.prototype.getCustomEntityTypeName=function(){return g(ur(this.g))};r3.prototype.getCustomEntityid=function(){return vr(this.g)};r3.prototype.getCustomEntityTempid=function(){return wr(this.g)};r3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xr(c,a)};r3.prototype.getJson=function(){return g(yr(this.g))};r3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!zr(c,a)};
  1302. r3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ar(c,a)};r3.prototype.isNull=function(){return!!Br(this.g)};r3.prototype.__destroy__=function(){Cr(this.g)};function w3(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}w3.prototype=Object.create(u.prototype);w3.prototype.constructor=w3;w3.prototype.h=w3;w3.i={};b.MdDbLayerTable=w3;w3.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Dr(c,a),t3)};
  1303. w3.prototype.add=w3.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Er(c,a)};w3.prototype.get=w3.prototype.get=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Fr(d,a,c)};w3.prototype.GetObjectID=function(){return Gr(this.g)};w3.prototype.Erase=function(){return!!Hr(this.g)};w3.prototype.isErased=function(){return!!Ir(this.g)};w3.prototype.unErase=function(){return!!Jr(this.g)};
  1304. w3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kr(c,a)};w3.prototype.GetExtensionDictionary=function(){return m(Lr(this.g),v)};w3.prototype.CreateExtensionDictionary=function(){return!!Mr(this.g)};w3.prototype.IsHaveExtensionDictionary=function(){return!!Nr(this.g)};w3.prototype.Clone=function(){return m(Or(this.g),u)};w3.prototype.GetHandle=function(){return g(Pr(this.g))};w3.prototype.GetDatabase=function(){return m(Qr(this.g),w)};
  1305. w3.prototype.GetDatabaseIndexId=function(){return Rr(this.g)};w3.prototype.GetOwnerID=function(){return Sr(this.g)};w3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Tr(f,a,c,d,e)};w3.prototype.getGripPoints=function(){return m(Ur(this.g),x)};w3.prototype.getObjectName=function(){return g(Vr(this.g))};w3.prototype.getDxf0=function(){return g(Wr(this.g))};
  1306. w3.prototype.getCustomEntityTypeName=function(){return g(Xr(this.g))};w3.prototype.getCustomEntityid=function(){return Yr(this.g)};w3.prototype.getCustomEntityTempid=function(){return Zr(this.g)};w3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$r(c,a)};w3.prototype.getJson=function(){return g(as(this.g))};w3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!bs(c,a)};
  1307. w3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cs(c,a)};w3.prototype.isNull=function(){return!!ds(this.g)};function x3(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}x3.prototype=Object.create(u.prototype);x3.prototype.constructor=x3;x3.prototype.h=x3;x3.i={};b.MdDbLinetypeTable=x3;x3.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(es(c,a),t3)};
  1308. x3.prototype.add=x3.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gs(c,a)};x3.prototype.get=x3.prototype.get=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return hs(d,a,c)};x3.prototype.GetObjectID=function(){return is(this.g)};x3.prototype.Erase=function(){return!!js(this.g)};x3.prototype.isErased=function(){return!!ks(this.g)};x3.prototype.unErase=function(){return!!ls(this.g)};
  1309. x3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ms(c,a)};x3.prototype.GetExtensionDictionary=function(){return m(ns(this.g),v)};x3.prototype.CreateExtensionDictionary=function(){return!!ps(this.g)};x3.prototype.IsHaveExtensionDictionary=function(){return!!qs(this.g)};x3.prototype.Clone=function(){return m(rs(this.g),u)};x3.prototype.GetHandle=function(){return g(ss(this.g))};x3.prototype.GetDatabase=function(){return m(ts(this.g),w)};
  1310. x3.prototype.GetDatabaseIndexId=function(){return us(this.g)};x3.prototype.GetOwnerID=function(){return vs(this.g)};x3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!xs(f,a,c,d,e)};x3.prototype.getGripPoints=function(){return m(ys(this.g),x)};x3.prototype.getObjectName=function(){return g(zs(this.g))};x3.prototype.getDxf0=function(){return g(As(this.g))};
  1311. x3.prototype.getCustomEntityTypeName=function(){return g(Bs(this.g))};x3.prototype.getCustomEntityid=function(){return Cs(this.g)};x3.prototype.getCustomEntityTempid=function(){return Ds(this.g)};x3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Es(c,a)};x3.prototype.getJson=function(){return g(Fs(this.g))};x3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Gs(c,a)};
  1312. x3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Hs(c,a)};x3.prototype.isNull=function(){return!!Is(this.g)};function y3(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}y3.prototype=Object.create(u.prototype);y3.prototype.constructor=y3;y3.prototype.h=y3;y3.i={};b.MdDbTextStyleTable=y3;y3.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Js(c,a),t3)};
  1313. y3.prototype.add=y3.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ks(c,a)};y3.prototype.get=y3.prototype.get=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Ls(d,a,c)};y3.prototype.GetObjectID=function(){return Ms(this.g)};y3.prototype.Erase=function(){return!!Ns(this.g)};y3.prototype.isErased=function(){return!!Os(this.g)};y3.prototype.unErase=function(){return!!Ps(this.g)};
  1314. y3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qs(c,a)};y3.prototype.GetExtensionDictionary=function(){return m(Rs(this.g),v)};y3.prototype.CreateExtensionDictionary=function(){return!!Ss(this.g)};y3.prototype.IsHaveExtensionDictionary=function(){return!!Ts(this.g)};y3.prototype.Clone=function(){return m(Us(this.g),u)};y3.prototype.GetHandle=function(){return g(Vs(this.g))};y3.prototype.GetDatabase=function(){return m(Ws(this.g),w)};
  1315. y3.prototype.GetDatabaseIndexId=function(){return Xs(this.g)};y3.prototype.GetOwnerID=function(){return Ys(this.g)};y3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Zs(f,a,c,d,e)};y3.prototype.getGripPoints=function(){return m($s(this.g),x)};y3.prototype.getObjectName=function(){return g(at(this.g))};y3.prototype.getDxf0=function(){return g(bt(this.g))};
  1316. y3.prototype.getCustomEntityTypeName=function(){return g(ct(this.g))};y3.prototype.getCustomEntityid=function(){return dt(this.g)};y3.prototype.getCustomEntityTempid=function(){return et(this.g)};y3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ft(c,a)};y3.prototype.getJson=function(){return g(gt(this.g))};y3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ht(c,a)};
  1317. y3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!it(c,a)};y3.prototype.isNull=function(){return!!jt(this.g)};function w(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}w.prototype=Object.create(h3.prototype);w.prototype.constructor=w;w.prototype.h=w;w.i={};b.MdDbDatabase=w;w.prototype.GetLayerTable=function(){return m(kt(this.g),w3)};w.prototype.GetLinetypeTable=function(){return m(lt(this.g),x3)};
  1318. w.prototype.GetTextStyleTable=function(){return m(mt(this.g),y3)};w.prototype.GetBlockTable=function(){return m(nt(this.g),A3)};w.prototype.CurrentSpace=function(){return m(ot(this.g),o3)};w.prototype.GetNamedObjectsDictionary=function(){return m(pt(this.g),v)};w.prototype.GetCurrentlyLineTypeScale=function(){return qt(this.g)};w.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);rt(c,a)};w.prototype.GetCurrentlyLayerName=function(){return g(st(this.g))};
  1319. w.prototype.SetCurrentlyLayerName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);tt(c,a)};w.prototype.GetCurrentlyLineTypeName=function(){return g(ut(this.g))};w.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);vt(c,a)};w.prototype.GetCurrentlyTrueColor=function(){return m(wt(this.g),A)};w.prototype.GetCurrentlyDrawColor=function(){return m(xt(this.g),t3)};
  1320. w.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);yt(c,a)};w.prototype.GetCurrentlyColorIndex=function(){return zt(this.g)};w.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);At(c,a)};w.prototype.GetCurrentlyTextStyleName=function(){return g(Bt(this.g))};w.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Ct(c,a)};
  1321. w.prototype.HandleToIdIndex=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return Dt(c,a)};w.prototype.IsModifyed=function(){return!!Et(this.g)};w.prototype.SetModifyed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ft(c,a)};w.prototype.getObjectName=function(){return g(Gt(this.g))};w.prototype.getDxf0=function(){return g(Ht(this.g))};w.prototype.getCustomEntityTypeName=function(){return g(It(this.g))};w.prototype.getCustomEntityid=function(){return Jt(this.g)};
  1322. w.prototype.getCustomEntityTempid=function(){return Kt(this.g)};w.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lt(c,a)};w.prototype.getJson=function(){return g(Mt(this.g))};w.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Nt(c,a)};w.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ot(c,a)};w.prototype.isNull=function(){return!!Pt(this.g)};
  1323. function G(){throw"cannot construct a McObject, no constructor in IDL";}G.prototype=Object.create(Y2.prototype);G.prototype.constructor=G;G.prototype.h=G;G.i={};b.McObject=G;G.prototype.updateDisplay=function(a,c){var d=this.g;r();"object"==typeof a&&(a=g3(a));"object"==typeof c&&(c=g3(c));return!!Qt(d,a,c)};G.prototype.updateDisplayMatrixData=function(a,c){var d=this.g;r();"object"==typeof a&&(a=g3(a));"object"==typeof c&&(c=g3(c));return!!Rt(d,a,c)};G.prototype.test=G.prototype.test=function(){St(this.g)};
  1324. G.prototype.openWebFile=function(a,c,d,e,f,l){var n=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e=e&&"object"===typeof e?e.g:t(e);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return!!Tt(n,a,c,d,e,f,l)};G.prototype.loadTz=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ut(c,a)};G.prototype.newFile=function(){return!!Vt(this.g)};
  1325. G.prototype.insertBlock=function(a,c,d,e,f,l){var n=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f=f&&"object"===typeof f?f.g:t(f);l&&"object"===typeof l&&(l=l.g);return!!Wt(n,a,c,d,e,f,l)};G.prototype.addImageDefine=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);return Xt(d,a,c)};
  1326. G.prototype.saveFileToUrl=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Yt(c,a)};G.prototype.saveTempFile=function(){return g(Zt(this.g))};G.prototype.saveFileToMemory=function(){return m($t(this.g),s3)};G.prototype.deleteFile=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!au(c,a)};G.prototype.saveFile=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);return!!bu(d,a,c)};
  1327. G.prototype.getViewDataJsonParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(cu(c,a))};G.prototype.regen=function(){du(this.g)};G.prototype.setBrowse=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);eu(c,a)};G.prototype.GetDatabase=function(){return m(fu(this.g),w)};G.prototype.GetSysVarString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return g(gu(c,a))};
  1328. G.prototype.SetSysVarString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);return!!hu(d,a,c)};G.prototype.GetSysVarDouble=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return iu(c,a)};G.prototype.SetSysVarDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return!!ju(d,a,c)};G.prototype.GetSysVarLong=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return ku(c,a)};
  1329. G.prototype.SetSysVarLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return!!lu(d,a,c)};G.prototype.GetSysVarPoint=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(mu(c,a),B)};G.prototype.SetSysVarPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!nu(e,a,c,d)};
  1330. G.prototype.fireEventWindowSize=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);ou(d,a,c)};G.prototype.fireStartRunCommand=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);pu(d,a,c)};G.prototype.fireEndRunCommand=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);qu(d,a,c)};G.prototype.fireEventDragWillEnd=function(){ru(this.g)};
  1331. G.prototype.IntelliSelect_PointSelect=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return su(d,a,c)};G.prototype.IntelliSelect_RangeSelect=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return m(tu(l,a,c,d,e,f),t3)};
  1332. G.prototype.Osnap_NotifyOsnap=function(a,c,d,e,f,l,n,p){var P=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);uu(P,a,c,d,e,f,l,n,p)};G.prototype.EntityTempWordDraw_onJigCommandEnd=function(){vu(this.g)};
  1333. G.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);wu(c,a)};G.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){xu(this.g)};G.prototype.EntityTempWordDraw_onJigClearDisplay=function(){yu(this.g)};G.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);zu(c,a)};G.prototype.GetDrawColor=function(){return m(Au(this.g),A)};
  1334. G.prototype.AddLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return Bu(c,a)};G.prototype.SetDrawLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Cu(c,a)};G.prototype.GetDrawLayer=function(){return g(Du(this.g))};G.prototype.AddTextStyle=function(a,c,d,e){var f=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);d=d&&"object"===typeof d?d.g:t(d);e&&"object"===typeof e&&(e=e.g);return Eu(f,a,c,d,e)};
  1335. G.prototype.AddTureTypeTextStyle=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);d&&"object"===typeof d&&(d=d.g);return Fu(e,a,c,d)};G.prototype.SetDrawTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Gu(c,a)};G.prototype.GetDrawTextStyle=function(){return g(Hu(this.g))};G.prototype.AddLinetype=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);return Iu(d,a,c)};
  1336. G.prototype.AddLinetypeEx=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);d=d&&"object"===typeof d?d.g:t(d);return Ju(e,a,c,d)};G.prototype.AddDimStyle=function(a,c,d,e,f){var l=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);d=d&&"object"===typeof d?d.g:t(d);e=e&&"object"===typeof e?e.g:t(e);f=f&&"object"===typeof f?f.g:t(f);return Ku(l,a,c,d,e,f)};
  1337. G.prototype.SetDrawLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Lu(c,a)};G.prototype.GetDrawLinetype=function(){return g(Mu(this.g))};G.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Nu(c,a)};G.prototype.GetDrawLineWeight=function(){return Ou(this.g)};G.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Pu(c,a)};G.prototype.GetDrawLineTypeScale=function(){return Qu(this.g)};
  1338. G.prototype.SetDrawDimStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Ru(c,a)};G.prototype.GetDrawDimStyle=function(){return g(Su(this.g))};G.prototype.SetPatternDefinition=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Tu(c,a)};G.prototype.GetPatternDefinition=function(){return g(Uu(this.g))};G.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Vu(c,a)};G.prototype.GetDrawLineWidth=function(){return Wu(this.g)};
  1339. G.prototype.DrawImage=function(a,c,d,e,f,l){var n=this.g;r();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l=l&&"object"===typeof l?l.g:t(l);return Xu(n,a,c,d,e,f,l)};
  1340. G.prototype.DrawLine=function(a,c,d,e,f,l){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return Yu(n,a,c,d,e,f,l)};
  1341. G.prototype.DrawArc=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return Zu(l,a,c,d,e,f)};
  1342. G.prototype.DrawArc2=function(a,c,d,e,f,l){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return $u(n,a,c,d,e,f,l)};
  1343. G.prototype.DrawArc3=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return av(l,a,c,d,e,f)};G.prototype.DrawCircle=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return bv(e,a,c,d)};
  1344. G.prototype.DrawEllipse=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return cv(l,a,c,d,e,f)};
  1345. G.prototype.DrawEllipseArc=function(a,c,d,e,f,l,n){var p=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);return dv(p,a,c,d,e,f,l,n)};G.prototype.DrawPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return ev(d,a,c)};
  1346. G.prototype.DrawSolid=function(a,c,d,e,f,l,n,p){var P=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);return fv(P,a,c,d,e,f,l,n,p)};
  1347. G.prototype.DrawMText=function(a,c,d,e,f,l,n){var p=this.g;r();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);return gv(p,a,c,d,e,f,l,n)};
  1348. G.prototype.DrawText=function(a,c,d,e,f,l,n){var p=this.g;r();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);return hv(p,a,c,d,e,f,l,n)};
  1349. G.prototype.DrawBlockReference=function(a,c,d,e,f){var l=this.g;r();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return iv(l,a,c,d,e,f)};
  1350. G.prototype.DrawDimAligned=function(a,c,d,e,f,l){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return jv(n,a,c,d,e,f,l)};
  1351. G.prototype.DrawDimAngular=function(a,c,d,e,f,l,n,p){var P=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);return kv(P,a,c,d,e,f,l,n,p)};
  1352. G.prototype.DrawDimDiametric=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return lv(l,a,c,d,e,f)};
  1353. G.prototype.DrawDimRotated=function(a,c,d,e,f,l,n){var p=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);return mv(p,a,c,d,e,f,l,n)};
  1354. G.prototype.DrawDimOrdinate=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return nv(l,a,c,d,e,f)};G.prototype.DrawDimRadial=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return ov(l,a,c,d,e,f)};
  1355. G.prototype.PathMoveTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);pv(d,a,c)};G.prototype.PathMoveToEx=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);qv(l,a,c,d,e,f)};G.prototype.PathLineTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);rv(d,a,c)};
  1356. G.prototype.PathLineToEx=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);sv(l,a,c,d,e,f)};G.prototype.PathCircle=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return!!tv(l,a,c,d,e,f)};
  1357. G.prototype.DrawPathToPolyline=function(){return uv(this.g)};G.prototype.DrawPathToSpline=function(){return vv(this.g)};G.prototype.PathMakeClosed=function(){wv(this.g)};G.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return xv(c,a)};G.prototype.DrawHatch=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return yv(d,a,c)};G.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return zv(c,a)};
  1358. G.prototype.GetAllLayoutName=function(){return m(Av(this.g),i3)};G.prototype.SetCurrentLayout=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Bv(c,a)};G.prototype.PathMakeExclude=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Cv(c,a)};G.prototype.AddPatternDefinition=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);Dv(d,a,c)};G.prototype.SetAppId=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Ev(c,a)};
  1359. G.prototype.UpdateLayerDisplayStatus=function(){Fv(this.g)};G.prototype.initRegist=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Gv(c,a)};G.prototype.isTryVersion=function(){return!!Hv(this.g)};G.prototype.setViewBackgroundColor=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);Iv(e,a,c,d)};G.prototype.createTexture=G.prototype.createTexture=function(){return Jv(this.g)};
  1360. G.prototype.deleteTexture=G.prototype.deleteTexture=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Kv(c,a)};G.prototype.bindTexture=G.prototype.bindTexture=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Lv(d,a,c)};G.prototype.allocTextureHandle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return Mv(c,a)};
  1361. G.prototype.registTexture=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Nv(d,a,c)};G.prototype.undo=function(){Ov(this.g)};G.prototype.redo=function(){Pv(this.g)};G.prototype.undoMark=function(){Qv(this.g)};function z(){this.g=Rv();Z2(z)[this.g]=this}z.prototype=Object.create(h3.prototype);z.prototype.constructor=z;z.prototype.h=z;z.i={};b.McDrawResbuf=z;z.prototype.Clear=function(){Sv(this.g)};z.prototype.GetCount=function(){return Tv(this.g)};
  1362. z.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Uv(c,a)};z.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Vv(c,a)};z.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Wv(c,a)};z.prototype.AtObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Xv(c,a),u)};z.prototype.AtRxObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Yv(c,a),h3)};
  1363. z.prototype.AtObjectMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Zv(c,a),S)};z.prototype.AtObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g($v(c,a))};z.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(aw(c,a))};z.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(bw(c,a),B)};z.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return cw(c,a)};
  1364. z.prototype.ItemDataDxf=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return dw(c,a)};z.prototype.AddDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);ew(d,a,c)};z.prototype.Addlong=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);fw(d,a,c)};z.prototype.AddObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);gw(d,a,c)};
  1365. z.prototype.AddObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hw(c,a)};z.prototype.AddString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);iw(d,a,c)};z.prototype.AddPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);jw(d,a,c)};z.prototype.RemoveAll=function(){kw(this.g)};z.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);lw(c,a)};
  1366. z.prototype.PrintData=function(){mw(this.g)};z.prototype.getObjectName=function(){return g(nw(this.g))};z.prototype.getDxf0=function(){return g(ow(this.g))};z.prototype.getCustomEntityTypeName=function(){return g(pw(this.g))};z.prototype.getCustomEntityid=function(){return qw(this.g)};z.prototype.getCustomEntityTempid=function(){return rw(this.g)};z.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sw(c,a)};z.prototype.getJson=function(){return g(tw(this.g))};
  1367. z.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!uw(c,a)};z.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!vw(c,a)};z.prototype.isNull=function(){return!!ww(this.g)};z.prototype.__destroy__=function(){xw(this.g)};function B3(){this.g=yw();Z2(B3)[this.g]=this}B3.prototype=Object.create(Y2.prototype);B3.prototype.constructor=B3;B3.prototype.h=B3;B3.i={};b.McDrawUtility=B3;
  1368. B3.prototype.findEntAtPoint=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return zw(l,a,c,d,e,f)};B3.prototype.eraseObject=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Aw(d,a,c)};
  1369. B3.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Bw(d,a,c)};B3.prototype.calcBulge=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return Cw(e,a,c,d)};B3.prototype.builderHatchFromPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(Dw(d,a,c),U)};B3.prototype.__destroy__=function(){Ew(this.g)};
  1370. function C3(){this.g=Fw();Z2(C3)[this.g]=this}C3.prototype=Object.create(Y2.prototype);C3.prototype.constructor=C3;C3.prototype.h=C3;C3.i={};b.MxDrawAssist=C3;
  1371. C3.prototype.MxChamfer=function(a,c,d,e,f,l,n,p,P){var L=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);P&&"object"===typeof P&&(P=P.g);return!!Gw(L,a,c,d,e,f,l,n,p,P)};
  1372. C3.prototype.MxFillet=function(a,c,d,e,f,l,n,p){var P=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);return!!Hw(P,a,c,d,e,f,l,n,p)};C3.prototype.MxExplode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Iw(c,a)};
  1373. C3.prototype.MxJoin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jw(c,a)};C3.prototype.IntersectWith=function(a,c,d,e,f,l,n,p,P){var L=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);P&&"object"===typeof P&&(P=P.g);return m(Kw(L,a,c,d,e,f,l,n,p,P),x)};
  1374. C3.prototype.GetClosestPointTo=function(a,c,d,e,f,l,n){var p=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);n&&"object"===typeof n&&(n=n.g);return m(Lw(p,a,c,d,e,f,l,n),x)};C3.prototype.__destroy__=function(){Mw(this.g)};function D3(){this.g=Nw();Z2(D3)[this.g]=this}D3.prototype=Object.create(Y2.prototype);D3.prototype.constructor=D3;
  1375. D3.prototype.h=D3;D3.i={};b.MxDrawTrimAssist=D3;D3.prototype.Init=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ow(c,a)};D3.prototype.UnInit=function(){return!!Pw(this.g)};D3.prototype.DoTrim=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);Qw(l,a,c,d,e,f)};D3.prototype.__destroy__=function(){Rw(this.g)};
  1376. function E3(){this.g=Sw();Z2(E3)[this.g]=this}E3.prototype=Object.create(Y2.prototype);E3.prototype.constructor=E3;E3.prototype.h=E3;E3.i={};b.MxDrawExtendAssist=E3;E3.prototype.Init=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tw(c,a)};E3.prototype.UnInit=function(){return!!Uw(this.g)};
  1377. E3.prototype.DoExtend=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);Vw(l,a,c,d,e,f)};E3.prototype.__destroy__=function(){Ww(this.g)};function H(){this.g=Xw();Z2(H)[this.g]=this}H.prototype=Object.create(C.prototype);H.prototype.constructor=H;H.prototype.h=H;H.i={};b.MdDbLine=H;H.prototype.startPoint=function(){return m(Yw(this.g),B)};
  1378. H.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zw(c,a)};H.prototype.endPoint=function(){return m($w(this.g),B)};H.prototype.setEndPoint=H.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ax(c,a)};H.prototype.getStartParam=function(){return bx(this.g)};H.prototype.getEndParam=function(){return cx(this.g)};H.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return dx(c,a)};
  1379. H.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ex(c,a)};H.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fx(c,a)};H.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(gx(c,a),B)};H.prototype.getStartPoint=function(){return m(hx(this.g),B)};H.prototype.getEndPoint=function(){return m(ix(this.g),B)};
  1380. H.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(jx(c,a),B)};H.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return kx(c,a)};H.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(lx(c,a),D)};H.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(mx(c,a),D)};
  1381. H.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(nx(d,a,c),B)};H.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(ox(d,a,c),j3)};H.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(px(c,a),j3)};H.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(qx(c,a),z)};
  1382. H.prototype.getLength=function(){return rx(this.g)};H.prototype.explode=function(){return m(sx(this.g),z)};H.prototype.TrueColor=function(){return m(tx(this.g),A)};H.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ux(c,a)};H.prototype.ColorIndex=function(){return vx(this.g)};H.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wx(c,a)};H.prototype.Layer=function(){return g(xx(this.g))};
  1383. H.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!yx(c,a)};H.prototype.LinetypeScale=function(){return zx(this.g)};H.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ax(c,a)};H.prototype.Visible=function(){return!!Bx(this.g)};H.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cx(c,a)};H.prototype.Lineweight=function(){return Dx(this.g)};
  1384. H.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ex(c,a)};H.prototype.TextStyle=function(){return g(Fx(this.g))};H.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Gx(c,a)};H.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hx(c,a)};H.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ix(d,a,c)};
  1385. H.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Jx(d,a,c)};H.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Kx(d,a,c)};H.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Lx(d,a,c)};H.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mx(c,a)};
  1386. H.prototype.GetBoundingBox=function(){return m(Nx(this.g),z)};H.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Ox(c,a),z)};H.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Px(c,a)};H.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(Qx(d,a,c))};
  1387. H.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!Rx(e,a,c,d)};H.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Sx(d,a,c)};H.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Tx(e,a,c,d)};
  1388. H.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Ux(d,a,c)};H.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Vx(e,a,c,d)};H.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(Wx(d,a,c),B)};
  1389. H.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Xx(e,a,c,d)};H.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Yx(c,a)};H.prototype.GetAllAppName=function(){return m(Zx(this.g),i3)};H.prototype.LayerId=function(){return $x(this.g)};H.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ay(c,a)};
  1390. H.prototype.LinetypeId=function(){return by(this.g)};H.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cy(c,a)};H.prototype.Linetype=function(){return g(dy(this.g))};H.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ey(c,a)};H.prototype.TextStyleId=function(){return fy(this.g)};H.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gy(c,a)};
  1391. H.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(hy(d,a,c),x)};H.prototype.getArea=function(){return iy(this.g)};H.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jy(c,a)};H.prototype.isPropertiesWindowCustom=function(){return!!ky(this.g)};H.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ly(c,a)};
  1392. H.prototype.updateDisplay=function(){return!!my(this.g)};H.prototype.DrawOrder=function(){return ny(this.g)};H.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oy(c,a)};H.prototype.GetObjectID=function(){return py(this.g)};H.prototype.Erase=function(){return!!qy(this.g)};H.prototype.isErased=function(){return!!ry(this.g)};H.prototype.unErase=function(){return!!sy(this.g)};
  1393. H.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ty(c,a)};H.prototype.GetExtensionDictionary=function(){return m(uy(this.g),v)};H.prototype.CreateExtensionDictionary=function(){return!!vy(this.g)};H.prototype.IsHaveExtensionDictionary=function(){return!!wy(this.g)};H.prototype.Clone=function(){return m(xy(this.g),u)};H.prototype.GetHandle=function(){return g(yy(this.g))};H.prototype.GetDatabase=function(){return m(zy(this.g),w)};
  1394. H.prototype.GetDatabaseIndexId=function(){return Ay(this.g)};H.prototype.GetOwnerID=function(){return By(this.g)};H.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Cy(f,a,c,d,e)};H.prototype.getGripPoints=function(){return m(Dy(this.g),x)};H.prototype.getObjectName=function(){return g(Ey(this.g))};H.prototype.getDxf0=function(){return g(Fy(this.g))};
  1395. H.prototype.getCustomEntityTypeName=function(){return g(Gy(this.g))};H.prototype.getCustomEntityid=function(){return Hy(this.g)};H.prototype.getCustomEntityTempid=function(){return Iy(this.g)};H.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jy(c,a)};H.prototype.getJson=function(){return g(Ky(this.g))};H.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ly(c,a)};
  1396. H.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!My(c,a)};H.prototype.isNull=function(){return!!Ny(this.g)};H.prototype.__destroy__=function(){Oy(this.g)};function I(){this.g=Py();Z2(I)[this.g]=this}I.prototype=Object.create(E.prototype);I.prototype.constructor=I;I.prototype.h=I;I.i={};b.MdDbAttribute=I;I.prototype.tag=I.prototype.tag=function(){return g(Qy(this.g))};
  1397. I.prototype.setTag=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ry(c,a)};I.prototype.isInvisible=function(){return!!Sy(this.g)};I.prototype.setInvisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ty(c,a)};I.prototype.explode=function(){return m(Uy(this.g),z)};I.prototype.TrueColor=function(){return m(Vy(this.g),A)};I.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wy(c,a)};I.prototype.ColorIndex=function(){return Xy(this.g)};
  1398. I.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yy(c,a)};I.prototype.Layer=function(){return g(Zy(this.g))};I.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$y(c,a)};I.prototype.LinetypeScale=function(){return az(this.g)};I.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bz(c,a)};I.prototype.Visible=function(){return!!cz(this.g)};
  1399. I.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dz(c,a)};I.prototype.Lineweight=function(){return ez(this.g)};I.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fz(c,a)};I.prototype.TextStyle=function(){return g(gz(this.g))};I.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!hz(c,a)};
  1400. I.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iz(c,a)};I.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jz(d,a,c)};I.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kz(d,a,c)};I.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lz(d,a,c)};
  1401. I.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mz(d,a,c)};I.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nz(c,a)};I.prototype.GetBoundingBox=function(){return m(oz(this.g),z)};I.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(pz(c,a),z)};I.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qz(c,a)};
  1402. I.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(rz(d,a,c))};I.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!sz(e,a,c,d)};I.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return tz(d,a,c)};
  1403. I.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!uz(e,a,c,d)};I.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return vz(d,a,c)};I.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!wz(e,a,c,d)};
  1404. I.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(xz(d,a,c),B)};I.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!yz(e,a,c,d)};I.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!zz(c,a)};I.prototype.GetAllAppName=function(){return m(Az(this.g),i3)};
  1405. I.prototype.LayerId=function(){return Bz(this.g)};I.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cz(c,a)};I.prototype.LinetypeId=function(){return Dz(this.g)};I.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ez(c,a)};I.prototype.Linetype=function(){return g(Fz(this.g))};I.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Gz(c,a)};I.prototype.TextStyleId=function(){return Hz(this.g)};
  1406. I.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Iz(c,a)};I.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(Jz(d,a,c),x)};I.prototype.getArea=function(){return Kz(this.g)};I.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lz(c,a)};I.prototype.isPropertiesWindowCustom=function(){return!!Mz(this.g)};
  1407. I.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nz(c,a)};I.prototype.updateDisplay=function(){return!!Oz(this.g)};I.prototype.DrawOrder=function(){return Pz(this.g)};I.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qz(c,a)};I.prototype.GetObjectID=function(){return Rz(this.g)};I.prototype.Erase=function(){return!!Sz(this.g)};I.prototype.isErased=function(){return!!Tz(this.g)};I.prototype.unErase=function(){return!!Uz(this.g)};
  1408. I.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vz(c,a)};I.prototype.GetExtensionDictionary=function(){return m(Wz(this.g),v)};I.prototype.CreateExtensionDictionary=function(){return!!Xz(this.g)};I.prototype.IsHaveExtensionDictionary=function(){return!!Yz(this.g)};I.prototype.Clone=function(){return m(Zz(this.g),u)};I.prototype.GetHandle=function(){return g($z(this.g))};I.prototype.GetDatabase=function(){return m(aA(this.g),w)};
  1409. I.prototype.GetDatabaseIndexId=function(){return bA(this.g)};I.prototype.GetOwnerID=function(){return cA(this.g)};I.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!dA(f,a,c,d,e)};I.prototype.getGripPoints=function(){return m(eA(this.g),x)};I.prototype.position=I.prototype.position=function(){return m(fA(this.g),B)};
  1410. I.prototype.setPosition=I.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gA(c,a)};I.prototype.alignmentPoint=function(){return m(hA(this.g),B)};I.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iA(c,a)};I.prototype.oblique=function(){return jA(this.g)};I.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kA(c,a)};I.prototype.rotation=I.prototype.rotation=function(){return lA(this.g)};
  1411. I.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mA(c,a)};I.prototype.height=I.prototype.height=function(){return nA(this.g)};I.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oA(c,a)};I.prototype.widthFactor=function(){return pA(this.g)};I.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qA(c,a)};I.prototype.textString=function(){return g(rA(this.g))};
  1412. I.prototype.setTextString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!sA(c,a)};I.prototype.horizontalMode=function(){return tA(this.g)};I.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uA(c,a)};I.prototype.verticalMode=function(){return vA(this.g)};I.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wA(c,a)};I.prototype.getObjectName=function(){return g(xA(this.g))};
  1413. I.prototype.getDxf0=function(){return g(yA(this.g))};I.prototype.getCustomEntityTypeName=function(){return g(zA(this.g))};I.prototype.getCustomEntityid=function(){return AA(this.g)};I.prototype.getCustomEntityTempid=function(){return BA(this.g)};I.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CA(c,a)};I.prototype.getJson=function(){return g(DA(this.g))};
  1414. I.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!EA(c,a)};I.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!FA(c,a)};I.prototype.isNull=function(){return!!GA(this.g)};I.prototype.__destroy__=function(){HA(this.g)};function J(){this.g=IA();Z2(J)[this.g]=this}J.prototype=Object.create(E.prototype);J.prototype.constructor=J;J.prototype.h=J;J.i={};b.MdDbAttributeDefinition=J;J.prototype.tag=J.prototype.tag=function(){return g(JA(this.g))};
  1415. J.prototype.setTag=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!KA(c,a)};J.prototype.prompt=J.prototype.prompt=function(){return g(LA(this.g))};J.prototype.setPrompt=J.prototype.setPrompt=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!MA(c,a)};J.prototype.isInvisible=function(){return!!NA(this.g)};J.prototype.setInvisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OA(c,a)};J.prototype.isConstant=function(){return!!PA(this.g)};
  1416. J.prototype.setConstant=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QA(c,a)};J.prototype.isVerifiable=function(){return!!RA(this.g)};J.prototype.setVerifiable=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SA(c,a)};J.prototype.isPreset=function(){return!!TA(this.g)};J.prototype.setPreset=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UA(c,a)};J.prototype.explode=function(){return m(VA(this.g),z)};
  1417. J.prototype.TrueColor=function(){return m(WA(this.g),A)};J.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XA(c,a)};J.prototype.ColorIndex=function(){return YA(this.g)};J.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZA(c,a)};J.prototype.Layer=function(){return g($A(this.g))};J.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!aB(c,a)};J.prototype.LinetypeScale=function(){return bB(this.g)};
  1418. J.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cB(c,a)};J.prototype.Visible=function(){return!!dB(this.g)};J.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eB(c,a)};J.prototype.Lineweight=function(){return fB(this.g)};J.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gB(c,a)};J.prototype.TextStyle=function(){return g(hB(this.g))};
  1419. J.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!iB(c,a)};J.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jB(c,a)};J.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kB(d,a,c)};J.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lB(d,a,c)};
  1420. J.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mB(d,a,c)};J.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!nB(d,a,c)};J.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oB(c,a)};J.prototype.GetBoundingBox=function(){return m(pB(this.g),z)};
  1421. J.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(qB(c,a),z)};J.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rB(c,a)};J.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(sB(d,a,c))};
  1422. J.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!tB(e,a,c,d)};J.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return uB(d,a,c)};J.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!vB(e,a,c,d)};
  1423. J.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return wB(d,a,c)};J.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!xB(e,a,c,d)};J.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(yB(d,a,c),B)};
  1424. J.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!zB(e,a,c,d)};J.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!AB(c,a)};J.prototype.GetAllAppName=function(){return m(BB(this.g),i3)};J.prototype.LayerId=function(){return CB(this.g)};J.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DB(c,a)};
  1425. J.prototype.LinetypeId=function(){return EB(this.g)};J.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FB(c,a)};J.prototype.Linetype=function(){return g(GB(this.g))};J.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!HB(c,a)};J.prototype.TextStyleId=function(){return IB(this.g)};J.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JB(c,a)};
  1426. J.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(KB(d,a,c),x)};J.prototype.getArea=function(){return LB(this.g)};J.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MB(c,a)};J.prototype.isPropertiesWindowCustom=function(){return!!NB(this.g)};J.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OB(c,a)};
  1427. J.prototype.updateDisplay=function(){return!!PB(this.g)};J.prototype.DrawOrder=function(){return QB(this.g)};J.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RB(c,a)};J.prototype.GetObjectID=function(){return SB(this.g)};J.prototype.Erase=function(){return!!TB(this.g)};J.prototype.isErased=function(){return!!UB(this.g)};J.prototype.unErase=function(){return!!VB(this.g)};
  1428. J.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WB(c,a)};J.prototype.GetExtensionDictionary=function(){return m(XB(this.g),v)};J.prototype.CreateExtensionDictionary=function(){return!!YB(this.g)};J.prototype.IsHaveExtensionDictionary=function(){return!!ZB(this.g)};J.prototype.Clone=function(){return m($B(this.g),u)};J.prototype.GetHandle=function(){return g(aC(this.g))};J.prototype.GetDatabase=function(){return m(bC(this.g),w)};
  1429. J.prototype.GetDatabaseIndexId=function(){return cC(this.g)};J.prototype.GetOwnerID=function(){return dC(this.g)};J.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!eC(f,a,c,d,e)};J.prototype.getGripPoints=function(){return m(fC(this.g),x)};J.prototype.position=J.prototype.position=function(){return m(gC(this.g),B)};
  1430. J.prototype.setPosition=J.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hC(c,a)};J.prototype.alignmentPoint=function(){return m(iC(this.g),B)};J.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jC(c,a)};J.prototype.oblique=function(){return kC(this.g)};J.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lC(c,a)};J.prototype.rotation=J.prototype.rotation=function(){return mC(this.g)};
  1431. J.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nC(c,a)};J.prototype.height=J.prototype.height=function(){return oC(this.g)};J.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pC(c,a)};J.prototype.widthFactor=function(){return qC(this.g)};J.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rC(c,a)};J.prototype.textString=function(){return g(sC(this.g))};
  1432. J.prototype.setTextString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!tC(c,a)};J.prototype.horizontalMode=function(){return uC(this.g)};J.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vC(c,a)};J.prototype.verticalMode=function(){return wC(this.g)};J.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xC(c,a)};J.prototype.getObjectName=function(){return g(yC(this.g))};
  1433. J.prototype.getDxf0=function(){return g(zC(this.g))};J.prototype.getCustomEntityTypeName=function(){return g(AC(this.g))};J.prototype.getCustomEntityid=function(){return BC(this.g)};J.prototype.getCustomEntityTempid=function(){return CC(this.g)};J.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DC(c,a)};J.prototype.getJson=function(){return g(EC(this.g))};
  1434. J.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!FC(c,a)};J.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!GC(c,a)};J.prototype.isNull=function(){return!!HC(this.g)};J.prototype.__destroy__=function(){IC(this.g)};function M(){this.g=JC();Z2(M)[this.g]=this}M.prototype=Object.create(C.prototype);M.prototype.constructor=M;M.prototype.h=M;M.i={};b.MdDbCircle=M;M.prototype.center=function(){return m(KC(this.g),B)};
  1435. M.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LC(c,a)};M.prototype.radius=function(){return MC(this.g)};M.prototype.setRadius=M.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NC(c,a)};M.prototype.getStartParam=function(){return OC(this.g)};M.prototype.getEndParam=function(){return PC(this.g)};M.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return QC(c,a)};
  1436. M.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return RC(c,a)};M.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return SC(c,a)};M.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(TC(c,a),B)};M.prototype.getStartPoint=function(){return m(UC(this.g),B)};M.prototype.getEndPoint=function(){return m(VC(this.g),B)};
  1437. M.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(WC(c,a),B)};M.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return XC(c,a)};M.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(YC(c,a),D)};M.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ZC(c,a),D)};
  1438. M.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m($C(d,a,c),B)};M.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(aD(d,a,c),j3)};M.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(bD(c,a),j3)};M.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(cD(c,a),z)};
  1439. M.prototype.getLength=function(){return dD(this.g)};M.prototype.explode=function(){return m(eD(this.g),z)};M.prototype.TrueColor=function(){return m(fD(this.g),A)};M.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gD(c,a)};M.prototype.ColorIndex=function(){return hD(this.g)};M.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iD(c,a)};M.prototype.Layer=function(){return g(jD(this.g))};
  1440. M.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kD(c,a)};M.prototype.LinetypeScale=function(){return lD(this.g)};M.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mD(c,a)};M.prototype.Visible=function(){return!!nD(this.g)};M.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oD(c,a)};M.prototype.Lineweight=function(){return pD(this.g)};
  1441. M.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qD(c,a)};M.prototype.TextStyle=function(){return g(rD(this.g))};M.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!sD(c,a)};M.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tD(c,a)};M.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!uD(d,a,c)};
  1442. M.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!vD(d,a,c)};M.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!wD(d,a,c)};M.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!xD(d,a,c)};M.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yD(c,a)};
  1443. M.prototype.GetBoundingBox=function(){return m(zD(this.g),z)};M.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(AD(c,a),z)};M.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!BD(c,a)};M.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(CD(d,a,c))};
  1444. M.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!DD(e,a,c,d)};M.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return ED(d,a,c)};M.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!FD(e,a,c,d)};
  1445. M.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return GD(d,a,c)};M.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!HD(e,a,c,d)};M.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(ID(d,a,c),B)};
  1446. M.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!JD(e,a,c,d)};M.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!KD(c,a)};M.prototype.GetAllAppName=function(){return m(LD(this.g),i3)};M.prototype.LayerId=function(){return MD(this.g)};M.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ND(c,a)};
  1447. M.prototype.LinetypeId=function(){return OD(this.g)};M.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PD(c,a)};M.prototype.Linetype=function(){return g(QD(this.g))};M.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!RD(c,a)};M.prototype.TextStyleId=function(){return SD(this.g)};M.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TD(c,a)};
  1448. M.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(UD(d,a,c),x)};M.prototype.getArea=function(){return VD(this.g)};M.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WD(c,a)};M.prototype.isPropertiesWindowCustom=function(){return!!XD(this.g)};M.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YD(c,a)};
  1449. M.prototype.updateDisplay=function(){return!!ZD(this.g)};M.prototype.DrawOrder=function(){return $D(this.g)};M.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aE(c,a)};M.prototype.GetObjectID=function(){return bE(this.g)};M.prototype.Erase=function(){return!!cE(this.g)};M.prototype.isErased=function(){return!!dE(this.g)};M.prototype.unErase=function(){return!!eE(this.g)};
  1450. M.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fE(c,a)};M.prototype.GetExtensionDictionary=function(){return m(gE(this.g),v)};M.prototype.CreateExtensionDictionary=function(){return!!hE(this.g)};M.prototype.IsHaveExtensionDictionary=function(){return!!iE(this.g)};M.prototype.Clone=function(){return m(jE(this.g),u)};M.prototype.GetHandle=function(){return g(kE(this.g))};M.prototype.GetDatabase=function(){return m(lE(this.g),w)};
  1451. M.prototype.GetDatabaseIndexId=function(){return mE(this.g)};M.prototype.GetOwnerID=function(){return nE(this.g)};M.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!oE(f,a,c,d,e)};M.prototype.getGripPoints=function(){return m(pE(this.g),x)};M.prototype.getObjectName=function(){return g(qE(this.g))};M.prototype.getDxf0=function(){return g(rE(this.g))};
  1452. M.prototype.getCustomEntityTypeName=function(){return g(sE(this.g))};M.prototype.getCustomEntityid=function(){return tE(this.g)};M.prototype.getCustomEntityTempid=function(){return uE(this.g)};M.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vE(c,a)};M.prototype.getJson=function(){return g(wE(this.g))};M.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!xE(c,a)};
  1453. M.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!yE(c,a)};M.prototype.isNull=function(){return!!zE(this.g)};M.prototype.__destroy__=function(){AE(this.g)};function N(){this.g=BE();Z2(N)[this.g]=this}N.prototype=Object.create(C.prototype);N.prototype.constructor=N;N.prototype.h=N;N.i={};b.MdDbArc=N;N.prototype.center=function(){return m(CE(this.g),B)};N.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DE(c,a)};
  1454. N.prototype.radius=function(){return EE(this.g)};N.prototype.setRadius=N.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FE(c,a)};N.prototype.startAngle=function(){return GE(this.g)};N.prototype.setStartAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HE(c,a)};N.prototype.endAngle=function(){return IE(this.g)};N.prototype.setEndAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JE(c,a)};
  1455. N.prototype.computeArc=function(a,c,d,e,f,l){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return!!KE(n,a,c,d,e,f,l)};N.prototype.getStartParam=function(){return LE(this.g)};N.prototype.getEndParam=function(){return ME(this.g)};N.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return NE(c,a)};
  1456. N.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return OE(c,a)};N.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return PE(c,a)};N.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(QE(c,a),B)};N.prototype.getStartPoint=function(){return m(RE(this.g),B)};N.prototype.getEndPoint=function(){return m(SE(this.g),B)};
  1457. N.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(TE(c,a),B)};N.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return UE(c,a)};N.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(VE(c,a),D)};N.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(WE(c,a),D)};
  1458. N.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(XE(d,a,c),B)};N.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(YE(d,a,c),j3)};N.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ZE(c,a),j3)};N.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m($E(c,a),z)};
  1459. N.prototype.getLength=function(){return aF(this.g)};N.prototype.explode=function(){return m(bF(this.g),z)};N.prototype.TrueColor=function(){return m(cF(this.g),A)};N.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dF(c,a)};N.prototype.ColorIndex=function(){return eF(this.g)};N.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fF(c,a)};N.prototype.Layer=function(){return g(gF(this.g))};
  1460. N.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!hF(c,a)};N.prototype.LinetypeScale=function(){return iF(this.g)};N.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jF(c,a)};N.prototype.Visible=function(){return!!kF(this.g)};N.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lF(c,a)};N.prototype.Lineweight=function(){return mF(this.g)};
  1461. N.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nF(c,a)};N.prototype.TextStyle=function(){return g(oF(this.g))};N.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!pF(c,a)};N.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qF(c,a)};N.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!rF(d,a,c)};
  1462. N.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!sF(d,a,c)};N.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!tF(d,a,c)};N.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!uF(d,a,c)};N.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vF(c,a)};
  1463. N.prototype.GetBoundingBox=function(){return m(wF(this.g),z)};N.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(xF(c,a),z)};N.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yF(c,a)};N.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(zF(d,a,c))};
  1464. N.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!AF(e,a,c,d)};N.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return BF(d,a,c)};N.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!CF(e,a,c,d)};
  1465. N.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return DF(d,a,c)};N.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!EF(e,a,c,d)};N.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(FF(d,a,c),B)};
  1466. N.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!GF(e,a,c,d)};N.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!HF(c,a)};N.prototype.GetAllAppName=function(){return m(IF(this.g),i3)};N.prototype.LayerId=function(){return JF(this.g)};N.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KF(c,a)};
  1467. N.prototype.LinetypeId=function(){return LF(this.g)};N.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MF(c,a)};N.prototype.Linetype=function(){return g(NF(this.g))};N.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!OF(c,a)};N.prototype.TextStyleId=function(){return PF(this.g)};N.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QF(c,a)};
  1468. N.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(RF(d,a,c),x)};N.prototype.getArea=function(){return SF(this.g)};N.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TF(c,a)};N.prototype.isPropertiesWindowCustom=function(){return!!UF(this.g)};N.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VF(c,a)};
  1469. N.prototype.updateDisplay=function(){return!!WF(this.g)};N.prototype.DrawOrder=function(){return XF(this.g)};N.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YF(c,a)};N.prototype.GetObjectID=function(){return ZF(this.g)};N.prototype.Erase=function(){return!!$F(this.g)};N.prototype.isErased=function(){return!!aG(this.g)};N.prototype.unErase=function(){return!!bG(this.g)};
  1470. N.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cG(c,a)};N.prototype.GetExtensionDictionary=function(){return m(dG(this.g),v)};N.prototype.CreateExtensionDictionary=function(){return!!eG(this.g)};N.prototype.IsHaveExtensionDictionary=function(){return!!fG(this.g)};N.prototype.Clone=function(){return m(gG(this.g),u)};N.prototype.GetHandle=function(){return g(hG(this.g))};N.prototype.GetDatabase=function(){return m(iG(this.g),w)};
  1471. N.prototype.GetDatabaseIndexId=function(){return jG(this.g)};N.prototype.GetOwnerID=function(){return kG(this.g)};N.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!lG(f,a,c,d,e)};N.prototype.getGripPoints=function(){return m(mG(this.g),x)};N.prototype.getObjectName=function(){return g(nG(this.g))};N.prototype.getDxf0=function(){return g(oG(this.g))};
  1472. N.prototype.getCustomEntityTypeName=function(){return g(pG(this.g))};N.prototype.getCustomEntityid=function(){return qG(this.g)};N.prototype.getCustomEntityTempid=function(){return rG(this.g)};N.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sG(c,a)};N.prototype.getJson=function(){return g(tG(this.g))};N.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!uG(c,a)};
  1473. N.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!vG(c,a)};N.prototype.isNull=function(){return!!wG(this.g)};N.prototype.__destroy__=function(){xG(this.g)};function K(){this.g=yG();Z2(K)[this.g]=this}K.prototype=Object.create(C.prototype);K.prototype.constructor=K;K.prototype.h=K;K.i={};b.MdDbPolyline=K;K.prototype.setClosed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zG(c,a)};
  1474. K.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AG(c,a)};K.prototype.isClosed=function(){return!!BG(this.g)};K.prototype.getConstantWidth=function(){return CG(this.g)};K.prototype.addVertexAt=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return!!DG(l,a,c,d,e,f)};
  1475. K.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EG(c,a)};K.prototype.numVerts=function(){return FG(this.g)};K.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(GG(c,a),B)};K.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return HG(c,a)};K.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return IG(c,a)};
  1476. K.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return JG(c,a)};K.prototype.setWidthsAt=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!KG(e,a,c,d)};K.prototype.setPointAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!LG(d,a,c)};
  1477. K.prototype.setBulgeAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!MG(d,a,c)};K.prototype.getStartParam=function(){return NG(this.g)};K.prototype.getEndParam=function(){return OG(this.g)};K.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return PG(c,a)};K.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return QG(c,a)};
  1478. K.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return RG(c,a)};K.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(SG(c,a),B)};K.prototype.getStartPoint=function(){return m(TG(this.g),B)};K.prototype.getEndPoint=function(){return m(UG(this.g),B)};K.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(VG(c,a),B)};
  1479. K.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return WG(c,a)};K.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(XG(c,a),D)};K.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(YG(c,a),D)};K.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(ZG(d,a,c),B)};
  1480. K.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m($G(d,a,c),j3)};K.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(aH(c,a),j3)};K.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(bH(c,a),z)};K.prototype.getLength=function(){return cH(this.g)};K.prototype.explode=function(){return m(dH(this.g),z)};
  1481. K.prototype.TrueColor=function(){return m(eH(this.g),A)};K.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fH(c,a)};K.prototype.ColorIndex=function(){return gH(this.g)};K.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hH(c,a)};K.prototype.Layer=function(){return g(iH(this.g))};K.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!jH(c,a)};K.prototype.LinetypeScale=function(){return kH(this.g)};
  1482. K.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lH(c,a)};K.prototype.Visible=function(){return!!mH(this.g)};K.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nH(c,a)};K.prototype.Lineweight=function(){return oH(this.g)};K.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pH(c,a)};K.prototype.TextStyle=function(){return g(qH(this.g))};
  1483. K.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!rH(c,a)};K.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sH(c,a)};K.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!tH(d,a,c)};K.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!uH(d,a,c)};
  1484. K.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!vH(d,a,c)};K.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!wH(d,a,c)};K.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xH(c,a)};K.prototype.GetBoundingBox=function(){return m(yH(this.g),z)};
  1485. K.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(zH(c,a),z)};K.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AH(c,a)};K.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(BH(d,a,c))};
  1486. K.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!CH(e,a,c,d)};K.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return DH(d,a,c)};K.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!EH(e,a,c,d)};
  1487. K.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return FH(d,a,c)};K.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!GH(e,a,c,d)};K.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(HH(d,a,c),B)};
  1488. K.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!IH(e,a,c,d)};K.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!JH(c,a)};K.prototype.GetAllAppName=function(){return m(KH(this.g),i3)};K.prototype.LayerId=function(){return LH(this.g)};K.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MH(c,a)};
  1489. K.prototype.LinetypeId=function(){return NH(this.g)};K.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OH(c,a)};K.prototype.Linetype=function(){return g(PH(this.g))};K.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!QH(c,a)};K.prototype.TextStyleId=function(){return RH(this.g)};K.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SH(c,a)};
  1490. K.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(TH(d,a,c),x)};K.prototype.getArea=function(){return UH(this.g)};K.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VH(c,a)};K.prototype.isPropertiesWindowCustom=function(){return!!WH(this.g)};K.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XH(c,a)};
  1491. K.prototype.updateDisplay=function(){return!!YH(this.g)};K.prototype.DrawOrder=function(){return ZH(this.g)};K.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$H(c,a)};K.prototype.GetObjectID=function(){return aI(this.g)};K.prototype.Erase=function(){return!!bI(this.g)};K.prototype.isErased=function(){return!!cI(this.g)};K.prototype.unErase=function(){return!!dI(this.g)};
  1492. K.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eI(c,a)};K.prototype.GetExtensionDictionary=function(){return m(fI(this.g),v)};K.prototype.CreateExtensionDictionary=function(){return!!gI(this.g)};K.prototype.IsHaveExtensionDictionary=function(){return!!hI(this.g)};K.prototype.Clone=function(){return m(iI(this.g),u)};K.prototype.GetHandle=function(){return g(jI(this.g))};K.prototype.GetDatabase=function(){return m(kI(this.g),w)};
  1493. K.prototype.GetDatabaseIndexId=function(){return lI(this.g)};K.prototype.GetOwnerID=function(){return mI(this.g)};K.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!nI(f,a,c,d,e)};K.prototype.getGripPoints=function(){return m(oI(this.g),x)};K.prototype.getObjectName=function(){return g(pI(this.g))};K.prototype.getDxf0=function(){return g(qI(this.g))};
  1494. K.prototype.getCustomEntityTypeName=function(){return g(rI(this.g))};K.prototype.getCustomEntityid=function(){return sI(this.g)};K.prototype.getCustomEntityTempid=function(){return tI(this.g)};K.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uI(c,a)};K.prototype.getJson=function(){return g(vI(this.g))};K.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!wI(c,a)};
  1495. K.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!xI(c,a)};K.prototype.isNull=function(){return!!yI(this.g)};K.prototype.__destroy__=function(){zI(this.g)};function O(){this.g=AI();Z2(O)[this.g]=this}O.prototype=Object.create(y.prototype);O.prototype.constructor=O;O.prototype.h=O;O.i={};b.MdDbBlockReference=O;O.prototype.blockTableRecordId=function(){return BI(this.g)};
  1496. O.prototype.setBlockTableRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CI(c,a)};O.prototype.position=O.prototype.position=function(){return m(DI(this.g),B)};O.prototype.setPosition=O.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EI(c,a)};O.prototype.scaleFactors=function(){return m(FI(this.g),B)};O.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GI(c,a)};
  1497. O.prototype.rotation=O.prototype.rotation=function(){return HI(this.g)};O.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!II(c,a)};O.prototype.blockTransform=function(){return m(JI(this.g),v3)};O.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KI(c,a)};O.prototype.getBlockName=function(){return g(LI(this.g))};O.prototype.appendAttribute=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return MI(c,a)};
  1498. O.prototype.createAttribute=O.prototype.createAttribute=function(){return!!NI(this.g)};O.prototype.getAllAttribute=function(){return m(OI(this.g),t3)};O.prototype.explode=function(){return m(PI(this.g),z)};O.prototype.TrueColor=function(){return m(QI(this.g),A)};O.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RI(c,a)};O.prototype.ColorIndex=function(){return SI(this.g)};
  1499. O.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TI(c,a)};O.prototype.Layer=function(){return g(UI(this.g))};O.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!VI(c,a)};O.prototype.LinetypeScale=function(){return WI(this.g)};O.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XI(c,a)};O.prototype.Visible=function(){return!!YI(this.g)};
  1500. O.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZI(c,a)};O.prototype.Lineweight=function(){return $I(this.g)};O.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aJ(c,a)};O.prototype.TextStyle=function(){return g(bJ(this.g))};O.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cJ(c,a)};
  1501. O.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dJ(c,a)};O.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!eJ(d,a,c)};O.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!fJ(d,a,c)};O.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!gJ(d,a,c)};
  1502. O.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!hJ(d,a,c)};O.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iJ(c,a)};O.prototype.GetBoundingBox=function(){return m(jJ(this.g),z)};O.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(kJ(c,a),z)};O.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lJ(c,a)};
  1503. O.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(mJ(d,a,c))};O.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!nJ(e,a,c,d)};O.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return oJ(d,a,c)};
  1504. O.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!pJ(e,a,c,d)};O.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return qJ(d,a,c)};O.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!rJ(e,a,c,d)};
  1505. O.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(sJ(d,a,c),B)};O.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!tJ(e,a,c,d)};O.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!uJ(c,a)};O.prototype.GetAllAppName=function(){return m(vJ(this.g),i3)};
  1506. O.prototype.LayerId=function(){return wJ(this.g)};O.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xJ(c,a)};O.prototype.LinetypeId=function(){return yJ(this.g)};O.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zJ(c,a)};O.prototype.Linetype=function(){return g(AJ(this.g))};O.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!BJ(c,a)};O.prototype.TextStyleId=function(){return CJ(this.g)};
  1507. O.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DJ(c,a)};O.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(EJ(d,a,c),x)};O.prototype.getArea=function(){return FJ(this.g)};O.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GJ(c,a)};O.prototype.isPropertiesWindowCustom=function(){return!!HJ(this.g)};
  1508. O.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IJ(c,a)};O.prototype.updateDisplay=function(){return!!JJ(this.g)};O.prototype.DrawOrder=function(){return KJ(this.g)};O.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LJ(c,a)};O.prototype.GetObjectID=function(){return MJ(this.g)};O.prototype.Erase=function(){return!!NJ(this.g)};O.prototype.isErased=function(){return!!OJ(this.g)};O.prototype.unErase=function(){return!!PJ(this.g)};
  1509. O.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QJ(c,a)};O.prototype.GetExtensionDictionary=function(){return m(RJ(this.g),v)};O.prototype.CreateExtensionDictionary=function(){return!!SJ(this.g)};O.prototype.IsHaveExtensionDictionary=function(){return!!TJ(this.g)};O.prototype.Clone=function(){return m(UJ(this.g),u)};O.prototype.GetHandle=function(){return g(VJ(this.g))};O.prototype.GetDatabase=function(){return m(WJ(this.g),w)};
  1510. O.prototype.GetDatabaseIndexId=function(){return XJ(this.g)};O.prototype.GetOwnerID=function(){return YJ(this.g)};O.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!ZJ(f,a,c,d,e)};O.prototype.getGripPoints=function(){return m($J(this.g),x)};O.prototype.getObjectName=function(){return g(aK(this.g))};O.prototype.getDxf0=function(){return g(bK(this.g))};
  1511. O.prototype.getCustomEntityTypeName=function(){return g(cK(this.g))};O.prototype.getCustomEntityid=function(){return dK(this.g)};O.prototype.getCustomEntityTempid=function(){return eK(this.g)};O.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fK(c,a)};O.prototype.getJson=function(){return g(gK(this.g))};O.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!hK(c,a)};
  1512. O.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!iK(c,a)};O.prototype.isNull=function(){return!!jK(this.g)};O.prototype.__destroy__=function(){kK(this.g)};function Q(){this.g=lK();Z2(Q)[this.g]=this}Q.prototype=Object.create(F.prototype);Q.prototype.constructor=Q;Q.prototype.h=Q;Q.i={};b.MdDbAlignedDimension=Q;Q.prototype.xLine1Point=function(){return m(mK(this.g),B)};
  1513. Q.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nK(c,a)};Q.prototype.xLine2Point=function(){return m(oK(this.g),B)};Q.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pK(c,a)};Q.prototype.dimLinePoint=function(){return m(qK(this.g),B)};Q.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rK(c,a)};Q.prototype.oblique=function(){return sK(this.g)};
  1514. Q.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tK(c,a)};Q.prototype.textPosition=function(){return m(uK(this.g),B)};Q.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vK(c,a)};Q.prototype.isUsingDefaultTextPosition=function(){return!!wK(this.g)};Q.prototype.useSetTextPosition=function(){return!!xK(this.g)};Q.prototype.useDefaultTextPosition=function(){return!!yK(this.g)};
  1515. Q.prototype.elevation=Q.prototype.elevation=function(){return zK(this.g)};Q.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AK(c,a)};Q.prototype.dimensionText=function(){return g(BK(this.g))};Q.prototype.setDimensionText=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!CK(c,a)};Q.prototype.textRotation=function(){return DK(this.g)};Q.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EK(c,a)};
  1516. Q.prototype.dimensionStyle=function(){return FK(this.g)};Q.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GK(c,a)};Q.prototype.textAttachment=function(){return HK(this.g)};Q.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IK(c,a)};Q.prototype.horizontalRotation=function(){return JK(this.g)};Q.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KK(c,a)};
  1517. Q.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LK(c,a)};Q.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return MK(c,a)};Q.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!NK(d,a,c)};Q.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return OK(c,a)};
  1518. Q.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!PK(d,a,c)};Q.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(QK(c,a))};Q.prototype.SetDimVarString=function(a,c){var d=this.g;r();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:t(c);return!!RK(d,a,c)};Q.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return SK(c,a)};
  1519. Q.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!TK(d,a,c)};Q.prototype.GetAllText=function(){return m(UK(this.g),i3)};Q.prototype.explode=function(){return m(VK(this.g),z)};Q.prototype.TrueColor=function(){return m(WK(this.g),A)};Q.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XK(c,a)};Q.prototype.ColorIndex=function(){return YK(this.g)};
  1520. Q.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZK(c,a)};Q.prototype.Layer=function(){return g($K(this.g))};Q.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!aL(c,a)};Q.prototype.LinetypeScale=function(){return bL(this.g)};Q.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cL(c,a)};Q.prototype.Visible=function(){return!!dL(this.g)};
  1521. Q.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eL(c,a)};Q.prototype.Lineweight=function(){return fL(this.g)};Q.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gL(c,a)};Q.prototype.TextStyle=function(){return g(hL(this.g))};Q.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!iL(c,a)};
  1522. Q.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jL(c,a)};Q.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kL(d,a,c)};Q.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lL(d,a,c)};Q.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mL(d,a,c)};
  1523. Q.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!nL(d,a,c)};Q.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oL(c,a)};Q.prototype.GetBoundingBox=function(){return m(pL(this.g),z)};Q.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(qL(c,a),z)};Q.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rL(c,a)};
  1524. Q.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(sL(d,a,c))};Q.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!tL(e,a,c,d)};Q.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return uL(d,a,c)};
  1525. Q.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!vL(e,a,c,d)};Q.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return wL(d,a,c)};Q.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!xL(e,a,c,d)};
  1526. Q.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(yL(d,a,c),B)};Q.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!zL(e,a,c,d)};Q.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!AL(c,a)};Q.prototype.GetAllAppName=function(){return m(BL(this.g),i3)};
  1527. Q.prototype.LayerId=function(){return CL(this.g)};Q.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DL(c,a)};Q.prototype.LinetypeId=function(){return EL(this.g)};Q.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FL(c,a)};Q.prototype.Linetype=function(){return g(GL(this.g))};Q.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!HL(c,a)};Q.prototype.TextStyleId=function(){return IL(this.g)};
  1528. Q.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JL(c,a)};Q.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(KL(d,a,c),x)};Q.prototype.getArea=function(){return LL(this.g)};Q.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ML(c,a)};Q.prototype.isPropertiesWindowCustom=function(){return!!NL(this.g)};
  1529. Q.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OL(c,a)};Q.prototype.updateDisplay=function(){return!!PL(this.g)};Q.prototype.DrawOrder=function(){return QL(this.g)};Q.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RL(c,a)};Q.prototype.GetObjectID=function(){return SL(this.g)};Q.prototype.Erase=function(){return!!TL(this.g)};Q.prototype.isErased=function(){return!!UL(this.g)};Q.prototype.unErase=function(){return!!VL(this.g)};
  1530. Q.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WL(c,a)};Q.prototype.GetExtensionDictionary=function(){return m(XL(this.g),v)};Q.prototype.CreateExtensionDictionary=function(){return!!YL(this.g)};Q.prototype.IsHaveExtensionDictionary=function(){return!!ZL(this.g)};Q.prototype.Clone=function(){return m($L(this.g),u)};Q.prototype.GetHandle=function(){return g(aM(this.g))};Q.prototype.GetDatabase=function(){return m(bM(this.g),w)};
  1531. Q.prototype.GetDatabaseIndexId=function(){return cM(this.g)};Q.prototype.GetOwnerID=function(){return dM(this.g)};Q.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!eM(f,a,c,d,e)};Q.prototype.getGripPoints=function(){return m(fM(this.g),x)};Q.prototype.getObjectName=function(){return g(gM(this.g))};Q.prototype.getDxf0=function(){return g(hM(this.g))};
  1532. Q.prototype.getCustomEntityTypeName=function(){return g(iM(this.g))};Q.prototype.getCustomEntityid=function(){return jM(this.g)};Q.prototype.getCustomEntityTempid=function(){return kM(this.g)};Q.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lM(c,a)};Q.prototype.getJson=function(){return g(mM(this.g))};Q.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!nM(c,a)};
  1533. Q.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!oM(c,a)};Q.prototype.isNull=function(){return!!pM(this.g)};Q.prototype.__destroy__=function(){qM(this.g)};function R(){this.g=rM();Z2(R)[this.g]=this}R.prototype=Object.create(F.prototype);R.prototype.constructor=R;R.prototype.h=R;R.i={};b.MdDbRotatedDimension=R;R.prototype.xLine1Point=function(){return m(sM(this.g),B)};
  1534. R.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tM(c,a)};R.prototype.xLine2Point=function(){return m(uM(this.g),B)};R.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vM(c,a)};R.prototype.dimLinePoint=function(){return m(wM(this.g),B)};R.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xM(c,a)};R.prototype.rotation=R.prototype.rotation=function(){return yM(this.g)};
  1535. R.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zM(c,a)};R.prototype.oblique=function(){return AM(this.g)};R.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!BM(c,a)};R.prototype.textPosition=function(){return m(CM(this.g),B)};R.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DM(c,a)};R.prototype.isUsingDefaultTextPosition=function(){return!!EM(this.g)};
  1536. R.prototype.useSetTextPosition=function(){return!!FM(this.g)};R.prototype.useDefaultTextPosition=function(){return!!GM(this.g)};R.prototype.elevation=R.prototype.elevation=function(){return HM(this.g)};R.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IM(c,a)};R.prototype.dimensionText=function(){return g(JM(this.g))};R.prototype.setDimensionText=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!KM(c,a)};R.prototype.textRotation=function(){return LM(this.g)};
  1537. R.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MM(c,a)};R.prototype.dimensionStyle=function(){return NM(this.g)};R.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OM(c,a)};R.prototype.textAttachment=function(){return PM(this.g)};R.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QM(c,a)};R.prototype.horizontalRotation=function(){return RM(this.g)};
  1538. R.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SM(c,a)};R.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TM(c,a)};R.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return UM(c,a)};R.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!VM(d,a,c)};
  1539. R.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return WM(c,a)};R.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!XM(d,a,c)};R.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(YM(c,a))};R.prototype.SetDimVarString=function(a,c){var d=this.g;r();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:t(c);return!!ZM(d,a,c)};
  1540. R.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return $M(c,a)};R.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!aN(d,a,c)};R.prototype.GetAllText=function(){return m(bN(this.g),i3)};R.prototype.explode=function(){return m(cN(this.g),z)};R.prototype.TrueColor=function(){return m(dN(this.g),A)};
  1541. R.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eN(c,a)};R.prototype.ColorIndex=function(){return fN(this.g)};R.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gN(c,a)};R.prototype.Layer=function(){return g(hN(this.g))};R.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!iN(c,a)};R.prototype.LinetypeScale=function(){return jN(this.g)};
  1542. R.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kN(c,a)};R.prototype.Visible=function(){return!!lN(this.g)};R.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mN(c,a)};R.prototype.Lineweight=function(){return nN(this.g)};R.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oN(c,a)};R.prototype.TextStyle=function(){return g(pN(this.g))};
  1543. R.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!qN(c,a)};R.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rN(c,a)};R.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!sN(d,a,c)};R.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!tN(d,a,c)};
  1544. R.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!uN(d,a,c)};R.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!vN(d,a,c)};R.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wN(c,a)};R.prototype.GetBoundingBox=function(){return m(xN(this.g),z)};
  1545. R.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(yN(c,a),z)};R.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zN(c,a)};R.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(AN(d,a,c))};
  1546. R.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!BN(e,a,c,d)};R.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return CN(d,a,c)};R.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!DN(e,a,c,d)};
  1547. R.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return EN(d,a,c)};R.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!FN(e,a,c,d)};R.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(GN(d,a,c),B)};
  1548. R.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!HN(e,a,c,d)};R.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!IN(c,a)};R.prototype.GetAllAppName=function(){return m(JN(this.g),i3)};R.prototype.LayerId=function(){return KN(this.g)};R.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LN(c,a)};
  1549. R.prototype.LinetypeId=function(){return MN(this.g)};R.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NN(c,a)};R.prototype.Linetype=function(){return g(ON(this.g))};R.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!PN(c,a)};R.prototype.TextStyleId=function(){return QN(this.g)};R.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RN(c,a)};
  1550. R.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(SN(d,a,c),x)};R.prototype.getArea=function(){return TN(this.g)};R.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UN(c,a)};R.prototype.isPropertiesWindowCustom=function(){return!!VN(this.g)};R.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WN(c,a)};
  1551. R.prototype.updateDisplay=function(){return!!XN(this.g)};R.prototype.DrawOrder=function(){return YN(this.g)};R.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZN(c,a)};R.prototype.GetObjectID=function(){return $N(this.g)};R.prototype.Erase=function(){return!!aO(this.g)};R.prototype.isErased=function(){return!!bO(this.g)};R.prototype.unErase=function(){return!!cO(this.g)};
  1552. R.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dO(c,a)};R.prototype.GetExtensionDictionary=function(){return m(eO(this.g),v)};R.prototype.CreateExtensionDictionary=function(){return!!fO(this.g)};R.prototype.IsHaveExtensionDictionary=function(){return!!gO(this.g)};R.prototype.Clone=function(){return m(hO(this.g),u)};R.prototype.GetHandle=function(){return g(iO(this.g))};R.prototype.GetDatabase=function(){return m(jO(this.g),w)};
  1553. R.prototype.GetDatabaseIndexId=function(){return kO(this.g)};R.prototype.GetOwnerID=function(){return lO(this.g)};R.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!mO(f,a,c,d,e)};R.prototype.getGripPoints=function(){return m(nO(this.g),x)};R.prototype.getObjectName=function(){return g(oO(this.g))};R.prototype.getDxf0=function(){return g(pO(this.g))};
  1554. R.prototype.getCustomEntityTypeName=function(){return g(qO(this.g))};R.prototype.getCustomEntityid=function(){return rO(this.g)};R.prototype.getCustomEntityTempid=function(){return sO(this.g)};R.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tO(c,a)};R.prototype.getJson=function(){return g(uO(this.g))};R.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!vO(c,a)};
  1555. R.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!wO(c,a)};R.prototype.isNull=function(){return!!xO(this.g)};R.prototype.__destroy__=function(){yO(this.g)};function S(){this.g=zO();Z2(S)[this.g]=this}S.prototype=Object.create(y.prototype);S.prototype.constructor=S;S.prototype.h=S;S.i={};b.MdDbMText=S;S.prototype.location=S.prototype.location=function(){return m(AO(this.g),B)};
  1556. S.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!BO(c,a)};S.prototype.rotation=S.prototype.rotation=function(){return CO(this.g)};S.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DO(c,a)};S.prototype.width=S.prototype.width=function(){return EO(this.g)};S.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FO(c,a)};S.prototype.textHeight=function(){return GO(this.g)};
  1557. S.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HO(c,a)};S.prototype.attachment=function(){return IO(this.g)};S.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JO(c,a)};S.prototype.contents=S.prototype.l=function(){return g(KO(this.g))};S.prototype.setContents=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!LO(c,a)};S.prototype.explode=function(){return m(MO(this.g),z)};
  1558. S.prototype.TrueColor=function(){return m(NO(this.g),A)};S.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OO(c,a)};S.prototype.ColorIndex=function(){return PO(this.g)};S.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QO(c,a)};S.prototype.Layer=function(){return g(RO(this.g))};S.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!SO(c,a)};S.prototype.LinetypeScale=function(){return TO(this.g)};
  1559. S.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UO(c,a)};S.prototype.Visible=function(){return!!VO(this.g)};S.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WO(c,a)};S.prototype.Lineweight=function(){return XO(this.g)};S.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YO(c,a)};S.prototype.TextStyle=function(){return g(ZO(this.g))};
  1560. S.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$O(c,a)};S.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aP(c,a)};S.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!bP(d,a,c)};S.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!cP(d,a,c)};
  1561. S.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!dP(d,a,c)};S.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!eP(d,a,c)};S.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fP(c,a)};S.prototype.GetBoundingBox=function(){return m(gP(this.g),z)};
  1562. S.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(hP(c,a),z)};S.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iP(c,a)};S.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(jP(d,a,c))};
  1563. S.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!kP(e,a,c,d)};S.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return lP(d,a,c)};S.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!mP(e,a,c,d)};
  1564. S.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return nP(d,a,c)};S.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!oP(e,a,c,d)};S.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(pP(d,a,c),B)};
  1565. S.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!qP(e,a,c,d)};S.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!rP(c,a)};S.prototype.GetAllAppName=function(){return m(sP(this.g),i3)};S.prototype.LayerId=function(){return tP(this.g)};S.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uP(c,a)};
  1566. S.prototype.LinetypeId=function(){return vP(this.g)};S.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wP(c,a)};S.prototype.Linetype=function(){return g(xP(this.g))};S.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!yP(c,a)};S.prototype.TextStyleId=function(){return zP(this.g)};S.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AP(c,a)};
  1567. S.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(BP(d,a,c),x)};S.prototype.getArea=function(){return CP(this.g)};S.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DP(c,a)};S.prototype.isPropertiesWindowCustom=function(){return!!EP(this.g)};S.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FP(c,a)};
  1568. S.prototype.updateDisplay=function(){return!!GP(this.g)};S.prototype.DrawOrder=function(){return HP(this.g)};S.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IP(c,a)};S.prototype.GetObjectID=function(){return JP(this.g)};S.prototype.Erase=function(){return!!KP(this.g)};S.prototype.isErased=function(){return!!LP(this.g)};S.prototype.unErase=function(){return!!MP(this.g)};
  1569. S.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NP(c,a)};S.prototype.GetExtensionDictionary=function(){return m(OP(this.g),v)};S.prototype.CreateExtensionDictionary=function(){return!!PP(this.g)};S.prototype.IsHaveExtensionDictionary=function(){return!!QP(this.g)};S.prototype.Clone=function(){return m(RP(this.g),u)};S.prototype.GetHandle=function(){return g(SP(this.g))};S.prototype.GetDatabase=function(){return m(TP(this.g),w)};
  1570. S.prototype.GetDatabaseIndexId=function(){return UP(this.g)};S.prototype.GetOwnerID=function(){return VP(this.g)};S.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!WP(f,a,c,d,e)};S.prototype.getGripPoints=function(){return m(XP(this.g),x)};S.prototype.getObjectName=function(){return g(YP(this.g))};S.prototype.getDxf0=function(){return g(ZP(this.g))};
  1571. S.prototype.getCustomEntityTypeName=function(){return g($P(this.g))};S.prototype.getCustomEntityid=function(){return aQ(this.g)};S.prototype.getCustomEntityTempid=function(){return bQ(this.g)};S.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cQ(c,a)};S.prototype.getJson=function(){return g(dQ(this.g))};S.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!eQ(c,a)};
  1572. S.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!fQ(c,a)};S.prototype.isNull=function(){return!!gQ(this.g)};S.prototype.__destroy__=function(){hQ(this.g)};function o3(){this.g=iQ();Z2(o3)[this.g]=this}o3.prototype=Object.create(u.prototype);o3.prototype.constructor=o3;o3.prototype.h=o3;o3.i={};b.MdDbBlockTableRecord=o3;o3.prototype.appendAcDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return jQ(c,a)};
  1573. o3.prototype.getAllEntityId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(kQ(c,a),t3)};o3.prototype.origin=o3.prototype.origin=function(){return m(lQ(this.g),B)};o3.prototype.setOrigin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mQ(c,a)};o3.prototype.getBoundingBox=function(){return m(nQ(this.g),x)};o3.prototype.invalidBoundingBoxBuffer=function(){return!!oQ(this.g)};o3.prototype.getName=function(){return g(pQ(this.g))};
  1574. o3.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!qQ(c,a)};o3.prototype.getMinMaxDrawOrder=function(){return m(rQ(this.g),B)};o3.prototype.GetObjectID=function(){return sQ(this.g)};o3.prototype.Erase=function(){return!!tQ(this.g)};o3.prototype.isErased=function(){return!!uQ(this.g)};o3.prototype.unErase=function(){return!!vQ(this.g)};o3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wQ(c,a)};
  1575. o3.prototype.GetExtensionDictionary=function(){return m(xQ(this.g),v)};o3.prototype.CreateExtensionDictionary=function(){return!!yQ(this.g)};o3.prototype.IsHaveExtensionDictionary=function(){return!!zQ(this.g)};o3.prototype.Clone=function(){return m(AQ(this.g),u)};o3.prototype.GetHandle=function(){return g(BQ(this.g))};o3.prototype.GetDatabase=function(){return m(CQ(this.g),w)};o3.prototype.GetDatabaseIndexId=function(){return DQ(this.g)};o3.prototype.GetOwnerID=function(){return EQ(this.g)};
  1576. o3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!FQ(f,a,c,d,e)};o3.prototype.getGripPoints=function(){return m(GQ(this.g),x)};o3.prototype.getObjectName=function(){return g(HQ(this.g))};o3.prototype.getDxf0=function(){return g(IQ(this.g))};o3.prototype.getCustomEntityTypeName=function(){return g(JQ(this.g))};o3.prototype.getCustomEntityid=function(){return KQ(this.g)};
  1577. o3.prototype.getCustomEntityTempid=function(){return LQ(this.g)};o3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MQ(c,a)};o3.prototype.getJson=function(){return g(NQ(this.g))};o3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!OQ(c,a)};o3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!PQ(c,a)};o3.prototype.isNull=function(){return!!QQ(this.g)};
  1578. o3.prototype.__destroy__=function(){RQ(this.g)};function A3(){throw"cannot construct a MdDbBlockTable, no constructor in IDL";}A3.prototype=Object.create(u.prototype);A3.prototype.constructor=A3;A3.prototype.h=A3;A3.i={};b.MdDbBlockTable=A3;A3.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(SQ(c,a),t3)};A3.prototype.add=A3.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return TQ(c,a)};
  1579. A3.prototype.get=A3.prototype.get=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return UQ(d,a,c)};A3.prototype.GetObjectID=function(){return VQ(this.g)};A3.prototype.Erase=function(){return!!WQ(this.g)};A3.prototype.isErased=function(){return!!XQ(this.g)};A3.prototype.unErase=function(){return!!YQ(this.g)};A3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZQ(c,a)};
  1580. A3.prototype.GetExtensionDictionary=function(){return m($Q(this.g),v)};A3.prototype.CreateExtensionDictionary=function(){return!!aR(this.g)};A3.prototype.IsHaveExtensionDictionary=function(){return!!bR(this.g)};A3.prototype.Clone=function(){return m(cR(this.g),u)};A3.prototype.GetHandle=function(){return g(dR(this.g))};A3.prototype.GetDatabase=function(){return m(eR(this.g),w)};A3.prototype.GetDatabaseIndexId=function(){return fR(this.g)};A3.prototype.GetOwnerID=function(){return gR(this.g)};
  1581. A3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!hR(f,a,c,d,e)};A3.prototype.getGripPoints=function(){return m(iR(this.g),x)};A3.prototype.getObjectName=function(){return g(jR(this.g))};A3.prototype.getDxf0=function(){return g(kR(this.g))};A3.prototype.getCustomEntityTypeName=function(){return g(lR(this.g))};A3.prototype.getCustomEntityid=function(){return mR(this.g)};
  1582. A3.prototype.getCustomEntityTempid=function(){return nR(this.g)};A3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oR(c,a)};A3.prototype.getJson=function(){return g(pR(this.g))};A3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!qR(c,a)};A3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!rR(c,a)};A3.prototype.isNull=function(){return!!sR(this.g)};
  1583. A3.prototype.__destroy__=function(){tR(this.g)};function F3(){this.g=uR();Z2(F3)[this.g]=this}F3.prototype=Object.create(h3.prototype);F3.prototype.constructor=F3;F3.prototype.h=F3;F3.i={};b.McDrawSelSet=F3;F3.prototype.allSelect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return vR(c,a)};
  1584. F3.prototype.pointSelect=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return wR(f,a,c,d,e)};F3.prototype.crossingSelect=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return xR(l,a,c,d,e,f)};
  1585. F3.prototype.userSelect=F3.prototype.userSelect=function(a,c,d,e,f,l){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return yR(n,a,c,d,e,f,l)};
  1586. F3.prototype.userPointSelect=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return zR(f,a,c,d,e)};F3.prototype.getFilterEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(AR(d,a,c),t3)};F3.prototype.highlightEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);BR(c,a)};F3.prototype.count=F3.prototype.count=function(){return CR(this.g)};
  1587. F3.prototype.item=F3.prototype.item=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return DR(c,a)};F3.prototype.getObjectName=function(){return g(ER(this.g))};F3.prototype.getDxf0=function(){return g(FR(this.g))};F3.prototype.getCustomEntityTypeName=function(){return g(GR(this.g))};F3.prototype.getCustomEntityid=function(){return HR(this.g)};F3.prototype.getCustomEntityTempid=function(){return IR(this.g)};
  1588. F3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JR(c,a)};F3.prototype.getJson=function(){return g(KR(this.g))};F3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!LR(c,a)};F3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!MR(c,a)};F3.prototype.isNull=function(){return!!NR(this.g)};F3.prototype.__destroy__=function(){OR(this.g)};
  1589. function T(){this.g=PR();Z2(T)[this.g]=this}T.prototype=Object.create(C.prototype);T.prototype.constructor=T;T.prototype.h=T;T.i={};b.MdDbEllipse=T;T.prototype.center=function(){return m(QR(this.g),B)};T.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RR(c,a)};T.prototype.majorAxis=function(){return m(SR(this.g),D)};T.prototype.minorAxis=function(){return m(TR(this.g),D)};
  1590. T.prototype.setMajorAxis=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UR(c,a)};T.prototype.setMinorAxis=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VR(c,a)};T.prototype.radiusRatio=function(){return WR(this.g)};T.prototype.setRadiusRatio=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YR(c,a)};T.prototype.startAngle=function(){return ZR(this.g)};
  1591. T.prototype.setStartAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$R(c,a)};T.prototype.endAngle=function(){return aS(this.g)};T.prototype.setEndAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bS(c,a)};T.prototype.InitData=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return!!cS(l,a,c,d,e,f)};
  1592. T.prototype.getStartParam=function(){return dS(this.g)};T.prototype.getEndParam=function(){return eS(this.g)};T.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fS(c,a)};T.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gS(c,a)};T.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hS(c,a)};
  1593. T.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(iS(c,a),B)};T.prototype.getStartPoint=function(){return m(jS(this.g),B)};T.prototype.getEndPoint=function(){return m(kS(this.g),B)};T.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(lS(c,a),B)};T.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return mS(c,a)};
  1594. T.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(nS(c,a),D)};T.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(oS(c,a),D)};T.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(pS(d,a,c),B)};T.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(qS(d,a,c),j3)};
  1595. T.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(rS(c,a),j3)};T.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(sS(c,a),z)};T.prototype.getLength=function(){return tS(this.g)};T.prototype.explode=function(){return m(uS(this.g),z)};T.prototype.TrueColor=function(){return m(vS(this.g),A)};T.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wS(c,a)};T.prototype.ColorIndex=function(){return xS(this.g)};
  1596. T.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yS(c,a)};T.prototype.Layer=function(){return g(zS(this.g))};T.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!AS(c,a)};T.prototype.LinetypeScale=function(){return BS(this.g)};T.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CS(c,a)};T.prototype.Visible=function(){return!!DS(this.g)};
  1597. T.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ES(c,a)};T.prototype.Lineweight=function(){return FS(this.g)};T.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GS(c,a)};T.prototype.TextStyle=function(){return g(HS(this.g))};T.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!IS(c,a)};
  1598. T.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JS(c,a)};T.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!KS(d,a,c)};T.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!LS(d,a,c)};T.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!MS(d,a,c)};
  1599. T.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!NS(d,a,c)};T.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OS(c,a)};T.prototype.GetBoundingBox=function(){return m(PS(this.g),z)};T.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(QS(c,a),z)};T.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RS(c,a)};
  1600. T.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(SS(d,a,c))};T.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!TS(e,a,c,d)};T.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return US(d,a,c)};
  1601. T.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!VS(e,a,c,d)};T.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return WS(d,a,c)};T.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!XS(e,a,c,d)};
  1602. T.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(YS(d,a,c),B)};T.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!ZS(e,a,c,d)};T.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$S(c,a)};T.prototype.GetAllAppName=function(){return m(aT(this.g),i3)};
  1603. T.prototype.LayerId=function(){return bT(this.g)};T.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cT(c,a)};T.prototype.LinetypeId=function(){return dT(this.g)};T.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eT(c,a)};T.prototype.Linetype=function(){return g(fT(this.g))};T.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!gT(c,a)};T.prototype.TextStyleId=function(){return hT(this.g)};
  1604. T.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iT(c,a)};T.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(jT(d,a,c),x)};T.prototype.getArea=function(){return kT(this.g)};T.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lT(c,a)};T.prototype.isPropertiesWindowCustom=function(){return!!mT(this.g)};
  1605. T.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nT(c,a)};T.prototype.updateDisplay=function(){return!!oT(this.g)};T.prototype.DrawOrder=function(){return pT(this.g)};T.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qT(c,a)};T.prototype.GetObjectID=function(){return rT(this.g)};T.prototype.Erase=function(){return!!sT(this.g)};T.prototype.isErased=function(){return!!tT(this.g)};T.prototype.unErase=function(){return!!uT(this.g)};
  1606. T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vT(c,a)};T.prototype.GetExtensionDictionary=function(){return m(wT(this.g),v)};T.prototype.CreateExtensionDictionary=function(){return!!xT(this.g)};T.prototype.IsHaveExtensionDictionary=function(){return!!yT(this.g)};T.prototype.Clone=function(){return m(zT(this.g),u)};T.prototype.GetHandle=function(){return g(AT(this.g))};T.prototype.GetDatabase=function(){return m(BT(this.g),w)};
  1607. T.prototype.GetDatabaseIndexId=function(){return CT(this.g)};T.prototype.GetOwnerID=function(){return DT(this.g)};T.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!ET(f,a,c,d,e)};T.prototype.getGripPoints=function(){return m(FT(this.g),x)};T.prototype.getObjectName=function(){return g(GT(this.g))};T.prototype.getDxf0=function(){return g(HT(this.g))};
  1608. T.prototype.getCustomEntityTypeName=function(){return g(IT(this.g))};T.prototype.getCustomEntityid=function(){return JT(this.g)};T.prototype.getCustomEntityTempid=function(){return KT(this.g)};T.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LT(c,a)};T.prototype.getJson=function(){return g(MT(this.g))};T.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!NT(c,a)};
  1609. T.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!OT(c,a)};T.prototype.isNull=function(){return!!PT(this.g)};T.prototype.__destroy__=function(){QT(this.g)};function Z(){this.g=RT();Z2(Z)[this.g]=this}Z.prototype=Object.create(y.prototype);Z.prototype.constructor=Z;Z.prototype.h=Z;Z.i={};b.MdDbPoint=Z;Z.prototype.position=Z.prototype.position=function(){return m(ST(this.g),B)};
  1610. Z.prototype.setPosition=Z.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TT(c,a)};Z.prototype.explode=function(){return m(UT(this.g),z)};Z.prototype.TrueColor=function(){return m(VT(this.g),A)};Z.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WT(c,a)};Z.prototype.ColorIndex=function(){return XT(this.g)};Z.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YT(c,a)};
  1611. Z.prototype.Layer=function(){return g(ZT(this.g))};Z.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$T(c,a)};Z.prototype.LinetypeScale=function(){return aU(this.g)};Z.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bU(c,a)};Z.prototype.Visible=function(){return!!cU(this.g)};Z.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dU(c,a)};Z.prototype.Lineweight=function(){return eU(this.g)};
  1612. Z.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fU(c,a)};Z.prototype.TextStyle=function(){return g(gU(this.g))};Z.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!hU(c,a)};Z.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iU(c,a)};Z.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jU(d,a,c)};
  1613. Z.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kU(d,a,c)};Z.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lU(d,a,c)};Z.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mU(d,a,c)};Z.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nU(c,a)};
  1614. Z.prototype.GetBoundingBox=function(){return m(oU(this.g),z)};Z.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(pU(c,a),z)};Z.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qU(c,a)};Z.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(rU(d,a,c))};
  1615. Z.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!sU(e,a,c,d)};Z.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return tU(d,a,c)};Z.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!uU(e,a,c,d)};
  1616. Z.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return vU(d,a,c)};Z.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!wU(e,a,c,d)};Z.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(xU(d,a,c),B)};
  1617. Z.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!yU(e,a,c,d)};Z.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!zU(c,a)};Z.prototype.GetAllAppName=function(){return m(AU(this.g),i3)};Z.prototype.LayerId=function(){return BU(this.g)};Z.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CU(c,a)};
  1618. Z.prototype.LinetypeId=function(){return DU(this.g)};Z.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EU(c,a)};Z.prototype.Linetype=function(){return g(FU(this.g))};Z.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!GU(c,a)};Z.prototype.TextStyleId=function(){return HU(this.g)};Z.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IU(c,a)};
  1619. Z.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(JU(d,a,c),x)};Z.prototype.getArea=function(){return KU(this.g)};Z.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LU(c,a)};Z.prototype.isPropertiesWindowCustom=function(){return!!MU(this.g)};Z.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NU(c,a)};
  1620. Z.prototype.updateDisplay=function(){return!!OU(this.g)};Z.prototype.DrawOrder=function(){return PU(this.g)};Z.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QU(c,a)};Z.prototype.GetObjectID=function(){return RU(this.g)};Z.prototype.Erase=function(){return!!SU(this.g)};Z.prototype.isErased=function(){return!!TU(this.g)};Z.prototype.unErase=function(){return!!UU(this.g)};
  1621. Z.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VU(c,a)};Z.prototype.GetExtensionDictionary=function(){return m(WU(this.g),v)};Z.prototype.CreateExtensionDictionary=function(){return!!XU(this.g)};Z.prototype.IsHaveExtensionDictionary=function(){return!!YU(this.g)};Z.prototype.Clone=function(){return m(ZU(this.g),u)};Z.prototype.GetHandle=function(){return g($U(this.g))};Z.prototype.GetDatabase=function(){return m(aV(this.g),w)};
  1622. Z.prototype.GetDatabaseIndexId=function(){return bV(this.g)};Z.prototype.GetOwnerID=function(){return cV(this.g)};Z.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!dV(f,a,c,d,e)};Z.prototype.getGripPoints=function(){return m(eV(this.g),x)};Z.prototype.getObjectName=function(){return g(fV(this.g))};Z.prototype.getDxf0=function(){return g(gV(this.g))};
  1623. Z.prototype.getCustomEntityTypeName=function(){return g(hV(this.g))};Z.prototype.getCustomEntityid=function(){return iV(this.g)};Z.prototype.getCustomEntityTempid=function(){return jV(this.g)};Z.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kV(c,a)};Z.prototype.getJson=function(){return g(lV(this.g))};Z.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!mV(c,a)};
  1624. Z.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!nV(c,a)};Z.prototype.isNull=function(){return!!oV(this.g)};Z.prototype.__destroy__=function(){pV(this.g)};function U(){this.g=qV();Z2(U)[this.g]=this}U.prototype=Object.create(y.prototype);U.prototype.constructor=U;U.prototype.h=U;U.i={};b.MdDbHatch=U;U.prototype.numLoops=function(){return rV(this.g)};U.prototype.loopTypeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return sV(c,a)};
  1625. U.prototype.getLoopAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(tV(c,a),z)};U.prototype.patternType=function(){return uV(this.g)};U.prototype.patternName=function(){return g(vV(this.g))};U.prototype.setPattern=function(a,c){var d=this.g;r();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:t(c);return!!wV(d,a,c)};U.prototype.patternAngle=function(){return xV(this.g)};
  1626. U.prototype.setPatternAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yV(c,a)};U.prototype.patternScale=function(){return zV(this.g)};U.prototype.setPatternScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AV(c,a)};U.prototype.patternSpace=function(){return BV(this.g)};U.prototype.setPatternSpace=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CV(c,a)};U.prototype.patternDouble=function(){return!!DV(this.g)};
  1627. U.prototype.setPatternDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EV(c,a)};U.prototype.numPatternDefinitions=function(){return FV(this.g)};U.prototype.getPatternDefinitionAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(GV(c,a),u3)};
  1628. U.prototype.addPatternDefinition=function(a,c,d,e,f,l){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return!!HV(n,a,c,d,e,f,l)};U.prototype.clearPatternDefinition=function(){return!!IV(this.g)};U.prototype.hatchStyle=function(){return JV(this.g)};
  1629. U.prototype.setHatchStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KV(c,a)};U.prototype.evaluateHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LV(c,a)};U.prototype.appendCircleLoop=function(a,c,d,e,f,l){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);l&&"object"===typeof l&&(l=l.g);return!!MV(n,a,c,d,e,f,l)};
  1630. U.prototype.appendLoop=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!NV(e,a,c,d)};U.prototype.removeLoopAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OV(c,a)};U.prototype.removeAllLoop=function(){return!!PV(this.g)};
  1631. U.prototype.setLoopAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!QV(f,a,c,d,e)};U.prototype.isSolid=function(){return!!RV(this.g)};U.prototype.explode=function(){return m(SV(this.g),z)};U.prototype.TrueColor=function(){return m(TV(this.g),A)};U.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UV(c,a)};U.prototype.ColorIndex=function(){return VV(this.g)};
  1632. U.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WV(c,a)};U.prototype.Layer=function(){return g(XV(this.g))};U.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!YV(c,a)};U.prototype.LinetypeScale=function(){return ZV(this.g)};U.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$V(c,a)};U.prototype.Visible=function(){return!!aW(this.g)};
  1633. U.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bW(c,a)};U.prototype.Lineweight=function(){return cW(this.g)};U.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dW(c,a)};U.prototype.TextStyle=function(){return g(eW(this.g))};U.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!fW(c,a)};
  1634. U.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gW(c,a)};U.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!hW(d,a,c)};U.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!iW(d,a,c)};U.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jW(d,a,c)};
  1635. U.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kW(d,a,c)};U.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lW(c,a)};U.prototype.GetBoundingBox=function(){return m(mW(this.g),z)};U.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(nW(c,a),z)};U.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oW(c,a)};
  1636. U.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(pW(d,a,c))};U.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!qW(e,a,c,d)};U.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return rW(d,a,c)};
  1637. U.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!sW(e,a,c,d)};U.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return tW(d,a,c)};U.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!uW(e,a,c,d)};
  1638. U.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(vW(d,a,c),B)};U.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!wW(e,a,c,d)};U.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!xW(c,a)};U.prototype.GetAllAppName=function(){return m(yW(this.g),i3)};
  1639. U.prototype.LayerId=function(){return zW(this.g)};U.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AW(c,a)};U.prototype.LinetypeId=function(){return BW(this.g)};U.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CW(c,a)};U.prototype.Linetype=function(){return g(DW(this.g))};U.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!EW(c,a)};U.prototype.TextStyleId=function(){return FW(this.g)};
  1640. U.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GW(c,a)};U.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(HW(d,a,c),x)};U.prototype.getArea=function(){return IW(this.g)};U.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JW(c,a)};U.prototype.isPropertiesWindowCustom=function(){return!!KW(this.g)};
  1641. U.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LW(c,a)};U.prototype.updateDisplay=function(){return!!MW(this.g)};U.prototype.DrawOrder=function(){return NW(this.g)};U.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OW(c,a)};U.prototype.GetObjectID=function(){return PW(this.g)};U.prototype.Erase=function(){return!!QW(this.g)};U.prototype.isErased=function(){return!!RW(this.g)};U.prototype.unErase=function(){return!!SW(this.g)};
  1642. U.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TW(c,a)};U.prototype.GetExtensionDictionary=function(){return m(UW(this.g),v)};U.prototype.CreateExtensionDictionary=function(){return!!VW(this.g)};U.prototype.IsHaveExtensionDictionary=function(){return!!WW(this.g)};U.prototype.Clone=function(){return m(XW(this.g),u)};U.prototype.GetHandle=function(){return g(YW(this.g))};U.prototype.GetDatabase=function(){return m(ZW(this.g),w)};
  1643. U.prototype.GetDatabaseIndexId=function(){return $W(this.g)};U.prototype.GetOwnerID=function(){return aX(this.g)};U.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!bX(f,a,c,d,e)};U.prototype.getGripPoints=function(){return m(cX(this.g),x)};U.prototype.getObjectName=function(){return g(dX(this.g))};U.prototype.getDxf0=function(){return g(eX(this.g))};
  1644. U.prototype.getCustomEntityTypeName=function(){return g(fX(this.g))};U.prototype.getCustomEntityid=function(){return gX(this.g)};U.prototype.getCustomEntityTempid=function(){return hX(this.g)};U.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iX(c,a)};U.prototype.getJson=function(){return g(jX(this.g))};U.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kX(c,a)};
  1645. U.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!lX(c,a)};U.prototype.isNull=function(){return!!mX(this.g)};U.prototype.__destroy__=function(){nX(this.g)};function V(){this.g=oX();Z2(V)[this.g]=this}V.prototype=Object.create(y.prototype);V.prototype.constructor=V;V.prototype.h=V;V.i={};b.MdDbProxyEntity=V;V.prototype.getAllTextContent=function(){return m(pX(this.g),i3)};V.prototype.getAllEntityIds=function(){return m(qX(this.g),t3)};
  1646. V.prototype.getOriginalClassName=function(){return g(rX(this.g))};V.prototype.explode=function(){return m(sX(this.g),z)};V.prototype.TrueColor=function(){return m(tX(this.g),A)};V.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uX(c,a)};V.prototype.ColorIndex=function(){return vX(this.g)};V.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wX(c,a)};V.prototype.Layer=function(){return g(xX(this.g))};
  1647. V.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!yX(c,a)};V.prototype.LinetypeScale=function(){return zX(this.g)};V.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AX(c,a)};V.prototype.Visible=function(){return!!BX(this.g)};V.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CX(c,a)};V.prototype.Lineweight=function(){return DX(this.g)};
  1648. V.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EX(c,a)};V.prototype.TextStyle=function(){return g(FX(this.g))};V.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!GX(c,a)};V.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HX(c,a)};V.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!IX(d,a,c)};
  1649. V.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!JX(d,a,c)};V.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!KX(d,a,c)};V.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!LX(d,a,c)};V.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MX(c,a)};
  1650. V.prototype.GetBoundingBox=function(){return m(NX(this.g),z)};V.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(OX(c,a),z)};V.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PX(c,a)};V.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(QX(d,a,c))};
  1651. V.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!RX(e,a,c,d)};V.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return SX(d,a,c)};V.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!TX(e,a,c,d)};
  1652. V.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return UX(d,a,c)};V.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!VX(e,a,c,d)};V.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(WX(d,a,c),B)};
  1653. V.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!XX(e,a,c,d)};V.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!YX(c,a)};V.prototype.GetAllAppName=function(){return m(ZX(this.g),i3)};V.prototype.LayerId=function(){return $X(this.g)};V.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aY(c,a)};
  1654. V.prototype.LinetypeId=function(){return bY(this.g)};V.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cY(c,a)};V.prototype.Linetype=function(){return g(dY(this.g))};V.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!eY(c,a)};V.prototype.TextStyleId=function(){return fY(this.g)};V.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gY(c,a)};
  1655. V.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(hY(d,a,c),x)};V.prototype.getArea=function(){return iY(this.g)};V.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jY(c,a)};V.prototype.isPropertiesWindowCustom=function(){return!!kY(this.g)};V.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lY(c,a)};
  1656. V.prototype.updateDisplay=function(){return!!mY(this.g)};V.prototype.DrawOrder=function(){return nY(this.g)};V.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oY(c,a)};V.prototype.GetObjectID=function(){return pY(this.g)};V.prototype.Erase=function(){return!!qY(this.g)};V.prototype.isErased=function(){return!!rY(this.g)};V.prototype.unErase=function(){return!!sY(this.g)};
  1657. V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tY(c,a)};V.prototype.GetExtensionDictionary=function(){return m(uY(this.g),v)};V.prototype.CreateExtensionDictionary=function(){return!!vY(this.g)};V.prototype.IsHaveExtensionDictionary=function(){return!!wY(this.g)};V.prototype.Clone=function(){return m(xY(this.g),u)};V.prototype.GetHandle=function(){return g(yY(this.g))};V.prototype.GetDatabase=function(){return m(zY(this.g),w)};
  1658. V.prototype.GetDatabaseIndexId=function(){return AY(this.g)};V.prototype.GetOwnerID=function(){return BY(this.g)};V.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!CY(f,a,c,d,e)};V.prototype.getGripPoints=function(){return m(DY(this.g),x)};V.prototype.getObjectName=function(){return g(EY(this.g))};V.prototype.getDxf0=function(){return g(FY(this.g))};
  1659. V.prototype.getCustomEntityTypeName=function(){return g(GY(this.g))};V.prototype.getCustomEntityid=function(){return HY(this.g)};V.prototype.getCustomEntityTempid=function(){return IY(this.g)};V.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JY(c,a)};V.prototype.getJson=function(){return g(KY(this.g))};V.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!LY(c,a)};
  1660. V.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!MY(c,a)};V.prototype.isNull=function(){return!!NY(this.g)};V.prototype.__destroy__=function(){OY(this.g)};function W(){this.g=PY();Z2(W)[this.g]=this}W.prototype=Object.create(y.prototype);W.prototype.constructor=W;W.prototype.h=W;W.i={};b.MdDbRasterImage=W;
  1661. W.prototype.setOrientation=W.prototype.setOrientation=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!QY(e,a,c,d)};W.prototype.getOrientation=function(){return m(RY(this.g),x)};W.prototype.setImageDefId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SY(c,a)};W.prototype.imageDefId=function(){return TY(this.g)};
  1662. W.prototype.setClipBoundary=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!UY(d,a,c)};W.prototype.clipBoundary=function(){return m(VY(this.g),x)};W.prototype.clipBoundaryType=function(){return WY(this.g)};W.prototype.explode=function(){return m(XY(this.g),z)};W.prototype.TrueColor=function(){return m(YY(this.g),A)};W.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZY(c,a)};W.prototype.ColorIndex=function(){return $Y(this.g)};
  1663. W.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aZ(c,a)};W.prototype.Layer=function(){return g(bZ(this.g))};W.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cZ(c,a)};W.prototype.LinetypeScale=function(){return dZ(this.g)};W.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eZ(c,a)};W.prototype.Visible=function(){return!!fZ(this.g)};
  1664. W.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gZ(c,a)};W.prototype.Lineweight=function(){return hZ(this.g)};W.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iZ(c,a)};W.prototype.TextStyle=function(){return g(jZ(this.g))};W.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kZ(c,a)};
  1665. W.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lZ(c,a)};W.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mZ(d,a,c)};W.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!nZ(d,a,c)};W.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!oZ(d,a,c)};
  1666. W.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!pZ(d,a,c)};W.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qZ(c,a)};W.prototype.GetBoundingBox=function(){return m(rZ(this.g),z)};W.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(sZ(c,a),z)};W.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tZ(c,a)};
  1667. W.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(uZ(d,a,c))};W.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!vZ(e,a,c,d)};W.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return wZ(d,a,c)};
  1668. W.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!xZ(e,a,c,d)};W.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return yZ(d,a,c)};W.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!zZ(e,a,c,d)};
  1669. W.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(AZ(d,a,c),B)};W.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!BZ(e,a,c,d)};W.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!CZ(c,a)};W.prototype.GetAllAppName=function(){return m(DZ(this.g),i3)};
  1670. W.prototype.LayerId=function(){return EZ(this.g)};W.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FZ(c,a)};W.prototype.LinetypeId=function(){return GZ(this.g)};W.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HZ(c,a)};W.prototype.Linetype=function(){return g(IZ(this.g))};W.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!JZ(c,a)};W.prototype.TextStyleId=function(){return KZ(this.g)};
  1671. W.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LZ(c,a)};W.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(MZ(d,a,c),x)};W.prototype.getArea=function(){return NZ(this.g)};W.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OZ(c,a)};W.prototype.isPropertiesWindowCustom=function(){return!!PZ(this.g)};
  1672. W.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QZ(c,a)};W.prototype.updateDisplay=function(){return!!RZ(this.g)};W.prototype.DrawOrder=function(){return SZ(this.g)};W.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TZ(c,a)};W.prototype.GetObjectID=function(){return UZ(this.g)};W.prototype.Erase=function(){return!!VZ(this.g)};W.prototype.isErased=function(){return!!WZ(this.g)};W.prototype.unErase=function(){return!!XZ(this.g)};
  1673. W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YZ(c,a)};W.prototype.GetExtensionDictionary=function(){return m(ZZ(this.g),v)};W.prototype.CreateExtensionDictionary=function(){return!!$Z(this.g)};W.prototype.IsHaveExtensionDictionary=function(){return!!a_(this.g)};W.prototype.Clone=function(){return m(b_(this.g),u)};W.prototype.GetHandle=function(){return g(c_(this.g))};W.prototype.GetDatabase=function(){return m(d_(this.g),w)};
  1674. W.prototype.GetDatabaseIndexId=function(){return e_(this.g)};W.prototype.GetOwnerID=function(){return f_(this.g)};W.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!g_(f,a,c,d,e)};W.prototype.getGripPoints=function(){return m(h_(this.g),x)};W.prototype.getObjectName=function(){return g(i_(this.g))};W.prototype.getDxf0=function(){return g(j_(this.g))};
  1675. W.prototype.getCustomEntityTypeName=function(){return g(k_(this.g))};W.prototype.getCustomEntityid=function(){return l_(this.g)};W.prototype.getCustomEntityTempid=function(){return m_(this.g)};W.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!n_(c,a)};W.prototype.getJson=function(){return g(o_(this.g))};W.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!p_(c,a)};
  1676. W.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!q_(c,a)};W.prototype.isNull=function(){return!!r_(this.g)};W.prototype.__destroy__=function(){s_(this.g)};function m3(){this.g=t_();Z2(m3)[this.g]=this}m3.prototype=Object.create(u.prototype);m3.prototype.constructor=m3;m3.prototype.h=m3;m3.i={};b.MdDbRasterImageDef=m3;m3.prototype.setSourceFileName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!u_(c,a)};
  1677. m3.prototype.sourceFileName=function(){return g(v_(this.g))};m3.prototype.GetObjectID=function(){return w_(this.g)};m3.prototype.Erase=function(){return!!x_(this.g)};m3.prototype.isErased=function(){return!!y_(this.g)};m3.prototype.unErase=function(){return!!z_(this.g)};m3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!A_(c,a)};m3.prototype.GetExtensionDictionary=function(){return m(B_(this.g),v)};m3.prototype.CreateExtensionDictionary=function(){return!!C_(this.g)};
  1678. m3.prototype.IsHaveExtensionDictionary=function(){return!!D_(this.g)};m3.prototype.Clone=function(){return m(E_(this.g),u)};m3.prototype.GetHandle=function(){return g(F_(this.g))};m3.prototype.GetDatabase=function(){return m(G_(this.g),w)};m3.prototype.GetDatabaseIndexId=function(){return H_(this.g)};m3.prototype.GetOwnerID=function(){return I_(this.g)};
  1679. m3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!J_(f,a,c,d,e)};m3.prototype.getGripPoints=function(){return m(K_(this.g),x)};m3.prototype.getObjectName=function(){return g(L_(this.g))};m3.prototype.getDxf0=function(){return g(M_(this.g))};m3.prototype.getCustomEntityTypeName=function(){return g(N_(this.g))};m3.prototype.getCustomEntityid=function(){return O_(this.g)};
  1680. m3.prototype.getCustomEntityTempid=function(){return P_(this.g)};m3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Q_(c,a)};m3.prototype.getJson=function(){return g(R_(this.g))};m3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!S_(c,a)};m3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!T_(c,a)};m3.prototype.isNull=function(){return!!U_(this.g)};
  1681. m3.prototype.__destroy__=function(){V_(this.g)};function v(){this.g=W_();Z2(v)[this.g]=this}v.prototype=Object.create(u.prototype);v.prototype.constructor=v;v.prototype.h=v;v.i={};b.MdDbDictionary=v;v.prototype.remove=v.prototype.remove=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!X_(c,a)};v.prototype.addObject=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return Y_(d,a,c)};
  1682. v.prototype.getAllObject=function(){return m(Z_(this.g),t3)};v.prototype.getAllObjectName=function(){return m($_(this.g),i3)};v.prototype.getAt=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return a0(d,a,c)};v.prototype.GetObjectID=function(){return b0(this.g)};v.prototype.Erase=function(){return!!c0(this.g)};v.prototype.isErased=function(){return!!d0(this.g)};v.prototype.unErase=function(){return!!e0(this.g)};
  1683. v.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!f0(c,a)};v.prototype.GetExtensionDictionary=function(){return m(g0(this.g),v)};v.prototype.CreateExtensionDictionary=function(){return!!h0(this.g)};v.prototype.IsHaveExtensionDictionary=function(){return!!i0(this.g)};v.prototype.Clone=function(){return m(j0(this.g),u)};v.prototype.GetHandle=function(){return g(k0(this.g))};v.prototype.GetDatabase=function(){return m(l0(this.g),w)};
  1684. v.prototype.GetDatabaseIndexId=function(){return m0(this.g)};v.prototype.GetOwnerID=function(){return n0(this.g)};v.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!o0(f,a,c,d,e)};v.prototype.getGripPoints=function(){return m(p0(this.g),x)};v.prototype.getObjectName=function(){return g(q0(this.g))};v.prototype.getDxf0=function(){return g(r0(this.g))};
  1685. v.prototype.getCustomEntityTypeName=function(){return g(s0(this.g))};v.prototype.getCustomEntityid=function(){return t0(this.g)};v.prototype.getCustomEntityTempid=function(){return u0(this.g)};v.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!v0(c,a)};v.prototype.getJson=function(){return g(w0(this.g))};v.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!x0(c,a)};
  1686. v.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!y0(c,a)};v.prototype.isNull=function(){return!!z0(this.g)};v.prototype.__destroy__=function(){A0(this.g)};function n3(){this.g=B0();Z2(n3)[this.g]=this}n3.prototype=Object.create(u.prototype);n3.prototype.constructor=n3;n3.prototype.h=n3;n3.i={};b.MdDbXrecord=n3;n3.prototype.getData=n3.prototype.getData=function(){return m(C0(this.g),z)};
  1687. n3.prototype.setData=n3.prototype.setData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!D0(c,a)};n3.prototype.GetObjectID=function(){return E0(this.g)};n3.prototype.Erase=function(){return!!F0(this.g)};n3.prototype.isErased=function(){return!!G0(this.g)};n3.prototype.unErase=function(){return!!H0(this.g)};n3.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!I0(c,a)};
  1688. n3.prototype.GetExtensionDictionary=function(){return m(J0(this.g),v)};n3.prototype.CreateExtensionDictionary=function(){return!!K0(this.g)};n3.prototype.IsHaveExtensionDictionary=function(){return!!L0(this.g)};n3.prototype.Clone=function(){return m(M0(this.g),u)};n3.prototype.GetHandle=function(){return g(N0(this.g))};n3.prototype.GetDatabase=function(){return m(O0(this.g),w)};n3.prototype.GetDatabaseIndexId=function(){return P0(this.g)};n3.prototype.GetOwnerID=function(){return Q0(this.g)};
  1689. n3.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!R0(f,a,c,d,e)};n3.prototype.getGripPoints=function(){return m(S0(this.g),x)};n3.prototype.getObjectName=function(){return g(T0(this.g))};n3.prototype.getDxf0=function(){return g(U0(this.g))};n3.prototype.getCustomEntityTypeName=function(){return g(V0(this.g))};n3.prototype.getCustomEntityid=function(){return W0(this.g)};
  1690. n3.prototype.getCustomEntityTempid=function(){return X0(this.g)};n3.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Y0(c,a)};n3.prototype.getJson=function(){return g(Z0(this.g))};n3.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$0(c,a)};n3.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!a1(c,a)};n3.prototype.isNull=function(){return!!b1(this.g)};
  1691. n3.prototype.__destroy__=function(){c1(this.g)};function Y(a){r();a=a&&"object"===typeof a?a.g:t(a);this.g=d1(a);Z2(Y)[this.g]=this}Y.prototype=Object.create(y.prototype);Y.prototype.constructor=Y;Y.prototype.h=Y;Y.i={};b.MdDbCustomEntity=Y;Y.prototype.getFilter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(e1(c,a),G3)};
  1692. Y.prototype.assertWrite=function(a,c,d,e,f){var l=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return!!f1(l,a,c,d,e,f)};Y.prototype.explode=function(){return m(g1(this.g),z)};Y.prototype.TrueColor=function(){return m(h1(this.g),A)};Y.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!i1(c,a)};Y.prototype.ColorIndex=function(){return j1(this.g)};
  1693. Y.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!k1(c,a)};Y.prototype.Layer=function(){return g(l1(this.g))};Y.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!m1(c,a)};Y.prototype.LinetypeScale=function(){return n1(this.g)};Y.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!o1(c,a)};Y.prototype.Visible=function(){return!!p1(this.g)};
  1694. Y.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!q1(c,a)};Y.prototype.Lineweight=function(){return r1(this.g)};Y.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!s1(c,a)};Y.prototype.TextStyle=function(){return g(t1(this.g))};Y.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!u1(c,a)};
  1695. Y.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!v1(c,a)};Y.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!w1(d,a,c)};Y.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!x1(d,a,c)};Y.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!y1(d,a,c)};
  1696. Y.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!z1(d,a,c)};Y.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!A1(c,a)};Y.prototype.GetBoundingBox=function(){return m(B1(this.g),z)};Y.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(C1(c,a),z)};Y.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!D1(c,a)};
  1697. Y.prototype.GetxDataString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return g(E1(d,a,c))};Y.prototype.SetxDataString=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:t(d);return!!F1(e,a,c,d)};Y.prototype.GetxDataDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return G1(d,a,c)};
  1698. Y.prototype.SetxDataDouble=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!H1(e,a,c,d)};Y.prototype.GetxDataLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return I1(d,a,c)};Y.prototype.SetxDataLong=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!J1(e,a,c,d)};
  1699. Y.prototype.GetxDataPoint=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return m(K1(d,a,c),B)};Y.prototype.SetxDataPoint=function(a,c,d){var e=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!L1(e,a,c,d)};Y.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!M1(c,a)};Y.prototype.GetAllAppName=function(){return m(N1(this.g),i3)};
  1700. Y.prototype.LayerId=function(){return O1(this.g)};Y.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!P1(c,a)};Y.prototype.LinetypeId=function(){return Q1(this.g)};Y.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!R1(c,a)};Y.prototype.Linetype=function(){return g(S1(this.g))};Y.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!T1(c,a)};Y.prototype.TextStyleId=function(){return U1(this.g)};
  1701. Y.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!V1(c,a)};Y.prototype.IntersectWith=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return m(W1(d,a,c),x)};Y.prototype.getArea=function(){return X1(this.g)};Y.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Y1(c,a)};Y.prototype.isPropertiesWindowCustom=function(){return!!Z1(this.g)};
  1702. Y.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$1(c,a)};Y.prototype.updateDisplay=function(){return!!a2(this.g)};Y.prototype.DrawOrder=function(){return b2(this.g)};Y.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!c2(c,a)};Y.prototype.GetObjectID=function(){return d2(this.g)};Y.prototype.Erase=function(){return!!e2(this.g)};Y.prototype.isErased=function(){return!!f2(this.g)};Y.prototype.unErase=function(){return!!g2(this.g)};
  1703. Y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!h2(c,a)};Y.prototype.GetExtensionDictionary=function(){return m(i2(this.g),v)};Y.prototype.CreateExtensionDictionary=function(){return!!j2(this.g)};Y.prototype.IsHaveExtensionDictionary=function(){return!!k2(this.g)};Y.prototype.Clone=function(){return m(l2(this.g),u)};Y.prototype.GetHandle=function(){return g(m2(this.g))};Y.prototype.GetDatabase=function(){return m(n2(this.g),w)};
  1704. Y.prototype.GetDatabaseIndexId=function(){return o2(this.g)};Y.prototype.GetOwnerID=function(){return p2(this.g)};Y.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!q2(f,a,c,d,e)};Y.prototype.getGripPoints=function(){return m(r2(this.g),x)};Y.prototype.getObjectName=function(){return g(s2(this.g))};Y.prototype.getDxf0=function(){return g(t2(this.g))};
  1705. Y.prototype.getCustomEntityTypeName=function(){return g(u2(this.g))};Y.prototype.getCustomEntityid=function(){return v2(this.g)};Y.prototype.getCustomEntityTempid=function(){return w2(this.g)};Y.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!x2(c,a)};Y.prototype.getJson=function(){return g(y2(this.g))};Y.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!z2(c,a)};
  1706. Y.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!A2(c,a)};Y.prototype.isNull=function(){return!!B2(this.g)};Y.prototype.__destroy__=function(){C2(this.g)};function G3(){this.g=D2();Z2(G3)[this.g]=this}G3.prototype=Object.create(Y2.prototype);G3.prototype.constructor=G3;G3.prototype.h=G3;G3.i={};b.MdDbCustomEntityDwgFiler=G3;G3.prototype.connect=G3.prototype.connect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);E2(c,a)};
  1707. G3.prototype.writePoint=function(a,c,d,e){var f=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!F2(f,a,c,d,e)};G3.prototype.readPoint=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(G2(c,a),B)};G3.prototype.writeLong=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return!!H2(d,a,c)};
  1708. G3.prototype.readLong=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return I2(c,a)};G3.prototype.writeDouble=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c&&"object"===typeof c&&(c=c.g);return!!J2(d,a,c)};G3.prototype.readDouble=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return K2(c,a)};G3.prototype.writeString=function(a,c){var d=this.g;r();a=a&&"object"===typeof a?a.g:t(a);c=c&&"object"===typeof c?c.g:t(c);return!!L2(d,a,c)};
  1709. G3.prototype.readString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return g(M2(c,a))};G3.prototype.__destroy__=function(){N2(this.g)};function H3(a){a&&"object"===typeof a&&(a=a.g);this.g=O2(a);Z2(H3)[this.g]=this}H3.prototype=Object.create(Y2.prototype);H3.prototype.constructor=H3;H3.prototype.h=H3;H3.i={};b.MdGiWorldDraw=H3;H3.prototype.connect=H3.prototype.connect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);P2(c,a)};
  1710. H3.prototype.drawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Q2(c,a)};H3.prototype.__destroy__=function(){R2(this.g)};
  1711. return mxdrawassembly.ready
  1712. }
  1713. );
  1714. })();
  1715. if (typeof exports === 'object' && typeof module === 'object')
  1716. module.exports = mxdrawassembly;
  1717. else if (typeof define === 'function' && define['amd'])
  1718. define([], function() { return mxdrawassembly; });
  1719. else if (typeof exports === 'object')
  1720. exports["mxdrawassembly"] = mxdrawassembly;
  1721. self.mxdrawassembly = mxdrawassembly;