mxdrawassembly_min.469e7cb5.js 843 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699170017011702170317041705170617071708170917101711171217131714171517161717171817191720172117221723172417251726172717281729173017311732173317341735173617371738173917401741174217431744
  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. function aa(){ba.buffer!=ea.buffer&&fa();return ea}function ja(){ba.buffer!=ea.buffer&&fa();return ka}function la(){ba.buffer!=ea.buffer&&fa();return ma}function na(){ba.buffer!=ea.buffer&&fa();return oa}function pa(){ba.buffer!=ea.buffer&&fa();return qa}function ra(){ba.buffer!=ea.buffer&&fa();return sa}function ta(){ba.buffer!=ea.buffer&&fa();return ua}var b;b||(b=typeof mxdrawassembly !== 'undefined' ? mxdrawassembly : {});var va,wa;b.ready=new Promise(function(a,c){va=a;wa=c});
  7. var xa=Object.assign({},b),ya="./this.program",Aa=(a,c)=>{throw c;},Ba="object"==typeof window,Da="function"==typeof importScripts,Ea="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,Ha=b.ENVIRONMENT_IS_PTHREAD||!1,Ka="";function La(a){return b.locateFile?b.locateFile(a,Ka):Ka+a}var Ma,Na,Oa;
  8. if(Ea){var fs=require("fs"),Pa=require("path");Ka=Da?Pa.dirname(Ka)+"/":__dirname+"/";Ma=(c,d)=>{c=c.startsWith("file://")?new URL(c):Pa.normalize(c);return fs.readFileSync(c,d?void 0:"utf8")};Oa=c=>{c=Ma(c,!0);c.buffer||(c=new Uint8Array(c));return c};Na=(c,d,e)=>{c=c.startsWith("file://")?new URL(c):Pa.normalize(c);fs.readFile(c,function(f,h){f?e(f):d(h.buffer)})};!b.thisProgram&&1<process.argv.length&&(ya=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);Aa=(c,d)=>{process.exitCode=c;throw d;
  9. };b.inspect=function(){return"[Emscripten Module object]"};let a;try{a=require("worker_threads")}catch(c){throw console.error('The "worker_threads" module is not supported in this node.js build - perhaps a newer version is needed?'),c;}global.Worker=a.Worker}else if(Ba||Da)Da?Ka=self.location.href:"undefined"!=typeof document&&document.currentScript&&(Ka=document.currentScript.src),_scriptDir&&(Ka=_scriptDir),Ka=0!==Ka.indexOf("blob:")?Ka.substr(0,Ka.replace(/[?#].*/,"").lastIndexOf("/")+1):"",Ea||
  10. (Ma=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},Da&&(Oa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)}),Na=(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)});Ea&&"undefined"==typeof performance&&(global.performance=require("perf_hooks").performance);
  11. var Qa=console.log.bind(console),Ra=console.warn.bind(console);Ea&&(Qa=a=>fs.writeSync(1,a+"\n"),Ra=a=>fs.writeSync(2,a+"\n"));var Sa=b.print||Qa,Ta=b.printErr||Ra;Object.assign(b,xa);xa=null;b.thisProgram&&(ya=b.thisProgram);b.quit&&(Aa=b.quit);var Ua;b.wasmBinary&&(Ua=b.wasmBinary);var noExitRuntime=b.noExitRuntime||!0;"object"!=typeof WebAssembly&&Va("no native wasm support detected");var ba,Wa,Xa=!1,Ya,ea,ka,Za,ma,oa,qa,sa,ua;
  12. function fa(){var a=ba.buffer;b.HEAP8=ea=new Int8Array(a);b.HEAP16=Za=new Int16Array(a);b.HEAP32=oa=new Int32Array(a);b.HEAPU8=ka=new Uint8Array(a);b.HEAPU16=ma=new Uint16Array(a);b.HEAPU32=qa=new Uint32Array(a);b.HEAPF32=sa=new Float32Array(a);b.HEAPF64=ua=new Float64Array(a)}var $a=b.INITIAL_MEMORY||16777216;4194304<=$a||Va("INITIAL_MEMORY should be larger than STACK_SIZE, was "+$a+"! (STACK_SIZE=4194304)");
  13. if(Ha)ba=b.wasmMemory;else if(b.wasmMemory)ba=b.wasmMemory;else if(ba=new WebAssembly.Memory({initial:$a/65536,maximum:32768,shared:!0}),!(ba.buffer instanceof SharedArrayBuffer))throw Ta("requested a shared WebAssembly.Memory but the returned buffer is not a SharedArrayBuffer, indicating that while the browser has SharedArrayBuffer it does not have WebAssembly threads support - you may need to set a flag"),Ea&&Ta("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)"),
  14. Error("bad memory");fa();$a=ba.buffer.byteLength;var ab,bb=[],cb=[],db=[],eb=0;function fb(){return noExitRuntime||0<eb}function gb(){Ha||(b.noFSInit||ib||(ib=!0,jb(),b.stdin=b.stdin,b.stdout=b.stdout,b.stderr=b.stderr,b.stdin?kb("stdin",b.stdin):lb("/dev/tty","/dev/stdin"),b.stdout?kb("stdout",null,b.stdout):lb("/dev/tty","/dev/stdout"),b.stderr?kb("stderr",null,b.stderr):lb("/dev/tty1","/dev/stderr"),mb("/dev/stdin",0),mb("/dev/stdout",1),mb("/dev/stderr",1)),ob=!1,pb(cb))}
  15. function qb(){var a=b.preRun.shift();bb.unshift(a)}var rb=0,sb=null,tb=null;function ub(){rb++;b.monitorRunDependencies&&b.monitorRunDependencies(rb)}function vb(){rb--;b.monitorRunDependencies&&b.monitorRunDependencies(rb);if(0==rb&&(null!==sb&&(clearInterval(sb),sb=null),tb)){var a=tb;tb=null;a()}}function Va(a){if(b.onAbort)b.onAbort(a);a="Aborted("+a+")";Ta(a);Xa=!0;Ya=1;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");wa(a);throw a;}
  16. function wb(a){return a.startsWith("data:application/octet-stream;base64,")}var xb;xb="mxdrawassembly_min.wasm";wb(xb)||(xb=La(xb));function yb(a){try{if(a==xb&&Ua)return new Uint8Array(Ua);if(Oa)return Oa(a);throw"both async and sync fetching of the wasm failed";}catch(c){Va(c)}}
  17. function zb(a){if(!Ua&&(Ba||Da)){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 yb(a)});if(Na)return new Promise(function(c,d){Na(a,function(e){c(new Uint8Array(e))},d)})}return Promise.resolve().then(function(){return yb(a)})}
  18. function Ab(a,c,d){return zb(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)})}
  19. function Bb(a,c){var d=xb;return Ua||"function"!=typeof WebAssembly.instantiateStreaming||wb(d)||d.startsWith("file://")||Ea||"function"!=typeof fetch?Ab(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 Ab(d,a,c)})})}
  20. var Cb,Db,Ib={358866:()=>"undefined"!==typeof Da&&Da?1:0,358958:(a,c)=>{window.MxCustomEntityManager_freeObject(a,c)},359014:(a,c)=>window.MxCustomEntityManager_relationObject(a,c),359081:(a,c,d)=>{"undefined"!=typeof window?window.MxCustomEntityManager_syncData(a,c,d):console.log("Mx:McDbCustomEntity::syncData failed")},359240:(a,c,d,e)=>{"undefined"!=typeof window?window.MxCustomEntityManager_worldDraw(a,c,d,e):console.log("Mx:McDbCustomEntity::worldDraw failed")},359402:(a,c,d,e)=>{"undefined"!=
  21. typeof window?window.MxCustomEntityManager_worldDraw(a,c,d,e):console.log("Mx:McDbCustomEntity::worldDraw failed")},359564:a=>{"undefined"!=typeof window?window.MxCustomEntityManager_freeDatabase(a):console.log("Mx:freeDatabaseidIndex failed")},359712:()=>aa().length,359732: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=mb(a,e||0);a=Eb(a,{fa:!0}).node;if(!a)throw new k(44);if(!a.j.u)throw new k(63);a=a.j.u(a).size;
  22. var f=new Uint8Array(a);Fb(e,f,0,a,0);"utf8"===c?d=Gb(f,0):"binary"===c&&(d=f);Hb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};function Jb(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function Kb(a){a.terminate();a.onmessage=()=>{}}function Lb(a){(a=Mb.F[a])||Va();Mb.qb(a)}
  23. function Nb(a){var c=Mb.$a();if(!c)return 6;Mb.I.push(c);Mb.F[a.A]=c;c.A=a.A;var d={cmd:"run",start_routine:a.Eb,arg:a.Ua,pthread_ptr:a.A};Ea&&c.ref();c.postMessage(d,a.Kb);return 0}
  24. var Ob=(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},Pb=a=>{var c="/"===a.charAt(0),d="/"===a.substr(-1);(a=Ob(a.split("/").filter(e=>!!e),!c).join("/"))||c||(a=".");a&&d&&(a+="/");return(c?"/":"")+a},Qb=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+c},Rb=a=>
  25. {if("/"===a)return"/";a=Pb(a);a=a.replace(/\/$/,"");var c=a.lastIndexOf("/");return-1===c?a:a.substr(c+1)};function Sb(){if("object"==typeof crypto&&"function"==typeof crypto.getRandomValues)return d=>(d.set(crypto.getRandomValues(new Uint8Array(d.byteLength))),d);if(Ea)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 Tb(a){return(Tb=Sb())(a)}
  26. function Ub(){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=Ob(a.split("/").filter(e=>!!e),!c).join("/");return(c?"/":"")+a||"."}function Vb(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}
  27. function Xb(a,c,d,e){if(!(0<e))return 0;var f=d;e=d+e-1;for(var h=0;h<a.length;++h){var n=a.charCodeAt(h);if(55296<=n&&57343>=n){var p=a.charCodeAt(++h);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}
  28. function Yb(a,c){var d=Array(Vb(a)+1);a=Xb(a,d,0,d.length);c&&(d.length=a);return d}var Zb=[];function $b(a,c){Zb[a]={input:[],output:[],O:c};ac(a,bc)}
  29. var bc={open:function(a){var c=Zb[a.node.rdev];if(!c)throw new k(43);a.tty=c;a.seekable=!1},close:function(a){a.tty.O.fsync(a.tty)},fsync:function(a){a.tty.O.fsync(a.tty)},read:function(a,c,d,e){if(!a.tty||!a.tty.O.Ea)throw new k(60);for(var f=0,h=0;h<e;h++){try{var n=a.tty.O.Ea(a.tty)}catch(p){throw new k(29);}if(void 0===n&&0===f)throw new k(6);if(null===n||void 0===n)break;f++;c[d+h]=n}f&&(a.node.timestamp=Date.now());return f},write:function(a,c,d,e){if(!a.tty||!a.tty.O.la)throw new k(60);try{for(var f=
  30. 0;f<e;f++)a.tty.O.la(a.tty,c[d+f])}catch(h){throw new k(29);}e&&(a.node.timestamp=Date.now());return f}},cc={Ea:function(a){if(!a.input.length){var c=null;if(Ea){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!==
  31. c&&(c+="\n"));if(!c)return null;a.input=Yb(c,!0)}return a.input.shift()},la:function(a,c){null===c||10===c?(Sa(Gb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(Sa(Gb(a.output,0)),a.output=[])}},dc={la:function(a,c){null===c||10===c?(Ta(Gb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(Ta(Gb(a.output,0)),a.output=[])}},ec={v:null,D:function(){return ec.createNode(null,"/",16895,0)},createNode:function(a,
  32. c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new k(63);ec.v||(ec.v={dir:{node:{u:ec.j.u,B:ec.j.B,lookup:ec.j.lookup,Z:ec.j.Z,rename:ec.j.rename,unlink:ec.j.unlink,rmdir:ec.j.rmdir,readdir:ec.j.readdir,symlink:ec.j.symlink},stream:{H:ec.m.H}},file:{node:{u:ec.j.u,B:ec.j.B},stream:{H:ec.m.H,read:ec.m.read,write:ec.m.write,ua:ec.m.ua,Ia:ec.m.Ia,Ka:ec.m.Ka}},link:{node:{u:ec.j.u,B:ec.j.B,readlink:ec.j.readlink},stream:{}},wa:{node:{u:ec.j.u,B:ec.j.B},stream:fc}});d=gc(a,c,d,e);16384===(d.mode&
  33. 61440)?(d.j=ec.v.dir.node,d.m=ec.v.dir.stream,d.l={}):32768===(d.mode&61440)?(d.j=ec.v.file.node,d.m=ec.v.file.stream,d.o=0,d.l=null):40960===(d.mode&61440)?(d.j=ec.v.link.node,d.m=ec.v.link.stream):8192===(d.mode&61440)&&(d.j=ec.v.wa.node,d.m=ec.v.wa.stream);d.timestamp=Date.now();a&&(a.l[c]=d,a.timestamp=d.timestamp);return d},Tb:function(a){return a.l?a.l.subarray?a.l.subarray(0,a.o):new Uint8Array(a.l):new Uint8Array(0)},Ba:function(a,c){var d=a.l?a.l.length:0;d>=c||(c=Math.max(c,d*(1048576>d?
  34. 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))},pb: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=
  35. new Date(a.timestamp);c.ctime=new Date(a.timestamp);c.Va=4096;c.blocks=Math.ceil(c.size/c.Va);return c},B:function(a,c){void 0!==c.mode&&(a.mode=c.mode);void 0!==c.timestamp&&(a.timestamp=c.timestamp);void 0!==c.size&&ec.pb(a,c.size)},lookup:function(){throw hc[44];},Z:function(a,c,d,e){return ec.createNode(a,c,d,e)},rename:function(a,c,d){if(16384===(a.mode&61440)){try{var e=ic(c,d)}catch(h){}if(e)for(var f in e.l)throw new k(55);}delete a.parent.l[a.name];a.parent.timestamp=Date.now();a.name=d;
  36. 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=ic(a,c),e;for(e in d.l)throw new k(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=ec.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new k(28);return a.link}},m:{read:function(a,c,d,e,f){var h=a.node.l;
  37. if(f>=a.node.o)return 0;a=Math.min(a.node.o-f,e);if(8<a&&h.subarray)c.set(h.subarray(f,f+a),d);else for(e=0;e<a;e++)c[d+e]=h[f+e];return a},write:function(a,c,d,e,f,h){c.buffer===aa().buffer&&(h=!1);if(!e)return 0;a=a.node;a.timestamp=Date.now();if(c.subarray&&(!a.l||a.l.subarray)){if(h)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}ec.Ba(a,f+e);if(a.l.subarray&&c.subarray)a.l.set(c.subarray(d,d+e),f);else for(h=
  38. 0;h<e;h++)a.l[f+h]=c[d+h];a.o=Math.max(a.o,f+e);return e},H: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 k(28);return c},ua:function(a,c,d){ec.Ba(a.node,c+d);a.node.o=Math.max(a.node.o,c+d)},Ia:function(a,c,d,e,f){if(32768!==(a.node.mode&61440))throw new k(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 k(48);aa().set(a,
  39. c)}else d=!1,c=a.byteOffset;return{g:c,Nb:d}},Ka:function(a,c,d,e){ec.m.write(a,c,0,e,d,!1);return 0}}},jc=null,kc={},lc=[],mc=1,nc=null,ob=!0,k=null,hc={},Eb=(a,c={})=>{a=Ub(a);if(!a)return{path:"",node:null};c=Object.assign({Ca:!0,ma:0},c);if(8<c.ma)throw new k(32);a=a.split("/").filter(n=>!!n);for(var d=jc,e="/",f=0;f<a.length;f++){var h=f===a.length-1;if(h&&c.parent)break;d=ic(d,a[f]);e=Pb(e+"/"+a[f]);d.M&&(!h||h&&c.Ca)&&(d=d.M.root);if(!h||c.fa)for(h=0;40960===(d.mode&61440);)if(d=oc(e),e=Ub(Qb(e),
  40. d),d=Eb(e,{ma:c.ma+1}).node,40<h++)throw new k(32);}return{path:e,node:d}},pc=a=>{for(var c;;){if(a===a.parent)return a=a.D.Ja,c?"/"!==a[a.length-1]?a+"/"+c:a+c:a;c=c?a.name+"/"+c:a.name;a=a.parent}},qc=(a,c)=>{for(var d=0,e=0;e<c.length;e++)d=(d<<5)-d+c.charCodeAt(e)|0;return(a+d>>>0)%nc.length},rc=a=>{var c=qc(a.parent.id,a.name);if(nc[c]===a)nc[c]=a.N;else for(c=nc[c];c;){if(c.N===a){c.N=a.N;break}c=c.N}},ic=(a,c)=>{var d;if(d=(d=sc(a,"x"))?d:a.j.lookup?0:2)throw new k(d,a);for(d=nc[qc(a.id,c)];d;d=
  41. d.N){var e=d.name;if(d.parent.id===a.id&&e===c)return d}return a.j.lookup(a,c)},gc=(a,c,d,e)=>{a=new tc(a,c,d,e);c=qc(a.parent.id,a.name);a.N=nc[c];return nc[c]=a},uc={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},vc=a=>{var c=["r","w","rw"][a&3];a&512&&(c+="w");return c},sc=(a,c)=>{if(ob)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},wc=(a,c)=>{try{return ic(a,c),20}catch(d){}return sc(a,"wx")},xc=(a,c,d)=>
  42. {try{var e=ic(a,c)}catch(f){return f.s}if(a=sc(a,"wx"))return a;if(d){if(16384!==(e.mode&61440))return 54;if(e===e.parent||"/"===pc(e))return 10}else if(16384===(e.mode&61440))return 31;return 0},yc=(a=0)=>{for(;4096>=a;a++)if(!lc[a])return a;throw new k(33);},Ac=(a,c)=>{zc||(zc=function(){this.$={}},zc.prototype={},Object.defineProperties(zc.prototype,{object:{get:function(){return this.node},set:function(d){this.node=d}},flags:{get:function(){return this.$.flags},set:function(d){this.$.flags=d}},
  43. position:{get:function(){return this.$.position},set:function(d){this.$.position=d}}}));a=Object.assign(new zc,a);c=yc(c);a.fd=c;return lc[c]=a},fc={open:a=>{a.m=kc[a.node.rdev].m;a.m.open&&a.m.open(a)},H:()=>{throw new k(70);}},ac=(a,c)=>{kc[a]={m:c}},Bc=(a,c)=>{var d="/"===c,e=!c;if(d&&jc)throw new k(10);if(!d&&!e){var f=Eb(c,{Ca:!1});c=f.path;f=f.node;if(f.M)throw new k(10);if(16384!==(f.mode&61440))throw new k(54);}c={type:a,Xb:{},Ja:c,nb:[]};a=a.D(c);a.D=c;c.root=a;d?jc=a:f&&(f.M=c,f.D&&f.D.nb.push(c))},
  44. Cc=(a,c,d)=>{var e=Eb(a,{parent:!0}).node;a=Rb(a);if(!a||"."===a||".."===a)throw new k(28);var f=wc(e,a);if(f)throw new k(f);if(!e.j.Z)throw new k(63);return e.j.Z(e,a,c,d)},Dc=(a,c,d)=>{"undefined"==typeof d&&(d=c,c=438);Cc(a,c|8192,d)},lb=(a,c)=>{if(!Ub(a))throw new k(44);var d=Eb(c,{parent:!0}).node;if(!d)throw new k(44);c=Rb(c);var e=wc(d,c);if(e)throw new k(e);if(!d.j.symlink)throw new k(63);d.j.symlink(d,c,a)},Ec=a=>{var c=Eb(a,{parent:!0}).node;a=Rb(a);var d=ic(c,a),e=xc(c,a,!0);if(e)throw new k(e);
  45. if(!c.j.rmdir)throw new k(63);if(d.M)throw new k(10);c.j.rmdir(c,a);rc(d)},oc=a=>{a=Eb(a).node;if(!a)throw new k(44);if(!a.j.readlink)throw new k(28);return Ub(pc(a.parent),a.j.readlink(a))},mb=(a,c,d)=>{if(""===a)throw new k(44);if("string"==typeof c){var e=uc[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=Pb(a);try{f=Eb(a,{fa:!(c&131072)}).node}catch(h){}}e=!1;if(c&64)if(f){if(c&128)throw new k(20);
  46. }else f=Cc(a,d,0),e=!0;if(!f)throw new k(44);8192===(f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new k(54);if(!e&&(d=f?40960===(f.mode&61440)?32:16384===(f.mode&61440)&&("r"!==vc(c)||c&512)?31:sc(f,vc(c)):44))throw new k(d);if(c&512&&!e){d=f;d="string"==typeof d?Eb(d,{fa:!0}).node:d;if(!d.j.B)throw new k(63);if(16384===(d.mode&61440))throw new k(31);if(32768!==(d.mode&61440))throw new k(28);if(e=sc(d,"w"))throw new k(e);d.j.B(d,{size:0,timestamp:Date.now()})}c&=-131713;f=Ac({node:f,
  47. path:pc(f),flags:c,seekable:!0,position:0,m:f.m,Lb:[],error:!1});f.m.open&&f.m.open(f);!b.logReadFiles||c&1||(Fc||(Fc={}),a in Fc||(Fc[a]=1));return f},Hb=a=>{if(null===a.fd)throw new k(8);a.ja&&(a.ja=null);try{a.m.close&&a.m.close(a)}catch(c){throw c;}finally{lc[a.fd]=null}a.fd=null},Gc=(a,c,d)=>{if(null===a.fd)throw new k(8);if(!a.seekable||!a.m.H)throw new k(70);if(0!=d&&1!=d&&2!=d)throw new k(28);a.position=a.m.H(a,c,d);a.Lb=[]},Fb=(a,c,d,e,f)=>{if(0>e||0>f)throw new k(28);if(null===a.fd)throw new k(8);
  48. if(1===(a.flags&2097155))throw new k(8);if(16384===(a.node.mode&61440))throw new k(31);if(!a.m.read)throw new k(28);var h="undefined"!=typeof f;if(!h)f=a.position;else if(!a.seekable)throw new k(70);c=a.m.read(a,c,d,e,f);h||(a.position+=c);return c},jb=()=>{k||(k=function(a,c){this.name="ErrnoError";this.node=c;this.rb=function(d){this.s=d};this.rb(a);this.message="FS error"},k.prototype=Error(),k.prototype.constructor=k,[44].forEach(a=>{hc[a]=new k(a);hc[a].stack="<generic error, no stack>"}))},
  49. ib,Hc=(a,c)=>{var d=0;a&&(d|=365);c&&(d|=146);return d},kb=(a,c,d)=>{a=Pb("/dev/"+a);var e=Hc(!!c,!!d);Ic||(Ic=64);var f=Ic++<<8|0;ac(f,{open:h=>{h.seekable=!1},close:()=>{d&&d.buffer&&d.buffer.length&&d(10)},read:(h,n,p,P)=>{for(var L=0,ia=0;ia<P;ia++){try{var Ca=c()}catch(za){throw new k(29);}if(void 0===Ca&&0===L)throw new k(6);if(null===Ca||void 0===Ca)break;L++;n[p+ia]=Ca}L&&(h.node.timestamp=Date.now());return L},write:(h,n,p,P)=>{for(var L=0;L<P;L++)try{d(n[p+L])}catch(ia){throw new k(29);
  50. }P&&(h.node.timestamp=Date.now());return L}});Dc(a,e,f)},Ic,Jc={},zc,Fc,Kc="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;
  51. function Gb(a,c,d){var e=c+d;for(d=c;a[d]&&!(d>=e);)++d;if(16<d-c&&a.buffer&&Kc)return Kc.decode(a.buffer instanceof SharedArrayBuffer?a.slice(c,d):a.subarray(c,d));for(e="";c<d;){var f=a[c++];if(f&128){var h=a[c++]&63;if(192==(f&224))e+=String.fromCharCode((f&31)<<6|h);else{var n=a[c++]&63;f=224==(f&240)?(f&15)<<12|h<<6|n:(f&7)<<18|h<<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}
  52. function g(a,c){return a?Gb(ja(),a,c):""}function Lc(a,c){if("/"===c.charAt(0))return c;a=-100===a?"/":Mc(a).path;if(0==c.length)throw new k(44);return Pb(a+"/"+c)}var Nc=void 0;function Oc(){Nc+=4;return na()[Nc-4>>2]}function Mc(a){a=lc[a];if(!a)throw new k(8);return a}function Pc(a){if(Ha)return Qc(1,1,a);Ya=a;if(!fb()){Mb.Fb();if(b.onExit)b.onExit(a);Xa=!0}Aa(a,new Jb(a))}function Rc(a){Ya=a;if(Ha)throw Sc(a),"unwind";Pc(a)}function Tc(a){a instanceof Jb||"unwind"==a||Aa(1,a)}
  53. var Mb={G:[],I:[],Pa:[],F:{},ka:function(){Ha?Mb.kb():Mb.jb()},jb:function(){for(var a=1;a--;)Mb.va()},kb:function(){Mb.receiveObjectTransfer=Mb.ob;Mb.threadInitTLS=Mb.Oa;Mb.setExitStatus=Mb.Ma;noExitRuntime=!1},Ma:function(a){Ya=a},bc:["$terminateWorker"],Fb:function(){for(var a of Mb.I)Kb(a);for(a of Mb.G)Kb(a);Mb.G=[];Mb.I=[];Mb.F=[]},qb:function(a){var c=a.A;delete Mb.F[c];Mb.G.push(a);Mb.I.splice(Mb.I.indexOf(a),1);a.A=0;Ea&&a.unref();Uc(c)},ob:function(){},Oa:function(){Mb.Pa.forEach(a=>a())},
  54. Fa:a=>new Promise(c=>{a.onmessage=h=>{h=h.data;var n=h.cmd;a.A&&(Mb.Ya=a.A);if(h.targetThread&&h.targetThread!=Vc()){var p=Mb.F[h.ac];p?p.postMessage(h,h.transferList):Ta('Internal error! Worker sent a message "'+n+'" to target pthread '+h.targetThread+", but that thread no longer exists!")}else if("checkMailbox"===n)Wc();else if("spawnThread"===n)Nb(h);else if("cleanupThread"===n)Lb(h.thread);else if("killThread"===n)h=h.thread,n=Mb.F[h],delete Mb.F[h],Kb(n),Uc(h),Mb.I.splice(Mb.I.indexOf(n),1),
  55. n.A=0;else if("cancelThread"===n)Mb.F[h.thread].postMessage({cmd:"cancel"});else if("loaded"===n)a.loaded=!0,Ea&&!a.A&&a.unref(),c(a);else if("print"===n)Sa("Thread "+h.threadId+": "+h.text);else if("printErr"===n)Ta("Thread "+h.threadId+": "+h.text);else if("alert"===n)alert("Thread "+h.threadId+": "+h.text);else if("setimmediate"===h.target)a.postMessage(h);else if("callHandler"===n)b[h.handler](...h.args);else n&&Ta("worker sent an unknown command "+n);Mb.Ya=void 0};a.onerror=h=>{Ta("worker sent an error! "+
  56. h.filename+":"+h.lineno+": "+h.message);throw h;};Ea&&(a.on("message",function(h){a.onmessage({data:h})}),a.on("error",function(h){a.onerror(h)}),a.on("detachedExit",function(){}));var d=[],e=["onExit","onAbort","print","printErr"],f;for(f of e)b.hasOwnProperty(f)&&d.push(f);a.postMessage({cmd:"load",handlers:d,urlOrBlob:b.mainScriptUrlOrBlob||_scriptDir,wasmMemory:ba,wasmModule:Wa})}),mb:function(a){if(Ha)return a();Promise.all(Mb.G.map(Mb.Fa)).then(a)},va:function(){var a=La("mxdrawassembly_min.worker.js");
  57. a=new Worker(a);Mb.G.push(a)},$a:function(){0==Mb.G.length&&(Mb.va(),Mb.Fa(Mb.G[0]));return Mb.G.pop()}};b.PThread=Mb;function pb(a){for(;0<a.length;)a.shift()(b)}b.establishStackSpace=function(){var a=Vc(),c=na()[a+52>>2];a=na()[a+56>>2];Xc(c,c-a);Yc(c)};function Sc(a){if(Ha)return Qc(2,0,a);Rc(a)}var Zc=[];function $c(a){var c=Zc[a];c||(a>=Zc.length&&(Zc.length=a+1),Zc[a]=c=ab.get(a));return c}b.invokeEntryPoint=function(a,c){a=$c(a)(c);fb()?Mb.Ma(a):ad(a)};
  58. function bd(a){this.g=a-24;this.Db=function(c){pa()[this.g+4>>2]=c};this.wb=function(c){pa()[this.g+8>>2]=c};this.Bb=function(){na()[this.g>>2]=0};this.ub=function(){var c=0;aa()[this.g+12>>0]=c};this.Cb=function(){var c=0;aa()[this.g+13>>0]=c};this.ka=function(c,d){this.sb();this.Db(c);this.wb(d);this.Bb();this.ub();this.Cb()};this.sb=function(){pa()[this.g+16>>2]=0}}var cd=0,dd=0;function ed(a,c,d,e){return Ha?Qc(3,1,a,c,d,e):fd(a,c,d,e)}
  59. function fd(a,c,d,e){if("undefined"==typeof SharedArrayBuffer)return Ta("Current environment does not support SharedArrayBuffer, pthreads are not available!"),6;var f=[];if(Ha&&0===f.length)return ed(a,c,d,e);a={Eb:d,A:a,Ua:e,Kb:f};return Ha?(a.Ob="spawnThread",postMessage(a,f),0):Nb(a)}
  60. function gd(a,c,d){if(Ha)return Qc(4,1,a,c,d);Nc=d;try{var e=Mc(a);switch(c){case 0:var f=Oc();return 0>f?-28:Ac(e,f).fd;case 1:case 2:return 0;case 3:return e.flags;case 4:return f=Oc(),e.flags|=f,0;case 5:return f=Oc(),ba.buffer!=ea.buffer&&fa(),Za[f+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return na()[hd()>>2]=28,-1;default:return-28}}catch(h){if("undefined"==typeof Jc||"ErrnoError"!==h.name)throw h;return-h.s}}
  61. function jd(a,c,d){if(Ha)return Qc(5,1,a,c,d);Nc=d;try{var e=Mc(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=Oc();return na()[f>>2]=0;case 21520:return e.tty?-28:-59;case 21531:a=f=Oc();if(!e.m.lb)throw new k(59);return e.m.lb(e,c,a);case 21523:return e.tty?0:-59;case 21524:return e.tty?0:-59;default:return-28}}catch(h){if("undefined"==typeof Jc||"ErrnoError"!==h.name)throw h;
  62. return-h.s}}function kd(a,c,d,e){if(Ha)return Qc(6,1,a,c,d,e);Nc=e;try{c=g(c);c=Lc(a,c);var f=e?Oc():0;return mb(c,d,f).fd}catch(h){if("undefined"==typeof Jc||"ErrnoError"!==h.name)throw h;return-h.s}}function ld(a){if(Ha)return Qc(7,1,a);try{return a=g(a),Ec(a),0}catch(c){if("undefined"==typeof Jc||"ErrnoError"!==c.name)throw c;return-c.s}}
  63. function md(a,c,d){if(Ha)return Qc(8,1,a,c,d);try{c=g(c);c=Lc(a,c);if(0===d){a=c;var e=Eb(a,{parent:!0}).node;if(!e)throw new k(44);var f=Rb(a),h=ic(e,f),n=xc(e,f,!1);if(n)throw new k(n);if(!e.j.unlink)throw new k(63);if(h.M)throw new k(10);e.j.unlink(e,f);rc(h)}else 512===d?Ec(c):Va("Invalid flags passed to unlinkat");return 0}catch(p){if("undefined"==typeof Jc||"ErrnoError"!==p.name)throw p;return-p.s}}function nd(a){if(!Xa)try{if(a(),!fb())try{Ha?ad(Ya):Rc(Ya)}catch(c){Tc(c)}}catch(c){Tc(c)}}
  64. function od(a){"function"===typeof Atomics.Mb&&(Atomics.Mb(na(),a>>2,a).value.then(Wc),a+=128,Atomics.store(na(),a>>2,1))}b.__emscripten_thread_mailbox_await=od;function Wc(){var a=Vc();a&&(od(a),nd(()=>pd()))}b.checkMailbox=Wc;var qd=[];function rd(a){sd||(sd={});sd[a]||(sd[a]=1,Ea&&(a="warning: "+a),Ta(a))}var sd,td;td=Ea?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.timeOrigin+performance.now();
  65. function ud(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}function vd(a,c){return 0<=a?a:32>=c?2*Math.abs(1<<c-1)+a:Math.pow(2,c)+a}function wd(a){for(var c=a;ja()[c];)++c;return c-a}
  66. function xd(a,c){function d(Ja){var ha=e;("double"===Ja||"i64"===Ja)&&ha&7&&(ha+=4);e=ha;"double"===Ja?(Ja=ta()[e>>3],e+=8):"i64"==Ja?(Ja=[na()[e>>2],na()[e+4>>2]],e+=8):(Ja=na()[e>>2],e+=4);return Ja}for(var e=c,f=[],h,n;;){var p=a;h=aa()[a>>0];if(0===h)break;n=aa()[a+1>>0];if(37==h){var P=!1,L=c=!1,ia=!1,Ca=!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:Ca=!0;break;default:break a}a++;n=aa()[a+1>>0]}var za=0;if(42==
  67. n)za=d("i32"),a++,n=aa()[a+1>>0];else for(;48<=n&&57>=n;)za=10*za+(n-48),a++,n=aa()[a+1>>0];var q=!1,da=-1;if(46==n){da=0;q=!0;a++;n=aa()[a+1>>0];if(42==n)da=d("i32"),a++;else for(;;){n=aa()[a+1>>0];if(48>n||57<n)break;da=10*da+(n-48);a++}n=aa()[a+1>>0]}0>da&&(da=6,q=!1);switch(String.fromCharCode(n)){case "h":n=aa()[a+2>>0];if(104==n){a++;var ca=1}else ca=2;break;case "l":n=aa()[a+2>>0];108==n?(a++,ca=8):ca=4;break;case "L":case "q":case "j":ca=8;break;case "z":case "t":case "I":ca=4;break;default:ca=
  68. null}ca&&a++;n=aa()[a+1>>0];switch(String.fromCharCode(n)){case "d":case "i":case "u":case "o":case "x":case "X":case "p":p=100==n||105==n;ca=ca||4;h=d("i"+8*ca);8==ca&&(h=117==n?(h[0]>>>0)+4294967296*(h[1]>>>0):(h[0]>>>0)+4294967296*h[1]);4>=ca&&(h=(p?ud:vd)(h&Math.pow(256,ca)-1,8*ca));var Fa=Math.abs(h);p="";if(100==n||105==n)var X=ud(h,8*ca).toString(10);else if(117==n)X=vd(h,8*ca).toString(10),h=Math.abs(h);else if(111==n)X=(L?"0":"")+Fa.toString(8);else if(120==n||88==n){p=L&&0!=h?"0x":"";if(0>
  69. h){h=-h;X=(Fa-1).toString(16);Fa=[];for(L=0;L<X.length;L++)Fa.push((15-parseInt(X[L],16)).toString(16));for(X=Fa.join("");X.length<2*ca;)X="f"+X}else X=Fa.toString(16);88==n&&(p=p.toUpperCase(),X=X.toUpperCase())}else 112==n&&(0===Fa?X="(nil)":(p="0x",X=Fa.toString(16)));if(q)for(;X.length<da;)X="0"+X;0<=h&&(P?p="+"+p:Ca&&(p=" "+p));"-"==X.charAt(0)&&(p="-"+p,X=X.substr(1));for(;p.length+X.length<za;)c?X+=" ":ia?X="0"+X:p=" "+p;X=p+X;X.split("").forEach(function(Ja){f.push(Ja.charCodeAt(0))});break;
  70. case "f":case "F":case "e":case "E":case "g":case "G":h=d("double");if(isNaN(h))X="nan",ia=!1;else if(isFinite(h)){q=!1;ca=Math.min(da,20);if(103==n||71==n)q=!0,da=da||1,ca=parseInt(h.toExponential(ca).split("e")[1],10),da>ca&&-4<=ca?(n=(103==n?"f":"F").charCodeAt(0),da-=ca+1):(n=(103==n?"e":"E").charCodeAt(0),da--),ca=Math.min(da,20);if(101==n||69==n)X=h.toExponential(ca),/[eE][-+]\d$/.test(X)&&(X=X.slice(0,-1)+"0"+X.slice(-1));else if(102==n||70==n)X=h.toFixed(ca),0===h&&(0>h||0===h&&-Infinity===
  71. 1/h)&&(X="-"+X);p=X.split("e");if(q&&!L)for(;1<p[0].length&&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]+=".");da>ca++;)p[0]+="0";X=p[0]+(1<p.length?"e"+p[1]:"");69==n&&(X=X.toUpperCase());0<=h&&(P?X="+"+X:Ca&&(X=" "+X))}else X=(0>h?"-":"")+"inf",ia=!1;for(;X.length<za;)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(Ja){f.push(Ja.charCodeAt(0))});
  72. break;case "s":ia=(P=d("i8*"))?wd(P):6;q&&(ia=Math.min(ia,da));if(!c)for(;ia<za--;)f.push(32);if(P)for(L=0;L<ia;L++)f.push(ja()[P++>>0]);else f=f.concat(Yb("(null)".substr(0,ia),!0));if(c)for(;ia<za--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--za;)f.push(32);c||f.push(d("i8"));break;case "n":c=d("i32*");na()[c>>2]=f.length;break;case "%":f.push(h);break;default:for(L=p;L<a+2;L++)f.push(aa()[L>>0])}a+=2}else f.push(h),a+=1}return f}
  73. function yd(a){if(!a||!a.callee||!a.callee.name)return[null,"",""];var c=a.callee.name,d="(",e=!0,f;for(f in a){var h=a[f];e||(d+=", ");e=!1;d="number"==typeof h||"string"==typeof h?d+h:d+("("+typeof h+")")}d+=")";a=(a=a.callee.caller)?a.arguments:[];e&&(d="");return[a,c,d]}
  74. function zd(a){a:{var c=Error();if(!c.stack){try{throw Error();}catch(da){c=da}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&&rd("EM_LOG_DEMANGLE is deprecated; ignoring");a&8&&"undefined"==typeof emscripten_source_map&&(rd('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.'),
  75. a=a^8|16);var d=null;if(a&128)for(d=yd(arguments);d[1].includes("_emscripten_");)d=yd(d[0]);var e=c.split("\n");c="";var f=RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)"),h=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 Ca=L[3];L=L[4]}else if((L=f.exec(P))||(L=h.exec(P)),L&&4<=L.length)P=L[1],ia=L[2],Ca=L[3],L=L[4]|0;else{c+=P+"\n";continue}var za=!1;if(a&8){var q=emscripten_source_map.Yb({line:Ca,
  76. Wa:L});if(za=q&&q.source)a&64&&(q.source=q.source.substring(q.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+P+" ("+q.source+":"+q.line+":"+q.Wa+")\n"}if(a&16||!za)a&64&&(ia=ia.substring(ia.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(za?" = "+P:" at "+P)+" ("+ia+":"+Ca+":"+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=yd(d[0]))}return c=c.replace(/\s+$/,"")}function Ad(a){var c=Bd();a=a();Yc(c);return a}
  77. function Qc(a,c){var d=arguments.length-2,e=arguments;return Ad(()=>{for(var f=Cd(8*d),h=f>>3,n=0;n<d;n++){var p=e[2+n];ta()[h+n]=p}return Dd(a,d,f,c)})}var Ed=[];function Fd(a,c,d){return Xb(a,ja(),c,d)}function Gd(a){a=eval(g(a));if(null==a)return 0;a+="";var c=Vb(a);if(!Gd.bufferSize||Gd.bufferSize<c+1)Gd.bufferSize&&Hd(Gd.buffer),Gd.bufferSize=c+1,Gd.buffer=Id(Gd.bufferSize);Fd(a,Gd.buffer,Gd.bufferSize);return Gd.buffer}var Jd={};
  78. function Kd(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)}var Ld;
  79. function Md(a,c,d,e,f){function h(){var Ia=0,hb=0;ha.response&&X&&0===pa()[a+12>>2]&&(hb=ha.response.byteLength);0<hb&&(Ia=Id(hb),ja().set(new Uint8Array(ha.response),Ia));pa()[a+12>>2]=Ia;Nd(a+16,hb);Nd(a+24,0);(Ia=ha.response?ha.response.byteLength:0)&&Nd(a+32,Ia);la()[a+40>>1]=ha.readyState;la()[a+42>>1]=ha.status;ha.statusText&&Fd(ha.statusText,a+44,64)}var n=pa()[a+8>>2];if(n){var p=g(n),P=a+112,L=g(P);L||(L="GET");pa();var ia=pa()[P+52>>2],Ca=pa()[P+56>>2],za=!!pa()[P+60>>2];pa();var q=pa()[P+
  80. 68>>2],da=pa()[P+72>>2];n=pa()[P+76>>2];var ca=pa()[P+80>>2],Fa=pa()[P+84>>2];P=pa()[P+88>>2];var X=!!(ia&1),Ja=!!(ia&2);ia=!!(ia&64);q=q?g(q):void 0;da=da?g(da):void 0;var ha=new XMLHttpRequest;ha.withCredentials=za;ha.open(L,p,!ia,q,da);ia||(ha.timeout=Ca);ha.dc=p;ha.responseType="arraybuffer";ca&&(p=g(ca),ha.overrideMimeType(p));if(n)for(;;){L=pa()[n>>2];if(!L)break;p=pa()[n+4>>2];if(!p)break;n+=8;L=g(L);p=g(p);ha.setRequestHeader(L,p)}var nb=pa()[a+0>>2];Jd[nb]=ha;n=Fa&&P?ja().slice(Fa,Fa+P):
  81. null;ha.onload=Ia=>{nb in Jd&&(h(),200<=ha.status&&300>ha.status?c&&c(a,ha,Ia):d&&d(a,ha,Ia))};ha.onerror=Ia=>{nb in Jd&&(h(),d&&d(a,ha,Ia))};ha.ontimeout=Ia=>{nb in Jd&&d&&d(a,ha,Ia)};ha.onprogress=Ia=>{if(nb in Jd){var hb=X&&Ja&&ha.response?ha.response.byteLength:0,Ga=0;0<hb&&X&&Ja&&(Ga=Id(hb),ja().set(new Uint8Array(ha.response),Ga));pa()[a+12>>2]=Ga;Nd(a+16,hb);Nd(a+24,Ia.loaded-hb);Nd(a+32,Ia.total);la()[a+40>>1]=ha.readyState;3<=ha.readyState&&0===ha.status&&0<Ia.loaded&&(ha.status=200);la()[a+
  82. 42>>1]=ha.status;ha.statusText&&Fd(ha.statusText,a+44,64);e&&e(a,ha,Ia);Ga&&Hd(Ga)}};ha.onreadystatechange=Ia=>{nb in Jd?(la()[a+40>>1]=ha.readyState,2<=ha.readyState&&(la()[a+42>>1]=ha.status),f&&f(a,ha,Ia)):--eb};try{ha.send(n)}catch(Ia){d&&d(a,ha,Ia)}}else d(a,0,"no url specified!")}function Nd(a,c){pa()[a>>2]=c;pa()[a+4>>2]=(c-pa()[a>>2])/4294967296}
  83. function Od(a,c,d,e){var f=Ld;if(f){var h=a+112;(h=pa()[h+64>>2])||(h=pa()[a+8>>2]);var n=g(h);try{var p=f.transaction(["FILES"],"readwrite").objectStore("FILES").put(c,n);p.onsuccess=()=>{la()[a+40>>1]=4;la()[a+42>>1]=200;Fd("OK",a+44,64);d(a,0,n)};p.onerror=P=>{la()[a+40>>1]=4;la()[a+42>>1]=413;Fd("Payload Too Large",a+44,64);e(a,0,P)}}catch(P){e(a,0,P)}}else e(a,0,"IndexedDB not available!")}
  84. function Pd(a,c,d){var e=Ld;if(e){var f=a+112;(f=pa()[f+64>>2])||(f=pa()[a+8>>2]);f=g(f);try{var h=e.transaction(["FILES"],"readonly").objectStore("FILES").get(f);h.onsuccess=n=>{if(n.target.result){n=n.target.result;var p=n.byteLength||n.length,P=Id(p);ja().set(new Uint8Array(n),P);pa()[a+12>>2]=P;Nd(a+16,p);Nd(a+24,0);Nd(a+32,p);la()[a+40>>1]=4;la()[a+42>>1]=200;Fd("OK",a+44,64);c(a,0,n)}else la()[a+40>>1]=4,la()[a+42>>1]=404,Fd("Not Found",a+44,64),d(a,0,"no data")};h.onerror=n=>{la()[a+40>>1]=
  85. 4;la()[a+42>>1]=404;Fd("Not Found",a+44,64);d(a,0,n)}}catch(n){d(a,0,n)}}else d(a,0,"IndexedDB not available!")}
  86. function Qd(a,c,d){var e=Ld;if(e){var f=a+112;(f=pa()[f+64>>2])||(f=pa()[a+8>>2]);f=g(f);try{var h=e.transaction(["FILES"],"readwrite").objectStore("FILES").delete(f);h.onsuccess=n=>{n=n.target.result;pa()[a+12>>2]=0;Nd(a+16,0);Nd(a+24,0);Nd(a+32,0);la()[a+40>>1]=4;la()[a+42>>1]=200;Fd("OK",a+44,64);c(a,0,n)};h.onerror=n=>{la()[a+40>>1]=4;la()[a+42>>1]=404;Fd("Not Found",a+44,64);d(a,0,n)}}catch(n){d(a,0,n)}}else d(a,0,"IndexedDB not available!")}
  87. function Rd(a){var c=a.getExtension("ANGLE_instanced_arrays");c&&(a.vertexAttribDivisor=function(d,e){c.vertexAttribDivisorANGLE(d,e)},a.drawArraysInstanced=function(d,e,f,h){c.drawArraysInstancedANGLE(d,e,f,h)},a.drawElementsInstanced=function(d,e,f,h,n){c.drawElementsInstancedANGLE(d,e,f,h,n)})}
  88. function Sd(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 Td(a){var c=a.getExtension("WEBGL_draw_buffers");c&&(a.drawBuffers=function(d,e){c.drawBuffersWEBGL(d,e)})}var Ud=1,Vd=[],Wd=[],Xd=[],Yd=[],Zd=[],$d={},ae=[1,1,2,2,4,4,4,2,3,4,8];
  89. function be(a){ce||(ce=a)}function de(a){for(var c=Ud++,d=a.length;d<c;d++)a[d]=null;return c}function ee(a){return 32-Math.clz32(0===a?0:a-1)}
  90. function fe(a){ge=!1;for(var c=0;c<he.Ha;++c){var d=he.V[c];if(d.ea&&d.enabled){ge=!0;var e=d.qa;e=0<e?a*e:d.size*ae[d.type-5120]*a;var f=ee(e);var h=he.aa[f],n=he.T[f];he.T[f]=he.T[f]+1&63;var p=h[n];p?f=p:(p=l.getParameter(34964),h[n]=l.createBuffer(),l.bindBuffer(34962,h[n]),l.bufferData(34962,1<<f,35048),l.bindBuffer(34962,p),f=h[n]);l.bindBuffer(34962,f);l.bufferSubData(34962,0,ja().subarray(d.g,d.g+e));d.Sa.call(l,c,d.size,d.type,d.La,d.qa,0)}}}
  91. function ie(a,c){a.Da||(a.Da=a.getContext,a.getContext=function(e,f){f=a.Da(e,f);return"webgl"==e==f instanceof WebGLRenderingContext?f:null});var d=1<c.Ga?a.getContext("webgl2",c):a.getContext("webgl",c);return d?je(d,c):0}
  92. function je(a,c){var d=Id(8);na()[d+4>>2]=Vc();var e={hb:d,attributes:c,version:c.Ga,L:a};a.canvas&&(a.canvas.Ta=e);$d[d]=e;("undefined"==typeof c.Aa||c.Aa)&&ke(e);e.Ha=e.L.getParameter(34921);e.V=[];for(a=0;a<e.Ha;a++)e.V[a]={enabled:!1,ea:!1,size:0,type:0,La:0,qa:0,g:0,Sa:null};a=ee(2097152);e.T=[];e.Na=[];e.T.length=e.Na.length=a+1;e.aa=[];e.ra=[];e.aa.length=e.ra.length=a+1;e.P=[];e.P.length=a+1;for(c=0;c<=a;++c){e.P[c]=null;e.T[c]=e.Na[c]=0;e.aa[c]=[];e.ra[c]=[];var f=e.aa[c],h=e.ra[c];f.length=
  93. h.length=64;for(var n=0;64>n;++n)f[n]=h[n]=null}return d}
  94. function ke(a){a||(a=he);if(!a.ib){a.ib=!0;var c=a.L;Rd(c);Sd(c);Td(c);c.Qb=c.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");c.Ub=c.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");2<=a.version&&(c.za=c.getExtension("EXT_disjoint_timer_query_webgl2"));if(2>a.version||!c.za)c.za=c.getExtension("EXT_disjoint_timer_query");c.Wb=c.getExtension("WEBGL_multi_draw");(c.getSupportedExtensions()||[]).forEach(function(d){d.includes("lose_context")||d.includes("debug")||c.getExtension(d)})}}
  95. var ce,he,ge,le=[],me={},ne=["default","low-power","high-performance"],oe=[0,"undefined"!=typeof document?document:0,"undefined"!=typeof window?window:0],pe={};
  96. function qe(){if(!re){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",_:ya||"./this.program"},c;for(c in pe)void 0===pe[c]?delete a[c]:a[c]=pe[c];var d=[];for(c in a)d.push(c+"="+a[c]);re=d}return re}var re;
  97. function se(a,c){if(Ha)return Qc(9,1,a,c);var d=0;qe().forEach(function(e,f){var h=c+d;f=pa()[a+4*f>>2]=h;for(h=0;h<e.length;++h)aa()[f++>>0]=e.charCodeAt(h);aa()[f>>0]=0;d+=e.length+1});return 0}function te(a,c){if(Ha)return Qc(10,1,a,c);var d=qe();pa()[a>>2]=d.length;var e=0;d.forEach(function(f){e+=f.length+1});pa()[c>>2]=e;return 0}function ue(a){if(Ha)return Qc(11,1,a);try{var c=Mc(a);Hb(c);return 0}catch(d){if("undefined"==typeof Jc||"ErrnoError"!==d.name)throw d;return d.s}}
  98. function ve(a,c,d,e){if(Ha)return Qc(12,1,a,c,d,e);try{a:{var f=Mc(a);a=c;for(var h,n=c=0;n<d;n++){var p=pa()[a>>2],P=pa()[a+4>>2];a+=8;var L=Fb(f,aa(),p,P,h);if(0>L){var ia=-1;break a}c+=L;if(L<P)break;"undefined"!==typeof h&&(h+=L)}ia=c}pa()[e>>2]=ia;return 0}catch(Ca){if("undefined"==typeof Jc||"ErrnoError"!==Ca.name)throw Ca;return Ca.s}}
  99. function we(a,c,d,e,f){if(Ha)return Qc(13,1,a,c,d,e,f);try{c=d+2097152>>>0<4194305-!!c?(c>>>0)+4294967296*d:NaN;if(isNaN(c))return 61;var h=Mc(a);Gc(h,c,e);Db=[h.position>>>0,(Cb=h.position,1<=+Math.abs(Cb)?0<Cb?(Math.min(+Math.floor(Cb/4294967296),4294967295)|0)>>>0:~~+Math.ceil((Cb-+(~~Cb>>>0))/4294967296)>>>0:0)];na()[f>>2]=Db[0];na()[f+4>>2]=Db[1];h.ja&&0===c&&0===e&&(h.ja=null);return 0}catch(n){if("undefined"==typeof Jc||"ErrnoError"!==n.name)throw n;return n.s}}
  100. function xe(a,c,d,e){if(Ha)return Qc(14,1,a,c,d,e);try{a:{var f=Mc(a);a=c;for(var h,n=c=0;n<d;n++){var p=pa()[a>>2],P=pa()[a+4>>2];a+=8;var L=f,ia=aa(),Ca=p,za=P,q=h;if(0>za||0>q)throw new k(28);if(null===L.fd)throw new k(8);if(0===(L.flags&2097155))throw new k(8);if(16384===(L.node.mode&61440))throw new k(31);if(!L.m.write)throw new k(28);L.seekable&&L.flags&1024&&Gc(L,0,2);var da="undefined"!=typeof q;if(!da)q=L.position;else if(!L.seekable)throw new k(70);var ca=L.m.write(L,ia,Ca,za,q,void 0);
  101. da||(L.position+=ca);var Fa=ca;if(0>Fa){var X=-1;break a}c+=Fa;"undefined"!==typeof h&&(h+=Fa)}X=c}pa()[e>>2]=X;return 0}catch(Ja){if("undefined"==typeof Jc||"ErrnoError"!==Ja.name)throw Ja;return Ja.s}}function ye(a,c,d,e){for(var f=0;f<a;f++){var h=l[d](),n=h&&de(e);h?(h.name=n,e[n]=h):be(1282);na()[c+4*f>>2]=n}}function ze(a,c,d,e,f,h,n,p){c=Wd[c];if(a=l[a](c,d))e=p&&Fd(a.name,p,e),f&&(na()[f>>2]=e),h&&(na()[h>>2]=a.size),n&&(na()[n>>2]=a.type)}
  102. function Ae(a,c){if(c){var d=void 0;switch(a){case 36346:d=1;break;case 36344:be(1280);return;case 34814:case 36345:d=0;break;case 34466:var e=l.getParameter(34467);d=e?e.length:0;break;case 33309:if(2>he.version){be(1282);return}d=2*(l.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>he.version){be(1280);return}d=33307==a?3:0}if(void 0===d)switch(e=l.getParameter(a),typeof e){case "number":d=e;break;case "boolean":d=e?1:0;break;case "string":be(1280);return;case "object":if(null===
  103. 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:be(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){be(1280);Ta("GL_INVALID_ENUM in glGet4v: Unknown object returned from WebGL getParameter("+
  104. a+")! (error: "+f+")");return}}break;default:be(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 be(1281)}function Be(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function Ce(a){var c=l.Xa;if(c){var d=c.U[a];"number"==typeof d&&(c.U[a]=d=l.getUniformLocation(c,c.Qa[a]+(0<d?"["+d+"]":"")));return d}be(1282)}var De=[];function Ee(a){return 0===a%4&&(0!==a%100||0===a%400)}
  105. var Fe=[31,29,31,30,31,30,31,31,30,31,30,31],Ge=[31,28,31,30,31,30,31,31,30,31,30,31];function He(a,c){aa().set(a,c)}
  106. function Ie(a,c,d,e){function f(q,da,ca){for(q="number"==typeof q?q.toString():q||"";q.length<da;)q=ca[0]+q;return q}function h(q,da){return f(q,da,"0")}function n(q,da){function ca(X){return 0>X?-1:0<X?1:0}var Fa;0===(Fa=ca(q.getFullYear()-da.getFullYear()))&&0===(Fa=ca(q.getMonth()-da.getMonth()))&&(Fa=ca(q.getDate()-da.getDate()));return Fa}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(),
  107. 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 da=q.J;for(q=new Date((new Date(q.K+1900,0,1)).getTime());0<da;){var ca=q.getMonth(),Fa=(Ee(q.getFullYear())?Fe:Ge)[ca];if(da>Fa-q.getDate())da-=Fa-q.getDate()+1,q.setDate(1),11>ca?q.setMonth(ca+1):(q.setMonth(0),q.setFullYear(q.getFullYear()+1));else{q.setDate(q.getDate()+da);break}}ca=new Date(q.getFullYear()+1,0,4);da=p(new Date(q.getFullYear(),
  108. 0,4));ca=p(ca);return 0>=n(da,q)?0>=n(ca,q)?q.getFullYear()+1:q.getFullYear():q.getFullYear()-1}var L=na()[e+40>>2];e={Ib:na()[e>>2],Hb:na()[e+4>>2],ba:na()[e+8>>2],sa:na()[e+12>>2],da:na()[e+16>>2],K:na()[e+20>>2],C:na()[e+24>>2],J:na()[e+28>>2],cc:na()[e+32>>2],Gb:na()[e+36>>2],Jb: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",
  109. "%Ey":"%y","%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var ia in L)d=d.replace(new RegExp(ia,"g"),L[ia]);var Ca="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),za="January February March April May June July August September October November December".split(" ");L={"%a":function(q){return Ca[q.C].substring(0,3)},"%A":function(q){return Ca[q.C]},"%b":function(q){return za[q.da].substring(0,
  110. 3)},"%B":function(q){return za[q.da]},"%C":function(q){return h((q.K+1900)/100|0,2)},"%d":function(q){return h(q.sa,2)},"%e":function(q){return f(q.sa,2," ")},"%g":function(q){return P(q).toString().substring(2)},"%G":function(q){return P(q)},"%H":function(q){return h(q.ba,2)},"%I":function(q){q=q.ba;0==q?q=12:12<q&&(q-=12);return h(q,2)},"%j":function(q){for(var da=0,ca=0;ca<=q.da-1;da+=(Ee(q.K+1900)?Fe:Ge)[ca++]);return h(q.sa+da,3)},"%m":function(q){return h(q.da+1,2)},"%M":function(q){return h(q.Hb,
  111. 2)},"%n":function(){return"\n"},"%p":function(q){return 0<=q.ba&&12>q.ba?"AM":"PM"},"%S":function(q){return h(q.Ib,2)},"%t":function(){return"\t"},"%u":function(q){return q.C||7},"%U":function(q){return h(Math.floor((q.J+7-q.C)/7),2)},"%V":function(q){var da=Math.floor((q.J+7-(q.C+6)%7)/7);2>=(q.C+371-q.J-2)%7&&da++;if(da)53==da&&(ca=(q.C+371-q.J)%7,4==ca||3==ca&&Ee(q.K)||(da=1));else{da=52;var ca=(q.C+7-q.J-1)%7;(4==ca||5==ca&&Ee(q.K%400-1))&&da++}return h(da,2)},"%w":function(q){return q.C},"%W":function(q){return h(Math.floor((q.J+
  112. 7-(q.C+6)%7)/7),2)},"%y":function(q){return(q.K+1900).toString().substring(2)},"%Y":function(q){return q.K+1900},"%z":function(q){q=q.Gb;var da=0<=q;q=Math.abs(q)/60;return(da?"+":"-")+String("0000"+(q/60*100+q%60)).slice(-4)},"%Z":function(q){return q.Jb},"%%":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=Yb(d,!1);if(ia.length>c)return 0;He(ia,a);return ia.length-1}Mb.ka();
  113. function tc(a,c,d,e){a||(a=this);this.parent=a;this.D=a.D;this.M=null;this.id=mc++;this.name=c;this.mode=d;this.j={};this.m={};this.rdev=e}Object.defineProperties(tc.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}}});jb();nc=Array(4096);Bc(ec,"/");Cc("/tmp",16895,0);Cc("/home",16895,0);Cc("/home/web_user",16895,0);
  114. (()=>{Cc("/dev",16895,0);ac(259,{read:()=>0,write:(e,f,h,n)=>n});Dc("/dev/null",259);$b(1280,cc);$b(1536,dc);Dc("/dev/tty",1280);Dc("/dev/tty1",1536);var a=new Uint8Array(1024),c=0,d=()=>{0===c&&(c=Tb(a).byteLength);return a[--c]};kb("random",d);kb("urandom",d);Cc("/dev/shm",16895,0);Cc("/dev/shm/tmp",16895,0)})();
  115. (()=>{Cc("/proc",16895,0);var a=Cc("/proc/self",16895,0);Cc("/proc/self/fd",16895,0);Bc({D:()=>{var c=gc(a,"fd",16895,73);c.j={lookup:(d,e)=>{var f=lc[+e];if(!f)throw new k(8);d={parent:null,D:{Ja:"fake"},j:{readlink:()=>f.path}};return d.parent=d}};return c}},"/proc/self/fd")})();Ha||(ub(),Kd(a=>{Ld=a;vb()},()=>{Ld=!1;vb()}));for(var l,Je=new Float32Array(288),Ke=0;288>Ke;++Ke)De[Ke]=Je.subarray(0,Ke+1);
  116. var Le=[null,Pc,Sc,ed,gd,jd,kd,ld,md,se,te,ue,ve,we,xe],Ue={__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 bd(a)).ka(c,d);cd=a;dd++;throw cd;},__emscripten_init_main_thread_js:function(a){Me(a,!Da,1,!Ba);Mb.Oa()},__emscripten_thread_cleanup:function(a){Ha?postMessage({cmd:"cleanupThread",thread:a}):Lb(a)},__pthread_create_js:fd,__syscall_fcntl64:gd,__syscall_ioctl:jd,__syscall_openat:kd,
  117. __syscall_rmdir:ld,__syscall_unlinkat:md,_emscripten_default_pthread_stack_size:function(){return 4194304},_emscripten_fetch_free:function(a){var c=Jd[a];c&&(delete Jd[a],0<c.readyState&&4>c.readyState&&c.abort())},_emscripten_get_now_is_monotonic:function(){return!0},_emscripten_notify_mailbox_postmessage:function(a,c){a==c?setTimeout(()=>Wc()):Ha?postMessage({targetThread:a,cmd:"checkMailbox"}):(a=Mb.F[a])&&a.postMessage({cmd:"checkMailbox"})},_emscripten_set_offscreencanvas_size:function(){return-1},
  118. _emscripten_thread_mailbox_await:od,_emscripten_throw_longjmp:function(){throw Infinity;},abort:function(){Va("")},emscripten_asm_const_int:function(a,c,d){qd.length=0;var e;for(d>>=2;e=ja()[c++];)d+=105!=e&d,qd.push(105==e?na()[d]:ta()[d++>>1]),++d;return Ib[a].apply(null,qd)},emscripten_check_blocking_allowed:function(){},emscripten_clear_interval:function(a){--eb;clearInterval(a)},emscripten_date_now:function(){return Date.now()},emscripten_exit_with_live_runtime:function(){eb+=1;throw"unwind";
  119. },emscripten_get_now:td,emscripten_log:function(a,c,d){c=xd(c,d);c=Gb(c,0);a&24&&(c=c.replace(/\s+$/,""),c+=(0<c.length?"\n":"")+zd(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,c,d){ja().copyWithin(a,c,c+d)},emscripten_receive_on_main_thread_js:function(a,c,d){Ed.length=c;d>>=3;for(var e=0;e<c;e++)Ed[e]=ta()[d+e];return(0>a?Ib[-a-1]:Le[a]).apply(null,Ed)},emscripten_resize_heap:function(a){var c=
  120. ja().length;a>>>=0;if(a<=c||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,h=f.min;e=Math.max(a,e);e+=(65536-e%65536)%65536;a:{var n=ba.buffer;try{ba.grow(h.call(f,2147483648,e)-n.byteLength+65535>>>16);fa();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:Gd,emscripten_set_interval:function(a,c,d){eb+=1;return setInterval(function(){nd(function(){$c(a)(d)})},c)},
  121. emscripten_start_fetch:function(a,c,d,e,f){function h(Ga){Fa?Ga():nd(Ga)}eb+=1;var n=a+112,p=g(n),P=pa()[n+36>>2],L=pa()[n+40>>2],ia=pa()[n+44>>2],Ca=pa()[n+48>>2],za=pa()[n+52>>2],q=!!(za&4),da=!!(za&32),ca=!!(za&16),Fa=!!(za&64),X=Ga=>{--eb;h(()=>{P?$c(P)(Ga):c&&c(Ga)})},Ja=Ga=>{h(()=>{ia?$c(ia)(Ga):e&&e(Ga)})},ha=Ga=>{--eb;h(()=>{L?$c(L)(Ga):d&&d(Ga)})},nb=Ga=>{h(()=>{Ca?$c(Ca)(Ga):f&&f(Ga)})};za=Ga=>{Md(Ga,X,ha,Ja,nb)};var Ia=(Ga,z4)=>{Od(Ga,z4.response,Wb=>{--eb;h(()=>{P?$c(P)(Wb):c&&c(Wb)})},
  122. Wb=>{--eb;h(()=>{P?$c(P)(Wb):c&&c(Wb)})})},hb=Ga=>{Md(Ga,Ia,ha,Ja,nb)};if("EM_IDB_STORE"===p)p=pa()[n+84>>2],Od(a,ja().slice(p,p+pa()[n+88>>2]),X,ha);else if("EM_IDB_DELETE"===p)Qd(a,X,ha);else if(ca){if(da)return 0;Md(a,q?Ia:X,ha,Ja,nb)}else Pd(a,X,da?ha:q?hb:za);return a},emscripten_unwind_to_js_event_loop:function(){throw"unwind";},emscripten_webgl_create_context:function(a,c){c>>=2;var d=na()[c+6];c={alpha:!!na()[c+0],depth:!!na()[c+1],stencil:!!na()[c+2],antialias:!!na()[c+3],premultipliedAlpha:!!na()[c+
  123. 4],preserveDrawingBuffer:!!na()[c+5],powerPreference:ne[d],failIfMajorPerformanceCaveat:!!na()[c+7],Ga:na()[c+8],Vb:na()[c+9],Aa:na()[c+10],Za:na()[c+11],Zb:na()[c+12],$b:na()[c+13]};a=2<a?g(a):a;a=oe[a]||("undefined"!=typeof document?document.querySelector(a):void 0);return!a||c.Za?0:ie(a,c)},emscripten_webgl_destroy_context:function(a){he==a&&(he=0);he===$d[a]&&(he=null);if("object"==typeof me)for(var c=$d[a].L.canvas,d=0;d<le.length;++d)if(le[d].target==c){var e=d--,f=le[e];f.target.removeEventListener(f.Sb,
  124. f.Rb,f.ec);le.splice(e,1)}$d[a]&&$d[a].L.canvas&&($d[a].L.canvas.Ta=void 0);Hd($d[a].hb);$d[a]=null},emscripten_webgl_make_context_current:function(a){he=$d[a];b.Pb=l=he&&he.L;return!a||l?0:-5},environ_get:se,environ_sizes_get:te,exit:Rc,fd_close:ue,fd_read:ve,fd_seek:we,fd_write:xe,getentropy:function(a,c){Tb(ja().subarray(a,a+c));return 0},glActiveTexture:function(a){l.activeTexture(a)},glAttachShader:function(a,c){l.attachShader(Wd[a],Yd[c])},glBindAttribLocation:function(a,c,d){l.bindAttribLocation(Wd[a],
  125. c,g(d))},glBindBuffer:function(a,c){34962==a?l.R=c:34963==a&&(l.S=c);35051==a?l.xa=c:35052==a&&(l.ya=c);l.bindBuffer(a,Vd[c])},glBindTexture:function(a,c){l.bindTexture(a,Xd[c])},glBindVertexArray:function(a){l.bindVertexArray(Zd[a]);a=l.getParameter(34965);l.S=a?a.name|0:0},glBufferData:function(a,c,d,e){2<=he.version?d&&c?l.bufferData(a,ja(),e,d,c):l.bufferData(a,c,e):l.bufferData(a,d?ja().subarray(d,d+c):c,e)},glClear:function(a){l.clear(a)},glClearColor:function(a,c,d,e){l.clearColor(a,c,d,e)},
  126. glClearStencil:function(a){l.clearStencil(a)},glColorMask:function(a,c,d,e){l.colorMask(!!a,!!c,!!d,!!e)},glCompileShader:function(a){l.compileShader(Yd[a])},glCreateProgram:function(){var a=de(Wd),c=l.createProgram();c.name=a;c.Y=c.W=c.X=0;c.ta=1;Wd[a]=c;return a},glCreateShader:function(a){var c=de(Yd);Yd[c]=l.createShader(a);return c},glDeleteBuffers:function(a,c){for(var d=0;d<a;d++){var e=na()[c+4*d>>2],f=Vd[e];f&&(l.deleteBuffer(f),f.name=0,Vd[e]=null,e==l.R&&(l.R=0),e==l.S&&(l.S=0),e==l.xa&&
  127. (l.xa=0),e==l.ya&&(l.ya=0))}},glDeleteProgram:function(a){if(a){var c=Wd[a];c?(l.deleteProgram(c),c.name=0,Wd[a]=null):be(1281)}},glDeleteShader:function(a){if(a){var c=Yd[a];c?(l.deleteShader(c),Yd[a]=null):be(1281)}},glDeleteTextures:function(a,c){for(var d=0;d<a;d++){var e=na()[c+4*d>>2],f=Xd[e];f&&(l.deleteTexture(f),f.name=0,Xd[e]=null)}},glDeleteVertexArrays:function(a,c){for(var d=0;d<a;d++){var e=na()[c+4*d>>2];l.deleteVertexArray(Zd[e]);Zd[e]=null}},glDepthMask:function(a){l.depthMask(!!a)},
  128. glDisable:function(a){l.disable(a)},glDrawArrays:function(a,c,d){fe(c+d);l.drawArrays(a,c,d);ge&&l.bindBuffer(34962,Vd[l.R])},glDrawElements:function(a,c,d,e){if(!l.S){var f=1*ae[d-5120]*c;var h=ee(f);var n=he.P[h];n?h=n:(n=l.getParameter(34965),he.P[h]=l.createBuffer(),l.bindBuffer(34963,he.P[h]),l.bufferData(34963,1<<h,35048),l.bindBuffer(34963,n),h=he.P[h]);l.bindBuffer(34963,h);l.bufferSubData(34963,0,ja().subarray(e,e+f));e=0}fe(c);l.drawElements(a,c,d,e);ge&&l.bindBuffer(34962,Vd[l.R]);l.S||
  129. l.bindBuffer(34963,null)},glDrawElementsInstanced:function(a,c,d,e,f){l.drawElementsInstanced(a,c,d,e,f)},glEnable:function(a){l.enable(a)},glEnableVertexAttribArray:function(a){he.V[a].enabled=!0;l.enableVertexAttribArray(a)},glGenBuffers:function(a,c){ye(a,c,"createBuffer",Vd)},glGenTextures:function(a,c){ye(a,c,"createTexture",Xd)},glGenVertexArrays:function(a,c){ye(a,c,"createVertexArray",Zd)},glGetActiveAttrib:function(a,c,d,e,f,h,n){ze("getActiveAttrib",a,c,d,e,f,h,n)},glGetActiveUniform:function(a,
  130. c,d,e,f,h,n){ze("getActiveUniform",a,c,d,e,f,h,n)},glGetAttribLocation:function(a,c){return l.getAttribLocation(Wd[a],g(c))},glGetBooleanv:function(a,c){Ae(a,c)},glGetError:function(){var a=l.getError()||ce;ce=0;return a},glGetProgramInfoLog:function(a,c,d,e){a=l.getProgramInfoLog(Wd[a]);null===a&&(a="(unknown error)");c=0<c&&e?Fd(a,e,c):0;d&&(na()[d>>2]=c)},glGetProgramiv:function(a,c,d){if(d)if(a>=Ud)be(1281);else if(a=Wd[a],35716==c)a=l.getProgramInfoLog(a),null===a&&(a="(unknown error)"),na()[d>>
  131. 2]=a.length+1;else if(35719==c){if(!a.Y)for(c=0;c<l.getProgramParameter(a,35718);++c)a.Y=Math.max(a.Y,l.getActiveUniform(a,c).name.length+1);na()[d>>2]=a.Y}else if(35722==c){if(!a.W)for(c=0;c<l.getProgramParameter(a,35721);++c)a.W=Math.max(a.W,l.getActiveAttrib(a,c).name.length+1);na()[d>>2]=a.W}else if(35381==c){if(!a.X)for(c=0;c<l.getProgramParameter(a,35382);++c)a.X=Math.max(a.X,l.getActiveUniformBlockName(a,c).length+1);na()[d>>2]=a.X}else na()[d>>2]=l.getProgramParameter(a,c);else be(1281)},
  132. glGetShaderiv:function(a,c,d){d?35716==c?(a=l.getShaderInfoLog(Yd[a]),null===a&&(a="(unknown error)"),a=a?a.length+1:0,na()[d>>2]=a):35720==c?(a=(a=l.getShaderSource(Yd[a]))?a.length+1:0,na()[d>>2]=a):na()[d>>2]=l.getShaderParameter(Yd[a],c):be(1281)},glGetUniformLocation:function(a,c){c=g(c);if(a=Wd[a]){var d=a,e=d.U,f=d.Ra,h;if(!e)for(d.U=e={},d.Qa={},h=0;h<l.getProgramParameter(d,35718);++h){var n=l.getActiveUniform(d,h);var p=n.name;n=n.size;var P=Be(p);P=0<P?p.slice(0,P):p;var L=d.ta;d.ta+=n;
  133. f[P]=[n,L];for(p=0;p<n;++p)e[L]=p,d.Qa[L++]=P}d=a.U;e=0;f=c;h=Be(c);0<h&&(e=parseInt(c.slice(h+1))>>>0,f=c.slice(0,h));if((f=a.Ra[f])&&e<f[0]&&(e+=f[1],d[e]=d[e]||l.getUniformLocation(a,c)))return e}else be(1281);return-1},glLineWidth:function(a){l.lineWidth(a)},glLinkProgram:function(a){a=Wd[a];l.linkProgram(a);a.U=0;a.Ra={}},glShaderSource:function(a,c,d,e){for(var f="",h=0;h<c;++h){var n=e?na()[e+4*h>>2]:-1;f+=g(na()[d+4*h>>2],0>n?void 0:n)}l.shaderSource(Yd[a],f)},glStencilFunc:function(a,c,d){l.stencilFunc(a,
  134. c,d)},glStencilMask:function(a){l.stencilMask(a)},glStencilOp:function(a,c,d){l.stencilOp(a,c,d)},glUniform1i:function(a,c){l.uniform1i(Ce(a),c)},glUniform4f:function(a,c,d,e,f){l.uniform4f(Ce(a),c,d,e,f)},glUniform4fv:function(a,c,d){if(2<=he.version)c&&l.uniform4fv(Ce(a),ra(),d>>2,4*c);else{if(72>=c){var e=De[4*c-1],f=ra();d>>=2;for(var h=0;h<4*c;h+=4){var n=d+h;e[h]=f[n];e[h+1]=f[n+1];e[h+2]=f[n+2];e[h+3]=f[n+3]}}else e=ra().subarray(d>>2,d+16*c>>2);l.uniform4fv(Ce(a),e)}},glUniformMatrix4fv:function(a,
  135. c,d,e){if(2<=he.version)c&&l.uniformMatrix4fv(Ce(a),!!d,ra(),e>>2,16*c);else{if(18>=c){var f=De[16*c-1],h=ra();e>>=2;for(var n=0;n<16*c;n+=16){var p=e+n;f[n]=h[p];f[n+1]=h[p+1];f[n+2]=h[p+2];f[n+3]=h[p+3];f[n+4]=h[p+4];f[n+5]=h[p+5];f[n+6]=h[p+6];f[n+7]=h[p+7];f[n+8]=h[p+8];f[n+9]=h[p+9];f[n+10]=h[p+10];f[n+11]=h[p+11];f[n+12]=h[p+12];f[n+13]=h[p+13];f[n+14]=h[p+14];f[n+15]=h[p+15]}}else f=ra().subarray(e>>2,e+64*c>>2);l.uniformMatrix4fv(Ce(a),!!d,f)}},glUseProgram:function(a){a=Wd[a];l.useProgram(a);
  136. l.Xa=a},glVertexAttribDivisor:function(a,c){l.vertexAttribDivisor(a,c)},glVertexAttribPointer:function(a,c,d,e,f,h){var n=he.V[a];l.R?(n.ea=!1,l.vertexAttribPointer(a,c,d,!!e,f,h)):(n.size=c,n.type=d,n.La=e,n.qa=f,n.g=h,n.ea=!0,n.Sa=function(p,P,L,ia,Ca,za){this.vertexAttribPointer(p,P,L,ia,Ca,za)})},invoke_ii:Ne,invoke_iii:Oe,invoke_iiii:Pe,invoke_iiiii:Qe,invoke_vi:Re,invoke_vii:Se,invoke_viiii:Te,memory:ba||b.wasmMemory,strftime_l:function(a,c,d,e){return Ie(a,c,d,e)}};
  137. (function(){function a(d,e){d=d.exports;b.asm=d;Mb.Pa.push(b.asm._emscripten_tls_init);ab=b.asm.__indirect_function_table;cb.unshift(b.asm.__wasm_call_ctors);Wa=e;Mb.mb(()=>vb());return d}var c={env:Ue,wasi_snapshot_preview1:Ue};ub();if(b.instantiateWasm)try{return b.instantiateWasm(c,a)}catch(d){Ta("Module.instantiateWasm callback failed with error: "+d),wa(d)}Bb(c,function(d){a(d.instance,d.module)}).catch(wa);return{}})();
  138. var Ve=b._emscripten_bind_MdRxObject_getObjectName_0=function(){return(Ve=b._emscripten_bind_MdRxObject_getObjectName_0=b.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},We=b._emscripten_bind_MdRxObject_getDxf0_0=function(){return(We=b._emscripten_bind_MdRxObject_getDxf0_0=b.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},Xe=b._emscripten_bind_MdRxObject_getCustomEntityTypeName_0=function(){return(Xe=b._emscripten_bind_MdRxObject_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdRxObject_getCustomEntityTypeName_0).apply(null,
  139. arguments)},Ye=b._emscripten_bind_MdRxObject_getCustomEntityid_0=function(){return(Ye=b._emscripten_bind_MdRxObject_getCustomEntityid_0=b.asm.emscripten_bind_MdRxObject_getCustomEntityid_0).apply(null,arguments)},Ze=b._emscripten_bind_MdRxObject_getCustomEntityTempid_0=function(){return(Ze=b._emscripten_bind_MdRxObject_getCustomEntityTempid_0=b.asm.emscripten_bind_MdRxObject_getCustomEntityTempid_0).apply(null,arguments)},$e=b._emscripten_bind_MdRxObject_setCustomEntityTempid_1=function(){return($e=
  140. b._emscripten_bind_MdRxObject_setCustomEntityTempid_1=b.asm.emscripten_bind_MdRxObject_setCustomEntityTempid_1).apply(null,arguments)},af=b._emscripten_bind_MdRxObject_getJson_0=function(){return(af=b._emscripten_bind_MdRxObject_getJson_0=b.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,arguments)},bf=b._emscripten_bind_MdRxObject_setJson_1=function(){return(bf=b._emscripten_bind_MdRxObject_setJson_1=b.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},cf=b._emscripten_bind_MdRxObject_isKindOf_1=
  141. function(){return(cf=b._emscripten_bind_MdRxObject_isKindOf_1=b.asm.emscripten_bind_MdRxObject_isKindOf_1).apply(null,arguments)},df=b._emscripten_bind_MdRxObject_isNull_0=function(){return(df=b._emscripten_bind_MdRxObject_isNull_0=b.asm.emscripten_bind_MdRxObject_isNull_0).apply(null,arguments)},ef=b._emscripten_bind_MdDbObject_MdDbObject_0=function(){return(ef=b._emscripten_bind_MdDbObject_MdDbObject_0=b.asm.emscripten_bind_MdDbObject_MdDbObject_0).apply(null,arguments)},ff=b._emscripten_bind_MdDbObject_GetObjectID_0=
  142. function(){return(ff=b._emscripten_bind_MdDbObject_GetObjectID_0=b.asm.emscripten_bind_MdDbObject_GetObjectID_0).apply(null,arguments)},gf=b._emscripten_bind_MdDbObject_Erase_0=function(){return(gf=b._emscripten_bind_MdDbObject_Erase_0=b.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,arguments)},hf=b._emscripten_bind_MdDbObject_isErased_0=function(){return(hf=b._emscripten_bind_MdDbObject_isErased_0=b.asm.emscripten_bind_MdDbObject_isErased_0).apply(null,arguments)},jf=b._emscripten_bind_MdDbObject_unErase_0=
  143. function(){return(jf=b._emscripten_bind_MdDbObject_unErase_0=b.asm.emscripten_bind_MdDbObject_unErase_0).apply(null,arguments)},kf=b._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(kf=b._emscripten_bind_MdDbObject_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},lf=b._emscripten_bind_MdDbObject_GetExtensionDictionary_0=function(){return(lf=b._emscripten_bind_MdDbObject_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbObject_GetExtensionDictionary_0).apply(null,
  144. arguments)},mf=b._emscripten_bind_MdDbObject_CreateExtensionDictionary_0=function(){return(mf=b._emscripten_bind_MdDbObject_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbObject_CreateExtensionDictionary_0).apply(null,arguments)},nf=b._emscripten_bind_MdDbObject_IsHaveExtensionDictionary_0=function(){return(nf=b._emscripten_bind_MdDbObject_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbObject_IsHaveExtensionDictionary_0).apply(null,arguments)},of=b._emscripten_bind_MdDbObject_Clone_0=
  145. function(){return(of=b._emscripten_bind_MdDbObject_Clone_0=b.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},pf=b._emscripten_bind_MdDbObject_GetHandle_0=function(){return(pf=b._emscripten_bind_MdDbObject_GetHandle_0=b.asm.emscripten_bind_MdDbObject_GetHandle_0).apply(null,arguments)},qf=b._emscripten_bind_MdDbObject_GetDatabase_0=function(){return(qf=b._emscripten_bind_MdDbObject_GetDatabase_0=b.asm.emscripten_bind_MdDbObject_GetDatabase_0).apply(null,arguments)},rf=b._emscripten_bind_MdDbObject_GetDatabaseIndexId_0=
  146. function(){return(rf=b._emscripten_bind_MdDbObject_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbObject_GetDatabaseIndexId_0).apply(null,arguments)},sf=b._emscripten_bind_MdDbObject_GetOwnerID_0=function(){return(sf=b._emscripten_bind_MdDbObject_GetOwnerID_0=b.asm.emscripten_bind_MdDbObject_GetOwnerID_0).apply(null,arguments)},tf=b._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(tf=b._emscripten_bind_MdDbObject_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,
  147. arguments)},uf=b._emscripten_bind_MdDbObject_getGripPoints_0=function(){return(uf=b._emscripten_bind_MdDbObject_getGripPoints_0=b.asm.emscripten_bind_MdDbObject_getGripPoints_0).apply(null,arguments)},vf=b._emscripten_bind_MdDbObject_getObjectName_0=function(){return(vf=b._emscripten_bind_MdDbObject_getObjectName_0=b.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},wf=b._emscripten_bind_MdDbObject_getDxf0_0=function(){return(wf=b._emscripten_bind_MdDbObject_getDxf0_0=b.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,
  148. arguments)},xf=b._emscripten_bind_MdDbObject_getCustomEntityTypeName_0=function(){return(xf=b._emscripten_bind_MdDbObject_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbObject_getCustomEntityTypeName_0).apply(null,arguments)},yf=b._emscripten_bind_MdDbObject_getCustomEntityid_0=function(){return(yf=b._emscripten_bind_MdDbObject_getCustomEntityid_0=b.asm.emscripten_bind_MdDbObject_getCustomEntityid_0).apply(null,arguments)},zf=b._emscripten_bind_MdDbObject_getCustomEntityTempid_0=function(){return(zf=
  149. b._emscripten_bind_MdDbObject_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbObject_getCustomEntityTempid_0).apply(null,arguments)},Af=b._emscripten_bind_MdDbObject_setCustomEntityTempid_1=function(){return(Af=b._emscripten_bind_MdDbObject_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbObject_setCustomEntityTempid_1).apply(null,arguments)},Bf=b._emscripten_bind_MdDbObject_getJson_0=function(){return(Bf=b._emscripten_bind_MdDbObject_getJson_0=b.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,
  150. arguments)},Cf=b._emscripten_bind_MdDbObject_setJson_1=function(){return(Cf=b._emscripten_bind_MdDbObject_setJson_1=b.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Df=b._emscripten_bind_MdDbObject_isKindOf_1=function(){return(Df=b._emscripten_bind_MdDbObject_isKindOf_1=b.asm.emscripten_bind_MdDbObject_isKindOf_1).apply(null,arguments)},Ef=b._emscripten_bind_MdDbObject_isNull_0=function(){return(Ef=b._emscripten_bind_MdDbObject_isNull_0=b.asm.emscripten_bind_MdDbObject_isNull_0).apply(null,
  151. arguments)},Ff=b._emscripten_bind_MdDbObject___destroy___0=function(){return(Ff=b._emscripten_bind_MdDbObject___destroy___0=b.asm.emscripten_bind_MdDbObject___destroy___0).apply(null,arguments)},Gf=b._emscripten_bind_MdDbEntity_MdDbEntity_0=function(){return(Gf=b._emscripten_bind_MdDbEntity_MdDbEntity_0=b.asm.emscripten_bind_MdDbEntity_MdDbEntity_0).apply(null,arguments)},Hf=b._emscripten_bind_MdDbEntity_explode_0=function(){return(Hf=b._emscripten_bind_MdDbEntity_explode_0=b.asm.emscripten_bind_MdDbEntity_explode_0).apply(null,
  152. arguments)},If=b._emscripten_bind_MdDbEntity_TrueColor_0=function(){return(If=b._emscripten_bind_MdDbEntity_TrueColor_0=b.asm.emscripten_bind_MdDbEntity_TrueColor_0).apply(null,arguments)},Jf=b._emscripten_bind_MdDbEntity_SetTrueColor_1=function(){return(Jf=b._emscripten_bind_MdDbEntity_SetTrueColor_1=b.asm.emscripten_bind_MdDbEntity_SetTrueColor_1).apply(null,arguments)},Kf=b._emscripten_bind_MdDbEntity_ColorIndex_0=function(){return(Kf=b._emscripten_bind_MdDbEntity_ColorIndex_0=b.asm.emscripten_bind_MdDbEntity_ColorIndex_0).apply(null,
  153. arguments)},Lf=b._emscripten_bind_MdDbEntity_SetColorIndex_1=function(){return(Lf=b._emscripten_bind_MdDbEntity_SetColorIndex_1=b.asm.emscripten_bind_MdDbEntity_SetColorIndex_1).apply(null,arguments)},Mf=b._emscripten_bind_MdDbEntity_Layer_0=function(){return(Mf=b._emscripten_bind_MdDbEntity_Layer_0=b.asm.emscripten_bind_MdDbEntity_Layer_0).apply(null,arguments)},Nf=b._emscripten_bind_MdDbEntity_SetLayer_1=function(){return(Nf=b._emscripten_bind_MdDbEntity_SetLayer_1=b.asm.emscripten_bind_MdDbEntity_SetLayer_1).apply(null,
  154. arguments)},Of=b._emscripten_bind_MdDbEntity_LinetypeScale_0=function(){return(Of=b._emscripten_bind_MdDbEntity_LinetypeScale_0=b.asm.emscripten_bind_MdDbEntity_LinetypeScale_0).apply(null,arguments)},Pf=b._emscripten_bind_MdDbEntity_SetLinetypeScale_1=function(){return(Pf=b._emscripten_bind_MdDbEntity_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbEntity_SetLinetypeScale_1).apply(null,arguments)},Qf=b._emscripten_bind_MdDbEntity_Visible_0=function(){return(Qf=b._emscripten_bind_MdDbEntity_Visible_0=
  155. b.asm.emscripten_bind_MdDbEntity_Visible_0).apply(null,arguments)},Rf=b._emscripten_bind_MdDbEntity_SetVisible_1=function(){return(Rf=b._emscripten_bind_MdDbEntity_SetVisible_1=b.asm.emscripten_bind_MdDbEntity_SetVisible_1).apply(null,arguments)},Sf=b._emscripten_bind_MdDbEntity_Lineweight_0=function(){return(Sf=b._emscripten_bind_MdDbEntity_Lineweight_0=b.asm.emscripten_bind_MdDbEntity_Lineweight_0).apply(null,arguments)},Tf=b._emscripten_bind_MdDbEntity_SetLineweight_1=function(){return(Tf=b._emscripten_bind_MdDbEntity_SetLineweight_1=
  156. b.asm.emscripten_bind_MdDbEntity_SetLineweight_1).apply(null,arguments)},Uf=b._emscripten_bind_MdDbEntity_TextStyle_0=function(){return(Uf=b._emscripten_bind_MdDbEntity_TextStyle_0=b.asm.emscripten_bind_MdDbEntity_TextStyle_0).apply(null,arguments)},Vf=b._emscripten_bind_MdDbEntity_SetTextStyle_1=function(){return(Vf=b._emscripten_bind_MdDbEntity_SetTextStyle_1=b.asm.emscripten_bind_MdDbEntity_SetTextStyle_1).apply(null,arguments)},Wf=b._emscripten_bind_MdDbEntity_Highlight_1=function(){return(Wf=
  157. b._emscripten_bind_MdDbEntity_Highlight_1=b.asm.emscripten_bind_MdDbEntity_Highlight_1).apply(null,arguments)},Xf=b._emscripten_bind_MdDbEntity_Move_2=function(){return(Xf=b._emscripten_bind_MdDbEntity_Move_2=b.asm.emscripten_bind_MdDbEntity_Move_2).apply(null,arguments)},Yf=b._emscripten_bind_MdDbEntity_Rotate_2=function(){return(Yf=b._emscripten_bind_MdDbEntity_Rotate_2=b.asm.emscripten_bind_MdDbEntity_Rotate_2).apply(null,arguments)},Zf=b._emscripten_bind_MdDbEntity_Mirror_2=function(){return(Zf=
  158. b._emscripten_bind_MdDbEntity_Mirror_2=b.asm.emscripten_bind_MdDbEntity_Mirror_2).apply(null,arguments)},$f=b._emscripten_bind_MdDbEntity_ScaleEntity_2=function(){return($f=b._emscripten_bind_MdDbEntity_ScaleEntity_2=b.asm.emscripten_bind_MdDbEntity_ScaleEntity_2).apply(null,arguments)},ag=b._emscripten_bind_MdDbEntity_TransformBy_1=function(){return(ag=b._emscripten_bind_MdDbEntity_TransformBy_1=b.asm.emscripten_bind_MdDbEntity_TransformBy_1).apply(null,arguments)},bg=b._emscripten_bind_MdDbEntity_GetBoundingBox_0=
  159. function(){return(bg=b._emscripten_bind_MdDbEntity_GetBoundingBox_0=b.asm.emscripten_bind_MdDbEntity_GetBoundingBox_0).apply(null,arguments)},cg=b._emscripten_bind_MdDbEntity_GetXData_1=function(){return(cg=b._emscripten_bind_MdDbEntity_GetXData_1=b.asm.emscripten_bind_MdDbEntity_GetXData_1).apply(null,arguments)},dg=b._emscripten_bind_MdDbEntity_SetXData_1=function(){return(dg=b._emscripten_bind_MdDbEntity_SetXData_1=b.asm.emscripten_bind_MdDbEntity_SetXData_1).apply(null,arguments)},eg=b._emscripten_bind_MdDbEntity_GetxDataString_2=
  160. function(){return(eg=b._emscripten_bind_MdDbEntity_GetxDataString_2=b.asm.emscripten_bind_MdDbEntity_GetxDataString_2).apply(null,arguments)},fg=b._emscripten_bind_MdDbEntity_SetxDataString_3=function(){return(fg=b._emscripten_bind_MdDbEntity_SetxDataString_3=b.asm.emscripten_bind_MdDbEntity_SetxDataString_3).apply(null,arguments)},gg=b._emscripten_bind_MdDbEntity_GetxDataDouble_2=function(){return(gg=b._emscripten_bind_MdDbEntity_GetxDataDouble_2=b.asm.emscripten_bind_MdDbEntity_GetxDataDouble_2).apply(null,
  161. arguments)},hg=b._emscripten_bind_MdDbEntity_SetxDataDouble_3=function(){return(hg=b._emscripten_bind_MdDbEntity_SetxDataDouble_3=b.asm.emscripten_bind_MdDbEntity_SetxDataDouble_3).apply(null,arguments)},ig=b._emscripten_bind_MdDbEntity_GetxDataLong_2=function(){return(ig=b._emscripten_bind_MdDbEntity_GetxDataLong_2=b.asm.emscripten_bind_MdDbEntity_GetxDataLong_2).apply(null,arguments)},jg=b._emscripten_bind_MdDbEntity_SetxDataLong_3=function(){return(jg=b._emscripten_bind_MdDbEntity_SetxDataLong_3=
  162. b.asm.emscripten_bind_MdDbEntity_SetxDataLong_3).apply(null,arguments)},kg=b._emscripten_bind_MdDbEntity_GetxDataPoint_2=function(){return(kg=b._emscripten_bind_MdDbEntity_GetxDataPoint_2=b.asm.emscripten_bind_MdDbEntity_GetxDataPoint_2).apply(null,arguments)},lg=b._emscripten_bind_MdDbEntity_SetxDataPoint_3=function(){return(lg=b._emscripten_bind_MdDbEntity_SetxDataPoint_3=b.asm.emscripten_bind_MdDbEntity_SetxDataPoint_3).apply(null,arguments)},mg=b._emscripten_bind_MdDbEntity_DeleteXData_1=function(){return(mg=
  163. b._emscripten_bind_MdDbEntity_DeleteXData_1=b.asm.emscripten_bind_MdDbEntity_DeleteXData_1).apply(null,arguments)},ng=b._emscripten_bind_MdDbEntity_GetAllAppName_0=function(){return(ng=b._emscripten_bind_MdDbEntity_GetAllAppName_0=b.asm.emscripten_bind_MdDbEntity_GetAllAppName_0).apply(null,arguments)},og=b._emscripten_bind_MdDbEntity_LayerId_0=function(){return(og=b._emscripten_bind_MdDbEntity_LayerId_0=b.asm.emscripten_bind_MdDbEntity_LayerId_0).apply(null,arguments)},pg=b._emscripten_bind_MdDbEntity_SetLayerId_1=
  164. function(){return(pg=b._emscripten_bind_MdDbEntity_SetLayerId_1=b.asm.emscripten_bind_MdDbEntity_SetLayerId_1).apply(null,arguments)},qg=b._emscripten_bind_MdDbEntity_LinetypeId_0=function(){return(qg=b._emscripten_bind_MdDbEntity_LinetypeId_0=b.asm.emscripten_bind_MdDbEntity_LinetypeId_0).apply(null,arguments)},rg=b._emscripten_bind_MdDbEntity_SetLinetypeId_1=function(){return(rg=b._emscripten_bind_MdDbEntity_SetLinetypeId_1=b.asm.emscripten_bind_MdDbEntity_SetLinetypeId_1).apply(null,arguments)},
  165. sg=b._emscripten_bind_MdDbEntity_Linetype_0=function(){return(sg=b._emscripten_bind_MdDbEntity_Linetype_0=b.asm.emscripten_bind_MdDbEntity_Linetype_0).apply(null,arguments)},tg=b._emscripten_bind_MdDbEntity_SetLinetype_1=function(){return(tg=b._emscripten_bind_MdDbEntity_SetLinetype_1=b.asm.emscripten_bind_MdDbEntity_SetLinetype_1).apply(null,arguments)},ug=b._emscripten_bind_MdDbEntity_TextStyleId_0=function(){return(ug=b._emscripten_bind_MdDbEntity_TextStyleId_0=b.asm.emscripten_bind_MdDbEntity_TextStyleId_0).apply(null,
  166. arguments)},vg=b._emscripten_bind_MdDbEntity_SetTextStyleId_1=function(){return(vg=b._emscripten_bind_MdDbEntity_SetTextStyleId_1=b.asm.emscripten_bind_MdDbEntity_SetTextStyleId_1).apply(null,arguments)},wg=b._emscripten_bind_MdDbEntity_IntersectWith_2=function(){return(wg=b._emscripten_bind_MdDbEntity_IntersectWith_2=b.asm.emscripten_bind_MdDbEntity_IntersectWith_2).apply(null,arguments)},xg=b._emscripten_bind_MdDbEntity_getArea_0=function(){return(xg=b._emscripten_bind_MdDbEntity_getArea_0=b.asm.emscripten_bind_MdDbEntity_getArea_0).apply(null,
  167. arguments)},yg=b._emscripten_bind_MdDbEntity_disableUpdateDisplay_1=function(){return(yg=b._emscripten_bind_MdDbEntity_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbEntity_disableUpdateDisplay_1).apply(null,arguments)},zg=b._emscripten_bind_MdDbEntity_isPropertiesWindowCustom_0=function(){return(zg=b._emscripten_bind_MdDbEntity_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbEntity_isPropertiesWindowCustom_0).apply(null,arguments)},Ag=b._emscripten_bind_MdDbEntity_setPropertiesWindowCustom_1=
  168. function(){return(Ag=b._emscripten_bind_MdDbEntity_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbEntity_setPropertiesWindowCustom_1).apply(null,arguments)},Bg=b._emscripten_bind_MdDbEntity_updateDisplay_0=function(){return(Bg=b._emscripten_bind_MdDbEntity_updateDisplay_0=b.asm.emscripten_bind_MdDbEntity_updateDisplay_0).apply(null,arguments)},Cg=b._emscripten_bind_MdDbEntity_DrawOrder_0=function(){return(Cg=b._emscripten_bind_MdDbEntity_DrawOrder_0=b.asm.emscripten_bind_MdDbEntity_DrawOrder_0).apply(null,
  169. arguments)},Dg=b._emscripten_bind_MdDbEntity_SetDrawOrder_1=function(){return(Dg=b._emscripten_bind_MdDbEntity_SetDrawOrder_1=b.asm.emscripten_bind_MdDbEntity_SetDrawOrder_1).apply(null,arguments)},Eg=b._emscripten_bind_MdDbEntity_GetObjectID_0=function(){return(Eg=b._emscripten_bind_MdDbEntity_GetObjectID_0=b.asm.emscripten_bind_MdDbEntity_GetObjectID_0).apply(null,arguments)},Fg=b._emscripten_bind_MdDbEntity_Erase_0=function(){return(Fg=b._emscripten_bind_MdDbEntity_Erase_0=b.asm.emscripten_bind_MdDbEntity_Erase_0).apply(null,
  170. arguments)},Gg=b._emscripten_bind_MdDbEntity_isErased_0=function(){return(Gg=b._emscripten_bind_MdDbEntity_isErased_0=b.asm.emscripten_bind_MdDbEntity_isErased_0).apply(null,arguments)},Hg=b._emscripten_bind_MdDbEntity_unErase_0=function(){return(Hg=b._emscripten_bind_MdDbEntity_unErase_0=b.asm.emscripten_bind_MdDbEntity_unErase_0).apply(null,arguments)},Ig=b._emscripten_bind_MdDbEntity_ConnectionTempObject_1=function(){return(Ig=b._emscripten_bind_MdDbEntity_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbEntity_ConnectionTempObject_1).apply(null,
  171. arguments)},Jg=b._emscripten_bind_MdDbEntity_GetExtensionDictionary_0=function(){return(Jg=b._emscripten_bind_MdDbEntity_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbEntity_GetExtensionDictionary_0).apply(null,arguments)},Kg=b._emscripten_bind_MdDbEntity_CreateExtensionDictionary_0=function(){return(Kg=b._emscripten_bind_MdDbEntity_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbEntity_CreateExtensionDictionary_0).apply(null,arguments)},Lg=b._emscripten_bind_MdDbEntity_IsHaveExtensionDictionary_0=
  172. function(){return(Lg=b._emscripten_bind_MdDbEntity_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbEntity_IsHaveExtensionDictionary_0).apply(null,arguments)},Mg=b._emscripten_bind_MdDbEntity_Clone_0=function(){return(Mg=b._emscripten_bind_MdDbEntity_Clone_0=b.asm.emscripten_bind_MdDbEntity_Clone_0).apply(null,arguments)},Ng=b._emscripten_bind_MdDbEntity_GetHandle_0=function(){return(Ng=b._emscripten_bind_MdDbEntity_GetHandle_0=b.asm.emscripten_bind_MdDbEntity_GetHandle_0).apply(null,arguments)},
  173. Og=b._emscripten_bind_MdDbEntity_GetDatabase_0=function(){return(Og=b._emscripten_bind_MdDbEntity_GetDatabase_0=b.asm.emscripten_bind_MdDbEntity_GetDatabase_0).apply(null,arguments)},Pg=b._emscripten_bind_MdDbEntity_GetDatabaseIndexId_0=function(){return(Pg=b._emscripten_bind_MdDbEntity_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbEntity_GetDatabaseIndexId_0).apply(null,arguments)},Qg=b._emscripten_bind_MdDbEntity_GetOwnerID_0=function(){return(Qg=b._emscripten_bind_MdDbEntity_GetOwnerID_0=b.asm.emscripten_bind_MdDbEntity_GetOwnerID_0).apply(null,
  174. arguments)},Rg=b._emscripten_bind_MdDbEntity_moveGripPointsAt_4=function(){return(Rg=b._emscripten_bind_MdDbEntity_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbEntity_moveGripPointsAt_4).apply(null,arguments)},Sg=b._emscripten_bind_MdDbEntity_getGripPoints_0=function(){return(Sg=b._emscripten_bind_MdDbEntity_getGripPoints_0=b.asm.emscripten_bind_MdDbEntity_getGripPoints_0).apply(null,arguments)},Tg=b._emscripten_bind_MdDbEntity_getObjectName_0=function(){return(Tg=b._emscripten_bind_MdDbEntity_getObjectName_0=
  175. b.asm.emscripten_bind_MdDbEntity_getObjectName_0).apply(null,arguments)},Ug=b._emscripten_bind_MdDbEntity_getDxf0_0=function(){return(Ug=b._emscripten_bind_MdDbEntity_getDxf0_0=b.asm.emscripten_bind_MdDbEntity_getDxf0_0).apply(null,arguments)},Vg=b._emscripten_bind_MdDbEntity_getCustomEntityTypeName_0=function(){return(Vg=b._emscripten_bind_MdDbEntity_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbEntity_getCustomEntityTypeName_0).apply(null,arguments)},Wg=b._emscripten_bind_MdDbEntity_getCustomEntityid_0=
  176. function(){return(Wg=b._emscripten_bind_MdDbEntity_getCustomEntityid_0=b.asm.emscripten_bind_MdDbEntity_getCustomEntityid_0).apply(null,arguments)},Xg=b._emscripten_bind_MdDbEntity_getCustomEntityTempid_0=function(){return(Xg=b._emscripten_bind_MdDbEntity_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbEntity_getCustomEntityTempid_0).apply(null,arguments)},Yg=b._emscripten_bind_MdDbEntity_setCustomEntityTempid_1=function(){return(Yg=b._emscripten_bind_MdDbEntity_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbEntity_setCustomEntityTempid_1).apply(null,
  177. arguments)},Zg=b._emscripten_bind_MdDbEntity_getJson_0=function(){return(Zg=b._emscripten_bind_MdDbEntity_getJson_0=b.asm.emscripten_bind_MdDbEntity_getJson_0).apply(null,arguments)},$g=b._emscripten_bind_MdDbEntity_setJson_1=function(){return($g=b._emscripten_bind_MdDbEntity_setJson_1=b.asm.emscripten_bind_MdDbEntity_setJson_1).apply(null,arguments)},ah=b._emscripten_bind_MdDbEntity_isKindOf_1=function(){return(ah=b._emscripten_bind_MdDbEntity_isKindOf_1=b.asm.emscripten_bind_MdDbEntity_isKindOf_1).apply(null,
  178. arguments)},bh=b._emscripten_bind_MdDbEntity_isNull_0=function(){return(bh=b._emscripten_bind_MdDbEntity_isNull_0=b.asm.emscripten_bind_MdDbEntity_isNull_0).apply(null,arguments)},ch=b._emscripten_bind_MdDbEntity___destroy___0=function(){return(ch=b._emscripten_bind_MdDbEntity___destroy___0=b.asm.emscripten_bind_MdDbEntity___destroy___0).apply(null,arguments)},dh=b._emscripten_bind_MdDbCurve_MdDbCurve_0=function(){return(dh=b._emscripten_bind_MdDbCurve_MdDbCurve_0=b.asm.emscripten_bind_MdDbCurve_MdDbCurve_0).apply(null,
  179. arguments)},eh=b._emscripten_bind_MdDbCurve_getStartParam_0=function(){return(eh=b._emscripten_bind_MdDbCurve_getStartParam_0=b.asm.emscripten_bind_MdDbCurve_getStartParam_0).apply(null,arguments)},fh=b._emscripten_bind_MdDbCurve_getEndParam_0=function(){return(fh=b._emscripten_bind_MdDbCurve_getEndParam_0=b.asm.emscripten_bind_MdDbCurve_getEndParam_0).apply(null,arguments)},gh=b._emscripten_bind_MdDbCurve_getDistAtParam_1=function(){return(gh=b._emscripten_bind_MdDbCurve_getDistAtParam_1=b.asm.emscripten_bind_MdDbCurve_getDistAtParam_1).apply(null,
  180. arguments)},hh=b._emscripten_bind_MdDbCurve_getParamAtDist_1=function(){return(hh=b._emscripten_bind_MdDbCurve_getParamAtDist_1=b.asm.emscripten_bind_MdDbCurve_getParamAtDist_1).apply(null,arguments)},ih=b._emscripten_bind_MdDbCurve_getDistAtPoint_1=function(){return(ih=b._emscripten_bind_MdDbCurve_getDistAtPoint_1=b.asm.emscripten_bind_MdDbCurve_getDistAtPoint_1).apply(null,arguments)},jh=b._emscripten_bind_MdDbCurve_getPointAtDist_1=function(){return(jh=b._emscripten_bind_MdDbCurve_getPointAtDist_1=
  181. b.asm.emscripten_bind_MdDbCurve_getPointAtDist_1).apply(null,arguments)},kh=b._emscripten_bind_MdDbCurve_getStartPoint_0=function(){return(kh=b._emscripten_bind_MdDbCurve_getStartPoint_0=b.asm.emscripten_bind_MdDbCurve_getStartPoint_0).apply(null,arguments)},lh=b._emscripten_bind_MdDbCurve_getEndPoint_0=function(){return(lh=b._emscripten_bind_MdDbCurve_getEndPoint_0=b.asm.emscripten_bind_MdDbCurve_getEndPoint_0).apply(null,arguments)},mh=b._emscripten_bind_MdDbCurve_getPointAtParam_1=function(){return(mh=
  182. b._emscripten_bind_MdDbCurve_getPointAtParam_1=b.asm.emscripten_bind_MdDbCurve_getPointAtParam_1).apply(null,arguments)},nh=b._emscripten_bind_MdDbCurve_getParamAtPoint_1=function(){return(nh=b._emscripten_bind_MdDbCurve_getParamAtPoint_1=b.asm.emscripten_bind_MdDbCurve_getParamAtPoint_1).apply(null,arguments)},oh=b._emscripten_bind_MdDbCurve_getFirstDeriv_1=function(){return(oh=b._emscripten_bind_MdDbCurve_getFirstDeriv_1=b.asm.emscripten_bind_MdDbCurve_getFirstDeriv_1).apply(null,arguments)},ph=
  183. b._emscripten_bind_MdDbCurve_getFirstDerivEx_1=function(){return(ph=b._emscripten_bind_MdDbCurve_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbCurve_getFirstDerivEx_1).apply(null,arguments)},qh=b._emscripten_bind_MdDbCurve_getClosestPointTo_2=function(){return(qh=b._emscripten_bind_MdDbCurve_getClosestPointTo_2=b.asm.emscripten_bind_MdDbCurve_getClosestPointTo_2).apply(null,arguments)},rh=b._emscripten_bind_MdDbCurve_offsetCurves_2=function(){return(rh=b._emscripten_bind_MdDbCurve_offsetCurves_2=b.asm.emscripten_bind_MdDbCurve_offsetCurves_2).apply(null,
  184. arguments)},sh=b._emscripten_bind_MdDbCurve_splitCurves_1=function(){return(sh=b._emscripten_bind_MdDbCurve_splitCurves_1=b.asm.emscripten_bind_MdDbCurve_splitCurves_1).apply(null,arguments)},th=b._emscripten_bind_MdDbCurve_getSamplePoints_1=function(){return(th=b._emscripten_bind_MdDbCurve_getSamplePoints_1=b.asm.emscripten_bind_MdDbCurve_getSamplePoints_1).apply(null,arguments)},uh=b._emscripten_bind_MdDbCurve_getLength_0=function(){return(uh=b._emscripten_bind_MdDbCurve_getLength_0=b.asm.emscripten_bind_MdDbCurve_getLength_0).apply(null,
  185. arguments)},vh=b._emscripten_bind_MdDbCurve_explode_0=function(){return(vh=b._emscripten_bind_MdDbCurve_explode_0=b.asm.emscripten_bind_MdDbCurve_explode_0).apply(null,arguments)},wh=b._emscripten_bind_MdDbCurve_TrueColor_0=function(){return(wh=b._emscripten_bind_MdDbCurve_TrueColor_0=b.asm.emscripten_bind_MdDbCurve_TrueColor_0).apply(null,arguments)},xh=b._emscripten_bind_MdDbCurve_SetTrueColor_1=function(){return(xh=b._emscripten_bind_MdDbCurve_SetTrueColor_1=b.asm.emscripten_bind_MdDbCurve_SetTrueColor_1).apply(null,
  186. arguments)},yh=b._emscripten_bind_MdDbCurve_ColorIndex_0=function(){return(yh=b._emscripten_bind_MdDbCurve_ColorIndex_0=b.asm.emscripten_bind_MdDbCurve_ColorIndex_0).apply(null,arguments)},zh=b._emscripten_bind_MdDbCurve_SetColorIndex_1=function(){return(zh=b._emscripten_bind_MdDbCurve_SetColorIndex_1=b.asm.emscripten_bind_MdDbCurve_SetColorIndex_1).apply(null,arguments)},Ah=b._emscripten_bind_MdDbCurve_Layer_0=function(){return(Ah=b._emscripten_bind_MdDbCurve_Layer_0=b.asm.emscripten_bind_MdDbCurve_Layer_0).apply(null,
  187. arguments)},Bh=b._emscripten_bind_MdDbCurve_SetLayer_1=function(){return(Bh=b._emscripten_bind_MdDbCurve_SetLayer_1=b.asm.emscripten_bind_MdDbCurve_SetLayer_1).apply(null,arguments)},Ch=b._emscripten_bind_MdDbCurve_LinetypeScale_0=function(){return(Ch=b._emscripten_bind_MdDbCurve_LinetypeScale_0=b.asm.emscripten_bind_MdDbCurve_LinetypeScale_0).apply(null,arguments)},Dh=b._emscripten_bind_MdDbCurve_SetLinetypeScale_1=function(){return(Dh=b._emscripten_bind_MdDbCurve_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCurve_SetLinetypeScale_1).apply(null,
  188. arguments)},Eh=b._emscripten_bind_MdDbCurve_Visible_0=function(){return(Eh=b._emscripten_bind_MdDbCurve_Visible_0=b.asm.emscripten_bind_MdDbCurve_Visible_0).apply(null,arguments)},Fh=b._emscripten_bind_MdDbCurve_SetVisible_1=function(){return(Fh=b._emscripten_bind_MdDbCurve_SetVisible_1=b.asm.emscripten_bind_MdDbCurve_SetVisible_1).apply(null,arguments)},Gh=b._emscripten_bind_MdDbCurve_Lineweight_0=function(){return(Gh=b._emscripten_bind_MdDbCurve_Lineweight_0=b.asm.emscripten_bind_MdDbCurve_Lineweight_0).apply(null,
  189. arguments)},Hh=b._emscripten_bind_MdDbCurve_SetLineweight_1=function(){return(Hh=b._emscripten_bind_MdDbCurve_SetLineweight_1=b.asm.emscripten_bind_MdDbCurve_SetLineweight_1).apply(null,arguments)},Ih=b._emscripten_bind_MdDbCurve_TextStyle_0=function(){return(Ih=b._emscripten_bind_MdDbCurve_TextStyle_0=b.asm.emscripten_bind_MdDbCurve_TextStyle_0).apply(null,arguments)},Jh=b._emscripten_bind_MdDbCurve_SetTextStyle_1=function(){return(Jh=b._emscripten_bind_MdDbCurve_SetTextStyle_1=b.asm.emscripten_bind_MdDbCurve_SetTextStyle_1).apply(null,
  190. arguments)},Kh=b._emscripten_bind_MdDbCurve_Highlight_1=function(){return(Kh=b._emscripten_bind_MdDbCurve_Highlight_1=b.asm.emscripten_bind_MdDbCurve_Highlight_1).apply(null,arguments)},Lh=b._emscripten_bind_MdDbCurve_Move_2=function(){return(Lh=b._emscripten_bind_MdDbCurve_Move_2=b.asm.emscripten_bind_MdDbCurve_Move_2).apply(null,arguments)},Mh=b._emscripten_bind_MdDbCurve_Rotate_2=function(){return(Mh=b._emscripten_bind_MdDbCurve_Rotate_2=b.asm.emscripten_bind_MdDbCurve_Rotate_2).apply(null,arguments)},
  191. Nh=b._emscripten_bind_MdDbCurve_Mirror_2=function(){return(Nh=b._emscripten_bind_MdDbCurve_Mirror_2=b.asm.emscripten_bind_MdDbCurve_Mirror_2).apply(null,arguments)},Oh=b._emscripten_bind_MdDbCurve_ScaleEntity_2=function(){return(Oh=b._emscripten_bind_MdDbCurve_ScaleEntity_2=b.asm.emscripten_bind_MdDbCurve_ScaleEntity_2).apply(null,arguments)},Ph=b._emscripten_bind_MdDbCurve_TransformBy_1=function(){return(Ph=b._emscripten_bind_MdDbCurve_TransformBy_1=b.asm.emscripten_bind_MdDbCurve_TransformBy_1).apply(null,
  192. arguments)},Qh=b._emscripten_bind_MdDbCurve_GetBoundingBox_0=function(){return(Qh=b._emscripten_bind_MdDbCurve_GetBoundingBox_0=b.asm.emscripten_bind_MdDbCurve_GetBoundingBox_0).apply(null,arguments)},Rh=b._emscripten_bind_MdDbCurve_GetXData_1=function(){return(Rh=b._emscripten_bind_MdDbCurve_GetXData_1=b.asm.emscripten_bind_MdDbCurve_GetXData_1).apply(null,arguments)},Sh=b._emscripten_bind_MdDbCurve_SetXData_1=function(){return(Sh=b._emscripten_bind_MdDbCurve_SetXData_1=b.asm.emscripten_bind_MdDbCurve_SetXData_1).apply(null,
  193. arguments)},Th=b._emscripten_bind_MdDbCurve_GetxDataString_2=function(){return(Th=b._emscripten_bind_MdDbCurve_GetxDataString_2=b.asm.emscripten_bind_MdDbCurve_GetxDataString_2).apply(null,arguments)},Uh=b._emscripten_bind_MdDbCurve_SetxDataString_3=function(){return(Uh=b._emscripten_bind_MdDbCurve_SetxDataString_3=b.asm.emscripten_bind_MdDbCurve_SetxDataString_3).apply(null,arguments)},Vh=b._emscripten_bind_MdDbCurve_GetxDataDouble_2=function(){return(Vh=b._emscripten_bind_MdDbCurve_GetxDataDouble_2=
  194. b.asm.emscripten_bind_MdDbCurve_GetxDataDouble_2).apply(null,arguments)},Wh=b._emscripten_bind_MdDbCurve_SetxDataDouble_3=function(){return(Wh=b._emscripten_bind_MdDbCurve_SetxDataDouble_3=b.asm.emscripten_bind_MdDbCurve_SetxDataDouble_3).apply(null,arguments)},Xh=b._emscripten_bind_MdDbCurve_GetxDataLong_2=function(){return(Xh=b._emscripten_bind_MdDbCurve_GetxDataLong_2=b.asm.emscripten_bind_MdDbCurve_GetxDataLong_2).apply(null,arguments)},Yh=b._emscripten_bind_MdDbCurve_SetxDataLong_3=function(){return(Yh=
  195. b._emscripten_bind_MdDbCurve_SetxDataLong_3=b.asm.emscripten_bind_MdDbCurve_SetxDataLong_3).apply(null,arguments)},Zh=b._emscripten_bind_MdDbCurve_GetxDataPoint_2=function(){return(Zh=b._emscripten_bind_MdDbCurve_GetxDataPoint_2=b.asm.emscripten_bind_MdDbCurve_GetxDataPoint_2).apply(null,arguments)},$h=b._emscripten_bind_MdDbCurve_SetxDataPoint_3=function(){return($h=b._emscripten_bind_MdDbCurve_SetxDataPoint_3=b.asm.emscripten_bind_MdDbCurve_SetxDataPoint_3).apply(null,arguments)},ai=b._emscripten_bind_MdDbCurve_DeleteXData_1=
  196. function(){return(ai=b._emscripten_bind_MdDbCurve_DeleteXData_1=b.asm.emscripten_bind_MdDbCurve_DeleteXData_1).apply(null,arguments)},bi=b._emscripten_bind_MdDbCurve_GetAllAppName_0=function(){return(bi=b._emscripten_bind_MdDbCurve_GetAllAppName_0=b.asm.emscripten_bind_MdDbCurve_GetAllAppName_0).apply(null,arguments)},ci=b._emscripten_bind_MdDbCurve_LayerId_0=function(){return(ci=b._emscripten_bind_MdDbCurve_LayerId_0=b.asm.emscripten_bind_MdDbCurve_LayerId_0).apply(null,arguments)},di=b._emscripten_bind_MdDbCurve_SetLayerId_1=
  197. function(){return(di=b._emscripten_bind_MdDbCurve_SetLayerId_1=b.asm.emscripten_bind_MdDbCurve_SetLayerId_1).apply(null,arguments)},ei=b._emscripten_bind_MdDbCurve_LinetypeId_0=function(){return(ei=b._emscripten_bind_MdDbCurve_LinetypeId_0=b.asm.emscripten_bind_MdDbCurve_LinetypeId_0).apply(null,arguments)},fi=b._emscripten_bind_MdDbCurve_SetLinetypeId_1=function(){return(fi=b._emscripten_bind_MdDbCurve_SetLinetypeId_1=b.asm.emscripten_bind_MdDbCurve_SetLinetypeId_1).apply(null,arguments)},gi=b._emscripten_bind_MdDbCurve_Linetype_0=
  198. function(){return(gi=b._emscripten_bind_MdDbCurve_Linetype_0=b.asm.emscripten_bind_MdDbCurve_Linetype_0).apply(null,arguments)},hi=b._emscripten_bind_MdDbCurve_SetLinetype_1=function(){return(hi=b._emscripten_bind_MdDbCurve_SetLinetype_1=b.asm.emscripten_bind_MdDbCurve_SetLinetype_1).apply(null,arguments)},ii=b._emscripten_bind_MdDbCurve_TextStyleId_0=function(){return(ii=b._emscripten_bind_MdDbCurve_TextStyleId_0=b.asm.emscripten_bind_MdDbCurve_TextStyleId_0).apply(null,arguments)},ji=b._emscripten_bind_MdDbCurve_SetTextStyleId_1=
  199. function(){return(ji=b._emscripten_bind_MdDbCurve_SetTextStyleId_1=b.asm.emscripten_bind_MdDbCurve_SetTextStyleId_1).apply(null,arguments)},ki=b._emscripten_bind_MdDbCurve_IntersectWith_2=function(){return(ki=b._emscripten_bind_MdDbCurve_IntersectWith_2=b.asm.emscripten_bind_MdDbCurve_IntersectWith_2).apply(null,arguments)},li=b._emscripten_bind_MdDbCurve_getArea_0=function(){return(li=b._emscripten_bind_MdDbCurve_getArea_0=b.asm.emscripten_bind_MdDbCurve_getArea_0).apply(null,arguments)},mi=b._emscripten_bind_MdDbCurve_disableUpdateDisplay_1=
  200. function(){return(mi=b._emscripten_bind_MdDbCurve_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbCurve_disableUpdateDisplay_1).apply(null,arguments)},ni=b._emscripten_bind_MdDbCurve_isPropertiesWindowCustom_0=function(){return(ni=b._emscripten_bind_MdDbCurve_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbCurve_isPropertiesWindowCustom_0).apply(null,arguments)},oi=b._emscripten_bind_MdDbCurve_setPropertiesWindowCustom_1=function(){return(oi=b._emscripten_bind_MdDbCurve_setPropertiesWindowCustom_1=
  201. b.asm.emscripten_bind_MdDbCurve_setPropertiesWindowCustom_1).apply(null,arguments)},pi=b._emscripten_bind_MdDbCurve_updateDisplay_0=function(){return(pi=b._emscripten_bind_MdDbCurve_updateDisplay_0=b.asm.emscripten_bind_MdDbCurve_updateDisplay_0).apply(null,arguments)},qi=b._emscripten_bind_MdDbCurve_DrawOrder_0=function(){return(qi=b._emscripten_bind_MdDbCurve_DrawOrder_0=b.asm.emscripten_bind_MdDbCurve_DrawOrder_0).apply(null,arguments)},ri=b._emscripten_bind_MdDbCurve_SetDrawOrder_1=function(){return(ri=
  202. b._emscripten_bind_MdDbCurve_SetDrawOrder_1=b.asm.emscripten_bind_MdDbCurve_SetDrawOrder_1).apply(null,arguments)},si=b._emscripten_bind_MdDbCurve_GetObjectID_0=function(){return(si=b._emscripten_bind_MdDbCurve_GetObjectID_0=b.asm.emscripten_bind_MdDbCurve_GetObjectID_0).apply(null,arguments)},ti=b._emscripten_bind_MdDbCurve_Erase_0=function(){return(ti=b._emscripten_bind_MdDbCurve_Erase_0=b.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,arguments)},ui=b._emscripten_bind_MdDbCurve_isErased_0=function(){return(ui=
  203. b._emscripten_bind_MdDbCurve_isErased_0=b.asm.emscripten_bind_MdDbCurve_isErased_0).apply(null,arguments)},vi=b._emscripten_bind_MdDbCurve_unErase_0=function(){return(vi=b._emscripten_bind_MdDbCurve_unErase_0=b.asm.emscripten_bind_MdDbCurve_unErase_0).apply(null,arguments)},wi=b._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(wi=b._emscripten_bind_MdDbCurve_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},xi=b._emscripten_bind_MdDbCurve_GetExtensionDictionary_0=
  204. function(){return(xi=b._emscripten_bind_MdDbCurve_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbCurve_GetExtensionDictionary_0).apply(null,arguments)},yi=b._emscripten_bind_MdDbCurve_CreateExtensionDictionary_0=function(){return(yi=b._emscripten_bind_MdDbCurve_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbCurve_CreateExtensionDictionary_0).apply(null,arguments)},zi=b._emscripten_bind_MdDbCurve_IsHaveExtensionDictionary_0=function(){return(zi=b._emscripten_bind_MdDbCurve_IsHaveExtensionDictionary_0=
  205. b.asm.emscripten_bind_MdDbCurve_IsHaveExtensionDictionary_0).apply(null,arguments)},Ai=b._emscripten_bind_MdDbCurve_Clone_0=function(){return(Ai=b._emscripten_bind_MdDbCurve_Clone_0=b.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,arguments)},Bi=b._emscripten_bind_MdDbCurve_GetHandle_0=function(){return(Bi=b._emscripten_bind_MdDbCurve_GetHandle_0=b.asm.emscripten_bind_MdDbCurve_GetHandle_0).apply(null,arguments)},Ci=b._emscripten_bind_MdDbCurve_GetDatabase_0=function(){return(Ci=b._emscripten_bind_MdDbCurve_GetDatabase_0=
  206. b.asm.emscripten_bind_MdDbCurve_GetDatabase_0).apply(null,arguments)},Di=b._emscripten_bind_MdDbCurve_GetDatabaseIndexId_0=function(){return(Di=b._emscripten_bind_MdDbCurve_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbCurve_GetDatabaseIndexId_0).apply(null,arguments)},Ei=b._emscripten_bind_MdDbCurve_GetOwnerID_0=function(){return(Ei=b._emscripten_bind_MdDbCurve_GetOwnerID_0=b.asm.emscripten_bind_MdDbCurve_GetOwnerID_0).apply(null,arguments)},Fi=b._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(Fi=
  207. b._emscripten_bind_MdDbCurve_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},Gi=b._emscripten_bind_MdDbCurve_getGripPoints_0=function(){return(Gi=b._emscripten_bind_MdDbCurve_getGripPoints_0=b.asm.emscripten_bind_MdDbCurve_getGripPoints_0).apply(null,arguments)},Hi=b._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(Hi=b._emscripten_bind_MdDbCurve_getObjectName_0=b.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},Ii=b._emscripten_bind_MdDbCurve_getDxf0_0=
  208. function(){return(Ii=b._emscripten_bind_MdDbCurve_getDxf0_0=b.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,arguments)},Ji=b._emscripten_bind_MdDbCurve_getCustomEntityTypeName_0=function(){return(Ji=b._emscripten_bind_MdDbCurve_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbCurve_getCustomEntityTypeName_0).apply(null,arguments)},Ki=b._emscripten_bind_MdDbCurve_getCustomEntityid_0=function(){return(Ki=b._emscripten_bind_MdDbCurve_getCustomEntityid_0=b.asm.emscripten_bind_MdDbCurve_getCustomEntityid_0).apply(null,
  209. arguments)},Li=b._emscripten_bind_MdDbCurve_getCustomEntityTempid_0=function(){return(Li=b._emscripten_bind_MdDbCurve_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbCurve_getCustomEntityTempid_0).apply(null,arguments)},Mi=b._emscripten_bind_MdDbCurve_setCustomEntityTempid_1=function(){return(Mi=b._emscripten_bind_MdDbCurve_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbCurve_setCustomEntityTempid_1).apply(null,arguments)},Ni=b._emscripten_bind_MdDbCurve_getJson_0=function(){return(Ni=b._emscripten_bind_MdDbCurve_getJson_0=
  210. b.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},Oi=b._emscripten_bind_MdDbCurve_setJson_1=function(){return(Oi=b._emscripten_bind_MdDbCurve_setJson_1=b.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},Pi=b._emscripten_bind_MdDbCurve_isKindOf_1=function(){return(Pi=b._emscripten_bind_MdDbCurve_isKindOf_1=b.asm.emscripten_bind_MdDbCurve_isKindOf_1).apply(null,arguments)},Qi=b._emscripten_bind_MdDbCurve_isNull_0=function(){return(Qi=b._emscripten_bind_MdDbCurve_isNull_0=
  211. b.asm.emscripten_bind_MdDbCurve_isNull_0).apply(null,arguments)},Ri=b._emscripten_bind_MdDbCurve___destroy___0=function(){return(Ri=b._emscripten_bind_MdDbCurve___destroy___0=b.asm.emscripten_bind_MdDbCurve___destroy___0).apply(null,arguments)},Si=b._emscripten_bind_MdDbText_MdDbText_0=function(){return(Si=b._emscripten_bind_MdDbText_MdDbText_0=b.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,arguments)},Ti=b._emscripten_bind_MdDbText_position_0=function(){return(Ti=b._emscripten_bind_MdDbText_position_0=
  212. b.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},Ui=b._emscripten_bind_MdDbText_setPosition_1=function(){return(Ui=b._emscripten_bind_MdDbText_setPosition_1=b.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},Vi=b._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(Vi=b._emscripten_bind_MdDbText_alignmentPoint_0=b.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,arguments)},Wi=b._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(Wi=
  213. b._emscripten_bind_MdDbText_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},Xi=b._emscripten_bind_MdDbText_oblique_0=function(){return(Xi=b._emscripten_bind_MdDbText_oblique_0=b.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},Yi=b._emscripten_bind_MdDbText_setOblique_1=function(){return(Yi=b._emscripten_bind_MdDbText_setOblique_1=b.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,arguments)},Zi=b._emscripten_bind_MdDbText_rotation_0=
  214. function(){return(Zi=b._emscripten_bind_MdDbText_rotation_0=b.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},$i=b._emscripten_bind_MdDbText_setRotation_1=function(){return($i=b._emscripten_bind_MdDbText_setRotation_1=b.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},aj=b._emscripten_bind_MdDbText_height_0=function(){return(aj=b._emscripten_bind_MdDbText_height_0=b.asm.emscripten_bind_MdDbText_height_0).apply(null,arguments)},bj=b._emscripten_bind_MdDbText_setHeight_1=
  215. function(){return(bj=b._emscripten_bind_MdDbText_setHeight_1=b.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},cj=b._emscripten_bind_MdDbText_widthFactor_0=function(){return(cj=b._emscripten_bind_MdDbText_widthFactor_0=b.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},dj=b._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(dj=b._emscripten_bind_MdDbText_setWidthFactor_1=b.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,arguments)},ej=b._emscripten_bind_MdDbText_textString_0=
  216. function(){return(ej=b._emscripten_bind_MdDbText_textString_0=b.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},fj=b._emscripten_bind_MdDbText_setTextString_1=function(){return(fj=b._emscripten_bind_MdDbText_setTextString_1=b.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},gj=b._emscripten_bind_MdDbText_horizontalMode_0=function(){return(gj=b._emscripten_bind_MdDbText_horizontalMode_0=b.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,arguments)},hj=
  217. b._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(hj=b._emscripten_bind_MdDbText_setHorizontalMode_1=b.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},ij=b._emscripten_bind_MdDbText_verticalMode_0=function(){return(ij=b._emscripten_bind_MdDbText_verticalMode_0=b.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},jj=b._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(jj=b._emscripten_bind_MdDbText_setVerticalMode_1=b.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,
  218. arguments)},kj=b._emscripten_bind_MdDbText_explode_0=function(){return(kj=b._emscripten_bind_MdDbText_explode_0=b.asm.emscripten_bind_MdDbText_explode_0).apply(null,arguments)},lj=b._emscripten_bind_MdDbText_TrueColor_0=function(){return(lj=b._emscripten_bind_MdDbText_TrueColor_0=b.asm.emscripten_bind_MdDbText_TrueColor_0).apply(null,arguments)},mj=b._emscripten_bind_MdDbText_SetTrueColor_1=function(){return(mj=b._emscripten_bind_MdDbText_SetTrueColor_1=b.asm.emscripten_bind_MdDbText_SetTrueColor_1).apply(null,
  219. arguments)},nj=b._emscripten_bind_MdDbText_ColorIndex_0=function(){return(nj=b._emscripten_bind_MdDbText_ColorIndex_0=b.asm.emscripten_bind_MdDbText_ColorIndex_0).apply(null,arguments)},oj=b._emscripten_bind_MdDbText_SetColorIndex_1=function(){return(oj=b._emscripten_bind_MdDbText_SetColorIndex_1=b.asm.emscripten_bind_MdDbText_SetColorIndex_1).apply(null,arguments)},pj=b._emscripten_bind_MdDbText_Layer_0=function(){return(pj=b._emscripten_bind_MdDbText_Layer_0=b.asm.emscripten_bind_MdDbText_Layer_0).apply(null,
  220. arguments)},qj=b._emscripten_bind_MdDbText_SetLayer_1=function(){return(qj=b._emscripten_bind_MdDbText_SetLayer_1=b.asm.emscripten_bind_MdDbText_SetLayer_1).apply(null,arguments)},rj=b._emscripten_bind_MdDbText_LinetypeScale_0=function(){return(rj=b._emscripten_bind_MdDbText_LinetypeScale_0=b.asm.emscripten_bind_MdDbText_LinetypeScale_0).apply(null,arguments)},sj=b._emscripten_bind_MdDbText_SetLinetypeScale_1=function(){return(sj=b._emscripten_bind_MdDbText_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbText_SetLinetypeScale_1).apply(null,
  221. arguments)},tj=b._emscripten_bind_MdDbText_Visible_0=function(){return(tj=b._emscripten_bind_MdDbText_Visible_0=b.asm.emscripten_bind_MdDbText_Visible_0).apply(null,arguments)},uj=b._emscripten_bind_MdDbText_SetVisible_1=function(){return(uj=b._emscripten_bind_MdDbText_SetVisible_1=b.asm.emscripten_bind_MdDbText_SetVisible_1).apply(null,arguments)},vj=b._emscripten_bind_MdDbText_Lineweight_0=function(){return(vj=b._emscripten_bind_MdDbText_Lineweight_0=b.asm.emscripten_bind_MdDbText_Lineweight_0).apply(null,
  222. arguments)},wj=b._emscripten_bind_MdDbText_SetLineweight_1=function(){return(wj=b._emscripten_bind_MdDbText_SetLineweight_1=b.asm.emscripten_bind_MdDbText_SetLineweight_1).apply(null,arguments)},xj=b._emscripten_bind_MdDbText_TextStyle_0=function(){return(xj=b._emscripten_bind_MdDbText_TextStyle_0=b.asm.emscripten_bind_MdDbText_TextStyle_0).apply(null,arguments)},yj=b._emscripten_bind_MdDbText_SetTextStyle_1=function(){return(yj=b._emscripten_bind_MdDbText_SetTextStyle_1=b.asm.emscripten_bind_MdDbText_SetTextStyle_1).apply(null,
  223. arguments)},zj=b._emscripten_bind_MdDbText_Highlight_1=function(){return(zj=b._emscripten_bind_MdDbText_Highlight_1=b.asm.emscripten_bind_MdDbText_Highlight_1).apply(null,arguments)},Aj=b._emscripten_bind_MdDbText_Move_2=function(){return(Aj=b._emscripten_bind_MdDbText_Move_2=b.asm.emscripten_bind_MdDbText_Move_2).apply(null,arguments)},Bj=b._emscripten_bind_MdDbText_Rotate_2=function(){return(Bj=b._emscripten_bind_MdDbText_Rotate_2=b.asm.emscripten_bind_MdDbText_Rotate_2).apply(null,arguments)},
  224. Cj=b._emscripten_bind_MdDbText_Mirror_2=function(){return(Cj=b._emscripten_bind_MdDbText_Mirror_2=b.asm.emscripten_bind_MdDbText_Mirror_2).apply(null,arguments)},Dj=b._emscripten_bind_MdDbText_ScaleEntity_2=function(){return(Dj=b._emscripten_bind_MdDbText_ScaleEntity_2=b.asm.emscripten_bind_MdDbText_ScaleEntity_2).apply(null,arguments)},Ej=b._emscripten_bind_MdDbText_TransformBy_1=function(){return(Ej=b._emscripten_bind_MdDbText_TransformBy_1=b.asm.emscripten_bind_MdDbText_TransformBy_1).apply(null,
  225. arguments)},Fj=b._emscripten_bind_MdDbText_GetBoundingBox_0=function(){return(Fj=b._emscripten_bind_MdDbText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbText_GetBoundingBox_0).apply(null,arguments)},Gj=b._emscripten_bind_MdDbText_GetXData_1=function(){return(Gj=b._emscripten_bind_MdDbText_GetXData_1=b.asm.emscripten_bind_MdDbText_GetXData_1).apply(null,arguments)},Hj=b._emscripten_bind_MdDbText_SetXData_1=function(){return(Hj=b._emscripten_bind_MdDbText_SetXData_1=b.asm.emscripten_bind_MdDbText_SetXData_1).apply(null,
  226. arguments)},Ij=b._emscripten_bind_MdDbText_GetxDataString_2=function(){return(Ij=b._emscripten_bind_MdDbText_GetxDataString_2=b.asm.emscripten_bind_MdDbText_GetxDataString_2).apply(null,arguments)},Jj=b._emscripten_bind_MdDbText_SetxDataString_3=function(){return(Jj=b._emscripten_bind_MdDbText_SetxDataString_3=b.asm.emscripten_bind_MdDbText_SetxDataString_3).apply(null,arguments)},Kj=b._emscripten_bind_MdDbText_GetxDataDouble_2=function(){return(Kj=b._emscripten_bind_MdDbText_GetxDataDouble_2=b.asm.emscripten_bind_MdDbText_GetxDataDouble_2).apply(null,
  227. arguments)},Lj=b._emscripten_bind_MdDbText_SetxDataDouble_3=function(){return(Lj=b._emscripten_bind_MdDbText_SetxDataDouble_3=b.asm.emscripten_bind_MdDbText_SetxDataDouble_3).apply(null,arguments)},Mj=b._emscripten_bind_MdDbText_GetxDataLong_2=function(){return(Mj=b._emscripten_bind_MdDbText_GetxDataLong_2=b.asm.emscripten_bind_MdDbText_GetxDataLong_2).apply(null,arguments)},Nj=b._emscripten_bind_MdDbText_SetxDataLong_3=function(){return(Nj=b._emscripten_bind_MdDbText_SetxDataLong_3=b.asm.emscripten_bind_MdDbText_SetxDataLong_3).apply(null,
  228. arguments)},Oj=b._emscripten_bind_MdDbText_GetxDataPoint_2=function(){return(Oj=b._emscripten_bind_MdDbText_GetxDataPoint_2=b.asm.emscripten_bind_MdDbText_GetxDataPoint_2).apply(null,arguments)},Pj=b._emscripten_bind_MdDbText_SetxDataPoint_3=function(){return(Pj=b._emscripten_bind_MdDbText_SetxDataPoint_3=b.asm.emscripten_bind_MdDbText_SetxDataPoint_3).apply(null,arguments)},Qj=b._emscripten_bind_MdDbText_DeleteXData_1=function(){return(Qj=b._emscripten_bind_MdDbText_DeleteXData_1=b.asm.emscripten_bind_MdDbText_DeleteXData_1).apply(null,
  229. arguments)},Rj=b._emscripten_bind_MdDbText_GetAllAppName_0=function(){return(Rj=b._emscripten_bind_MdDbText_GetAllAppName_0=b.asm.emscripten_bind_MdDbText_GetAllAppName_0).apply(null,arguments)},Sj=b._emscripten_bind_MdDbText_LayerId_0=function(){return(Sj=b._emscripten_bind_MdDbText_LayerId_0=b.asm.emscripten_bind_MdDbText_LayerId_0).apply(null,arguments)},Tj=b._emscripten_bind_MdDbText_SetLayerId_1=function(){return(Tj=b._emscripten_bind_MdDbText_SetLayerId_1=b.asm.emscripten_bind_MdDbText_SetLayerId_1).apply(null,
  230. arguments)},Uj=b._emscripten_bind_MdDbText_LinetypeId_0=function(){return(Uj=b._emscripten_bind_MdDbText_LinetypeId_0=b.asm.emscripten_bind_MdDbText_LinetypeId_0).apply(null,arguments)},Vj=b._emscripten_bind_MdDbText_SetLinetypeId_1=function(){return(Vj=b._emscripten_bind_MdDbText_SetLinetypeId_1=b.asm.emscripten_bind_MdDbText_SetLinetypeId_1).apply(null,arguments)},Wj=b._emscripten_bind_MdDbText_Linetype_0=function(){return(Wj=b._emscripten_bind_MdDbText_Linetype_0=b.asm.emscripten_bind_MdDbText_Linetype_0).apply(null,
  231. arguments)},Xj=b._emscripten_bind_MdDbText_SetLinetype_1=function(){return(Xj=b._emscripten_bind_MdDbText_SetLinetype_1=b.asm.emscripten_bind_MdDbText_SetLinetype_1).apply(null,arguments)},Yj=b._emscripten_bind_MdDbText_TextStyleId_0=function(){return(Yj=b._emscripten_bind_MdDbText_TextStyleId_0=b.asm.emscripten_bind_MdDbText_TextStyleId_0).apply(null,arguments)},Zj=b._emscripten_bind_MdDbText_SetTextStyleId_1=function(){return(Zj=b._emscripten_bind_MdDbText_SetTextStyleId_1=b.asm.emscripten_bind_MdDbText_SetTextStyleId_1).apply(null,
  232. arguments)},ak=b._emscripten_bind_MdDbText_IntersectWith_2=function(){return(ak=b._emscripten_bind_MdDbText_IntersectWith_2=b.asm.emscripten_bind_MdDbText_IntersectWith_2).apply(null,arguments)},bk=b._emscripten_bind_MdDbText_getArea_0=function(){return(bk=b._emscripten_bind_MdDbText_getArea_0=b.asm.emscripten_bind_MdDbText_getArea_0).apply(null,arguments)},ck=b._emscripten_bind_MdDbText_disableUpdateDisplay_1=function(){return(ck=b._emscripten_bind_MdDbText_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbText_disableUpdateDisplay_1).apply(null,
  233. arguments)},dk=b._emscripten_bind_MdDbText_isPropertiesWindowCustom_0=function(){return(dk=b._emscripten_bind_MdDbText_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbText_isPropertiesWindowCustom_0).apply(null,arguments)},ek=b._emscripten_bind_MdDbText_setPropertiesWindowCustom_1=function(){return(ek=b._emscripten_bind_MdDbText_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbText_setPropertiesWindowCustom_1).apply(null,arguments)},fk=b._emscripten_bind_MdDbText_updateDisplay_0=function(){return(fk=
  234. b._emscripten_bind_MdDbText_updateDisplay_0=b.asm.emscripten_bind_MdDbText_updateDisplay_0).apply(null,arguments)},gk=b._emscripten_bind_MdDbText_DrawOrder_0=function(){return(gk=b._emscripten_bind_MdDbText_DrawOrder_0=b.asm.emscripten_bind_MdDbText_DrawOrder_0).apply(null,arguments)},hk=b._emscripten_bind_MdDbText_SetDrawOrder_1=function(){return(hk=b._emscripten_bind_MdDbText_SetDrawOrder_1=b.asm.emscripten_bind_MdDbText_SetDrawOrder_1).apply(null,arguments)},ik=b._emscripten_bind_MdDbText_GetObjectID_0=
  235. function(){return(ik=b._emscripten_bind_MdDbText_GetObjectID_0=b.asm.emscripten_bind_MdDbText_GetObjectID_0).apply(null,arguments)},jk=b._emscripten_bind_MdDbText_Erase_0=function(){return(jk=b._emscripten_bind_MdDbText_Erase_0=b.asm.emscripten_bind_MdDbText_Erase_0).apply(null,arguments)},kk=b._emscripten_bind_MdDbText_isErased_0=function(){return(kk=b._emscripten_bind_MdDbText_isErased_0=b.asm.emscripten_bind_MdDbText_isErased_0).apply(null,arguments)},lk=b._emscripten_bind_MdDbText_unErase_0=function(){return(lk=
  236. b._emscripten_bind_MdDbText_unErase_0=b.asm.emscripten_bind_MdDbText_unErase_0).apply(null,arguments)},mk=b._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(mk=b._emscripten_bind_MdDbText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},nk=b._emscripten_bind_MdDbText_GetExtensionDictionary_0=function(){return(nk=b._emscripten_bind_MdDbText_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbText_GetExtensionDictionary_0).apply(null,
  237. arguments)},ok=b._emscripten_bind_MdDbText_CreateExtensionDictionary_0=function(){return(ok=b._emscripten_bind_MdDbText_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbText_CreateExtensionDictionary_0).apply(null,arguments)},pk=b._emscripten_bind_MdDbText_IsHaveExtensionDictionary_0=function(){return(pk=b._emscripten_bind_MdDbText_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbText_IsHaveExtensionDictionary_0).apply(null,arguments)},qk=b._emscripten_bind_MdDbText_Clone_0=function(){return(qk=
  238. b._emscripten_bind_MdDbText_Clone_0=b.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},rk=b._emscripten_bind_MdDbText_GetHandle_0=function(){return(rk=b._emscripten_bind_MdDbText_GetHandle_0=b.asm.emscripten_bind_MdDbText_GetHandle_0).apply(null,arguments)},sk=b._emscripten_bind_MdDbText_GetDatabase_0=function(){return(sk=b._emscripten_bind_MdDbText_GetDatabase_0=b.asm.emscripten_bind_MdDbText_GetDatabase_0).apply(null,arguments)},tk=b._emscripten_bind_MdDbText_GetDatabaseIndexId_0=function(){return(tk=
  239. b._emscripten_bind_MdDbText_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbText_GetDatabaseIndexId_0).apply(null,arguments)},uk=b._emscripten_bind_MdDbText_GetOwnerID_0=function(){return(uk=b._emscripten_bind_MdDbText_GetOwnerID_0=b.asm.emscripten_bind_MdDbText_GetOwnerID_0).apply(null,arguments)},vk=b._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(vk=b._emscripten_bind_MdDbText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,arguments)},wk=b._emscripten_bind_MdDbText_getGripPoints_0=
  240. function(){return(wk=b._emscripten_bind_MdDbText_getGripPoints_0=b.asm.emscripten_bind_MdDbText_getGripPoints_0).apply(null,arguments)},xk=b._emscripten_bind_MdDbText_getObjectName_0=function(){return(xk=b._emscripten_bind_MdDbText_getObjectName_0=b.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},yk=b._emscripten_bind_MdDbText_getDxf0_0=function(){return(yk=b._emscripten_bind_MdDbText_getDxf0_0=b.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},zk=b._emscripten_bind_MdDbText_getCustomEntityTypeName_0=
  241. function(){return(zk=b._emscripten_bind_MdDbText_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbText_getCustomEntityTypeName_0).apply(null,arguments)},Ak=b._emscripten_bind_MdDbText_getCustomEntityid_0=function(){return(Ak=b._emscripten_bind_MdDbText_getCustomEntityid_0=b.asm.emscripten_bind_MdDbText_getCustomEntityid_0).apply(null,arguments)},Bk=b._emscripten_bind_MdDbText_getCustomEntityTempid_0=function(){return(Bk=b._emscripten_bind_MdDbText_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbText_getCustomEntityTempid_0).apply(null,
  242. arguments)},Ck=b._emscripten_bind_MdDbText_setCustomEntityTempid_1=function(){return(Ck=b._emscripten_bind_MdDbText_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbText_setCustomEntityTempid_1).apply(null,arguments)},Dk=b._emscripten_bind_MdDbText_getJson_0=function(){return(Dk=b._emscripten_bind_MdDbText_getJson_0=b.asm.emscripten_bind_MdDbText_getJson_0).apply(null,arguments)},Ek=b._emscripten_bind_MdDbText_setJson_1=function(){return(Ek=b._emscripten_bind_MdDbText_setJson_1=b.asm.emscripten_bind_MdDbText_setJson_1).apply(null,
  243. arguments)},Fk=b._emscripten_bind_MdDbText_isKindOf_1=function(){return(Fk=b._emscripten_bind_MdDbText_isKindOf_1=b.asm.emscripten_bind_MdDbText_isKindOf_1).apply(null,arguments)},Gk=b._emscripten_bind_MdDbText_isNull_0=function(){return(Gk=b._emscripten_bind_MdDbText_isNull_0=b.asm.emscripten_bind_MdDbText_isNull_0).apply(null,arguments)},Hk=b._emscripten_bind_MdDbText___destroy___0=function(){return(Hk=b._emscripten_bind_MdDbText___destroy___0=b.asm.emscripten_bind_MdDbText___destroy___0).apply(null,
  244. arguments)},Ik=b._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(Ik=b._emscripten_bind_MdDbDimension_MdDbDimension_0=b.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,arguments)},Jk=b._emscripten_bind_MdDbDimension_textPosition_0=function(){return(Jk=b._emscripten_bind_MdDbDimension_textPosition_0=b.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},Kk=b._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(Kk=b._emscripten_bind_MdDbDimension_setTextPosition_1=
  245. b.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},Lk=b._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(Lk=b._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},Mk=b._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(Mk=b._emscripten_bind_MdDbDimension_useSetTextPosition_0=b.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,
  246. arguments)},Nk=b._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(Nk=b._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,arguments)},Ok=b._emscripten_bind_MdDbDimension_elevation_0=function(){return(Ok=b._emscripten_bind_MdDbDimension_elevation_0=b.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},Pk=b._emscripten_bind_MdDbDimension_setElevation_1=function(){return(Pk=b._emscripten_bind_MdDbDimension_setElevation_1=
  247. b.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},Qk=b._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(Qk=b._emscripten_bind_MdDbDimension_dimensionText_0=b.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},Rk=b._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(Rk=b._emscripten_bind_MdDbDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},Sk=b._emscripten_bind_MdDbDimension_textRotation_0=
  248. function(){return(Sk=b._emscripten_bind_MdDbDimension_textRotation_0=b.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},Tk=b._emscripten_bind_MdDbDimension_setTextRotation_1=function(){return(Tk=b._emscripten_bind_MdDbDimension_setTextRotation_1=b.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},Uk=b._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(Uk=b._emscripten_bind_MdDbDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,
  249. arguments)},Vk=b._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(Vk=b._emscripten_bind_MdDbDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,arguments)},Wk=b._emscripten_bind_MdDbDimension_textAttachment_0=function(){return(Wk=b._emscripten_bind_MdDbDimension_textAttachment_0=b.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},Xk=b._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(Xk=b._emscripten_bind_MdDbDimension_setTextAttachment_1=
  250. b.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Yk=b._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Yk=b._emscripten_bind_MdDbDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,arguments)},Zk=b._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Zk=b._emscripten_bind_MdDbDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,
  251. arguments)},$k=b._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return($k=b._emscripten_bind_MdDbDimension_recomputeDimBlock_1=b.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,arguments)},al=b._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(al=b._emscripten_bind_MdDbDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},bl=b._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(bl=b._emscripten_bind_MdDbDimension_SetDimVarInt_2=
  252. b.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},cl=b._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(cl=b._emscripten_bind_MdDbDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,arguments)},dl=b._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(dl=b._emscripten_bind_MdDbDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},el=b._emscripten_bind_MdDbDimension_GetDimVarString_1=
  253. function(){return(el=b._emscripten_bind_MdDbDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},fl=b._emscripten_bind_MdDbDimension_SetDimVarString_2=function(){return(fl=b._emscripten_bind_MdDbDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},gl=b._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(gl=b._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=b.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,
  254. arguments)},hl=b._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return(hl=b._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,arguments)},il=b._emscripten_bind_MdDbDimension_GetAllText_0=function(){return(il=b._emscripten_bind_MdDbDimension_GetAllText_0=b.asm.emscripten_bind_MdDbDimension_GetAllText_0).apply(null,arguments)},jl=b._emscripten_bind_MdDbDimension_explode_0=function(){return(jl=b._emscripten_bind_MdDbDimension_explode_0=
  255. b.asm.emscripten_bind_MdDbDimension_explode_0).apply(null,arguments)},kl=b._emscripten_bind_MdDbDimension_TrueColor_0=function(){return(kl=b._emscripten_bind_MdDbDimension_TrueColor_0=b.asm.emscripten_bind_MdDbDimension_TrueColor_0).apply(null,arguments)},ll=b._emscripten_bind_MdDbDimension_SetTrueColor_1=function(){return(ll=b._emscripten_bind_MdDbDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbDimension_SetTrueColor_1).apply(null,arguments)},ml=b._emscripten_bind_MdDbDimension_ColorIndex_0=function(){return(ml=
  256. b._emscripten_bind_MdDbDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbDimension_ColorIndex_0).apply(null,arguments)},nl=b._emscripten_bind_MdDbDimension_SetColorIndex_1=function(){return(nl=b._emscripten_bind_MdDbDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbDimension_SetColorIndex_1).apply(null,arguments)},ol=b._emscripten_bind_MdDbDimension_Layer_0=function(){return(ol=b._emscripten_bind_MdDbDimension_Layer_0=b.asm.emscripten_bind_MdDbDimension_Layer_0).apply(null,arguments)},pl=b._emscripten_bind_MdDbDimension_SetLayer_1=
  257. function(){return(pl=b._emscripten_bind_MdDbDimension_SetLayer_1=b.asm.emscripten_bind_MdDbDimension_SetLayer_1).apply(null,arguments)},ql=b._emscripten_bind_MdDbDimension_LinetypeScale_0=function(){return(ql=b._emscripten_bind_MdDbDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbDimension_LinetypeScale_0).apply(null,arguments)},rl=b._emscripten_bind_MdDbDimension_SetLinetypeScale_1=function(){return(rl=b._emscripten_bind_MdDbDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbDimension_SetLinetypeScale_1).apply(null,
  258. arguments)},sl=b._emscripten_bind_MdDbDimension_Visible_0=function(){return(sl=b._emscripten_bind_MdDbDimension_Visible_0=b.asm.emscripten_bind_MdDbDimension_Visible_0).apply(null,arguments)},tl=b._emscripten_bind_MdDbDimension_SetVisible_1=function(){return(tl=b._emscripten_bind_MdDbDimension_SetVisible_1=b.asm.emscripten_bind_MdDbDimension_SetVisible_1).apply(null,arguments)},ul=b._emscripten_bind_MdDbDimension_Lineweight_0=function(){return(ul=b._emscripten_bind_MdDbDimension_Lineweight_0=b.asm.emscripten_bind_MdDbDimension_Lineweight_0).apply(null,
  259. arguments)},vl=b._emscripten_bind_MdDbDimension_SetLineweight_1=function(){return(vl=b._emscripten_bind_MdDbDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbDimension_SetLineweight_1).apply(null,arguments)},wl=b._emscripten_bind_MdDbDimension_TextStyle_0=function(){return(wl=b._emscripten_bind_MdDbDimension_TextStyle_0=b.asm.emscripten_bind_MdDbDimension_TextStyle_0).apply(null,arguments)},xl=b._emscripten_bind_MdDbDimension_SetTextStyle_1=function(){return(xl=b._emscripten_bind_MdDbDimension_SetTextStyle_1=
  260. b.asm.emscripten_bind_MdDbDimension_SetTextStyle_1).apply(null,arguments)},yl=b._emscripten_bind_MdDbDimension_Highlight_1=function(){return(yl=b._emscripten_bind_MdDbDimension_Highlight_1=b.asm.emscripten_bind_MdDbDimension_Highlight_1).apply(null,arguments)},zl=b._emscripten_bind_MdDbDimension_Move_2=function(){return(zl=b._emscripten_bind_MdDbDimension_Move_2=b.asm.emscripten_bind_MdDbDimension_Move_2).apply(null,arguments)},Al=b._emscripten_bind_MdDbDimension_Rotate_2=function(){return(Al=b._emscripten_bind_MdDbDimension_Rotate_2=
  261. b.asm.emscripten_bind_MdDbDimension_Rotate_2).apply(null,arguments)},Bl=b._emscripten_bind_MdDbDimension_Mirror_2=function(){return(Bl=b._emscripten_bind_MdDbDimension_Mirror_2=b.asm.emscripten_bind_MdDbDimension_Mirror_2).apply(null,arguments)},Cl=b._emscripten_bind_MdDbDimension_ScaleEntity_2=function(){return(Cl=b._emscripten_bind_MdDbDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbDimension_ScaleEntity_2).apply(null,arguments)},Dl=b._emscripten_bind_MdDbDimension_TransformBy_1=function(){return(Dl=
  262. b._emscripten_bind_MdDbDimension_TransformBy_1=b.asm.emscripten_bind_MdDbDimension_TransformBy_1).apply(null,arguments)},El=b._emscripten_bind_MdDbDimension_GetBoundingBox_0=function(){return(El=b._emscripten_bind_MdDbDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbDimension_GetBoundingBox_0).apply(null,arguments)},Fl=b._emscripten_bind_MdDbDimension_GetXData_1=function(){return(Fl=b._emscripten_bind_MdDbDimension_GetXData_1=b.asm.emscripten_bind_MdDbDimension_GetXData_1).apply(null,arguments)},
  263. Gl=b._emscripten_bind_MdDbDimension_SetXData_1=function(){return(Gl=b._emscripten_bind_MdDbDimension_SetXData_1=b.asm.emscripten_bind_MdDbDimension_SetXData_1).apply(null,arguments)},Hl=b._emscripten_bind_MdDbDimension_GetxDataString_2=function(){return(Hl=b._emscripten_bind_MdDbDimension_GetxDataString_2=b.asm.emscripten_bind_MdDbDimension_GetxDataString_2).apply(null,arguments)},Il=b._emscripten_bind_MdDbDimension_SetxDataString_3=function(){return(Il=b._emscripten_bind_MdDbDimension_SetxDataString_3=
  264. b.asm.emscripten_bind_MdDbDimension_SetxDataString_3).apply(null,arguments)},Jl=b._emscripten_bind_MdDbDimension_GetxDataDouble_2=function(){return(Jl=b._emscripten_bind_MdDbDimension_GetxDataDouble_2=b.asm.emscripten_bind_MdDbDimension_GetxDataDouble_2).apply(null,arguments)},Kl=b._emscripten_bind_MdDbDimension_SetxDataDouble_3=function(){return(Kl=b._emscripten_bind_MdDbDimension_SetxDataDouble_3=b.asm.emscripten_bind_MdDbDimension_SetxDataDouble_3).apply(null,arguments)},Ll=b._emscripten_bind_MdDbDimension_GetxDataLong_2=
  265. function(){return(Ll=b._emscripten_bind_MdDbDimension_GetxDataLong_2=b.asm.emscripten_bind_MdDbDimension_GetxDataLong_2).apply(null,arguments)},Ml=b._emscripten_bind_MdDbDimension_SetxDataLong_3=function(){return(Ml=b._emscripten_bind_MdDbDimension_SetxDataLong_3=b.asm.emscripten_bind_MdDbDimension_SetxDataLong_3).apply(null,arguments)},Nl=b._emscripten_bind_MdDbDimension_GetxDataPoint_2=function(){return(Nl=b._emscripten_bind_MdDbDimension_GetxDataPoint_2=b.asm.emscripten_bind_MdDbDimension_GetxDataPoint_2).apply(null,
  266. arguments)},Ol=b._emscripten_bind_MdDbDimension_SetxDataPoint_3=function(){return(Ol=b._emscripten_bind_MdDbDimension_SetxDataPoint_3=b.asm.emscripten_bind_MdDbDimension_SetxDataPoint_3).apply(null,arguments)},Pl=b._emscripten_bind_MdDbDimension_DeleteXData_1=function(){return(Pl=b._emscripten_bind_MdDbDimension_DeleteXData_1=b.asm.emscripten_bind_MdDbDimension_DeleteXData_1).apply(null,arguments)},Ql=b._emscripten_bind_MdDbDimension_GetAllAppName_0=function(){return(Ql=b._emscripten_bind_MdDbDimension_GetAllAppName_0=
  267. b.asm.emscripten_bind_MdDbDimension_GetAllAppName_0).apply(null,arguments)},Rl=b._emscripten_bind_MdDbDimension_LayerId_0=function(){return(Rl=b._emscripten_bind_MdDbDimension_LayerId_0=b.asm.emscripten_bind_MdDbDimension_LayerId_0).apply(null,arguments)},Sl=b._emscripten_bind_MdDbDimension_SetLayerId_1=function(){return(Sl=b._emscripten_bind_MdDbDimension_SetLayerId_1=b.asm.emscripten_bind_MdDbDimension_SetLayerId_1).apply(null,arguments)},Tl=b._emscripten_bind_MdDbDimension_LinetypeId_0=function(){return(Tl=
  268. b._emscripten_bind_MdDbDimension_LinetypeId_0=b.asm.emscripten_bind_MdDbDimension_LinetypeId_0).apply(null,arguments)},Ul=b._emscripten_bind_MdDbDimension_SetLinetypeId_1=function(){return(Ul=b._emscripten_bind_MdDbDimension_SetLinetypeId_1=b.asm.emscripten_bind_MdDbDimension_SetLinetypeId_1).apply(null,arguments)},Vl=b._emscripten_bind_MdDbDimension_Linetype_0=function(){return(Vl=b._emscripten_bind_MdDbDimension_Linetype_0=b.asm.emscripten_bind_MdDbDimension_Linetype_0).apply(null,arguments)},Wl=
  269. b._emscripten_bind_MdDbDimension_SetLinetype_1=function(){return(Wl=b._emscripten_bind_MdDbDimension_SetLinetype_1=b.asm.emscripten_bind_MdDbDimension_SetLinetype_1).apply(null,arguments)},Xl=b._emscripten_bind_MdDbDimension_TextStyleId_0=function(){return(Xl=b._emscripten_bind_MdDbDimension_TextStyleId_0=b.asm.emscripten_bind_MdDbDimension_TextStyleId_0).apply(null,arguments)},Yl=b._emscripten_bind_MdDbDimension_SetTextStyleId_1=function(){return(Yl=b._emscripten_bind_MdDbDimension_SetTextStyleId_1=
  270. b.asm.emscripten_bind_MdDbDimension_SetTextStyleId_1).apply(null,arguments)},Zl=b._emscripten_bind_MdDbDimension_IntersectWith_2=function(){return(Zl=b._emscripten_bind_MdDbDimension_IntersectWith_2=b.asm.emscripten_bind_MdDbDimension_IntersectWith_2).apply(null,arguments)},$l=b._emscripten_bind_MdDbDimension_getArea_0=function(){return($l=b._emscripten_bind_MdDbDimension_getArea_0=b.asm.emscripten_bind_MdDbDimension_getArea_0).apply(null,arguments)},am=b._emscripten_bind_MdDbDimension_disableUpdateDisplay_1=
  271. function(){return(am=b._emscripten_bind_MdDbDimension_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbDimension_disableUpdateDisplay_1).apply(null,arguments)},bm=b._emscripten_bind_MdDbDimension_isPropertiesWindowCustom_0=function(){return(bm=b._emscripten_bind_MdDbDimension_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbDimension_isPropertiesWindowCustom_0).apply(null,arguments)},cm=b._emscripten_bind_MdDbDimension_setPropertiesWindowCustom_1=function(){return(cm=b._emscripten_bind_MdDbDimension_setPropertiesWindowCustom_1=
  272. b.asm.emscripten_bind_MdDbDimension_setPropertiesWindowCustom_1).apply(null,arguments)},dm=b._emscripten_bind_MdDbDimension_updateDisplay_0=function(){return(dm=b._emscripten_bind_MdDbDimension_updateDisplay_0=b.asm.emscripten_bind_MdDbDimension_updateDisplay_0).apply(null,arguments)},em=b._emscripten_bind_MdDbDimension_DrawOrder_0=function(){return(em=b._emscripten_bind_MdDbDimension_DrawOrder_0=b.asm.emscripten_bind_MdDbDimension_DrawOrder_0).apply(null,arguments)},fm=b._emscripten_bind_MdDbDimension_SetDrawOrder_1=
  273. function(){return(fm=b._emscripten_bind_MdDbDimension_SetDrawOrder_1=b.asm.emscripten_bind_MdDbDimension_SetDrawOrder_1).apply(null,arguments)},gm=b._emscripten_bind_MdDbDimension_GetObjectID_0=function(){return(gm=b._emscripten_bind_MdDbDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbDimension_GetObjectID_0).apply(null,arguments)},hm=b._emscripten_bind_MdDbDimension_Erase_0=function(){return(hm=b._emscripten_bind_MdDbDimension_Erase_0=b.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,arguments)},
  274. im=b._emscripten_bind_MdDbDimension_isErased_0=function(){return(im=b._emscripten_bind_MdDbDimension_isErased_0=b.asm.emscripten_bind_MdDbDimension_isErased_0).apply(null,arguments)},jm=b._emscripten_bind_MdDbDimension_unErase_0=function(){return(jm=b._emscripten_bind_MdDbDimension_unErase_0=b.asm.emscripten_bind_MdDbDimension_unErase_0).apply(null,arguments)},km=b._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(km=b._emscripten_bind_MdDbDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,
  275. arguments)},lm=b._emscripten_bind_MdDbDimension_GetExtensionDictionary_0=function(){return(lm=b._emscripten_bind_MdDbDimension_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbDimension_GetExtensionDictionary_0).apply(null,arguments)},mm=b._emscripten_bind_MdDbDimension_CreateExtensionDictionary_0=function(){return(mm=b._emscripten_bind_MdDbDimension_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbDimension_CreateExtensionDictionary_0).apply(null,arguments)},nm=b._emscripten_bind_MdDbDimension_IsHaveExtensionDictionary_0=
  276. function(){return(nm=b._emscripten_bind_MdDbDimension_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbDimension_IsHaveExtensionDictionary_0).apply(null,arguments)},om=b._emscripten_bind_MdDbDimension_Clone_0=function(){return(om=b._emscripten_bind_MdDbDimension_Clone_0=b.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},pm=b._emscripten_bind_MdDbDimension_GetHandle_0=function(){return(pm=b._emscripten_bind_MdDbDimension_GetHandle_0=b.asm.emscripten_bind_MdDbDimension_GetHandle_0).apply(null,
  277. arguments)},qm=b._emscripten_bind_MdDbDimension_GetDatabase_0=function(){return(qm=b._emscripten_bind_MdDbDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbDimension_GetDatabase_0).apply(null,arguments)},rm=b._emscripten_bind_MdDbDimension_GetDatabaseIndexId_0=function(){return(rm=b._emscripten_bind_MdDbDimension_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbDimension_GetDatabaseIndexId_0).apply(null,arguments)},sm=b._emscripten_bind_MdDbDimension_GetOwnerID_0=function(){return(sm=b._emscripten_bind_MdDbDimension_GetOwnerID_0=
  278. b.asm.emscripten_bind_MdDbDimension_GetOwnerID_0).apply(null,arguments)},tm=b._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(tm=b._emscripten_bind_MdDbDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,arguments)},um=b._emscripten_bind_MdDbDimension_getGripPoints_0=function(){return(um=b._emscripten_bind_MdDbDimension_getGripPoints_0=b.asm.emscripten_bind_MdDbDimension_getGripPoints_0).apply(null,arguments)},wm=b._emscripten_bind_MdDbDimension_getObjectName_0=
  279. function(){return(wm=b._emscripten_bind_MdDbDimension_getObjectName_0=b.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},xm=b._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(xm=b._emscripten_bind_MdDbDimension_getDxf0_0=b.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},ym=b._emscripten_bind_MdDbDimension_getCustomEntityTypeName_0=function(){return(ym=b._emscripten_bind_MdDbDimension_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbDimension_getCustomEntityTypeName_0).apply(null,
  280. arguments)},zm=b._emscripten_bind_MdDbDimension_getCustomEntityid_0=function(){return(zm=b._emscripten_bind_MdDbDimension_getCustomEntityid_0=b.asm.emscripten_bind_MdDbDimension_getCustomEntityid_0).apply(null,arguments)},Am=b._emscripten_bind_MdDbDimension_getCustomEntityTempid_0=function(){return(Am=b._emscripten_bind_MdDbDimension_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbDimension_getCustomEntityTempid_0).apply(null,arguments)},Bm=b._emscripten_bind_MdDbDimension_setCustomEntityTempid_1=
  281. function(){return(Bm=b._emscripten_bind_MdDbDimension_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbDimension_setCustomEntityTempid_1).apply(null,arguments)},Cm=b._emscripten_bind_MdDbDimension_getJson_0=function(){return(Cm=b._emscripten_bind_MdDbDimension_getJson_0=b.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,arguments)},Dm=b._emscripten_bind_MdDbDimension_setJson_1=function(){return(Dm=b._emscripten_bind_MdDbDimension_setJson_1=b.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,
  282. arguments)},Em=b._emscripten_bind_MdDbDimension_isKindOf_1=function(){return(Em=b._emscripten_bind_MdDbDimension_isKindOf_1=b.asm.emscripten_bind_MdDbDimension_isKindOf_1).apply(null,arguments)},Fm=b._emscripten_bind_MdDbDimension_isNull_0=function(){return(Fm=b._emscripten_bind_MdDbDimension_isNull_0=b.asm.emscripten_bind_MdDbDimension_isNull_0).apply(null,arguments)},Gm=b._emscripten_bind_MdDbDimension___destroy___0=function(){return(Gm=b._emscripten_bind_MdDbDimension___destroy___0=b.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,
  283. arguments)},Hm=b._emscripten_bind_VoidPtr___destroy___0=function(){return(Hm=b._emscripten_bind_VoidPtr___destroy___0=b.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,arguments)},Im=b._emscripten_bind_McApp_McApp_0=function(){return(Im=b._emscripten_bind_McApp_McApp_0=b.asm.emscripten_bind_McApp_McApp_0).apply(null,arguments)},Jm=b._emscripten_bind_McApp_Init_0=function(){return(Jm=b._emscripten_bind_McApp_Init_0=b.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},Km=b._emscripten_bind_McApp_CreateMxDraw_6=
  284. function(){return(Km=b._emscripten_bind_McApp_CreateMxDraw_6=b.asm.emscripten_bind_McApp_CreateMxDraw_6).apply(null,arguments)},Lm=b._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(Lm=b._emscripten_bind_McApp_GetCurrentMxDraw_0=b.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,arguments)},Mm=b._emscripten_bind_McApp_DestroyObject_1=function(){return(Mm=b._emscripten_bind_McApp_DestroyObject_1=b.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},Nm=b._emscripten_bind_McApp_DestroyMdGePoint3d_1=
  285. function(){return(Nm=b._emscripten_bind_McApp_DestroyMdGePoint3d_1=b.asm.emscripten_bind_McApp_DestroyMdGePoint3d_1).apply(null,arguments)},Om=b._emscripten_bind_McApp_DestroyMdGeLongArray_1=function(){return(Om=b._emscripten_bind_McApp_DestroyMdGeLongArray_1=b.asm.emscripten_bind_McApp_DestroyMdGeLongArray_1).apply(null,arguments)},Pm=b._emscripten_bind_McApp_DestroyMdGeDoubleArray_1=function(){return(Pm=b._emscripten_bind_McApp_DestroyMdGeDoubleArray_1=b.asm.emscripten_bind_McApp_DestroyMdGeDoubleArray_1).apply(null,
  286. arguments)},Qm=b._emscripten_bind_McApp_DestroyMdGeStringArray_1=function(){return(Qm=b._emscripten_bind_McApp_DestroyMdGeStringArray_1=b.asm.emscripten_bind_McApp_DestroyMdGeStringArray_1).apply(null,arguments)},Rm=b._emscripten_bind_McApp_DestroyMdDbCustomEntityDwgFiler_1=function(){return(Rm=b._emscripten_bind_McApp_DestroyMdDbCustomEntityDwgFiler_1=b.asm.emscripten_bind_McApp_DestroyMdDbCustomEntityDwgFiler_1).apply(null,arguments)},Sm=b._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(Sm=
  287. b._emscripten_bind_McApp_mcedRGB2Index_4=b.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},Tm=b._emscripten_bind_McApp_setDefaultViewBackgroundColor_3=function(){return(Tm=b._emscripten_bind_McApp_setDefaultViewBackgroundColor_3=b.asm.emscripten_bind_McApp_setDefaultViewBackgroundColor_3).apply(null,arguments)},Um=b._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(Um=b._emscripten_bind_McApp_ObjectIdToObjectName_1=b.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,
  288. arguments)},Vm=b._emscripten_bind_McApp_GetVersionString_0=function(){return(Vm=b._emscripten_bind_McApp_GetVersionString_0=b.asm.emscripten_bind_McApp_GetVersionString_0).apply(null,arguments)},Wm=b._emscripten_bind_McApp_isObjectEraseSataus_1=function(){return(Wm=b._emscripten_bind_McApp_isObjectEraseSataus_1=b.asm.emscripten_bind_McApp_isObjectEraseSataus_1).apply(null,arguments)},Xm=b._emscripten_bind_McApp_ObjectIdIsKindOf_2=function(){return(Xm=b._emscripten_bind_McApp_ObjectIdIsKindOf_2=b.asm.emscripten_bind_McApp_ObjectIdIsKindOf_2).apply(null,
  289. arguments)},Ym=b._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(Ym=b._emscripten_bind_McApp_ObjectIdToMdObject_1=b.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Zm=b._emscripten_bind_McApp_ObjectIdToMdDbEntity_1=function(){return(Zm=b._emscripten_bind_McApp_ObjectIdToMdDbEntity_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbEntity_1).apply(null,arguments)},$m=b._emscripten_bind_McApp_ObjectIdToMdDbCurve_1=function(){return($m=b._emscripten_bind_McApp_ObjectIdToMdDbCurve_1=
  290. b.asm.emscripten_bind_McApp_ObjectIdToMdDbCurve_1).apply(null,arguments)},an=b._emscripten_bind_McApp_ObjectIdToMdDbDimension_1=function(){return(an=b._emscripten_bind_McApp_ObjectIdToMdDbDimension_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbDimension_1).apply(null,arguments)},bn=b._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(bn=b._emscripten_bind_McApp_ObjectIdToMdDbLine_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},cn=b._emscripten_bind_McApp_ObjectIdToMdDbText_1=
  291. function(){return(cn=b._emscripten_bind_McApp_ObjectIdToMdDbText_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},dn=b._emscripten_bind_McApp_ObjectIdToMdDbAttribute_1=function(){return(dn=b._emscripten_bind_McApp_ObjectIdToMdDbAttribute_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbAttribute_1).apply(null,arguments)},en=b._emscripten_bind_McApp_ObjectIdToMdDbAttributeDefinition_1=function(){return(en=b._emscripten_bind_McApp_ObjectIdToMdDbAttributeDefinition_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbAttributeDefinition_1).apply(null,
  292. arguments)},fn=b._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=function(){return(fn=b._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbPolyline_1).apply(null,arguments)},gn=b._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=function(){return(gn=b._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbCircle_1).apply(null,arguments)},hn=b._emscripten_bind_McApp_ObjectIdToMdDbArc_1=function(){return(hn=b._emscripten_bind_McApp_ObjectIdToMdDbArc_1=
  293. b.asm.emscripten_bind_McApp_ObjectIdToMdDbArc_1).apply(null,arguments)},jn=b._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=function(){return(jn=b._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1).apply(null,arguments)},kn=b._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=function(){return(kn=b._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1).apply(null,
  294. arguments)},ln=b._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=function(){return(ln=b._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1).apply(null,arguments)},mn=b._emscripten_bind_McApp_ObjectIdToMdDbMText_1=function(){return(mn=b._emscripten_bind_McApp_ObjectIdToMdDbMText_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbMText_1).apply(null,arguments)},nn=b._emscripten_bind_McApp_ObjectIdToMdDbEllipse_1=function(){return(nn=
  295. b._emscripten_bind_McApp_ObjectIdToMdDbEllipse_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbEllipse_1).apply(null,arguments)},on=b._emscripten_bind_McApp_ObjectIdToMdDbHatch_1=function(){return(on=b._emscripten_bind_McApp_ObjectIdToMdDbHatch_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbHatch_1).apply(null,arguments)},pn=b._emscripten_bind_McApp_ObjectIdToMdDbProxyEntity_1=function(){return(pn=b._emscripten_bind_McApp_ObjectIdToMdDbProxyEntity_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbProxyEntity_1).apply(null,
  296. arguments)},qn=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImage_1=function(){return(qn=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImage_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbRasterImage_1).apply(null,arguments)},rn=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImageDef_1=function(){return(rn=b._emscripten_bind_McApp_ObjectIdToMdDbRasterImageDef_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbRasterImageDef_1).apply(null,arguments)},sn=b._emscripten_bind_McApp_ObjectIdToMdDbCustomEntity_1=function(){return(sn=
  297. b._emscripten_bind_McApp_ObjectIdToMdDbCustomEntity_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbCustomEntity_1).apply(null,arguments)},tn=b._emscripten_bind_McApp_ObjectIdToMdDbDictionary_1=function(){return(tn=b._emscripten_bind_McApp_ObjectIdToMdDbDictionary_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbDictionary_1).apply(null,arguments)},un=b._emscripten_bind_McApp_ObjectIdToMdDbXrecord_1=function(){return(un=b._emscripten_bind_McApp_ObjectIdToMdDbXrecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbXrecord_1).apply(null,
  298. arguments)},vn=b._emscripten_bind_McApp_ObjectIdToMdDbPoint_1=function(){return(vn=b._emscripten_bind_McApp_ObjectIdToMdDbPoint_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbPoint_1).apply(null,arguments)},wn=b._emscripten_bind_McApp_ObjectIdToMdDbBlockTableRecord_1=function(){return(wn=b._emscripten_bind_McApp_ObjectIdToMdDbBlockTableRecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbBlockTableRecord_1).apply(null,arguments)},xn=b._emscripten_bind_McApp_ObjectIdToMdDbLayerTableRecord_1=function(){return(xn=
  299. b._emscripten_bind_McApp_ObjectIdToMdDbLayerTableRecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbLayerTableRecord_1).apply(null,arguments)},yn=b._emscripten_bind_McApp_ObjectIdToMdDbLinetypeTableRecord_1=function(){return(yn=b._emscripten_bind_McApp_ObjectIdToMdDbLinetypeTableRecord_1=b.asm.emscripten_bind_McApp_ObjectIdToMdDbLinetypeTableRecord_1).apply(null,arguments)},zn=b._emscripten_bind_McApp_ObjectIdToMdDbTextStyleTableRecord_1=function(){return(zn=b._emscripten_bind_McApp_ObjectIdToMdDbTextStyleTableRecord_1=
  300. b.asm.emscripten_bind_McApp_ObjectIdToMdDbTextStyleTableRecord_1).apply(null,arguments)},An=b._emscripten_bind_McApp_getLastCallResult_0=function(){return(An=b._emscripten_bind_McApp_getLastCallResult_0=b.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,arguments)},Bn=b._emscripten_bind_McApp_ThreadTaskAbortExit_0=function(){return(Bn=b._emscripten_bind_McApp_ThreadTaskAbortExit_0=b.asm.emscripten_bind_McApp_ThreadTaskAbortExit_0).apply(null,arguments)},Cn=b._emscripten_bind_McApp_setFontFilePath_1=
  301. function(){return(Cn=b._emscripten_bind_McApp_setFontFilePath_1=b.asm.emscripten_bind_McApp_setFontFilePath_1).apply(null,arguments)},Dn=b._emscripten_bind_McApp_addNetworkLoadingFont_1=function(){return(Dn=b._emscripten_bind_McApp_addNetworkLoadingFont_1=b.asm.emscripten_bind_McApp_addNetworkLoadingFont_1).apply(null,arguments)},En=b._emscripten_bind_McApp_setDefaultTrueTypeFontFile_1=function(){return(En=b._emscripten_bind_McApp_setDefaultTrueTypeFontFile_1=b.asm.emscripten_bind_McApp_setDefaultTrueTypeFontFile_1).apply(null,
  302. arguments)},Fn=b._emscripten_bind_McApp___destroy___0=function(){return(Fn=b._emscripten_bind_McApp___destroy___0=b.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},Gn=b._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(Gn=b._emscripten_bind_MdCmColor_MdCmColor_0=b.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},Hn=b._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(Hn=b._emscripten_bind_MdCmColor_setColorIndex_1=b.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,
  303. arguments)},In=b._emscripten_bind_MdCmColor_setRGB_3=function(){return(In=b._emscripten_bind_MdCmColor_setRGB_3=b.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,arguments)},Jn=b._emscripten_bind_MdCmColor_getColorString_0=function(){return(Jn=b._emscripten_bind_MdCmColor_getColorString_0=b.asm.emscripten_bind_MdCmColor_getColorString_0).apply(null,arguments)},Kn=b._emscripten_bind_MdCmColor_getColorValue_2=function(){return(Kn=b._emscripten_bind_MdCmColor_getColorValue_2=b.asm.emscripten_bind_MdCmColor_getColorValue_2).apply(null,
  304. arguments)},Ln=b._emscripten_bind_MdCmColor_get_red_0=function(){return(Ln=b._emscripten_bind_MdCmColor_get_red_0=b.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},Mn=b._emscripten_bind_MdCmColor_set_red_1=function(){return(Mn=b._emscripten_bind_MdCmColor_set_red_1=b.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,arguments)},Nn=b._emscripten_bind_MdCmColor_get_green_0=function(){return(Nn=b._emscripten_bind_MdCmColor_get_green_0=b.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,
  305. arguments)},On=b._emscripten_bind_MdCmColor_set_green_1=function(){return(On=b._emscripten_bind_MdCmColor_set_green_1=b.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},Pn=b._emscripten_bind_MdCmColor_get_blue_0=function(){return(Pn=b._emscripten_bind_MdCmColor_get_blue_0=b.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,arguments)},Qn=b._emscripten_bind_MdCmColor_set_blue_1=function(){return(Qn=b._emscripten_bind_MdCmColor_set_blue_1=b.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,
  306. arguments)},Rn=b._emscripten_bind_MdCmColor_get_method_0=function(){return(Rn=b._emscripten_bind_MdCmColor_get_method_0=b.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},Sn=b._emscripten_bind_MdCmColor_set_method_1=function(){return(Sn=b._emscripten_bind_MdCmColor_set_method_1=b.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,arguments)},Tn=b._emscripten_bind_MdCmColor_get_n_0=function(){return(Tn=b._emscripten_bind_MdCmColor_get_n_0=b.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,
  307. arguments)},Un=b._emscripten_bind_MdCmColor_set_n_1=function(){return(Un=b._emscripten_bind_MdCmColor_set_n_1=b.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},Vn=b._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(Vn=b._emscripten_bind_MdCmColor_get_colorIndex_0=b.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,arguments)},Wn=b._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(Wn=b._emscripten_bind_MdCmColor_set_colorIndex_1=b.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,
  308. arguments)},Xn=b._emscripten_bind_MdCmColor___destroy___0=function(){return(Xn=b._emscripten_bind_MdCmColor___destroy___0=b.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},Yn=b._emscripten_bind_MdDbObjectArray_length_0=function(){return(Yn=b._emscripten_bind_MdDbObjectArray_length_0=b.asm.emscripten_bind_MdDbObjectArray_length_0).apply(null,arguments)},Zn=b._emscripten_bind_MdDbObjectArray_release_1=function(){return(Zn=b._emscripten_bind_MdDbObjectArray_release_1=b.asm.emscripten_bind_MdDbObjectArray_release_1).apply(null,
  309. arguments)},$n=b._emscripten_bind_MdDbObjectArray_clear_0=function(){return($n=b._emscripten_bind_MdDbObjectArray_clear_0=b.asm.emscripten_bind_MdDbObjectArray_clear_0).apply(null,arguments)},ao=b._emscripten_bind_MdDbObjectArray_getObjectName_0=function(){return(ao=b._emscripten_bind_MdDbObjectArray_getObjectName_0=b.asm.emscripten_bind_MdDbObjectArray_getObjectName_0).apply(null,arguments)},bo=b._emscripten_bind_MdDbObjectArray_getDxf0_0=function(){return(bo=b._emscripten_bind_MdDbObjectArray_getDxf0_0=
  310. b.asm.emscripten_bind_MdDbObjectArray_getDxf0_0).apply(null,arguments)},co=b._emscripten_bind_MdDbObjectArray_getCustomEntityTypeName_0=function(){return(co=b._emscripten_bind_MdDbObjectArray_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbObjectArray_getCustomEntityTypeName_0).apply(null,arguments)},eo=b._emscripten_bind_MdDbObjectArray_getCustomEntityid_0=function(){return(eo=b._emscripten_bind_MdDbObjectArray_getCustomEntityid_0=b.asm.emscripten_bind_MdDbObjectArray_getCustomEntityid_0).apply(null,
  311. arguments)},fo=b._emscripten_bind_MdDbObjectArray_getCustomEntityTempid_0=function(){return(fo=b._emscripten_bind_MdDbObjectArray_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbObjectArray_getCustomEntityTempid_0).apply(null,arguments)},go=b._emscripten_bind_MdDbObjectArray_setCustomEntityTempid_1=function(){return(go=b._emscripten_bind_MdDbObjectArray_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbObjectArray_setCustomEntityTempid_1).apply(null,arguments)},ho=b._emscripten_bind_MdDbObjectArray_getJson_0=
  312. function(){return(ho=b._emscripten_bind_MdDbObjectArray_getJson_0=b.asm.emscripten_bind_MdDbObjectArray_getJson_0).apply(null,arguments)},io=b._emscripten_bind_MdDbObjectArray_setJson_1=function(){return(io=b._emscripten_bind_MdDbObjectArray_setJson_1=b.asm.emscripten_bind_MdDbObjectArray_setJson_1).apply(null,arguments)},jo=b._emscripten_bind_MdDbObjectArray_isKindOf_1=function(){return(jo=b._emscripten_bind_MdDbObjectArray_isKindOf_1=b.asm.emscripten_bind_MdDbObjectArray_isKindOf_1).apply(null,
  313. arguments)},ko=b._emscripten_bind_MdDbObjectArray_isNull_0=function(){return(ko=b._emscripten_bind_MdDbObjectArray_isNull_0=b.asm.emscripten_bind_MdDbObjectArray_isNull_0).apply(null,arguments)},lo=b._emscripten_bind_MdDbObjectArray___destroy___0=function(){return(lo=b._emscripten_bind_MdDbObjectArray___destroy___0=b.asm.emscripten_bind_MdDbObjectArray___destroy___0).apply(null,arguments)},mo=b._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return(mo=b._emscripten_bind_MdGePoint3d_MdGePoint3d_0=
  314. b.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,arguments)},no=b._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(no=b._emscripten_bind_MdGePoint3d_MdGePoint3d_3=b.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,arguments)},oo=b._emscripten_bind_MdGePoint3d_transformBy_1=function(){return(oo=b._emscripten_bind_MdGePoint3d_transformBy_1=b.asm.emscripten_bind_MdGePoint3d_transformBy_1).apply(null,arguments)},po=b._emscripten_bind_MdGePoint3d_addvec_1=function(){return(po=
  315. b._emscripten_bind_MdGePoint3d_addvec_1=b.asm.emscripten_bind_MdGePoint3d_addvec_1).apply(null,arguments)},qo=b._emscripten_bind_MdGePoint3d_subvec_1=function(){return(qo=b._emscripten_bind_MdGePoint3d_subvec_1=b.asm.emscripten_bind_MdGePoint3d_subvec_1).apply(null,arguments)},ro=b._emscripten_bind_MdGePoint3d_sub_1=function(){return(ro=b._emscripten_bind_MdGePoint3d_sub_1=b.asm.emscripten_bind_MdGePoint3d_sub_1).apply(null,arguments)},so=b._emscripten_bind_MdGePoint3d_distanceTo_1=function(){return(so=
  316. b._emscripten_bind_MdGePoint3d_distanceTo_1=b.asm.emscripten_bind_MdGePoint3d_distanceTo_1).apply(null,arguments)},to=b._emscripten_bind_MdGePoint3d_isEqualTo_1=function(){return(to=b._emscripten_bind_MdGePoint3d_isEqualTo_1=b.asm.emscripten_bind_MdGePoint3d_isEqualTo_1).apply(null,arguments)},uo=b._emscripten_bind_MdGePoint3d_get_x_0=function(){return(uo=b._emscripten_bind_MdGePoint3d_get_x_0=b.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},vo=b._emscripten_bind_MdGePoint3d_set_x_1=
  317. function(){return(vo=b._emscripten_bind_MdGePoint3d_set_x_1=b.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,arguments)},wo=b._emscripten_bind_MdGePoint3d_get_y_0=function(){return(wo=b._emscripten_bind_MdGePoint3d_get_y_0=b.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,arguments)},xo=b._emscripten_bind_MdGePoint3d_set_y_1=function(){return(xo=b._emscripten_bind_MdGePoint3d_set_y_1=b.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},yo=b._emscripten_bind_MdGePoint3d_get_z_0=
  318. function(){return(yo=b._emscripten_bind_MdGePoint3d_get_z_0=b.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,arguments)},zo=b._emscripten_bind_MdGePoint3d_set_z_1=function(){return(zo=b._emscripten_bind_MdGePoint3d_set_z_1=b.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,arguments)},Ao=b._emscripten_bind_MdGePoint3d___destroy___0=function(){return(Ao=b._emscripten_bind_MdGePoint3d___destroy___0=b.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},Bo=b._emscripten_bind_MxMemoryData_clear_0=
  319. function(){return(Bo=b._emscripten_bind_MxMemoryData_clear_0=b.asm.emscripten_bind_MxMemoryData_clear_0).apply(null,arguments)},Co=b._emscripten_bind_MxMemoryData_getData_0=function(){return(Co=b._emscripten_bind_MxMemoryData_getData_0=b.asm.emscripten_bind_MxMemoryData_getData_0).apply(null,arguments)},Do=b._emscripten_bind_MxMemoryData_getSize_0=function(){return(Do=b._emscripten_bind_MxMemoryData_getSize_0=b.asm.emscripten_bind_MxMemoryData_getSize_0).apply(null,arguments)},Eo=b._emscripten_bind_MxMemoryData___destroy___0=
  320. function(){return(Eo=b._emscripten_bind_MxMemoryData___destroy___0=b.asm.emscripten_bind_MxMemoryData___destroy___0).apply(null,arguments)},Fo=b._emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0=function(){return(Fo=b._emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0=b.asm.emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0).apply(null,arguments)},Go=b._emscripten_bind_MdGePoint3dArray_append_1=function(){return(Go=b._emscripten_bind_MdGePoint3dArray_append_1=b.asm.emscripten_bind_MdGePoint3dArray_append_1).apply(null,
  321. arguments)},Ho=b._emscripten_bind_MdGePoint3dArray_length_0=function(){return(Ho=b._emscripten_bind_MdGePoint3dArray_length_0=b.asm.emscripten_bind_MdGePoint3dArray_length_0).apply(null,arguments)},Io=b._emscripten_bind_MdGePoint3dArray_at_1=function(){return(Io=b._emscripten_bind_MdGePoint3dArray_at_1=b.asm.emscripten_bind_MdGePoint3dArray_at_1).apply(null,arguments)},Jo=b._emscripten_bind_MdGePoint3dArray_setAt_2=function(){return(Jo=b._emscripten_bind_MdGePoint3dArray_setAt_2=b.asm.emscripten_bind_MdGePoint3dArray_setAt_2).apply(null,
  322. arguments)},Ko=b._emscripten_bind_MdGePoint3dArray_clear_0=function(){return(Ko=b._emscripten_bind_MdGePoint3dArray_clear_0=b.asm.emscripten_bind_MdGePoint3dArray_clear_0).apply(null,arguments)},Lo=b._emscripten_bind_MdGePoint3dArray_copy_1=function(){return(Lo=b._emscripten_bind_MdGePoint3dArray_copy_1=b.asm.emscripten_bind_MdGePoint3dArray_copy_1).apply(null,arguments)},Mo=b._emscripten_bind_MdGePoint3dArray___destroy___0=function(){return(Mo=b._emscripten_bind_MdGePoint3dArray___destroy___0=b.asm.emscripten_bind_MdGePoint3dArray___destroy___0).apply(null,
  323. arguments)},No=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(No=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},Oo=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(Oo=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},Po=b._emscripten_bind_MdGeVector3d_rotateBy_2=function(){return(Po=b._emscripten_bind_MdGeVector3d_rotateBy_2=
  324. b.asm.emscripten_bind_MdGeVector3d_rotateBy_2).apply(null,arguments)},Qo=b._emscripten_bind_MdGeVector3d_negate_0=function(){return(Qo=b._emscripten_bind_MdGeVector3d_negate_0=b.asm.emscripten_bind_MdGeVector3d_negate_0).apply(null,arguments)},Ro=b._emscripten_bind_MdGeVector3d_perpVector_0=function(){return(Ro=b._emscripten_bind_MdGeVector3d_perpVector_0=b.asm.emscripten_bind_MdGeVector3d_perpVector_0).apply(null,arguments)},So=b._emscripten_bind_MdGeVector3d_angleTo_1=function(){return(So=b._emscripten_bind_MdGeVector3d_angleTo_1=
  325. b.asm.emscripten_bind_MdGeVector3d_angleTo_1).apply(null,arguments)},To=b._emscripten_bind_MdGeVector3d_angleTo_2=function(){return(To=b._emscripten_bind_MdGeVector3d_angleTo_2=b.asm.emscripten_bind_MdGeVector3d_angleTo_2).apply(null,arguments)},Uo=b._emscripten_bind_MdGeVector3d_normalize_0=function(){return(Uo=b._emscripten_bind_MdGeVector3d_normalize_0=b.asm.emscripten_bind_MdGeVector3d_normalize_0).apply(null,arguments)},Vo=b._emscripten_bind_MdGeVector3d_length_0=function(){return(Vo=b._emscripten_bind_MdGeVector3d_length_0=
  326. b.asm.emscripten_bind_MdGeVector3d_length_0).apply(null,arguments)},Wo=b._emscripten_bind_MdGeVector3d_isUnitLength_0=function(){return(Wo=b._emscripten_bind_MdGeVector3d_isUnitLength_0=b.asm.emscripten_bind_MdGeVector3d_isUnitLength_0).apply(null,arguments)},Xo=b._emscripten_bind_MdGeVector3d_isZeroLength_0=function(){return(Xo=b._emscripten_bind_MdGeVector3d_isZeroLength_0=b.asm.emscripten_bind_MdGeVector3d_isZeroLength_0).apply(null,arguments)},Yo=b._emscripten_bind_MdGeVector3d_dotProduct_1=function(){return(Yo=
  327. b._emscripten_bind_MdGeVector3d_dotProduct_1=b.asm.emscripten_bind_MdGeVector3d_dotProduct_1).apply(null,arguments)},Zo=b._emscripten_bind_MdGeVector3d_crossProduct_1=function(){return(Zo=b._emscripten_bind_MdGeVector3d_crossProduct_1=b.asm.emscripten_bind_MdGeVector3d_crossProduct_1).apply(null,arguments)},$o=b._emscripten_bind_MdGeVector3d_isEqualTo_1=function(){return($o=b._emscripten_bind_MdGeVector3d_isEqualTo_1=b.asm.emscripten_bind_MdGeVector3d_isEqualTo_1).apply(null,arguments)},ap=b._emscripten_bind_MdGeVector3d_mult_1=
  328. function(){return(ap=b._emscripten_bind_MdGeVector3d_mult_1=b.asm.emscripten_bind_MdGeVector3d_mult_1).apply(null,arguments)},bp=b._emscripten_bind_MdGeVector3d_get_x_0=function(){return(bp=b._emscripten_bind_MdGeVector3d_get_x_0=b.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},cp=b._emscripten_bind_MdGeVector3d_set_x_1=function(){return(cp=b._emscripten_bind_MdGeVector3d_set_x_1=b.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,arguments)},dp=b._emscripten_bind_MdGeVector3d_get_y_0=
  329. function(){return(dp=b._emscripten_bind_MdGeVector3d_get_y_0=b.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},ep=b._emscripten_bind_MdGeVector3d_set_y_1=function(){return(ep=b._emscripten_bind_MdGeVector3d_set_y_1=b.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},fp=b._emscripten_bind_MdGeVector3d_get_z_0=function(){return(fp=b._emscripten_bind_MdGeVector3d_get_z_0=b.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,arguments)},gp=b._emscripten_bind_MdGeVector3d_set_z_1=
  330. function(){return(gp=b._emscripten_bind_MdGeVector3d_set_z_1=b.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},hp=b._emscripten_bind_MdGeVector3d___destroy___0=function(){return(hp=b._emscripten_bind_MdGeVector3d___destroy___0=b.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},ip=b._emscripten_bind_MdGeLongArray_MdGeLongArray_0=function(){return(ip=b._emscripten_bind_MdGeLongArray_MdGeLongArray_0=b.asm.emscripten_bind_MdGeLongArray_MdGeLongArray_0).apply(null,
  331. arguments)},jp=b._emscripten_bind_MdGeLongArray_append_1=function(){return(jp=b._emscripten_bind_MdGeLongArray_append_1=b.asm.emscripten_bind_MdGeLongArray_append_1).apply(null,arguments)},kp=b._emscripten_bind_MdGeLongArray_length_0=function(){return(kp=b._emscripten_bind_MdGeLongArray_length_0=b.asm.emscripten_bind_MdGeLongArray_length_0).apply(null,arguments)},lp=b._emscripten_bind_MdGeLongArray_at_1=function(){return(lp=b._emscripten_bind_MdGeLongArray_at_1=b.asm.emscripten_bind_MdGeLongArray_at_1).apply(null,
  332. arguments)},mp=b._emscripten_bind_MdGeLongArray_setAt_2=function(){return(mp=b._emscripten_bind_MdGeLongArray_setAt_2=b.asm.emscripten_bind_MdGeLongArray_setAt_2).apply(null,arguments)},np=b._emscripten_bind_MdGeLongArray_copy_1=function(){return(np=b._emscripten_bind_MdGeLongArray_copy_1=b.asm.emscripten_bind_MdGeLongArray_copy_1).apply(null,arguments)},op=b._emscripten_bind_MdGeLongArray_clear_0=function(){return(op=b._emscripten_bind_MdGeLongArray_clear_0=b.asm.emscripten_bind_MdGeLongArray_clear_0).apply(null,
  333. arguments)},pp=b._emscripten_bind_MdGeLongArray___destroy___0=function(){return(pp=b._emscripten_bind_MdGeLongArray___destroy___0=b.asm.emscripten_bind_MdGeLongArray___destroy___0).apply(null,arguments)},qp=b._emscripten_bind_MdGeStringArray_MdGeStringArray_0=function(){return(qp=b._emscripten_bind_MdGeStringArray_MdGeStringArray_0=b.asm.emscripten_bind_MdGeStringArray_MdGeStringArray_0).apply(null,arguments)},rp=b._emscripten_bind_MdGeStringArray_append_1=function(){return(rp=b._emscripten_bind_MdGeStringArray_append_1=
  334. b.asm.emscripten_bind_MdGeStringArray_append_1).apply(null,arguments)},sp=b._emscripten_bind_MdGeStringArray_length_0=function(){return(sp=b._emscripten_bind_MdGeStringArray_length_0=b.asm.emscripten_bind_MdGeStringArray_length_0).apply(null,arguments)},tp=b._emscripten_bind_MdGeStringArray_at_1=function(){return(tp=b._emscripten_bind_MdGeStringArray_at_1=b.asm.emscripten_bind_MdGeStringArray_at_1).apply(null,arguments)},up=b._emscripten_bind_MdGeStringArray_setAt_2=function(){return(up=b._emscripten_bind_MdGeStringArray_setAt_2=
  335. b.asm.emscripten_bind_MdGeStringArray_setAt_2).apply(null,arguments)},vp=b._emscripten_bind_MdGeStringArray_copy_1=function(){return(vp=b._emscripten_bind_MdGeStringArray_copy_1=b.asm.emscripten_bind_MdGeStringArray_copy_1).apply(null,arguments)},wp=b._emscripten_bind_MdGeStringArray_clear_0=function(){return(wp=b._emscripten_bind_MdGeStringArray_clear_0=b.asm.emscripten_bind_MdGeStringArray_clear_0).apply(null,arguments)},xp=b._emscripten_bind_MdGeStringArray___destroy___0=function(){return(xp=b._emscripten_bind_MdGeStringArray___destroy___0=
  336. b.asm.emscripten_bind_MdGeStringArray___destroy___0).apply(null,arguments)},yp=b._emscripten_bind_MdGeDoubleArray_MdGeDoubleArray_0=function(){return(yp=b._emscripten_bind_MdGeDoubleArray_MdGeDoubleArray_0=b.asm.emscripten_bind_MdGeDoubleArray_MdGeDoubleArray_0).apply(null,arguments)},zp=b._emscripten_bind_MdGeDoubleArray_append_1=function(){return(zp=b._emscripten_bind_MdGeDoubleArray_append_1=b.asm.emscripten_bind_MdGeDoubleArray_append_1).apply(null,arguments)},Ap=b._emscripten_bind_MdGeDoubleArray_length_0=
  337. function(){return(Ap=b._emscripten_bind_MdGeDoubleArray_length_0=b.asm.emscripten_bind_MdGeDoubleArray_length_0).apply(null,arguments)},Bp=b._emscripten_bind_MdGeDoubleArray_at_1=function(){return(Bp=b._emscripten_bind_MdGeDoubleArray_at_1=b.asm.emscripten_bind_MdGeDoubleArray_at_1).apply(null,arguments)},Cp=b._emscripten_bind_MdGeDoubleArray_setAt_2=function(){return(Cp=b._emscripten_bind_MdGeDoubleArray_setAt_2=b.asm.emscripten_bind_MdGeDoubleArray_setAt_2).apply(null,arguments)},Dp=b._emscripten_bind_MdGeDoubleArray_copy_1=
  338. function(){return(Dp=b._emscripten_bind_MdGeDoubleArray_copy_1=b.asm.emscripten_bind_MdGeDoubleArray_copy_1).apply(null,arguments)},Ep=b._emscripten_bind_MdGeDoubleArray_clear_0=function(){return(Ep=b._emscripten_bind_MdGeDoubleArray_clear_0=b.asm.emscripten_bind_MdGeDoubleArray_clear_0).apply(null,arguments)},Fp=b._emscripten_bind_MdGeDoubleArray___destroy___0=function(){return(Fp=b._emscripten_bind_MdGeDoubleArray___destroy___0=b.asm.emscripten_bind_MdGeDoubleArray___destroy___0).apply(null,arguments)},
  339. Gp=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Gp=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=b.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,arguments)},Hp=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Hp=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=b.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Ip=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Ip=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=b.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,
  340. arguments)},Jp=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Jp=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=b.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Kp=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(Kp=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=b.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Lp=b._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Lp=b._emscripten_bind_MdGeMatrix3d_invert_0=b.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,
  341. arguments)},Mp=b._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Mp=b._emscripten_bind_MdGeMatrix3d_isSingular_0=b.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},Np=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Np=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=b.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},Op=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(Op=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=b.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,
  342. arguments)},Pp=b._emscripten_bind_MdGeMatrix3d_det_0=function(){return(Pp=b._emscripten_bind_MdGeMatrix3d_det_0=b.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Qp=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Qp=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=b.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Rp=b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Rp=b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=
  343. b.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,arguments)},Sp=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Sp=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=b.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Tp=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Tp=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=b.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},Up=b._emscripten_bind_MdGeMatrix3d_setMirror_2=
  344. function(){return(Up=b._emscripten_bind_MdGeMatrix3d_setMirror_2=b.asm.emscripten_bind_MdGeMatrix3d_setMirror_2).apply(null,arguments)},Vp=b._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(Vp=b._emscripten_bind_MdGeMatrix3d_scale_0=b.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Wp=b._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Wp=b._emscripten_bind_MdGeMatrix3d_getData_2=b.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Xp=b._emscripten_bind_MdGeMatrix3d_copy_1=
  345. function(){return(Xp=b._emscripten_bind_MdGeMatrix3d_copy_1=b.asm.emscripten_bind_MdGeMatrix3d_copy_1).apply(null,arguments)},Yp=b._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Yp=b._emscripten_bind_MdGeMatrix3d___destroy___0=b.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Zp=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Zp=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=b.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,
  346. arguments)},$p=b._emscripten_bind_MdDbLayerTableRecord_getName_0=function(){return($p=b._emscripten_bind_MdDbLayerTableRecord_getName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,arguments)},aq=b._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(aq=b._emscripten_bind_MdDbLayerTableRecord_setName_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,arguments)},bq=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return(bq=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=
  347. b.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,arguments)},cq=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return(cq=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},dq=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(dq=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},eq=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=
  348. function(){return(eq=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},fq=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=function(){return(fq=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,arguments)},gq=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return(gq=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,
  349. arguments)},hq=b._emscripten_bind_MdDbLayerTableRecord_color_0=function(){return(hq=b._emscripten_bind_MdDbLayerTableRecord_color_0=b.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,arguments)},iq=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(iq=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},jq=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(jq=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=
  350. b.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,arguments)},kq=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=function(){return(kq=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,arguments)},lq=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(lq=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=b.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,
  351. arguments)},mq=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=function(){return(mq=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},nq=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=function(){return(nq=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetObjectID_0).apply(null,arguments)},oq=b._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(oq=
  352. b._emscripten_bind_MdDbLayerTableRecord_Erase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,arguments)},pq=b._emscripten_bind_MdDbLayerTableRecord_isErased_0=function(){return(pq=b._emscripten_bind_MdDbLayerTableRecord_isErased_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isErased_0).apply(null,arguments)},qq=b._emscripten_bind_MdDbLayerTableRecord_unErase_0=function(){return(qq=b._emscripten_bind_MdDbLayerTableRecord_unErase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_unErase_0).apply(null,
  353. arguments)},rq=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=function(){return(rq=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,arguments)},sq=b._emscripten_bind_MdDbLayerTableRecord_GetExtensionDictionary_0=function(){return(sq=b._emscripten_bind_MdDbLayerTableRecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetExtensionDictionary_0).apply(null,arguments)},tq=
  354. b._emscripten_bind_MdDbLayerTableRecord_CreateExtensionDictionary_0=function(){return(tq=b._emscripten_bind_MdDbLayerTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},uq=b._emscripten_bind_MdDbLayerTableRecord_IsHaveExtensionDictionary_0=function(){return(uq=b._emscripten_bind_MdDbLayerTableRecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},
  355. vq=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return(vq=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,arguments)},wq=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=function(){return(wq=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetHandle_0).apply(null,arguments)},xq=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=function(){return(xq=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=
  356. b.asm.emscripten_bind_MdDbLayerTableRecord_GetDatabase_0).apply(null,arguments)},yq=b._emscripten_bind_MdDbLayerTableRecord_GetDatabaseIndexId_0=function(){return(yq=b._emscripten_bind_MdDbLayerTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetDatabaseIndexId_0).apply(null,arguments)},zq=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=function(){return(zq=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0).apply(null,
  357. arguments)},Aq=b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(Aq=b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},Bq=b._emscripten_bind_MdDbLayerTableRecord_getGripPoints_0=function(){return(Bq=b._emscripten_bind_MdDbLayerTableRecord_getGripPoints_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getGripPoints_0).apply(null,arguments)},Cq=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=
  358. function(){return(Cq=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,arguments)},Dq=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=function(){return(Dq=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,arguments)},Eq=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTypeName_0=function(){return(Eq=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTypeName_0=
  359. b.asm.emscripten_bind_MdDbLayerTableRecord_getCustomEntityTypeName_0).apply(null,arguments)},Fq=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityid_0=function(){return(Fq=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getCustomEntityid_0).apply(null,arguments)},Gq=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTempid_0=function(){return(Gq=b._emscripten_bind_MdDbLayerTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getCustomEntityTempid_0).apply(null,
  360. arguments)},Hq=b._emscripten_bind_MdDbLayerTableRecord_setCustomEntityTempid_1=function(){return(Hq=b._emscripten_bind_MdDbLayerTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setCustomEntityTempid_1).apply(null,arguments)},Iq=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(Iq=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,arguments)},Jq=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=
  361. function(){return(Jq=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,arguments)},Kq=b._emscripten_bind_MdDbLayerTableRecord_isKindOf_1=function(){return(Kq=b._emscripten_bind_MdDbLayerTableRecord_isKindOf_1=b.asm.emscripten_bind_MdDbLayerTableRecord_isKindOf_1).apply(null,arguments)},Lq=b._emscripten_bind_MdDbLayerTableRecord_isNull_0=function(){return(Lq=b._emscripten_bind_MdDbLayerTableRecord_isNull_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isNull_0).apply(null,
  362. arguments)},Mq=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(Mq=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=b.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},Nq=b._emscripten_bind_MdDbLinetypeTableRecord_MdDbLinetypeTableRecord_0=function(){return(Nq=b._emscripten_bind_MdDbLinetypeTableRecord_MdDbLinetypeTableRecord_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_MdDbLinetypeTableRecord_0).apply(null,arguments)},Oq=b._emscripten_bind_MdDbLinetypeTableRecord_getName_0=
  363. function(){return(Oq=b._emscripten_bind_MdDbLinetypeTableRecord_getName_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getName_0).apply(null,arguments)},Pq=b._emscripten_bind_MdDbLinetypeTableRecord_setName_1=function(){return(Pq=b._emscripten_bind_MdDbLinetypeTableRecord_setName_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setName_1).apply(null,arguments)},Qq=b._emscripten_bind_MdDbLinetypeTableRecord_numDashes_0=function(){return(Qq=b._emscripten_bind_MdDbLinetypeTableRecord_numDashes_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_numDashes_0).apply(null,
  364. arguments)},Rq=b._emscripten_bind_MdDbLinetypeTableRecord_setNumDashes_1=function(){return(Rq=b._emscripten_bind_MdDbLinetypeTableRecord_setNumDashes_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setNumDashes_1).apply(null,arguments)},Sq=b._emscripten_bind_MdDbLinetypeTableRecord_dashLengthAt_1=function(){return(Sq=b._emscripten_bind_MdDbLinetypeTableRecord_dashLengthAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_dashLengthAt_1).apply(null,arguments)},Tq=b._emscripten_bind_MdDbLinetypeTableRecord_setDashLengthAt_2=
  365. function(){return(Tq=b._emscripten_bind_MdDbLinetypeTableRecord_setDashLengthAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setDashLengthAt_2).apply(null,arguments)},Uq=b._emscripten_bind_MdDbLinetypeTableRecord_comments_0=function(){return(Uq=b._emscripten_bind_MdDbLinetypeTableRecord_comments_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_comments_0).apply(null,arguments)},Vq=b._emscripten_bind_MdDbLinetypeTableRecord_setComments_1=function(){return(Vq=b._emscripten_bind_MdDbLinetypeTableRecord_setComments_1=
  366. b.asm.emscripten_bind_MdDbLinetypeTableRecord_setComments_1).apply(null,arguments)},Wq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeStyleAt_1=function(){return(Wq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeStyleAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeStyleAt_1).apply(null,arguments)},Xq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeStyleAt_2=function(){return(Xq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeStyleAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeStyleAt_2).apply(null,
  367. arguments)},Yq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeNumberAt_1=function(){return(Yq=b._emscripten_bind_MdDbLinetypeTableRecord_shapeNumberAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeNumberAt_1).apply(null,arguments)},Zq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeNumberAt_2=function(){return(Zq=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeNumberAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeNumberAt_2).apply(null,arguments)},$q=b._emscripten_bind_MdDbLinetypeTableRecord_shapeOffsetAt_1=
  368. function(){return($q=b._emscripten_bind_MdDbLinetypeTableRecord_shapeOffsetAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeOffsetAt_1).apply(null,arguments)},ar=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeOffsetAt_2=function(){return(ar=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeOffsetAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeOffsetAt_2).apply(null,arguments)},br=b._emscripten_bind_MdDbLinetypeTableRecord_shapeScaleAt_1=function(){return(br=b._emscripten_bind_MdDbLinetypeTableRecord_shapeScaleAt_1=
  369. b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeScaleAt_1).apply(null,arguments)},cr=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeScaleAt_2=function(){return(cr=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeScaleAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeScaleAt_2).apply(null,arguments)},dr=b._emscripten_bind_MdDbLinetypeTableRecord_isScaledToFit_0=function(){return(dr=b._emscripten_bind_MdDbLinetypeTableRecord_isScaledToFit_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isScaledToFit_0).apply(null,
  370. arguments)},er=b._emscripten_bind_MdDbLinetypeTableRecord_setIsScaledToFit_1=function(){return(er=b._emscripten_bind_MdDbLinetypeTableRecord_setIsScaledToFit_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setIsScaledToFit_1).apply(null,arguments)},fr=b._emscripten_bind_MdDbLinetypeTableRecord_shapeIsUcsOrientedAt_1=function(){return(fr=b._emscripten_bind_MdDbLinetypeTableRecord_shapeIsUcsOrientedAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeIsUcsOrientedAt_1).apply(null,arguments)},gr=
  371. b._emscripten_bind_MdDbLinetypeTableRecord_setShapeIsUcsOrientedAt_2=function(){return(gr=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeIsUcsOrientedAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeIsUcsOrientedAt_2).apply(null,arguments)},hr=b._emscripten_bind_MdDbLinetypeTableRecord_shapeRotationAt_1=function(){return(hr=b._emscripten_bind_MdDbLinetypeTableRecord_shapeRotationAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_shapeRotationAt_1).apply(null,arguments)},ir=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeRotationAt_2=
  372. function(){return(ir=b._emscripten_bind_MdDbLinetypeTableRecord_setShapeRotationAt_2=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setShapeRotationAt_2).apply(null,arguments)},jr=b._emscripten_bind_MdDbLinetypeTableRecord_textAt_1=function(){return(jr=b._emscripten_bind_MdDbLinetypeTableRecord_textAt_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_textAt_1).apply(null,arguments)},kr=b._emscripten_bind_MdDbLinetypeTableRecord_setTextAt_2=function(){return(kr=b._emscripten_bind_MdDbLinetypeTableRecord_setTextAt_2=
  373. b.asm.emscripten_bind_MdDbLinetypeTableRecord_setTextAt_2).apply(null,arguments)},lr=b._emscripten_bind_MdDbLinetypeTableRecord_GetObjectID_0=function(){return(lr=b._emscripten_bind_MdDbLinetypeTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetObjectID_0).apply(null,arguments)},mr=b._emscripten_bind_MdDbLinetypeTableRecord_Erase_0=function(){return(mr=b._emscripten_bind_MdDbLinetypeTableRecord_Erase_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_Erase_0).apply(null,arguments)},
  374. nr=b._emscripten_bind_MdDbLinetypeTableRecord_isErased_0=function(){return(nr=b._emscripten_bind_MdDbLinetypeTableRecord_isErased_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isErased_0).apply(null,arguments)},or=b._emscripten_bind_MdDbLinetypeTableRecord_unErase_0=function(){return(or=b._emscripten_bind_MdDbLinetypeTableRecord_unErase_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_unErase_0).apply(null,arguments)},pr=b._emscripten_bind_MdDbLinetypeTableRecord_ConnectionTempObject_1=function(){return(pr=
  375. b._emscripten_bind_MdDbLinetypeTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_ConnectionTempObject_1).apply(null,arguments)},qr=b._emscripten_bind_MdDbLinetypeTableRecord_GetExtensionDictionary_0=function(){return(qr=b._emscripten_bind_MdDbLinetypeTableRecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetExtensionDictionary_0).apply(null,arguments)},rr=b._emscripten_bind_MdDbLinetypeTableRecord_CreateExtensionDictionary_0=function(){return(rr=
  376. b._emscripten_bind_MdDbLinetypeTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},sr=b._emscripten_bind_MdDbLinetypeTableRecord_IsHaveExtensionDictionary_0=function(){return(sr=b._emscripten_bind_MdDbLinetypeTableRecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},tr=b._emscripten_bind_MdDbLinetypeTableRecord_Clone_0=function(){return(tr=
  377. b._emscripten_bind_MdDbLinetypeTableRecord_Clone_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_Clone_0).apply(null,arguments)},ur=b._emscripten_bind_MdDbLinetypeTableRecord_GetHandle_0=function(){return(ur=b._emscripten_bind_MdDbLinetypeTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetHandle_0).apply(null,arguments)},vr=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabase_0=function(){return(vr=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetDatabase_0).apply(null,
  378. arguments)},wr=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabaseIndexId_0=function(){return(wr=b._emscripten_bind_MdDbLinetypeTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetDatabaseIndexId_0).apply(null,arguments)},xr=b._emscripten_bind_MdDbLinetypeTableRecord_GetOwnerID_0=function(){return(xr=b._emscripten_bind_MdDbLinetypeTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_GetOwnerID_0).apply(null,arguments)},yr=b._emscripten_bind_MdDbLinetypeTableRecord_moveGripPointsAt_4=
  379. function(){return(yr=b._emscripten_bind_MdDbLinetypeTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLinetypeTableRecord_moveGripPointsAt_4).apply(null,arguments)},zr=b._emscripten_bind_MdDbLinetypeTableRecord_getGripPoints_0=function(){return(zr=b._emscripten_bind_MdDbLinetypeTableRecord_getGripPoints_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getGripPoints_0).apply(null,arguments)},Ar=b._emscripten_bind_MdDbLinetypeTableRecord_getObjectName_0=function(){return(Ar=b._emscripten_bind_MdDbLinetypeTableRecord_getObjectName_0=
  380. b.asm.emscripten_bind_MdDbLinetypeTableRecord_getObjectName_0).apply(null,arguments)},Br=b._emscripten_bind_MdDbLinetypeTableRecord_getDxf0_0=function(){return(Br=b._emscripten_bind_MdDbLinetypeTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getDxf0_0).apply(null,arguments)},Cr=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTypeName_0=function(){return(Cr=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTypeName_0).apply(null,
  381. arguments)},Dr=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityid_0=function(){return(Dr=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityid_0).apply(null,arguments)},Er=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTempid_0=function(){return(Er=b._emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getCustomEntityTempid_0).apply(null,arguments)},
  382. Fr=b._emscripten_bind_MdDbLinetypeTableRecord_setCustomEntityTempid_1=function(){return(Fr=b._emscripten_bind_MdDbLinetypeTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setCustomEntityTempid_1).apply(null,arguments)},Gr=b._emscripten_bind_MdDbLinetypeTableRecord_getJson_0=function(){return(Gr=b._emscripten_bind_MdDbLinetypeTableRecord_getJson_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_getJson_0).apply(null,arguments)},Hr=b._emscripten_bind_MdDbLinetypeTableRecord_setJson_1=
  383. function(){return(Hr=b._emscripten_bind_MdDbLinetypeTableRecord_setJson_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_setJson_1).apply(null,arguments)},Ir=b._emscripten_bind_MdDbLinetypeTableRecord_isKindOf_1=function(){return(Ir=b._emscripten_bind_MdDbLinetypeTableRecord_isKindOf_1=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isKindOf_1).apply(null,arguments)},Jr=b._emscripten_bind_MdDbLinetypeTableRecord_isNull_0=function(){return(Jr=b._emscripten_bind_MdDbLinetypeTableRecord_isNull_0=b.asm.emscripten_bind_MdDbLinetypeTableRecord_isNull_0).apply(null,
  384. arguments)},Kr=b._emscripten_bind_MdDbLinetypeTableRecord___destroy___0=function(){return(Kr=b._emscripten_bind_MdDbLinetypeTableRecord___destroy___0=b.asm.emscripten_bind_MdDbLinetypeTableRecord___destroy___0).apply(null,arguments)},Lr=b._emscripten_bind_MdDbTextStyleTableRecord_MdDbTextStyleTableRecord_0=function(){return(Lr=b._emscripten_bind_MdDbTextStyleTableRecord_MdDbTextStyleTableRecord_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_MdDbTextStyleTableRecord_0).apply(null,arguments)},Mr=
  385. b._emscripten_bind_MdDbTextStyleTableRecord_getName_0=function(){return(Mr=b._emscripten_bind_MdDbTextStyleTableRecord_getName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getName_0).apply(null,arguments)},Nr=b._emscripten_bind_MdDbTextStyleTableRecord_setName_1=function(){return(Nr=b._emscripten_bind_MdDbTextStyleTableRecord_setName_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setName_1).apply(null,arguments)},Or=b._emscripten_bind_MdDbTextStyleTableRecord_isShapeFile_0=function(){return(Or=
  386. b._emscripten_bind_MdDbTextStyleTableRecord_isShapeFile_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isShapeFile_0).apply(null,arguments)},Pr=b._emscripten_bind_MdDbTextStyleTableRecord_setIsShapeFile_1=function(){return(Pr=b._emscripten_bind_MdDbTextStyleTableRecord_setIsShapeFile_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setIsShapeFile_1).apply(null,arguments)},Qr=b._emscripten_bind_MdDbTextStyleTableRecord_isVertical_0=function(){return(Qr=b._emscripten_bind_MdDbTextStyleTableRecord_isVertical_0=
  387. b.asm.emscripten_bind_MdDbTextStyleTableRecord_isVertical_0).apply(null,arguments)},Rr=b._emscripten_bind_MdDbTextStyleTableRecord_setIsVertical_1=function(){return(Rr=b._emscripten_bind_MdDbTextStyleTableRecord_setIsVertical_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setIsVertical_1).apply(null,arguments)},Sr=b._emscripten_bind_MdDbTextStyleTableRecord_textSize_0=function(){return(Sr=b._emscripten_bind_MdDbTextStyleTableRecord_textSize_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_textSize_0).apply(null,
  388. arguments)},Tr=b._emscripten_bind_MdDbTextStyleTableRecord_setTextSize_1=function(){return(Tr=b._emscripten_bind_MdDbTextStyleTableRecord_setTextSize_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setTextSize_1).apply(null,arguments)},Ur=b._emscripten_bind_MdDbTextStyleTableRecord_xScale_0=function(){return(Ur=b._emscripten_bind_MdDbTextStyleTableRecord_xScale_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_xScale_0).apply(null,arguments)},Vr=b._emscripten_bind_MdDbTextStyleTableRecord_setXScale_1=
  389. function(){return(Vr=b._emscripten_bind_MdDbTextStyleTableRecord_setXScale_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setXScale_1).apply(null,arguments)},Wr=b._emscripten_bind_MdDbTextStyleTableRecord_obliquingAngle_0=function(){return(Wr=b._emscripten_bind_MdDbTextStyleTableRecord_obliquingAngle_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_obliquingAngle_0).apply(null,arguments)},Xr=b._emscripten_bind_MdDbTextStyleTableRecord_setObliquingAngle_1=function(){return(Xr=b._emscripten_bind_MdDbTextStyleTableRecord_setObliquingAngle_1=
  390. b.asm.emscripten_bind_MdDbTextStyleTableRecord_setObliquingAngle_1).apply(null,arguments)},Yr=b._emscripten_bind_MdDbTextStyleTableRecord_flagBits_0=function(){return(Yr=b._emscripten_bind_MdDbTextStyleTableRecord_flagBits_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_flagBits_0).apply(null,arguments)},Zr=b._emscripten_bind_MdDbTextStyleTableRecord_setFlagBits_1=function(){return(Zr=b._emscripten_bind_MdDbTextStyleTableRecord_setFlagBits_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setFlagBits_1).apply(null,
  391. arguments)},$r=b._emscripten_bind_MdDbTextStyleTableRecord_fileName_0=function(){return($r=b._emscripten_bind_MdDbTextStyleTableRecord_fileName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_fileName_0).apply(null,arguments)},as=b._emscripten_bind_MdDbTextStyleTableRecord_setFileName_1=function(){return(as=b._emscripten_bind_MdDbTextStyleTableRecord_setFileName_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setFileName_1).apply(null,arguments)},bs=b._emscripten_bind_MdDbTextStyleTableRecord_bigFontFileName_0=
  392. function(){return(bs=b._emscripten_bind_MdDbTextStyleTableRecord_bigFontFileName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_bigFontFileName_0).apply(null,arguments)},cs=b._emscripten_bind_MdDbTextStyleTableRecord_setBigFontFileName_1=function(){return(cs=b._emscripten_bind_MdDbTextStyleTableRecord_setBigFontFileName_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setBigFontFileName_1).apply(null,arguments)},ds=b._emscripten_bind_MdDbTextStyleTableRecord_setFont_5=function(){return(ds=b._emscripten_bind_MdDbTextStyleTableRecord_setFont_5=
  393. b.asm.emscripten_bind_MdDbTextStyleTableRecord_setFont_5).apply(null,arguments)},es=b._emscripten_bind_MdDbTextStyleTableRecord_font_0=function(){return(es=b._emscripten_bind_MdDbTextStyleTableRecord_font_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_font_0).apply(null,arguments)},gs=b._emscripten_bind_MdDbTextStyleTableRecord_GetObjectID_0=function(){return(gs=b._emscripten_bind_MdDbTextStyleTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetObjectID_0).apply(null,arguments)},
  394. hs=b._emscripten_bind_MdDbTextStyleTableRecord_Erase_0=function(){return(hs=b._emscripten_bind_MdDbTextStyleTableRecord_Erase_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_Erase_0).apply(null,arguments)},is=b._emscripten_bind_MdDbTextStyleTableRecord_isErased_0=function(){return(is=b._emscripten_bind_MdDbTextStyleTableRecord_isErased_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isErased_0).apply(null,arguments)},js=b._emscripten_bind_MdDbTextStyleTableRecord_unErase_0=function(){return(js=
  395. b._emscripten_bind_MdDbTextStyleTableRecord_unErase_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_unErase_0).apply(null,arguments)},ks=b._emscripten_bind_MdDbTextStyleTableRecord_ConnectionTempObject_1=function(){return(ks=b._emscripten_bind_MdDbTextStyleTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_ConnectionTempObject_1).apply(null,arguments)},ls=b._emscripten_bind_MdDbTextStyleTableRecord_GetExtensionDictionary_0=function(){return(ls=b._emscripten_bind_MdDbTextStyleTableRecord_GetExtensionDictionary_0=
  396. b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetExtensionDictionary_0).apply(null,arguments)},ms=b._emscripten_bind_MdDbTextStyleTableRecord_CreateExtensionDictionary_0=function(){return(ms=b._emscripten_bind_MdDbTextStyleTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},ns=b._emscripten_bind_MdDbTextStyleTableRecord_IsHaveExtensionDictionary_0=function(){return(ns=b._emscripten_bind_MdDbTextStyleTableRecord_IsHaveExtensionDictionary_0=
  397. b.asm.emscripten_bind_MdDbTextStyleTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},ps=b._emscripten_bind_MdDbTextStyleTableRecord_Clone_0=function(){return(ps=b._emscripten_bind_MdDbTextStyleTableRecord_Clone_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_Clone_0).apply(null,arguments)},qs=b._emscripten_bind_MdDbTextStyleTableRecord_GetHandle_0=function(){return(qs=b._emscripten_bind_MdDbTextStyleTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetHandle_0).apply(null,
  398. arguments)},rs=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabase_0=function(){return(rs=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetDatabase_0).apply(null,arguments)},ss=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabaseIndexId_0=function(){return(ss=b._emscripten_bind_MdDbTextStyleTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetDatabaseIndexId_0).apply(null,arguments)},ts=b._emscripten_bind_MdDbTextStyleTableRecord_GetOwnerID_0=
  399. function(){return(ts=b._emscripten_bind_MdDbTextStyleTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_GetOwnerID_0).apply(null,arguments)},us=b._emscripten_bind_MdDbTextStyleTableRecord_moveGripPointsAt_4=function(){return(us=b._emscripten_bind_MdDbTextStyleTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbTextStyleTableRecord_moveGripPointsAt_4).apply(null,arguments)},vs=b._emscripten_bind_MdDbTextStyleTableRecord_getGripPoints_0=function(){return(vs=b._emscripten_bind_MdDbTextStyleTableRecord_getGripPoints_0=
  400. b.asm.emscripten_bind_MdDbTextStyleTableRecord_getGripPoints_0).apply(null,arguments)},xs=b._emscripten_bind_MdDbTextStyleTableRecord_getObjectName_0=function(){return(xs=b._emscripten_bind_MdDbTextStyleTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getObjectName_0).apply(null,arguments)},ys=b._emscripten_bind_MdDbTextStyleTableRecord_getDxf0_0=function(){return(ys=b._emscripten_bind_MdDbTextStyleTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getDxf0_0).apply(null,
  401. arguments)},zs=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTypeName_0=function(){return(zs=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTypeName_0).apply(null,arguments)},As=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityid_0=function(){return(As=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityid_0).apply(null,
  402. arguments)},Bs=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTempid_0=function(){return(Bs=b._emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getCustomEntityTempid_0).apply(null,arguments)},Cs=b._emscripten_bind_MdDbTextStyleTableRecord_setCustomEntityTempid_1=function(){return(Cs=b._emscripten_bind_MdDbTextStyleTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setCustomEntityTempid_1).apply(null,
  403. arguments)},Ds=b._emscripten_bind_MdDbTextStyleTableRecord_getJson_0=function(){return(Ds=b._emscripten_bind_MdDbTextStyleTableRecord_getJson_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_getJson_0).apply(null,arguments)},Es=b._emscripten_bind_MdDbTextStyleTableRecord_setJson_1=function(){return(Es=b._emscripten_bind_MdDbTextStyleTableRecord_setJson_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_setJson_1).apply(null,arguments)},Fs=b._emscripten_bind_MdDbTextStyleTableRecord_isKindOf_1=function(){return(Fs=
  404. b._emscripten_bind_MdDbTextStyleTableRecord_isKindOf_1=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isKindOf_1).apply(null,arguments)},Gs=b._emscripten_bind_MdDbTextStyleTableRecord_isNull_0=function(){return(Gs=b._emscripten_bind_MdDbTextStyleTableRecord_isNull_0=b.asm.emscripten_bind_MdDbTextStyleTableRecord_isNull_0).apply(null,arguments)},Hs=b._emscripten_bind_MdDbTextStyleTableRecord___destroy___0=function(){return(Hs=b._emscripten_bind_MdDbTextStyleTableRecord___destroy___0=b.asm.emscripten_bind_MdDbTextStyleTableRecord___destroy___0).apply(null,
  405. arguments)},Is=b._emscripten_bind_MdDbLayerTable_getAllRecordId_1=function(){return(Is=b._emscripten_bind_MdDbLayerTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbLayerTable_getAllRecordId_1).apply(null,arguments)},Js=b._emscripten_bind_MdDbLayerTable_add_1=function(){return(Js=b._emscripten_bind_MdDbLayerTable_add_1=b.asm.emscripten_bind_MdDbLayerTable_add_1).apply(null,arguments)},Ks=b._emscripten_bind_MdDbLayerTable_get_2=function(){return(Ks=b._emscripten_bind_MdDbLayerTable_get_2=b.asm.emscripten_bind_MdDbLayerTable_get_2).apply(null,
  406. arguments)},Ls=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=function(){return(Ls=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTable_GetObjectID_0).apply(null,arguments)},Ms=b._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(Ms=b._emscripten_bind_MdDbLayerTable_Erase_0=b.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},Ns=b._emscripten_bind_MdDbLayerTable_isErased_0=function(){return(Ns=b._emscripten_bind_MdDbLayerTable_isErased_0=b.asm.emscripten_bind_MdDbLayerTable_isErased_0).apply(null,
  407. arguments)},Os=b._emscripten_bind_MdDbLayerTable_unErase_0=function(){return(Os=b._emscripten_bind_MdDbLayerTable_unErase_0=b.asm.emscripten_bind_MdDbLayerTable_unErase_0).apply(null,arguments)},Ps=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(Ps=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},Qs=b._emscripten_bind_MdDbLayerTable_GetExtensionDictionary_0=function(){return(Qs=b._emscripten_bind_MdDbLayerTable_GetExtensionDictionary_0=
  408. b.asm.emscripten_bind_MdDbLayerTable_GetExtensionDictionary_0).apply(null,arguments)},Rs=b._emscripten_bind_MdDbLayerTable_CreateExtensionDictionary_0=function(){return(Rs=b._emscripten_bind_MdDbLayerTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTable_CreateExtensionDictionary_0).apply(null,arguments)},Ss=b._emscripten_bind_MdDbLayerTable_IsHaveExtensionDictionary_0=function(){return(Ss=b._emscripten_bind_MdDbLayerTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLayerTable_IsHaveExtensionDictionary_0).apply(null,
  409. arguments)},Ts=b._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(Ts=b._emscripten_bind_MdDbLayerTable_Clone_0=b.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},Us=b._emscripten_bind_MdDbLayerTable_GetHandle_0=function(){return(Us=b._emscripten_bind_MdDbLayerTable_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTable_GetHandle_0).apply(null,arguments)},Vs=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=function(){return(Vs=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=b.asm.emscripten_bind_MdDbLayerTable_GetDatabase_0).apply(null,
  410. arguments)},Ws=b._emscripten_bind_MdDbLayerTable_GetDatabaseIndexId_0=function(){return(Ws=b._emscripten_bind_MdDbLayerTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLayerTable_GetDatabaseIndexId_0).apply(null,arguments)},Xs=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=function(){return(Xs=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTable_GetOwnerID_0).apply(null,arguments)},Ys=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(Ys=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=
  411. b.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},Zs=b._emscripten_bind_MdDbLayerTable_getGripPoints_0=function(){return(Zs=b._emscripten_bind_MdDbLayerTable_getGripPoints_0=b.asm.emscripten_bind_MdDbLayerTable_getGripPoints_0).apply(null,arguments)},$s=b._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return($s=b._emscripten_bind_MdDbLayerTable_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},at=b._emscripten_bind_MdDbLayerTable_getDxf0_0=
  412. function(){return(at=b._emscripten_bind_MdDbLayerTable_getDxf0_0=b.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},bt=b._emscripten_bind_MdDbLayerTable_getCustomEntityTypeName_0=function(){return(bt=b._emscripten_bind_MdDbLayerTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLayerTable_getCustomEntityTypeName_0).apply(null,arguments)},ct=b._emscripten_bind_MdDbLayerTable_getCustomEntityid_0=function(){return(ct=b._emscripten_bind_MdDbLayerTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLayerTable_getCustomEntityid_0).apply(null,
  413. arguments)},dt=b._emscripten_bind_MdDbLayerTable_getCustomEntityTempid_0=function(){return(dt=b._emscripten_bind_MdDbLayerTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLayerTable_getCustomEntityTempid_0).apply(null,arguments)},et=b._emscripten_bind_MdDbLayerTable_setCustomEntityTempid_1=function(){return(et=b._emscripten_bind_MdDbLayerTable_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLayerTable_setCustomEntityTempid_1).apply(null,arguments)},ft=b._emscripten_bind_MdDbLayerTable_getJson_0=
  414. function(){return(ft=b._emscripten_bind_MdDbLayerTable_getJson_0=b.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},gt=b._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(gt=b._emscripten_bind_MdDbLayerTable_setJson_1=b.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},ht=b._emscripten_bind_MdDbLayerTable_isKindOf_1=function(){return(ht=b._emscripten_bind_MdDbLayerTable_isKindOf_1=b.asm.emscripten_bind_MdDbLayerTable_isKindOf_1).apply(null,arguments)},
  415. it=b._emscripten_bind_MdDbLayerTable_isNull_0=function(){return(it=b._emscripten_bind_MdDbLayerTable_isNull_0=b.asm.emscripten_bind_MdDbLayerTable_isNull_0).apply(null,arguments)},jt=b._emscripten_bind_MdDbLinetypeTable_getAllRecordId_1=function(){return(jt=b._emscripten_bind_MdDbLinetypeTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbLinetypeTable_getAllRecordId_1).apply(null,arguments)},kt=b._emscripten_bind_MdDbLinetypeTable_add_1=function(){return(kt=b._emscripten_bind_MdDbLinetypeTable_add_1=
  416. b.asm.emscripten_bind_MdDbLinetypeTable_add_1).apply(null,arguments)},lt=b._emscripten_bind_MdDbLinetypeTable_get_2=function(){return(lt=b._emscripten_bind_MdDbLinetypeTable_get_2=b.asm.emscripten_bind_MdDbLinetypeTable_get_2).apply(null,arguments)},mt=b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=function(){return(mt=b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetObjectID_0).apply(null,arguments)},nt=b._emscripten_bind_MdDbLinetypeTable_Erase_0=
  417. function(){return(nt=b._emscripten_bind_MdDbLinetypeTable_Erase_0=b.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},ot=b._emscripten_bind_MdDbLinetypeTable_isErased_0=function(){return(ot=b._emscripten_bind_MdDbLinetypeTable_isErased_0=b.asm.emscripten_bind_MdDbLinetypeTable_isErased_0).apply(null,arguments)},pt=b._emscripten_bind_MdDbLinetypeTable_unErase_0=function(){return(pt=b._emscripten_bind_MdDbLinetypeTable_unErase_0=b.asm.emscripten_bind_MdDbLinetypeTable_unErase_0).apply(null,
  418. arguments)},qt=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(qt=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},rt=b._emscripten_bind_MdDbLinetypeTable_GetExtensionDictionary_0=function(){return(rt=b._emscripten_bind_MdDbLinetypeTable_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetExtensionDictionary_0).apply(null,arguments)},st=b._emscripten_bind_MdDbLinetypeTable_CreateExtensionDictionary_0=
  419. function(){return(st=b._emscripten_bind_MdDbLinetypeTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTable_CreateExtensionDictionary_0).apply(null,arguments)},tt=b._emscripten_bind_MdDbLinetypeTable_IsHaveExtensionDictionary_0=function(){return(tt=b._emscripten_bind_MdDbLinetypeTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbLinetypeTable_IsHaveExtensionDictionary_0).apply(null,arguments)},ut=b._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(ut=b._emscripten_bind_MdDbLinetypeTable_Clone_0=
  420. b.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},vt=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=function(){return(vt=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetHandle_0).apply(null,arguments)},wt=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=function(){return(wt=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetDatabase_0).apply(null,arguments)},xt=b._emscripten_bind_MdDbLinetypeTable_GetDatabaseIndexId_0=
  421. function(){return(xt=b._emscripten_bind_MdDbLinetypeTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetDatabaseIndexId_0).apply(null,arguments)},yt=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=function(){return(yt=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetOwnerID_0).apply(null,arguments)},zt=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(zt=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=
  422. b.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},At=b._emscripten_bind_MdDbLinetypeTable_getGripPoints_0=function(){return(At=b._emscripten_bind_MdDbLinetypeTable_getGripPoints_0=b.asm.emscripten_bind_MdDbLinetypeTable_getGripPoints_0).apply(null,arguments)},Bt=b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(Bt=b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=b.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},
  423. Ct=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(Ct=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=b.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Dt=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTypeName_0=function(){return(Dt=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLinetypeTable_getCustomEntityTypeName_0).apply(null,arguments)},Et=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityid_0=function(){return(Et=
  424. b._emscripten_bind_MdDbLinetypeTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLinetypeTable_getCustomEntityid_0).apply(null,arguments)},Ft=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTempid_0=function(){return(Ft=b._emscripten_bind_MdDbLinetypeTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLinetypeTable_getCustomEntityTempid_0).apply(null,arguments)},Gt=b._emscripten_bind_MdDbLinetypeTable_setCustomEntityTempid_1=function(){return(Gt=b._emscripten_bind_MdDbLinetypeTable_setCustomEntityTempid_1=
  425. b.asm.emscripten_bind_MdDbLinetypeTable_setCustomEntityTempid_1).apply(null,arguments)},Ht=b._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Ht=b._emscripten_bind_MdDbLinetypeTable_getJson_0=b.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},It=b._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(It=b._emscripten_bind_MdDbLinetypeTable_setJson_1=b.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Jt=b._emscripten_bind_MdDbLinetypeTable_isKindOf_1=
  426. function(){return(Jt=b._emscripten_bind_MdDbLinetypeTable_isKindOf_1=b.asm.emscripten_bind_MdDbLinetypeTable_isKindOf_1).apply(null,arguments)},Kt=b._emscripten_bind_MdDbLinetypeTable_isNull_0=function(){return(Kt=b._emscripten_bind_MdDbLinetypeTable_isNull_0=b.asm.emscripten_bind_MdDbLinetypeTable_isNull_0).apply(null,arguments)},Lt=b._emscripten_bind_MdDbTextStyleTable_getAllRecordId_1=function(){return(Lt=b._emscripten_bind_MdDbTextStyleTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbTextStyleTable_getAllRecordId_1).apply(null,
  427. arguments)},Mt=b._emscripten_bind_MdDbTextStyleTable_add_1=function(){return(Mt=b._emscripten_bind_MdDbTextStyleTable_add_1=b.asm.emscripten_bind_MdDbTextStyleTable_add_1).apply(null,arguments)},Nt=b._emscripten_bind_MdDbTextStyleTable_get_2=function(){return(Nt=b._emscripten_bind_MdDbTextStyleTable_get_2=b.asm.emscripten_bind_MdDbTextStyleTable_get_2).apply(null,arguments)},Ot=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=function(){return(Ot=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=
  428. b.asm.emscripten_bind_MdDbTextStyleTable_GetObjectID_0).apply(null,arguments)},Pt=b._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(Pt=b._emscripten_bind_MdDbTextStyleTable_Erase_0=b.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Qt=b._emscripten_bind_MdDbTextStyleTable_isErased_0=function(){return(Qt=b._emscripten_bind_MdDbTextStyleTable_isErased_0=b.asm.emscripten_bind_MdDbTextStyleTable_isErased_0).apply(null,arguments)},Rt=b._emscripten_bind_MdDbTextStyleTable_unErase_0=
  429. function(){return(Rt=b._emscripten_bind_MdDbTextStyleTable_unErase_0=b.asm.emscripten_bind_MdDbTextStyleTable_unErase_0).apply(null,arguments)},St=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(St=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Tt=b._emscripten_bind_MdDbTextStyleTable_GetExtensionDictionary_0=function(){return(Tt=b._emscripten_bind_MdDbTextStyleTable_GetExtensionDictionary_0=
  430. b.asm.emscripten_bind_MdDbTextStyleTable_GetExtensionDictionary_0).apply(null,arguments)},Ut=b._emscripten_bind_MdDbTextStyleTable_CreateExtensionDictionary_0=function(){return(Ut=b._emscripten_bind_MdDbTextStyleTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbTextStyleTable_CreateExtensionDictionary_0).apply(null,arguments)},Vt=b._emscripten_bind_MdDbTextStyleTable_IsHaveExtensionDictionary_0=function(){return(Vt=b._emscripten_bind_MdDbTextStyleTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbTextStyleTable_IsHaveExtensionDictionary_0).apply(null,
  431. arguments)},Wt=b._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Wt=b._emscripten_bind_MdDbTextStyleTable_Clone_0=b.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Xt=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=function(){return(Xt=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetHandle_0).apply(null,arguments)},Yt=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=function(){return(Yt=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=
  432. b.asm.emscripten_bind_MdDbTextStyleTable_GetDatabase_0).apply(null,arguments)},Zt=b._emscripten_bind_MdDbTextStyleTable_GetDatabaseIndexId_0=function(){return(Zt=b._emscripten_bind_MdDbTextStyleTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetDatabaseIndexId_0).apply(null,arguments)},$t=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=function(){return($t=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetOwnerID_0).apply(null,arguments)},
  433. au=b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(au=b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},bu=b._emscripten_bind_MdDbTextStyleTable_getGripPoints_0=function(){return(bu=b._emscripten_bind_MdDbTextStyleTable_getGripPoints_0=b.asm.emscripten_bind_MdDbTextStyleTable_getGripPoints_0).apply(null,arguments)},cu=b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(cu=
  434. b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=b.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},du=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(du=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=b.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,arguments)},eu=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTypeName_0=function(){return(eu=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbTextStyleTable_getCustomEntityTypeName_0).apply(null,
  435. arguments)},fu=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityid_0=function(){return(fu=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbTextStyleTable_getCustomEntityid_0).apply(null,arguments)},gu=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTempid_0=function(){return(gu=b._emscripten_bind_MdDbTextStyleTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbTextStyleTable_getCustomEntityTempid_0).apply(null,arguments)},hu=b._emscripten_bind_MdDbTextStyleTable_setCustomEntityTempid_1=
  436. function(){return(hu=b._emscripten_bind_MdDbTextStyleTable_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbTextStyleTable_setCustomEntityTempid_1).apply(null,arguments)},iu=b._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(iu=b._emscripten_bind_MdDbTextStyleTable_getJson_0=b.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},ju=b._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(ju=b._emscripten_bind_MdDbTextStyleTable_setJson_1=b.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,
  437. arguments)},ku=b._emscripten_bind_MdDbTextStyleTable_isKindOf_1=function(){return(ku=b._emscripten_bind_MdDbTextStyleTable_isKindOf_1=b.asm.emscripten_bind_MdDbTextStyleTable_isKindOf_1).apply(null,arguments)},lu=b._emscripten_bind_MdDbTextStyleTable_isNull_0=function(){return(lu=b._emscripten_bind_MdDbTextStyleTable_isNull_0=b.asm.emscripten_bind_MdDbTextStyleTable_isNull_0).apply(null,arguments)},mu=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(mu=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=
  438. b.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},nu=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(nu=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=b.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},ou=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return(ou=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=b.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},pu=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=
  439. function(){return(pu=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=b.asm.emscripten_bind_MdDbDatabase_GetBlockTable_0).apply(null,arguments)},qu=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=function(){return(qu=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=b.asm.emscripten_bind_MdDbDatabase_CurrentSpace_0).apply(null,arguments)},ru=b._emscripten_bind_MdDbDatabase_GetNamedObjectsDictionary_0=function(){return(ru=b._emscripten_bind_MdDbDatabase_GetNamedObjectsDictionary_0=b.asm.emscripten_bind_MdDbDatabase_GetNamedObjectsDictionary_0).apply(null,
  440. arguments)},su=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(su=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,arguments)},tu=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(tu=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},uu=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=
  441. function(){return(uu=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},vu=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=function(){return(vu=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},wu=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(wu=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=
  442. b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},xu=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(xu=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},yu=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(yu=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,
  443. arguments)},zu=b._emscripten_bind_MdDbDatabase_GetCurrentlyDrawColor_0=function(){return(zu=b._emscripten_bind_MdDbDatabase_GetCurrentlyDrawColor_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyDrawColor_0).apply(null,arguments)},Au=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(Au=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,arguments)},Bu=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=
  444. function(){return(Bu=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},Cu=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(Cu=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},Du=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=function(){return(Du=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=
  445. b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},Eu=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(Eu=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},Fu=b._emscripten_bind_MdDbDatabase_HandleToIdIndex_1=function(){return(Fu=b._emscripten_bind_MdDbDatabase_HandleToIdIndex_1=b.asm.emscripten_bind_MdDbDatabase_HandleToIdIndex_1).apply(null,arguments)},
  446. Gu=b._emscripten_bind_MdDbDatabase_IsModifyed_0=function(){return(Gu=b._emscripten_bind_MdDbDatabase_IsModifyed_0=b.asm.emscripten_bind_MdDbDatabase_IsModifyed_0).apply(null,arguments)},Hu=b._emscripten_bind_MdDbDatabase_SetModifyed_1=function(){return(Hu=b._emscripten_bind_MdDbDatabase_SetModifyed_1=b.asm.emscripten_bind_MdDbDatabase_SetModifyed_1).apply(null,arguments)},Iu=b._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(Iu=b._emscripten_bind_MdDbDatabase_getObjectName_0=b.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,
  447. arguments)},Ju=b._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(Ju=b._emscripten_bind_MdDbDatabase_getDxf0_0=b.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},Ku=b._emscripten_bind_MdDbDatabase_getCustomEntityTypeName_0=function(){return(Ku=b._emscripten_bind_MdDbDatabase_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbDatabase_getCustomEntityTypeName_0).apply(null,arguments)},Lu=b._emscripten_bind_MdDbDatabase_getCustomEntityid_0=function(){return(Lu=b._emscripten_bind_MdDbDatabase_getCustomEntityid_0=
  448. b.asm.emscripten_bind_MdDbDatabase_getCustomEntityid_0).apply(null,arguments)},Mu=b._emscripten_bind_MdDbDatabase_getCustomEntityTempid_0=function(){return(Mu=b._emscripten_bind_MdDbDatabase_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbDatabase_getCustomEntityTempid_0).apply(null,arguments)},Nu=b._emscripten_bind_MdDbDatabase_setCustomEntityTempid_1=function(){return(Nu=b._emscripten_bind_MdDbDatabase_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbDatabase_setCustomEntityTempid_1).apply(null,
  449. arguments)},Ou=b._emscripten_bind_MdDbDatabase_getJson_0=function(){return(Ou=b._emscripten_bind_MdDbDatabase_getJson_0=b.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},Pu=b._emscripten_bind_MdDbDatabase_setJson_1=function(){return(Pu=b._emscripten_bind_MdDbDatabase_setJson_1=b.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},Qu=b._emscripten_bind_MdDbDatabase_isKindOf_1=function(){return(Qu=b._emscripten_bind_MdDbDatabase_isKindOf_1=b.asm.emscripten_bind_MdDbDatabase_isKindOf_1).apply(null,
  450. arguments)},Ru=b._emscripten_bind_MdDbDatabase_isNull_0=function(){return(Ru=b._emscripten_bind_MdDbDatabase_isNull_0=b.asm.emscripten_bind_MdDbDatabase_isNull_0).apply(null,arguments)},Su=b._emscripten_bind_McObject_updateDisplay_2=function(){return(Su=b._emscripten_bind_McObject_updateDisplay_2=b.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},Tu=b._emscripten_bind_McObject_updateDisplayMatrixData_2=function(){return(Tu=b._emscripten_bind_McObject_updateDisplayMatrixData_2=
  451. b.asm.emscripten_bind_McObject_updateDisplayMatrixData_2).apply(null,arguments)},Uu=b._emscripten_bind_McObject_test_0=function(){return(Uu=b._emscripten_bind_McObject_test_0=b.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},Vu=b._emscripten_bind_McObject_openWebFile_6=function(){return(Vu=b._emscripten_bind_McObject_openWebFile_6=b.asm.emscripten_bind_McObject_openWebFile_6).apply(null,arguments)},Wu=b._emscripten_bind_McObject_loadTz_1=function(){return(Wu=b._emscripten_bind_McObject_loadTz_1=
  452. b.asm.emscripten_bind_McObject_loadTz_1).apply(null,arguments)},Xu=b._emscripten_bind_McObject_newFile_0=function(){return(Xu=b._emscripten_bind_McObject_newFile_0=b.asm.emscripten_bind_McObject_newFile_0).apply(null,arguments)},Yu=b._emscripten_bind_McObject_insertBlock_6=function(){return(Yu=b._emscripten_bind_McObject_insertBlock_6=b.asm.emscripten_bind_McObject_insertBlock_6).apply(null,arguments)},Zu=b._emscripten_bind_McObject_addImageDefine_2=function(){return(Zu=b._emscripten_bind_McObject_addImageDefine_2=
  453. b.asm.emscripten_bind_McObject_addImageDefine_2).apply(null,arguments)},$u=b._emscripten_bind_McObject_saveFileToUrl_1=function(){return($u=b._emscripten_bind_McObject_saveFileToUrl_1=b.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},av=b._emscripten_bind_McObject_saveTempFile_0=function(){return(av=b._emscripten_bind_McObject_saveTempFile_0=b.asm.emscripten_bind_McObject_saveTempFile_0).apply(null,arguments)},bv=b._emscripten_bind_McObject_saveFileToMemory_0=function(){return(bv=
  454. b._emscripten_bind_McObject_saveFileToMemory_0=b.asm.emscripten_bind_McObject_saveFileToMemory_0).apply(null,arguments)},cv=b._emscripten_bind_McObject_deleteFile_1=function(){return(cv=b._emscripten_bind_McObject_deleteFile_1=b.asm.emscripten_bind_McObject_deleteFile_1).apply(null,arguments)},dv=b._emscripten_bind_McObject_saveFile_2=function(){return(dv=b._emscripten_bind_McObject_saveFile_2=b.asm.emscripten_bind_McObject_saveFile_2).apply(null,arguments)},ev=b._emscripten_bind_McObject_getViewDataJsonParam_1=
  455. function(){return(ev=b._emscripten_bind_McObject_getViewDataJsonParam_1=b.asm.emscripten_bind_McObject_getViewDataJsonParam_1).apply(null,arguments)},fv=b._emscripten_bind_McObject_regen_0=function(){return(fv=b._emscripten_bind_McObject_regen_0=b.asm.emscripten_bind_McObject_regen_0).apply(null,arguments)},gv=b._emscripten_bind_McObject_setBrowse_1=function(){return(gv=b._emscripten_bind_McObject_setBrowse_1=b.asm.emscripten_bind_McObject_setBrowse_1).apply(null,arguments)},hv=b._emscripten_bind_McObject_GetDatabase_0=
  456. function(){return(hv=b._emscripten_bind_McObject_GetDatabase_0=b.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},iv=b._emscripten_bind_McObject_GetSysVarString_1=function(){return(iv=b._emscripten_bind_McObject_GetSysVarString_1=b.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},jv=b._emscripten_bind_McObject_SetSysVarString_2=function(){return(jv=b._emscripten_bind_McObject_SetSysVarString_2=b.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},
  457. kv=b._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(kv=b._emscripten_bind_McObject_GetSysVarDouble_1=b.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},lv=b._emscripten_bind_McObject_SetSysVarDouble_2=function(){return(lv=b._emscripten_bind_McObject_SetSysVarDouble_2=b.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},mv=b._emscripten_bind_McObject_GetSysVarLong_1=function(){return(mv=b._emscripten_bind_McObject_GetSysVarLong_1=b.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,
  458. arguments)},nv=b._emscripten_bind_McObject_SetSysVarLong_2=function(){return(nv=b._emscripten_bind_McObject_SetSysVarLong_2=b.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},ov=b._emscripten_bind_McObject_GetSysVarPoint_1=function(){return(ov=b._emscripten_bind_McObject_GetSysVarPoint_1=b.asm.emscripten_bind_McObject_GetSysVarPoint_1).apply(null,arguments)},pv=b._emscripten_bind_McObject_SetSysVarPoint_3=function(){return(pv=b._emscripten_bind_McObject_SetSysVarPoint_3=b.asm.emscripten_bind_McObject_SetSysVarPoint_3).apply(null,
  459. arguments)},qv=b._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(qv=b._emscripten_bind_McObject_fireEventWindowSize_2=b.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},rv=b._emscripten_bind_McObject_fireStartRunCommand_2=function(){return(rv=b._emscripten_bind_McObject_fireStartRunCommand_2=b.asm.emscripten_bind_McObject_fireStartRunCommand_2).apply(null,arguments)},sv=b._emscripten_bind_McObject_fireEndRunCommand_2=function(){return(sv=b._emscripten_bind_McObject_fireEndRunCommand_2=
  460. b.asm.emscripten_bind_McObject_fireEndRunCommand_2).apply(null,arguments)},tv=b._emscripten_bind_McObject_fireEventDragWillEnd_0=function(){return(tv=b._emscripten_bind_McObject_fireEventDragWillEnd_0=b.asm.emscripten_bind_McObject_fireEventDragWillEnd_0).apply(null,arguments)},uv=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(uv=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=b.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},vv=
  461. b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=function(){return(vv=b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=b.asm.emscripten_bind_McObject_IntelliSelect_RangeSelect_5).apply(null,arguments)},wv=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=function(){return(wv=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=b.asm.emscripten_bind_McObject_Osnap_NotifyOsnap_8).apply(null,arguments)},xv=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(xv=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=
  462. b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,arguments)},yv=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(yv=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},zv=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(zv=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=
  463. b.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,arguments)},Av=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(Av=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},Bv=b._emscripten_bind_McObject_SetDrawColor_1=function(){return(Bv=b._emscripten_bind_McObject_SetDrawColor_1=b.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,
  464. arguments)},Cv=b._emscripten_bind_McObject_GetDrawColor_0=function(){return(Cv=b._emscripten_bind_McObject_GetDrawColor_0=b.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},Dv=b._emscripten_bind_McObject_AddLayer_1=function(){return(Dv=b._emscripten_bind_McObject_AddLayer_1=b.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Ev=b._emscripten_bind_McObject_SetDrawLayer_1=function(){return(Ev=b._emscripten_bind_McObject_SetDrawLayer_1=b.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,
  465. arguments)},Fv=b._emscripten_bind_McObject_GetDrawLayer_0=function(){return(Fv=b._emscripten_bind_McObject_GetDrawLayer_0=b.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},Gv=b._emscripten_bind_McObject_AddTextStyle_4=function(){return(Gv=b._emscripten_bind_McObject_AddTextStyle_4=b.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Hv=b._emscripten_bind_McObject_AddTureTypeTextStyle_3=function(){return(Hv=b._emscripten_bind_McObject_AddTureTypeTextStyle_3=b.asm.emscripten_bind_McObject_AddTureTypeTextStyle_3).apply(null,
  466. arguments)},Iv=b._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Iv=b._emscripten_bind_McObject_SetDrawTextStyle_1=b.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},Jv=b._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Jv=b._emscripten_bind_McObject_GetDrawTextStyle_0=b.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Kv=b._emscripten_bind_McObject_AddLinetype_2=function(){return(Kv=b._emscripten_bind_McObject_AddLinetype_2=
  467. b.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Lv=b._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Lv=b._emscripten_bind_McObject_AddLinetypeEx_3=b.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,arguments)},Mv=b._emscripten_bind_McObject_AddDimStyle_5=function(){return(Mv=b._emscripten_bind_McObject_AddDimStyle_5=b.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Nv=b._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Nv=b._emscripten_bind_McObject_SetDrawLinetype_1=
  468. b.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},Ov=b._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Ov=b._emscripten_bind_McObject_GetDrawLinetype_0=b.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,arguments)},Pv=b._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(Pv=b._emscripten_bind_McObject_SetDrawLineWeight_1=b.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},Qv=b._emscripten_bind_McObject_GetDrawLineWeight_0=
  469. function(){return(Qv=b._emscripten_bind_McObject_GetDrawLineWeight_0=b.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},Rv=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(Rv=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=b.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},Sv=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(Sv=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=b.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,
  470. arguments)},Tv=b._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(Tv=b._emscripten_bind_McObject_SetDrawDimStyle_1=b.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},Uv=b._emscripten_bind_McObject_GetDrawDimStyle_0=function(){return(Uv=b._emscripten_bind_McObject_GetDrawDimStyle_0=b.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},Vv=b._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(Vv=b._emscripten_bind_McObject_SetPatternDefinition_1=
  471. b.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},Wv=b._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(Wv=b._emscripten_bind_McObject_GetPatternDefinition_0=b.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,arguments)},Xv=b._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(Xv=b._emscripten_bind_McObject_SetDrawLineWidth_1=b.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},Yv=b._emscripten_bind_McObject_GetDrawLineWidth_0=
  472. function(){return(Yv=b._emscripten_bind_McObject_GetDrawLineWidth_0=b.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},Zv=b._emscripten_bind_McObject_DrawImage_6=function(){return(Zv=b._emscripten_bind_McObject_DrawImage_6=b.asm.emscripten_bind_McObject_DrawImage_6).apply(null,arguments)},$v=b._emscripten_bind_McObject_DrawLine_6=function(){return($v=b._emscripten_bind_McObject_DrawLine_6=b.asm.emscripten_bind_McObject_DrawLine_6).apply(null,arguments)},aw=b._emscripten_bind_McObject_DrawArc_5=
  473. function(){return(aw=b._emscripten_bind_McObject_DrawArc_5=b.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},bw=b._emscripten_bind_McObject_DrawArc2_6=function(){return(bw=b._emscripten_bind_McObject_DrawArc2_6=b.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},cw=b._emscripten_bind_McObject_DrawArc3_5=function(){return(cw=b._emscripten_bind_McObject_DrawArc3_5=b.asm.emscripten_bind_McObject_DrawArc3_5).apply(null,arguments)},dw=b._emscripten_bind_McObject_DrawCircle_3=
  474. function(){return(dw=b._emscripten_bind_McObject_DrawCircle_3=b.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,arguments)},ew=b._emscripten_bind_McObject_DrawEllipse_5=function(){return(ew=b._emscripten_bind_McObject_DrawEllipse_5=b.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},fw=b._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(fw=b._emscripten_bind_McObject_DrawEllipseArc_7=b.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},gw=b._emscripten_bind_McObject_DrawPoint_2=
  475. function(){return(gw=b._emscripten_bind_McObject_DrawPoint_2=b.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,arguments)},hw=b._emscripten_bind_McObject_DrawSolid_8=function(){return(hw=b._emscripten_bind_McObject_DrawSolid_8=b.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},iw=b._emscripten_bind_McObject_DrawMText_7=function(){return(iw=b._emscripten_bind_McObject_DrawMText_7=b.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},jw=b._emscripten_bind_McObject_DrawText_7=
  476. function(){return(jw=b._emscripten_bind_McObject_DrawText_7=b.asm.emscripten_bind_McObject_DrawText_7).apply(null,arguments)},kw=b._emscripten_bind_McObject_DrawBlockReference_5=function(){return(kw=b._emscripten_bind_McObject_DrawBlockReference_5=b.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},lw=b._emscripten_bind_McObject_DrawDimAligned_6=function(){return(lw=b._emscripten_bind_McObject_DrawDimAligned_6=b.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},
  477. mw=b._emscripten_bind_McObject_DrawDimAngular_8=function(){return(mw=b._emscripten_bind_McObject_DrawDimAngular_8=b.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},nw=b._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(nw=b._emscripten_bind_McObject_DrawDimDiametric_5=b.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},ow=b._emscripten_bind_McObject_DrawDimRotated_7=function(){return(ow=b._emscripten_bind_McObject_DrawDimRotated_7=b.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,
  478. arguments)},pw=b._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(pw=b._emscripten_bind_McObject_DrawDimOrdinate_5=b.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},qw=b._emscripten_bind_McObject_DrawDimRadial_5=function(){return(qw=b._emscripten_bind_McObject_DrawDimRadial_5=b.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},rw=b._emscripten_bind_McObject_PathMoveTo_2=function(){return(rw=b._emscripten_bind_McObject_PathMoveTo_2=b.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,
  479. arguments)},sw=b._emscripten_bind_McObject_PathMoveToEx_5=function(){return(sw=b._emscripten_bind_McObject_PathMoveToEx_5=b.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},tw=b._emscripten_bind_McObject_PathLineTo_2=function(){return(tw=b._emscripten_bind_McObject_PathLineTo_2=b.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},uw=b._emscripten_bind_McObject_PathLineToEx_5=function(){return(uw=b._emscripten_bind_McObject_PathLineToEx_5=b.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,
  480. arguments)},vw=b._emscripten_bind_McObject_PathCircle_5=function(){return(vw=b._emscripten_bind_McObject_PathCircle_5=b.asm.emscripten_bind_McObject_PathCircle_5).apply(null,arguments)},ww=b._emscripten_bind_McObject_DrawPathToPolyline_0=function(){return(ww=b._emscripten_bind_McObject_DrawPathToPolyline_0=b.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},xw=b._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(xw=b._emscripten_bind_McObject_DrawPathToSpline_0=
  481. b.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},yw=b._emscripten_bind_McObject_PathMakeClosed_0=function(){return(yw=b._emscripten_bind_McObject_PathMakeClosed_0=b.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,arguments)},zw=b._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(zw=b._emscripten_bind_McObject_DrawPathToHatch_1=b.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},Aw=b._emscripten_bind_McObject_DrawHatch_2=function(){return(Aw=
  482. b._emscripten_bind_McObject_DrawHatch_2=b.asm.emscripten_bind_McObject_DrawHatch_2).apply(null,arguments)},Bw=b._emscripten_bind_McObject_DrawEntity_1=function(){return(Bw=b._emscripten_bind_McObject_DrawEntity_1=b.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Cw=b._emscripten_bind_McObject_GetAllLayoutName_0=function(){return(Cw=b._emscripten_bind_McObject_GetAllLayoutName_0=b.asm.emscripten_bind_McObject_GetAllLayoutName_0).apply(null,arguments)},Dw=b._emscripten_bind_McObject_SetCurrentLayout_1=
  483. function(){return(Dw=b._emscripten_bind_McObject_SetCurrentLayout_1=b.asm.emscripten_bind_McObject_SetCurrentLayout_1).apply(null,arguments)},Ew=b._emscripten_bind_McObject_PathMakeExclude_1=function(){return(Ew=b._emscripten_bind_McObject_PathMakeExclude_1=b.asm.emscripten_bind_McObject_PathMakeExclude_1).apply(null,arguments)},Fw=b._emscripten_bind_McObject_AddPatternDefinition_2=function(){return(Fw=b._emscripten_bind_McObject_AddPatternDefinition_2=b.asm.emscripten_bind_McObject_AddPatternDefinition_2).apply(null,
  484. arguments)},Gw=b._emscripten_bind_McObject_SetAppId_1=function(){return(Gw=b._emscripten_bind_McObject_SetAppId_1=b.asm.emscripten_bind_McObject_SetAppId_1).apply(null,arguments)},Hw=b._emscripten_bind_McObject_UpdateLayerDisplayStatus_0=function(){return(Hw=b._emscripten_bind_McObject_UpdateLayerDisplayStatus_0=b.asm.emscripten_bind_McObject_UpdateLayerDisplayStatus_0).apply(null,arguments)},Iw=b._emscripten_bind_McObject_initRegist_1=function(){return(Iw=b._emscripten_bind_McObject_initRegist_1=
  485. b.asm.emscripten_bind_McObject_initRegist_1).apply(null,arguments)},Jw=b._emscripten_bind_McObject_isTryVersion_0=function(){return(Jw=b._emscripten_bind_McObject_isTryVersion_0=b.asm.emscripten_bind_McObject_isTryVersion_0).apply(null,arguments)},Kw=b._emscripten_bind_McObject_setViewBackgroundColor_3=function(){return(Kw=b._emscripten_bind_McObject_setViewBackgroundColor_3=b.asm.emscripten_bind_McObject_setViewBackgroundColor_3).apply(null,arguments)},Lw=b._emscripten_bind_McObject_createTexture_0=
  486. function(){return(Lw=b._emscripten_bind_McObject_createTexture_0=b.asm.emscripten_bind_McObject_createTexture_0).apply(null,arguments)},Mw=b._emscripten_bind_McObject_deleteTexture_1=function(){return(Mw=b._emscripten_bind_McObject_deleteTexture_1=b.asm.emscripten_bind_McObject_deleteTexture_1).apply(null,arguments)},Nw=b._emscripten_bind_McObject_bindTexture_2=function(){return(Nw=b._emscripten_bind_McObject_bindTexture_2=b.asm.emscripten_bind_McObject_bindTexture_2).apply(null,arguments)},Ow=b._emscripten_bind_McObject_allocTextureHandle_1=
  487. function(){return(Ow=b._emscripten_bind_McObject_allocTextureHandle_1=b.asm.emscripten_bind_McObject_allocTextureHandle_1).apply(null,arguments)},Pw=b._emscripten_bind_McObject_registTexture_2=function(){return(Pw=b._emscripten_bind_McObject_registTexture_2=b.asm.emscripten_bind_McObject_registTexture_2).apply(null,arguments)},Qw=b._emscripten_bind_McObject_undo_0=function(){return(Qw=b._emscripten_bind_McObject_undo_0=b.asm.emscripten_bind_McObject_undo_0).apply(null,arguments)},Rw=b._emscripten_bind_McObject_redo_0=
  488. function(){return(Rw=b._emscripten_bind_McObject_redo_0=b.asm.emscripten_bind_McObject_redo_0).apply(null,arguments)},Sw=b._emscripten_bind_McObject_undoMark_0=function(){return(Sw=b._emscripten_bind_McObject_undoMark_0=b.asm.emscripten_bind_McObject_undoMark_0).apply(null,arguments)},Tw=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(Tw=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=b.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},Uw=b._emscripten_bind_McDrawResbuf_Clear_0=
  489. function(){return(Uw=b._emscripten_bind_McDrawResbuf_Clear_0=b.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},Vw=b._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(Vw=b._emscripten_bind_McDrawResbuf_GetCount_0=b.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},Ww=b._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(Ww=b._emscripten_bind_McDrawResbuf_AtDouble_1=b.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},Xw=b._emscripten_bind_McDrawResbuf_Atlong_1=
  490. function(){return(Xw=b._emscripten_bind_McDrawResbuf_Atlong_1=b.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},Yw=b._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(Yw=b._emscripten_bind_McDrawResbuf_AtObjectId_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},Zw=b._emscripten_bind_McDrawResbuf_AtObject_1=function(){return(Zw=b._emscripten_bind_McDrawResbuf_AtObject_1=b.asm.emscripten_bind_McDrawResbuf_AtObject_1).apply(null,arguments)},$w=b._emscripten_bind_McDrawResbuf_AtRxObject_1=
  491. function(){return($w=b._emscripten_bind_McDrawResbuf_AtRxObject_1=b.asm.emscripten_bind_McDrawResbuf_AtRxObject_1).apply(null,arguments)},ax=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=function(){return(ax=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1).apply(null,arguments)},bx=b._emscripten_bind_McDrawResbuf_AtObjectName_1=function(){return(bx=b._emscripten_bind_McDrawResbuf_AtObjectName_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectName_1).apply(null,
  492. arguments)},cx=b._emscripten_bind_McDrawResbuf_AtString_1=function(){return(cx=b._emscripten_bind_McDrawResbuf_AtString_1=b.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},dx=b._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(dx=b._emscripten_bind_McDrawResbuf_AtPoint_1=b.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,arguments)},ex=b._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(ex=b._emscripten_bind_McDrawResbuf_ItemDataType_1=b.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,
  493. arguments)},fx=b._emscripten_bind_McDrawResbuf_ItemDataDxf_1=function(){return(fx=b._emscripten_bind_McDrawResbuf_ItemDataDxf_1=b.asm.emscripten_bind_McDrawResbuf_ItemDataDxf_1).apply(null,arguments)},gx=b._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(gx=b._emscripten_bind_McDrawResbuf_AddDouble_2=b.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},hx=b._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(hx=b._emscripten_bind_McDrawResbuf_Addlong_2=b.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,
  494. arguments)},ix=b._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(ix=b._emscripten_bind_McDrawResbuf_AddObjectId_2=b.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},jx=b._emscripten_bind_McDrawResbuf_AddObject_1=function(){return(jx=b._emscripten_bind_McDrawResbuf_AddObject_1=b.asm.emscripten_bind_McDrawResbuf_AddObject_1).apply(null,arguments)},kx=b._emscripten_bind_McDrawResbuf_AddString_2=function(){return(kx=b._emscripten_bind_McDrawResbuf_AddString_2=b.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,
  495. arguments)},lx=b._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(lx=b._emscripten_bind_McDrawResbuf_AddPoint_2=b.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},mx=b._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(mx=b._emscripten_bind_McDrawResbuf_RemoveAll_0=b.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},nx=b._emscripten_bind_McDrawResbuf_Remove_1=function(){return(nx=b._emscripten_bind_McDrawResbuf_Remove_1=b.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,
  496. arguments)},ox=b._emscripten_bind_McDrawResbuf_PrintData_0=function(){return(ox=b._emscripten_bind_McDrawResbuf_PrintData_0=b.asm.emscripten_bind_McDrawResbuf_PrintData_0).apply(null,arguments)},px=b._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(px=b._emscripten_bind_McDrawResbuf_getObjectName_0=b.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,arguments)},qx=b._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(qx=b._emscripten_bind_McDrawResbuf_getDxf0_0=b.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,
  497. arguments)},rx=b._emscripten_bind_McDrawResbuf_getCustomEntityTypeName_0=function(){return(rx=b._emscripten_bind_McDrawResbuf_getCustomEntityTypeName_0=b.asm.emscripten_bind_McDrawResbuf_getCustomEntityTypeName_0).apply(null,arguments)},sx=b._emscripten_bind_McDrawResbuf_getCustomEntityid_0=function(){return(sx=b._emscripten_bind_McDrawResbuf_getCustomEntityid_0=b.asm.emscripten_bind_McDrawResbuf_getCustomEntityid_0).apply(null,arguments)},tx=b._emscripten_bind_McDrawResbuf_getCustomEntityTempid_0=
  498. function(){return(tx=b._emscripten_bind_McDrawResbuf_getCustomEntityTempid_0=b.asm.emscripten_bind_McDrawResbuf_getCustomEntityTempid_0).apply(null,arguments)},ux=b._emscripten_bind_McDrawResbuf_setCustomEntityTempid_1=function(){return(ux=b._emscripten_bind_McDrawResbuf_setCustomEntityTempid_1=b.asm.emscripten_bind_McDrawResbuf_setCustomEntityTempid_1).apply(null,arguments)},vx=b._emscripten_bind_McDrawResbuf_getJson_0=function(){return(vx=b._emscripten_bind_McDrawResbuf_getJson_0=b.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,
  499. arguments)},wx=b._emscripten_bind_McDrawResbuf_setJson_1=function(){return(wx=b._emscripten_bind_McDrawResbuf_setJson_1=b.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,arguments)},xx=b._emscripten_bind_McDrawResbuf_isKindOf_1=function(){return(xx=b._emscripten_bind_McDrawResbuf_isKindOf_1=b.asm.emscripten_bind_McDrawResbuf_isKindOf_1).apply(null,arguments)},yx=b._emscripten_bind_McDrawResbuf_isNull_0=function(){return(yx=b._emscripten_bind_McDrawResbuf_isNull_0=b.asm.emscripten_bind_McDrawResbuf_isNull_0).apply(null,
  500. arguments)},zx=b._emscripten_bind_McDrawResbuf___destroy___0=function(){return(zx=b._emscripten_bind_McDrawResbuf___destroy___0=b.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},Ax=b._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(Ax=b._emscripten_bind_McDrawUtility_McDrawUtility_0=b.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},Bx=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(Bx=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=
  501. b.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},Cx=b._emscripten_bind_McDrawUtility_eraseObject_2=function(){return(Cx=b._emscripten_bind_McDrawUtility_eraseObject_2=b.asm.emscripten_bind_McDrawUtility_eraseObject_2).apply(null,arguments)},Dx=b._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(Dx=b._emscripten_bind_McDrawUtility_highlightEntity_2=b.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},Ex=b._emscripten_bind_McDrawUtility_calcBulge_3=
  502. function(){return(Ex=b._emscripten_bind_McDrawUtility_calcBulge_3=b.asm.emscripten_bind_McDrawUtility_calcBulge_3).apply(null,arguments)},Fx=b._emscripten_bind_McDrawUtility_builderHatchFromPoint_2=function(){return(Fx=b._emscripten_bind_McDrawUtility_builderHatchFromPoint_2=b.asm.emscripten_bind_McDrawUtility_builderHatchFromPoint_2).apply(null,arguments)},Gx=b._emscripten_bind_McDrawUtility___destroy___0=function(){return(Gx=b._emscripten_bind_McDrawUtility___destroy___0=b.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,
  503. arguments)},Hx=b._emscripten_bind_MxDrawAssist_MxDrawAssist_0=function(){return(Hx=b._emscripten_bind_MxDrawAssist_MxDrawAssist_0=b.asm.emscripten_bind_MxDrawAssist_MxDrawAssist_0).apply(null,arguments)},Ix=b._emscripten_bind_MxDrawAssist_MxChamfer_9=function(){return(Ix=b._emscripten_bind_MxDrawAssist_MxChamfer_9=b.asm.emscripten_bind_MxDrawAssist_MxChamfer_9).apply(null,arguments)},Jx=b._emscripten_bind_MxDrawAssist_MxFillet_8=function(){return(Jx=b._emscripten_bind_MxDrawAssist_MxFillet_8=b.asm.emscripten_bind_MxDrawAssist_MxFillet_8).apply(null,
  504. arguments)},Kx=b._emscripten_bind_MxDrawAssist_MxExplode_1=function(){return(Kx=b._emscripten_bind_MxDrawAssist_MxExplode_1=b.asm.emscripten_bind_MxDrawAssist_MxExplode_1).apply(null,arguments)},Lx=b._emscripten_bind_MxDrawAssist_MxJoin_1=function(){return(Lx=b._emscripten_bind_MxDrawAssist_MxJoin_1=b.asm.emscripten_bind_MxDrawAssist_MxJoin_1).apply(null,arguments)},Mx=b._emscripten_bind_MxDrawAssist_IntersectWith_9=function(){return(Mx=b._emscripten_bind_MxDrawAssist_IntersectWith_9=b.asm.emscripten_bind_MxDrawAssist_IntersectWith_9).apply(null,
  505. arguments)},Nx=b._emscripten_bind_MxDrawAssist_GetClosestPointTo_7=function(){return(Nx=b._emscripten_bind_MxDrawAssist_GetClosestPointTo_7=b.asm.emscripten_bind_MxDrawAssist_GetClosestPointTo_7).apply(null,arguments)},Ox=b._emscripten_bind_MxDrawAssist___destroy___0=function(){return(Ox=b._emscripten_bind_MxDrawAssist___destroy___0=b.asm.emscripten_bind_MxDrawAssist___destroy___0).apply(null,arguments)},Px=b._emscripten_bind_MxDrawTrimAssist_MxDrawTrimAssist_0=function(){return(Px=b._emscripten_bind_MxDrawTrimAssist_MxDrawTrimAssist_0=
  506. b.asm.emscripten_bind_MxDrawTrimAssist_MxDrawTrimAssist_0).apply(null,arguments)},Qx=b._emscripten_bind_MxDrawTrimAssist_Init_1=function(){return(Qx=b._emscripten_bind_MxDrawTrimAssist_Init_1=b.asm.emscripten_bind_MxDrawTrimAssist_Init_1).apply(null,arguments)},Rx=b._emscripten_bind_MxDrawTrimAssist_UnInit_0=function(){return(Rx=b._emscripten_bind_MxDrawTrimAssist_UnInit_0=b.asm.emscripten_bind_MxDrawTrimAssist_UnInit_0).apply(null,arguments)},Sx=b._emscripten_bind_MxDrawTrimAssist_DoTrim_5=function(){return(Sx=
  507. b._emscripten_bind_MxDrawTrimAssist_DoTrim_5=b.asm.emscripten_bind_MxDrawTrimAssist_DoTrim_5).apply(null,arguments)},Tx=b._emscripten_bind_MxDrawTrimAssist___destroy___0=function(){return(Tx=b._emscripten_bind_MxDrawTrimAssist___destroy___0=b.asm.emscripten_bind_MxDrawTrimAssist___destroy___0).apply(null,arguments)},Ux=b._emscripten_bind_MxDrawExtendAssist_MxDrawExtendAssist_0=function(){return(Ux=b._emscripten_bind_MxDrawExtendAssist_MxDrawExtendAssist_0=b.asm.emscripten_bind_MxDrawExtendAssist_MxDrawExtendAssist_0).apply(null,
  508. arguments)},Vx=b._emscripten_bind_MxDrawExtendAssist_Init_1=function(){return(Vx=b._emscripten_bind_MxDrawExtendAssist_Init_1=b.asm.emscripten_bind_MxDrawExtendAssist_Init_1).apply(null,arguments)},Wx=b._emscripten_bind_MxDrawExtendAssist_UnInit_0=function(){return(Wx=b._emscripten_bind_MxDrawExtendAssist_UnInit_0=b.asm.emscripten_bind_MxDrawExtendAssist_UnInit_0).apply(null,arguments)},Xx=b._emscripten_bind_MxDrawExtendAssist_DoExtend_5=function(){return(Xx=b._emscripten_bind_MxDrawExtendAssist_DoExtend_5=
  509. b.asm.emscripten_bind_MxDrawExtendAssist_DoExtend_5).apply(null,arguments)},Yx=b._emscripten_bind_MxDrawExtendAssist___destroy___0=function(){return(Yx=b._emscripten_bind_MxDrawExtendAssist___destroy___0=b.asm.emscripten_bind_MxDrawExtendAssist___destroy___0).apply(null,arguments)},Zx=b._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(Zx=b._emscripten_bind_MdDbLine_MdDbLine_0=b.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},$x=b._emscripten_bind_MdDbLine_startPoint_0=function(){return($x=
  510. b._emscripten_bind_MdDbLine_startPoint_0=b.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},ay=b._emscripten_bind_MdDbLine_setStartPoint_1=function(){return(ay=b._emscripten_bind_MdDbLine_setStartPoint_1=b.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},by=b._emscripten_bind_MdDbLine_endPoint_0=function(){return(by=b._emscripten_bind_MdDbLine_endPoint_0=b.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},cy=b._emscripten_bind_MdDbLine_setEndPoint_1=
  511. function(){return(cy=b._emscripten_bind_MdDbLine_setEndPoint_1=b.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},dy=b._emscripten_bind_MdDbLine_getStartParam_0=function(){return(dy=b._emscripten_bind_MdDbLine_getStartParam_0=b.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},ey=b._emscripten_bind_MdDbLine_getEndParam_0=function(){return(ey=b._emscripten_bind_MdDbLine_getEndParam_0=b.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},fy=b._emscripten_bind_MdDbLine_getDistAtParam_1=
  512. function(){return(fy=b._emscripten_bind_MdDbLine_getDistAtParam_1=b.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},gy=b._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(gy=b._emscripten_bind_MdDbLine_getParamAtDist_1=b.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},hy=b._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(hy=b._emscripten_bind_MdDbLine_getDistAtPoint_1=b.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},
  513. iy=b._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(iy=b._emscripten_bind_MdDbLine_getPointAtDist_1=b.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,arguments)},jy=b._emscripten_bind_MdDbLine_getStartPoint_0=function(){return(jy=b._emscripten_bind_MdDbLine_getStartPoint_0=b.asm.emscripten_bind_MdDbLine_getStartPoint_0).apply(null,arguments)},ky=b._emscripten_bind_MdDbLine_getEndPoint_0=function(){return(ky=b._emscripten_bind_MdDbLine_getEndPoint_0=b.asm.emscripten_bind_MdDbLine_getEndPoint_0).apply(null,
  514. arguments)},ly=b._emscripten_bind_MdDbLine_getPointAtParam_1=function(){return(ly=b._emscripten_bind_MdDbLine_getPointAtParam_1=b.asm.emscripten_bind_MdDbLine_getPointAtParam_1).apply(null,arguments)},my=b._emscripten_bind_MdDbLine_getParamAtPoint_1=function(){return(my=b._emscripten_bind_MdDbLine_getParamAtPoint_1=b.asm.emscripten_bind_MdDbLine_getParamAtPoint_1).apply(null,arguments)},ny=b._emscripten_bind_MdDbLine_getFirstDeriv_1=function(){return(ny=b._emscripten_bind_MdDbLine_getFirstDeriv_1=
  515. b.asm.emscripten_bind_MdDbLine_getFirstDeriv_1).apply(null,arguments)},oy=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=function(){return(oy=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbLine_getFirstDerivEx_1).apply(null,arguments)},py=b._emscripten_bind_MdDbLine_getClosestPointTo_2=function(){return(py=b._emscripten_bind_MdDbLine_getClosestPointTo_2=b.asm.emscripten_bind_MdDbLine_getClosestPointTo_2).apply(null,arguments)},qy=b._emscripten_bind_MdDbLine_offsetCurves_2=
  516. function(){return(qy=b._emscripten_bind_MdDbLine_offsetCurves_2=b.asm.emscripten_bind_MdDbLine_offsetCurves_2).apply(null,arguments)},ry=b._emscripten_bind_MdDbLine_splitCurves_1=function(){return(ry=b._emscripten_bind_MdDbLine_splitCurves_1=b.asm.emscripten_bind_MdDbLine_splitCurves_1).apply(null,arguments)},sy=b._emscripten_bind_MdDbLine_getSamplePoints_1=function(){return(sy=b._emscripten_bind_MdDbLine_getSamplePoints_1=b.asm.emscripten_bind_MdDbLine_getSamplePoints_1).apply(null,arguments)},ty=
  517. b._emscripten_bind_MdDbLine_getLength_0=function(){return(ty=b._emscripten_bind_MdDbLine_getLength_0=b.asm.emscripten_bind_MdDbLine_getLength_0).apply(null,arguments)},uy=b._emscripten_bind_MdDbLine_explode_0=function(){return(uy=b._emscripten_bind_MdDbLine_explode_0=b.asm.emscripten_bind_MdDbLine_explode_0).apply(null,arguments)},vy=b._emscripten_bind_MdDbLine_TrueColor_0=function(){return(vy=b._emscripten_bind_MdDbLine_TrueColor_0=b.asm.emscripten_bind_MdDbLine_TrueColor_0).apply(null,arguments)},
  518. wy=b._emscripten_bind_MdDbLine_SetTrueColor_1=function(){return(wy=b._emscripten_bind_MdDbLine_SetTrueColor_1=b.asm.emscripten_bind_MdDbLine_SetTrueColor_1).apply(null,arguments)},xy=b._emscripten_bind_MdDbLine_ColorIndex_0=function(){return(xy=b._emscripten_bind_MdDbLine_ColorIndex_0=b.asm.emscripten_bind_MdDbLine_ColorIndex_0).apply(null,arguments)},yy=b._emscripten_bind_MdDbLine_SetColorIndex_1=function(){return(yy=b._emscripten_bind_MdDbLine_SetColorIndex_1=b.asm.emscripten_bind_MdDbLine_SetColorIndex_1).apply(null,
  519. arguments)},zy=b._emscripten_bind_MdDbLine_Layer_0=function(){return(zy=b._emscripten_bind_MdDbLine_Layer_0=b.asm.emscripten_bind_MdDbLine_Layer_0).apply(null,arguments)},Ay=b._emscripten_bind_MdDbLine_SetLayer_1=function(){return(Ay=b._emscripten_bind_MdDbLine_SetLayer_1=b.asm.emscripten_bind_MdDbLine_SetLayer_1).apply(null,arguments)},By=b._emscripten_bind_MdDbLine_LinetypeScale_0=function(){return(By=b._emscripten_bind_MdDbLine_LinetypeScale_0=b.asm.emscripten_bind_MdDbLine_LinetypeScale_0).apply(null,
  520. arguments)},Cy=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=function(){return(Cy=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbLine_SetLinetypeScale_1).apply(null,arguments)},Dy=b._emscripten_bind_MdDbLine_Visible_0=function(){return(Dy=b._emscripten_bind_MdDbLine_Visible_0=b.asm.emscripten_bind_MdDbLine_Visible_0).apply(null,arguments)},Ey=b._emscripten_bind_MdDbLine_SetVisible_1=function(){return(Ey=b._emscripten_bind_MdDbLine_SetVisible_1=b.asm.emscripten_bind_MdDbLine_SetVisible_1).apply(null,
  521. arguments)},Fy=b._emscripten_bind_MdDbLine_Lineweight_0=function(){return(Fy=b._emscripten_bind_MdDbLine_Lineweight_0=b.asm.emscripten_bind_MdDbLine_Lineweight_0).apply(null,arguments)},Gy=b._emscripten_bind_MdDbLine_SetLineweight_1=function(){return(Gy=b._emscripten_bind_MdDbLine_SetLineweight_1=b.asm.emscripten_bind_MdDbLine_SetLineweight_1).apply(null,arguments)},Hy=b._emscripten_bind_MdDbLine_TextStyle_0=function(){return(Hy=b._emscripten_bind_MdDbLine_TextStyle_0=b.asm.emscripten_bind_MdDbLine_TextStyle_0).apply(null,
  522. arguments)},Iy=b._emscripten_bind_MdDbLine_SetTextStyle_1=function(){return(Iy=b._emscripten_bind_MdDbLine_SetTextStyle_1=b.asm.emscripten_bind_MdDbLine_SetTextStyle_1).apply(null,arguments)},Jy=b._emscripten_bind_MdDbLine_Highlight_1=function(){return(Jy=b._emscripten_bind_MdDbLine_Highlight_1=b.asm.emscripten_bind_MdDbLine_Highlight_1).apply(null,arguments)},Ky=b._emscripten_bind_MdDbLine_Move_2=function(){return(Ky=b._emscripten_bind_MdDbLine_Move_2=b.asm.emscripten_bind_MdDbLine_Move_2).apply(null,
  523. arguments)},Ly=b._emscripten_bind_MdDbLine_Rotate_2=function(){return(Ly=b._emscripten_bind_MdDbLine_Rotate_2=b.asm.emscripten_bind_MdDbLine_Rotate_2).apply(null,arguments)},My=b._emscripten_bind_MdDbLine_Mirror_2=function(){return(My=b._emscripten_bind_MdDbLine_Mirror_2=b.asm.emscripten_bind_MdDbLine_Mirror_2).apply(null,arguments)},Ny=b._emscripten_bind_MdDbLine_ScaleEntity_2=function(){return(Ny=b._emscripten_bind_MdDbLine_ScaleEntity_2=b.asm.emscripten_bind_MdDbLine_ScaleEntity_2).apply(null,
  524. arguments)},Oy=b._emscripten_bind_MdDbLine_TransformBy_1=function(){return(Oy=b._emscripten_bind_MdDbLine_TransformBy_1=b.asm.emscripten_bind_MdDbLine_TransformBy_1).apply(null,arguments)},Py=b._emscripten_bind_MdDbLine_GetBoundingBox_0=function(){return(Py=b._emscripten_bind_MdDbLine_GetBoundingBox_0=b.asm.emscripten_bind_MdDbLine_GetBoundingBox_0).apply(null,arguments)},Qy=b._emscripten_bind_MdDbLine_GetXData_1=function(){return(Qy=b._emscripten_bind_MdDbLine_GetXData_1=b.asm.emscripten_bind_MdDbLine_GetXData_1).apply(null,
  525. arguments)},Ry=b._emscripten_bind_MdDbLine_SetXData_1=function(){return(Ry=b._emscripten_bind_MdDbLine_SetXData_1=b.asm.emscripten_bind_MdDbLine_SetXData_1).apply(null,arguments)},Sy=b._emscripten_bind_MdDbLine_GetxDataString_2=function(){return(Sy=b._emscripten_bind_MdDbLine_GetxDataString_2=b.asm.emscripten_bind_MdDbLine_GetxDataString_2).apply(null,arguments)},Ty=b._emscripten_bind_MdDbLine_SetxDataString_3=function(){return(Ty=b._emscripten_bind_MdDbLine_SetxDataString_3=b.asm.emscripten_bind_MdDbLine_SetxDataString_3).apply(null,
  526. arguments)},Uy=b._emscripten_bind_MdDbLine_GetxDataDouble_2=function(){return(Uy=b._emscripten_bind_MdDbLine_GetxDataDouble_2=b.asm.emscripten_bind_MdDbLine_GetxDataDouble_2).apply(null,arguments)},Vy=b._emscripten_bind_MdDbLine_SetxDataDouble_3=function(){return(Vy=b._emscripten_bind_MdDbLine_SetxDataDouble_3=b.asm.emscripten_bind_MdDbLine_SetxDataDouble_3).apply(null,arguments)},Wy=b._emscripten_bind_MdDbLine_GetxDataLong_2=function(){return(Wy=b._emscripten_bind_MdDbLine_GetxDataLong_2=b.asm.emscripten_bind_MdDbLine_GetxDataLong_2).apply(null,
  527. arguments)},Xy=b._emscripten_bind_MdDbLine_SetxDataLong_3=function(){return(Xy=b._emscripten_bind_MdDbLine_SetxDataLong_3=b.asm.emscripten_bind_MdDbLine_SetxDataLong_3).apply(null,arguments)},Yy=b._emscripten_bind_MdDbLine_GetxDataPoint_2=function(){return(Yy=b._emscripten_bind_MdDbLine_GetxDataPoint_2=b.asm.emscripten_bind_MdDbLine_GetxDataPoint_2).apply(null,arguments)},Zy=b._emscripten_bind_MdDbLine_SetxDataPoint_3=function(){return(Zy=b._emscripten_bind_MdDbLine_SetxDataPoint_3=b.asm.emscripten_bind_MdDbLine_SetxDataPoint_3).apply(null,
  528. arguments)},$y=b._emscripten_bind_MdDbLine_DeleteXData_1=function(){return($y=b._emscripten_bind_MdDbLine_DeleteXData_1=b.asm.emscripten_bind_MdDbLine_DeleteXData_1).apply(null,arguments)},az=b._emscripten_bind_MdDbLine_GetAllAppName_0=function(){return(az=b._emscripten_bind_MdDbLine_GetAllAppName_0=b.asm.emscripten_bind_MdDbLine_GetAllAppName_0).apply(null,arguments)},bz=b._emscripten_bind_MdDbLine_LayerId_0=function(){return(bz=b._emscripten_bind_MdDbLine_LayerId_0=b.asm.emscripten_bind_MdDbLine_LayerId_0).apply(null,
  529. arguments)},cz=b._emscripten_bind_MdDbLine_SetLayerId_1=function(){return(cz=b._emscripten_bind_MdDbLine_SetLayerId_1=b.asm.emscripten_bind_MdDbLine_SetLayerId_1).apply(null,arguments)},dz=b._emscripten_bind_MdDbLine_LinetypeId_0=function(){return(dz=b._emscripten_bind_MdDbLine_LinetypeId_0=b.asm.emscripten_bind_MdDbLine_LinetypeId_0).apply(null,arguments)},ez=b._emscripten_bind_MdDbLine_SetLinetypeId_1=function(){return(ez=b._emscripten_bind_MdDbLine_SetLinetypeId_1=b.asm.emscripten_bind_MdDbLine_SetLinetypeId_1).apply(null,
  530. arguments)},fz=b._emscripten_bind_MdDbLine_Linetype_0=function(){return(fz=b._emscripten_bind_MdDbLine_Linetype_0=b.asm.emscripten_bind_MdDbLine_Linetype_0).apply(null,arguments)},gz=b._emscripten_bind_MdDbLine_SetLinetype_1=function(){return(gz=b._emscripten_bind_MdDbLine_SetLinetype_1=b.asm.emscripten_bind_MdDbLine_SetLinetype_1).apply(null,arguments)},hz=b._emscripten_bind_MdDbLine_TextStyleId_0=function(){return(hz=b._emscripten_bind_MdDbLine_TextStyleId_0=b.asm.emscripten_bind_MdDbLine_TextStyleId_0).apply(null,
  531. arguments)},iz=b._emscripten_bind_MdDbLine_SetTextStyleId_1=function(){return(iz=b._emscripten_bind_MdDbLine_SetTextStyleId_1=b.asm.emscripten_bind_MdDbLine_SetTextStyleId_1).apply(null,arguments)},jz=b._emscripten_bind_MdDbLine_IntersectWith_2=function(){return(jz=b._emscripten_bind_MdDbLine_IntersectWith_2=b.asm.emscripten_bind_MdDbLine_IntersectWith_2).apply(null,arguments)},kz=b._emscripten_bind_MdDbLine_getArea_0=function(){return(kz=b._emscripten_bind_MdDbLine_getArea_0=b.asm.emscripten_bind_MdDbLine_getArea_0).apply(null,
  532. arguments)},lz=b._emscripten_bind_MdDbLine_disableUpdateDisplay_1=function(){return(lz=b._emscripten_bind_MdDbLine_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbLine_disableUpdateDisplay_1).apply(null,arguments)},mz=b._emscripten_bind_MdDbLine_isPropertiesWindowCustom_0=function(){return(mz=b._emscripten_bind_MdDbLine_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbLine_isPropertiesWindowCustom_0).apply(null,arguments)},nz=b._emscripten_bind_MdDbLine_setPropertiesWindowCustom_1=function(){return(nz=
  533. b._emscripten_bind_MdDbLine_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbLine_setPropertiesWindowCustom_1).apply(null,arguments)},oz=b._emscripten_bind_MdDbLine_updateDisplay_0=function(){return(oz=b._emscripten_bind_MdDbLine_updateDisplay_0=b.asm.emscripten_bind_MdDbLine_updateDisplay_0).apply(null,arguments)},pz=b._emscripten_bind_MdDbLine_DrawOrder_0=function(){return(pz=b._emscripten_bind_MdDbLine_DrawOrder_0=b.asm.emscripten_bind_MdDbLine_DrawOrder_0).apply(null,arguments)},qz=b._emscripten_bind_MdDbLine_SetDrawOrder_1=
  534. function(){return(qz=b._emscripten_bind_MdDbLine_SetDrawOrder_1=b.asm.emscripten_bind_MdDbLine_SetDrawOrder_1).apply(null,arguments)},rz=b._emscripten_bind_MdDbLine_GetObjectID_0=function(){return(rz=b._emscripten_bind_MdDbLine_GetObjectID_0=b.asm.emscripten_bind_MdDbLine_GetObjectID_0).apply(null,arguments)},sz=b._emscripten_bind_MdDbLine_Erase_0=function(){return(sz=b._emscripten_bind_MdDbLine_Erase_0=b.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,arguments)},tz=b._emscripten_bind_MdDbLine_isErased_0=
  535. function(){return(tz=b._emscripten_bind_MdDbLine_isErased_0=b.asm.emscripten_bind_MdDbLine_isErased_0).apply(null,arguments)},uz=b._emscripten_bind_MdDbLine_unErase_0=function(){return(uz=b._emscripten_bind_MdDbLine_unErase_0=b.asm.emscripten_bind_MdDbLine_unErase_0).apply(null,arguments)},vz=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(vz=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},wz=b._emscripten_bind_MdDbLine_GetExtensionDictionary_0=
  536. function(){return(wz=b._emscripten_bind_MdDbLine_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbLine_GetExtensionDictionary_0).apply(null,arguments)},xz=b._emscripten_bind_MdDbLine_CreateExtensionDictionary_0=function(){return(xz=b._emscripten_bind_MdDbLine_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbLine_CreateExtensionDictionary_0).apply(null,arguments)},yz=b._emscripten_bind_MdDbLine_IsHaveExtensionDictionary_0=function(){return(yz=b._emscripten_bind_MdDbLine_IsHaveExtensionDictionary_0=
  537. b.asm.emscripten_bind_MdDbLine_IsHaveExtensionDictionary_0).apply(null,arguments)},zz=b._emscripten_bind_MdDbLine_Clone_0=function(){return(zz=b._emscripten_bind_MdDbLine_Clone_0=b.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},Az=b._emscripten_bind_MdDbLine_GetHandle_0=function(){return(Az=b._emscripten_bind_MdDbLine_GetHandle_0=b.asm.emscripten_bind_MdDbLine_GetHandle_0).apply(null,arguments)},Bz=b._emscripten_bind_MdDbLine_GetDatabase_0=function(){return(Bz=b._emscripten_bind_MdDbLine_GetDatabase_0=
  538. b.asm.emscripten_bind_MdDbLine_GetDatabase_0).apply(null,arguments)},Cz=b._emscripten_bind_MdDbLine_GetDatabaseIndexId_0=function(){return(Cz=b._emscripten_bind_MdDbLine_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbLine_GetDatabaseIndexId_0).apply(null,arguments)},Dz=b._emscripten_bind_MdDbLine_GetOwnerID_0=function(){return(Dz=b._emscripten_bind_MdDbLine_GetOwnerID_0=b.asm.emscripten_bind_MdDbLine_GetOwnerID_0).apply(null,arguments)},Ez=b._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(Ez=
  539. b._emscripten_bind_MdDbLine_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,arguments)},Fz=b._emscripten_bind_MdDbLine_getGripPoints_0=function(){return(Fz=b._emscripten_bind_MdDbLine_getGripPoints_0=b.asm.emscripten_bind_MdDbLine_getGripPoints_0).apply(null,arguments)},Gz=b._emscripten_bind_MdDbLine_getObjectName_0=function(){return(Gz=b._emscripten_bind_MdDbLine_getObjectName_0=b.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},Hz=b._emscripten_bind_MdDbLine_getDxf0_0=
  540. function(){return(Hz=b._emscripten_bind_MdDbLine_getDxf0_0=b.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},Iz=b._emscripten_bind_MdDbLine_getCustomEntityTypeName_0=function(){return(Iz=b._emscripten_bind_MdDbLine_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbLine_getCustomEntityTypeName_0).apply(null,arguments)},Jz=b._emscripten_bind_MdDbLine_getCustomEntityid_0=function(){return(Jz=b._emscripten_bind_MdDbLine_getCustomEntityid_0=b.asm.emscripten_bind_MdDbLine_getCustomEntityid_0).apply(null,
  541. arguments)},Kz=b._emscripten_bind_MdDbLine_getCustomEntityTempid_0=function(){return(Kz=b._emscripten_bind_MdDbLine_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbLine_getCustomEntityTempid_0).apply(null,arguments)},Lz=b._emscripten_bind_MdDbLine_setCustomEntityTempid_1=function(){return(Lz=b._emscripten_bind_MdDbLine_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbLine_setCustomEntityTempid_1).apply(null,arguments)},Mz=b._emscripten_bind_MdDbLine_getJson_0=function(){return(Mz=b._emscripten_bind_MdDbLine_getJson_0=
  542. b.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,arguments)},Nz=b._emscripten_bind_MdDbLine_setJson_1=function(){return(Nz=b._emscripten_bind_MdDbLine_setJson_1=b.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},Oz=b._emscripten_bind_MdDbLine_isKindOf_1=function(){return(Oz=b._emscripten_bind_MdDbLine_isKindOf_1=b.asm.emscripten_bind_MdDbLine_isKindOf_1).apply(null,arguments)},Pz=b._emscripten_bind_MdDbLine_isNull_0=function(){return(Pz=b._emscripten_bind_MdDbLine_isNull_0=b.asm.emscripten_bind_MdDbLine_isNull_0).apply(null,
  543. arguments)},Qz=b._emscripten_bind_MdDbLine___destroy___0=function(){return(Qz=b._emscripten_bind_MdDbLine___destroy___0=b.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},Rz=b._emscripten_bind_MdDbAttribute_MdDbAttribute_0=function(){return(Rz=b._emscripten_bind_MdDbAttribute_MdDbAttribute_0=b.asm.emscripten_bind_MdDbAttribute_MdDbAttribute_0).apply(null,arguments)},Sz=b._emscripten_bind_MdDbAttribute_tag_0=function(){return(Sz=b._emscripten_bind_MdDbAttribute_tag_0=b.asm.emscripten_bind_MdDbAttribute_tag_0).apply(null,
  544. arguments)},Tz=b._emscripten_bind_MdDbAttribute_setTag_1=function(){return(Tz=b._emscripten_bind_MdDbAttribute_setTag_1=b.asm.emscripten_bind_MdDbAttribute_setTag_1).apply(null,arguments)},Uz=b._emscripten_bind_MdDbAttribute_isInvisible_0=function(){return(Uz=b._emscripten_bind_MdDbAttribute_isInvisible_0=b.asm.emscripten_bind_MdDbAttribute_isInvisible_0).apply(null,arguments)},Vz=b._emscripten_bind_MdDbAttribute_setInvisible_1=function(){return(Vz=b._emscripten_bind_MdDbAttribute_setInvisible_1=
  545. b.asm.emscripten_bind_MdDbAttribute_setInvisible_1).apply(null,arguments)},Wz=b._emscripten_bind_MdDbAttribute_explode_0=function(){return(Wz=b._emscripten_bind_MdDbAttribute_explode_0=b.asm.emscripten_bind_MdDbAttribute_explode_0).apply(null,arguments)},Xz=b._emscripten_bind_MdDbAttribute_TrueColor_0=function(){return(Xz=b._emscripten_bind_MdDbAttribute_TrueColor_0=b.asm.emscripten_bind_MdDbAttribute_TrueColor_0).apply(null,arguments)},Yz=b._emscripten_bind_MdDbAttribute_SetTrueColor_1=function(){return(Yz=
  546. b._emscripten_bind_MdDbAttribute_SetTrueColor_1=b.asm.emscripten_bind_MdDbAttribute_SetTrueColor_1).apply(null,arguments)},Zz=b._emscripten_bind_MdDbAttribute_ColorIndex_0=function(){return(Zz=b._emscripten_bind_MdDbAttribute_ColorIndex_0=b.asm.emscripten_bind_MdDbAttribute_ColorIndex_0).apply(null,arguments)},$z=b._emscripten_bind_MdDbAttribute_SetColorIndex_1=function(){return($z=b._emscripten_bind_MdDbAttribute_SetColorIndex_1=b.asm.emscripten_bind_MdDbAttribute_SetColorIndex_1).apply(null,arguments)},
  547. aA=b._emscripten_bind_MdDbAttribute_Layer_0=function(){return(aA=b._emscripten_bind_MdDbAttribute_Layer_0=b.asm.emscripten_bind_MdDbAttribute_Layer_0).apply(null,arguments)},bA=b._emscripten_bind_MdDbAttribute_SetLayer_1=function(){return(bA=b._emscripten_bind_MdDbAttribute_SetLayer_1=b.asm.emscripten_bind_MdDbAttribute_SetLayer_1).apply(null,arguments)},cA=b._emscripten_bind_MdDbAttribute_LinetypeScale_0=function(){return(cA=b._emscripten_bind_MdDbAttribute_LinetypeScale_0=b.asm.emscripten_bind_MdDbAttribute_LinetypeScale_0).apply(null,
  548. arguments)},dA=b._emscripten_bind_MdDbAttribute_SetLinetypeScale_1=function(){return(dA=b._emscripten_bind_MdDbAttribute_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAttribute_SetLinetypeScale_1).apply(null,arguments)},eA=b._emscripten_bind_MdDbAttribute_Visible_0=function(){return(eA=b._emscripten_bind_MdDbAttribute_Visible_0=b.asm.emscripten_bind_MdDbAttribute_Visible_0).apply(null,arguments)},fA=b._emscripten_bind_MdDbAttribute_SetVisible_1=function(){return(fA=b._emscripten_bind_MdDbAttribute_SetVisible_1=
  549. b.asm.emscripten_bind_MdDbAttribute_SetVisible_1).apply(null,arguments)},gA=b._emscripten_bind_MdDbAttribute_Lineweight_0=function(){return(gA=b._emscripten_bind_MdDbAttribute_Lineweight_0=b.asm.emscripten_bind_MdDbAttribute_Lineweight_0).apply(null,arguments)},hA=b._emscripten_bind_MdDbAttribute_SetLineweight_1=function(){return(hA=b._emscripten_bind_MdDbAttribute_SetLineweight_1=b.asm.emscripten_bind_MdDbAttribute_SetLineweight_1).apply(null,arguments)},iA=b._emscripten_bind_MdDbAttribute_TextStyle_0=
  550. function(){return(iA=b._emscripten_bind_MdDbAttribute_TextStyle_0=b.asm.emscripten_bind_MdDbAttribute_TextStyle_0).apply(null,arguments)},jA=b._emscripten_bind_MdDbAttribute_SetTextStyle_1=function(){return(jA=b._emscripten_bind_MdDbAttribute_SetTextStyle_1=b.asm.emscripten_bind_MdDbAttribute_SetTextStyle_1).apply(null,arguments)},kA=b._emscripten_bind_MdDbAttribute_Highlight_1=function(){return(kA=b._emscripten_bind_MdDbAttribute_Highlight_1=b.asm.emscripten_bind_MdDbAttribute_Highlight_1).apply(null,
  551. arguments)},lA=b._emscripten_bind_MdDbAttribute_Move_2=function(){return(lA=b._emscripten_bind_MdDbAttribute_Move_2=b.asm.emscripten_bind_MdDbAttribute_Move_2).apply(null,arguments)},mA=b._emscripten_bind_MdDbAttribute_Rotate_2=function(){return(mA=b._emscripten_bind_MdDbAttribute_Rotate_2=b.asm.emscripten_bind_MdDbAttribute_Rotate_2).apply(null,arguments)},nA=b._emscripten_bind_MdDbAttribute_Mirror_2=function(){return(nA=b._emscripten_bind_MdDbAttribute_Mirror_2=b.asm.emscripten_bind_MdDbAttribute_Mirror_2).apply(null,
  552. arguments)},oA=b._emscripten_bind_MdDbAttribute_ScaleEntity_2=function(){return(oA=b._emscripten_bind_MdDbAttribute_ScaleEntity_2=b.asm.emscripten_bind_MdDbAttribute_ScaleEntity_2).apply(null,arguments)},pA=b._emscripten_bind_MdDbAttribute_TransformBy_1=function(){return(pA=b._emscripten_bind_MdDbAttribute_TransformBy_1=b.asm.emscripten_bind_MdDbAttribute_TransformBy_1).apply(null,arguments)},qA=b._emscripten_bind_MdDbAttribute_GetBoundingBox_0=function(){return(qA=b._emscripten_bind_MdDbAttribute_GetBoundingBox_0=
  553. b.asm.emscripten_bind_MdDbAttribute_GetBoundingBox_0).apply(null,arguments)},rA=b._emscripten_bind_MdDbAttribute_GetXData_1=function(){return(rA=b._emscripten_bind_MdDbAttribute_GetXData_1=b.asm.emscripten_bind_MdDbAttribute_GetXData_1).apply(null,arguments)},sA=b._emscripten_bind_MdDbAttribute_SetXData_1=function(){return(sA=b._emscripten_bind_MdDbAttribute_SetXData_1=b.asm.emscripten_bind_MdDbAttribute_SetXData_1).apply(null,arguments)},tA=b._emscripten_bind_MdDbAttribute_GetxDataString_2=function(){return(tA=
  554. b._emscripten_bind_MdDbAttribute_GetxDataString_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataString_2).apply(null,arguments)},uA=b._emscripten_bind_MdDbAttribute_SetxDataString_3=function(){return(uA=b._emscripten_bind_MdDbAttribute_SetxDataString_3=b.asm.emscripten_bind_MdDbAttribute_SetxDataString_3).apply(null,arguments)},vA=b._emscripten_bind_MdDbAttribute_GetxDataDouble_2=function(){return(vA=b._emscripten_bind_MdDbAttribute_GetxDataDouble_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataDouble_2).apply(null,
  555. arguments)},wA=b._emscripten_bind_MdDbAttribute_SetxDataDouble_3=function(){return(wA=b._emscripten_bind_MdDbAttribute_SetxDataDouble_3=b.asm.emscripten_bind_MdDbAttribute_SetxDataDouble_3).apply(null,arguments)},xA=b._emscripten_bind_MdDbAttribute_GetxDataLong_2=function(){return(xA=b._emscripten_bind_MdDbAttribute_GetxDataLong_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataLong_2).apply(null,arguments)},yA=b._emscripten_bind_MdDbAttribute_SetxDataLong_3=function(){return(yA=b._emscripten_bind_MdDbAttribute_SetxDataLong_3=
  556. b.asm.emscripten_bind_MdDbAttribute_SetxDataLong_3).apply(null,arguments)},zA=b._emscripten_bind_MdDbAttribute_GetxDataPoint_2=function(){return(zA=b._emscripten_bind_MdDbAttribute_GetxDataPoint_2=b.asm.emscripten_bind_MdDbAttribute_GetxDataPoint_2).apply(null,arguments)},AA=b._emscripten_bind_MdDbAttribute_SetxDataPoint_3=function(){return(AA=b._emscripten_bind_MdDbAttribute_SetxDataPoint_3=b.asm.emscripten_bind_MdDbAttribute_SetxDataPoint_3).apply(null,arguments)},BA=b._emscripten_bind_MdDbAttribute_DeleteXData_1=
  557. function(){return(BA=b._emscripten_bind_MdDbAttribute_DeleteXData_1=b.asm.emscripten_bind_MdDbAttribute_DeleteXData_1).apply(null,arguments)},CA=b._emscripten_bind_MdDbAttribute_GetAllAppName_0=function(){return(CA=b._emscripten_bind_MdDbAttribute_GetAllAppName_0=b.asm.emscripten_bind_MdDbAttribute_GetAllAppName_0).apply(null,arguments)},DA=b._emscripten_bind_MdDbAttribute_LayerId_0=function(){return(DA=b._emscripten_bind_MdDbAttribute_LayerId_0=b.asm.emscripten_bind_MdDbAttribute_LayerId_0).apply(null,
  558. arguments)},EA=b._emscripten_bind_MdDbAttribute_SetLayerId_1=function(){return(EA=b._emscripten_bind_MdDbAttribute_SetLayerId_1=b.asm.emscripten_bind_MdDbAttribute_SetLayerId_1).apply(null,arguments)},FA=b._emscripten_bind_MdDbAttribute_LinetypeId_0=function(){return(FA=b._emscripten_bind_MdDbAttribute_LinetypeId_0=b.asm.emscripten_bind_MdDbAttribute_LinetypeId_0).apply(null,arguments)},GA=b._emscripten_bind_MdDbAttribute_SetLinetypeId_1=function(){return(GA=b._emscripten_bind_MdDbAttribute_SetLinetypeId_1=
  559. b.asm.emscripten_bind_MdDbAttribute_SetLinetypeId_1).apply(null,arguments)},HA=b._emscripten_bind_MdDbAttribute_Linetype_0=function(){return(HA=b._emscripten_bind_MdDbAttribute_Linetype_0=b.asm.emscripten_bind_MdDbAttribute_Linetype_0).apply(null,arguments)},IA=b._emscripten_bind_MdDbAttribute_SetLinetype_1=function(){return(IA=b._emscripten_bind_MdDbAttribute_SetLinetype_1=b.asm.emscripten_bind_MdDbAttribute_SetLinetype_1).apply(null,arguments)},JA=b._emscripten_bind_MdDbAttribute_TextStyleId_0=
  560. function(){return(JA=b._emscripten_bind_MdDbAttribute_TextStyleId_0=b.asm.emscripten_bind_MdDbAttribute_TextStyleId_0).apply(null,arguments)},KA=b._emscripten_bind_MdDbAttribute_SetTextStyleId_1=function(){return(KA=b._emscripten_bind_MdDbAttribute_SetTextStyleId_1=b.asm.emscripten_bind_MdDbAttribute_SetTextStyleId_1).apply(null,arguments)},LA=b._emscripten_bind_MdDbAttribute_IntersectWith_2=function(){return(LA=b._emscripten_bind_MdDbAttribute_IntersectWith_2=b.asm.emscripten_bind_MdDbAttribute_IntersectWith_2).apply(null,
  561. arguments)},MA=b._emscripten_bind_MdDbAttribute_getArea_0=function(){return(MA=b._emscripten_bind_MdDbAttribute_getArea_0=b.asm.emscripten_bind_MdDbAttribute_getArea_0).apply(null,arguments)},NA=b._emscripten_bind_MdDbAttribute_disableUpdateDisplay_1=function(){return(NA=b._emscripten_bind_MdDbAttribute_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbAttribute_disableUpdateDisplay_1).apply(null,arguments)},OA=b._emscripten_bind_MdDbAttribute_isPropertiesWindowCustom_0=function(){return(OA=b._emscripten_bind_MdDbAttribute_isPropertiesWindowCustom_0=
  562. b.asm.emscripten_bind_MdDbAttribute_isPropertiesWindowCustom_0).apply(null,arguments)},PA=b._emscripten_bind_MdDbAttribute_setPropertiesWindowCustom_1=function(){return(PA=b._emscripten_bind_MdDbAttribute_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbAttribute_setPropertiesWindowCustom_1).apply(null,arguments)},QA=b._emscripten_bind_MdDbAttribute_updateDisplay_0=function(){return(QA=b._emscripten_bind_MdDbAttribute_updateDisplay_0=b.asm.emscripten_bind_MdDbAttribute_updateDisplay_0).apply(null,
  563. arguments)},RA=b._emscripten_bind_MdDbAttribute_DrawOrder_0=function(){return(RA=b._emscripten_bind_MdDbAttribute_DrawOrder_0=b.asm.emscripten_bind_MdDbAttribute_DrawOrder_0).apply(null,arguments)},SA=b._emscripten_bind_MdDbAttribute_SetDrawOrder_1=function(){return(SA=b._emscripten_bind_MdDbAttribute_SetDrawOrder_1=b.asm.emscripten_bind_MdDbAttribute_SetDrawOrder_1).apply(null,arguments)},TA=b._emscripten_bind_MdDbAttribute_GetObjectID_0=function(){return(TA=b._emscripten_bind_MdDbAttribute_GetObjectID_0=
  564. b.asm.emscripten_bind_MdDbAttribute_GetObjectID_0).apply(null,arguments)},UA=b._emscripten_bind_MdDbAttribute_Erase_0=function(){return(UA=b._emscripten_bind_MdDbAttribute_Erase_0=b.asm.emscripten_bind_MdDbAttribute_Erase_0).apply(null,arguments)},VA=b._emscripten_bind_MdDbAttribute_isErased_0=function(){return(VA=b._emscripten_bind_MdDbAttribute_isErased_0=b.asm.emscripten_bind_MdDbAttribute_isErased_0).apply(null,arguments)},WA=b._emscripten_bind_MdDbAttribute_unErase_0=function(){return(WA=b._emscripten_bind_MdDbAttribute_unErase_0=
  565. b.asm.emscripten_bind_MdDbAttribute_unErase_0).apply(null,arguments)},XA=b._emscripten_bind_MdDbAttribute_ConnectionTempObject_1=function(){return(XA=b._emscripten_bind_MdDbAttribute_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAttribute_ConnectionTempObject_1).apply(null,arguments)},YA=b._emscripten_bind_MdDbAttribute_GetExtensionDictionary_0=function(){return(YA=b._emscripten_bind_MdDbAttribute_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttribute_GetExtensionDictionary_0).apply(null,
  566. arguments)},ZA=b._emscripten_bind_MdDbAttribute_CreateExtensionDictionary_0=function(){return(ZA=b._emscripten_bind_MdDbAttribute_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttribute_CreateExtensionDictionary_0).apply(null,arguments)},$A=b._emscripten_bind_MdDbAttribute_IsHaveExtensionDictionary_0=function(){return($A=b._emscripten_bind_MdDbAttribute_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttribute_IsHaveExtensionDictionary_0).apply(null,arguments)},aB=b._emscripten_bind_MdDbAttribute_Clone_0=
  567. function(){return(aB=b._emscripten_bind_MdDbAttribute_Clone_0=b.asm.emscripten_bind_MdDbAttribute_Clone_0).apply(null,arguments)},bB=b._emscripten_bind_MdDbAttribute_GetHandle_0=function(){return(bB=b._emscripten_bind_MdDbAttribute_GetHandle_0=b.asm.emscripten_bind_MdDbAttribute_GetHandle_0).apply(null,arguments)},cB=b._emscripten_bind_MdDbAttribute_GetDatabase_0=function(){return(cB=b._emscripten_bind_MdDbAttribute_GetDatabase_0=b.asm.emscripten_bind_MdDbAttribute_GetDatabase_0).apply(null,arguments)},
  568. dB=b._emscripten_bind_MdDbAttribute_GetDatabaseIndexId_0=function(){return(dB=b._emscripten_bind_MdDbAttribute_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbAttribute_GetDatabaseIndexId_0).apply(null,arguments)},eB=b._emscripten_bind_MdDbAttribute_GetOwnerID_0=function(){return(eB=b._emscripten_bind_MdDbAttribute_GetOwnerID_0=b.asm.emscripten_bind_MdDbAttribute_GetOwnerID_0).apply(null,arguments)},fB=b._emscripten_bind_MdDbAttribute_moveGripPointsAt_4=function(){return(fB=b._emscripten_bind_MdDbAttribute_moveGripPointsAt_4=
  569. b.asm.emscripten_bind_MdDbAttribute_moveGripPointsAt_4).apply(null,arguments)},gB=b._emscripten_bind_MdDbAttribute_getGripPoints_0=function(){return(gB=b._emscripten_bind_MdDbAttribute_getGripPoints_0=b.asm.emscripten_bind_MdDbAttribute_getGripPoints_0).apply(null,arguments)},hB=b._emscripten_bind_MdDbAttribute_position_0=function(){return(hB=b._emscripten_bind_MdDbAttribute_position_0=b.asm.emscripten_bind_MdDbAttribute_position_0).apply(null,arguments)},iB=b._emscripten_bind_MdDbAttribute_setPosition_1=
  570. function(){return(iB=b._emscripten_bind_MdDbAttribute_setPosition_1=b.asm.emscripten_bind_MdDbAttribute_setPosition_1).apply(null,arguments)},jB=b._emscripten_bind_MdDbAttribute_alignmentPoint_0=function(){return(jB=b._emscripten_bind_MdDbAttribute_alignmentPoint_0=b.asm.emscripten_bind_MdDbAttribute_alignmentPoint_0).apply(null,arguments)},kB=b._emscripten_bind_MdDbAttribute_setAlignmentPoint_1=function(){return(kB=b._emscripten_bind_MdDbAttribute_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbAttribute_setAlignmentPoint_1).apply(null,
  571. arguments)},lB=b._emscripten_bind_MdDbAttribute_oblique_0=function(){return(lB=b._emscripten_bind_MdDbAttribute_oblique_0=b.asm.emscripten_bind_MdDbAttribute_oblique_0).apply(null,arguments)},mB=b._emscripten_bind_MdDbAttribute_setOblique_1=function(){return(mB=b._emscripten_bind_MdDbAttribute_setOblique_1=b.asm.emscripten_bind_MdDbAttribute_setOblique_1).apply(null,arguments)},nB=b._emscripten_bind_MdDbAttribute_rotation_0=function(){return(nB=b._emscripten_bind_MdDbAttribute_rotation_0=b.asm.emscripten_bind_MdDbAttribute_rotation_0).apply(null,
  572. arguments)},oB=b._emscripten_bind_MdDbAttribute_setRotation_1=function(){return(oB=b._emscripten_bind_MdDbAttribute_setRotation_1=b.asm.emscripten_bind_MdDbAttribute_setRotation_1).apply(null,arguments)},pB=b._emscripten_bind_MdDbAttribute_height_0=function(){return(pB=b._emscripten_bind_MdDbAttribute_height_0=b.asm.emscripten_bind_MdDbAttribute_height_0).apply(null,arguments)},qB=b._emscripten_bind_MdDbAttribute_setHeight_1=function(){return(qB=b._emscripten_bind_MdDbAttribute_setHeight_1=b.asm.emscripten_bind_MdDbAttribute_setHeight_1).apply(null,
  573. arguments)},rB=b._emscripten_bind_MdDbAttribute_widthFactor_0=function(){return(rB=b._emscripten_bind_MdDbAttribute_widthFactor_0=b.asm.emscripten_bind_MdDbAttribute_widthFactor_0).apply(null,arguments)},sB=b._emscripten_bind_MdDbAttribute_setWidthFactor_1=function(){return(sB=b._emscripten_bind_MdDbAttribute_setWidthFactor_1=b.asm.emscripten_bind_MdDbAttribute_setWidthFactor_1).apply(null,arguments)},tB=b._emscripten_bind_MdDbAttribute_textString_0=function(){return(tB=b._emscripten_bind_MdDbAttribute_textString_0=
  574. b.asm.emscripten_bind_MdDbAttribute_textString_0).apply(null,arguments)},uB=b._emscripten_bind_MdDbAttribute_setTextString_1=function(){return(uB=b._emscripten_bind_MdDbAttribute_setTextString_1=b.asm.emscripten_bind_MdDbAttribute_setTextString_1).apply(null,arguments)},vB=b._emscripten_bind_MdDbAttribute_horizontalMode_0=function(){return(vB=b._emscripten_bind_MdDbAttribute_horizontalMode_0=b.asm.emscripten_bind_MdDbAttribute_horizontalMode_0).apply(null,arguments)},wB=b._emscripten_bind_MdDbAttribute_setHorizontalMode_1=
  575. function(){return(wB=b._emscripten_bind_MdDbAttribute_setHorizontalMode_1=b.asm.emscripten_bind_MdDbAttribute_setHorizontalMode_1).apply(null,arguments)},xB=b._emscripten_bind_MdDbAttribute_verticalMode_0=function(){return(xB=b._emscripten_bind_MdDbAttribute_verticalMode_0=b.asm.emscripten_bind_MdDbAttribute_verticalMode_0).apply(null,arguments)},yB=b._emscripten_bind_MdDbAttribute_setVerticalMode_1=function(){return(yB=b._emscripten_bind_MdDbAttribute_setVerticalMode_1=b.asm.emscripten_bind_MdDbAttribute_setVerticalMode_1).apply(null,
  576. arguments)},zB=b._emscripten_bind_MdDbAttribute_getObjectName_0=function(){return(zB=b._emscripten_bind_MdDbAttribute_getObjectName_0=b.asm.emscripten_bind_MdDbAttribute_getObjectName_0).apply(null,arguments)},AB=b._emscripten_bind_MdDbAttribute_getDxf0_0=function(){return(AB=b._emscripten_bind_MdDbAttribute_getDxf0_0=b.asm.emscripten_bind_MdDbAttribute_getDxf0_0).apply(null,arguments)},BB=b._emscripten_bind_MdDbAttribute_getCustomEntityTypeName_0=function(){return(BB=b._emscripten_bind_MdDbAttribute_getCustomEntityTypeName_0=
  577. b.asm.emscripten_bind_MdDbAttribute_getCustomEntityTypeName_0).apply(null,arguments)},CB=b._emscripten_bind_MdDbAttribute_getCustomEntityid_0=function(){return(CB=b._emscripten_bind_MdDbAttribute_getCustomEntityid_0=b.asm.emscripten_bind_MdDbAttribute_getCustomEntityid_0).apply(null,arguments)},DB=b._emscripten_bind_MdDbAttribute_getCustomEntityTempid_0=function(){return(DB=b._emscripten_bind_MdDbAttribute_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbAttribute_getCustomEntityTempid_0).apply(null,
  578. arguments)},EB=b._emscripten_bind_MdDbAttribute_setCustomEntityTempid_1=function(){return(EB=b._emscripten_bind_MdDbAttribute_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbAttribute_setCustomEntityTempid_1).apply(null,arguments)},FB=b._emscripten_bind_MdDbAttribute_getJson_0=function(){return(FB=b._emscripten_bind_MdDbAttribute_getJson_0=b.asm.emscripten_bind_MdDbAttribute_getJson_0).apply(null,arguments)},GB=b._emscripten_bind_MdDbAttribute_setJson_1=function(){return(GB=b._emscripten_bind_MdDbAttribute_setJson_1=
  579. b.asm.emscripten_bind_MdDbAttribute_setJson_1).apply(null,arguments)},HB=b._emscripten_bind_MdDbAttribute_isKindOf_1=function(){return(HB=b._emscripten_bind_MdDbAttribute_isKindOf_1=b.asm.emscripten_bind_MdDbAttribute_isKindOf_1).apply(null,arguments)},IB=b._emscripten_bind_MdDbAttribute_isNull_0=function(){return(IB=b._emscripten_bind_MdDbAttribute_isNull_0=b.asm.emscripten_bind_MdDbAttribute_isNull_0).apply(null,arguments)},JB=b._emscripten_bind_MdDbAttribute___destroy___0=function(){return(JB=
  580. b._emscripten_bind_MdDbAttribute___destroy___0=b.asm.emscripten_bind_MdDbAttribute___destroy___0).apply(null,arguments)},KB=b._emscripten_bind_MdDbAttributeDefinition_MdDbAttributeDefinition_0=function(){return(KB=b._emscripten_bind_MdDbAttributeDefinition_MdDbAttributeDefinition_0=b.asm.emscripten_bind_MdDbAttributeDefinition_MdDbAttributeDefinition_0).apply(null,arguments)},LB=b._emscripten_bind_MdDbAttributeDefinition_tag_0=function(){return(LB=b._emscripten_bind_MdDbAttributeDefinition_tag_0=
  581. b.asm.emscripten_bind_MdDbAttributeDefinition_tag_0).apply(null,arguments)},MB=b._emscripten_bind_MdDbAttributeDefinition_setTag_1=function(){return(MB=b._emscripten_bind_MdDbAttributeDefinition_setTag_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setTag_1).apply(null,arguments)},NB=b._emscripten_bind_MdDbAttributeDefinition_prompt_0=function(){return(NB=b._emscripten_bind_MdDbAttributeDefinition_prompt_0=b.asm.emscripten_bind_MdDbAttributeDefinition_prompt_0).apply(null,arguments)},OB=b._emscripten_bind_MdDbAttributeDefinition_setPrompt_1=
  582. function(){return(OB=b._emscripten_bind_MdDbAttributeDefinition_setPrompt_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPrompt_1).apply(null,arguments)},PB=b._emscripten_bind_MdDbAttributeDefinition_isInvisible_0=function(){return(PB=b._emscripten_bind_MdDbAttributeDefinition_isInvisible_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isInvisible_0).apply(null,arguments)},QB=b._emscripten_bind_MdDbAttributeDefinition_setInvisible_1=function(){return(QB=b._emscripten_bind_MdDbAttributeDefinition_setInvisible_1=
  583. b.asm.emscripten_bind_MdDbAttributeDefinition_setInvisible_1).apply(null,arguments)},RB=b._emscripten_bind_MdDbAttributeDefinition_isConstant_0=function(){return(RB=b._emscripten_bind_MdDbAttributeDefinition_isConstant_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isConstant_0).apply(null,arguments)},SB=b._emscripten_bind_MdDbAttributeDefinition_setConstant_1=function(){return(SB=b._emscripten_bind_MdDbAttributeDefinition_setConstant_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setConstant_1).apply(null,
  584. arguments)},TB=b._emscripten_bind_MdDbAttributeDefinition_isVerifiable_0=function(){return(TB=b._emscripten_bind_MdDbAttributeDefinition_isVerifiable_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isVerifiable_0).apply(null,arguments)},UB=b._emscripten_bind_MdDbAttributeDefinition_setVerifiable_1=function(){return(UB=b._emscripten_bind_MdDbAttributeDefinition_setVerifiable_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setVerifiable_1).apply(null,arguments)},VB=b._emscripten_bind_MdDbAttributeDefinition_isPreset_0=
  585. function(){return(VB=b._emscripten_bind_MdDbAttributeDefinition_isPreset_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isPreset_0).apply(null,arguments)},WB=b._emscripten_bind_MdDbAttributeDefinition_setPreset_1=function(){return(WB=b._emscripten_bind_MdDbAttributeDefinition_setPreset_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPreset_1).apply(null,arguments)},XB=b._emscripten_bind_MdDbAttributeDefinition_explode_0=function(){return(XB=b._emscripten_bind_MdDbAttributeDefinition_explode_0=
  586. b.asm.emscripten_bind_MdDbAttributeDefinition_explode_0).apply(null,arguments)},YB=b._emscripten_bind_MdDbAttributeDefinition_TrueColor_0=function(){return(YB=b._emscripten_bind_MdDbAttributeDefinition_TrueColor_0=b.asm.emscripten_bind_MdDbAttributeDefinition_TrueColor_0).apply(null,arguments)},ZB=b._emscripten_bind_MdDbAttributeDefinition_SetTrueColor_1=function(){return(ZB=b._emscripten_bind_MdDbAttributeDefinition_SetTrueColor_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetTrueColor_1).apply(null,
  587. arguments)},$B=b._emscripten_bind_MdDbAttributeDefinition_ColorIndex_0=function(){return($B=b._emscripten_bind_MdDbAttributeDefinition_ColorIndex_0=b.asm.emscripten_bind_MdDbAttributeDefinition_ColorIndex_0).apply(null,arguments)},aC=b._emscripten_bind_MdDbAttributeDefinition_SetColorIndex_1=function(){return(aC=b._emscripten_bind_MdDbAttributeDefinition_SetColorIndex_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetColorIndex_1).apply(null,arguments)},bC=b._emscripten_bind_MdDbAttributeDefinition_Layer_0=
  588. function(){return(bC=b._emscripten_bind_MdDbAttributeDefinition_Layer_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Layer_0).apply(null,arguments)},cC=b._emscripten_bind_MdDbAttributeDefinition_SetLayer_1=function(){return(cC=b._emscripten_bind_MdDbAttributeDefinition_SetLayer_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLayer_1).apply(null,arguments)},dC=b._emscripten_bind_MdDbAttributeDefinition_LinetypeScale_0=function(){return(dC=b._emscripten_bind_MdDbAttributeDefinition_LinetypeScale_0=
  589. b.asm.emscripten_bind_MdDbAttributeDefinition_LinetypeScale_0).apply(null,arguments)},eC=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeScale_1=function(){return(eC=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLinetypeScale_1).apply(null,arguments)},fC=b._emscripten_bind_MdDbAttributeDefinition_Visible_0=function(){return(fC=b._emscripten_bind_MdDbAttributeDefinition_Visible_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Visible_0).apply(null,
  590. arguments)},gC=b._emscripten_bind_MdDbAttributeDefinition_SetVisible_1=function(){return(gC=b._emscripten_bind_MdDbAttributeDefinition_SetVisible_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetVisible_1).apply(null,arguments)},hC=b._emscripten_bind_MdDbAttributeDefinition_Lineweight_0=function(){return(hC=b._emscripten_bind_MdDbAttributeDefinition_Lineweight_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Lineweight_0).apply(null,arguments)},iC=b._emscripten_bind_MdDbAttributeDefinition_SetLineweight_1=
  591. function(){return(iC=b._emscripten_bind_MdDbAttributeDefinition_SetLineweight_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLineweight_1).apply(null,arguments)},jC=b._emscripten_bind_MdDbAttributeDefinition_TextStyle_0=function(){return(jC=b._emscripten_bind_MdDbAttributeDefinition_TextStyle_0=b.asm.emscripten_bind_MdDbAttributeDefinition_TextStyle_0).apply(null,arguments)},kC=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyle_1=function(){return(kC=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyle_1=
  592. b.asm.emscripten_bind_MdDbAttributeDefinition_SetTextStyle_1).apply(null,arguments)},lC=b._emscripten_bind_MdDbAttributeDefinition_Highlight_1=function(){return(lC=b._emscripten_bind_MdDbAttributeDefinition_Highlight_1=b.asm.emscripten_bind_MdDbAttributeDefinition_Highlight_1).apply(null,arguments)},mC=b._emscripten_bind_MdDbAttributeDefinition_Move_2=function(){return(mC=b._emscripten_bind_MdDbAttributeDefinition_Move_2=b.asm.emscripten_bind_MdDbAttributeDefinition_Move_2).apply(null,arguments)},
  593. nC=b._emscripten_bind_MdDbAttributeDefinition_Rotate_2=function(){return(nC=b._emscripten_bind_MdDbAttributeDefinition_Rotate_2=b.asm.emscripten_bind_MdDbAttributeDefinition_Rotate_2).apply(null,arguments)},oC=b._emscripten_bind_MdDbAttributeDefinition_Mirror_2=function(){return(oC=b._emscripten_bind_MdDbAttributeDefinition_Mirror_2=b.asm.emscripten_bind_MdDbAttributeDefinition_Mirror_2).apply(null,arguments)},pC=b._emscripten_bind_MdDbAttributeDefinition_ScaleEntity_2=function(){return(pC=b._emscripten_bind_MdDbAttributeDefinition_ScaleEntity_2=
  594. b.asm.emscripten_bind_MdDbAttributeDefinition_ScaleEntity_2).apply(null,arguments)},qC=b._emscripten_bind_MdDbAttributeDefinition_TransformBy_1=function(){return(qC=b._emscripten_bind_MdDbAttributeDefinition_TransformBy_1=b.asm.emscripten_bind_MdDbAttributeDefinition_TransformBy_1).apply(null,arguments)},rC=b._emscripten_bind_MdDbAttributeDefinition_GetBoundingBox_0=function(){return(rC=b._emscripten_bind_MdDbAttributeDefinition_GetBoundingBox_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetBoundingBox_0).apply(null,
  595. arguments)},sC=b._emscripten_bind_MdDbAttributeDefinition_GetXData_1=function(){return(sC=b._emscripten_bind_MdDbAttributeDefinition_GetXData_1=b.asm.emscripten_bind_MdDbAttributeDefinition_GetXData_1).apply(null,arguments)},tC=b._emscripten_bind_MdDbAttributeDefinition_SetXData_1=function(){return(tC=b._emscripten_bind_MdDbAttributeDefinition_SetXData_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetXData_1).apply(null,arguments)},uC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataString_2=
  596. function(){return(uC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataString_2=b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataString_2).apply(null,arguments)},vC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataString_3=function(){return(vC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataString_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataString_3).apply(null,arguments)},wC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataDouble_2=function(){return(wC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataDouble_2=
  597. b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataDouble_2).apply(null,arguments)},xC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataDouble_3=function(){return(xC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataDouble_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataDouble_3).apply(null,arguments)},yC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataLong_2=function(){return(yC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataLong_2=b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataLong_2).apply(null,
  598. arguments)},zC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataLong_3=function(){return(zC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataLong_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataLong_3).apply(null,arguments)},AC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataPoint_2=function(){return(AC=b._emscripten_bind_MdDbAttributeDefinition_GetxDataPoint_2=b.asm.emscripten_bind_MdDbAttributeDefinition_GetxDataPoint_2).apply(null,arguments)},BC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataPoint_3=
  599. function(){return(BC=b._emscripten_bind_MdDbAttributeDefinition_SetxDataPoint_3=b.asm.emscripten_bind_MdDbAttributeDefinition_SetxDataPoint_3).apply(null,arguments)},CC=b._emscripten_bind_MdDbAttributeDefinition_DeleteXData_1=function(){return(CC=b._emscripten_bind_MdDbAttributeDefinition_DeleteXData_1=b.asm.emscripten_bind_MdDbAttributeDefinition_DeleteXData_1).apply(null,arguments)},DC=b._emscripten_bind_MdDbAttributeDefinition_GetAllAppName_0=function(){return(DC=b._emscripten_bind_MdDbAttributeDefinition_GetAllAppName_0=
  600. b.asm.emscripten_bind_MdDbAttributeDefinition_GetAllAppName_0).apply(null,arguments)},EC=b._emscripten_bind_MdDbAttributeDefinition_LayerId_0=function(){return(EC=b._emscripten_bind_MdDbAttributeDefinition_LayerId_0=b.asm.emscripten_bind_MdDbAttributeDefinition_LayerId_0).apply(null,arguments)},FC=b._emscripten_bind_MdDbAttributeDefinition_SetLayerId_1=function(){return(FC=b._emscripten_bind_MdDbAttributeDefinition_SetLayerId_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLayerId_1).apply(null,
  601. arguments)},GC=b._emscripten_bind_MdDbAttributeDefinition_LinetypeId_0=function(){return(GC=b._emscripten_bind_MdDbAttributeDefinition_LinetypeId_0=b.asm.emscripten_bind_MdDbAttributeDefinition_LinetypeId_0).apply(null,arguments)},HC=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeId_1=function(){return(HC=b._emscripten_bind_MdDbAttributeDefinition_SetLinetypeId_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLinetypeId_1).apply(null,arguments)},IC=b._emscripten_bind_MdDbAttributeDefinition_Linetype_0=
  602. function(){return(IC=b._emscripten_bind_MdDbAttributeDefinition_Linetype_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Linetype_0).apply(null,arguments)},JC=b._emscripten_bind_MdDbAttributeDefinition_SetLinetype_1=function(){return(JC=b._emscripten_bind_MdDbAttributeDefinition_SetLinetype_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetLinetype_1).apply(null,arguments)},KC=b._emscripten_bind_MdDbAttributeDefinition_TextStyleId_0=function(){return(KC=b._emscripten_bind_MdDbAttributeDefinition_TextStyleId_0=
  603. b.asm.emscripten_bind_MdDbAttributeDefinition_TextStyleId_0).apply(null,arguments)},LC=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyleId_1=function(){return(LC=b._emscripten_bind_MdDbAttributeDefinition_SetTextStyleId_1=b.asm.emscripten_bind_MdDbAttributeDefinition_SetTextStyleId_1).apply(null,arguments)},MC=b._emscripten_bind_MdDbAttributeDefinition_IntersectWith_2=function(){return(MC=b._emscripten_bind_MdDbAttributeDefinition_IntersectWith_2=b.asm.emscripten_bind_MdDbAttributeDefinition_IntersectWith_2).apply(null,
  604. arguments)},NC=b._emscripten_bind_MdDbAttributeDefinition_getArea_0=function(){return(NC=b._emscripten_bind_MdDbAttributeDefinition_getArea_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getArea_0).apply(null,arguments)},OC=b._emscripten_bind_MdDbAttributeDefinition_disableUpdateDisplay_1=function(){return(OC=b._emscripten_bind_MdDbAttributeDefinition_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbAttributeDefinition_disableUpdateDisplay_1).apply(null,arguments)},PC=b._emscripten_bind_MdDbAttributeDefinition_isPropertiesWindowCustom_0=
  605. function(){return(PC=b._emscripten_bind_MdDbAttributeDefinition_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isPropertiesWindowCustom_0).apply(null,arguments)},QC=b._emscripten_bind_MdDbAttributeDefinition_setPropertiesWindowCustom_1=function(){return(QC=b._emscripten_bind_MdDbAttributeDefinition_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPropertiesWindowCustom_1).apply(null,arguments)},RC=b._emscripten_bind_MdDbAttributeDefinition_updateDisplay_0=
  606. function(){return(RC=b._emscripten_bind_MdDbAttributeDefinition_updateDisplay_0=b.asm.emscripten_bind_MdDbAttributeDefinition_updateDisplay_0).apply(null,arguments)},SC=b._emscripten_bind_MdDbAttributeDefinition_DrawOrder_0=function(){return(SC=b._emscripten_bind_MdDbAttributeDefinition_DrawOrder_0=b.asm.emscripten_bind_MdDbAttributeDefinition_DrawOrder_0).apply(null,arguments)},TC=b._emscripten_bind_MdDbAttributeDefinition_SetDrawOrder_1=function(){return(TC=b._emscripten_bind_MdDbAttributeDefinition_SetDrawOrder_1=
  607. b.asm.emscripten_bind_MdDbAttributeDefinition_SetDrawOrder_1).apply(null,arguments)},UC=b._emscripten_bind_MdDbAttributeDefinition_GetObjectID_0=function(){return(UC=b._emscripten_bind_MdDbAttributeDefinition_GetObjectID_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetObjectID_0).apply(null,arguments)},VC=b._emscripten_bind_MdDbAttributeDefinition_Erase_0=function(){return(VC=b._emscripten_bind_MdDbAttributeDefinition_Erase_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Erase_0).apply(null,arguments)},
  608. WC=b._emscripten_bind_MdDbAttributeDefinition_isErased_0=function(){return(WC=b._emscripten_bind_MdDbAttributeDefinition_isErased_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isErased_0).apply(null,arguments)},XC=b._emscripten_bind_MdDbAttributeDefinition_unErase_0=function(){return(XC=b._emscripten_bind_MdDbAttributeDefinition_unErase_0=b.asm.emscripten_bind_MdDbAttributeDefinition_unErase_0).apply(null,arguments)},YC=b._emscripten_bind_MdDbAttributeDefinition_ConnectionTempObject_1=function(){return(YC=
  609. b._emscripten_bind_MdDbAttributeDefinition_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAttributeDefinition_ConnectionTempObject_1).apply(null,arguments)},ZC=b._emscripten_bind_MdDbAttributeDefinition_GetExtensionDictionary_0=function(){return(ZC=b._emscripten_bind_MdDbAttributeDefinition_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetExtensionDictionary_0).apply(null,arguments)},$C=b._emscripten_bind_MdDbAttributeDefinition_CreateExtensionDictionary_0=function(){return($C=
  610. b._emscripten_bind_MdDbAttributeDefinition_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttributeDefinition_CreateExtensionDictionary_0).apply(null,arguments)},aD=b._emscripten_bind_MdDbAttributeDefinition_IsHaveExtensionDictionary_0=function(){return(aD=b._emscripten_bind_MdDbAttributeDefinition_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbAttributeDefinition_IsHaveExtensionDictionary_0).apply(null,arguments)},bD=b._emscripten_bind_MdDbAttributeDefinition_Clone_0=function(){return(bD=
  611. b._emscripten_bind_MdDbAttributeDefinition_Clone_0=b.asm.emscripten_bind_MdDbAttributeDefinition_Clone_0).apply(null,arguments)},cD=b._emscripten_bind_MdDbAttributeDefinition_GetHandle_0=function(){return(cD=b._emscripten_bind_MdDbAttributeDefinition_GetHandle_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetHandle_0).apply(null,arguments)},dD=b._emscripten_bind_MdDbAttributeDefinition_GetDatabase_0=function(){return(dD=b._emscripten_bind_MdDbAttributeDefinition_GetDatabase_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetDatabase_0).apply(null,
  612. arguments)},eD=b._emscripten_bind_MdDbAttributeDefinition_GetDatabaseIndexId_0=function(){return(eD=b._emscripten_bind_MdDbAttributeDefinition_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetDatabaseIndexId_0).apply(null,arguments)},fD=b._emscripten_bind_MdDbAttributeDefinition_GetOwnerID_0=function(){return(fD=b._emscripten_bind_MdDbAttributeDefinition_GetOwnerID_0=b.asm.emscripten_bind_MdDbAttributeDefinition_GetOwnerID_0).apply(null,arguments)},gD=b._emscripten_bind_MdDbAttributeDefinition_moveGripPointsAt_4=
  613. function(){return(gD=b._emscripten_bind_MdDbAttributeDefinition_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbAttributeDefinition_moveGripPointsAt_4).apply(null,arguments)},hD=b._emscripten_bind_MdDbAttributeDefinition_getGripPoints_0=function(){return(hD=b._emscripten_bind_MdDbAttributeDefinition_getGripPoints_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getGripPoints_0).apply(null,arguments)},iD=b._emscripten_bind_MdDbAttributeDefinition_position_0=function(){return(iD=b._emscripten_bind_MdDbAttributeDefinition_position_0=
  614. b.asm.emscripten_bind_MdDbAttributeDefinition_position_0).apply(null,arguments)},jD=b._emscripten_bind_MdDbAttributeDefinition_setPosition_1=function(){return(jD=b._emscripten_bind_MdDbAttributeDefinition_setPosition_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setPosition_1).apply(null,arguments)},kD=b._emscripten_bind_MdDbAttributeDefinition_alignmentPoint_0=function(){return(kD=b._emscripten_bind_MdDbAttributeDefinition_alignmentPoint_0=b.asm.emscripten_bind_MdDbAttributeDefinition_alignmentPoint_0).apply(null,
  615. arguments)},lD=b._emscripten_bind_MdDbAttributeDefinition_setAlignmentPoint_1=function(){return(lD=b._emscripten_bind_MdDbAttributeDefinition_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setAlignmentPoint_1).apply(null,arguments)},mD=b._emscripten_bind_MdDbAttributeDefinition_oblique_0=function(){return(mD=b._emscripten_bind_MdDbAttributeDefinition_oblique_0=b.asm.emscripten_bind_MdDbAttributeDefinition_oblique_0).apply(null,arguments)},nD=b._emscripten_bind_MdDbAttributeDefinition_setOblique_1=
  616. function(){return(nD=b._emscripten_bind_MdDbAttributeDefinition_setOblique_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setOblique_1).apply(null,arguments)},oD=b._emscripten_bind_MdDbAttributeDefinition_rotation_0=function(){return(oD=b._emscripten_bind_MdDbAttributeDefinition_rotation_0=b.asm.emscripten_bind_MdDbAttributeDefinition_rotation_0).apply(null,arguments)},pD=b._emscripten_bind_MdDbAttributeDefinition_setRotation_1=function(){return(pD=b._emscripten_bind_MdDbAttributeDefinition_setRotation_1=
  617. b.asm.emscripten_bind_MdDbAttributeDefinition_setRotation_1).apply(null,arguments)},qD=b._emscripten_bind_MdDbAttributeDefinition_height_0=function(){return(qD=b._emscripten_bind_MdDbAttributeDefinition_height_0=b.asm.emscripten_bind_MdDbAttributeDefinition_height_0).apply(null,arguments)},rD=b._emscripten_bind_MdDbAttributeDefinition_setHeight_1=function(){return(rD=b._emscripten_bind_MdDbAttributeDefinition_setHeight_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setHeight_1).apply(null,arguments)},
  618. sD=b._emscripten_bind_MdDbAttributeDefinition_widthFactor_0=function(){return(sD=b._emscripten_bind_MdDbAttributeDefinition_widthFactor_0=b.asm.emscripten_bind_MdDbAttributeDefinition_widthFactor_0).apply(null,arguments)},tD=b._emscripten_bind_MdDbAttributeDefinition_setWidthFactor_1=function(){return(tD=b._emscripten_bind_MdDbAttributeDefinition_setWidthFactor_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setWidthFactor_1).apply(null,arguments)},uD=b._emscripten_bind_MdDbAttributeDefinition_textString_0=
  619. function(){return(uD=b._emscripten_bind_MdDbAttributeDefinition_textString_0=b.asm.emscripten_bind_MdDbAttributeDefinition_textString_0).apply(null,arguments)},vD=b._emscripten_bind_MdDbAttributeDefinition_setTextString_1=function(){return(vD=b._emscripten_bind_MdDbAttributeDefinition_setTextString_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setTextString_1).apply(null,arguments)},wD=b._emscripten_bind_MdDbAttributeDefinition_horizontalMode_0=function(){return(wD=b._emscripten_bind_MdDbAttributeDefinition_horizontalMode_0=
  620. b.asm.emscripten_bind_MdDbAttributeDefinition_horizontalMode_0).apply(null,arguments)},xD=b._emscripten_bind_MdDbAttributeDefinition_setHorizontalMode_1=function(){return(xD=b._emscripten_bind_MdDbAttributeDefinition_setHorizontalMode_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setHorizontalMode_1).apply(null,arguments)},yD=b._emscripten_bind_MdDbAttributeDefinition_verticalMode_0=function(){return(yD=b._emscripten_bind_MdDbAttributeDefinition_verticalMode_0=b.asm.emscripten_bind_MdDbAttributeDefinition_verticalMode_0).apply(null,
  621. arguments)},zD=b._emscripten_bind_MdDbAttributeDefinition_setVerticalMode_1=function(){return(zD=b._emscripten_bind_MdDbAttributeDefinition_setVerticalMode_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setVerticalMode_1).apply(null,arguments)},AD=b._emscripten_bind_MdDbAttributeDefinition_getObjectName_0=function(){return(AD=b._emscripten_bind_MdDbAttributeDefinition_getObjectName_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getObjectName_0).apply(null,arguments)},BD=b._emscripten_bind_MdDbAttributeDefinition_getDxf0_0=
  622. function(){return(BD=b._emscripten_bind_MdDbAttributeDefinition_getDxf0_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getDxf0_0).apply(null,arguments)},CD=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTypeName_0=function(){return(CD=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getCustomEntityTypeName_0).apply(null,arguments)},DD=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityid_0=function(){return(DD=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityid_0=
  623. b.asm.emscripten_bind_MdDbAttributeDefinition_getCustomEntityid_0).apply(null,arguments)},ED=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTempid_0=function(){return(ED=b._emscripten_bind_MdDbAttributeDefinition_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getCustomEntityTempid_0).apply(null,arguments)},FD=b._emscripten_bind_MdDbAttributeDefinition_setCustomEntityTempid_1=function(){return(FD=b._emscripten_bind_MdDbAttributeDefinition_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setCustomEntityTempid_1).apply(null,
  624. arguments)},GD=b._emscripten_bind_MdDbAttributeDefinition_getJson_0=function(){return(GD=b._emscripten_bind_MdDbAttributeDefinition_getJson_0=b.asm.emscripten_bind_MdDbAttributeDefinition_getJson_0).apply(null,arguments)},HD=b._emscripten_bind_MdDbAttributeDefinition_setJson_1=function(){return(HD=b._emscripten_bind_MdDbAttributeDefinition_setJson_1=b.asm.emscripten_bind_MdDbAttributeDefinition_setJson_1).apply(null,arguments)},ID=b._emscripten_bind_MdDbAttributeDefinition_isKindOf_1=function(){return(ID=
  625. b._emscripten_bind_MdDbAttributeDefinition_isKindOf_1=b.asm.emscripten_bind_MdDbAttributeDefinition_isKindOf_1).apply(null,arguments)},JD=b._emscripten_bind_MdDbAttributeDefinition_isNull_0=function(){return(JD=b._emscripten_bind_MdDbAttributeDefinition_isNull_0=b.asm.emscripten_bind_MdDbAttributeDefinition_isNull_0).apply(null,arguments)},KD=b._emscripten_bind_MdDbAttributeDefinition___destroy___0=function(){return(KD=b._emscripten_bind_MdDbAttributeDefinition___destroy___0=b.asm.emscripten_bind_MdDbAttributeDefinition___destroy___0).apply(null,
  626. arguments)},LD=b._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(LD=b._emscripten_bind_MdDbCircle_MdDbCircle_0=b.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,arguments)},MD=b._emscripten_bind_MdDbCircle_center_0=function(){return(MD=b._emscripten_bind_MdDbCircle_center_0=b.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},ND=b._emscripten_bind_MdDbCircle_setCenter_1=function(){return(ND=b._emscripten_bind_MdDbCircle_setCenter_1=b.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,
  627. arguments)},OD=b._emscripten_bind_MdDbCircle_radius_0=function(){return(OD=b._emscripten_bind_MdDbCircle_radius_0=b.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,arguments)},PD=b._emscripten_bind_MdDbCircle_setRadius_1=function(){return(PD=b._emscripten_bind_MdDbCircle_setRadius_1=b.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},QD=b._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(QD=b._emscripten_bind_MdDbCircle_getStartParam_0=b.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,
  628. arguments)},RD=b._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(RD=b._emscripten_bind_MdDbCircle_getEndParam_0=b.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,arguments)},SD=b._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(SD=b._emscripten_bind_MdDbCircle_getDistAtParam_1=b.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},TD=b._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(TD=b._emscripten_bind_MdDbCircle_getParamAtDist_1=
  629. b.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},UD=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(UD=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=b.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},VD=b._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(VD=b._emscripten_bind_MdDbCircle_getPointAtDist_1=b.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},WD=b._emscripten_bind_MdDbCircle_getStartPoint_0=
  630. function(){return(WD=b._emscripten_bind_MdDbCircle_getStartPoint_0=b.asm.emscripten_bind_MdDbCircle_getStartPoint_0).apply(null,arguments)},XD=b._emscripten_bind_MdDbCircle_getEndPoint_0=function(){return(XD=b._emscripten_bind_MdDbCircle_getEndPoint_0=b.asm.emscripten_bind_MdDbCircle_getEndPoint_0).apply(null,arguments)},YD=b._emscripten_bind_MdDbCircle_getPointAtParam_1=function(){return(YD=b._emscripten_bind_MdDbCircle_getPointAtParam_1=b.asm.emscripten_bind_MdDbCircle_getPointAtParam_1).apply(null,
  631. arguments)},ZD=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=function(){return(ZD=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=b.asm.emscripten_bind_MdDbCircle_getParamAtPoint_1).apply(null,arguments)},$D=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=function(){return($D=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=b.asm.emscripten_bind_MdDbCircle_getFirstDeriv_1).apply(null,arguments)},aE=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=function(){return(aE=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=
  632. b.asm.emscripten_bind_MdDbCircle_getFirstDerivEx_1).apply(null,arguments)},bE=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=function(){return(bE=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=b.asm.emscripten_bind_MdDbCircle_getClosestPointTo_2).apply(null,arguments)},cE=b._emscripten_bind_MdDbCircle_offsetCurves_2=function(){return(cE=b._emscripten_bind_MdDbCircle_offsetCurves_2=b.asm.emscripten_bind_MdDbCircle_offsetCurves_2).apply(null,arguments)},dE=b._emscripten_bind_MdDbCircle_splitCurves_1=
  633. function(){return(dE=b._emscripten_bind_MdDbCircle_splitCurves_1=b.asm.emscripten_bind_MdDbCircle_splitCurves_1).apply(null,arguments)},eE=b._emscripten_bind_MdDbCircle_getSamplePoints_1=function(){return(eE=b._emscripten_bind_MdDbCircle_getSamplePoints_1=b.asm.emscripten_bind_MdDbCircle_getSamplePoints_1).apply(null,arguments)},fE=b._emscripten_bind_MdDbCircle_getLength_0=function(){return(fE=b._emscripten_bind_MdDbCircle_getLength_0=b.asm.emscripten_bind_MdDbCircle_getLength_0).apply(null,arguments)},
  634. gE=b._emscripten_bind_MdDbCircle_explode_0=function(){return(gE=b._emscripten_bind_MdDbCircle_explode_0=b.asm.emscripten_bind_MdDbCircle_explode_0).apply(null,arguments)},hE=b._emscripten_bind_MdDbCircle_TrueColor_0=function(){return(hE=b._emscripten_bind_MdDbCircle_TrueColor_0=b.asm.emscripten_bind_MdDbCircle_TrueColor_0).apply(null,arguments)},iE=b._emscripten_bind_MdDbCircle_SetTrueColor_1=function(){return(iE=b._emscripten_bind_MdDbCircle_SetTrueColor_1=b.asm.emscripten_bind_MdDbCircle_SetTrueColor_1).apply(null,
  635. arguments)},jE=b._emscripten_bind_MdDbCircle_ColorIndex_0=function(){return(jE=b._emscripten_bind_MdDbCircle_ColorIndex_0=b.asm.emscripten_bind_MdDbCircle_ColorIndex_0).apply(null,arguments)},kE=b._emscripten_bind_MdDbCircle_SetColorIndex_1=function(){return(kE=b._emscripten_bind_MdDbCircle_SetColorIndex_1=b.asm.emscripten_bind_MdDbCircle_SetColorIndex_1).apply(null,arguments)},lE=b._emscripten_bind_MdDbCircle_Layer_0=function(){return(lE=b._emscripten_bind_MdDbCircle_Layer_0=b.asm.emscripten_bind_MdDbCircle_Layer_0).apply(null,
  636. arguments)},mE=b._emscripten_bind_MdDbCircle_SetLayer_1=function(){return(mE=b._emscripten_bind_MdDbCircle_SetLayer_1=b.asm.emscripten_bind_MdDbCircle_SetLayer_1).apply(null,arguments)},nE=b._emscripten_bind_MdDbCircle_LinetypeScale_0=function(){return(nE=b._emscripten_bind_MdDbCircle_LinetypeScale_0=b.asm.emscripten_bind_MdDbCircle_LinetypeScale_0).apply(null,arguments)},oE=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=function(){return(oE=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCircle_SetLinetypeScale_1).apply(null,
  637. arguments)},pE=b._emscripten_bind_MdDbCircle_Visible_0=function(){return(pE=b._emscripten_bind_MdDbCircle_Visible_0=b.asm.emscripten_bind_MdDbCircle_Visible_0).apply(null,arguments)},qE=b._emscripten_bind_MdDbCircle_SetVisible_1=function(){return(qE=b._emscripten_bind_MdDbCircle_SetVisible_1=b.asm.emscripten_bind_MdDbCircle_SetVisible_1).apply(null,arguments)},rE=b._emscripten_bind_MdDbCircle_Lineweight_0=function(){return(rE=b._emscripten_bind_MdDbCircle_Lineweight_0=b.asm.emscripten_bind_MdDbCircle_Lineweight_0).apply(null,
  638. arguments)},sE=b._emscripten_bind_MdDbCircle_SetLineweight_1=function(){return(sE=b._emscripten_bind_MdDbCircle_SetLineweight_1=b.asm.emscripten_bind_MdDbCircle_SetLineweight_1).apply(null,arguments)},tE=b._emscripten_bind_MdDbCircle_TextStyle_0=function(){return(tE=b._emscripten_bind_MdDbCircle_TextStyle_0=b.asm.emscripten_bind_MdDbCircle_TextStyle_0).apply(null,arguments)},uE=b._emscripten_bind_MdDbCircle_SetTextStyle_1=function(){return(uE=b._emscripten_bind_MdDbCircle_SetTextStyle_1=b.asm.emscripten_bind_MdDbCircle_SetTextStyle_1).apply(null,
  639. arguments)},vE=b._emscripten_bind_MdDbCircle_Highlight_1=function(){return(vE=b._emscripten_bind_MdDbCircle_Highlight_1=b.asm.emscripten_bind_MdDbCircle_Highlight_1).apply(null,arguments)},wE=b._emscripten_bind_MdDbCircle_Move_2=function(){return(wE=b._emscripten_bind_MdDbCircle_Move_2=b.asm.emscripten_bind_MdDbCircle_Move_2).apply(null,arguments)},xE=b._emscripten_bind_MdDbCircle_Rotate_2=function(){return(xE=b._emscripten_bind_MdDbCircle_Rotate_2=b.asm.emscripten_bind_MdDbCircle_Rotate_2).apply(null,
  640. arguments)},yE=b._emscripten_bind_MdDbCircle_Mirror_2=function(){return(yE=b._emscripten_bind_MdDbCircle_Mirror_2=b.asm.emscripten_bind_MdDbCircle_Mirror_2).apply(null,arguments)},zE=b._emscripten_bind_MdDbCircle_ScaleEntity_2=function(){return(zE=b._emscripten_bind_MdDbCircle_ScaleEntity_2=b.asm.emscripten_bind_MdDbCircle_ScaleEntity_2).apply(null,arguments)},AE=b._emscripten_bind_MdDbCircle_TransformBy_1=function(){return(AE=b._emscripten_bind_MdDbCircle_TransformBy_1=b.asm.emscripten_bind_MdDbCircle_TransformBy_1).apply(null,
  641. arguments)},BE=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=function(){return(BE=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=b.asm.emscripten_bind_MdDbCircle_GetBoundingBox_0).apply(null,arguments)},CE=b._emscripten_bind_MdDbCircle_GetXData_1=function(){return(CE=b._emscripten_bind_MdDbCircle_GetXData_1=b.asm.emscripten_bind_MdDbCircle_GetXData_1).apply(null,arguments)},DE=b._emscripten_bind_MdDbCircle_SetXData_1=function(){return(DE=b._emscripten_bind_MdDbCircle_SetXData_1=b.asm.emscripten_bind_MdDbCircle_SetXData_1).apply(null,
  642. arguments)},EE=b._emscripten_bind_MdDbCircle_GetxDataString_2=function(){return(EE=b._emscripten_bind_MdDbCircle_GetxDataString_2=b.asm.emscripten_bind_MdDbCircle_GetxDataString_2).apply(null,arguments)},FE=b._emscripten_bind_MdDbCircle_SetxDataString_3=function(){return(FE=b._emscripten_bind_MdDbCircle_SetxDataString_3=b.asm.emscripten_bind_MdDbCircle_SetxDataString_3).apply(null,arguments)},GE=b._emscripten_bind_MdDbCircle_GetxDataDouble_2=function(){return(GE=b._emscripten_bind_MdDbCircle_GetxDataDouble_2=
  643. b.asm.emscripten_bind_MdDbCircle_GetxDataDouble_2).apply(null,arguments)},HE=b._emscripten_bind_MdDbCircle_SetxDataDouble_3=function(){return(HE=b._emscripten_bind_MdDbCircle_SetxDataDouble_3=b.asm.emscripten_bind_MdDbCircle_SetxDataDouble_3).apply(null,arguments)},IE=b._emscripten_bind_MdDbCircle_GetxDataLong_2=function(){return(IE=b._emscripten_bind_MdDbCircle_GetxDataLong_2=b.asm.emscripten_bind_MdDbCircle_GetxDataLong_2).apply(null,arguments)},JE=b._emscripten_bind_MdDbCircle_SetxDataLong_3=function(){return(JE=
  644. b._emscripten_bind_MdDbCircle_SetxDataLong_3=b.asm.emscripten_bind_MdDbCircle_SetxDataLong_3).apply(null,arguments)},KE=b._emscripten_bind_MdDbCircle_GetxDataPoint_2=function(){return(KE=b._emscripten_bind_MdDbCircle_GetxDataPoint_2=b.asm.emscripten_bind_MdDbCircle_GetxDataPoint_2).apply(null,arguments)},LE=b._emscripten_bind_MdDbCircle_SetxDataPoint_3=function(){return(LE=b._emscripten_bind_MdDbCircle_SetxDataPoint_3=b.asm.emscripten_bind_MdDbCircle_SetxDataPoint_3).apply(null,arguments)},ME=b._emscripten_bind_MdDbCircle_DeleteXData_1=
  645. function(){return(ME=b._emscripten_bind_MdDbCircle_DeleteXData_1=b.asm.emscripten_bind_MdDbCircle_DeleteXData_1).apply(null,arguments)},NE=b._emscripten_bind_MdDbCircle_GetAllAppName_0=function(){return(NE=b._emscripten_bind_MdDbCircle_GetAllAppName_0=b.asm.emscripten_bind_MdDbCircle_GetAllAppName_0).apply(null,arguments)},OE=b._emscripten_bind_MdDbCircle_LayerId_0=function(){return(OE=b._emscripten_bind_MdDbCircle_LayerId_0=b.asm.emscripten_bind_MdDbCircle_LayerId_0).apply(null,arguments)},PE=b._emscripten_bind_MdDbCircle_SetLayerId_1=
  646. function(){return(PE=b._emscripten_bind_MdDbCircle_SetLayerId_1=b.asm.emscripten_bind_MdDbCircle_SetLayerId_1).apply(null,arguments)},QE=b._emscripten_bind_MdDbCircle_LinetypeId_0=function(){return(QE=b._emscripten_bind_MdDbCircle_LinetypeId_0=b.asm.emscripten_bind_MdDbCircle_LinetypeId_0).apply(null,arguments)},RE=b._emscripten_bind_MdDbCircle_SetLinetypeId_1=function(){return(RE=b._emscripten_bind_MdDbCircle_SetLinetypeId_1=b.asm.emscripten_bind_MdDbCircle_SetLinetypeId_1).apply(null,arguments)},
  647. SE=b._emscripten_bind_MdDbCircle_Linetype_0=function(){return(SE=b._emscripten_bind_MdDbCircle_Linetype_0=b.asm.emscripten_bind_MdDbCircle_Linetype_0).apply(null,arguments)},TE=b._emscripten_bind_MdDbCircle_SetLinetype_1=function(){return(TE=b._emscripten_bind_MdDbCircle_SetLinetype_1=b.asm.emscripten_bind_MdDbCircle_SetLinetype_1).apply(null,arguments)},UE=b._emscripten_bind_MdDbCircle_TextStyleId_0=function(){return(UE=b._emscripten_bind_MdDbCircle_TextStyleId_0=b.asm.emscripten_bind_MdDbCircle_TextStyleId_0).apply(null,
  648. arguments)},VE=b._emscripten_bind_MdDbCircle_SetTextStyleId_1=function(){return(VE=b._emscripten_bind_MdDbCircle_SetTextStyleId_1=b.asm.emscripten_bind_MdDbCircle_SetTextStyleId_1).apply(null,arguments)},WE=b._emscripten_bind_MdDbCircle_IntersectWith_2=function(){return(WE=b._emscripten_bind_MdDbCircle_IntersectWith_2=b.asm.emscripten_bind_MdDbCircle_IntersectWith_2).apply(null,arguments)},XE=b._emscripten_bind_MdDbCircle_getArea_0=function(){return(XE=b._emscripten_bind_MdDbCircle_getArea_0=b.asm.emscripten_bind_MdDbCircle_getArea_0).apply(null,
  649. arguments)},YE=b._emscripten_bind_MdDbCircle_disableUpdateDisplay_1=function(){return(YE=b._emscripten_bind_MdDbCircle_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbCircle_disableUpdateDisplay_1).apply(null,arguments)},ZE=b._emscripten_bind_MdDbCircle_isPropertiesWindowCustom_0=function(){return(ZE=b._emscripten_bind_MdDbCircle_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbCircle_isPropertiesWindowCustom_0).apply(null,arguments)},$E=b._emscripten_bind_MdDbCircle_setPropertiesWindowCustom_1=
  650. function(){return($E=b._emscripten_bind_MdDbCircle_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbCircle_setPropertiesWindowCustom_1).apply(null,arguments)},aF=b._emscripten_bind_MdDbCircle_updateDisplay_0=function(){return(aF=b._emscripten_bind_MdDbCircle_updateDisplay_0=b.asm.emscripten_bind_MdDbCircle_updateDisplay_0).apply(null,arguments)},bF=b._emscripten_bind_MdDbCircle_DrawOrder_0=function(){return(bF=b._emscripten_bind_MdDbCircle_DrawOrder_0=b.asm.emscripten_bind_MdDbCircle_DrawOrder_0).apply(null,
  651. arguments)},cF=b._emscripten_bind_MdDbCircle_SetDrawOrder_1=function(){return(cF=b._emscripten_bind_MdDbCircle_SetDrawOrder_1=b.asm.emscripten_bind_MdDbCircle_SetDrawOrder_1).apply(null,arguments)},dF=b._emscripten_bind_MdDbCircle_GetObjectID_0=function(){return(dF=b._emscripten_bind_MdDbCircle_GetObjectID_0=b.asm.emscripten_bind_MdDbCircle_GetObjectID_0).apply(null,arguments)},eF=b._emscripten_bind_MdDbCircle_Erase_0=function(){return(eF=b._emscripten_bind_MdDbCircle_Erase_0=b.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,
  652. arguments)},fF=b._emscripten_bind_MdDbCircle_isErased_0=function(){return(fF=b._emscripten_bind_MdDbCircle_isErased_0=b.asm.emscripten_bind_MdDbCircle_isErased_0).apply(null,arguments)},gF=b._emscripten_bind_MdDbCircle_unErase_0=function(){return(gF=b._emscripten_bind_MdDbCircle_unErase_0=b.asm.emscripten_bind_MdDbCircle_unErase_0).apply(null,arguments)},hF=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(hF=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,
  653. arguments)},iF=b._emscripten_bind_MdDbCircle_GetExtensionDictionary_0=function(){return(iF=b._emscripten_bind_MdDbCircle_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbCircle_GetExtensionDictionary_0).apply(null,arguments)},jF=b._emscripten_bind_MdDbCircle_CreateExtensionDictionary_0=function(){return(jF=b._emscripten_bind_MdDbCircle_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbCircle_CreateExtensionDictionary_0).apply(null,arguments)},kF=b._emscripten_bind_MdDbCircle_IsHaveExtensionDictionary_0=
  654. function(){return(kF=b._emscripten_bind_MdDbCircle_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbCircle_IsHaveExtensionDictionary_0).apply(null,arguments)},lF=b._emscripten_bind_MdDbCircle_Clone_0=function(){return(lF=b._emscripten_bind_MdDbCircle_Clone_0=b.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},mF=b._emscripten_bind_MdDbCircle_GetHandle_0=function(){return(mF=b._emscripten_bind_MdDbCircle_GetHandle_0=b.asm.emscripten_bind_MdDbCircle_GetHandle_0).apply(null,arguments)},
  655. nF=b._emscripten_bind_MdDbCircle_GetDatabase_0=function(){return(nF=b._emscripten_bind_MdDbCircle_GetDatabase_0=b.asm.emscripten_bind_MdDbCircle_GetDatabase_0).apply(null,arguments)},oF=b._emscripten_bind_MdDbCircle_GetDatabaseIndexId_0=function(){return(oF=b._emscripten_bind_MdDbCircle_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbCircle_GetDatabaseIndexId_0).apply(null,arguments)},pF=b._emscripten_bind_MdDbCircle_GetOwnerID_0=function(){return(pF=b._emscripten_bind_MdDbCircle_GetOwnerID_0=b.asm.emscripten_bind_MdDbCircle_GetOwnerID_0).apply(null,
  656. arguments)},qF=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(qF=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,arguments)},rF=b._emscripten_bind_MdDbCircle_getGripPoints_0=function(){return(rF=b._emscripten_bind_MdDbCircle_getGripPoints_0=b.asm.emscripten_bind_MdDbCircle_getGripPoints_0).apply(null,arguments)},sF=b._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(sF=b._emscripten_bind_MdDbCircle_getObjectName_0=
  657. b.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},tF=b._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(tF=b._emscripten_bind_MdDbCircle_getDxf0_0=b.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},uF=b._emscripten_bind_MdDbCircle_getCustomEntityTypeName_0=function(){return(uF=b._emscripten_bind_MdDbCircle_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbCircle_getCustomEntityTypeName_0).apply(null,arguments)},vF=b._emscripten_bind_MdDbCircle_getCustomEntityid_0=
  658. function(){return(vF=b._emscripten_bind_MdDbCircle_getCustomEntityid_0=b.asm.emscripten_bind_MdDbCircle_getCustomEntityid_0).apply(null,arguments)},wF=b._emscripten_bind_MdDbCircle_getCustomEntityTempid_0=function(){return(wF=b._emscripten_bind_MdDbCircle_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbCircle_getCustomEntityTempid_0).apply(null,arguments)},xF=b._emscripten_bind_MdDbCircle_setCustomEntityTempid_1=function(){return(xF=b._emscripten_bind_MdDbCircle_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbCircle_setCustomEntityTempid_1).apply(null,
  659. arguments)},yF=b._emscripten_bind_MdDbCircle_getJson_0=function(){return(yF=b._emscripten_bind_MdDbCircle_getJson_0=b.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,arguments)},zF=b._emscripten_bind_MdDbCircle_setJson_1=function(){return(zF=b._emscripten_bind_MdDbCircle_setJson_1=b.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},AF=b._emscripten_bind_MdDbCircle_isKindOf_1=function(){return(AF=b._emscripten_bind_MdDbCircle_isKindOf_1=b.asm.emscripten_bind_MdDbCircle_isKindOf_1).apply(null,
  660. arguments)},BF=b._emscripten_bind_MdDbCircle_isNull_0=function(){return(BF=b._emscripten_bind_MdDbCircle_isNull_0=b.asm.emscripten_bind_MdDbCircle_isNull_0).apply(null,arguments)},CF=b._emscripten_bind_MdDbCircle___destroy___0=function(){return(CF=b._emscripten_bind_MdDbCircle___destroy___0=b.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},DF=b._emscripten_bind_MdDbArc_MdDbArc_0=function(){return(DF=b._emscripten_bind_MdDbArc_MdDbArc_0=b.asm.emscripten_bind_MdDbArc_MdDbArc_0).apply(null,
  661. arguments)},EF=b._emscripten_bind_MdDbArc_center_0=function(){return(EF=b._emscripten_bind_MdDbArc_center_0=b.asm.emscripten_bind_MdDbArc_center_0).apply(null,arguments)},FF=b._emscripten_bind_MdDbArc_setCenter_1=function(){return(FF=b._emscripten_bind_MdDbArc_setCenter_1=b.asm.emscripten_bind_MdDbArc_setCenter_1).apply(null,arguments)},GF=b._emscripten_bind_MdDbArc_radius_0=function(){return(GF=b._emscripten_bind_MdDbArc_radius_0=b.asm.emscripten_bind_MdDbArc_radius_0).apply(null,arguments)},HF=
  662. b._emscripten_bind_MdDbArc_setRadius_1=function(){return(HF=b._emscripten_bind_MdDbArc_setRadius_1=b.asm.emscripten_bind_MdDbArc_setRadius_1).apply(null,arguments)},IF=b._emscripten_bind_MdDbArc_startAngle_0=function(){return(IF=b._emscripten_bind_MdDbArc_startAngle_0=b.asm.emscripten_bind_MdDbArc_startAngle_0).apply(null,arguments)},JF=b._emscripten_bind_MdDbArc_setStartAngle_1=function(){return(JF=b._emscripten_bind_MdDbArc_setStartAngle_1=b.asm.emscripten_bind_MdDbArc_setStartAngle_1).apply(null,
  663. arguments)},KF=b._emscripten_bind_MdDbArc_endAngle_0=function(){return(KF=b._emscripten_bind_MdDbArc_endAngle_0=b.asm.emscripten_bind_MdDbArc_endAngle_0).apply(null,arguments)},LF=b._emscripten_bind_MdDbArc_setEndAngle_1=function(){return(LF=b._emscripten_bind_MdDbArc_setEndAngle_1=b.asm.emscripten_bind_MdDbArc_setEndAngle_1).apply(null,arguments)},MF=b._emscripten_bind_MdDbArc_computeArc_6=function(){return(MF=b._emscripten_bind_MdDbArc_computeArc_6=b.asm.emscripten_bind_MdDbArc_computeArc_6).apply(null,
  664. arguments)},NF=b._emscripten_bind_MdDbArc_getStartParam_0=function(){return(NF=b._emscripten_bind_MdDbArc_getStartParam_0=b.asm.emscripten_bind_MdDbArc_getStartParam_0).apply(null,arguments)},OF=b._emscripten_bind_MdDbArc_getEndParam_0=function(){return(OF=b._emscripten_bind_MdDbArc_getEndParam_0=b.asm.emscripten_bind_MdDbArc_getEndParam_0).apply(null,arguments)},PF=b._emscripten_bind_MdDbArc_getDistAtParam_1=function(){return(PF=b._emscripten_bind_MdDbArc_getDistAtParam_1=b.asm.emscripten_bind_MdDbArc_getDistAtParam_1).apply(null,
  665. arguments)},QF=b._emscripten_bind_MdDbArc_getParamAtDist_1=function(){return(QF=b._emscripten_bind_MdDbArc_getParamAtDist_1=b.asm.emscripten_bind_MdDbArc_getParamAtDist_1).apply(null,arguments)},RF=b._emscripten_bind_MdDbArc_getDistAtPoint_1=function(){return(RF=b._emscripten_bind_MdDbArc_getDistAtPoint_1=b.asm.emscripten_bind_MdDbArc_getDistAtPoint_1).apply(null,arguments)},SF=b._emscripten_bind_MdDbArc_getPointAtDist_1=function(){return(SF=b._emscripten_bind_MdDbArc_getPointAtDist_1=b.asm.emscripten_bind_MdDbArc_getPointAtDist_1).apply(null,
  666. arguments)},TF=b._emscripten_bind_MdDbArc_getStartPoint_0=function(){return(TF=b._emscripten_bind_MdDbArc_getStartPoint_0=b.asm.emscripten_bind_MdDbArc_getStartPoint_0).apply(null,arguments)},UF=b._emscripten_bind_MdDbArc_getEndPoint_0=function(){return(UF=b._emscripten_bind_MdDbArc_getEndPoint_0=b.asm.emscripten_bind_MdDbArc_getEndPoint_0).apply(null,arguments)},VF=b._emscripten_bind_MdDbArc_getPointAtParam_1=function(){return(VF=b._emscripten_bind_MdDbArc_getPointAtParam_1=b.asm.emscripten_bind_MdDbArc_getPointAtParam_1).apply(null,
  667. arguments)},WF=b._emscripten_bind_MdDbArc_getParamAtPoint_1=function(){return(WF=b._emscripten_bind_MdDbArc_getParamAtPoint_1=b.asm.emscripten_bind_MdDbArc_getParamAtPoint_1).apply(null,arguments)},XF=b._emscripten_bind_MdDbArc_getFirstDeriv_1=function(){return(XF=b._emscripten_bind_MdDbArc_getFirstDeriv_1=b.asm.emscripten_bind_MdDbArc_getFirstDeriv_1).apply(null,arguments)},YF=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=function(){return(YF=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbArc_getFirstDerivEx_1).apply(null,
  668. arguments)},ZF=b._emscripten_bind_MdDbArc_getClosestPointTo_2=function(){return(ZF=b._emscripten_bind_MdDbArc_getClosestPointTo_2=b.asm.emscripten_bind_MdDbArc_getClosestPointTo_2).apply(null,arguments)},$F=b._emscripten_bind_MdDbArc_offsetCurves_2=function(){return($F=b._emscripten_bind_MdDbArc_offsetCurves_2=b.asm.emscripten_bind_MdDbArc_offsetCurves_2).apply(null,arguments)},aG=b._emscripten_bind_MdDbArc_splitCurves_1=function(){return(aG=b._emscripten_bind_MdDbArc_splitCurves_1=b.asm.emscripten_bind_MdDbArc_splitCurves_1).apply(null,
  669. arguments)},bG=b._emscripten_bind_MdDbArc_getSamplePoints_1=function(){return(bG=b._emscripten_bind_MdDbArc_getSamplePoints_1=b.asm.emscripten_bind_MdDbArc_getSamplePoints_1).apply(null,arguments)},cG=b._emscripten_bind_MdDbArc_getLength_0=function(){return(cG=b._emscripten_bind_MdDbArc_getLength_0=b.asm.emscripten_bind_MdDbArc_getLength_0).apply(null,arguments)},dG=b._emscripten_bind_MdDbArc_explode_0=function(){return(dG=b._emscripten_bind_MdDbArc_explode_0=b.asm.emscripten_bind_MdDbArc_explode_0).apply(null,
  670. arguments)},eG=b._emscripten_bind_MdDbArc_TrueColor_0=function(){return(eG=b._emscripten_bind_MdDbArc_TrueColor_0=b.asm.emscripten_bind_MdDbArc_TrueColor_0).apply(null,arguments)},fG=b._emscripten_bind_MdDbArc_SetTrueColor_1=function(){return(fG=b._emscripten_bind_MdDbArc_SetTrueColor_1=b.asm.emscripten_bind_MdDbArc_SetTrueColor_1).apply(null,arguments)},gG=b._emscripten_bind_MdDbArc_ColorIndex_0=function(){return(gG=b._emscripten_bind_MdDbArc_ColorIndex_0=b.asm.emscripten_bind_MdDbArc_ColorIndex_0).apply(null,
  671. arguments)},hG=b._emscripten_bind_MdDbArc_SetColorIndex_1=function(){return(hG=b._emscripten_bind_MdDbArc_SetColorIndex_1=b.asm.emscripten_bind_MdDbArc_SetColorIndex_1).apply(null,arguments)},iG=b._emscripten_bind_MdDbArc_Layer_0=function(){return(iG=b._emscripten_bind_MdDbArc_Layer_0=b.asm.emscripten_bind_MdDbArc_Layer_0).apply(null,arguments)},jG=b._emscripten_bind_MdDbArc_SetLayer_1=function(){return(jG=b._emscripten_bind_MdDbArc_SetLayer_1=b.asm.emscripten_bind_MdDbArc_SetLayer_1).apply(null,
  672. arguments)},kG=b._emscripten_bind_MdDbArc_LinetypeScale_0=function(){return(kG=b._emscripten_bind_MdDbArc_LinetypeScale_0=b.asm.emscripten_bind_MdDbArc_LinetypeScale_0).apply(null,arguments)},lG=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=function(){return(lG=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbArc_SetLinetypeScale_1).apply(null,arguments)},mG=b._emscripten_bind_MdDbArc_Visible_0=function(){return(mG=b._emscripten_bind_MdDbArc_Visible_0=b.asm.emscripten_bind_MdDbArc_Visible_0).apply(null,
  673. arguments)},nG=b._emscripten_bind_MdDbArc_SetVisible_1=function(){return(nG=b._emscripten_bind_MdDbArc_SetVisible_1=b.asm.emscripten_bind_MdDbArc_SetVisible_1).apply(null,arguments)},oG=b._emscripten_bind_MdDbArc_Lineweight_0=function(){return(oG=b._emscripten_bind_MdDbArc_Lineweight_0=b.asm.emscripten_bind_MdDbArc_Lineweight_0).apply(null,arguments)},pG=b._emscripten_bind_MdDbArc_SetLineweight_1=function(){return(pG=b._emscripten_bind_MdDbArc_SetLineweight_1=b.asm.emscripten_bind_MdDbArc_SetLineweight_1).apply(null,
  674. arguments)},qG=b._emscripten_bind_MdDbArc_TextStyle_0=function(){return(qG=b._emscripten_bind_MdDbArc_TextStyle_0=b.asm.emscripten_bind_MdDbArc_TextStyle_0).apply(null,arguments)},rG=b._emscripten_bind_MdDbArc_SetTextStyle_1=function(){return(rG=b._emscripten_bind_MdDbArc_SetTextStyle_1=b.asm.emscripten_bind_MdDbArc_SetTextStyle_1).apply(null,arguments)},sG=b._emscripten_bind_MdDbArc_Highlight_1=function(){return(sG=b._emscripten_bind_MdDbArc_Highlight_1=b.asm.emscripten_bind_MdDbArc_Highlight_1).apply(null,
  675. arguments)},tG=b._emscripten_bind_MdDbArc_Move_2=function(){return(tG=b._emscripten_bind_MdDbArc_Move_2=b.asm.emscripten_bind_MdDbArc_Move_2).apply(null,arguments)},uG=b._emscripten_bind_MdDbArc_Rotate_2=function(){return(uG=b._emscripten_bind_MdDbArc_Rotate_2=b.asm.emscripten_bind_MdDbArc_Rotate_2).apply(null,arguments)},vG=b._emscripten_bind_MdDbArc_Mirror_2=function(){return(vG=b._emscripten_bind_MdDbArc_Mirror_2=b.asm.emscripten_bind_MdDbArc_Mirror_2).apply(null,arguments)},wG=b._emscripten_bind_MdDbArc_ScaleEntity_2=
  676. function(){return(wG=b._emscripten_bind_MdDbArc_ScaleEntity_2=b.asm.emscripten_bind_MdDbArc_ScaleEntity_2).apply(null,arguments)},xG=b._emscripten_bind_MdDbArc_TransformBy_1=function(){return(xG=b._emscripten_bind_MdDbArc_TransformBy_1=b.asm.emscripten_bind_MdDbArc_TransformBy_1).apply(null,arguments)},yG=b._emscripten_bind_MdDbArc_GetBoundingBox_0=function(){return(yG=b._emscripten_bind_MdDbArc_GetBoundingBox_0=b.asm.emscripten_bind_MdDbArc_GetBoundingBox_0).apply(null,arguments)},zG=b._emscripten_bind_MdDbArc_GetXData_1=
  677. function(){return(zG=b._emscripten_bind_MdDbArc_GetXData_1=b.asm.emscripten_bind_MdDbArc_GetXData_1).apply(null,arguments)},AG=b._emscripten_bind_MdDbArc_SetXData_1=function(){return(AG=b._emscripten_bind_MdDbArc_SetXData_1=b.asm.emscripten_bind_MdDbArc_SetXData_1).apply(null,arguments)},BG=b._emscripten_bind_MdDbArc_GetxDataString_2=function(){return(BG=b._emscripten_bind_MdDbArc_GetxDataString_2=b.asm.emscripten_bind_MdDbArc_GetxDataString_2).apply(null,arguments)},CG=b._emscripten_bind_MdDbArc_SetxDataString_3=
  678. function(){return(CG=b._emscripten_bind_MdDbArc_SetxDataString_3=b.asm.emscripten_bind_MdDbArc_SetxDataString_3).apply(null,arguments)},DG=b._emscripten_bind_MdDbArc_GetxDataDouble_2=function(){return(DG=b._emscripten_bind_MdDbArc_GetxDataDouble_2=b.asm.emscripten_bind_MdDbArc_GetxDataDouble_2).apply(null,arguments)},EG=b._emscripten_bind_MdDbArc_SetxDataDouble_3=function(){return(EG=b._emscripten_bind_MdDbArc_SetxDataDouble_3=b.asm.emscripten_bind_MdDbArc_SetxDataDouble_3).apply(null,arguments)},
  679. FG=b._emscripten_bind_MdDbArc_GetxDataLong_2=function(){return(FG=b._emscripten_bind_MdDbArc_GetxDataLong_2=b.asm.emscripten_bind_MdDbArc_GetxDataLong_2).apply(null,arguments)},GG=b._emscripten_bind_MdDbArc_SetxDataLong_3=function(){return(GG=b._emscripten_bind_MdDbArc_SetxDataLong_3=b.asm.emscripten_bind_MdDbArc_SetxDataLong_3).apply(null,arguments)},HG=b._emscripten_bind_MdDbArc_GetxDataPoint_2=function(){return(HG=b._emscripten_bind_MdDbArc_GetxDataPoint_2=b.asm.emscripten_bind_MdDbArc_GetxDataPoint_2).apply(null,
  680. arguments)},IG=b._emscripten_bind_MdDbArc_SetxDataPoint_3=function(){return(IG=b._emscripten_bind_MdDbArc_SetxDataPoint_3=b.asm.emscripten_bind_MdDbArc_SetxDataPoint_3).apply(null,arguments)},JG=b._emscripten_bind_MdDbArc_DeleteXData_1=function(){return(JG=b._emscripten_bind_MdDbArc_DeleteXData_1=b.asm.emscripten_bind_MdDbArc_DeleteXData_1).apply(null,arguments)},KG=b._emscripten_bind_MdDbArc_GetAllAppName_0=function(){return(KG=b._emscripten_bind_MdDbArc_GetAllAppName_0=b.asm.emscripten_bind_MdDbArc_GetAllAppName_0).apply(null,
  681. arguments)},LG=b._emscripten_bind_MdDbArc_LayerId_0=function(){return(LG=b._emscripten_bind_MdDbArc_LayerId_0=b.asm.emscripten_bind_MdDbArc_LayerId_0).apply(null,arguments)},MG=b._emscripten_bind_MdDbArc_SetLayerId_1=function(){return(MG=b._emscripten_bind_MdDbArc_SetLayerId_1=b.asm.emscripten_bind_MdDbArc_SetLayerId_1).apply(null,arguments)},NG=b._emscripten_bind_MdDbArc_LinetypeId_0=function(){return(NG=b._emscripten_bind_MdDbArc_LinetypeId_0=b.asm.emscripten_bind_MdDbArc_LinetypeId_0).apply(null,
  682. arguments)},OG=b._emscripten_bind_MdDbArc_SetLinetypeId_1=function(){return(OG=b._emscripten_bind_MdDbArc_SetLinetypeId_1=b.asm.emscripten_bind_MdDbArc_SetLinetypeId_1).apply(null,arguments)},PG=b._emscripten_bind_MdDbArc_Linetype_0=function(){return(PG=b._emscripten_bind_MdDbArc_Linetype_0=b.asm.emscripten_bind_MdDbArc_Linetype_0).apply(null,arguments)},QG=b._emscripten_bind_MdDbArc_SetLinetype_1=function(){return(QG=b._emscripten_bind_MdDbArc_SetLinetype_1=b.asm.emscripten_bind_MdDbArc_SetLinetype_1).apply(null,
  683. arguments)},RG=b._emscripten_bind_MdDbArc_TextStyleId_0=function(){return(RG=b._emscripten_bind_MdDbArc_TextStyleId_0=b.asm.emscripten_bind_MdDbArc_TextStyleId_0).apply(null,arguments)},SG=b._emscripten_bind_MdDbArc_SetTextStyleId_1=function(){return(SG=b._emscripten_bind_MdDbArc_SetTextStyleId_1=b.asm.emscripten_bind_MdDbArc_SetTextStyleId_1).apply(null,arguments)},TG=b._emscripten_bind_MdDbArc_IntersectWith_2=function(){return(TG=b._emscripten_bind_MdDbArc_IntersectWith_2=b.asm.emscripten_bind_MdDbArc_IntersectWith_2).apply(null,
  684. arguments)},UG=b._emscripten_bind_MdDbArc_getArea_0=function(){return(UG=b._emscripten_bind_MdDbArc_getArea_0=b.asm.emscripten_bind_MdDbArc_getArea_0).apply(null,arguments)},VG=b._emscripten_bind_MdDbArc_disableUpdateDisplay_1=function(){return(VG=b._emscripten_bind_MdDbArc_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbArc_disableUpdateDisplay_1).apply(null,arguments)},WG=b._emscripten_bind_MdDbArc_isPropertiesWindowCustom_0=function(){return(WG=b._emscripten_bind_MdDbArc_isPropertiesWindowCustom_0=
  685. b.asm.emscripten_bind_MdDbArc_isPropertiesWindowCustom_0).apply(null,arguments)},XG=b._emscripten_bind_MdDbArc_setPropertiesWindowCustom_1=function(){return(XG=b._emscripten_bind_MdDbArc_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbArc_setPropertiesWindowCustom_1).apply(null,arguments)},YG=b._emscripten_bind_MdDbArc_updateDisplay_0=function(){return(YG=b._emscripten_bind_MdDbArc_updateDisplay_0=b.asm.emscripten_bind_MdDbArc_updateDisplay_0).apply(null,arguments)},ZG=b._emscripten_bind_MdDbArc_DrawOrder_0=
  686. function(){return(ZG=b._emscripten_bind_MdDbArc_DrawOrder_0=b.asm.emscripten_bind_MdDbArc_DrawOrder_0).apply(null,arguments)},$G=b._emscripten_bind_MdDbArc_SetDrawOrder_1=function(){return($G=b._emscripten_bind_MdDbArc_SetDrawOrder_1=b.asm.emscripten_bind_MdDbArc_SetDrawOrder_1).apply(null,arguments)},aH=b._emscripten_bind_MdDbArc_GetObjectID_0=function(){return(aH=b._emscripten_bind_MdDbArc_GetObjectID_0=b.asm.emscripten_bind_MdDbArc_GetObjectID_0).apply(null,arguments)},bH=b._emscripten_bind_MdDbArc_Erase_0=
  687. function(){return(bH=b._emscripten_bind_MdDbArc_Erase_0=b.asm.emscripten_bind_MdDbArc_Erase_0).apply(null,arguments)},cH=b._emscripten_bind_MdDbArc_isErased_0=function(){return(cH=b._emscripten_bind_MdDbArc_isErased_0=b.asm.emscripten_bind_MdDbArc_isErased_0).apply(null,arguments)},dH=b._emscripten_bind_MdDbArc_unErase_0=function(){return(dH=b._emscripten_bind_MdDbArc_unErase_0=b.asm.emscripten_bind_MdDbArc_unErase_0).apply(null,arguments)},eH=b._emscripten_bind_MdDbArc_ConnectionTempObject_1=function(){return(eH=
  688. b._emscripten_bind_MdDbArc_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbArc_ConnectionTempObject_1).apply(null,arguments)},fH=b._emscripten_bind_MdDbArc_GetExtensionDictionary_0=function(){return(fH=b._emscripten_bind_MdDbArc_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbArc_GetExtensionDictionary_0).apply(null,arguments)},gH=b._emscripten_bind_MdDbArc_CreateExtensionDictionary_0=function(){return(gH=b._emscripten_bind_MdDbArc_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbArc_CreateExtensionDictionary_0).apply(null,
  689. arguments)},hH=b._emscripten_bind_MdDbArc_IsHaveExtensionDictionary_0=function(){return(hH=b._emscripten_bind_MdDbArc_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbArc_IsHaveExtensionDictionary_0).apply(null,arguments)},iH=b._emscripten_bind_MdDbArc_Clone_0=function(){return(iH=b._emscripten_bind_MdDbArc_Clone_0=b.asm.emscripten_bind_MdDbArc_Clone_0).apply(null,arguments)},jH=b._emscripten_bind_MdDbArc_GetHandle_0=function(){return(jH=b._emscripten_bind_MdDbArc_GetHandle_0=b.asm.emscripten_bind_MdDbArc_GetHandle_0).apply(null,
  690. arguments)},kH=b._emscripten_bind_MdDbArc_GetDatabase_0=function(){return(kH=b._emscripten_bind_MdDbArc_GetDatabase_0=b.asm.emscripten_bind_MdDbArc_GetDatabase_0).apply(null,arguments)},lH=b._emscripten_bind_MdDbArc_GetDatabaseIndexId_0=function(){return(lH=b._emscripten_bind_MdDbArc_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbArc_GetDatabaseIndexId_0).apply(null,arguments)},mH=b._emscripten_bind_MdDbArc_GetOwnerID_0=function(){return(mH=b._emscripten_bind_MdDbArc_GetOwnerID_0=b.asm.emscripten_bind_MdDbArc_GetOwnerID_0).apply(null,
  691. arguments)},nH=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=function(){return(nH=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbArc_moveGripPointsAt_4).apply(null,arguments)},oH=b._emscripten_bind_MdDbArc_getGripPoints_0=function(){return(oH=b._emscripten_bind_MdDbArc_getGripPoints_0=b.asm.emscripten_bind_MdDbArc_getGripPoints_0).apply(null,arguments)},pH=b._emscripten_bind_MdDbArc_getObjectName_0=function(){return(pH=b._emscripten_bind_MdDbArc_getObjectName_0=b.asm.emscripten_bind_MdDbArc_getObjectName_0).apply(null,
  692. arguments)},qH=b._emscripten_bind_MdDbArc_getDxf0_0=function(){return(qH=b._emscripten_bind_MdDbArc_getDxf0_0=b.asm.emscripten_bind_MdDbArc_getDxf0_0).apply(null,arguments)},rH=b._emscripten_bind_MdDbArc_getCustomEntityTypeName_0=function(){return(rH=b._emscripten_bind_MdDbArc_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbArc_getCustomEntityTypeName_0).apply(null,arguments)},sH=b._emscripten_bind_MdDbArc_getCustomEntityid_0=function(){return(sH=b._emscripten_bind_MdDbArc_getCustomEntityid_0=
  693. b.asm.emscripten_bind_MdDbArc_getCustomEntityid_0).apply(null,arguments)},tH=b._emscripten_bind_MdDbArc_getCustomEntityTempid_0=function(){return(tH=b._emscripten_bind_MdDbArc_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbArc_getCustomEntityTempid_0).apply(null,arguments)},uH=b._emscripten_bind_MdDbArc_setCustomEntityTempid_1=function(){return(uH=b._emscripten_bind_MdDbArc_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbArc_setCustomEntityTempid_1).apply(null,arguments)},vH=b._emscripten_bind_MdDbArc_getJson_0=
  694. function(){return(vH=b._emscripten_bind_MdDbArc_getJson_0=b.asm.emscripten_bind_MdDbArc_getJson_0).apply(null,arguments)},wH=b._emscripten_bind_MdDbArc_setJson_1=function(){return(wH=b._emscripten_bind_MdDbArc_setJson_1=b.asm.emscripten_bind_MdDbArc_setJson_1).apply(null,arguments)},xH=b._emscripten_bind_MdDbArc_isKindOf_1=function(){return(xH=b._emscripten_bind_MdDbArc_isKindOf_1=b.asm.emscripten_bind_MdDbArc_isKindOf_1).apply(null,arguments)},yH=b._emscripten_bind_MdDbArc_isNull_0=function(){return(yH=
  695. b._emscripten_bind_MdDbArc_isNull_0=b.asm.emscripten_bind_MdDbArc_isNull_0).apply(null,arguments)},zH=b._emscripten_bind_MdDbArc___destroy___0=function(){return(zH=b._emscripten_bind_MdDbArc___destroy___0=b.asm.emscripten_bind_MdDbArc___destroy___0).apply(null,arguments)},AH=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(AH=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=b.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},BH=b._emscripten_bind_MdDbPolyline_setClosed_1=
  696. function(){return(BH=b._emscripten_bind_MdDbPolyline_setClosed_1=b.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},CH=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return(CH=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=b.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},DH=b._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(DH=b._emscripten_bind_MdDbPolyline_isClosed_0=b.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,
  697. arguments)},EH=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(EH=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=b.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},FH=b._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(FH=b._emscripten_bind_MdDbPolyline_addVertexAt_5=b.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},GH=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(GH=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=
  698. b.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},HH=b._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(HH=b._emscripten_bind_MdDbPolyline_numVerts_0=b.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},IH=b._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(IH=b._emscripten_bind_MdDbPolyline_getPointAt_1=b.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},JH=b._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(JH=
  699. b._emscripten_bind_MdDbPolyline_getBulgeAt_1=b.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},KH=b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(KH=b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},LH=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(LH=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,
  700. arguments)},MH=b._emscripten_bind_MdDbPolyline_setWidthsAt_3=function(){return(MH=b._emscripten_bind_MdDbPolyline_setWidthsAt_3=b.asm.emscripten_bind_MdDbPolyline_setWidthsAt_3).apply(null,arguments)},NH=b._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(NH=b._emscripten_bind_MdDbPolyline_setPointAt_2=b.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},OH=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(OH=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=
  701. b.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},PH=b._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(PH=b._emscripten_bind_MdDbPolyline_getStartParam_0=b.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},QH=b._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(QH=b._emscripten_bind_MdDbPolyline_getEndParam_0=b.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},RH=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=
  702. function(){return(RH=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},SH=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(SH=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},TH=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(TH=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,
  703. arguments)},UH=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return(UH=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},VH=b._emscripten_bind_MdDbPolyline_getStartPoint_0=function(){return(VH=b._emscripten_bind_MdDbPolyline_getStartPoint_0=b.asm.emscripten_bind_MdDbPolyline_getStartPoint_0).apply(null,arguments)},WH=b._emscripten_bind_MdDbPolyline_getEndPoint_0=function(){return(WH=b._emscripten_bind_MdDbPolyline_getEndPoint_0=
  704. b.asm.emscripten_bind_MdDbPolyline_getEndPoint_0).apply(null,arguments)},XH=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=function(){return(XH=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtParam_1).apply(null,arguments)},YH=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=function(){return(YH=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=b.asm.emscripten_bind_MdDbPolyline_getParamAtPoint_1).apply(null,arguments)},ZH=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=
  705. function(){return(ZH=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDeriv_1).apply(null,arguments)},$H=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=function(){return($H=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDerivEx_1).apply(null,arguments)},aI=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=function(){return(aI=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=b.asm.emscripten_bind_MdDbPolyline_getClosestPointTo_2).apply(null,
  706. arguments)},bI=b._emscripten_bind_MdDbPolyline_offsetCurves_2=function(){return(bI=b._emscripten_bind_MdDbPolyline_offsetCurves_2=b.asm.emscripten_bind_MdDbPolyline_offsetCurves_2).apply(null,arguments)},cI=b._emscripten_bind_MdDbPolyline_splitCurves_1=function(){return(cI=b._emscripten_bind_MdDbPolyline_splitCurves_1=b.asm.emscripten_bind_MdDbPolyline_splitCurves_1).apply(null,arguments)},dI=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=function(){return(dI=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=
  707. b.asm.emscripten_bind_MdDbPolyline_getSamplePoints_1).apply(null,arguments)},eI=b._emscripten_bind_MdDbPolyline_getLength_0=function(){return(eI=b._emscripten_bind_MdDbPolyline_getLength_0=b.asm.emscripten_bind_MdDbPolyline_getLength_0).apply(null,arguments)},fI=b._emscripten_bind_MdDbPolyline_explode_0=function(){return(fI=b._emscripten_bind_MdDbPolyline_explode_0=b.asm.emscripten_bind_MdDbPolyline_explode_0).apply(null,arguments)},gI=b._emscripten_bind_MdDbPolyline_TrueColor_0=function(){return(gI=
  708. b._emscripten_bind_MdDbPolyline_TrueColor_0=b.asm.emscripten_bind_MdDbPolyline_TrueColor_0).apply(null,arguments)},hI=b._emscripten_bind_MdDbPolyline_SetTrueColor_1=function(){return(hI=b._emscripten_bind_MdDbPolyline_SetTrueColor_1=b.asm.emscripten_bind_MdDbPolyline_SetTrueColor_1).apply(null,arguments)},iI=b._emscripten_bind_MdDbPolyline_ColorIndex_0=function(){return(iI=b._emscripten_bind_MdDbPolyline_ColorIndex_0=b.asm.emscripten_bind_MdDbPolyline_ColorIndex_0).apply(null,arguments)},jI=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=
  709. function(){return(jI=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=b.asm.emscripten_bind_MdDbPolyline_SetColorIndex_1).apply(null,arguments)},kI=b._emscripten_bind_MdDbPolyline_Layer_0=function(){return(kI=b._emscripten_bind_MdDbPolyline_Layer_0=b.asm.emscripten_bind_MdDbPolyline_Layer_0).apply(null,arguments)},lI=b._emscripten_bind_MdDbPolyline_SetLayer_1=function(){return(lI=b._emscripten_bind_MdDbPolyline_SetLayer_1=b.asm.emscripten_bind_MdDbPolyline_SetLayer_1).apply(null,arguments)},mI=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=
  710. function(){return(mI=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=b.asm.emscripten_bind_MdDbPolyline_LinetypeScale_0).apply(null,arguments)},nI=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=function(){return(nI=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetypeScale_1).apply(null,arguments)},oI=b._emscripten_bind_MdDbPolyline_Visible_0=function(){return(oI=b._emscripten_bind_MdDbPolyline_Visible_0=b.asm.emscripten_bind_MdDbPolyline_Visible_0).apply(null,
  711. arguments)},pI=b._emscripten_bind_MdDbPolyline_SetVisible_1=function(){return(pI=b._emscripten_bind_MdDbPolyline_SetVisible_1=b.asm.emscripten_bind_MdDbPolyline_SetVisible_1).apply(null,arguments)},qI=b._emscripten_bind_MdDbPolyline_Lineweight_0=function(){return(qI=b._emscripten_bind_MdDbPolyline_Lineweight_0=b.asm.emscripten_bind_MdDbPolyline_Lineweight_0).apply(null,arguments)},rI=b._emscripten_bind_MdDbPolyline_SetLineweight_1=function(){return(rI=b._emscripten_bind_MdDbPolyline_SetLineweight_1=
  712. b.asm.emscripten_bind_MdDbPolyline_SetLineweight_1).apply(null,arguments)},sI=b._emscripten_bind_MdDbPolyline_TextStyle_0=function(){return(sI=b._emscripten_bind_MdDbPolyline_TextStyle_0=b.asm.emscripten_bind_MdDbPolyline_TextStyle_0).apply(null,arguments)},tI=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=function(){return(tI=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=b.asm.emscripten_bind_MdDbPolyline_SetTextStyle_1).apply(null,arguments)},uI=b._emscripten_bind_MdDbPolyline_Highlight_1=function(){return(uI=
  713. b._emscripten_bind_MdDbPolyline_Highlight_1=b.asm.emscripten_bind_MdDbPolyline_Highlight_1).apply(null,arguments)},vI=b._emscripten_bind_MdDbPolyline_Move_2=function(){return(vI=b._emscripten_bind_MdDbPolyline_Move_2=b.asm.emscripten_bind_MdDbPolyline_Move_2).apply(null,arguments)},wI=b._emscripten_bind_MdDbPolyline_Rotate_2=function(){return(wI=b._emscripten_bind_MdDbPolyline_Rotate_2=b.asm.emscripten_bind_MdDbPolyline_Rotate_2).apply(null,arguments)},xI=b._emscripten_bind_MdDbPolyline_Mirror_2=
  714. function(){return(xI=b._emscripten_bind_MdDbPolyline_Mirror_2=b.asm.emscripten_bind_MdDbPolyline_Mirror_2).apply(null,arguments)},yI=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=function(){return(yI=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=b.asm.emscripten_bind_MdDbPolyline_ScaleEntity_2).apply(null,arguments)},zI=b._emscripten_bind_MdDbPolyline_TransformBy_1=function(){return(zI=b._emscripten_bind_MdDbPolyline_TransformBy_1=b.asm.emscripten_bind_MdDbPolyline_TransformBy_1).apply(null,arguments)},
  715. AI=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=function(){return(AI=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=b.asm.emscripten_bind_MdDbPolyline_GetBoundingBox_0).apply(null,arguments)},BI=b._emscripten_bind_MdDbPolyline_GetXData_1=function(){return(BI=b._emscripten_bind_MdDbPolyline_GetXData_1=b.asm.emscripten_bind_MdDbPolyline_GetXData_1).apply(null,arguments)},CI=b._emscripten_bind_MdDbPolyline_SetXData_1=function(){return(CI=b._emscripten_bind_MdDbPolyline_SetXData_1=b.asm.emscripten_bind_MdDbPolyline_SetXData_1).apply(null,
  716. arguments)},DI=b._emscripten_bind_MdDbPolyline_GetxDataString_2=function(){return(DI=b._emscripten_bind_MdDbPolyline_GetxDataString_2=b.asm.emscripten_bind_MdDbPolyline_GetxDataString_2).apply(null,arguments)},EI=b._emscripten_bind_MdDbPolyline_SetxDataString_3=function(){return(EI=b._emscripten_bind_MdDbPolyline_SetxDataString_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataString_3).apply(null,arguments)},FI=b._emscripten_bind_MdDbPolyline_GetxDataDouble_2=function(){return(FI=b._emscripten_bind_MdDbPolyline_GetxDataDouble_2=
  717. b.asm.emscripten_bind_MdDbPolyline_GetxDataDouble_2).apply(null,arguments)},GI=b._emscripten_bind_MdDbPolyline_SetxDataDouble_3=function(){return(GI=b._emscripten_bind_MdDbPolyline_SetxDataDouble_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataDouble_3).apply(null,arguments)},HI=b._emscripten_bind_MdDbPolyline_GetxDataLong_2=function(){return(HI=b._emscripten_bind_MdDbPolyline_GetxDataLong_2=b.asm.emscripten_bind_MdDbPolyline_GetxDataLong_2).apply(null,arguments)},II=b._emscripten_bind_MdDbPolyline_SetxDataLong_3=
  718. function(){return(II=b._emscripten_bind_MdDbPolyline_SetxDataLong_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataLong_3).apply(null,arguments)},JI=b._emscripten_bind_MdDbPolyline_GetxDataPoint_2=function(){return(JI=b._emscripten_bind_MdDbPolyline_GetxDataPoint_2=b.asm.emscripten_bind_MdDbPolyline_GetxDataPoint_2).apply(null,arguments)},KI=b._emscripten_bind_MdDbPolyline_SetxDataPoint_3=function(){return(KI=b._emscripten_bind_MdDbPolyline_SetxDataPoint_3=b.asm.emscripten_bind_MdDbPolyline_SetxDataPoint_3).apply(null,
  719. arguments)},LI=b._emscripten_bind_MdDbPolyline_DeleteXData_1=function(){return(LI=b._emscripten_bind_MdDbPolyline_DeleteXData_1=b.asm.emscripten_bind_MdDbPolyline_DeleteXData_1).apply(null,arguments)},MI=b._emscripten_bind_MdDbPolyline_GetAllAppName_0=function(){return(MI=b._emscripten_bind_MdDbPolyline_GetAllAppName_0=b.asm.emscripten_bind_MdDbPolyline_GetAllAppName_0).apply(null,arguments)},NI=b._emscripten_bind_MdDbPolyline_LayerId_0=function(){return(NI=b._emscripten_bind_MdDbPolyline_LayerId_0=
  720. b.asm.emscripten_bind_MdDbPolyline_LayerId_0).apply(null,arguments)},OI=b._emscripten_bind_MdDbPolyline_SetLayerId_1=function(){return(OI=b._emscripten_bind_MdDbPolyline_SetLayerId_1=b.asm.emscripten_bind_MdDbPolyline_SetLayerId_1).apply(null,arguments)},PI=b._emscripten_bind_MdDbPolyline_LinetypeId_0=function(){return(PI=b._emscripten_bind_MdDbPolyline_LinetypeId_0=b.asm.emscripten_bind_MdDbPolyline_LinetypeId_0).apply(null,arguments)},QI=b._emscripten_bind_MdDbPolyline_SetLinetypeId_1=function(){return(QI=
  721. b._emscripten_bind_MdDbPolyline_SetLinetypeId_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetypeId_1).apply(null,arguments)},RI=b._emscripten_bind_MdDbPolyline_Linetype_0=function(){return(RI=b._emscripten_bind_MdDbPolyline_Linetype_0=b.asm.emscripten_bind_MdDbPolyline_Linetype_0).apply(null,arguments)},SI=b._emscripten_bind_MdDbPolyline_SetLinetype_1=function(){return(SI=b._emscripten_bind_MdDbPolyline_SetLinetype_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetype_1).apply(null,arguments)},TI=b._emscripten_bind_MdDbPolyline_TextStyleId_0=
  722. function(){return(TI=b._emscripten_bind_MdDbPolyline_TextStyleId_0=b.asm.emscripten_bind_MdDbPolyline_TextStyleId_0).apply(null,arguments)},UI=b._emscripten_bind_MdDbPolyline_SetTextStyleId_1=function(){return(UI=b._emscripten_bind_MdDbPolyline_SetTextStyleId_1=b.asm.emscripten_bind_MdDbPolyline_SetTextStyleId_1).apply(null,arguments)},VI=b._emscripten_bind_MdDbPolyline_IntersectWith_2=function(){return(VI=b._emscripten_bind_MdDbPolyline_IntersectWith_2=b.asm.emscripten_bind_MdDbPolyline_IntersectWith_2).apply(null,
  723. arguments)},WI=b._emscripten_bind_MdDbPolyline_getArea_0=function(){return(WI=b._emscripten_bind_MdDbPolyline_getArea_0=b.asm.emscripten_bind_MdDbPolyline_getArea_0).apply(null,arguments)},XI=b._emscripten_bind_MdDbPolyline_disableUpdateDisplay_1=function(){return(XI=b._emscripten_bind_MdDbPolyline_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbPolyline_disableUpdateDisplay_1).apply(null,arguments)},YI=b._emscripten_bind_MdDbPolyline_isPropertiesWindowCustom_0=function(){return(YI=b._emscripten_bind_MdDbPolyline_isPropertiesWindowCustom_0=
  724. b.asm.emscripten_bind_MdDbPolyline_isPropertiesWindowCustom_0).apply(null,arguments)},ZI=b._emscripten_bind_MdDbPolyline_setPropertiesWindowCustom_1=function(){return(ZI=b._emscripten_bind_MdDbPolyline_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbPolyline_setPropertiesWindowCustom_1).apply(null,arguments)},$I=b._emscripten_bind_MdDbPolyline_updateDisplay_0=function(){return($I=b._emscripten_bind_MdDbPolyline_updateDisplay_0=b.asm.emscripten_bind_MdDbPolyline_updateDisplay_0).apply(null,arguments)},
  725. aJ=b._emscripten_bind_MdDbPolyline_DrawOrder_0=function(){return(aJ=b._emscripten_bind_MdDbPolyline_DrawOrder_0=b.asm.emscripten_bind_MdDbPolyline_DrawOrder_0).apply(null,arguments)},bJ=b._emscripten_bind_MdDbPolyline_SetDrawOrder_1=function(){return(bJ=b._emscripten_bind_MdDbPolyline_SetDrawOrder_1=b.asm.emscripten_bind_MdDbPolyline_SetDrawOrder_1).apply(null,arguments)},cJ=b._emscripten_bind_MdDbPolyline_GetObjectID_0=function(){return(cJ=b._emscripten_bind_MdDbPolyline_GetObjectID_0=b.asm.emscripten_bind_MdDbPolyline_GetObjectID_0).apply(null,
  726. arguments)},dJ=b._emscripten_bind_MdDbPolyline_Erase_0=function(){return(dJ=b._emscripten_bind_MdDbPolyline_Erase_0=b.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},eJ=b._emscripten_bind_MdDbPolyline_isErased_0=function(){return(eJ=b._emscripten_bind_MdDbPolyline_isErased_0=b.asm.emscripten_bind_MdDbPolyline_isErased_0).apply(null,arguments)},fJ=b._emscripten_bind_MdDbPolyline_unErase_0=function(){return(fJ=b._emscripten_bind_MdDbPolyline_unErase_0=b.asm.emscripten_bind_MdDbPolyline_unErase_0).apply(null,
  727. arguments)},gJ=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(gJ=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},hJ=b._emscripten_bind_MdDbPolyline_GetExtensionDictionary_0=function(){return(hJ=b._emscripten_bind_MdDbPolyline_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbPolyline_GetExtensionDictionary_0).apply(null,arguments)},iJ=b._emscripten_bind_MdDbPolyline_CreateExtensionDictionary_0=
  728. function(){return(iJ=b._emscripten_bind_MdDbPolyline_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbPolyline_CreateExtensionDictionary_0).apply(null,arguments)},jJ=b._emscripten_bind_MdDbPolyline_IsHaveExtensionDictionary_0=function(){return(jJ=b._emscripten_bind_MdDbPolyline_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbPolyline_IsHaveExtensionDictionary_0).apply(null,arguments)},kJ=b._emscripten_bind_MdDbPolyline_Clone_0=function(){return(kJ=b._emscripten_bind_MdDbPolyline_Clone_0=
  729. b.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},lJ=b._emscripten_bind_MdDbPolyline_GetHandle_0=function(){return(lJ=b._emscripten_bind_MdDbPolyline_GetHandle_0=b.asm.emscripten_bind_MdDbPolyline_GetHandle_0).apply(null,arguments)},mJ=b._emscripten_bind_MdDbPolyline_GetDatabase_0=function(){return(mJ=b._emscripten_bind_MdDbPolyline_GetDatabase_0=b.asm.emscripten_bind_MdDbPolyline_GetDatabase_0).apply(null,arguments)},nJ=b._emscripten_bind_MdDbPolyline_GetDatabaseIndexId_0=function(){return(nJ=
  730. b._emscripten_bind_MdDbPolyline_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbPolyline_GetDatabaseIndexId_0).apply(null,arguments)},oJ=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=function(){return(oJ=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=b.asm.emscripten_bind_MdDbPolyline_GetOwnerID_0).apply(null,arguments)},pJ=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(pJ=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,
  731. arguments)},qJ=b._emscripten_bind_MdDbPolyline_getGripPoints_0=function(){return(qJ=b._emscripten_bind_MdDbPolyline_getGripPoints_0=b.asm.emscripten_bind_MdDbPolyline_getGripPoints_0).apply(null,arguments)},rJ=b._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(rJ=b._emscripten_bind_MdDbPolyline_getObjectName_0=b.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},sJ=b._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(sJ=b._emscripten_bind_MdDbPolyline_getDxf0_0=
  732. b.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},tJ=b._emscripten_bind_MdDbPolyline_getCustomEntityTypeName_0=function(){return(tJ=b._emscripten_bind_MdDbPolyline_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbPolyline_getCustomEntityTypeName_0).apply(null,arguments)},uJ=b._emscripten_bind_MdDbPolyline_getCustomEntityid_0=function(){return(uJ=b._emscripten_bind_MdDbPolyline_getCustomEntityid_0=b.asm.emscripten_bind_MdDbPolyline_getCustomEntityid_0).apply(null,arguments)},
  733. vJ=b._emscripten_bind_MdDbPolyline_getCustomEntityTempid_0=function(){return(vJ=b._emscripten_bind_MdDbPolyline_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbPolyline_getCustomEntityTempid_0).apply(null,arguments)},wJ=b._emscripten_bind_MdDbPolyline_setCustomEntityTempid_1=function(){return(wJ=b._emscripten_bind_MdDbPolyline_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbPolyline_setCustomEntityTempid_1).apply(null,arguments)},xJ=b._emscripten_bind_MdDbPolyline_getJson_0=function(){return(xJ=
  734. b._emscripten_bind_MdDbPolyline_getJson_0=b.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},yJ=b._emscripten_bind_MdDbPolyline_setJson_1=function(){return(yJ=b._emscripten_bind_MdDbPolyline_setJson_1=b.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},zJ=b._emscripten_bind_MdDbPolyline_isKindOf_1=function(){return(zJ=b._emscripten_bind_MdDbPolyline_isKindOf_1=b.asm.emscripten_bind_MdDbPolyline_isKindOf_1).apply(null,arguments)},AJ=b._emscripten_bind_MdDbPolyline_isNull_0=
  735. function(){return(AJ=b._emscripten_bind_MdDbPolyline_isNull_0=b.asm.emscripten_bind_MdDbPolyline_isNull_0).apply(null,arguments)},BJ=b._emscripten_bind_MdDbPolyline___destroy___0=function(){return(BJ=b._emscripten_bind_MdDbPolyline___destroy___0=b.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},CJ=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(CJ=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=b.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,
  736. arguments)},DJ=b._emscripten_bind_MdDbBlockReference_blockTableRecordId_0=function(){return(DJ=b._emscripten_bind_MdDbBlockReference_blockTableRecordId_0=b.asm.emscripten_bind_MdDbBlockReference_blockTableRecordId_0).apply(null,arguments)},EJ=b._emscripten_bind_MdDbBlockReference_setBlockTableRecordId_1=function(){return(EJ=b._emscripten_bind_MdDbBlockReference_setBlockTableRecordId_1=b.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecordId_1).apply(null,arguments)},FJ=b._emscripten_bind_MdDbBlockReference_position_0=
  737. function(){return(FJ=b._emscripten_bind_MdDbBlockReference_position_0=b.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},GJ=b._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(GJ=b._emscripten_bind_MdDbBlockReference_setPosition_1=b.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},HJ=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(HJ=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=b.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,
  738. arguments)},IJ=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(IJ=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=b.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,arguments)},JJ=b._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(JJ=b._emscripten_bind_MdDbBlockReference_rotation_0=b.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},KJ=b._emscripten_bind_MdDbBlockReference_setRotation_1=function(){return(KJ=
  739. b._emscripten_bind_MdDbBlockReference_setRotation_1=b.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},LJ=b._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(LJ=b._emscripten_bind_MdDbBlockReference_blockTransform_0=b.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},MJ=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(MJ=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=b.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,
  740. arguments)},NJ=b._emscripten_bind_MdDbBlockReference_getBlockName_0=function(){return(NJ=b._emscripten_bind_MdDbBlockReference_getBlockName_0=b.asm.emscripten_bind_MdDbBlockReference_getBlockName_0).apply(null,arguments)},OJ=b._emscripten_bind_MdDbBlockReference_appendAttribute_1=function(){return(OJ=b._emscripten_bind_MdDbBlockReference_appendAttribute_1=b.asm.emscripten_bind_MdDbBlockReference_appendAttribute_1).apply(null,arguments)},PJ=b._emscripten_bind_MdDbBlockReference_createAttribute_0=function(){return(PJ=
  741. b._emscripten_bind_MdDbBlockReference_createAttribute_0=b.asm.emscripten_bind_MdDbBlockReference_createAttribute_0).apply(null,arguments)},QJ=b._emscripten_bind_MdDbBlockReference_getAllAttribute_0=function(){return(QJ=b._emscripten_bind_MdDbBlockReference_getAllAttribute_0=b.asm.emscripten_bind_MdDbBlockReference_getAllAttribute_0).apply(null,arguments)},RJ=b._emscripten_bind_MdDbBlockReference_explode_0=function(){return(RJ=b._emscripten_bind_MdDbBlockReference_explode_0=b.asm.emscripten_bind_MdDbBlockReference_explode_0).apply(null,
  742. arguments)},SJ=b._emscripten_bind_MdDbBlockReference_TrueColor_0=function(){return(SJ=b._emscripten_bind_MdDbBlockReference_TrueColor_0=b.asm.emscripten_bind_MdDbBlockReference_TrueColor_0).apply(null,arguments)},TJ=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=function(){return(TJ=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=b.asm.emscripten_bind_MdDbBlockReference_SetTrueColor_1).apply(null,arguments)},UJ=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=function(){return(UJ=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=
  743. b.asm.emscripten_bind_MdDbBlockReference_ColorIndex_0).apply(null,arguments)},VJ=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=function(){return(VJ=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=b.asm.emscripten_bind_MdDbBlockReference_SetColorIndex_1).apply(null,arguments)},WJ=b._emscripten_bind_MdDbBlockReference_Layer_0=function(){return(WJ=b._emscripten_bind_MdDbBlockReference_Layer_0=b.asm.emscripten_bind_MdDbBlockReference_Layer_0).apply(null,arguments)},XJ=b._emscripten_bind_MdDbBlockReference_SetLayer_1=
  744. function(){return(XJ=b._emscripten_bind_MdDbBlockReference_SetLayer_1=b.asm.emscripten_bind_MdDbBlockReference_SetLayer_1).apply(null,arguments)},YJ=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=function(){return(YJ=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=b.asm.emscripten_bind_MdDbBlockReference_LinetypeScale_0).apply(null,arguments)},ZJ=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=function(){return(ZJ=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbBlockReference_SetLinetypeScale_1).apply(null,
  745. arguments)},$J=b._emscripten_bind_MdDbBlockReference_Visible_0=function(){return($J=b._emscripten_bind_MdDbBlockReference_Visible_0=b.asm.emscripten_bind_MdDbBlockReference_Visible_0).apply(null,arguments)},aK=b._emscripten_bind_MdDbBlockReference_SetVisible_1=function(){return(aK=b._emscripten_bind_MdDbBlockReference_SetVisible_1=b.asm.emscripten_bind_MdDbBlockReference_SetVisible_1).apply(null,arguments)},bK=b._emscripten_bind_MdDbBlockReference_Lineweight_0=function(){return(bK=b._emscripten_bind_MdDbBlockReference_Lineweight_0=
  746. b.asm.emscripten_bind_MdDbBlockReference_Lineweight_0).apply(null,arguments)},cK=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=function(){return(cK=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=b.asm.emscripten_bind_MdDbBlockReference_SetLineweight_1).apply(null,arguments)},dK=b._emscripten_bind_MdDbBlockReference_TextStyle_0=function(){return(dK=b._emscripten_bind_MdDbBlockReference_TextStyle_0=b.asm.emscripten_bind_MdDbBlockReference_TextStyle_0).apply(null,arguments)},eK=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=
  747. function(){return(eK=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=b.asm.emscripten_bind_MdDbBlockReference_SetTextStyle_1).apply(null,arguments)},fK=b._emscripten_bind_MdDbBlockReference_Highlight_1=function(){return(fK=b._emscripten_bind_MdDbBlockReference_Highlight_1=b.asm.emscripten_bind_MdDbBlockReference_Highlight_1).apply(null,arguments)},gK=b._emscripten_bind_MdDbBlockReference_Move_2=function(){return(gK=b._emscripten_bind_MdDbBlockReference_Move_2=b.asm.emscripten_bind_MdDbBlockReference_Move_2).apply(null,
  748. arguments)},hK=b._emscripten_bind_MdDbBlockReference_Rotate_2=function(){return(hK=b._emscripten_bind_MdDbBlockReference_Rotate_2=b.asm.emscripten_bind_MdDbBlockReference_Rotate_2).apply(null,arguments)},iK=b._emscripten_bind_MdDbBlockReference_Mirror_2=function(){return(iK=b._emscripten_bind_MdDbBlockReference_Mirror_2=b.asm.emscripten_bind_MdDbBlockReference_Mirror_2).apply(null,arguments)},jK=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=function(){return(jK=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=
  749. b.asm.emscripten_bind_MdDbBlockReference_ScaleEntity_2).apply(null,arguments)},kK=b._emscripten_bind_MdDbBlockReference_TransformBy_1=function(){return(kK=b._emscripten_bind_MdDbBlockReference_TransformBy_1=b.asm.emscripten_bind_MdDbBlockReference_TransformBy_1).apply(null,arguments)},lK=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=function(){return(lK=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=b.asm.emscripten_bind_MdDbBlockReference_GetBoundingBox_0).apply(null,arguments)},
  750. mK=b._emscripten_bind_MdDbBlockReference_GetXData_1=function(){return(mK=b._emscripten_bind_MdDbBlockReference_GetXData_1=b.asm.emscripten_bind_MdDbBlockReference_GetXData_1).apply(null,arguments)},nK=b._emscripten_bind_MdDbBlockReference_SetXData_1=function(){return(nK=b._emscripten_bind_MdDbBlockReference_SetXData_1=b.asm.emscripten_bind_MdDbBlockReference_SetXData_1).apply(null,arguments)},oK=b._emscripten_bind_MdDbBlockReference_GetxDataString_2=function(){return(oK=b._emscripten_bind_MdDbBlockReference_GetxDataString_2=
  751. b.asm.emscripten_bind_MdDbBlockReference_GetxDataString_2).apply(null,arguments)},pK=b._emscripten_bind_MdDbBlockReference_SetxDataString_3=function(){return(pK=b._emscripten_bind_MdDbBlockReference_SetxDataString_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataString_3).apply(null,arguments)},qK=b._emscripten_bind_MdDbBlockReference_GetxDataDouble_2=function(){return(qK=b._emscripten_bind_MdDbBlockReference_GetxDataDouble_2=b.asm.emscripten_bind_MdDbBlockReference_GetxDataDouble_2).apply(null,
  752. arguments)},rK=b._emscripten_bind_MdDbBlockReference_SetxDataDouble_3=function(){return(rK=b._emscripten_bind_MdDbBlockReference_SetxDataDouble_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataDouble_3).apply(null,arguments)},sK=b._emscripten_bind_MdDbBlockReference_GetxDataLong_2=function(){return(sK=b._emscripten_bind_MdDbBlockReference_GetxDataLong_2=b.asm.emscripten_bind_MdDbBlockReference_GetxDataLong_2).apply(null,arguments)},tK=b._emscripten_bind_MdDbBlockReference_SetxDataLong_3=function(){return(tK=
  753. b._emscripten_bind_MdDbBlockReference_SetxDataLong_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataLong_3).apply(null,arguments)},uK=b._emscripten_bind_MdDbBlockReference_GetxDataPoint_2=function(){return(uK=b._emscripten_bind_MdDbBlockReference_GetxDataPoint_2=b.asm.emscripten_bind_MdDbBlockReference_GetxDataPoint_2).apply(null,arguments)},vK=b._emscripten_bind_MdDbBlockReference_SetxDataPoint_3=function(){return(vK=b._emscripten_bind_MdDbBlockReference_SetxDataPoint_3=b.asm.emscripten_bind_MdDbBlockReference_SetxDataPoint_3).apply(null,
  754. arguments)},wK=b._emscripten_bind_MdDbBlockReference_DeleteXData_1=function(){return(wK=b._emscripten_bind_MdDbBlockReference_DeleteXData_1=b.asm.emscripten_bind_MdDbBlockReference_DeleteXData_1).apply(null,arguments)},xK=b._emscripten_bind_MdDbBlockReference_GetAllAppName_0=function(){return(xK=b._emscripten_bind_MdDbBlockReference_GetAllAppName_0=b.asm.emscripten_bind_MdDbBlockReference_GetAllAppName_0).apply(null,arguments)},yK=b._emscripten_bind_MdDbBlockReference_LayerId_0=function(){return(yK=
  755. b._emscripten_bind_MdDbBlockReference_LayerId_0=b.asm.emscripten_bind_MdDbBlockReference_LayerId_0).apply(null,arguments)},zK=b._emscripten_bind_MdDbBlockReference_SetLayerId_1=function(){return(zK=b._emscripten_bind_MdDbBlockReference_SetLayerId_1=b.asm.emscripten_bind_MdDbBlockReference_SetLayerId_1).apply(null,arguments)},AK=b._emscripten_bind_MdDbBlockReference_LinetypeId_0=function(){return(AK=b._emscripten_bind_MdDbBlockReference_LinetypeId_0=b.asm.emscripten_bind_MdDbBlockReference_LinetypeId_0).apply(null,
  756. arguments)},BK=b._emscripten_bind_MdDbBlockReference_SetLinetypeId_1=function(){return(BK=b._emscripten_bind_MdDbBlockReference_SetLinetypeId_1=b.asm.emscripten_bind_MdDbBlockReference_SetLinetypeId_1).apply(null,arguments)},CK=b._emscripten_bind_MdDbBlockReference_Linetype_0=function(){return(CK=b._emscripten_bind_MdDbBlockReference_Linetype_0=b.asm.emscripten_bind_MdDbBlockReference_Linetype_0).apply(null,arguments)},DK=b._emscripten_bind_MdDbBlockReference_SetLinetype_1=function(){return(DK=b._emscripten_bind_MdDbBlockReference_SetLinetype_1=
  757. b.asm.emscripten_bind_MdDbBlockReference_SetLinetype_1).apply(null,arguments)},EK=b._emscripten_bind_MdDbBlockReference_TextStyleId_0=function(){return(EK=b._emscripten_bind_MdDbBlockReference_TextStyleId_0=b.asm.emscripten_bind_MdDbBlockReference_TextStyleId_0).apply(null,arguments)},FK=b._emscripten_bind_MdDbBlockReference_SetTextStyleId_1=function(){return(FK=b._emscripten_bind_MdDbBlockReference_SetTextStyleId_1=b.asm.emscripten_bind_MdDbBlockReference_SetTextStyleId_1).apply(null,arguments)},
  758. GK=b._emscripten_bind_MdDbBlockReference_IntersectWith_2=function(){return(GK=b._emscripten_bind_MdDbBlockReference_IntersectWith_2=b.asm.emscripten_bind_MdDbBlockReference_IntersectWith_2).apply(null,arguments)},HK=b._emscripten_bind_MdDbBlockReference_getArea_0=function(){return(HK=b._emscripten_bind_MdDbBlockReference_getArea_0=b.asm.emscripten_bind_MdDbBlockReference_getArea_0).apply(null,arguments)},IK=b._emscripten_bind_MdDbBlockReference_disableUpdateDisplay_1=function(){return(IK=b._emscripten_bind_MdDbBlockReference_disableUpdateDisplay_1=
  759. b.asm.emscripten_bind_MdDbBlockReference_disableUpdateDisplay_1).apply(null,arguments)},JK=b._emscripten_bind_MdDbBlockReference_isPropertiesWindowCustom_0=function(){return(JK=b._emscripten_bind_MdDbBlockReference_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbBlockReference_isPropertiesWindowCustom_0).apply(null,arguments)},KK=b._emscripten_bind_MdDbBlockReference_setPropertiesWindowCustom_1=function(){return(KK=b._emscripten_bind_MdDbBlockReference_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbBlockReference_setPropertiesWindowCustom_1).apply(null,
  760. arguments)},LK=b._emscripten_bind_MdDbBlockReference_updateDisplay_0=function(){return(LK=b._emscripten_bind_MdDbBlockReference_updateDisplay_0=b.asm.emscripten_bind_MdDbBlockReference_updateDisplay_0).apply(null,arguments)},MK=b._emscripten_bind_MdDbBlockReference_DrawOrder_0=function(){return(MK=b._emscripten_bind_MdDbBlockReference_DrawOrder_0=b.asm.emscripten_bind_MdDbBlockReference_DrawOrder_0).apply(null,arguments)},NK=b._emscripten_bind_MdDbBlockReference_SetDrawOrder_1=function(){return(NK=
  761. b._emscripten_bind_MdDbBlockReference_SetDrawOrder_1=b.asm.emscripten_bind_MdDbBlockReference_SetDrawOrder_1).apply(null,arguments)},OK=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=function(){return(OK=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockReference_GetObjectID_0).apply(null,arguments)},PK=b._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(PK=b._emscripten_bind_MdDbBlockReference_Erase_0=b.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,
  762. arguments)},QK=b._emscripten_bind_MdDbBlockReference_isErased_0=function(){return(QK=b._emscripten_bind_MdDbBlockReference_isErased_0=b.asm.emscripten_bind_MdDbBlockReference_isErased_0).apply(null,arguments)},RK=b._emscripten_bind_MdDbBlockReference_unErase_0=function(){return(RK=b._emscripten_bind_MdDbBlockReference_unErase_0=b.asm.emscripten_bind_MdDbBlockReference_unErase_0).apply(null,arguments)},SK=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(SK=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=
  763. b.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},TK=b._emscripten_bind_MdDbBlockReference_GetExtensionDictionary_0=function(){return(TK=b._emscripten_bind_MdDbBlockReference_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockReference_GetExtensionDictionary_0).apply(null,arguments)},UK=b._emscripten_bind_MdDbBlockReference_CreateExtensionDictionary_0=function(){return(UK=b._emscripten_bind_MdDbBlockReference_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockReference_CreateExtensionDictionary_0).apply(null,
  764. arguments)},VK=b._emscripten_bind_MdDbBlockReference_IsHaveExtensionDictionary_0=function(){return(VK=b._emscripten_bind_MdDbBlockReference_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockReference_IsHaveExtensionDictionary_0).apply(null,arguments)},WK=b._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(WK=b._emscripten_bind_MdDbBlockReference_Clone_0=b.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},XK=b._emscripten_bind_MdDbBlockReference_GetHandle_0=
  765. function(){return(XK=b._emscripten_bind_MdDbBlockReference_GetHandle_0=b.asm.emscripten_bind_MdDbBlockReference_GetHandle_0).apply(null,arguments)},YK=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=function(){return(YK=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockReference_GetDatabase_0).apply(null,arguments)},ZK=b._emscripten_bind_MdDbBlockReference_GetDatabaseIndexId_0=function(){return(ZK=b._emscripten_bind_MdDbBlockReference_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbBlockReference_GetDatabaseIndexId_0).apply(null,
  766. arguments)},$K=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=function(){return($K=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockReference_GetOwnerID_0).apply(null,arguments)},aL=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(aL=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},bL=b._emscripten_bind_MdDbBlockReference_getGripPoints_0=function(){return(bL=
  767. b._emscripten_bind_MdDbBlockReference_getGripPoints_0=b.asm.emscripten_bind_MdDbBlockReference_getGripPoints_0).apply(null,arguments)},cL=b._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(cL=b._emscripten_bind_MdDbBlockReference_getObjectName_0=b.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},dL=b._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(dL=b._emscripten_bind_MdDbBlockReference_getDxf0_0=b.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,
  768. arguments)},eL=b._emscripten_bind_MdDbBlockReference_getCustomEntityTypeName_0=function(){return(eL=b._emscripten_bind_MdDbBlockReference_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbBlockReference_getCustomEntityTypeName_0).apply(null,arguments)},fL=b._emscripten_bind_MdDbBlockReference_getCustomEntityid_0=function(){return(fL=b._emscripten_bind_MdDbBlockReference_getCustomEntityid_0=b.asm.emscripten_bind_MdDbBlockReference_getCustomEntityid_0).apply(null,arguments)},gL=b._emscripten_bind_MdDbBlockReference_getCustomEntityTempid_0=
  769. function(){return(gL=b._emscripten_bind_MdDbBlockReference_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbBlockReference_getCustomEntityTempid_0).apply(null,arguments)},hL=b._emscripten_bind_MdDbBlockReference_setCustomEntityTempid_1=function(){return(hL=b._emscripten_bind_MdDbBlockReference_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbBlockReference_setCustomEntityTempid_1).apply(null,arguments)},iL=b._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(iL=b._emscripten_bind_MdDbBlockReference_getJson_0=
  770. b.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},jL=b._emscripten_bind_MdDbBlockReference_setJson_1=function(){return(jL=b._emscripten_bind_MdDbBlockReference_setJson_1=b.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},kL=b._emscripten_bind_MdDbBlockReference_isKindOf_1=function(){return(kL=b._emscripten_bind_MdDbBlockReference_isKindOf_1=b.asm.emscripten_bind_MdDbBlockReference_isKindOf_1).apply(null,arguments)},lL=b._emscripten_bind_MdDbBlockReference_isNull_0=
  771. function(){return(lL=b._emscripten_bind_MdDbBlockReference_isNull_0=b.asm.emscripten_bind_MdDbBlockReference_isNull_0).apply(null,arguments)},mL=b._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(mL=b._emscripten_bind_MdDbBlockReference___destroy___0=b.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},nL=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=function(){return(nL=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=b.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,
  772. arguments)},oL=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return(oL=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},pL=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return(pL=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,arguments)},qL=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=
  773. function(){return(qL=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},rL=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(rL=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,arguments)},sL=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=function(){return(sL=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=
  774. b.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},tL=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(tL=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},uL=b._emscripten_bind_MdDbAlignedDimension_oblique_0=function(){return(uL=b._emscripten_bind_MdDbAlignedDimension_oblique_0=b.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},
  775. vL=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(vL=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=b.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},wL=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(wL=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,arguments)},xL=b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(xL=
  776. b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},yL=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(yL=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},zL=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=function(){return(zL=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
  777. b.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},AL=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(AL=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},BL=b._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(BL=b._emscripten_bind_MdDbAlignedDimension_elevation_0=b.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,
  778. arguments)},CL=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(CL=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},DL=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(DL=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,arguments)},EL=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=
  779. function(){return(EL=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},FL=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(FL=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},GL=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=function(){return(GL=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
  780. b.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},HL=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return(HL=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},IL=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(IL=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,
  781. arguments)},JL=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(JL=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},KL=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(KL=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,arguments)},LL=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=
  782. function(){return(LL=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},ML=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(ML=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},NL=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=function(){return(NL=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
  783. b.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},OL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(OL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},PL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(PL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,
  784. arguments)},QL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(QL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},RL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(RL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,arguments)},SL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=
  785. function(){return(SL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},TL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(TL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},UL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=function(){return(UL=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
  786. b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},VL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(VL=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},WL=b._emscripten_bind_MdDbAlignedDimension_GetAllText_0=function(){return(WL=b._emscripten_bind_MdDbAlignedDimension_GetAllText_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetAllText_0).apply(null,
  787. arguments)},XL=b._emscripten_bind_MdDbAlignedDimension_explode_0=function(){return(XL=b._emscripten_bind_MdDbAlignedDimension_explode_0=b.asm.emscripten_bind_MdDbAlignedDimension_explode_0).apply(null,arguments)},YL=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=function(){return(YL=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbAlignedDimension_TrueColor_0).apply(null,arguments)},ZL=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=function(){return(ZL=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=
  788. b.asm.emscripten_bind_MdDbAlignedDimension_SetTrueColor_1).apply(null,arguments)},$L=b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=function(){return($L=b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbAlignedDimension_ColorIndex_0).apply(null,arguments)},aM=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=function(){return(aM=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetColorIndex_1).apply(null,arguments)},
  789. bM=b._emscripten_bind_MdDbAlignedDimension_Layer_0=function(){return(bM=b._emscripten_bind_MdDbAlignedDimension_Layer_0=b.asm.emscripten_bind_MdDbAlignedDimension_Layer_0).apply(null,arguments)},cM=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=function(){return(cM=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLayer_1).apply(null,arguments)},dM=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=function(){return(dM=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=
  790. b.asm.emscripten_bind_MdDbAlignedDimension_LinetypeScale_0).apply(null,arguments)},eM=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=function(){return(eM=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1).apply(null,arguments)},fM=b._emscripten_bind_MdDbAlignedDimension_Visible_0=function(){return(fM=b._emscripten_bind_MdDbAlignedDimension_Visible_0=b.asm.emscripten_bind_MdDbAlignedDimension_Visible_0).apply(null,arguments)},
  791. gM=b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=function(){return(gM=b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetVisible_1).apply(null,arguments)},hM=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=function(){return(hM=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbAlignedDimension_Lineweight_0).apply(null,arguments)},iM=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=function(){return(iM=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=
  792. b.asm.emscripten_bind_MdDbAlignedDimension_SetLineweight_1).apply(null,arguments)},jM=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=function(){return(jM=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_TextStyle_0).apply(null,arguments)},kM=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=function(){return(kM=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTextStyle_1).apply(null,arguments)},
  793. lM=b._emscripten_bind_MdDbAlignedDimension_Highlight_1=function(){return(lM=b._emscripten_bind_MdDbAlignedDimension_Highlight_1=b.asm.emscripten_bind_MdDbAlignedDimension_Highlight_1).apply(null,arguments)},mM=b._emscripten_bind_MdDbAlignedDimension_Move_2=function(){return(mM=b._emscripten_bind_MdDbAlignedDimension_Move_2=b.asm.emscripten_bind_MdDbAlignedDimension_Move_2).apply(null,arguments)},nM=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=function(){return(nM=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=
  794. b.asm.emscripten_bind_MdDbAlignedDimension_Rotate_2).apply(null,arguments)},oM=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=function(){return(oM=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=b.asm.emscripten_bind_MdDbAlignedDimension_Mirror_2).apply(null,arguments)},pM=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=function(){return(pM=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbAlignedDimension_ScaleEntity_2).apply(null,arguments)},qM=b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=
  795. function(){return(qM=b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbAlignedDimension_TransformBy_1).apply(null,arguments)},rM=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=function(){return(rM=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0).apply(null,arguments)},sM=b._emscripten_bind_MdDbAlignedDimension_GetXData_1=function(){return(sM=b._emscripten_bind_MdDbAlignedDimension_GetXData_1=
  796. b.asm.emscripten_bind_MdDbAlignedDimension_GetXData_1).apply(null,arguments)},tM=b._emscripten_bind_MdDbAlignedDimension_SetXData_1=function(){return(tM=b._emscripten_bind_MdDbAlignedDimension_SetXData_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetXData_1).apply(null,arguments)},uM=b._emscripten_bind_MdDbAlignedDimension_GetxDataString_2=function(){return(uM=b._emscripten_bind_MdDbAlignedDimension_GetxDataString_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataString_2).apply(null,arguments)},
  797. vM=b._emscripten_bind_MdDbAlignedDimension_SetxDataString_3=function(){return(vM=b._emscripten_bind_MdDbAlignedDimension_SetxDataString_3=b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataString_3).apply(null,arguments)},wM=b._emscripten_bind_MdDbAlignedDimension_GetxDataDouble_2=function(){return(wM=b._emscripten_bind_MdDbAlignedDimension_GetxDataDouble_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataDouble_2).apply(null,arguments)},xM=b._emscripten_bind_MdDbAlignedDimension_SetxDataDouble_3=
  798. function(){return(xM=b._emscripten_bind_MdDbAlignedDimension_SetxDataDouble_3=b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataDouble_3).apply(null,arguments)},yM=b._emscripten_bind_MdDbAlignedDimension_GetxDataLong_2=function(){return(yM=b._emscripten_bind_MdDbAlignedDimension_GetxDataLong_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataLong_2).apply(null,arguments)},zM=b._emscripten_bind_MdDbAlignedDimension_SetxDataLong_3=function(){return(zM=b._emscripten_bind_MdDbAlignedDimension_SetxDataLong_3=
  799. b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataLong_3).apply(null,arguments)},AM=b._emscripten_bind_MdDbAlignedDimension_GetxDataPoint_2=function(){return(AM=b._emscripten_bind_MdDbAlignedDimension_GetxDataPoint_2=b.asm.emscripten_bind_MdDbAlignedDimension_GetxDataPoint_2).apply(null,arguments)},BM=b._emscripten_bind_MdDbAlignedDimension_SetxDataPoint_3=function(){return(BM=b._emscripten_bind_MdDbAlignedDimension_SetxDataPoint_3=b.asm.emscripten_bind_MdDbAlignedDimension_SetxDataPoint_3).apply(null,
  800. arguments)},CM=b._emscripten_bind_MdDbAlignedDimension_DeleteXData_1=function(){return(CM=b._emscripten_bind_MdDbAlignedDimension_DeleteXData_1=b.asm.emscripten_bind_MdDbAlignedDimension_DeleteXData_1).apply(null,arguments)},DM=b._emscripten_bind_MdDbAlignedDimension_GetAllAppName_0=function(){return(DM=b._emscripten_bind_MdDbAlignedDimension_GetAllAppName_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetAllAppName_0).apply(null,arguments)},EM=b._emscripten_bind_MdDbAlignedDimension_LayerId_0=function(){return(EM=
  801. b._emscripten_bind_MdDbAlignedDimension_LayerId_0=b.asm.emscripten_bind_MdDbAlignedDimension_LayerId_0).apply(null,arguments)},FM=b._emscripten_bind_MdDbAlignedDimension_SetLayerId_1=function(){return(FM=b._emscripten_bind_MdDbAlignedDimension_SetLayerId_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLayerId_1).apply(null,arguments)},GM=b._emscripten_bind_MdDbAlignedDimension_LinetypeId_0=function(){return(GM=b._emscripten_bind_MdDbAlignedDimension_LinetypeId_0=b.asm.emscripten_bind_MdDbAlignedDimension_LinetypeId_0).apply(null,
  802. arguments)},HM=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeId_1=function(){return(HM=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeId_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetypeId_1).apply(null,arguments)},IM=b._emscripten_bind_MdDbAlignedDimension_Linetype_0=function(){return(IM=b._emscripten_bind_MdDbAlignedDimension_Linetype_0=b.asm.emscripten_bind_MdDbAlignedDimension_Linetype_0).apply(null,arguments)},JM=b._emscripten_bind_MdDbAlignedDimension_SetLinetype_1=function(){return(JM=
  803. b._emscripten_bind_MdDbAlignedDimension_SetLinetype_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetype_1).apply(null,arguments)},KM=b._emscripten_bind_MdDbAlignedDimension_TextStyleId_0=function(){return(KM=b._emscripten_bind_MdDbAlignedDimension_TextStyleId_0=b.asm.emscripten_bind_MdDbAlignedDimension_TextStyleId_0).apply(null,arguments)},LM=b._emscripten_bind_MdDbAlignedDimension_SetTextStyleId_1=function(){return(LM=b._emscripten_bind_MdDbAlignedDimension_SetTextStyleId_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTextStyleId_1).apply(null,
  804. arguments)},MM=b._emscripten_bind_MdDbAlignedDimension_IntersectWith_2=function(){return(MM=b._emscripten_bind_MdDbAlignedDimension_IntersectWith_2=b.asm.emscripten_bind_MdDbAlignedDimension_IntersectWith_2).apply(null,arguments)},NM=b._emscripten_bind_MdDbAlignedDimension_getArea_0=function(){return(NM=b._emscripten_bind_MdDbAlignedDimension_getArea_0=b.asm.emscripten_bind_MdDbAlignedDimension_getArea_0).apply(null,arguments)},OM=b._emscripten_bind_MdDbAlignedDimension_disableUpdateDisplay_1=function(){return(OM=
  805. b._emscripten_bind_MdDbAlignedDimension_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbAlignedDimension_disableUpdateDisplay_1).apply(null,arguments)},PM=b._emscripten_bind_MdDbAlignedDimension_isPropertiesWindowCustom_0=function(){return(PM=b._emscripten_bind_MdDbAlignedDimension_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbAlignedDimension_isPropertiesWindowCustom_0).apply(null,arguments)},QM=b._emscripten_bind_MdDbAlignedDimension_setPropertiesWindowCustom_1=function(){return(QM=b._emscripten_bind_MdDbAlignedDimension_setPropertiesWindowCustom_1=
  806. b.asm.emscripten_bind_MdDbAlignedDimension_setPropertiesWindowCustom_1).apply(null,arguments)},RM=b._emscripten_bind_MdDbAlignedDimension_updateDisplay_0=function(){return(RM=b._emscripten_bind_MdDbAlignedDimension_updateDisplay_0=b.asm.emscripten_bind_MdDbAlignedDimension_updateDisplay_0).apply(null,arguments)},SM=b._emscripten_bind_MdDbAlignedDimension_DrawOrder_0=function(){return(SM=b._emscripten_bind_MdDbAlignedDimension_DrawOrder_0=b.asm.emscripten_bind_MdDbAlignedDimension_DrawOrder_0).apply(null,
  807. arguments)},TM=b._emscripten_bind_MdDbAlignedDimension_SetDrawOrder_1=function(){return(TM=b._emscripten_bind_MdDbAlignedDimension_SetDrawOrder_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetDrawOrder_1).apply(null,arguments)},UM=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=function(){return(UM=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetObjectID_0).apply(null,arguments)},VM=b._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(VM=
  808. b._emscripten_bind_MdDbAlignedDimension_Erase_0=b.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},WM=b._emscripten_bind_MdDbAlignedDimension_isErased_0=function(){return(WM=b._emscripten_bind_MdDbAlignedDimension_isErased_0=b.asm.emscripten_bind_MdDbAlignedDimension_isErased_0).apply(null,arguments)},XM=b._emscripten_bind_MdDbAlignedDimension_unErase_0=function(){return(XM=b._emscripten_bind_MdDbAlignedDimension_unErase_0=b.asm.emscripten_bind_MdDbAlignedDimension_unErase_0).apply(null,
  809. arguments)},YM=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=function(){return(YM=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,arguments)},ZM=b._emscripten_bind_MdDbAlignedDimension_GetExtensionDictionary_0=function(){return(ZM=b._emscripten_bind_MdDbAlignedDimension_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetExtensionDictionary_0).apply(null,arguments)},$M=
  810. b._emscripten_bind_MdDbAlignedDimension_CreateExtensionDictionary_0=function(){return($M=b._emscripten_bind_MdDbAlignedDimension_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbAlignedDimension_CreateExtensionDictionary_0).apply(null,arguments)},aN=b._emscripten_bind_MdDbAlignedDimension_IsHaveExtensionDictionary_0=function(){return(aN=b._emscripten_bind_MdDbAlignedDimension_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbAlignedDimension_IsHaveExtensionDictionary_0).apply(null,arguments)},
  811. bN=b._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return(bN=b._emscripten_bind_MdDbAlignedDimension_Clone_0=b.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},cN=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=function(){return(cN=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetHandle_0).apply(null,arguments)},dN=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=function(){return(dN=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=
  812. b.asm.emscripten_bind_MdDbAlignedDimension_GetDatabase_0).apply(null,arguments)},eN=b._emscripten_bind_MdDbAlignedDimension_GetDatabaseIndexId_0=function(){return(eN=b._emscripten_bind_MdDbAlignedDimension_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetDatabaseIndexId_0).apply(null,arguments)},fN=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=function(){return(fN=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetOwnerID_0).apply(null,
  813. arguments)},gN=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(gN=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},hN=b._emscripten_bind_MdDbAlignedDimension_getGripPoints_0=function(){return(hN=b._emscripten_bind_MdDbAlignedDimension_getGripPoints_0=b.asm.emscripten_bind_MdDbAlignedDimension_getGripPoints_0).apply(null,arguments)},iN=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=
  814. function(){return(iN=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},jN=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(jN=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},kN=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTypeName_0=function(){return(kN=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTypeName_0=
  815. b.asm.emscripten_bind_MdDbAlignedDimension_getCustomEntityTypeName_0).apply(null,arguments)},lN=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityid_0=function(){return(lN=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityid_0=b.asm.emscripten_bind_MdDbAlignedDimension_getCustomEntityid_0).apply(null,arguments)},mN=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTempid_0=function(){return(mN=b._emscripten_bind_MdDbAlignedDimension_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbAlignedDimension_getCustomEntityTempid_0).apply(null,
  816. arguments)},nN=b._emscripten_bind_MdDbAlignedDimension_setCustomEntityTempid_1=function(){return(nN=b._emscripten_bind_MdDbAlignedDimension_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbAlignedDimension_setCustomEntityTempid_1).apply(null,arguments)},oN=b._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(oN=b._emscripten_bind_MdDbAlignedDimension_getJson_0=b.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,arguments)},pN=b._emscripten_bind_MdDbAlignedDimension_setJson_1=
  817. function(){return(pN=b._emscripten_bind_MdDbAlignedDimension_setJson_1=b.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},qN=b._emscripten_bind_MdDbAlignedDimension_isKindOf_1=function(){return(qN=b._emscripten_bind_MdDbAlignedDimension_isKindOf_1=b.asm.emscripten_bind_MdDbAlignedDimension_isKindOf_1).apply(null,arguments)},rN=b._emscripten_bind_MdDbAlignedDimension_isNull_0=function(){return(rN=b._emscripten_bind_MdDbAlignedDimension_isNull_0=b.asm.emscripten_bind_MdDbAlignedDimension_isNull_0).apply(null,
  818. arguments)},sN=b._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(sN=b._emscripten_bind_MdDbAlignedDimension___destroy___0=b.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},tN=b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=function(){return(tN=b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=b.asm.emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0).apply(null,arguments)},uN=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=
  819. function(){return(uN=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbRotatedDimension_xLine1Point_0).apply(null,arguments)},vN=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=function(){return(vN=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=b.asm.emscripten_bind_MdDbRotatedDimension_setXLine1Point_1).apply(null,arguments)},wN=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=function(){return(wN=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=
  820. b.asm.emscripten_bind_MdDbRotatedDimension_xLine2Point_0).apply(null,arguments)},xN=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=function(){return(xN=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbRotatedDimension_setXLine2Point_1).apply(null,arguments)},yN=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=function(){return(yN=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimLinePoint_0).apply(null,
  821. arguments)},zN=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=function(){return(zN=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1).apply(null,arguments)},AN=b._emscripten_bind_MdDbRotatedDimension_rotation_0=function(){return(AN=b._emscripten_bind_MdDbRotatedDimension_rotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_rotation_0).apply(null,arguments)},BN=b._emscripten_bind_MdDbRotatedDimension_setRotation_1=function(){return(BN=
  822. b._emscripten_bind_MdDbRotatedDimension_setRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setRotation_1).apply(null,arguments)},CN=b._emscripten_bind_MdDbRotatedDimension_oblique_0=function(){return(CN=b._emscripten_bind_MdDbRotatedDimension_oblique_0=b.asm.emscripten_bind_MdDbRotatedDimension_oblique_0).apply(null,arguments)},DN=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=function(){return(DN=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=b.asm.emscripten_bind_MdDbRotatedDimension_setOblique_1).apply(null,
  823. arguments)},EN=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=function(){return(EN=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_textPosition_0).apply(null,arguments)},FN=b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=function(){return(FN=b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextPosition_1).apply(null,arguments)},GN=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=
  824. function(){return(GN=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},HN=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=function(){return(HN=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0).apply(null,arguments)},IN=b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=function(){return(IN=
  825. b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0).apply(null,arguments)},JN=b._emscripten_bind_MdDbRotatedDimension_elevation_0=function(){return(JN=b._emscripten_bind_MdDbRotatedDimension_elevation_0=b.asm.emscripten_bind_MdDbRotatedDimension_elevation_0).apply(null,arguments)},KN=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=function(){return(KN=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setElevation_1).apply(null,
  826. arguments)},LN=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=function(){return(LN=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimensionText_0).apply(null,arguments)},MN=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=function(){return(MN=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionText_1).apply(null,arguments)},NN=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=
  827. function(){return(NN=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_textRotation_0).apply(null,arguments)},ON=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=function(){return(ON=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextRotation_1).apply(null,arguments)},PN=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=function(){return(PN=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=
  828. b.asm.emscripten_bind_MdDbRotatedDimension_dimensionStyle_0).apply(null,arguments)},QN=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=function(){return(QN=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1).apply(null,arguments)},RN=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=function(){return(RN=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbRotatedDimension_textAttachment_0).apply(null,
  829. arguments)},SN=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=function(){return(SN=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextAttachment_1).apply(null,arguments)},TN=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=function(){return(TN=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_horizontalRotation_0).apply(null,arguments)},UN=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=
  830. function(){return(UN=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1).apply(null,arguments)},VN=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=function(){return(VN=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=b.asm.emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1).apply(null,arguments)},WN=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=function(){return(WN=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=
  831. b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1).apply(null,arguments)},XN=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=function(){return(XN=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2).apply(null,arguments)},YN=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=function(){return(YN=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1).apply(null,
  832. arguments)},ZN=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=function(){return(ZN=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2).apply(null,arguments)},$N=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=function(){return($N=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarString_1).apply(null,arguments)},aO=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=
  833. function(){return(aO=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarString_2).apply(null,arguments)},bO=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=function(){return(bO=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1).apply(null,arguments)},cO=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=function(){return(cO=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=
  834. b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2).apply(null,arguments)},dO=b._emscripten_bind_MdDbRotatedDimension_GetAllText_0=function(){return(dO=b._emscripten_bind_MdDbRotatedDimension_GetAllText_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetAllText_0).apply(null,arguments)},eO=b._emscripten_bind_MdDbRotatedDimension_explode_0=function(){return(eO=b._emscripten_bind_MdDbRotatedDimension_explode_0=b.asm.emscripten_bind_MdDbRotatedDimension_explode_0).apply(null,arguments)},fO=
  835. b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=function(){return(fO=b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbRotatedDimension_TrueColor_0).apply(null,arguments)},gO=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=function(){return(gO=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTrueColor_1).apply(null,arguments)},hO=b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=function(){return(hO=b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=
  836. b.asm.emscripten_bind_MdDbRotatedDimension_ColorIndex_0).apply(null,arguments)},iO=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=function(){return(iO=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetColorIndex_1).apply(null,arguments)},jO=b._emscripten_bind_MdDbRotatedDimension_Layer_0=function(){return(jO=b._emscripten_bind_MdDbRotatedDimension_Layer_0=b.asm.emscripten_bind_MdDbRotatedDimension_Layer_0).apply(null,arguments)},kO=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=
  837. function(){return(kO=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLayer_1).apply(null,arguments)},lO=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=function(){return(lO=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbRotatedDimension_LinetypeScale_0).apply(null,arguments)},mO=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=function(){return(mO=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=
  838. b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1).apply(null,arguments)},nO=b._emscripten_bind_MdDbRotatedDimension_Visible_0=function(){return(nO=b._emscripten_bind_MdDbRotatedDimension_Visible_0=b.asm.emscripten_bind_MdDbRotatedDimension_Visible_0).apply(null,arguments)},oO=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=function(){return(oO=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetVisible_1).apply(null,arguments)},pO=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=
  839. function(){return(pO=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbRotatedDimension_Lineweight_0).apply(null,arguments)},qO=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=function(){return(qO=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLineweight_1).apply(null,arguments)},rO=b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=function(){return(rO=b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=
  840. b.asm.emscripten_bind_MdDbRotatedDimension_TextStyle_0).apply(null,arguments)},sO=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=function(){return(sO=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTextStyle_1).apply(null,arguments)},tO=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=function(){return(tO=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=b.asm.emscripten_bind_MdDbRotatedDimension_Highlight_1).apply(null,arguments)},
  841. uO=b._emscripten_bind_MdDbRotatedDimension_Move_2=function(){return(uO=b._emscripten_bind_MdDbRotatedDimension_Move_2=b.asm.emscripten_bind_MdDbRotatedDimension_Move_2).apply(null,arguments)},vO=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=function(){return(vO=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=b.asm.emscripten_bind_MdDbRotatedDimension_Rotate_2).apply(null,arguments)},wO=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=function(){return(wO=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=
  842. b.asm.emscripten_bind_MdDbRotatedDimension_Mirror_2).apply(null,arguments)},xO=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=function(){return(xO=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbRotatedDimension_ScaleEntity_2).apply(null,arguments)},yO=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=function(){return(yO=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbRotatedDimension_TransformBy_1).apply(null,arguments)},
  843. zO=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=function(){return(zO=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0).apply(null,arguments)},AO=b._emscripten_bind_MdDbRotatedDimension_GetXData_1=function(){return(AO=b._emscripten_bind_MdDbRotatedDimension_GetXData_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetXData_1).apply(null,arguments)},BO=b._emscripten_bind_MdDbRotatedDimension_SetXData_1=function(){return(BO=
  844. b._emscripten_bind_MdDbRotatedDimension_SetXData_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetXData_1).apply(null,arguments)},CO=b._emscripten_bind_MdDbRotatedDimension_GetxDataString_2=function(){return(CO=b._emscripten_bind_MdDbRotatedDimension_GetxDataString_2=b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataString_2).apply(null,arguments)},DO=b._emscripten_bind_MdDbRotatedDimension_SetxDataString_3=function(){return(DO=b._emscripten_bind_MdDbRotatedDimension_SetxDataString_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataString_3).apply(null,
  845. arguments)},EO=b._emscripten_bind_MdDbRotatedDimension_GetxDataDouble_2=function(){return(EO=b._emscripten_bind_MdDbRotatedDimension_GetxDataDouble_2=b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataDouble_2).apply(null,arguments)},FO=b._emscripten_bind_MdDbRotatedDimension_SetxDataDouble_3=function(){return(FO=b._emscripten_bind_MdDbRotatedDimension_SetxDataDouble_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataDouble_3).apply(null,arguments)},GO=b._emscripten_bind_MdDbRotatedDimension_GetxDataLong_2=
  846. function(){return(GO=b._emscripten_bind_MdDbRotatedDimension_GetxDataLong_2=b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataLong_2).apply(null,arguments)},HO=b._emscripten_bind_MdDbRotatedDimension_SetxDataLong_3=function(){return(HO=b._emscripten_bind_MdDbRotatedDimension_SetxDataLong_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataLong_3).apply(null,arguments)},IO=b._emscripten_bind_MdDbRotatedDimension_GetxDataPoint_2=function(){return(IO=b._emscripten_bind_MdDbRotatedDimension_GetxDataPoint_2=
  847. b.asm.emscripten_bind_MdDbRotatedDimension_GetxDataPoint_2).apply(null,arguments)},JO=b._emscripten_bind_MdDbRotatedDimension_SetxDataPoint_3=function(){return(JO=b._emscripten_bind_MdDbRotatedDimension_SetxDataPoint_3=b.asm.emscripten_bind_MdDbRotatedDimension_SetxDataPoint_3).apply(null,arguments)},KO=b._emscripten_bind_MdDbRotatedDimension_DeleteXData_1=function(){return(KO=b._emscripten_bind_MdDbRotatedDimension_DeleteXData_1=b.asm.emscripten_bind_MdDbRotatedDimension_DeleteXData_1).apply(null,
  848. arguments)},LO=b._emscripten_bind_MdDbRotatedDimension_GetAllAppName_0=function(){return(LO=b._emscripten_bind_MdDbRotatedDimension_GetAllAppName_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetAllAppName_0).apply(null,arguments)},MO=b._emscripten_bind_MdDbRotatedDimension_LayerId_0=function(){return(MO=b._emscripten_bind_MdDbRotatedDimension_LayerId_0=b.asm.emscripten_bind_MdDbRotatedDimension_LayerId_0).apply(null,arguments)},NO=b._emscripten_bind_MdDbRotatedDimension_SetLayerId_1=function(){return(NO=
  849. b._emscripten_bind_MdDbRotatedDimension_SetLayerId_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLayerId_1).apply(null,arguments)},OO=b._emscripten_bind_MdDbRotatedDimension_LinetypeId_0=function(){return(OO=b._emscripten_bind_MdDbRotatedDimension_LinetypeId_0=b.asm.emscripten_bind_MdDbRotatedDimension_LinetypeId_0).apply(null,arguments)},PO=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeId_1=function(){return(PO=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeId_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetypeId_1).apply(null,
  850. arguments)},QO=b._emscripten_bind_MdDbRotatedDimension_Linetype_0=function(){return(QO=b._emscripten_bind_MdDbRotatedDimension_Linetype_0=b.asm.emscripten_bind_MdDbRotatedDimension_Linetype_0).apply(null,arguments)},RO=b._emscripten_bind_MdDbRotatedDimension_SetLinetype_1=function(){return(RO=b._emscripten_bind_MdDbRotatedDimension_SetLinetype_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetype_1).apply(null,arguments)},SO=b._emscripten_bind_MdDbRotatedDimension_TextStyleId_0=function(){return(SO=
  851. b._emscripten_bind_MdDbRotatedDimension_TextStyleId_0=b.asm.emscripten_bind_MdDbRotatedDimension_TextStyleId_0).apply(null,arguments)},TO=b._emscripten_bind_MdDbRotatedDimension_SetTextStyleId_1=function(){return(TO=b._emscripten_bind_MdDbRotatedDimension_SetTextStyleId_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTextStyleId_1).apply(null,arguments)},UO=b._emscripten_bind_MdDbRotatedDimension_IntersectWith_2=function(){return(UO=b._emscripten_bind_MdDbRotatedDimension_IntersectWith_2=b.asm.emscripten_bind_MdDbRotatedDimension_IntersectWith_2).apply(null,
  852. arguments)},VO=b._emscripten_bind_MdDbRotatedDimension_getArea_0=function(){return(VO=b._emscripten_bind_MdDbRotatedDimension_getArea_0=b.asm.emscripten_bind_MdDbRotatedDimension_getArea_0).apply(null,arguments)},WO=b._emscripten_bind_MdDbRotatedDimension_disableUpdateDisplay_1=function(){return(WO=b._emscripten_bind_MdDbRotatedDimension_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbRotatedDimension_disableUpdateDisplay_1).apply(null,arguments)},XO=b._emscripten_bind_MdDbRotatedDimension_isPropertiesWindowCustom_0=
  853. function(){return(XO=b._emscripten_bind_MdDbRotatedDimension_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbRotatedDimension_isPropertiesWindowCustom_0).apply(null,arguments)},YO=b._emscripten_bind_MdDbRotatedDimension_setPropertiesWindowCustom_1=function(){return(YO=b._emscripten_bind_MdDbRotatedDimension_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbRotatedDimension_setPropertiesWindowCustom_1).apply(null,arguments)},ZO=b._emscripten_bind_MdDbRotatedDimension_updateDisplay_0=function(){return(ZO=
  854. b._emscripten_bind_MdDbRotatedDimension_updateDisplay_0=b.asm.emscripten_bind_MdDbRotatedDimension_updateDisplay_0).apply(null,arguments)},$O=b._emscripten_bind_MdDbRotatedDimension_DrawOrder_0=function(){return($O=b._emscripten_bind_MdDbRotatedDimension_DrawOrder_0=b.asm.emscripten_bind_MdDbRotatedDimension_DrawOrder_0).apply(null,arguments)},aP=b._emscripten_bind_MdDbRotatedDimension_SetDrawOrder_1=function(){return(aP=b._emscripten_bind_MdDbRotatedDimension_SetDrawOrder_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetDrawOrder_1).apply(null,
  855. arguments)},bP=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=function(){return(bP=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetObjectID_0).apply(null,arguments)},cP=b._emscripten_bind_MdDbRotatedDimension_Erase_0=function(){return(cP=b._emscripten_bind_MdDbRotatedDimension_Erase_0=b.asm.emscripten_bind_MdDbRotatedDimension_Erase_0).apply(null,arguments)},dP=b._emscripten_bind_MdDbRotatedDimension_isErased_0=function(){return(dP=b._emscripten_bind_MdDbRotatedDimension_isErased_0=
  856. b.asm.emscripten_bind_MdDbRotatedDimension_isErased_0).apply(null,arguments)},eP=b._emscripten_bind_MdDbRotatedDimension_unErase_0=function(){return(eP=b._emscripten_bind_MdDbRotatedDimension_unErase_0=b.asm.emscripten_bind_MdDbRotatedDimension_unErase_0).apply(null,arguments)},fP=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=function(){return(fP=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1).apply(null,
  857. arguments)},gP=b._emscripten_bind_MdDbRotatedDimension_GetExtensionDictionary_0=function(){return(gP=b._emscripten_bind_MdDbRotatedDimension_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetExtensionDictionary_0).apply(null,arguments)},hP=b._emscripten_bind_MdDbRotatedDimension_CreateExtensionDictionary_0=function(){return(hP=b._emscripten_bind_MdDbRotatedDimension_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbRotatedDimension_CreateExtensionDictionary_0).apply(null,
  858. arguments)},iP=b._emscripten_bind_MdDbRotatedDimension_IsHaveExtensionDictionary_0=function(){return(iP=b._emscripten_bind_MdDbRotatedDimension_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbRotatedDimension_IsHaveExtensionDictionary_0).apply(null,arguments)},jP=b._emscripten_bind_MdDbRotatedDimension_Clone_0=function(){return(jP=b._emscripten_bind_MdDbRotatedDimension_Clone_0=b.asm.emscripten_bind_MdDbRotatedDimension_Clone_0).apply(null,arguments)},kP=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=
  859. function(){return(kP=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetHandle_0).apply(null,arguments)},lP=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=function(){return(lP=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetDatabase_0).apply(null,arguments)},mP=b._emscripten_bind_MdDbRotatedDimension_GetDatabaseIndexId_0=function(){return(mP=b._emscripten_bind_MdDbRotatedDimension_GetDatabaseIndexId_0=
  860. b.asm.emscripten_bind_MdDbRotatedDimension_GetDatabaseIndexId_0).apply(null,arguments)},nP=b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=function(){return(nP=b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetOwnerID_0).apply(null,arguments)},oP=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=function(){return(oP=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4).apply(null,
  861. arguments)},pP=b._emscripten_bind_MdDbRotatedDimension_getGripPoints_0=function(){return(pP=b._emscripten_bind_MdDbRotatedDimension_getGripPoints_0=b.asm.emscripten_bind_MdDbRotatedDimension_getGripPoints_0).apply(null,arguments)},qP=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=function(){return(qP=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbRotatedDimension_getObjectName_0).apply(null,arguments)},rP=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=
  862. function(){return(rP=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbRotatedDimension_getDxf0_0).apply(null,arguments)},sP=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTypeName_0=function(){return(sP=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbRotatedDimension_getCustomEntityTypeName_0).apply(null,arguments)},tP=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityid_0=function(){return(tP=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityid_0=
  863. b.asm.emscripten_bind_MdDbRotatedDimension_getCustomEntityid_0).apply(null,arguments)},uP=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTempid_0=function(){return(uP=b._emscripten_bind_MdDbRotatedDimension_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbRotatedDimension_getCustomEntityTempid_0).apply(null,arguments)},vP=b._emscripten_bind_MdDbRotatedDimension_setCustomEntityTempid_1=function(){return(vP=b._emscripten_bind_MdDbRotatedDimension_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbRotatedDimension_setCustomEntityTempid_1).apply(null,
  864. arguments)},wP=b._emscripten_bind_MdDbRotatedDimension_getJson_0=function(){return(wP=b._emscripten_bind_MdDbRotatedDimension_getJson_0=b.asm.emscripten_bind_MdDbRotatedDimension_getJson_0).apply(null,arguments)},xP=b._emscripten_bind_MdDbRotatedDimension_setJson_1=function(){return(xP=b._emscripten_bind_MdDbRotatedDimension_setJson_1=b.asm.emscripten_bind_MdDbRotatedDimension_setJson_1).apply(null,arguments)},yP=b._emscripten_bind_MdDbRotatedDimension_isKindOf_1=function(){return(yP=b._emscripten_bind_MdDbRotatedDimension_isKindOf_1=
  865. b.asm.emscripten_bind_MdDbRotatedDimension_isKindOf_1).apply(null,arguments)},zP=b._emscripten_bind_MdDbRotatedDimension_isNull_0=function(){return(zP=b._emscripten_bind_MdDbRotatedDimension_isNull_0=b.asm.emscripten_bind_MdDbRotatedDimension_isNull_0).apply(null,arguments)},AP=b._emscripten_bind_MdDbRotatedDimension___destroy___0=function(){return(AP=b._emscripten_bind_MdDbRotatedDimension___destroy___0=b.asm.emscripten_bind_MdDbRotatedDimension___destroy___0).apply(null,arguments)},BP=b._emscripten_bind_MdDbMText_MdDbMText_0=
  866. function(){return(BP=b._emscripten_bind_MdDbMText_MdDbMText_0=b.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},CP=b._emscripten_bind_MdDbMText_location_0=function(){return(CP=b._emscripten_bind_MdDbMText_location_0=b.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},DP=b._emscripten_bind_MdDbMText_setLocation_1=function(){return(DP=b._emscripten_bind_MdDbMText_setLocation_1=b.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},EP=b._emscripten_bind_MdDbMText_rotation_0=
  867. function(){return(EP=b._emscripten_bind_MdDbMText_rotation_0=b.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},FP=b._emscripten_bind_MdDbMText_setRotation_1=function(){return(FP=b._emscripten_bind_MdDbMText_setRotation_1=b.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,arguments)},GP=b._emscripten_bind_MdDbMText_width_0=function(){return(GP=b._emscripten_bind_MdDbMText_width_0=b.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},HP=b._emscripten_bind_MdDbMText_setWidth_1=
  868. function(){return(HP=b._emscripten_bind_MdDbMText_setWidth_1=b.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},IP=b._emscripten_bind_MdDbMText_textHeight_0=function(){return(IP=b._emscripten_bind_MdDbMText_textHeight_0=b.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,arguments)},JP=b._emscripten_bind_MdDbMText_setTextHeight_1=function(){return(JP=b._emscripten_bind_MdDbMText_setTextHeight_1=b.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},KP=b._emscripten_bind_MdDbMText_attachment_0=
  869. function(){return(KP=b._emscripten_bind_MdDbMText_attachment_0=b.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},LP=b._emscripten_bind_MdDbMText_setAttachment_1=function(){return(LP=b._emscripten_bind_MdDbMText_setAttachment_1=b.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,arguments)},MP=b._emscripten_bind_MdDbMText_contents_0=function(){return(MP=b._emscripten_bind_MdDbMText_contents_0=b.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},NP=b._emscripten_bind_MdDbMText_setContents_1=
  870. function(){return(NP=b._emscripten_bind_MdDbMText_setContents_1=b.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},OP=b._emscripten_bind_MdDbMText_explode_0=function(){return(OP=b._emscripten_bind_MdDbMText_explode_0=b.asm.emscripten_bind_MdDbMText_explode_0).apply(null,arguments)},PP=b._emscripten_bind_MdDbMText_TrueColor_0=function(){return(PP=b._emscripten_bind_MdDbMText_TrueColor_0=b.asm.emscripten_bind_MdDbMText_TrueColor_0).apply(null,arguments)},QP=b._emscripten_bind_MdDbMText_SetTrueColor_1=
  871. function(){return(QP=b._emscripten_bind_MdDbMText_SetTrueColor_1=b.asm.emscripten_bind_MdDbMText_SetTrueColor_1).apply(null,arguments)},RP=b._emscripten_bind_MdDbMText_ColorIndex_0=function(){return(RP=b._emscripten_bind_MdDbMText_ColorIndex_0=b.asm.emscripten_bind_MdDbMText_ColorIndex_0).apply(null,arguments)},SP=b._emscripten_bind_MdDbMText_SetColorIndex_1=function(){return(SP=b._emscripten_bind_MdDbMText_SetColorIndex_1=b.asm.emscripten_bind_MdDbMText_SetColorIndex_1).apply(null,arguments)},TP=
  872. b._emscripten_bind_MdDbMText_Layer_0=function(){return(TP=b._emscripten_bind_MdDbMText_Layer_0=b.asm.emscripten_bind_MdDbMText_Layer_0).apply(null,arguments)},UP=b._emscripten_bind_MdDbMText_SetLayer_1=function(){return(UP=b._emscripten_bind_MdDbMText_SetLayer_1=b.asm.emscripten_bind_MdDbMText_SetLayer_1).apply(null,arguments)},VP=b._emscripten_bind_MdDbMText_LinetypeScale_0=function(){return(VP=b._emscripten_bind_MdDbMText_LinetypeScale_0=b.asm.emscripten_bind_MdDbMText_LinetypeScale_0).apply(null,
  873. arguments)},WP=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=function(){return(WP=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbMText_SetLinetypeScale_1).apply(null,arguments)},XP=b._emscripten_bind_MdDbMText_Visible_0=function(){return(XP=b._emscripten_bind_MdDbMText_Visible_0=b.asm.emscripten_bind_MdDbMText_Visible_0).apply(null,arguments)},YP=b._emscripten_bind_MdDbMText_SetVisible_1=function(){return(YP=b._emscripten_bind_MdDbMText_SetVisible_1=b.asm.emscripten_bind_MdDbMText_SetVisible_1).apply(null,
  874. arguments)},ZP=b._emscripten_bind_MdDbMText_Lineweight_0=function(){return(ZP=b._emscripten_bind_MdDbMText_Lineweight_0=b.asm.emscripten_bind_MdDbMText_Lineweight_0).apply(null,arguments)},$P=b._emscripten_bind_MdDbMText_SetLineweight_1=function(){return($P=b._emscripten_bind_MdDbMText_SetLineweight_1=b.asm.emscripten_bind_MdDbMText_SetLineweight_1).apply(null,arguments)},aQ=b._emscripten_bind_MdDbMText_TextStyle_0=function(){return(aQ=b._emscripten_bind_MdDbMText_TextStyle_0=b.asm.emscripten_bind_MdDbMText_TextStyle_0).apply(null,
  875. arguments)},bQ=b._emscripten_bind_MdDbMText_SetTextStyle_1=function(){return(bQ=b._emscripten_bind_MdDbMText_SetTextStyle_1=b.asm.emscripten_bind_MdDbMText_SetTextStyle_1).apply(null,arguments)},cQ=b._emscripten_bind_MdDbMText_Highlight_1=function(){return(cQ=b._emscripten_bind_MdDbMText_Highlight_1=b.asm.emscripten_bind_MdDbMText_Highlight_1).apply(null,arguments)},dQ=b._emscripten_bind_MdDbMText_Move_2=function(){return(dQ=b._emscripten_bind_MdDbMText_Move_2=b.asm.emscripten_bind_MdDbMText_Move_2).apply(null,
  876. arguments)},eQ=b._emscripten_bind_MdDbMText_Rotate_2=function(){return(eQ=b._emscripten_bind_MdDbMText_Rotate_2=b.asm.emscripten_bind_MdDbMText_Rotate_2).apply(null,arguments)},fQ=b._emscripten_bind_MdDbMText_Mirror_2=function(){return(fQ=b._emscripten_bind_MdDbMText_Mirror_2=b.asm.emscripten_bind_MdDbMText_Mirror_2).apply(null,arguments)},gQ=b._emscripten_bind_MdDbMText_ScaleEntity_2=function(){return(gQ=b._emscripten_bind_MdDbMText_ScaleEntity_2=b.asm.emscripten_bind_MdDbMText_ScaleEntity_2).apply(null,
  877. arguments)},hQ=b._emscripten_bind_MdDbMText_TransformBy_1=function(){return(hQ=b._emscripten_bind_MdDbMText_TransformBy_1=b.asm.emscripten_bind_MdDbMText_TransformBy_1).apply(null,arguments)},iQ=b._emscripten_bind_MdDbMText_GetBoundingBox_0=function(){return(iQ=b._emscripten_bind_MdDbMText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbMText_GetBoundingBox_0).apply(null,arguments)},jQ=b._emscripten_bind_MdDbMText_GetXData_1=function(){return(jQ=b._emscripten_bind_MdDbMText_GetXData_1=b.asm.emscripten_bind_MdDbMText_GetXData_1).apply(null,
  878. arguments)},kQ=b._emscripten_bind_MdDbMText_SetXData_1=function(){return(kQ=b._emscripten_bind_MdDbMText_SetXData_1=b.asm.emscripten_bind_MdDbMText_SetXData_1).apply(null,arguments)},lQ=b._emscripten_bind_MdDbMText_GetxDataString_2=function(){return(lQ=b._emscripten_bind_MdDbMText_GetxDataString_2=b.asm.emscripten_bind_MdDbMText_GetxDataString_2).apply(null,arguments)},mQ=b._emscripten_bind_MdDbMText_SetxDataString_3=function(){return(mQ=b._emscripten_bind_MdDbMText_SetxDataString_3=b.asm.emscripten_bind_MdDbMText_SetxDataString_3).apply(null,
  879. arguments)},nQ=b._emscripten_bind_MdDbMText_GetxDataDouble_2=function(){return(nQ=b._emscripten_bind_MdDbMText_GetxDataDouble_2=b.asm.emscripten_bind_MdDbMText_GetxDataDouble_2).apply(null,arguments)},oQ=b._emscripten_bind_MdDbMText_SetxDataDouble_3=function(){return(oQ=b._emscripten_bind_MdDbMText_SetxDataDouble_3=b.asm.emscripten_bind_MdDbMText_SetxDataDouble_3).apply(null,arguments)},pQ=b._emscripten_bind_MdDbMText_GetxDataLong_2=function(){return(pQ=b._emscripten_bind_MdDbMText_GetxDataLong_2=
  880. b.asm.emscripten_bind_MdDbMText_GetxDataLong_2).apply(null,arguments)},qQ=b._emscripten_bind_MdDbMText_SetxDataLong_3=function(){return(qQ=b._emscripten_bind_MdDbMText_SetxDataLong_3=b.asm.emscripten_bind_MdDbMText_SetxDataLong_3).apply(null,arguments)},rQ=b._emscripten_bind_MdDbMText_GetxDataPoint_2=function(){return(rQ=b._emscripten_bind_MdDbMText_GetxDataPoint_2=b.asm.emscripten_bind_MdDbMText_GetxDataPoint_2).apply(null,arguments)},sQ=b._emscripten_bind_MdDbMText_SetxDataPoint_3=function(){return(sQ=
  881. b._emscripten_bind_MdDbMText_SetxDataPoint_3=b.asm.emscripten_bind_MdDbMText_SetxDataPoint_3).apply(null,arguments)},tQ=b._emscripten_bind_MdDbMText_DeleteXData_1=function(){return(tQ=b._emscripten_bind_MdDbMText_DeleteXData_1=b.asm.emscripten_bind_MdDbMText_DeleteXData_1).apply(null,arguments)},uQ=b._emscripten_bind_MdDbMText_GetAllAppName_0=function(){return(uQ=b._emscripten_bind_MdDbMText_GetAllAppName_0=b.asm.emscripten_bind_MdDbMText_GetAllAppName_0).apply(null,arguments)},vQ=b._emscripten_bind_MdDbMText_LayerId_0=
  882. function(){return(vQ=b._emscripten_bind_MdDbMText_LayerId_0=b.asm.emscripten_bind_MdDbMText_LayerId_0).apply(null,arguments)},wQ=b._emscripten_bind_MdDbMText_SetLayerId_1=function(){return(wQ=b._emscripten_bind_MdDbMText_SetLayerId_1=b.asm.emscripten_bind_MdDbMText_SetLayerId_1).apply(null,arguments)},xQ=b._emscripten_bind_MdDbMText_LinetypeId_0=function(){return(xQ=b._emscripten_bind_MdDbMText_LinetypeId_0=b.asm.emscripten_bind_MdDbMText_LinetypeId_0).apply(null,arguments)},yQ=b._emscripten_bind_MdDbMText_SetLinetypeId_1=
  883. function(){return(yQ=b._emscripten_bind_MdDbMText_SetLinetypeId_1=b.asm.emscripten_bind_MdDbMText_SetLinetypeId_1).apply(null,arguments)},zQ=b._emscripten_bind_MdDbMText_Linetype_0=function(){return(zQ=b._emscripten_bind_MdDbMText_Linetype_0=b.asm.emscripten_bind_MdDbMText_Linetype_0).apply(null,arguments)},AQ=b._emscripten_bind_MdDbMText_SetLinetype_1=function(){return(AQ=b._emscripten_bind_MdDbMText_SetLinetype_1=b.asm.emscripten_bind_MdDbMText_SetLinetype_1).apply(null,arguments)},BQ=b._emscripten_bind_MdDbMText_TextStyleId_0=
  884. function(){return(BQ=b._emscripten_bind_MdDbMText_TextStyleId_0=b.asm.emscripten_bind_MdDbMText_TextStyleId_0).apply(null,arguments)},CQ=b._emscripten_bind_MdDbMText_SetTextStyleId_1=function(){return(CQ=b._emscripten_bind_MdDbMText_SetTextStyleId_1=b.asm.emscripten_bind_MdDbMText_SetTextStyleId_1).apply(null,arguments)},DQ=b._emscripten_bind_MdDbMText_IntersectWith_2=function(){return(DQ=b._emscripten_bind_MdDbMText_IntersectWith_2=b.asm.emscripten_bind_MdDbMText_IntersectWith_2).apply(null,arguments)},
  885. EQ=b._emscripten_bind_MdDbMText_getArea_0=function(){return(EQ=b._emscripten_bind_MdDbMText_getArea_0=b.asm.emscripten_bind_MdDbMText_getArea_0).apply(null,arguments)},FQ=b._emscripten_bind_MdDbMText_disableUpdateDisplay_1=function(){return(FQ=b._emscripten_bind_MdDbMText_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbMText_disableUpdateDisplay_1).apply(null,arguments)},GQ=b._emscripten_bind_MdDbMText_isPropertiesWindowCustom_0=function(){return(GQ=b._emscripten_bind_MdDbMText_isPropertiesWindowCustom_0=
  886. b.asm.emscripten_bind_MdDbMText_isPropertiesWindowCustom_0).apply(null,arguments)},HQ=b._emscripten_bind_MdDbMText_setPropertiesWindowCustom_1=function(){return(HQ=b._emscripten_bind_MdDbMText_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbMText_setPropertiesWindowCustom_1).apply(null,arguments)},IQ=b._emscripten_bind_MdDbMText_updateDisplay_0=function(){return(IQ=b._emscripten_bind_MdDbMText_updateDisplay_0=b.asm.emscripten_bind_MdDbMText_updateDisplay_0).apply(null,arguments)},JQ=b._emscripten_bind_MdDbMText_DrawOrder_0=
  887. function(){return(JQ=b._emscripten_bind_MdDbMText_DrawOrder_0=b.asm.emscripten_bind_MdDbMText_DrawOrder_0).apply(null,arguments)},KQ=b._emscripten_bind_MdDbMText_SetDrawOrder_1=function(){return(KQ=b._emscripten_bind_MdDbMText_SetDrawOrder_1=b.asm.emscripten_bind_MdDbMText_SetDrawOrder_1).apply(null,arguments)},LQ=b._emscripten_bind_MdDbMText_GetObjectID_0=function(){return(LQ=b._emscripten_bind_MdDbMText_GetObjectID_0=b.asm.emscripten_bind_MdDbMText_GetObjectID_0).apply(null,arguments)},MQ=b._emscripten_bind_MdDbMText_Erase_0=
  888. function(){return(MQ=b._emscripten_bind_MdDbMText_Erase_0=b.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,arguments)},NQ=b._emscripten_bind_MdDbMText_isErased_0=function(){return(NQ=b._emscripten_bind_MdDbMText_isErased_0=b.asm.emscripten_bind_MdDbMText_isErased_0).apply(null,arguments)},OQ=b._emscripten_bind_MdDbMText_unErase_0=function(){return(OQ=b._emscripten_bind_MdDbMText_unErase_0=b.asm.emscripten_bind_MdDbMText_unErase_0).apply(null,arguments)},PQ=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=
  889. function(){return(PQ=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,arguments)},QQ=b._emscripten_bind_MdDbMText_GetExtensionDictionary_0=function(){return(QQ=b._emscripten_bind_MdDbMText_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbMText_GetExtensionDictionary_0).apply(null,arguments)},RQ=b._emscripten_bind_MdDbMText_CreateExtensionDictionary_0=function(){return(RQ=b._emscripten_bind_MdDbMText_CreateExtensionDictionary_0=
  890. b.asm.emscripten_bind_MdDbMText_CreateExtensionDictionary_0).apply(null,arguments)},SQ=b._emscripten_bind_MdDbMText_IsHaveExtensionDictionary_0=function(){return(SQ=b._emscripten_bind_MdDbMText_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbMText_IsHaveExtensionDictionary_0).apply(null,arguments)},TQ=b._emscripten_bind_MdDbMText_Clone_0=function(){return(TQ=b._emscripten_bind_MdDbMText_Clone_0=b.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},UQ=b._emscripten_bind_MdDbMText_GetHandle_0=
  891. function(){return(UQ=b._emscripten_bind_MdDbMText_GetHandle_0=b.asm.emscripten_bind_MdDbMText_GetHandle_0).apply(null,arguments)},VQ=b._emscripten_bind_MdDbMText_GetDatabase_0=function(){return(VQ=b._emscripten_bind_MdDbMText_GetDatabase_0=b.asm.emscripten_bind_MdDbMText_GetDatabase_0).apply(null,arguments)},WQ=b._emscripten_bind_MdDbMText_GetDatabaseIndexId_0=function(){return(WQ=b._emscripten_bind_MdDbMText_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbMText_GetDatabaseIndexId_0).apply(null,arguments)},
  892. XQ=b._emscripten_bind_MdDbMText_GetOwnerID_0=function(){return(XQ=b._emscripten_bind_MdDbMText_GetOwnerID_0=b.asm.emscripten_bind_MdDbMText_GetOwnerID_0).apply(null,arguments)},YQ=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(YQ=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,arguments)},ZQ=b._emscripten_bind_MdDbMText_getGripPoints_0=function(){return(ZQ=b._emscripten_bind_MdDbMText_getGripPoints_0=b.asm.emscripten_bind_MdDbMText_getGripPoints_0).apply(null,
  893. arguments)},$Q=b._emscripten_bind_MdDbMText_getObjectName_0=function(){return($Q=b._emscripten_bind_MdDbMText_getObjectName_0=b.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,arguments)},aR=b._emscripten_bind_MdDbMText_getDxf0_0=function(){return(aR=b._emscripten_bind_MdDbMText_getDxf0_0=b.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},bR=b._emscripten_bind_MdDbMText_getCustomEntityTypeName_0=function(){return(bR=b._emscripten_bind_MdDbMText_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbMText_getCustomEntityTypeName_0).apply(null,
  894. arguments)},cR=b._emscripten_bind_MdDbMText_getCustomEntityid_0=function(){return(cR=b._emscripten_bind_MdDbMText_getCustomEntityid_0=b.asm.emscripten_bind_MdDbMText_getCustomEntityid_0).apply(null,arguments)},dR=b._emscripten_bind_MdDbMText_getCustomEntityTempid_0=function(){return(dR=b._emscripten_bind_MdDbMText_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbMText_getCustomEntityTempid_0).apply(null,arguments)},eR=b._emscripten_bind_MdDbMText_setCustomEntityTempid_1=function(){return(eR=b._emscripten_bind_MdDbMText_setCustomEntityTempid_1=
  895. b.asm.emscripten_bind_MdDbMText_setCustomEntityTempid_1).apply(null,arguments)},fR=b._emscripten_bind_MdDbMText_getJson_0=function(){return(fR=b._emscripten_bind_MdDbMText_getJson_0=b.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,arguments)},gR=b._emscripten_bind_MdDbMText_setJson_1=function(){return(gR=b._emscripten_bind_MdDbMText_setJson_1=b.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,arguments)},hR=b._emscripten_bind_MdDbMText_isKindOf_1=function(){return(hR=b._emscripten_bind_MdDbMText_isKindOf_1=
  896. b.asm.emscripten_bind_MdDbMText_isKindOf_1).apply(null,arguments)},iR=b._emscripten_bind_MdDbMText_isNull_0=function(){return(iR=b._emscripten_bind_MdDbMText_isNull_0=b.asm.emscripten_bind_MdDbMText_isNull_0).apply(null,arguments)},jR=b._emscripten_bind_MdDbMText___destroy___0=function(){return(jR=b._emscripten_bind_MdDbMText___destroy___0=b.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},kR=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=function(){return(kR=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=
  897. b.asm.emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0).apply(null,arguments)},lR=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=function(){return(lR=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=b.asm.emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1).apply(null,arguments)},mR=b._emscripten_bind_MdDbBlockTableRecord_getAllEntityId_1=function(){return(mR=b._emscripten_bind_MdDbBlockTableRecord_getAllEntityId_1=b.asm.emscripten_bind_MdDbBlockTableRecord_getAllEntityId_1).apply(null,
  898. arguments)},nR=b._emscripten_bind_MdDbBlockTableRecord_origin_0=function(){return(nR=b._emscripten_bind_MdDbBlockTableRecord_origin_0=b.asm.emscripten_bind_MdDbBlockTableRecord_origin_0).apply(null,arguments)},oR=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=function(){return(oR=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setOrigin_1).apply(null,arguments)},pR=b._emscripten_bind_MdDbBlockTableRecord_getBoundingBox_0=function(){return(pR=b._emscripten_bind_MdDbBlockTableRecord_getBoundingBox_0=
  899. b.asm.emscripten_bind_MdDbBlockTableRecord_getBoundingBox_0).apply(null,arguments)},qR=b._emscripten_bind_MdDbBlockTableRecord_invalidBoundingBoxBuffer_0=function(){return(qR=b._emscripten_bind_MdDbBlockTableRecord_invalidBoundingBoxBuffer_0=b.asm.emscripten_bind_MdDbBlockTableRecord_invalidBoundingBoxBuffer_0).apply(null,arguments)},rR=b._emscripten_bind_MdDbBlockTableRecord_getName_0=function(){return(rR=b._emscripten_bind_MdDbBlockTableRecord_getName_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getName_0).apply(null,
  900. arguments)},sR=b._emscripten_bind_MdDbBlockTableRecord_setName_1=function(){return(sR=b._emscripten_bind_MdDbBlockTableRecord_setName_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setName_1).apply(null,arguments)},tR=b._emscripten_bind_MdDbBlockTableRecord_getMinMaxDrawOrder_0=function(){return(tR=b._emscripten_bind_MdDbBlockTableRecord_getMinMaxDrawOrder_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getMinMaxDrawOrder_0).apply(null,arguments)},uR=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=
  901. function(){return(uR=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetObjectID_0).apply(null,arguments)},vR=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=function(){return(vR=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_Erase_0).apply(null,arguments)},wR=b._emscripten_bind_MdDbBlockTableRecord_isErased_0=function(){return(wR=b._emscripten_bind_MdDbBlockTableRecord_isErased_0=b.asm.emscripten_bind_MdDbBlockTableRecord_isErased_0).apply(null,
  902. arguments)},xR=b._emscripten_bind_MdDbBlockTableRecord_unErase_0=function(){return(xR=b._emscripten_bind_MdDbBlockTableRecord_unErase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_unErase_0).apply(null,arguments)},yR=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=function(){return(yR=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1).apply(null,arguments)},zR=b._emscripten_bind_MdDbBlockTableRecord_GetExtensionDictionary_0=
  903. function(){return(zR=b._emscripten_bind_MdDbBlockTableRecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetExtensionDictionary_0).apply(null,arguments)},AR=b._emscripten_bind_MdDbBlockTableRecord_CreateExtensionDictionary_0=function(){return(AR=b._emscripten_bind_MdDbBlockTableRecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTableRecord_CreateExtensionDictionary_0).apply(null,arguments)},BR=b._emscripten_bind_MdDbBlockTableRecord_IsHaveExtensionDictionary_0=
  904. function(){return(BR=b._emscripten_bind_MdDbBlockTableRecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTableRecord_IsHaveExtensionDictionary_0).apply(null,arguments)},CR=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=function(){return(CR=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=b.asm.emscripten_bind_MdDbBlockTableRecord_Clone_0).apply(null,arguments)},DR=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=function(){return(DR=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=
  905. b.asm.emscripten_bind_MdDbBlockTableRecord_GetHandle_0).apply(null,arguments)},ER=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=function(){return(ER=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetDatabase_0).apply(null,arguments)},FR=b._emscripten_bind_MdDbBlockTableRecord_GetDatabaseIndexId_0=function(){return(FR=b._emscripten_bind_MdDbBlockTableRecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetDatabaseIndexId_0).apply(null,
  906. arguments)},GR=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=function(){return(GR=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0).apply(null,arguments)},HR=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=function(){return(HR=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4).apply(null,arguments)},IR=b._emscripten_bind_MdDbBlockTableRecord_getGripPoints_0=
  907. function(){return(IR=b._emscripten_bind_MdDbBlockTableRecord_getGripPoints_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getGripPoints_0).apply(null,arguments)},JR=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=function(){return(JR=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getObjectName_0).apply(null,arguments)},KR=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=function(){return(KR=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=
  908. b.asm.emscripten_bind_MdDbBlockTableRecord_getDxf0_0).apply(null,arguments)},LR=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTypeName_0=function(){return(LR=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getCustomEntityTypeName_0).apply(null,arguments)},MR=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityid_0=function(){return(MR=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getCustomEntityid_0).apply(null,
  909. arguments)},NR=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTempid_0=function(){return(NR=b._emscripten_bind_MdDbBlockTableRecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getCustomEntityTempid_0).apply(null,arguments)},OR=b._emscripten_bind_MdDbBlockTableRecord_setCustomEntityTempid_1=function(){return(OR=b._emscripten_bind_MdDbBlockTableRecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setCustomEntityTempid_1).apply(null,arguments)},PR=
  910. b._emscripten_bind_MdDbBlockTableRecord_getJson_0=function(){return(PR=b._emscripten_bind_MdDbBlockTableRecord_getJson_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getJson_0).apply(null,arguments)},QR=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=function(){return(QR=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setJson_1).apply(null,arguments)},RR=b._emscripten_bind_MdDbBlockTableRecord_isKindOf_1=function(){return(RR=b._emscripten_bind_MdDbBlockTableRecord_isKindOf_1=
  911. b.asm.emscripten_bind_MdDbBlockTableRecord_isKindOf_1).apply(null,arguments)},SR=b._emscripten_bind_MdDbBlockTableRecord_isNull_0=function(){return(SR=b._emscripten_bind_MdDbBlockTableRecord_isNull_0=b.asm.emscripten_bind_MdDbBlockTableRecord_isNull_0).apply(null,arguments)},TR=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=function(){return(TR=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=b.asm.emscripten_bind_MdDbBlockTableRecord___destroy___0).apply(null,arguments)},UR=b._emscripten_bind_MdDbBlockTable_getAllRecordId_1=
  912. function(){return(UR=b._emscripten_bind_MdDbBlockTable_getAllRecordId_1=b.asm.emscripten_bind_MdDbBlockTable_getAllRecordId_1).apply(null,arguments)},VR=b._emscripten_bind_MdDbBlockTable_add_1=function(){return(VR=b._emscripten_bind_MdDbBlockTable_add_1=b.asm.emscripten_bind_MdDbBlockTable_add_1).apply(null,arguments)},WR=b._emscripten_bind_MdDbBlockTable_get_2=function(){return(WR=b._emscripten_bind_MdDbBlockTable_get_2=b.asm.emscripten_bind_MdDbBlockTable_get_2).apply(null,arguments)},YR=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=
  913. function(){return(YR=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTable_GetObjectID_0).apply(null,arguments)},ZR=b._emscripten_bind_MdDbBlockTable_Erase_0=function(){return(ZR=b._emscripten_bind_MdDbBlockTable_Erase_0=b.asm.emscripten_bind_MdDbBlockTable_Erase_0).apply(null,arguments)},$R=b._emscripten_bind_MdDbBlockTable_isErased_0=function(){return($R=b._emscripten_bind_MdDbBlockTable_isErased_0=b.asm.emscripten_bind_MdDbBlockTable_isErased_0).apply(null,arguments)},
  914. aS=b._emscripten_bind_MdDbBlockTable_unErase_0=function(){return(aS=b._emscripten_bind_MdDbBlockTable_unErase_0=b.asm.emscripten_bind_MdDbBlockTable_unErase_0).apply(null,arguments)},bS=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=function(){return(bS=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTable_ConnectionTempObject_1).apply(null,arguments)},cS=b._emscripten_bind_MdDbBlockTable_GetExtensionDictionary_0=function(){return(cS=b._emscripten_bind_MdDbBlockTable_GetExtensionDictionary_0=
  915. b.asm.emscripten_bind_MdDbBlockTable_GetExtensionDictionary_0).apply(null,arguments)},dS=b._emscripten_bind_MdDbBlockTable_CreateExtensionDictionary_0=function(){return(dS=b._emscripten_bind_MdDbBlockTable_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTable_CreateExtensionDictionary_0).apply(null,arguments)},eS=b._emscripten_bind_MdDbBlockTable_IsHaveExtensionDictionary_0=function(){return(eS=b._emscripten_bind_MdDbBlockTable_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbBlockTable_IsHaveExtensionDictionary_0).apply(null,
  916. arguments)},fS=b._emscripten_bind_MdDbBlockTable_Clone_0=function(){return(fS=b._emscripten_bind_MdDbBlockTable_Clone_0=b.asm.emscripten_bind_MdDbBlockTable_Clone_0).apply(null,arguments)},gS=b._emscripten_bind_MdDbBlockTable_GetHandle_0=function(){return(gS=b._emscripten_bind_MdDbBlockTable_GetHandle_0=b.asm.emscripten_bind_MdDbBlockTable_GetHandle_0).apply(null,arguments)},hS=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=function(){return(hS=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTable_GetDatabase_0).apply(null,
  917. arguments)},iS=b._emscripten_bind_MdDbBlockTable_GetDatabaseIndexId_0=function(){return(iS=b._emscripten_bind_MdDbBlockTable_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbBlockTable_GetDatabaseIndexId_0).apply(null,arguments)},jS=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=function(){return(jS=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockTable_GetOwnerID_0).apply(null,arguments)},kS=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=function(){return(kS=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=
  918. b.asm.emscripten_bind_MdDbBlockTable_moveGripPointsAt_4).apply(null,arguments)},lS=b._emscripten_bind_MdDbBlockTable_getGripPoints_0=function(){return(lS=b._emscripten_bind_MdDbBlockTable_getGripPoints_0=b.asm.emscripten_bind_MdDbBlockTable_getGripPoints_0).apply(null,arguments)},mS=b._emscripten_bind_MdDbBlockTable_getObjectName_0=function(){return(mS=b._emscripten_bind_MdDbBlockTable_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTable_getObjectName_0).apply(null,arguments)},nS=b._emscripten_bind_MdDbBlockTable_getDxf0_0=
  919. function(){return(nS=b._emscripten_bind_MdDbBlockTable_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTable_getDxf0_0).apply(null,arguments)},oS=b._emscripten_bind_MdDbBlockTable_getCustomEntityTypeName_0=function(){return(oS=b._emscripten_bind_MdDbBlockTable_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbBlockTable_getCustomEntityTypeName_0).apply(null,arguments)},pS=b._emscripten_bind_MdDbBlockTable_getCustomEntityid_0=function(){return(pS=b._emscripten_bind_MdDbBlockTable_getCustomEntityid_0=b.asm.emscripten_bind_MdDbBlockTable_getCustomEntityid_0).apply(null,
  920. arguments)},qS=b._emscripten_bind_MdDbBlockTable_getCustomEntityTempid_0=function(){return(qS=b._emscripten_bind_MdDbBlockTable_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbBlockTable_getCustomEntityTempid_0).apply(null,arguments)},rS=b._emscripten_bind_MdDbBlockTable_setCustomEntityTempid_1=function(){return(rS=b._emscripten_bind_MdDbBlockTable_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbBlockTable_setCustomEntityTempid_1).apply(null,arguments)},sS=b._emscripten_bind_MdDbBlockTable_getJson_0=
  921. function(){return(sS=b._emscripten_bind_MdDbBlockTable_getJson_0=b.asm.emscripten_bind_MdDbBlockTable_getJson_0).apply(null,arguments)},tS=b._emscripten_bind_MdDbBlockTable_setJson_1=function(){return(tS=b._emscripten_bind_MdDbBlockTable_setJson_1=b.asm.emscripten_bind_MdDbBlockTable_setJson_1).apply(null,arguments)},uS=b._emscripten_bind_MdDbBlockTable_isKindOf_1=function(){return(uS=b._emscripten_bind_MdDbBlockTable_isKindOf_1=b.asm.emscripten_bind_MdDbBlockTable_isKindOf_1).apply(null,arguments)},
  922. vS=b._emscripten_bind_MdDbBlockTable_isNull_0=function(){return(vS=b._emscripten_bind_MdDbBlockTable_isNull_0=b.asm.emscripten_bind_MdDbBlockTable_isNull_0).apply(null,arguments)},wS=b._emscripten_bind_MdDbBlockTable___destroy___0=function(){return(wS=b._emscripten_bind_MdDbBlockTable___destroy___0=b.asm.emscripten_bind_MdDbBlockTable___destroy___0).apply(null,arguments)},xS=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=function(){return(xS=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=b.asm.emscripten_bind_McDrawSelSet_McDrawSelSet_0).apply(null,
  923. arguments)},yS=b._emscripten_bind_McDrawSelSet_allSelect_1=function(){return(yS=b._emscripten_bind_McDrawSelSet_allSelect_1=b.asm.emscripten_bind_McDrawSelSet_allSelect_1).apply(null,arguments)},zS=b._emscripten_bind_McDrawSelSet_pointSelect_4=function(){return(zS=b._emscripten_bind_McDrawSelSet_pointSelect_4=b.asm.emscripten_bind_McDrawSelSet_pointSelect_4).apply(null,arguments)},AS=b._emscripten_bind_McDrawSelSet_crossingSelect_5=function(){return(AS=b._emscripten_bind_McDrawSelSet_crossingSelect_5=
  924. b.asm.emscripten_bind_McDrawSelSet_crossingSelect_5).apply(null,arguments)},BS=b._emscripten_bind_McDrawSelSet_userSelect_6=function(){return(BS=b._emscripten_bind_McDrawSelSet_userSelect_6=b.asm.emscripten_bind_McDrawSelSet_userSelect_6).apply(null,arguments)},CS=b._emscripten_bind_McDrawSelSet_userPointSelect_4=function(){return(CS=b._emscripten_bind_McDrawSelSet_userPointSelect_4=b.asm.emscripten_bind_McDrawSelSet_userPointSelect_4).apply(null,arguments)},DS=b._emscripten_bind_McDrawSelSet_getFilterEntity_2=
  925. function(){return(DS=b._emscripten_bind_McDrawSelSet_getFilterEntity_2=b.asm.emscripten_bind_McDrawSelSet_getFilterEntity_2).apply(null,arguments)},ES=b._emscripten_bind_McDrawSelSet_highlightEntity_1=function(){return(ES=b._emscripten_bind_McDrawSelSet_highlightEntity_1=b.asm.emscripten_bind_McDrawSelSet_highlightEntity_1).apply(null,arguments)},FS=b._emscripten_bind_McDrawSelSet_count_0=function(){return(FS=b._emscripten_bind_McDrawSelSet_count_0=b.asm.emscripten_bind_McDrawSelSet_count_0).apply(null,
  926. arguments)},GS=b._emscripten_bind_McDrawSelSet_item_1=function(){return(GS=b._emscripten_bind_McDrawSelSet_item_1=b.asm.emscripten_bind_McDrawSelSet_item_1).apply(null,arguments)},HS=b._emscripten_bind_McDrawSelSet_getObjectName_0=function(){return(HS=b._emscripten_bind_McDrawSelSet_getObjectName_0=b.asm.emscripten_bind_McDrawSelSet_getObjectName_0).apply(null,arguments)},IS=b._emscripten_bind_McDrawSelSet_getDxf0_0=function(){return(IS=b._emscripten_bind_McDrawSelSet_getDxf0_0=b.asm.emscripten_bind_McDrawSelSet_getDxf0_0).apply(null,
  927. arguments)},JS=b._emscripten_bind_McDrawSelSet_getCustomEntityTypeName_0=function(){return(JS=b._emscripten_bind_McDrawSelSet_getCustomEntityTypeName_0=b.asm.emscripten_bind_McDrawSelSet_getCustomEntityTypeName_0).apply(null,arguments)},KS=b._emscripten_bind_McDrawSelSet_getCustomEntityid_0=function(){return(KS=b._emscripten_bind_McDrawSelSet_getCustomEntityid_0=b.asm.emscripten_bind_McDrawSelSet_getCustomEntityid_0).apply(null,arguments)},LS=b._emscripten_bind_McDrawSelSet_getCustomEntityTempid_0=
  928. function(){return(LS=b._emscripten_bind_McDrawSelSet_getCustomEntityTempid_0=b.asm.emscripten_bind_McDrawSelSet_getCustomEntityTempid_0).apply(null,arguments)},MS=b._emscripten_bind_McDrawSelSet_setCustomEntityTempid_1=function(){return(MS=b._emscripten_bind_McDrawSelSet_setCustomEntityTempid_1=b.asm.emscripten_bind_McDrawSelSet_setCustomEntityTempid_1).apply(null,arguments)},NS=b._emscripten_bind_McDrawSelSet_getJson_0=function(){return(NS=b._emscripten_bind_McDrawSelSet_getJson_0=b.asm.emscripten_bind_McDrawSelSet_getJson_0).apply(null,
  929. arguments)},OS=b._emscripten_bind_McDrawSelSet_setJson_1=function(){return(OS=b._emscripten_bind_McDrawSelSet_setJson_1=b.asm.emscripten_bind_McDrawSelSet_setJson_1).apply(null,arguments)},PS=b._emscripten_bind_McDrawSelSet_isKindOf_1=function(){return(PS=b._emscripten_bind_McDrawSelSet_isKindOf_1=b.asm.emscripten_bind_McDrawSelSet_isKindOf_1).apply(null,arguments)},QS=b._emscripten_bind_McDrawSelSet_isNull_0=function(){return(QS=b._emscripten_bind_McDrawSelSet_isNull_0=b.asm.emscripten_bind_McDrawSelSet_isNull_0).apply(null,
  930. arguments)},RS=b._emscripten_bind_McDrawSelSet___destroy___0=function(){return(RS=b._emscripten_bind_McDrawSelSet___destroy___0=b.asm.emscripten_bind_McDrawSelSet___destroy___0).apply(null,arguments)},SS=b._emscripten_bind_MdDbEllipse_MdDbEllipse_0=function(){return(SS=b._emscripten_bind_MdDbEllipse_MdDbEllipse_0=b.asm.emscripten_bind_MdDbEllipse_MdDbEllipse_0).apply(null,arguments)},TS=b._emscripten_bind_MdDbEllipse_center_0=function(){return(TS=b._emscripten_bind_MdDbEllipse_center_0=b.asm.emscripten_bind_MdDbEllipse_center_0).apply(null,
  931. arguments)},US=b._emscripten_bind_MdDbEllipse_setCenter_1=function(){return(US=b._emscripten_bind_MdDbEllipse_setCenter_1=b.asm.emscripten_bind_MdDbEllipse_setCenter_1).apply(null,arguments)},VS=b._emscripten_bind_MdDbEllipse_majorAxis_0=function(){return(VS=b._emscripten_bind_MdDbEllipse_majorAxis_0=b.asm.emscripten_bind_MdDbEllipse_majorAxis_0).apply(null,arguments)},WS=b._emscripten_bind_MdDbEllipse_minorAxis_0=function(){return(WS=b._emscripten_bind_MdDbEllipse_minorAxis_0=b.asm.emscripten_bind_MdDbEllipse_minorAxis_0).apply(null,
  932. arguments)},XS=b._emscripten_bind_MdDbEllipse_setMajorAxis_1=function(){return(XS=b._emscripten_bind_MdDbEllipse_setMajorAxis_1=b.asm.emscripten_bind_MdDbEllipse_setMajorAxis_1).apply(null,arguments)},YS=b._emscripten_bind_MdDbEllipse_setMinorAxis_1=function(){return(YS=b._emscripten_bind_MdDbEllipse_setMinorAxis_1=b.asm.emscripten_bind_MdDbEllipse_setMinorAxis_1).apply(null,arguments)},ZS=b._emscripten_bind_MdDbEllipse_radiusRatio_0=function(){return(ZS=b._emscripten_bind_MdDbEllipse_radiusRatio_0=
  933. b.asm.emscripten_bind_MdDbEllipse_radiusRatio_0).apply(null,arguments)},$S=b._emscripten_bind_MdDbEllipse_setRadiusRatio_1=function(){return($S=b._emscripten_bind_MdDbEllipse_setRadiusRatio_1=b.asm.emscripten_bind_MdDbEllipse_setRadiusRatio_1).apply(null,arguments)},aT=b._emscripten_bind_MdDbEllipse_startAngle_0=function(){return(aT=b._emscripten_bind_MdDbEllipse_startAngle_0=b.asm.emscripten_bind_MdDbEllipse_startAngle_0).apply(null,arguments)},bT=b._emscripten_bind_MdDbEllipse_setStartAngle_1=function(){return(bT=
  934. b._emscripten_bind_MdDbEllipse_setStartAngle_1=b.asm.emscripten_bind_MdDbEllipse_setStartAngle_1).apply(null,arguments)},cT=b._emscripten_bind_MdDbEllipse_endAngle_0=function(){return(cT=b._emscripten_bind_MdDbEllipse_endAngle_0=b.asm.emscripten_bind_MdDbEllipse_endAngle_0).apply(null,arguments)},dT=b._emscripten_bind_MdDbEllipse_setEndAngle_1=function(){return(dT=b._emscripten_bind_MdDbEllipse_setEndAngle_1=b.asm.emscripten_bind_MdDbEllipse_setEndAngle_1).apply(null,arguments)},eT=b._emscripten_bind_MdDbEllipse_InitData_5=
  935. function(){return(eT=b._emscripten_bind_MdDbEllipse_InitData_5=b.asm.emscripten_bind_MdDbEllipse_InitData_5).apply(null,arguments)},fT=b._emscripten_bind_MdDbEllipse_getStartParam_0=function(){return(fT=b._emscripten_bind_MdDbEllipse_getStartParam_0=b.asm.emscripten_bind_MdDbEllipse_getStartParam_0).apply(null,arguments)},gT=b._emscripten_bind_MdDbEllipse_getEndParam_0=function(){return(gT=b._emscripten_bind_MdDbEllipse_getEndParam_0=b.asm.emscripten_bind_MdDbEllipse_getEndParam_0).apply(null,arguments)},
  936. hT=b._emscripten_bind_MdDbEllipse_getDistAtParam_1=function(){return(hT=b._emscripten_bind_MdDbEllipse_getDistAtParam_1=b.asm.emscripten_bind_MdDbEllipse_getDistAtParam_1).apply(null,arguments)},iT=b._emscripten_bind_MdDbEllipse_getParamAtDist_1=function(){return(iT=b._emscripten_bind_MdDbEllipse_getParamAtDist_1=b.asm.emscripten_bind_MdDbEllipse_getParamAtDist_1).apply(null,arguments)},jT=b._emscripten_bind_MdDbEllipse_getDistAtPoint_1=function(){return(jT=b._emscripten_bind_MdDbEllipse_getDistAtPoint_1=
  937. b.asm.emscripten_bind_MdDbEllipse_getDistAtPoint_1).apply(null,arguments)},kT=b._emscripten_bind_MdDbEllipse_getPointAtDist_1=function(){return(kT=b._emscripten_bind_MdDbEllipse_getPointAtDist_1=b.asm.emscripten_bind_MdDbEllipse_getPointAtDist_1).apply(null,arguments)},lT=b._emscripten_bind_MdDbEllipse_getStartPoint_0=function(){return(lT=b._emscripten_bind_MdDbEllipse_getStartPoint_0=b.asm.emscripten_bind_MdDbEllipse_getStartPoint_0).apply(null,arguments)},mT=b._emscripten_bind_MdDbEllipse_getEndPoint_0=
  938. function(){return(mT=b._emscripten_bind_MdDbEllipse_getEndPoint_0=b.asm.emscripten_bind_MdDbEllipse_getEndPoint_0).apply(null,arguments)},nT=b._emscripten_bind_MdDbEllipse_getPointAtParam_1=function(){return(nT=b._emscripten_bind_MdDbEllipse_getPointAtParam_1=b.asm.emscripten_bind_MdDbEllipse_getPointAtParam_1).apply(null,arguments)},oT=b._emscripten_bind_MdDbEllipse_getParamAtPoint_1=function(){return(oT=b._emscripten_bind_MdDbEllipse_getParamAtPoint_1=b.asm.emscripten_bind_MdDbEllipse_getParamAtPoint_1).apply(null,
  939. arguments)},pT=b._emscripten_bind_MdDbEllipse_getFirstDeriv_1=function(){return(pT=b._emscripten_bind_MdDbEllipse_getFirstDeriv_1=b.asm.emscripten_bind_MdDbEllipse_getFirstDeriv_1).apply(null,arguments)},qT=b._emscripten_bind_MdDbEllipse_getFirstDerivEx_1=function(){return(qT=b._emscripten_bind_MdDbEllipse_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbEllipse_getFirstDerivEx_1).apply(null,arguments)},rT=b._emscripten_bind_MdDbEllipse_getClosestPointTo_2=function(){return(rT=b._emscripten_bind_MdDbEllipse_getClosestPointTo_2=
  940. b.asm.emscripten_bind_MdDbEllipse_getClosestPointTo_2).apply(null,arguments)},sT=b._emscripten_bind_MdDbEllipse_offsetCurves_2=function(){return(sT=b._emscripten_bind_MdDbEllipse_offsetCurves_2=b.asm.emscripten_bind_MdDbEllipse_offsetCurves_2).apply(null,arguments)},tT=b._emscripten_bind_MdDbEllipse_splitCurves_1=function(){return(tT=b._emscripten_bind_MdDbEllipse_splitCurves_1=b.asm.emscripten_bind_MdDbEllipse_splitCurves_1).apply(null,arguments)},uT=b._emscripten_bind_MdDbEllipse_getSamplePoints_1=
  941. function(){return(uT=b._emscripten_bind_MdDbEllipse_getSamplePoints_1=b.asm.emscripten_bind_MdDbEllipse_getSamplePoints_1).apply(null,arguments)},vT=b._emscripten_bind_MdDbEllipse_getLength_0=function(){return(vT=b._emscripten_bind_MdDbEllipse_getLength_0=b.asm.emscripten_bind_MdDbEllipse_getLength_0).apply(null,arguments)},wT=b._emscripten_bind_MdDbEllipse_explode_0=function(){return(wT=b._emscripten_bind_MdDbEllipse_explode_0=b.asm.emscripten_bind_MdDbEllipse_explode_0).apply(null,arguments)},xT=
  942. b._emscripten_bind_MdDbEllipse_TrueColor_0=function(){return(xT=b._emscripten_bind_MdDbEllipse_TrueColor_0=b.asm.emscripten_bind_MdDbEllipse_TrueColor_0).apply(null,arguments)},yT=b._emscripten_bind_MdDbEllipse_SetTrueColor_1=function(){return(yT=b._emscripten_bind_MdDbEllipse_SetTrueColor_1=b.asm.emscripten_bind_MdDbEllipse_SetTrueColor_1).apply(null,arguments)},zT=b._emscripten_bind_MdDbEllipse_ColorIndex_0=function(){return(zT=b._emscripten_bind_MdDbEllipse_ColorIndex_0=b.asm.emscripten_bind_MdDbEllipse_ColorIndex_0).apply(null,
  943. arguments)},AT=b._emscripten_bind_MdDbEllipse_SetColorIndex_1=function(){return(AT=b._emscripten_bind_MdDbEllipse_SetColorIndex_1=b.asm.emscripten_bind_MdDbEllipse_SetColorIndex_1).apply(null,arguments)},BT=b._emscripten_bind_MdDbEllipse_Layer_0=function(){return(BT=b._emscripten_bind_MdDbEllipse_Layer_0=b.asm.emscripten_bind_MdDbEllipse_Layer_0).apply(null,arguments)},CT=b._emscripten_bind_MdDbEllipse_SetLayer_1=function(){return(CT=b._emscripten_bind_MdDbEllipse_SetLayer_1=b.asm.emscripten_bind_MdDbEllipse_SetLayer_1).apply(null,
  944. arguments)},DT=b._emscripten_bind_MdDbEllipse_LinetypeScale_0=function(){return(DT=b._emscripten_bind_MdDbEllipse_LinetypeScale_0=b.asm.emscripten_bind_MdDbEllipse_LinetypeScale_0).apply(null,arguments)},ET=b._emscripten_bind_MdDbEllipse_SetLinetypeScale_1=function(){return(ET=b._emscripten_bind_MdDbEllipse_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbEllipse_SetLinetypeScale_1).apply(null,arguments)},FT=b._emscripten_bind_MdDbEllipse_Visible_0=function(){return(FT=b._emscripten_bind_MdDbEllipse_Visible_0=
  945. b.asm.emscripten_bind_MdDbEllipse_Visible_0).apply(null,arguments)},GT=b._emscripten_bind_MdDbEllipse_SetVisible_1=function(){return(GT=b._emscripten_bind_MdDbEllipse_SetVisible_1=b.asm.emscripten_bind_MdDbEllipse_SetVisible_1).apply(null,arguments)},HT=b._emscripten_bind_MdDbEllipse_Lineweight_0=function(){return(HT=b._emscripten_bind_MdDbEllipse_Lineweight_0=b.asm.emscripten_bind_MdDbEllipse_Lineweight_0).apply(null,arguments)},IT=b._emscripten_bind_MdDbEllipse_SetLineweight_1=function(){return(IT=
  946. b._emscripten_bind_MdDbEllipse_SetLineweight_1=b.asm.emscripten_bind_MdDbEllipse_SetLineweight_1).apply(null,arguments)},JT=b._emscripten_bind_MdDbEllipse_TextStyle_0=function(){return(JT=b._emscripten_bind_MdDbEllipse_TextStyle_0=b.asm.emscripten_bind_MdDbEllipse_TextStyle_0).apply(null,arguments)},KT=b._emscripten_bind_MdDbEllipse_SetTextStyle_1=function(){return(KT=b._emscripten_bind_MdDbEllipse_SetTextStyle_1=b.asm.emscripten_bind_MdDbEllipse_SetTextStyle_1).apply(null,arguments)},LT=b._emscripten_bind_MdDbEllipse_Highlight_1=
  947. function(){return(LT=b._emscripten_bind_MdDbEllipse_Highlight_1=b.asm.emscripten_bind_MdDbEllipse_Highlight_1).apply(null,arguments)},MT=b._emscripten_bind_MdDbEllipse_Move_2=function(){return(MT=b._emscripten_bind_MdDbEllipse_Move_2=b.asm.emscripten_bind_MdDbEllipse_Move_2).apply(null,arguments)},NT=b._emscripten_bind_MdDbEllipse_Rotate_2=function(){return(NT=b._emscripten_bind_MdDbEllipse_Rotate_2=b.asm.emscripten_bind_MdDbEllipse_Rotate_2).apply(null,arguments)},OT=b._emscripten_bind_MdDbEllipse_Mirror_2=
  948. function(){return(OT=b._emscripten_bind_MdDbEllipse_Mirror_2=b.asm.emscripten_bind_MdDbEllipse_Mirror_2).apply(null,arguments)},PT=b._emscripten_bind_MdDbEllipse_ScaleEntity_2=function(){return(PT=b._emscripten_bind_MdDbEllipse_ScaleEntity_2=b.asm.emscripten_bind_MdDbEllipse_ScaleEntity_2).apply(null,arguments)},QT=b._emscripten_bind_MdDbEllipse_TransformBy_1=function(){return(QT=b._emscripten_bind_MdDbEllipse_TransformBy_1=b.asm.emscripten_bind_MdDbEllipse_TransformBy_1).apply(null,arguments)},RT=
  949. b._emscripten_bind_MdDbEllipse_GetBoundingBox_0=function(){return(RT=b._emscripten_bind_MdDbEllipse_GetBoundingBox_0=b.asm.emscripten_bind_MdDbEllipse_GetBoundingBox_0).apply(null,arguments)},ST=b._emscripten_bind_MdDbEllipse_GetXData_1=function(){return(ST=b._emscripten_bind_MdDbEllipse_GetXData_1=b.asm.emscripten_bind_MdDbEllipse_GetXData_1).apply(null,arguments)},TT=b._emscripten_bind_MdDbEllipse_SetXData_1=function(){return(TT=b._emscripten_bind_MdDbEllipse_SetXData_1=b.asm.emscripten_bind_MdDbEllipse_SetXData_1).apply(null,
  950. arguments)},UT=b._emscripten_bind_MdDbEllipse_GetxDataString_2=function(){return(UT=b._emscripten_bind_MdDbEllipse_GetxDataString_2=b.asm.emscripten_bind_MdDbEllipse_GetxDataString_2).apply(null,arguments)},VT=b._emscripten_bind_MdDbEllipse_SetxDataString_3=function(){return(VT=b._emscripten_bind_MdDbEllipse_SetxDataString_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataString_3).apply(null,arguments)},WT=b._emscripten_bind_MdDbEllipse_GetxDataDouble_2=function(){return(WT=b._emscripten_bind_MdDbEllipse_GetxDataDouble_2=
  951. b.asm.emscripten_bind_MdDbEllipse_GetxDataDouble_2).apply(null,arguments)},XT=b._emscripten_bind_MdDbEllipse_SetxDataDouble_3=function(){return(XT=b._emscripten_bind_MdDbEllipse_SetxDataDouble_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataDouble_3).apply(null,arguments)},YT=b._emscripten_bind_MdDbEllipse_GetxDataLong_2=function(){return(YT=b._emscripten_bind_MdDbEllipse_GetxDataLong_2=b.asm.emscripten_bind_MdDbEllipse_GetxDataLong_2).apply(null,arguments)},ZT=b._emscripten_bind_MdDbEllipse_SetxDataLong_3=
  952. function(){return(ZT=b._emscripten_bind_MdDbEllipse_SetxDataLong_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataLong_3).apply(null,arguments)},$T=b._emscripten_bind_MdDbEllipse_GetxDataPoint_2=function(){return($T=b._emscripten_bind_MdDbEllipse_GetxDataPoint_2=b.asm.emscripten_bind_MdDbEllipse_GetxDataPoint_2).apply(null,arguments)},aU=b._emscripten_bind_MdDbEllipse_SetxDataPoint_3=function(){return(aU=b._emscripten_bind_MdDbEllipse_SetxDataPoint_3=b.asm.emscripten_bind_MdDbEllipse_SetxDataPoint_3).apply(null,
  953. arguments)},bU=b._emscripten_bind_MdDbEllipse_DeleteXData_1=function(){return(bU=b._emscripten_bind_MdDbEllipse_DeleteXData_1=b.asm.emscripten_bind_MdDbEllipse_DeleteXData_1).apply(null,arguments)},cU=b._emscripten_bind_MdDbEllipse_GetAllAppName_0=function(){return(cU=b._emscripten_bind_MdDbEllipse_GetAllAppName_0=b.asm.emscripten_bind_MdDbEllipse_GetAllAppName_0).apply(null,arguments)},dU=b._emscripten_bind_MdDbEllipse_LayerId_0=function(){return(dU=b._emscripten_bind_MdDbEllipse_LayerId_0=b.asm.emscripten_bind_MdDbEllipse_LayerId_0).apply(null,
  954. arguments)},eU=b._emscripten_bind_MdDbEllipse_SetLayerId_1=function(){return(eU=b._emscripten_bind_MdDbEllipse_SetLayerId_1=b.asm.emscripten_bind_MdDbEllipse_SetLayerId_1).apply(null,arguments)},fU=b._emscripten_bind_MdDbEllipse_LinetypeId_0=function(){return(fU=b._emscripten_bind_MdDbEllipse_LinetypeId_0=b.asm.emscripten_bind_MdDbEllipse_LinetypeId_0).apply(null,arguments)},gU=b._emscripten_bind_MdDbEllipse_SetLinetypeId_1=function(){return(gU=b._emscripten_bind_MdDbEllipse_SetLinetypeId_1=b.asm.emscripten_bind_MdDbEllipse_SetLinetypeId_1).apply(null,
  955. arguments)},hU=b._emscripten_bind_MdDbEllipse_Linetype_0=function(){return(hU=b._emscripten_bind_MdDbEllipse_Linetype_0=b.asm.emscripten_bind_MdDbEllipse_Linetype_0).apply(null,arguments)},iU=b._emscripten_bind_MdDbEllipse_SetLinetype_1=function(){return(iU=b._emscripten_bind_MdDbEllipse_SetLinetype_1=b.asm.emscripten_bind_MdDbEllipse_SetLinetype_1).apply(null,arguments)},jU=b._emscripten_bind_MdDbEllipse_TextStyleId_0=function(){return(jU=b._emscripten_bind_MdDbEllipse_TextStyleId_0=b.asm.emscripten_bind_MdDbEllipse_TextStyleId_0).apply(null,
  956. arguments)},kU=b._emscripten_bind_MdDbEllipse_SetTextStyleId_1=function(){return(kU=b._emscripten_bind_MdDbEllipse_SetTextStyleId_1=b.asm.emscripten_bind_MdDbEllipse_SetTextStyleId_1).apply(null,arguments)},lU=b._emscripten_bind_MdDbEllipse_IntersectWith_2=function(){return(lU=b._emscripten_bind_MdDbEllipse_IntersectWith_2=b.asm.emscripten_bind_MdDbEllipse_IntersectWith_2).apply(null,arguments)},mU=b._emscripten_bind_MdDbEllipse_getArea_0=function(){return(mU=b._emscripten_bind_MdDbEllipse_getArea_0=
  957. b.asm.emscripten_bind_MdDbEllipse_getArea_0).apply(null,arguments)},nU=b._emscripten_bind_MdDbEllipse_disableUpdateDisplay_1=function(){return(nU=b._emscripten_bind_MdDbEllipse_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbEllipse_disableUpdateDisplay_1).apply(null,arguments)},oU=b._emscripten_bind_MdDbEllipse_isPropertiesWindowCustom_0=function(){return(oU=b._emscripten_bind_MdDbEllipse_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbEllipse_isPropertiesWindowCustom_0).apply(null,arguments)},
  958. pU=b._emscripten_bind_MdDbEllipse_setPropertiesWindowCustom_1=function(){return(pU=b._emscripten_bind_MdDbEllipse_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbEllipse_setPropertiesWindowCustom_1).apply(null,arguments)},qU=b._emscripten_bind_MdDbEllipse_updateDisplay_0=function(){return(qU=b._emscripten_bind_MdDbEllipse_updateDisplay_0=b.asm.emscripten_bind_MdDbEllipse_updateDisplay_0).apply(null,arguments)},rU=b._emscripten_bind_MdDbEllipse_DrawOrder_0=function(){return(rU=b._emscripten_bind_MdDbEllipse_DrawOrder_0=
  959. b.asm.emscripten_bind_MdDbEllipse_DrawOrder_0).apply(null,arguments)},sU=b._emscripten_bind_MdDbEllipse_SetDrawOrder_1=function(){return(sU=b._emscripten_bind_MdDbEllipse_SetDrawOrder_1=b.asm.emscripten_bind_MdDbEllipse_SetDrawOrder_1).apply(null,arguments)},tU=b._emscripten_bind_MdDbEllipse_GetObjectID_0=function(){return(tU=b._emscripten_bind_MdDbEllipse_GetObjectID_0=b.asm.emscripten_bind_MdDbEllipse_GetObjectID_0).apply(null,arguments)},uU=b._emscripten_bind_MdDbEllipse_Erase_0=function(){return(uU=
  960. b._emscripten_bind_MdDbEllipse_Erase_0=b.asm.emscripten_bind_MdDbEllipse_Erase_0).apply(null,arguments)},vU=b._emscripten_bind_MdDbEllipse_isErased_0=function(){return(vU=b._emscripten_bind_MdDbEllipse_isErased_0=b.asm.emscripten_bind_MdDbEllipse_isErased_0).apply(null,arguments)},wU=b._emscripten_bind_MdDbEllipse_unErase_0=function(){return(wU=b._emscripten_bind_MdDbEllipse_unErase_0=b.asm.emscripten_bind_MdDbEllipse_unErase_0).apply(null,arguments)},xU=b._emscripten_bind_MdDbEllipse_ConnectionTempObject_1=
  961. function(){return(xU=b._emscripten_bind_MdDbEllipse_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbEllipse_ConnectionTempObject_1).apply(null,arguments)},yU=b._emscripten_bind_MdDbEllipse_GetExtensionDictionary_0=function(){return(yU=b._emscripten_bind_MdDbEllipse_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbEllipse_GetExtensionDictionary_0).apply(null,arguments)},zU=b._emscripten_bind_MdDbEllipse_CreateExtensionDictionary_0=function(){return(zU=b._emscripten_bind_MdDbEllipse_CreateExtensionDictionary_0=
  962. b.asm.emscripten_bind_MdDbEllipse_CreateExtensionDictionary_0).apply(null,arguments)},AU=b._emscripten_bind_MdDbEllipse_IsHaveExtensionDictionary_0=function(){return(AU=b._emscripten_bind_MdDbEllipse_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbEllipse_IsHaveExtensionDictionary_0).apply(null,arguments)},BU=b._emscripten_bind_MdDbEllipse_Clone_0=function(){return(BU=b._emscripten_bind_MdDbEllipse_Clone_0=b.asm.emscripten_bind_MdDbEllipse_Clone_0).apply(null,arguments)},CU=b._emscripten_bind_MdDbEllipse_GetHandle_0=
  963. function(){return(CU=b._emscripten_bind_MdDbEllipse_GetHandle_0=b.asm.emscripten_bind_MdDbEllipse_GetHandle_0).apply(null,arguments)},DU=b._emscripten_bind_MdDbEllipse_GetDatabase_0=function(){return(DU=b._emscripten_bind_MdDbEllipse_GetDatabase_0=b.asm.emscripten_bind_MdDbEllipse_GetDatabase_0).apply(null,arguments)},EU=b._emscripten_bind_MdDbEllipse_GetDatabaseIndexId_0=function(){return(EU=b._emscripten_bind_MdDbEllipse_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbEllipse_GetDatabaseIndexId_0).apply(null,
  964. arguments)},FU=b._emscripten_bind_MdDbEllipse_GetOwnerID_0=function(){return(FU=b._emscripten_bind_MdDbEllipse_GetOwnerID_0=b.asm.emscripten_bind_MdDbEllipse_GetOwnerID_0).apply(null,arguments)},GU=b._emscripten_bind_MdDbEllipse_moveGripPointsAt_4=function(){return(GU=b._emscripten_bind_MdDbEllipse_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbEllipse_moveGripPointsAt_4).apply(null,arguments)},HU=b._emscripten_bind_MdDbEllipse_getGripPoints_0=function(){return(HU=b._emscripten_bind_MdDbEllipse_getGripPoints_0=
  965. b.asm.emscripten_bind_MdDbEllipse_getGripPoints_0).apply(null,arguments)},IU=b._emscripten_bind_MdDbEllipse_getObjectName_0=function(){return(IU=b._emscripten_bind_MdDbEllipse_getObjectName_0=b.asm.emscripten_bind_MdDbEllipse_getObjectName_0).apply(null,arguments)},JU=b._emscripten_bind_MdDbEllipse_getDxf0_0=function(){return(JU=b._emscripten_bind_MdDbEllipse_getDxf0_0=b.asm.emscripten_bind_MdDbEllipse_getDxf0_0).apply(null,arguments)},KU=b._emscripten_bind_MdDbEllipse_getCustomEntityTypeName_0=function(){return(KU=
  966. b._emscripten_bind_MdDbEllipse_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbEllipse_getCustomEntityTypeName_0).apply(null,arguments)},LU=b._emscripten_bind_MdDbEllipse_getCustomEntityid_0=function(){return(LU=b._emscripten_bind_MdDbEllipse_getCustomEntityid_0=b.asm.emscripten_bind_MdDbEllipse_getCustomEntityid_0).apply(null,arguments)},MU=b._emscripten_bind_MdDbEllipse_getCustomEntityTempid_0=function(){return(MU=b._emscripten_bind_MdDbEllipse_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbEllipse_getCustomEntityTempid_0).apply(null,
  967. arguments)},NU=b._emscripten_bind_MdDbEllipse_setCustomEntityTempid_1=function(){return(NU=b._emscripten_bind_MdDbEllipse_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbEllipse_setCustomEntityTempid_1).apply(null,arguments)},OU=b._emscripten_bind_MdDbEllipse_getJson_0=function(){return(OU=b._emscripten_bind_MdDbEllipse_getJson_0=b.asm.emscripten_bind_MdDbEllipse_getJson_0).apply(null,arguments)},PU=b._emscripten_bind_MdDbEllipse_setJson_1=function(){return(PU=b._emscripten_bind_MdDbEllipse_setJson_1=
  968. b.asm.emscripten_bind_MdDbEllipse_setJson_1).apply(null,arguments)},QU=b._emscripten_bind_MdDbEllipse_isKindOf_1=function(){return(QU=b._emscripten_bind_MdDbEllipse_isKindOf_1=b.asm.emscripten_bind_MdDbEllipse_isKindOf_1).apply(null,arguments)},RU=b._emscripten_bind_MdDbEllipse_isNull_0=function(){return(RU=b._emscripten_bind_MdDbEllipse_isNull_0=b.asm.emscripten_bind_MdDbEllipse_isNull_0).apply(null,arguments)},SU=b._emscripten_bind_MdDbEllipse___destroy___0=function(){return(SU=b._emscripten_bind_MdDbEllipse___destroy___0=
  969. b.asm.emscripten_bind_MdDbEllipse___destroy___0).apply(null,arguments)},TU=b._emscripten_bind_MdDbPoint_MdDbPoint_0=function(){return(TU=b._emscripten_bind_MdDbPoint_MdDbPoint_0=b.asm.emscripten_bind_MdDbPoint_MdDbPoint_0).apply(null,arguments)},UU=b._emscripten_bind_MdDbPoint_position_0=function(){return(UU=b._emscripten_bind_MdDbPoint_position_0=b.asm.emscripten_bind_MdDbPoint_position_0).apply(null,arguments)},VU=b._emscripten_bind_MdDbPoint_setPosition_1=function(){return(VU=b._emscripten_bind_MdDbPoint_setPosition_1=
  970. b.asm.emscripten_bind_MdDbPoint_setPosition_1).apply(null,arguments)},WU=b._emscripten_bind_MdDbPoint_explode_0=function(){return(WU=b._emscripten_bind_MdDbPoint_explode_0=b.asm.emscripten_bind_MdDbPoint_explode_0).apply(null,arguments)},XU=b._emscripten_bind_MdDbPoint_TrueColor_0=function(){return(XU=b._emscripten_bind_MdDbPoint_TrueColor_0=b.asm.emscripten_bind_MdDbPoint_TrueColor_0).apply(null,arguments)},YU=b._emscripten_bind_MdDbPoint_SetTrueColor_1=function(){return(YU=b._emscripten_bind_MdDbPoint_SetTrueColor_1=
  971. b.asm.emscripten_bind_MdDbPoint_SetTrueColor_1).apply(null,arguments)},ZU=b._emscripten_bind_MdDbPoint_ColorIndex_0=function(){return(ZU=b._emscripten_bind_MdDbPoint_ColorIndex_0=b.asm.emscripten_bind_MdDbPoint_ColorIndex_0).apply(null,arguments)},$U=b._emscripten_bind_MdDbPoint_SetColorIndex_1=function(){return($U=b._emscripten_bind_MdDbPoint_SetColorIndex_1=b.asm.emscripten_bind_MdDbPoint_SetColorIndex_1).apply(null,arguments)},aV=b._emscripten_bind_MdDbPoint_Layer_0=function(){return(aV=b._emscripten_bind_MdDbPoint_Layer_0=
  972. b.asm.emscripten_bind_MdDbPoint_Layer_0).apply(null,arguments)},bV=b._emscripten_bind_MdDbPoint_SetLayer_1=function(){return(bV=b._emscripten_bind_MdDbPoint_SetLayer_1=b.asm.emscripten_bind_MdDbPoint_SetLayer_1).apply(null,arguments)},cV=b._emscripten_bind_MdDbPoint_LinetypeScale_0=function(){return(cV=b._emscripten_bind_MdDbPoint_LinetypeScale_0=b.asm.emscripten_bind_MdDbPoint_LinetypeScale_0).apply(null,arguments)},dV=b._emscripten_bind_MdDbPoint_SetLinetypeScale_1=function(){return(dV=b._emscripten_bind_MdDbPoint_SetLinetypeScale_1=
  973. b.asm.emscripten_bind_MdDbPoint_SetLinetypeScale_1).apply(null,arguments)},eV=b._emscripten_bind_MdDbPoint_Visible_0=function(){return(eV=b._emscripten_bind_MdDbPoint_Visible_0=b.asm.emscripten_bind_MdDbPoint_Visible_0).apply(null,arguments)},fV=b._emscripten_bind_MdDbPoint_SetVisible_1=function(){return(fV=b._emscripten_bind_MdDbPoint_SetVisible_1=b.asm.emscripten_bind_MdDbPoint_SetVisible_1).apply(null,arguments)},gV=b._emscripten_bind_MdDbPoint_Lineweight_0=function(){return(gV=b._emscripten_bind_MdDbPoint_Lineweight_0=
  974. b.asm.emscripten_bind_MdDbPoint_Lineweight_0).apply(null,arguments)},hV=b._emscripten_bind_MdDbPoint_SetLineweight_1=function(){return(hV=b._emscripten_bind_MdDbPoint_SetLineweight_1=b.asm.emscripten_bind_MdDbPoint_SetLineweight_1).apply(null,arguments)},iV=b._emscripten_bind_MdDbPoint_TextStyle_0=function(){return(iV=b._emscripten_bind_MdDbPoint_TextStyle_0=b.asm.emscripten_bind_MdDbPoint_TextStyle_0).apply(null,arguments)},jV=b._emscripten_bind_MdDbPoint_SetTextStyle_1=function(){return(jV=b._emscripten_bind_MdDbPoint_SetTextStyle_1=
  975. b.asm.emscripten_bind_MdDbPoint_SetTextStyle_1).apply(null,arguments)},kV=b._emscripten_bind_MdDbPoint_Highlight_1=function(){return(kV=b._emscripten_bind_MdDbPoint_Highlight_1=b.asm.emscripten_bind_MdDbPoint_Highlight_1).apply(null,arguments)},lV=b._emscripten_bind_MdDbPoint_Move_2=function(){return(lV=b._emscripten_bind_MdDbPoint_Move_2=b.asm.emscripten_bind_MdDbPoint_Move_2).apply(null,arguments)},mV=b._emscripten_bind_MdDbPoint_Rotate_2=function(){return(mV=b._emscripten_bind_MdDbPoint_Rotate_2=
  976. b.asm.emscripten_bind_MdDbPoint_Rotate_2).apply(null,arguments)},nV=b._emscripten_bind_MdDbPoint_Mirror_2=function(){return(nV=b._emscripten_bind_MdDbPoint_Mirror_2=b.asm.emscripten_bind_MdDbPoint_Mirror_2).apply(null,arguments)},oV=b._emscripten_bind_MdDbPoint_ScaleEntity_2=function(){return(oV=b._emscripten_bind_MdDbPoint_ScaleEntity_2=b.asm.emscripten_bind_MdDbPoint_ScaleEntity_2).apply(null,arguments)},pV=b._emscripten_bind_MdDbPoint_TransformBy_1=function(){return(pV=b._emscripten_bind_MdDbPoint_TransformBy_1=
  977. b.asm.emscripten_bind_MdDbPoint_TransformBy_1).apply(null,arguments)},qV=b._emscripten_bind_MdDbPoint_GetBoundingBox_0=function(){return(qV=b._emscripten_bind_MdDbPoint_GetBoundingBox_0=b.asm.emscripten_bind_MdDbPoint_GetBoundingBox_0).apply(null,arguments)},rV=b._emscripten_bind_MdDbPoint_GetXData_1=function(){return(rV=b._emscripten_bind_MdDbPoint_GetXData_1=b.asm.emscripten_bind_MdDbPoint_GetXData_1).apply(null,arguments)},sV=b._emscripten_bind_MdDbPoint_SetXData_1=function(){return(sV=b._emscripten_bind_MdDbPoint_SetXData_1=
  978. b.asm.emscripten_bind_MdDbPoint_SetXData_1).apply(null,arguments)},tV=b._emscripten_bind_MdDbPoint_GetxDataString_2=function(){return(tV=b._emscripten_bind_MdDbPoint_GetxDataString_2=b.asm.emscripten_bind_MdDbPoint_GetxDataString_2).apply(null,arguments)},uV=b._emscripten_bind_MdDbPoint_SetxDataString_3=function(){return(uV=b._emscripten_bind_MdDbPoint_SetxDataString_3=b.asm.emscripten_bind_MdDbPoint_SetxDataString_3).apply(null,arguments)},vV=b._emscripten_bind_MdDbPoint_GetxDataDouble_2=function(){return(vV=
  979. b._emscripten_bind_MdDbPoint_GetxDataDouble_2=b.asm.emscripten_bind_MdDbPoint_GetxDataDouble_2).apply(null,arguments)},wV=b._emscripten_bind_MdDbPoint_SetxDataDouble_3=function(){return(wV=b._emscripten_bind_MdDbPoint_SetxDataDouble_3=b.asm.emscripten_bind_MdDbPoint_SetxDataDouble_3).apply(null,arguments)},xV=b._emscripten_bind_MdDbPoint_GetxDataLong_2=function(){return(xV=b._emscripten_bind_MdDbPoint_GetxDataLong_2=b.asm.emscripten_bind_MdDbPoint_GetxDataLong_2).apply(null,arguments)},yV=b._emscripten_bind_MdDbPoint_SetxDataLong_3=
  980. function(){return(yV=b._emscripten_bind_MdDbPoint_SetxDataLong_3=b.asm.emscripten_bind_MdDbPoint_SetxDataLong_3).apply(null,arguments)},zV=b._emscripten_bind_MdDbPoint_GetxDataPoint_2=function(){return(zV=b._emscripten_bind_MdDbPoint_GetxDataPoint_2=b.asm.emscripten_bind_MdDbPoint_GetxDataPoint_2).apply(null,arguments)},AV=b._emscripten_bind_MdDbPoint_SetxDataPoint_3=function(){return(AV=b._emscripten_bind_MdDbPoint_SetxDataPoint_3=b.asm.emscripten_bind_MdDbPoint_SetxDataPoint_3).apply(null,arguments)},
  981. BV=b._emscripten_bind_MdDbPoint_DeleteXData_1=function(){return(BV=b._emscripten_bind_MdDbPoint_DeleteXData_1=b.asm.emscripten_bind_MdDbPoint_DeleteXData_1).apply(null,arguments)},CV=b._emscripten_bind_MdDbPoint_GetAllAppName_0=function(){return(CV=b._emscripten_bind_MdDbPoint_GetAllAppName_0=b.asm.emscripten_bind_MdDbPoint_GetAllAppName_0).apply(null,arguments)},DV=b._emscripten_bind_MdDbPoint_LayerId_0=function(){return(DV=b._emscripten_bind_MdDbPoint_LayerId_0=b.asm.emscripten_bind_MdDbPoint_LayerId_0).apply(null,
  982. arguments)},EV=b._emscripten_bind_MdDbPoint_SetLayerId_1=function(){return(EV=b._emscripten_bind_MdDbPoint_SetLayerId_1=b.asm.emscripten_bind_MdDbPoint_SetLayerId_1).apply(null,arguments)},FV=b._emscripten_bind_MdDbPoint_LinetypeId_0=function(){return(FV=b._emscripten_bind_MdDbPoint_LinetypeId_0=b.asm.emscripten_bind_MdDbPoint_LinetypeId_0).apply(null,arguments)},GV=b._emscripten_bind_MdDbPoint_SetLinetypeId_1=function(){return(GV=b._emscripten_bind_MdDbPoint_SetLinetypeId_1=b.asm.emscripten_bind_MdDbPoint_SetLinetypeId_1).apply(null,
  983. arguments)},HV=b._emscripten_bind_MdDbPoint_Linetype_0=function(){return(HV=b._emscripten_bind_MdDbPoint_Linetype_0=b.asm.emscripten_bind_MdDbPoint_Linetype_0).apply(null,arguments)},IV=b._emscripten_bind_MdDbPoint_SetLinetype_1=function(){return(IV=b._emscripten_bind_MdDbPoint_SetLinetype_1=b.asm.emscripten_bind_MdDbPoint_SetLinetype_1).apply(null,arguments)},JV=b._emscripten_bind_MdDbPoint_TextStyleId_0=function(){return(JV=b._emscripten_bind_MdDbPoint_TextStyleId_0=b.asm.emscripten_bind_MdDbPoint_TextStyleId_0).apply(null,
  984. arguments)},KV=b._emscripten_bind_MdDbPoint_SetTextStyleId_1=function(){return(KV=b._emscripten_bind_MdDbPoint_SetTextStyleId_1=b.asm.emscripten_bind_MdDbPoint_SetTextStyleId_1).apply(null,arguments)},LV=b._emscripten_bind_MdDbPoint_IntersectWith_2=function(){return(LV=b._emscripten_bind_MdDbPoint_IntersectWith_2=b.asm.emscripten_bind_MdDbPoint_IntersectWith_2).apply(null,arguments)},MV=b._emscripten_bind_MdDbPoint_getArea_0=function(){return(MV=b._emscripten_bind_MdDbPoint_getArea_0=b.asm.emscripten_bind_MdDbPoint_getArea_0).apply(null,
  985. arguments)},NV=b._emscripten_bind_MdDbPoint_disableUpdateDisplay_1=function(){return(NV=b._emscripten_bind_MdDbPoint_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbPoint_disableUpdateDisplay_1).apply(null,arguments)},OV=b._emscripten_bind_MdDbPoint_isPropertiesWindowCustom_0=function(){return(OV=b._emscripten_bind_MdDbPoint_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbPoint_isPropertiesWindowCustom_0).apply(null,arguments)},PV=b._emscripten_bind_MdDbPoint_setPropertiesWindowCustom_1=function(){return(PV=
  986. b._emscripten_bind_MdDbPoint_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbPoint_setPropertiesWindowCustom_1).apply(null,arguments)},QV=b._emscripten_bind_MdDbPoint_updateDisplay_0=function(){return(QV=b._emscripten_bind_MdDbPoint_updateDisplay_0=b.asm.emscripten_bind_MdDbPoint_updateDisplay_0).apply(null,arguments)},RV=b._emscripten_bind_MdDbPoint_DrawOrder_0=function(){return(RV=b._emscripten_bind_MdDbPoint_DrawOrder_0=b.asm.emscripten_bind_MdDbPoint_DrawOrder_0).apply(null,arguments)},
  987. SV=b._emscripten_bind_MdDbPoint_SetDrawOrder_1=function(){return(SV=b._emscripten_bind_MdDbPoint_SetDrawOrder_1=b.asm.emscripten_bind_MdDbPoint_SetDrawOrder_1).apply(null,arguments)},TV=b._emscripten_bind_MdDbPoint_GetObjectID_0=function(){return(TV=b._emscripten_bind_MdDbPoint_GetObjectID_0=b.asm.emscripten_bind_MdDbPoint_GetObjectID_0).apply(null,arguments)},UV=b._emscripten_bind_MdDbPoint_Erase_0=function(){return(UV=b._emscripten_bind_MdDbPoint_Erase_0=b.asm.emscripten_bind_MdDbPoint_Erase_0).apply(null,
  988. arguments)},VV=b._emscripten_bind_MdDbPoint_isErased_0=function(){return(VV=b._emscripten_bind_MdDbPoint_isErased_0=b.asm.emscripten_bind_MdDbPoint_isErased_0).apply(null,arguments)},WV=b._emscripten_bind_MdDbPoint_unErase_0=function(){return(WV=b._emscripten_bind_MdDbPoint_unErase_0=b.asm.emscripten_bind_MdDbPoint_unErase_0).apply(null,arguments)},XV=b._emscripten_bind_MdDbPoint_ConnectionTempObject_1=function(){return(XV=b._emscripten_bind_MdDbPoint_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbPoint_ConnectionTempObject_1).apply(null,
  989. arguments)},YV=b._emscripten_bind_MdDbPoint_GetExtensionDictionary_0=function(){return(YV=b._emscripten_bind_MdDbPoint_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbPoint_GetExtensionDictionary_0).apply(null,arguments)},ZV=b._emscripten_bind_MdDbPoint_CreateExtensionDictionary_0=function(){return(ZV=b._emscripten_bind_MdDbPoint_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbPoint_CreateExtensionDictionary_0).apply(null,arguments)},$V=b._emscripten_bind_MdDbPoint_IsHaveExtensionDictionary_0=
  990. function(){return($V=b._emscripten_bind_MdDbPoint_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbPoint_IsHaveExtensionDictionary_0).apply(null,arguments)},aW=b._emscripten_bind_MdDbPoint_Clone_0=function(){return(aW=b._emscripten_bind_MdDbPoint_Clone_0=b.asm.emscripten_bind_MdDbPoint_Clone_0).apply(null,arguments)},bW=b._emscripten_bind_MdDbPoint_GetHandle_0=function(){return(bW=b._emscripten_bind_MdDbPoint_GetHandle_0=b.asm.emscripten_bind_MdDbPoint_GetHandle_0).apply(null,arguments)},cW=
  991. b._emscripten_bind_MdDbPoint_GetDatabase_0=function(){return(cW=b._emscripten_bind_MdDbPoint_GetDatabase_0=b.asm.emscripten_bind_MdDbPoint_GetDatabase_0).apply(null,arguments)},dW=b._emscripten_bind_MdDbPoint_GetDatabaseIndexId_0=function(){return(dW=b._emscripten_bind_MdDbPoint_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbPoint_GetDatabaseIndexId_0).apply(null,arguments)},eW=b._emscripten_bind_MdDbPoint_GetOwnerID_0=function(){return(eW=b._emscripten_bind_MdDbPoint_GetOwnerID_0=b.asm.emscripten_bind_MdDbPoint_GetOwnerID_0).apply(null,
  992. arguments)},fW=b._emscripten_bind_MdDbPoint_moveGripPointsAt_4=function(){return(fW=b._emscripten_bind_MdDbPoint_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbPoint_moveGripPointsAt_4).apply(null,arguments)},gW=b._emscripten_bind_MdDbPoint_getGripPoints_0=function(){return(gW=b._emscripten_bind_MdDbPoint_getGripPoints_0=b.asm.emscripten_bind_MdDbPoint_getGripPoints_0).apply(null,arguments)},hW=b._emscripten_bind_MdDbPoint_getObjectName_0=function(){return(hW=b._emscripten_bind_MdDbPoint_getObjectName_0=
  993. b.asm.emscripten_bind_MdDbPoint_getObjectName_0).apply(null,arguments)},iW=b._emscripten_bind_MdDbPoint_getDxf0_0=function(){return(iW=b._emscripten_bind_MdDbPoint_getDxf0_0=b.asm.emscripten_bind_MdDbPoint_getDxf0_0).apply(null,arguments)},jW=b._emscripten_bind_MdDbPoint_getCustomEntityTypeName_0=function(){return(jW=b._emscripten_bind_MdDbPoint_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbPoint_getCustomEntityTypeName_0).apply(null,arguments)},kW=b._emscripten_bind_MdDbPoint_getCustomEntityid_0=
  994. function(){return(kW=b._emscripten_bind_MdDbPoint_getCustomEntityid_0=b.asm.emscripten_bind_MdDbPoint_getCustomEntityid_0).apply(null,arguments)},lW=b._emscripten_bind_MdDbPoint_getCustomEntityTempid_0=function(){return(lW=b._emscripten_bind_MdDbPoint_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbPoint_getCustomEntityTempid_0).apply(null,arguments)},mW=b._emscripten_bind_MdDbPoint_setCustomEntityTempid_1=function(){return(mW=b._emscripten_bind_MdDbPoint_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbPoint_setCustomEntityTempid_1).apply(null,
  995. arguments)},nW=b._emscripten_bind_MdDbPoint_getJson_0=function(){return(nW=b._emscripten_bind_MdDbPoint_getJson_0=b.asm.emscripten_bind_MdDbPoint_getJson_0).apply(null,arguments)},oW=b._emscripten_bind_MdDbPoint_setJson_1=function(){return(oW=b._emscripten_bind_MdDbPoint_setJson_1=b.asm.emscripten_bind_MdDbPoint_setJson_1).apply(null,arguments)},pW=b._emscripten_bind_MdDbPoint_isKindOf_1=function(){return(pW=b._emscripten_bind_MdDbPoint_isKindOf_1=b.asm.emscripten_bind_MdDbPoint_isKindOf_1).apply(null,
  996. arguments)},qW=b._emscripten_bind_MdDbPoint_isNull_0=function(){return(qW=b._emscripten_bind_MdDbPoint_isNull_0=b.asm.emscripten_bind_MdDbPoint_isNull_0).apply(null,arguments)},rW=b._emscripten_bind_MdDbPoint___destroy___0=function(){return(rW=b._emscripten_bind_MdDbPoint___destroy___0=b.asm.emscripten_bind_MdDbPoint___destroy___0).apply(null,arguments)},sW=b._emscripten_bind_MdDbHatch_MdDbHatch_0=function(){return(sW=b._emscripten_bind_MdDbHatch_MdDbHatch_0=b.asm.emscripten_bind_MdDbHatch_MdDbHatch_0).apply(null,
  997. arguments)},tW=b._emscripten_bind_MdDbHatch_numLoops_0=function(){return(tW=b._emscripten_bind_MdDbHatch_numLoops_0=b.asm.emscripten_bind_MdDbHatch_numLoops_0).apply(null,arguments)},uW=b._emscripten_bind_MdDbHatch_loopTypeAt_1=function(){return(uW=b._emscripten_bind_MdDbHatch_loopTypeAt_1=b.asm.emscripten_bind_MdDbHatch_loopTypeAt_1).apply(null,arguments)},vW=b._emscripten_bind_MdDbHatch_getLoopAt_1=function(){return(vW=b._emscripten_bind_MdDbHatch_getLoopAt_1=b.asm.emscripten_bind_MdDbHatch_getLoopAt_1).apply(null,
  998. arguments)},wW=b._emscripten_bind_MdDbHatch_patternType_0=function(){return(wW=b._emscripten_bind_MdDbHatch_patternType_0=b.asm.emscripten_bind_MdDbHatch_patternType_0).apply(null,arguments)},xW=b._emscripten_bind_MdDbHatch_patternName_0=function(){return(xW=b._emscripten_bind_MdDbHatch_patternName_0=b.asm.emscripten_bind_MdDbHatch_patternName_0).apply(null,arguments)},yW=b._emscripten_bind_MdDbHatch_setPattern_2=function(){return(yW=b._emscripten_bind_MdDbHatch_setPattern_2=b.asm.emscripten_bind_MdDbHatch_setPattern_2).apply(null,
  999. arguments)},zW=b._emscripten_bind_MdDbHatch_patternAngle_0=function(){return(zW=b._emscripten_bind_MdDbHatch_patternAngle_0=b.asm.emscripten_bind_MdDbHatch_patternAngle_0).apply(null,arguments)},AW=b._emscripten_bind_MdDbHatch_setPatternAngle_1=function(){return(AW=b._emscripten_bind_MdDbHatch_setPatternAngle_1=b.asm.emscripten_bind_MdDbHatch_setPatternAngle_1).apply(null,arguments)},BW=b._emscripten_bind_MdDbHatch_patternScale_0=function(){return(BW=b._emscripten_bind_MdDbHatch_patternScale_0=b.asm.emscripten_bind_MdDbHatch_patternScale_0).apply(null,
  1000. arguments)},CW=b._emscripten_bind_MdDbHatch_setPatternScale_1=function(){return(CW=b._emscripten_bind_MdDbHatch_setPatternScale_1=b.asm.emscripten_bind_MdDbHatch_setPatternScale_1).apply(null,arguments)},DW=b._emscripten_bind_MdDbHatch_patternSpace_0=function(){return(DW=b._emscripten_bind_MdDbHatch_patternSpace_0=b.asm.emscripten_bind_MdDbHatch_patternSpace_0).apply(null,arguments)},EW=b._emscripten_bind_MdDbHatch_setPatternSpace_1=function(){return(EW=b._emscripten_bind_MdDbHatch_setPatternSpace_1=
  1001. b.asm.emscripten_bind_MdDbHatch_setPatternSpace_1).apply(null,arguments)},FW=b._emscripten_bind_MdDbHatch_patternDouble_0=function(){return(FW=b._emscripten_bind_MdDbHatch_patternDouble_0=b.asm.emscripten_bind_MdDbHatch_patternDouble_0).apply(null,arguments)},GW=b._emscripten_bind_MdDbHatch_setPatternDouble_1=function(){return(GW=b._emscripten_bind_MdDbHatch_setPatternDouble_1=b.asm.emscripten_bind_MdDbHatch_setPatternDouble_1).apply(null,arguments)},HW=b._emscripten_bind_MdDbHatch_numPatternDefinitions_0=
  1002. function(){return(HW=b._emscripten_bind_MdDbHatch_numPatternDefinitions_0=b.asm.emscripten_bind_MdDbHatch_numPatternDefinitions_0).apply(null,arguments)},IW=b._emscripten_bind_MdDbHatch_getPatternDefinitionAt_1=function(){return(IW=b._emscripten_bind_MdDbHatch_getPatternDefinitionAt_1=b.asm.emscripten_bind_MdDbHatch_getPatternDefinitionAt_1).apply(null,arguments)},JW=b._emscripten_bind_MdDbHatch_addPatternDefinition_6=function(){return(JW=b._emscripten_bind_MdDbHatch_addPatternDefinition_6=b.asm.emscripten_bind_MdDbHatch_addPatternDefinition_6).apply(null,
  1003. arguments)},KW=b._emscripten_bind_MdDbHatch_clearPatternDefinition_0=function(){return(KW=b._emscripten_bind_MdDbHatch_clearPatternDefinition_0=b.asm.emscripten_bind_MdDbHatch_clearPatternDefinition_0).apply(null,arguments)},LW=b._emscripten_bind_MdDbHatch_hatchStyle_0=function(){return(LW=b._emscripten_bind_MdDbHatch_hatchStyle_0=b.asm.emscripten_bind_MdDbHatch_hatchStyle_0).apply(null,arguments)},MW=b._emscripten_bind_MdDbHatch_setHatchStyle_1=function(){return(MW=b._emscripten_bind_MdDbHatch_setHatchStyle_1=
  1004. b.asm.emscripten_bind_MdDbHatch_setHatchStyle_1).apply(null,arguments)},NW=b._emscripten_bind_MdDbHatch_evaluateHatch_1=function(){return(NW=b._emscripten_bind_MdDbHatch_evaluateHatch_1=b.asm.emscripten_bind_MdDbHatch_evaluateHatch_1).apply(null,arguments)},OW=b._emscripten_bind_MdDbHatch_appendCircleLoop_6=function(){return(OW=b._emscripten_bind_MdDbHatch_appendCircleLoop_6=b.asm.emscripten_bind_MdDbHatch_appendCircleLoop_6).apply(null,arguments)},PW=b._emscripten_bind_MdDbHatch_appendLoop_3=function(){return(PW=
  1005. b._emscripten_bind_MdDbHatch_appendLoop_3=b.asm.emscripten_bind_MdDbHatch_appendLoop_3).apply(null,arguments)},QW=b._emscripten_bind_MdDbHatch_removeLoopAt_1=function(){return(QW=b._emscripten_bind_MdDbHatch_removeLoopAt_1=b.asm.emscripten_bind_MdDbHatch_removeLoopAt_1).apply(null,arguments)},RW=b._emscripten_bind_MdDbHatch_removeAllLoop_0=function(){return(RW=b._emscripten_bind_MdDbHatch_removeAllLoop_0=b.asm.emscripten_bind_MdDbHatch_removeAllLoop_0).apply(null,arguments)},SW=b._emscripten_bind_MdDbHatch_setLoopAt_4=
  1006. function(){return(SW=b._emscripten_bind_MdDbHatch_setLoopAt_4=b.asm.emscripten_bind_MdDbHatch_setLoopAt_4).apply(null,arguments)},TW=b._emscripten_bind_MdDbHatch_isSolid_0=function(){return(TW=b._emscripten_bind_MdDbHatch_isSolid_0=b.asm.emscripten_bind_MdDbHatch_isSolid_0).apply(null,arguments)},UW=b._emscripten_bind_MdDbHatch_explode_0=function(){return(UW=b._emscripten_bind_MdDbHatch_explode_0=b.asm.emscripten_bind_MdDbHatch_explode_0).apply(null,arguments)},VW=b._emscripten_bind_MdDbHatch_TrueColor_0=
  1007. function(){return(VW=b._emscripten_bind_MdDbHatch_TrueColor_0=b.asm.emscripten_bind_MdDbHatch_TrueColor_0).apply(null,arguments)},WW=b._emscripten_bind_MdDbHatch_SetTrueColor_1=function(){return(WW=b._emscripten_bind_MdDbHatch_SetTrueColor_1=b.asm.emscripten_bind_MdDbHatch_SetTrueColor_1).apply(null,arguments)},XW=b._emscripten_bind_MdDbHatch_ColorIndex_0=function(){return(XW=b._emscripten_bind_MdDbHatch_ColorIndex_0=b.asm.emscripten_bind_MdDbHatch_ColorIndex_0).apply(null,arguments)},YW=b._emscripten_bind_MdDbHatch_SetColorIndex_1=
  1008. function(){return(YW=b._emscripten_bind_MdDbHatch_SetColorIndex_1=b.asm.emscripten_bind_MdDbHatch_SetColorIndex_1).apply(null,arguments)},ZW=b._emscripten_bind_MdDbHatch_Layer_0=function(){return(ZW=b._emscripten_bind_MdDbHatch_Layer_0=b.asm.emscripten_bind_MdDbHatch_Layer_0).apply(null,arguments)},$W=b._emscripten_bind_MdDbHatch_SetLayer_1=function(){return($W=b._emscripten_bind_MdDbHatch_SetLayer_1=b.asm.emscripten_bind_MdDbHatch_SetLayer_1).apply(null,arguments)},aX=b._emscripten_bind_MdDbHatch_LinetypeScale_0=
  1009. function(){return(aX=b._emscripten_bind_MdDbHatch_LinetypeScale_0=b.asm.emscripten_bind_MdDbHatch_LinetypeScale_0).apply(null,arguments)},bX=b._emscripten_bind_MdDbHatch_SetLinetypeScale_1=function(){return(bX=b._emscripten_bind_MdDbHatch_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbHatch_SetLinetypeScale_1).apply(null,arguments)},cX=b._emscripten_bind_MdDbHatch_Visible_0=function(){return(cX=b._emscripten_bind_MdDbHatch_Visible_0=b.asm.emscripten_bind_MdDbHatch_Visible_0).apply(null,arguments)},
  1010. dX=b._emscripten_bind_MdDbHatch_SetVisible_1=function(){return(dX=b._emscripten_bind_MdDbHatch_SetVisible_1=b.asm.emscripten_bind_MdDbHatch_SetVisible_1).apply(null,arguments)},eX=b._emscripten_bind_MdDbHatch_Lineweight_0=function(){return(eX=b._emscripten_bind_MdDbHatch_Lineweight_0=b.asm.emscripten_bind_MdDbHatch_Lineweight_0).apply(null,arguments)},fX=b._emscripten_bind_MdDbHatch_SetLineweight_1=function(){return(fX=b._emscripten_bind_MdDbHatch_SetLineweight_1=b.asm.emscripten_bind_MdDbHatch_SetLineweight_1).apply(null,
  1011. arguments)},gX=b._emscripten_bind_MdDbHatch_TextStyle_0=function(){return(gX=b._emscripten_bind_MdDbHatch_TextStyle_0=b.asm.emscripten_bind_MdDbHatch_TextStyle_0).apply(null,arguments)},hX=b._emscripten_bind_MdDbHatch_SetTextStyle_1=function(){return(hX=b._emscripten_bind_MdDbHatch_SetTextStyle_1=b.asm.emscripten_bind_MdDbHatch_SetTextStyle_1).apply(null,arguments)},iX=b._emscripten_bind_MdDbHatch_Highlight_1=function(){return(iX=b._emscripten_bind_MdDbHatch_Highlight_1=b.asm.emscripten_bind_MdDbHatch_Highlight_1).apply(null,
  1012. arguments)},jX=b._emscripten_bind_MdDbHatch_Move_2=function(){return(jX=b._emscripten_bind_MdDbHatch_Move_2=b.asm.emscripten_bind_MdDbHatch_Move_2).apply(null,arguments)},kX=b._emscripten_bind_MdDbHatch_Rotate_2=function(){return(kX=b._emscripten_bind_MdDbHatch_Rotate_2=b.asm.emscripten_bind_MdDbHatch_Rotate_2).apply(null,arguments)},lX=b._emscripten_bind_MdDbHatch_Mirror_2=function(){return(lX=b._emscripten_bind_MdDbHatch_Mirror_2=b.asm.emscripten_bind_MdDbHatch_Mirror_2).apply(null,arguments)},
  1013. mX=b._emscripten_bind_MdDbHatch_ScaleEntity_2=function(){return(mX=b._emscripten_bind_MdDbHatch_ScaleEntity_2=b.asm.emscripten_bind_MdDbHatch_ScaleEntity_2).apply(null,arguments)},nX=b._emscripten_bind_MdDbHatch_TransformBy_1=function(){return(nX=b._emscripten_bind_MdDbHatch_TransformBy_1=b.asm.emscripten_bind_MdDbHatch_TransformBy_1).apply(null,arguments)},oX=b._emscripten_bind_MdDbHatch_GetBoundingBox_0=function(){return(oX=b._emscripten_bind_MdDbHatch_GetBoundingBox_0=b.asm.emscripten_bind_MdDbHatch_GetBoundingBox_0).apply(null,
  1014. arguments)},pX=b._emscripten_bind_MdDbHatch_GetXData_1=function(){return(pX=b._emscripten_bind_MdDbHatch_GetXData_1=b.asm.emscripten_bind_MdDbHatch_GetXData_1).apply(null,arguments)},qX=b._emscripten_bind_MdDbHatch_SetXData_1=function(){return(qX=b._emscripten_bind_MdDbHatch_SetXData_1=b.asm.emscripten_bind_MdDbHatch_SetXData_1).apply(null,arguments)},rX=b._emscripten_bind_MdDbHatch_GetxDataString_2=function(){return(rX=b._emscripten_bind_MdDbHatch_GetxDataString_2=b.asm.emscripten_bind_MdDbHatch_GetxDataString_2).apply(null,
  1015. arguments)},sX=b._emscripten_bind_MdDbHatch_SetxDataString_3=function(){return(sX=b._emscripten_bind_MdDbHatch_SetxDataString_3=b.asm.emscripten_bind_MdDbHatch_SetxDataString_3).apply(null,arguments)},tX=b._emscripten_bind_MdDbHatch_GetxDataDouble_2=function(){return(tX=b._emscripten_bind_MdDbHatch_GetxDataDouble_2=b.asm.emscripten_bind_MdDbHatch_GetxDataDouble_2).apply(null,arguments)},uX=b._emscripten_bind_MdDbHatch_SetxDataDouble_3=function(){return(uX=b._emscripten_bind_MdDbHatch_SetxDataDouble_3=
  1016. b.asm.emscripten_bind_MdDbHatch_SetxDataDouble_3).apply(null,arguments)},vX=b._emscripten_bind_MdDbHatch_GetxDataLong_2=function(){return(vX=b._emscripten_bind_MdDbHatch_GetxDataLong_2=b.asm.emscripten_bind_MdDbHatch_GetxDataLong_2).apply(null,arguments)},wX=b._emscripten_bind_MdDbHatch_SetxDataLong_3=function(){return(wX=b._emscripten_bind_MdDbHatch_SetxDataLong_3=b.asm.emscripten_bind_MdDbHatch_SetxDataLong_3).apply(null,arguments)},xX=b._emscripten_bind_MdDbHatch_GetxDataPoint_2=function(){return(xX=
  1017. b._emscripten_bind_MdDbHatch_GetxDataPoint_2=b.asm.emscripten_bind_MdDbHatch_GetxDataPoint_2).apply(null,arguments)},yX=b._emscripten_bind_MdDbHatch_SetxDataPoint_3=function(){return(yX=b._emscripten_bind_MdDbHatch_SetxDataPoint_3=b.asm.emscripten_bind_MdDbHatch_SetxDataPoint_3).apply(null,arguments)},zX=b._emscripten_bind_MdDbHatch_DeleteXData_1=function(){return(zX=b._emscripten_bind_MdDbHatch_DeleteXData_1=b.asm.emscripten_bind_MdDbHatch_DeleteXData_1).apply(null,arguments)},AX=b._emscripten_bind_MdDbHatch_GetAllAppName_0=
  1018. function(){return(AX=b._emscripten_bind_MdDbHatch_GetAllAppName_0=b.asm.emscripten_bind_MdDbHatch_GetAllAppName_0).apply(null,arguments)},BX=b._emscripten_bind_MdDbHatch_LayerId_0=function(){return(BX=b._emscripten_bind_MdDbHatch_LayerId_0=b.asm.emscripten_bind_MdDbHatch_LayerId_0).apply(null,arguments)},CX=b._emscripten_bind_MdDbHatch_SetLayerId_1=function(){return(CX=b._emscripten_bind_MdDbHatch_SetLayerId_1=b.asm.emscripten_bind_MdDbHatch_SetLayerId_1).apply(null,arguments)},DX=b._emscripten_bind_MdDbHatch_LinetypeId_0=
  1019. function(){return(DX=b._emscripten_bind_MdDbHatch_LinetypeId_0=b.asm.emscripten_bind_MdDbHatch_LinetypeId_0).apply(null,arguments)},EX=b._emscripten_bind_MdDbHatch_SetLinetypeId_1=function(){return(EX=b._emscripten_bind_MdDbHatch_SetLinetypeId_1=b.asm.emscripten_bind_MdDbHatch_SetLinetypeId_1).apply(null,arguments)},FX=b._emscripten_bind_MdDbHatch_Linetype_0=function(){return(FX=b._emscripten_bind_MdDbHatch_Linetype_0=b.asm.emscripten_bind_MdDbHatch_Linetype_0).apply(null,arguments)},GX=b._emscripten_bind_MdDbHatch_SetLinetype_1=
  1020. function(){return(GX=b._emscripten_bind_MdDbHatch_SetLinetype_1=b.asm.emscripten_bind_MdDbHatch_SetLinetype_1).apply(null,arguments)},HX=b._emscripten_bind_MdDbHatch_TextStyleId_0=function(){return(HX=b._emscripten_bind_MdDbHatch_TextStyleId_0=b.asm.emscripten_bind_MdDbHatch_TextStyleId_0).apply(null,arguments)},IX=b._emscripten_bind_MdDbHatch_SetTextStyleId_1=function(){return(IX=b._emscripten_bind_MdDbHatch_SetTextStyleId_1=b.asm.emscripten_bind_MdDbHatch_SetTextStyleId_1).apply(null,arguments)},
  1021. JX=b._emscripten_bind_MdDbHatch_IntersectWith_2=function(){return(JX=b._emscripten_bind_MdDbHatch_IntersectWith_2=b.asm.emscripten_bind_MdDbHatch_IntersectWith_2).apply(null,arguments)},KX=b._emscripten_bind_MdDbHatch_getArea_0=function(){return(KX=b._emscripten_bind_MdDbHatch_getArea_0=b.asm.emscripten_bind_MdDbHatch_getArea_0).apply(null,arguments)},LX=b._emscripten_bind_MdDbHatch_disableUpdateDisplay_1=function(){return(LX=b._emscripten_bind_MdDbHatch_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbHatch_disableUpdateDisplay_1).apply(null,
  1022. arguments)},MX=b._emscripten_bind_MdDbHatch_isPropertiesWindowCustom_0=function(){return(MX=b._emscripten_bind_MdDbHatch_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbHatch_isPropertiesWindowCustom_0).apply(null,arguments)},NX=b._emscripten_bind_MdDbHatch_setPropertiesWindowCustom_1=function(){return(NX=b._emscripten_bind_MdDbHatch_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbHatch_setPropertiesWindowCustom_1).apply(null,arguments)},OX=b._emscripten_bind_MdDbHatch_updateDisplay_0=
  1023. function(){return(OX=b._emscripten_bind_MdDbHatch_updateDisplay_0=b.asm.emscripten_bind_MdDbHatch_updateDisplay_0).apply(null,arguments)},PX=b._emscripten_bind_MdDbHatch_DrawOrder_0=function(){return(PX=b._emscripten_bind_MdDbHatch_DrawOrder_0=b.asm.emscripten_bind_MdDbHatch_DrawOrder_0).apply(null,arguments)},QX=b._emscripten_bind_MdDbHatch_SetDrawOrder_1=function(){return(QX=b._emscripten_bind_MdDbHatch_SetDrawOrder_1=b.asm.emscripten_bind_MdDbHatch_SetDrawOrder_1).apply(null,arguments)},RX=b._emscripten_bind_MdDbHatch_GetObjectID_0=
  1024. function(){return(RX=b._emscripten_bind_MdDbHatch_GetObjectID_0=b.asm.emscripten_bind_MdDbHatch_GetObjectID_0).apply(null,arguments)},SX=b._emscripten_bind_MdDbHatch_Erase_0=function(){return(SX=b._emscripten_bind_MdDbHatch_Erase_0=b.asm.emscripten_bind_MdDbHatch_Erase_0).apply(null,arguments)},TX=b._emscripten_bind_MdDbHatch_isErased_0=function(){return(TX=b._emscripten_bind_MdDbHatch_isErased_0=b.asm.emscripten_bind_MdDbHatch_isErased_0).apply(null,arguments)},UX=b._emscripten_bind_MdDbHatch_unErase_0=
  1025. function(){return(UX=b._emscripten_bind_MdDbHatch_unErase_0=b.asm.emscripten_bind_MdDbHatch_unErase_0).apply(null,arguments)},VX=b._emscripten_bind_MdDbHatch_ConnectionTempObject_1=function(){return(VX=b._emscripten_bind_MdDbHatch_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbHatch_ConnectionTempObject_1).apply(null,arguments)},WX=b._emscripten_bind_MdDbHatch_GetExtensionDictionary_0=function(){return(WX=b._emscripten_bind_MdDbHatch_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbHatch_GetExtensionDictionary_0).apply(null,
  1026. arguments)},XX=b._emscripten_bind_MdDbHatch_CreateExtensionDictionary_0=function(){return(XX=b._emscripten_bind_MdDbHatch_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbHatch_CreateExtensionDictionary_0).apply(null,arguments)},YX=b._emscripten_bind_MdDbHatch_IsHaveExtensionDictionary_0=function(){return(YX=b._emscripten_bind_MdDbHatch_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbHatch_IsHaveExtensionDictionary_0).apply(null,arguments)},ZX=b._emscripten_bind_MdDbHatch_Clone_0=function(){return(ZX=
  1027. b._emscripten_bind_MdDbHatch_Clone_0=b.asm.emscripten_bind_MdDbHatch_Clone_0).apply(null,arguments)},$X=b._emscripten_bind_MdDbHatch_GetHandle_0=function(){return($X=b._emscripten_bind_MdDbHatch_GetHandle_0=b.asm.emscripten_bind_MdDbHatch_GetHandle_0).apply(null,arguments)},aY=b._emscripten_bind_MdDbHatch_GetDatabase_0=function(){return(aY=b._emscripten_bind_MdDbHatch_GetDatabase_0=b.asm.emscripten_bind_MdDbHatch_GetDatabase_0).apply(null,arguments)},bY=b._emscripten_bind_MdDbHatch_GetDatabaseIndexId_0=
  1028. function(){return(bY=b._emscripten_bind_MdDbHatch_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbHatch_GetDatabaseIndexId_0).apply(null,arguments)},cY=b._emscripten_bind_MdDbHatch_GetOwnerID_0=function(){return(cY=b._emscripten_bind_MdDbHatch_GetOwnerID_0=b.asm.emscripten_bind_MdDbHatch_GetOwnerID_0).apply(null,arguments)},dY=b._emscripten_bind_MdDbHatch_moveGripPointsAt_4=function(){return(dY=b._emscripten_bind_MdDbHatch_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbHatch_moveGripPointsAt_4).apply(null,
  1029. arguments)},eY=b._emscripten_bind_MdDbHatch_getGripPoints_0=function(){return(eY=b._emscripten_bind_MdDbHatch_getGripPoints_0=b.asm.emscripten_bind_MdDbHatch_getGripPoints_0).apply(null,arguments)},fY=b._emscripten_bind_MdDbHatch_getObjectName_0=function(){return(fY=b._emscripten_bind_MdDbHatch_getObjectName_0=b.asm.emscripten_bind_MdDbHatch_getObjectName_0).apply(null,arguments)},gY=b._emscripten_bind_MdDbHatch_getDxf0_0=function(){return(gY=b._emscripten_bind_MdDbHatch_getDxf0_0=b.asm.emscripten_bind_MdDbHatch_getDxf0_0).apply(null,
  1030. arguments)},hY=b._emscripten_bind_MdDbHatch_getCustomEntityTypeName_0=function(){return(hY=b._emscripten_bind_MdDbHatch_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbHatch_getCustomEntityTypeName_0).apply(null,arguments)},iY=b._emscripten_bind_MdDbHatch_getCustomEntityid_0=function(){return(iY=b._emscripten_bind_MdDbHatch_getCustomEntityid_0=b.asm.emscripten_bind_MdDbHatch_getCustomEntityid_0).apply(null,arguments)},jY=b._emscripten_bind_MdDbHatch_getCustomEntityTempid_0=function(){return(jY=
  1031. b._emscripten_bind_MdDbHatch_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbHatch_getCustomEntityTempid_0).apply(null,arguments)},kY=b._emscripten_bind_MdDbHatch_setCustomEntityTempid_1=function(){return(kY=b._emscripten_bind_MdDbHatch_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbHatch_setCustomEntityTempid_1).apply(null,arguments)},lY=b._emscripten_bind_MdDbHatch_getJson_0=function(){return(lY=b._emscripten_bind_MdDbHatch_getJson_0=b.asm.emscripten_bind_MdDbHatch_getJson_0).apply(null,arguments)},
  1032. mY=b._emscripten_bind_MdDbHatch_setJson_1=function(){return(mY=b._emscripten_bind_MdDbHatch_setJson_1=b.asm.emscripten_bind_MdDbHatch_setJson_1).apply(null,arguments)},nY=b._emscripten_bind_MdDbHatch_isKindOf_1=function(){return(nY=b._emscripten_bind_MdDbHatch_isKindOf_1=b.asm.emscripten_bind_MdDbHatch_isKindOf_1).apply(null,arguments)},oY=b._emscripten_bind_MdDbHatch_isNull_0=function(){return(oY=b._emscripten_bind_MdDbHatch_isNull_0=b.asm.emscripten_bind_MdDbHatch_isNull_0).apply(null,arguments)},
  1033. pY=b._emscripten_bind_MdDbHatch___destroy___0=function(){return(pY=b._emscripten_bind_MdDbHatch___destroy___0=b.asm.emscripten_bind_MdDbHatch___destroy___0).apply(null,arguments)},qY=b._emscripten_bind_MdDbProxyEntity_MdDbProxyEntity_0=function(){return(qY=b._emscripten_bind_MdDbProxyEntity_MdDbProxyEntity_0=b.asm.emscripten_bind_MdDbProxyEntity_MdDbProxyEntity_0).apply(null,arguments)},rY=b._emscripten_bind_MdDbProxyEntity_getAllTextContent_0=function(){return(rY=b._emscripten_bind_MdDbProxyEntity_getAllTextContent_0=
  1034. b.asm.emscripten_bind_MdDbProxyEntity_getAllTextContent_0).apply(null,arguments)},sY=b._emscripten_bind_MdDbProxyEntity_getAllEntityIds_0=function(){return(sY=b._emscripten_bind_MdDbProxyEntity_getAllEntityIds_0=b.asm.emscripten_bind_MdDbProxyEntity_getAllEntityIds_0).apply(null,arguments)},tY=b._emscripten_bind_MdDbProxyEntity_getOriginalClassName_0=function(){return(tY=b._emscripten_bind_MdDbProxyEntity_getOriginalClassName_0=b.asm.emscripten_bind_MdDbProxyEntity_getOriginalClassName_0).apply(null,
  1035. arguments)},uY=b._emscripten_bind_MdDbProxyEntity_explode_0=function(){return(uY=b._emscripten_bind_MdDbProxyEntity_explode_0=b.asm.emscripten_bind_MdDbProxyEntity_explode_0).apply(null,arguments)},vY=b._emscripten_bind_MdDbProxyEntity_TrueColor_0=function(){return(vY=b._emscripten_bind_MdDbProxyEntity_TrueColor_0=b.asm.emscripten_bind_MdDbProxyEntity_TrueColor_0).apply(null,arguments)},wY=b._emscripten_bind_MdDbProxyEntity_SetTrueColor_1=function(){return(wY=b._emscripten_bind_MdDbProxyEntity_SetTrueColor_1=
  1036. b.asm.emscripten_bind_MdDbProxyEntity_SetTrueColor_1).apply(null,arguments)},xY=b._emscripten_bind_MdDbProxyEntity_ColorIndex_0=function(){return(xY=b._emscripten_bind_MdDbProxyEntity_ColorIndex_0=b.asm.emscripten_bind_MdDbProxyEntity_ColorIndex_0).apply(null,arguments)},yY=b._emscripten_bind_MdDbProxyEntity_SetColorIndex_1=function(){return(yY=b._emscripten_bind_MdDbProxyEntity_SetColorIndex_1=b.asm.emscripten_bind_MdDbProxyEntity_SetColorIndex_1).apply(null,arguments)},zY=b._emscripten_bind_MdDbProxyEntity_Layer_0=
  1037. function(){return(zY=b._emscripten_bind_MdDbProxyEntity_Layer_0=b.asm.emscripten_bind_MdDbProxyEntity_Layer_0).apply(null,arguments)},AY=b._emscripten_bind_MdDbProxyEntity_SetLayer_1=function(){return(AY=b._emscripten_bind_MdDbProxyEntity_SetLayer_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLayer_1).apply(null,arguments)},BY=b._emscripten_bind_MdDbProxyEntity_LinetypeScale_0=function(){return(BY=b._emscripten_bind_MdDbProxyEntity_LinetypeScale_0=b.asm.emscripten_bind_MdDbProxyEntity_LinetypeScale_0).apply(null,
  1038. arguments)},CY=b._emscripten_bind_MdDbProxyEntity_SetLinetypeScale_1=function(){return(CY=b._emscripten_bind_MdDbProxyEntity_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLinetypeScale_1).apply(null,arguments)},DY=b._emscripten_bind_MdDbProxyEntity_Visible_0=function(){return(DY=b._emscripten_bind_MdDbProxyEntity_Visible_0=b.asm.emscripten_bind_MdDbProxyEntity_Visible_0).apply(null,arguments)},EY=b._emscripten_bind_MdDbProxyEntity_SetVisible_1=function(){return(EY=b._emscripten_bind_MdDbProxyEntity_SetVisible_1=
  1039. b.asm.emscripten_bind_MdDbProxyEntity_SetVisible_1).apply(null,arguments)},FY=b._emscripten_bind_MdDbProxyEntity_Lineweight_0=function(){return(FY=b._emscripten_bind_MdDbProxyEntity_Lineweight_0=b.asm.emscripten_bind_MdDbProxyEntity_Lineweight_0).apply(null,arguments)},GY=b._emscripten_bind_MdDbProxyEntity_SetLineweight_1=function(){return(GY=b._emscripten_bind_MdDbProxyEntity_SetLineweight_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLineweight_1).apply(null,arguments)},HY=b._emscripten_bind_MdDbProxyEntity_TextStyle_0=
  1040. function(){return(HY=b._emscripten_bind_MdDbProxyEntity_TextStyle_0=b.asm.emscripten_bind_MdDbProxyEntity_TextStyle_0).apply(null,arguments)},IY=b._emscripten_bind_MdDbProxyEntity_SetTextStyle_1=function(){return(IY=b._emscripten_bind_MdDbProxyEntity_SetTextStyle_1=b.asm.emscripten_bind_MdDbProxyEntity_SetTextStyle_1).apply(null,arguments)},JY=b._emscripten_bind_MdDbProxyEntity_Highlight_1=function(){return(JY=b._emscripten_bind_MdDbProxyEntity_Highlight_1=b.asm.emscripten_bind_MdDbProxyEntity_Highlight_1).apply(null,
  1041. arguments)},KY=b._emscripten_bind_MdDbProxyEntity_Move_2=function(){return(KY=b._emscripten_bind_MdDbProxyEntity_Move_2=b.asm.emscripten_bind_MdDbProxyEntity_Move_2).apply(null,arguments)},LY=b._emscripten_bind_MdDbProxyEntity_Rotate_2=function(){return(LY=b._emscripten_bind_MdDbProxyEntity_Rotate_2=b.asm.emscripten_bind_MdDbProxyEntity_Rotate_2).apply(null,arguments)},MY=b._emscripten_bind_MdDbProxyEntity_Mirror_2=function(){return(MY=b._emscripten_bind_MdDbProxyEntity_Mirror_2=b.asm.emscripten_bind_MdDbProxyEntity_Mirror_2).apply(null,
  1042. arguments)},NY=b._emscripten_bind_MdDbProxyEntity_ScaleEntity_2=function(){return(NY=b._emscripten_bind_MdDbProxyEntity_ScaleEntity_2=b.asm.emscripten_bind_MdDbProxyEntity_ScaleEntity_2).apply(null,arguments)},OY=b._emscripten_bind_MdDbProxyEntity_TransformBy_1=function(){return(OY=b._emscripten_bind_MdDbProxyEntity_TransformBy_1=b.asm.emscripten_bind_MdDbProxyEntity_TransformBy_1).apply(null,arguments)},PY=b._emscripten_bind_MdDbProxyEntity_GetBoundingBox_0=function(){return(PY=b._emscripten_bind_MdDbProxyEntity_GetBoundingBox_0=
  1043. b.asm.emscripten_bind_MdDbProxyEntity_GetBoundingBox_0).apply(null,arguments)},QY=b._emscripten_bind_MdDbProxyEntity_GetXData_1=function(){return(QY=b._emscripten_bind_MdDbProxyEntity_GetXData_1=b.asm.emscripten_bind_MdDbProxyEntity_GetXData_1).apply(null,arguments)},RY=b._emscripten_bind_MdDbProxyEntity_SetXData_1=function(){return(RY=b._emscripten_bind_MdDbProxyEntity_SetXData_1=b.asm.emscripten_bind_MdDbProxyEntity_SetXData_1).apply(null,arguments)},SY=b._emscripten_bind_MdDbProxyEntity_GetxDataString_2=
  1044. function(){return(SY=b._emscripten_bind_MdDbProxyEntity_GetxDataString_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataString_2).apply(null,arguments)},TY=b._emscripten_bind_MdDbProxyEntity_SetxDataString_3=function(){return(TY=b._emscripten_bind_MdDbProxyEntity_SetxDataString_3=b.asm.emscripten_bind_MdDbProxyEntity_SetxDataString_3).apply(null,arguments)},UY=b._emscripten_bind_MdDbProxyEntity_GetxDataDouble_2=function(){return(UY=b._emscripten_bind_MdDbProxyEntity_GetxDataDouble_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataDouble_2).apply(null,
  1045. arguments)},VY=b._emscripten_bind_MdDbProxyEntity_SetxDataDouble_3=function(){return(VY=b._emscripten_bind_MdDbProxyEntity_SetxDataDouble_3=b.asm.emscripten_bind_MdDbProxyEntity_SetxDataDouble_3).apply(null,arguments)},WY=b._emscripten_bind_MdDbProxyEntity_GetxDataLong_2=function(){return(WY=b._emscripten_bind_MdDbProxyEntity_GetxDataLong_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataLong_2).apply(null,arguments)},XY=b._emscripten_bind_MdDbProxyEntity_SetxDataLong_3=function(){return(XY=b._emscripten_bind_MdDbProxyEntity_SetxDataLong_3=
  1046. b.asm.emscripten_bind_MdDbProxyEntity_SetxDataLong_3).apply(null,arguments)},YY=b._emscripten_bind_MdDbProxyEntity_GetxDataPoint_2=function(){return(YY=b._emscripten_bind_MdDbProxyEntity_GetxDataPoint_2=b.asm.emscripten_bind_MdDbProxyEntity_GetxDataPoint_2).apply(null,arguments)},ZY=b._emscripten_bind_MdDbProxyEntity_SetxDataPoint_3=function(){return(ZY=b._emscripten_bind_MdDbProxyEntity_SetxDataPoint_3=b.asm.emscripten_bind_MdDbProxyEntity_SetxDataPoint_3).apply(null,arguments)},$Y=b._emscripten_bind_MdDbProxyEntity_DeleteXData_1=
  1047. function(){return($Y=b._emscripten_bind_MdDbProxyEntity_DeleteXData_1=b.asm.emscripten_bind_MdDbProxyEntity_DeleteXData_1).apply(null,arguments)},aZ=b._emscripten_bind_MdDbProxyEntity_GetAllAppName_0=function(){return(aZ=b._emscripten_bind_MdDbProxyEntity_GetAllAppName_0=b.asm.emscripten_bind_MdDbProxyEntity_GetAllAppName_0).apply(null,arguments)},bZ=b._emscripten_bind_MdDbProxyEntity_LayerId_0=function(){return(bZ=b._emscripten_bind_MdDbProxyEntity_LayerId_0=b.asm.emscripten_bind_MdDbProxyEntity_LayerId_0).apply(null,
  1048. arguments)},cZ=b._emscripten_bind_MdDbProxyEntity_SetLayerId_1=function(){return(cZ=b._emscripten_bind_MdDbProxyEntity_SetLayerId_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLayerId_1).apply(null,arguments)},dZ=b._emscripten_bind_MdDbProxyEntity_LinetypeId_0=function(){return(dZ=b._emscripten_bind_MdDbProxyEntity_LinetypeId_0=b.asm.emscripten_bind_MdDbProxyEntity_LinetypeId_0).apply(null,arguments)},eZ=b._emscripten_bind_MdDbProxyEntity_SetLinetypeId_1=function(){return(eZ=b._emscripten_bind_MdDbProxyEntity_SetLinetypeId_1=
  1049. b.asm.emscripten_bind_MdDbProxyEntity_SetLinetypeId_1).apply(null,arguments)},fZ=b._emscripten_bind_MdDbProxyEntity_Linetype_0=function(){return(fZ=b._emscripten_bind_MdDbProxyEntity_Linetype_0=b.asm.emscripten_bind_MdDbProxyEntity_Linetype_0).apply(null,arguments)},gZ=b._emscripten_bind_MdDbProxyEntity_SetLinetype_1=function(){return(gZ=b._emscripten_bind_MdDbProxyEntity_SetLinetype_1=b.asm.emscripten_bind_MdDbProxyEntity_SetLinetype_1).apply(null,arguments)},hZ=b._emscripten_bind_MdDbProxyEntity_TextStyleId_0=
  1050. function(){return(hZ=b._emscripten_bind_MdDbProxyEntity_TextStyleId_0=b.asm.emscripten_bind_MdDbProxyEntity_TextStyleId_0).apply(null,arguments)},iZ=b._emscripten_bind_MdDbProxyEntity_SetTextStyleId_1=function(){return(iZ=b._emscripten_bind_MdDbProxyEntity_SetTextStyleId_1=b.asm.emscripten_bind_MdDbProxyEntity_SetTextStyleId_1).apply(null,arguments)},jZ=b._emscripten_bind_MdDbProxyEntity_IntersectWith_2=function(){return(jZ=b._emscripten_bind_MdDbProxyEntity_IntersectWith_2=b.asm.emscripten_bind_MdDbProxyEntity_IntersectWith_2).apply(null,
  1051. arguments)},kZ=b._emscripten_bind_MdDbProxyEntity_getArea_0=function(){return(kZ=b._emscripten_bind_MdDbProxyEntity_getArea_0=b.asm.emscripten_bind_MdDbProxyEntity_getArea_0).apply(null,arguments)},lZ=b._emscripten_bind_MdDbProxyEntity_disableUpdateDisplay_1=function(){return(lZ=b._emscripten_bind_MdDbProxyEntity_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbProxyEntity_disableUpdateDisplay_1).apply(null,arguments)},mZ=b._emscripten_bind_MdDbProxyEntity_isPropertiesWindowCustom_0=function(){return(mZ=
  1052. b._emscripten_bind_MdDbProxyEntity_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbProxyEntity_isPropertiesWindowCustom_0).apply(null,arguments)},nZ=b._emscripten_bind_MdDbProxyEntity_setPropertiesWindowCustom_1=function(){return(nZ=b._emscripten_bind_MdDbProxyEntity_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbProxyEntity_setPropertiesWindowCustom_1).apply(null,arguments)},oZ=b._emscripten_bind_MdDbProxyEntity_updateDisplay_0=function(){return(oZ=b._emscripten_bind_MdDbProxyEntity_updateDisplay_0=
  1053. b.asm.emscripten_bind_MdDbProxyEntity_updateDisplay_0).apply(null,arguments)},pZ=b._emscripten_bind_MdDbProxyEntity_DrawOrder_0=function(){return(pZ=b._emscripten_bind_MdDbProxyEntity_DrawOrder_0=b.asm.emscripten_bind_MdDbProxyEntity_DrawOrder_0).apply(null,arguments)},qZ=b._emscripten_bind_MdDbProxyEntity_SetDrawOrder_1=function(){return(qZ=b._emscripten_bind_MdDbProxyEntity_SetDrawOrder_1=b.asm.emscripten_bind_MdDbProxyEntity_SetDrawOrder_1).apply(null,arguments)},rZ=b._emscripten_bind_MdDbProxyEntity_GetObjectID_0=
  1054. function(){return(rZ=b._emscripten_bind_MdDbProxyEntity_GetObjectID_0=b.asm.emscripten_bind_MdDbProxyEntity_GetObjectID_0).apply(null,arguments)},sZ=b._emscripten_bind_MdDbProxyEntity_Erase_0=function(){return(sZ=b._emscripten_bind_MdDbProxyEntity_Erase_0=b.asm.emscripten_bind_MdDbProxyEntity_Erase_0).apply(null,arguments)},tZ=b._emscripten_bind_MdDbProxyEntity_isErased_0=function(){return(tZ=b._emscripten_bind_MdDbProxyEntity_isErased_0=b.asm.emscripten_bind_MdDbProxyEntity_isErased_0).apply(null,
  1055. arguments)},uZ=b._emscripten_bind_MdDbProxyEntity_unErase_0=function(){return(uZ=b._emscripten_bind_MdDbProxyEntity_unErase_0=b.asm.emscripten_bind_MdDbProxyEntity_unErase_0).apply(null,arguments)},vZ=b._emscripten_bind_MdDbProxyEntity_ConnectionTempObject_1=function(){return(vZ=b._emscripten_bind_MdDbProxyEntity_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbProxyEntity_ConnectionTempObject_1).apply(null,arguments)},wZ=b._emscripten_bind_MdDbProxyEntity_GetExtensionDictionary_0=function(){return(wZ=
  1056. b._emscripten_bind_MdDbProxyEntity_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbProxyEntity_GetExtensionDictionary_0).apply(null,arguments)},xZ=b._emscripten_bind_MdDbProxyEntity_CreateExtensionDictionary_0=function(){return(xZ=b._emscripten_bind_MdDbProxyEntity_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbProxyEntity_CreateExtensionDictionary_0).apply(null,arguments)},yZ=b._emscripten_bind_MdDbProxyEntity_IsHaveExtensionDictionary_0=function(){return(yZ=b._emscripten_bind_MdDbProxyEntity_IsHaveExtensionDictionary_0=
  1057. b.asm.emscripten_bind_MdDbProxyEntity_IsHaveExtensionDictionary_0).apply(null,arguments)},zZ=b._emscripten_bind_MdDbProxyEntity_Clone_0=function(){return(zZ=b._emscripten_bind_MdDbProxyEntity_Clone_0=b.asm.emscripten_bind_MdDbProxyEntity_Clone_0).apply(null,arguments)},AZ=b._emscripten_bind_MdDbProxyEntity_GetHandle_0=function(){return(AZ=b._emscripten_bind_MdDbProxyEntity_GetHandle_0=b.asm.emscripten_bind_MdDbProxyEntity_GetHandle_0).apply(null,arguments)},BZ=b._emscripten_bind_MdDbProxyEntity_GetDatabase_0=
  1058. function(){return(BZ=b._emscripten_bind_MdDbProxyEntity_GetDatabase_0=b.asm.emscripten_bind_MdDbProxyEntity_GetDatabase_0).apply(null,arguments)},CZ=b._emscripten_bind_MdDbProxyEntity_GetDatabaseIndexId_0=function(){return(CZ=b._emscripten_bind_MdDbProxyEntity_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbProxyEntity_GetDatabaseIndexId_0).apply(null,arguments)},DZ=b._emscripten_bind_MdDbProxyEntity_GetOwnerID_0=function(){return(DZ=b._emscripten_bind_MdDbProxyEntity_GetOwnerID_0=b.asm.emscripten_bind_MdDbProxyEntity_GetOwnerID_0).apply(null,
  1059. arguments)},EZ=b._emscripten_bind_MdDbProxyEntity_moveGripPointsAt_4=function(){return(EZ=b._emscripten_bind_MdDbProxyEntity_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbProxyEntity_moveGripPointsAt_4).apply(null,arguments)},FZ=b._emscripten_bind_MdDbProxyEntity_getGripPoints_0=function(){return(FZ=b._emscripten_bind_MdDbProxyEntity_getGripPoints_0=b.asm.emscripten_bind_MdDbProxyEntity_getGripPoints_0).apply(null,arguments)},GZ=b._emscripten_bind_MdDbProxyEntity_getObjectName_0=function(){return(GZ=
  1060. b._emscripten_bind_MdDbProxyEntity_getObjectName_0=b.asm.emscripten_bind_MdDbProxyEntity_getObjectName_0).apply(null,arguments)},HZ=b._emscripten_bind_MdDbProxyEntity_getDxf0_0=function(){return(HZ=b._emscripten_bind_MdDbProxyEntity_getDxf0_0=b.asm.emscripten_bind_MdDbProxyEntity_getDxf0_0).apply(null,arguments)},IZ=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTypeName_0=function(){return(IZ=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbProxyEntity_getCustomEntityTypeName_0).apply(null,
  1061. arguments)},JZ=b._emscripten_bind_MdDbProxyEntity_getCustomEntityid_0=function(){return(JZ=b._emscripten_bind_MdDbProxyEntity_getCustomEntityid_0=b.asm.emscripten_bind_MdDbProxyEntity_getCustomEntityid_0).apply(null,arguments)},KZ=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTempid_0=function(){return(KZ=b._emscripten_bind_MdDbProxyEntity_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbProxyEntity_getCustomEntityTempid_0).apply(null,arguments)},LZ=b._emscripten_bind_MdDbProxyEntity_setCustomEntityTempid_1=
  1062. function(){return(LZ=b._emscripten_bind_MdDbProxyEntity_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbProxyEntity_setCustomEntityTempid_1).apply(null,arguments)},MZ=b._emscripten_bind_MdDbProxyEntity_getJson_0=function(){return(MZ=b._emscripten_bind_MdDbProxyEntity_getJson_0=b.asm.emscripten_bind_MdDbProxyEntity_getJson_0).apply(null,arguments)},NZ=b._emscripten_bind_MdDbProxyEntity_setJson_1=function(){return(NZ=b._emscripten_bind_MdDbProxyEntity_setJson_1=b.asm.emscripten_bind_MdDbProxyEntity_setJson_1).apply(null,
  1063. arguments)},OZ=b._emscripten_bind_MdDbProxyEntity_isKindOf_1=function(){return(OZ=b._emscripten_bind_MdDbProxyEntity_isKindOf_1=b.asm.emscripten_bind_MdDbProxyEntity_isKindOf_1).apply(null,arguments)},PZ=b._emscripten_bind_MdDbProxyEntity_isNull_0=function(){return(PZ=b._emscripten_bind_MdDbProxyEntity_isNull_0=b.asm.emscripten_bind_MdDbProxyEntity_isNull_0).apply(null,arguments)},QZ=b._emscripten_bind_MdDbProxyEntity___destroy___0=function(){return(QZ=b._emscripten_bind_MdDbProxyEntity___destroy___0=
  1064. b.asm.emscripten_bind_MdDbProxyEntity___destroy___0).apply(null,arguments)},RZ=b._emscripten_bind_MdDbRasterImage_MdDbRasterImage_0=function(){return(RZ=b._emscripten_bind_MdDbRasterImage_MdDbRasterImage_0=b.asm.emscripten_bind_MdDbRasterImage_MdDbRasterImage_0).apply(null,arguments)},SZ=b._emscripten_bind_MdDbRasterImage_setOrientation_3=function(){return(SZ=b._emscripten_bind_MdDbRasterImage_setOrientation_3=b.asm.emscripten_bind_MdDbRasterImage_setOrientation_3).apply(null,arguments)},TZ=b._emscripten_bind_MdDbRasterImage_getOrientation_0=
  1065. function(){return(TZ=b._emscripten_bind_MdDbRasterImage_getOrientation_0=b.asm.emscripten_bind_MdDbRasterImage_getOrientation_0).apply(null,arguments)},UZ=b._emscripten_bind_MdDbRasterImage_setImageDefId_1=function(){return(UZ=b._emscripten_bind_MdDbRasterImage_setImageDefId_1=b.asm.emscripten_bind_MdDbRasterImage_setImageDefId_1).apply(null,arguments)},VZ=b._emscripten_bind_MdDbRasterImage_imageDefId_0=function(){return(VZ=b._emscripten_bind_MdDbRasterImage_imageDefId_0=b.asm.emscripten_bind_MdDbRasterImage_imageDefId_0).apply(null,
  1066. arguments)},WZ=b._emscripten_bind_MdDbRasterImage_setClipBoundary_2=function(){return(WZ=b._emscripten_bind_MdDbRasterImage_setClipBoundary_2=b.asm.emscripten_bind_MdDbRasterImage_setClipBoundary_2).apply(null,arguments)},XZ=b._emscripten_bind_MdDbRasterImage_clipBoundary_0=function(){return(XZ=b._emscripten_bind_MdDbRasterImage_clipBoundary_0=b.asm.emscripten_bind_MdDbRasterImage_clipBoundary_0).apply(null,arguments)},YZ=b._emscripten_bind_MdDbRasterImage_clipBoundaryType_0=function(){return(YZ=
  1067. b._emscripten_bind_MdDbRasterImage_clipBoundaryType_0=b.asm.emscripten_bind_MdDbRasterImage_clipBoundaryType_0).apply(null,arguments)},ZZ=b._emscripten_bind_MdDbRasterImage_explode_0=function(){return(ZZ=b._emscripten_bind_MdDbRasterImage_explode_0=b.asm.emscripten_bind_MdDbRasterImage_explode_0).apply(null,arguments)},$Z=b._emscripten_bind_MdDbRasterImage_TrueColor_0=function(){return($Z=b._emscripten_bind_MdDbRasterImage_TrueColor_0=b.asm.emscripten_bind_MdDbRasterImage_TrueColor_0).apply(null,
  1068. arguments)},a_=b._emscripten_bind_MdDbRasterImage_SetTrueColor_1=function(){return(a_=b._emscripten_bind_MdDbRasterImage_SetTrueColor_1=b.asm.emscripten_bind_MdDbRasterImage_SetTrueColor_1).apply(null,arguments)},b_=b._emscripten_bind_MdDbRasterImage_ColorIndex_0=function(){return(b_=b._emscripten_bind_MdDbRasterImage_ColorIndex_0=b.asm.emscripten_bind_MdDbRasterImage_ColorIndex_0).apply(null,arguments)},c_=b._emscripten_bind_MdDbRasterImage_SetColorIndex_1=function(){return(c_=b._emscripten_bind_MdDbRasterImage_SetColorIndex_1=
  1069. b.asm.emscripten_bind_MdDbRasterImage_SetColorIndex_1).apply(null,arguments)},d_=b._emscripten_bind_MdDbRasterImage_Layer_0=function(){return(d_=b._emscripten_bind_MdDbRasterImage_Layer_0=b.asm.emscripten_bind_MdDbRasterImage_Layer_0).apply(null,arguments)},e_=b._emscripten_bind_MdDbRasterImage_SetLayer_1=function(){return(e_=b._emscripten_bind_MdDbRasterImage_SetLayer_1=b.asm.emscripten_bind_MdDbRasterImage_SetLayer_1).apply(null,arguments)},f_=b._emscripten_bind_MdDbRasterImage_LinetypeScale_0=
  1070. function(){return(f_=b._emscripten_bind_MdDbRasterImage_LinetypeScale_0=b.asm.emscripten_bind_MdDbRasterImage_LinetypeScale_0).apply(null,arguments)},g_=b._emscripten_bind_MdDbRasterImage_SetLinetypeScale_1=function(){return(g_=b._emscripten_bind_MdDbRasterImage_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbRasterImage_SetLinetypeScale_1).apply(null,arguments)},h_=b._emscripten_bind_MdDbRasterImage_Visible_0=function(){return(h_=b._emscripten_bind_MdDbRasterImage_Visible_0=b.asm.emscripten_bind_MdDbRasterImage_Visible_0).apply(null,
  1071. arguments)},i_=b._emscripten_bind_MdDbRasterImage_SetVisible_1=function(){return(i_=b._emscripten_bind_MdDbRasterImage_SetVisible_1=b.asm.emscripten_bind_MdDbRasterImage_SetVisible_1).apply(null,arguments)},j_=b._emscripten_bind_MdDbRasterImage_Lineweight_0=function(){return(j_=b._emscripten_bind_MdDbRasterImage_Lineweight_0=b.asm.emscripten_bind_MdDbRasterImage_Lineweight_0).apply(null,arguments)},k_=b._emscripten_bind_MdDbRasterImage_SetLineweight_1=function(){return(k_=b._emscripten_bind_MdDbRasterImage_SetLineweight_1=
  1072. b.asm.emscripten_bind_MdDbRasterImage_SetLineweight_1).apply(null,arguments)},l_=b._emscripten_bind_MdDbRasterImage_TextStyle_0=function(){return(l_=b._emscripten_bind_MdDbRasterImage_TextStyle_0=b.asm.emscripten_bind_MdDbRasterImage_TextStyle_0).apply(null,arguments)},m_=b._emscripten_bind_MdDbRasterImage_SetTextStyle_1=function(){return(m_=b._emscripten_bind_MdDbRasterImage_SetTextStyle_1=b.asm.emscripten_bind_MdDbRasterImage_SetTextStyle_1).apply(null,arguments)},n_=b._emscripten_bind_MdDbRasterImage_Highlight_1=
  1073. function(){return(n_=b._emscripten_bind_MdDbRasterImage_Highlight_1=b.asm.emscripten_bind_MdDbRasterImage_Highlight_1).apply(null,arguments)},o_=b._emscripten_bind_MdDbRasterImage_Move_2=function(){return(o_=b._emscripten_bind_MdDbRasterImage_Move_2=b.asm.emscripten_bind_MdDbRasterImage_Move_2).apply(null,arguments)},p_=b._emscripten_bind_MdDbRasterImage_Rotate_2=function(){return(p_=b._emscripten_bind_MdDbRasterImage_Rotate_2=b.asm.emscripten_bind_MdDbRasterImage_Rotate_2).apply(null,arguments)},
  1074. q_=b._emscripten_bind_MdDbRasterImage_Mirror_2=function(){return(q_=b._emscripten_bind_MdDbRasterImage_Mirror_2=b.asm.emscripten_bind_MdDbRasterImage_Mirror_2).apply(null,arguments)},r_=b._emscripten_bind_MdDbRasterImage_ScaleEntity_2=function(){return(r_=b._emscripten_bind_MdDbRasterImage_ScaleEntity_2=b.asm.emscripten_bind_MdDbRasterImage_ScaleEntity_2).apply(null,arguments)},s_=b._emscripten_bind_MdDbRasterImage_TransformBy_1=function(){return(s_=b._emscripten_bind_MdDbRasterImage_TransformBy_1=
  1075. b.asm.emscripten_bind_MdDbRasterImage_TransformBy_1).apply(null,arguments)},t_=b._emscripten_bind_MdDbRasterImage_GetBoundingBox_0=function(){return(t_=b._emscripten_bind_MdDbRasterImage_GetBoundingBox_0=b.asm.emscripten_bind_MdDbRasterImage_GetBoundingBox_0).apply(null,arguments)},u_=b._emscripten_bind_MdDbRasterImage_GetXData_1=function(){return(u_=b._emscripten_bind_MdDbRasterImage_GetXData_1=b.asm.emscripten_bind_MdDbRasterImage_GetXData_1).apply(null,arguments)},v_=b._emscripten_bind_MdDbRasterImage_SetXData_1=
  1076. function(){return(v_=b._emscripten_bind_MdDbRasterImage_SetXData_1=b.asm.emscripten_bind_MdDbRasterImage_SetXData_1).apply(null,arguments)},w_=b._emscripten_bind_MdDbRasterImage_GetxDataString_2=function(){return(w_=b._emscripten_bind_MdDbRasterImage_GetxDataString_2=b.asm.emscripten_bind_MdDbRasterImage_GetxDataString_2).apply(null,arguments)},x_=b._emscripten_bind_MdDbRasterImage_SetxDataString_3=function(){return(x_=b._emscripten_bind_MdDbRasterImage_SetxDataString_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataString_3).apply(null,
  1077. arguments)},y_=b._emscripten_bind_MdDbRasterImage_GetxDataDouble_2=function(){return(y_=b._emscripten_bind_MdDbRasterImage_GetxDataDouble_2=b.asm.emscripten_bind_MdDbRasterImage_GetxDataDouble_2).apply(null,arguments)},z_=b._emscripten_bind_MdDbRasterImage_SetxDataDouble_3=function(){return(z_=b._emscripten_bind_MdDbRasterImage_SetxDataDouble_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataDouble_3).apply(null,arguments)},A_=b._emscripten_bind_MdDbRasterImage_GetxDataLong_2=function(){return(A_=b._emscripten_bind_MdDbRasterImage_GetxDataLong_2=
  1078. b.asm.emscripten_bind_MdDbRasterImage_GetxDataLong_2).apply(null,arguments)},B_=b._emscripten_bind_MdDbRasterImage_SetxDataLong_3=function(){return(B_=b._emscripten_bind_MdDbRasterImage_SetxDataLong_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataLong_3).apply(null,arguments)},C_=b._emscripten_bind_MdDbRasterImage_GetxDataPoint_2=function(){return(C_=b._emscripten_bind_MdDbRasterImage_GetxDataPoint_2=b.asm.emscripten_bind_MdDbRasterImage_GetxDataPoint_2).apply(null,arguments)},D_=b._emscripten_bind_MdDbRasterImage_SetxDataPoint_3=
  1079. function(){return(D_=b._emscripten_bind_MdDbRasterImage_SetxDataPoint_3=b.asm.emscripten_bind_MdDbRasterImage_SetxDataPoint_3).apply(null,arguments)},E_=b._emscripten_bind_MdDbRasterImage_DeleteXData_1=function(){return(E_=b._emscripten_bind_MdDbRasterImage_DeleteXData_1=b.asm.emscripten_bind_MdDbRasterImage_DeleteXData_1).apply(null,arguments)},F_=b._emscripten_bind_MdDbRasterImage_GetAllAppName_0=function(){return(F_=b._emscripten_bind_MdDbRasterImage_GetAllAppName_0=b.asm.emscripten_bind_MdDbRasterImage_GetAllAppName_0).apply(null,
  1080. arguments)},G_=b._emscripten_bind_MdDbRasterImage_LayerId_0=function(){return(G_=b._emscripten_bind_MdDbRasterImage_LayerId_0=b.asm.emscripten_bind_MdDbRasterImage_LayerId_0).apply(null,arguments)},H_=b._emscripten_bind_MdDbRasterImage_SetLayerId_1=function(){return(H_=b._emscripten_bind_MdDbRasterImage_SetLayerId_1=b.asm.emscripten_bind_MdDbRasterImage_SetLayerId_1).apply(null,arguments)},I_=b._emscripten_bind_MdDbRasterImage_LinetypeId_0=function(){return(I_=b._emscripten_bind_MdDbRasterImage_LinetypeId_0=
  1081. b.asm.emscripten_bind_MdDbRasterImage_LinetypeId_0).apply(null,arguments)},J_=b._emscripten_bind_MdDbRasterImage_SetLinetypeId_1=function(){return(J_=b._emscripten_bind_MdDbRasterImage_SetLinetypeId_1=b.asm.emscripten_bind_MdDbRasterImage_SetLinetypeId_1).apply(null,arguments)},K_=b._emscripten_bind_MdDbRasterImage_Linetype_0=function(){return(K_=b._emscripten_bind_MdDbRasterImage_Linetype_0=b.asm.emscripten_bind_MdDbRasterImage_Linetype_0).apply(null,arguments)},L_=b._emscripten_bind_MdDbRasterImage_SetLinetype_1=
  1082. function(){return(L_=b._emscripten_bind_MdDbRasterImage_SetLinetype_1=b.asm.emscripten_bind_MdDbRasterImage_SetLinetype_1).apply(null,arguments)},M_=b._emscripten_bind_MdDbRasterImage_TextStyleId_0=function(){return(M_=b._emscripten_bind_MdDbRasterImage_TextStyleId_0=b.asm.emscripten_bind_MdDbRasterImage_TextStyleId_0).apply(null,arguments)},N_=b._emscripten_bind_MdDbRasterImage_SetTextStyleId_1=function(){return(N_=b._emscripten_bind_MdDbRasterImage_SetTextStyleId_1=b.asm.emscripten_bind_MdDbRasterImage_SetTextStyleId_1).apply(null,
  1083. arguments)},O_=b._emscripten_bind_MdDbRasterImage_IntersectWith_2=function(){return(O_=b._emscripten_bind_MdDbRasterImage_IntersectWith_2=b.asm.emscripten_bind_MdDbRasterImage_IntersectWith_2).apply(null,arguments)},P_=b._emscripten_bind_MdDbRasterImage_getArea_0=function(){return(P_=b._emscripten_bind_MdDbRasterImage_getArea_0=b.asm.emscripten_bind_MdDbRasterImage_getArea_0).apply(null,arguments)},Q_=b._emscripten_bind_MdDbRasterImage_disableUpdateDisplay_1=function(){return(Q_=b._emscripten_bind_MdDbRasterImage_disableUpdateDisplay_1=
  1084. b.asm.emscripten_bind_MdDbRasterImage_disableUpdateDisplay_1).apply(null,arguments)},R_=b._emscripten_bind_MdDbRasterImage_isPropertiesWindowCustom_0=function(){return(R_=b._emscripten_bind_MdDbRasterImage_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbRasterImage_isPropertiesWindowCustom_0).apply(null,arguments)},S_=b._emscripten_bind_MdDbRasterImage_setPropertiesWindowCustom_1=function(){return(S_=b._emscripten_bind_MdDbRasterImage_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbRasterImage_setPropertiesWindowCustom_1).apply(null,
  1085. arguments)},T_=b._emscripten_bind_MdDbRasterImage_updateDisplay_0=function(){return(T_=b._emscripten_bind_MdDbRasterImage_updateDisplay_0=b.asm.emscripten_bind_MdDbRasterImage_updateDisplay_0).apply(null,arguments)},U_=b._emscripten_bind_MdDbRasterImage_DrawOrder_0=function(){return(U_=b._emscripten_bind_MdDbRasterImage_DrawOrder_0=b.asm.emscripten_bind_MdDbRasterImage_DrawOrder_0).apply(null,arguments)},V_=b._emscripten_bind_MdDbRasterImage_SetDrawOrder_1=function(){return(V_=b._emscripten_bind_MdDbRasterImage_SetDrawOrder_1=
  1086. b.asm.emscripten_bind_MdDbRasterImage_SetDrawOrder_1).apply(null,arguments)},W_=b._emscripten_bind_MdDbRasterImage_GetObjectID_0=function(){return(W_=b._emscripten_bind_MdDbRasterImage_GetObjectID_0=b.asm.emscripten_bind_MdDbRasterImage_GetObjectID_0).apply(null,arguments)},X_=b._emscripten_bind_MdDbRasterImage_Erase_0=function(){return(X_=b._emscripten_bind_MdDbRasterImage_Erase_0=b.asm.emscripten_bind_MdDbRasterImage_Erase_0).apply(null,arguments)},Y_=b._emscripten_bind_MdDbRasterImage_isErased_0=
  1087. function(){return(Y_=b._emscripten_bind_MdDbRasterImage_isErased_0=b.asm.emscripten_bind_MdDbRasterImage_isErased_0).apply(null,arguments)},Z_=b._emscripten_bind_MdDbRasterImage_unErase_0=function(){return(Z_=b._emscripten_bind_MdDbRasterImage_unErase_0=b.asm.emscripten_bind_MdDbRasterImage_unErase_0).apply(null,arguments)},$_=b._emscripten_bind_MdDbRasterImage_ConnectionTempObject_1=function(){return($_=b._emscripten_bind_MdDbRasterImage_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRasterImage_ConnectionTempObject_1).apply(null,
  1088. arguments)},a0=b._emscripten_bind_MdDbRasterImage_GetExtensionDictionary_0=function(){return(a0=b._emscripten_bind_MdDbRasterImage_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImage_GetExtensionDictionary_0).apply(null,arguments)},b0=b._emscripten_bind_MdDbRasterImage_CreateExtensionDictionary_0=function(){return(b0=b._emscripten_bind_MdDbRasterImage_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImage_CreateExtensionDictionary_0).apply(null,arguments)},c0=b._emscripten_bind_MdDbRasterImage_IsHaveExtensionDictionary_0=
  1089. function(){return(c0=b._emscripten_bind_MdDbRasterImage_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImage_IsHaveExtensionDictionary_0).apply(null,arguments)},d0=b._emscripten_bind_MdDbRasterImage_Clone_0=function(){return(d0=b._emscripten_bind_MdDbRasterImage_Clone_0=b.asm.emscripten_bind_MdDbRasterImage_Clone_0).apply(null,arguments)},e0=b._emscripten_bind_MdDbRasterImage_GetHandle_0=function(){return(e0=b._emscripten_bind_MdDbRasterImage_GetHandle_0=b.asm.emscripten_bind_MdDbRasterImage_GetHandle_0).apply(null,
  1090. arguments)},f0=b._emscripten_bind_MdDbRasterImage_GetDatabase_0=function(){return(f0=b._emscripten_bind_MdDbRasterImage_GetDatabase_0=b.asm.emscripten_bind_MdDbRasterImage_GetDatabase_0).apply(null,arguments)},g0=b._emscripten_bind_MdDbRasterImage_GetDatabaseIndexId_0=function(){return(g0=b._emscripten_bind_MdDbRasterImage_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbRasterImage_GetDatabaseIndexId_0).apply(null,arguments)},h0=b._emscripten_bind_MdDbRasterImage_GetOwnerID_0=function(){return(h0=
  1091. b._emscripten_bind_MdDbRasterImage_GetOwnerID_0=b.asm.emscripten_bind_MdDbRasterImage_GetOwnerID_0).apply(null,arguments)},i0=b._emscripten_bind_MdDbRasterImage_moveGripPointsAt_4=function(){return(i0=b._emscripten_bind_MdDbRasterImage_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbRasterImage_moveGripPointsAt_4).apply(null,arguments)},j0=b._emscripten_bind_MdDbRasterImage_getGripPoints_0=function(){return(j0=b._emscripten_bind_MdDbRasterImage_getGripPoints_0=b.asm.emscripten_bind_MdDbRasterImage_getGripPoints_0).apply(null,
  1092. arguments)},k0=b._emscripten_bind_MdDbRasterImage_getObjectName_0=function(){return(k0=b._emscripten_bind_MdDbRasterImage_getObjectName_0=b.asm.emscripten_bind_MdDbRasterImage_getObjectName_0).apply(null,arguments)},l0=b._emscripten_bind_MdDbRasterImage_getDxf0_0=function(){return(l0=b._emscripten_bind_MdDbRasterImage_getDxf0_0=b.asm.emscripten_bind_MdDbRasterImage_getDxf0_0).apply(null,arguments)},m0=b._emscripten_bind_MdDbRasterImage_getCustomEntityTypeName_0=function(){return(m0=b._emscripten_bind_MdDbRasterImage_getCustomEntityTypeName_0=
  1093. b.asm.emscripten_bind_MdDbRasterImage_getCustomEntityTypeName_0).apply(null,arguments)},n0=b._emscripten_bind_MdDbRasterImage_getCustomEntityid_0=function(){return(n0=b._emscripten_bind_MdDbRasterImage_getCustomEntityid_0=b.asm.emscripten_bind_MdDbRasterImage_getCustomEntityid_0).apply(null,arguments)},o0=b._emscripten_bind_MdDbRasterImage_getCustomEntityTempid_0=function(){return(o0=b._emscripten_bind_MdDbRasterImage_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbRasterImage_getCustomEntityTempid_0).apply(null,
  1094. arguments)},p0=b._emscripten_bind_MdDbRasterImage_setCustomEntityTempid_1=function(){return(p0=b._emscripten_bind_MdDbRasterImage_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbRasterImage_setCustomEntityTempid_1).apply(null,arguments)},q0=b._emscripten_bind_MdDbRasterImage_getJson_0=function(){return(q0=b._emscripten_bind_MdDbRasterImage_getJson_0=b.asm.emscripten_bind_MdDbRasterImage_getJson_0).apply(null,arguments)},r0=b._emscripten_bind_MdDbRasterImage_setJson_1=function(){return(r0=b._emscripten_bind_MdDbRasterImage_setJson_1=
  1095. b.asm.emscripten_bind_MdDbRasterImage_setJson_1).apply(null,arguments)},s0=b._emscripten_bind_MdDbRasterImage_isKindOf_1=function(){return(s0=b._emscripten_bind_MdDbRasterImage_isKindOf_1=b.asm.emscripten_bind_MdDbRasterImage_isKindOf_1).apply(null,arguments)},t0=b._emscripten_bind_MdDbRasterImage_isNull_0=function(){return(t0=b._emscripten_bind_MdDbRasterImage_isNull_0=b.asm.emscripten_bind_MdDbRasterImage_isNull_0).apply(null,arguments)},u0=b._emscripten_bind_MdDbRasterImage___destroy___0=function(){return(u0=
  1096. b._emscripten_bind_MdDbRasterImage___destroy___0=b.asm.emscripten_bind_MdDbRasterImage___destroy___0).apply(null,arguments)},v0=b._emscripten_bind_MdDbRasterImageDef_MdDbRasterImageDef_0=function(){return(v0=b._emscripten_bind_MdDbRasterImageDef_MdDbRasterImageDef_0=b.asm.emscripten_bind_MdDbRasterImageDef_MdDbRasterImageDef_0).apply(null,arguments)},w0=b._emscripten_bind_MdDbRasterImageDef_setSourceFileName_1=function(){return(w0=b._emscripten_bind_MdDbRasterImageDef_setSourceFileName_1=b.asm.emscripten_bind_MdDbRasterImageDef_setSourceFileName_1).apply(null,
  1097. arguments)},x0=b._emscripten_bind_MdDbRasterImageDef_sourceFileName_0=function(){return(x0=b._emscripten_bind_MdDbRasterImageDef_sourceFileName_0=b.asm.emscripten_bind_MdDbRasterImageDef_sourceFileName_0).apply(null,arguments)},y0=b._emscripten_bind_MdDbRasterImageDef_GetObjectID_0=function(){return(y0=b._emscripten_bind_MdDbRasterImageDef_GetObjectID_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetObjectID_0).apply(null,arguments)},z0=b._emscripten_bind_MdDbRasterImageDef_Erase_0=function(){return(z0=
  1098. b._emscripten_bind_MdDbRasterImageDef_Erase_0=b.asm.emscripten_bind_MdDbRasterImageDef_Erase_0).apply(null,arguments)},A0=b._emscripten_bind_MdDbRasterImageDef_isErased_0=function(){return(A0=b._emscripten_bind_MdDbRasterImageDef_isErased_0=b.asm.emscripten_bind_MdDbRasterImageDef_isErased_0).apply(null,arguments)},B0=b._emscripten_bind_MdDbRasterImageDef_unErase_0=function(){return(B0=b._emscripten_bind_MdDbRasterImageDef_unErase_0=b.asm.emscripten_bind_MdDbRasterImageDef_unErase_0).apply(null,arguments)},
  1099. C0=b._emscripten_bind_MdDbRasterImageDef_ConnectionTempObject_1=function(){return(C0=b._emscripten_bind_MdDbRasterImageDef_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRasterImageDef_ConnectionTempObject_1).apply(null,arguments)},D0=b._emscripten_bind_MdDbRasterImageDef_GetExtensionDictionary_0=function(){return(D0=b._emscripten_bind_MdDbRasterImageDef_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetExtensionDictionary_0).apply(null,arguments)},E0=b._emscripten_bind_MdDbRasterImageDef_CreateExtensionDictionary_0=
  1100. function(){return(E0=b._emscripten_bind_MdDbRasterImageDef_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImageDef_CreateExtensionDictionary_0).apply(null,arguments)},F0=b._emscripten_bind_MdDbRasterImageDef_IsHaveExtensionDictionary_0=function(){return(F0=b._emscripten_bind_MdDbRasterImageDef_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbRasterImageDef_IsHaveExtensionDictionary_0).apply(null,arguments)},G0=b._emscripten_bind_MdDbRasterImageDef_Clone_0=function(){return(G0=b._emscripten_bind_MdDbRasterImageDef_Clone_0=
  1101. b.asm.emscripten_bind_MdDbRasterImageDef_Clone_0).apply(null,arguments)},H0=b._emscripten_bind_MdDbRasterImageDef_GetHandle_0=function(){return(H0=b._emscripten_bind_MdDbRasterImageDef_GetHandle_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetHandle_0).apply(null,arguments)},I0=b._emscripten_bind_MdDbRasterImageDef_GetDatabase_0=function(){return(I0=b._emscripten_bind_MdDbRasterImageDef_GetDatabase_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetDatabase_0).apply(null,arguments)},J0=b._emscripten_bind_MdDbRasterImageDef_GetDatabaseIndexId_0=
  1102. function(){return(J0=b._emscripten_bind_MdDbRasterImageDef_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetDatabaseIndexId_0).apply(null,arguments)},K0=b._emscripten_bind_MdDbRasterImageDef_GetOwnerID_0=function(){return(K0=b._emscripten_bind_MdDbRasterImageDef_GetOwnerID_0=b.asm.emscripten_bind_MdDbRasterImageDef_GetOwnerID_0).apply(null,arguments)},L0=b._emscripten_bind_MdDbRasterImageDef_moveGripPointsAt_4=function(){return(L0=b._emscripten_bind_MdDbRasterImageDef_moveGripPointsAt_4=
  1103. b.asm.emscripten_bind_MdDbRasterImageDef_moveGripPointsAt_4).apply(null,arguments)},M0=b._emscripten_bind_MdDbRasterImageDef_getGripPoints_0=function(){return(M0=b._emscripten_bind_MdDbRasterImageDef_getGripPoints_0=b.asm.emscripten_bind_MdDbRasterImageDef_getGripPoints_0).apply(null,arguments)},N0=b._emscripten_bind_MdDbRasterImageDef_getObjectName_0=function(){return(N0=b._emscripten_bind_MdDbRasterImageDef_getObjectName_0=b.asm.emscripten_bind_MdDbRasterImageDef_getObjectName_0).apply(null,arguments)},
  1104. O0=b._emscripten_bind_MdDbRasterImageDef_getDxf0_0=function(){return(O0=b._emscripten_bind_MdDbRasterImageDef_getDxf0_0=b.asm.emscripten_bind_MdDbRasterImageDef_getDxf0_0).apply(null,arguments)},P0=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTypeName_0=function(){return(P0=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbRasterImageDef_getCustomEntityTypeName_0).apply(null,arguments)},Q0=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityid_0=function(){return(Q0=
  1105. b._emscripten_bind_MdDbRasterImageDef_getCustomEntityid_0=b.asm.emscripten_bind_MdDbRasterImageDef_getCustomEntityid_0).apply(null,arguments)},R0=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTempid_0=function(){return(R0=b._emscripten_bind_MdDbRasterImageDef_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbRasterImageDef_getCustomEntityTempid_0).apply(null,arguments)},S0=b._emscripten_bind_MdDbRasterImageDef_setCustomEntityTempid_1=function(){return(S0=b._emscripten_bind_MdDbRasterImageDef_setCustomEntityTempid_1=
  1106. b.asm.emscripten_bind_MdDbRasterImageDef_setCustomEntityTempid_1).apply(null,arguments)},T0=b._emscripten_bind_MdDbRasterImageDef_getJson_0=function(){return(T0=b._emscripten_bind_MdDbRasterImageDef_getJson_0=b.asm.emscripten_bind_MdDbRasterImageDef_getJson_0).apply(null,arguments)},U0=b._emscripten_bind_MdDbRasterImageDef_setJson_1=function(){return(U0=b._emscripten_bind_MdDbRasterImageDef_setJson_1=b.asm.emscripten_bind_MdDbRasterImageDef_setJson_1).apply(null,arguments)},V0=b._emscripten_bind_MdDbRasterImageDef_isKindOf_1=
  1107. function(){return(V0=b._emscripten_bind_MdDbRasterImageDef_isKindOf_1=b.asm.emscripten_bind_MdDbRasterImageDef_isKindOf_1).apply(null,arguments)},W0=b._emscripten_bind_MdDbRasterImageDef_isNull_0=function(){return(W0=b._emscripten_bind_MdDbRasterImageDef_isNull_0=b.asm.emscripten_bind_MdDbRasterImageDef_isNull_0).apply(null,arguments)},X0=b._emscripten_bind_MdDbRasterImageDef___destroy___0=function(){return(X0=b._emscripten_bind_MdDbRasterImageDef___destroy___0=b.asm.emscripten_bind_MdDbRasterImageDef___destroy___0).apply(null,
  1108. arguments)},Y0=b._emscripten_bind_MdDbDictionary_MdDbDictionary_0=function(){return(Y0=b._emscripten_bind_MdDbDictionary_MdDbDictionary_0=b.asm.emscripten_bind_MdDbDictionary_MdDbDictionary_0).apply(null,arguments)},Z0=b._emscripten_bind_MdDbDictionary_remove_1=function(){return(Z0=b._emscripten_bind_MdDbDictionary_remove_1=b.asm.emscripten_bind_MdDbDictionary_remove_1).apply(null,arguments)},$0=b._emscripten_bind_MdDbDictionary_addObject_2=function(){return($0=b._emscripten_bind_MdDbDictionary_addObject_2=
  1109. b.asm.emscripten_bind_MdDbDictionary_addObject_2).apply(null,arguments)},a1=b._emscripten_bind_MdDbDictionary_getAllObject_0=function(){return(a1=b._emscripten_bind_MdDbDictionary_getAllObject_0=b.asm.emscripten_bind_MdDbDictionary_getAllObject_0).apply(null,arguments)},b1=b._emscripten_bind_MdDbDictionary_getAllObjectName_0=function(){return(b1=b._emscripten_bind_MdDbDictionary_getAllObjectName_0=b.asm.emscripten_bind_MdDbDictionary_getAllObjectName_0).apply(null,arguments)},c1=b._emscripten_bind_MdDbDictionary_getAt_2=
  1110. function(){return(c1=b._emscripten_bind_MdDbDictionary_getAt_2=b.asm.emscripten_bind_MdDbDictionary_getAt_2).apply(null,arguments)},d1=b._emscripten_bind_MdDbDictionary_GetObjectID_0=function(){return(d1=b._emscripten_bind_MdDbDictionary_GetObjectID_0=b.asm.emscripten_bind_MdDbDictionary_GetObjectID_0).apply(null,arguments)},e1=b._emscripten_bind_MdDbDictionary_Erase_0=function(){return(e1=b._emscripten_bind_MdDbDictionary_Erase_0=b.asm.emscripten_bind_MdDbDictionary_Erase_0).apply(null,arguments)},
  1111. f1=b._emscripten_bind_MdDbDictionary_isErased_0=function(){return(f1=b._emscripten_bind_MdDbDictionary_isErased_0=b.asm.emscripten_bind_MdDbDictionary_isErased_0).apply(null,arguments)},g1=b._emscripten_bind_MdDbDictionary_unErase_0=function(){return(g1=b._emscripten_bind_MdDbDictionary_unErase_0=b.asm.emscripten_bind_MdDbDictionary_unErase_0).apply(null,arguments)},h1=b._emscripten_bind_MdDbDictionary_ConnectionTempObject_1=function(){return(h1=b._emscripten_bind_MdDbDictionary_ConnectionTempObject_1=
  1112. b.asm.emscripten_bind_MdDbDictionary_ConnectionTempObject_1).apply(null,arguments)},i1=b._emscripten_bind_MdDbDictionary_GetExtensionDictionary_0=function(){return(i1=b._emscripten_bind_MdDbDictionary_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbDictionary_GetExtensionDictionary_0).apply(null,arguments)},j1=b._emscripten_bind_MdDbDictionary_CreateExtensionDictionary_0=function(){return(j1=b._emscripten_bind_MdDbDictionary_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbDictionary_CreateExtensionDictionary_0).apply(null,
  1113. arguments)},k1=b._emscripten_bind_MdDbDictionary_IsHaveExtensionDictionary_0=function(){return(k1=b._emscripten_bind_MdDbDictionary_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbDictionary_IsHaveExtensionDictionary_0).apply(null,arguments)},l1=b._emscripten_bind_MdDbDictionary_Clone_0=function(){return(l1=b._emscripten_bind_MdDbDictionary_Clone_0=b.asm.emscripten_bind_MdDbDictionary_Clone_0).apply(null,arguments)},m1=b._emscripten_bind_MdDbDictionary_GetHandle_0=function(){return(m1=b._emscripten_bind_MdDbDictionary_GetHandle_0=
  1114. b.asm.emscripten_bind_MdDbDictionary_GetHandle_0).apply(null,arguments)},n1=b._emscripten_bind_MdDbDictionary_GetDatabase_0=function(){return(n1=b._emscripten_bind_MdDbDictionary_GetDatabase_0=b.asm.emscripten_bind_MdDbDictionary_GetDatabase_0).apply(null,arguments)},o1=b._emscripten_bind_MdDbDictionary_GetDatabaseIndexId_0=function(){return(o1=b._emscripten_bind_MdDbDictionary_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbDictionary_GetDatabaseIndexId_0).apply(null,arguments)},p1=b._emscripten_bind_MdDbDictionary_GetOwnerID_0=
  1115. function(){return(p1=b._emscripten_bind_MdDbDictionary_GetOwnerID_0=b.asm.emscripten_bind_MdDbDictionary_GetOwnerID_0).apply(null,arguments)},q1=b._emscripten_bind_MdDbDictionary_moveGripPointsAt_4=function(){return(q1=b._emscripten_bind_MdDbDictionary_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbDictionary_moveGripPointsAt_4).apply(null,arguments)},r1=b._emscripten_bind_MdDbDictionary_getGripPoints_0=function(){return(r1=b._emscripten_bind_MdDbDictionary_getGripPoints_0=b.asm.emscripten_bind_MdDbDictionary_getGripPoints_0).apply(null,
  1116. arguments)},s1=b._emscripten_bind_MdDbDictionary_getObjectName_0=function(){return(s1=b._emscripten_bind_MdDbDictionary_getObjectName_0=b.asm.emscripten_bind_MdDbDictionary_getObjectName_0).apply(null,arguments)},t1=b._emscripten_bind_MdDbDictionary_getDxf0_0=function(){return(t1=b._emscripten_bind_MdDbDictionary_getDxf0_0=b.asm.emscripten_bind_MdDbDictionary_getDxf0_0).apply(null,arguments)},u1=b._emscripten_bind_MdDbDictionary_getCustomEntityTypeName_0=function(){return(u1=b._emscripten_bind_MdDbDictionary_getCustomEntityTypeName_0=
  1117. b.asm.emscripten_bind_MdDbDictionary_getCustomEntityTypeName_0).apply(null,arguments)},v1=b._emscripten_bind_MdDbDictionary_getCustomEntityid_0=function(){return(v1=b._emscripten_bind_MdDbDictionary_getCustomEntityid_0=b.asm.emscripten_bind_MdDbDictionary_getCustomEntityid_0).apply(null,arguments)},w1=b._emscripten_bind_MdDbDictionary_getCustomEntityTempid_0=function(){return(w1=b._emscripten_bind_MdDbDictionary_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbDictionary_getCustomEntityTempid_0).apply(null,
  1118. arguments)},x1=b._emscripten_bind_MdDbDictionary_setCustomEntityTempid_1=function(){return(x1=b._emscripten_bind_MdDbDictionary_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbDictionary_setCustomEntityTempid_1).apply(null,arguments)},y1=b._emscripten_bind_MdDbDictionary_getJson_0=function(){return(y1=b._emscripten_bind_MdDbDictionary_getJson_0=b.asm.emscripten_bind_MdDbDictionary_getJson_0).apply(null,arguments)},z1=b._emscripten_bind_MdDbDictionary_setJson_1=function(){return(z1=b._emscripten_bind_MdDbDictionary_setJson_1=
  1119. b.asm.emscripten_bind_MdDbDictionary_setJson_1).apply(null,arguments)},A1=b._emscripten_bind_MdDbDictionary_isKindOf_1=function(){return(A1=b._emscripten_bind_MdDbDictionary_isKindOf_1=b.asm.emscripten_bind_MdDbDictionary_isKindOf_1).apply(null,arguments)},B1=b._emscripten_bind_MdDbDictionary_isNull_0=function(){return(B1=b._emscripten_bind_MdDbDictionary_isNull_0=b.asm.emscripten_bind_MdDbDictionary_isNull_0).apply(null,arguments)},C1=b._emscripten_bind_MdDbDictionary___destroy___0=function(){return(C1=
  1120. b._emscripten_bind_MdDbDictionary___destroy___0=b.asm.emscripten_bind_MdDbDictionary___destroy___0).apply(null,arguments)},D1=b._emscripten_bind_MdDbXrecord_MdDbXrecord_0=function(){return(D1=b._emscripten_bind_MdDbXrecord_MdDbXrecord_0=b.asm.emscripten_bind_MdDbXrecord_MdDbXrecord_0).apply(null,arguments)},E1=b._emscripten_bind_MdDbXrecord_getData_0=function(){return(E1=b._emscripten_bind_MdDbXrecord_getData_0=b.asm.emscripten_bind_MdDbXrecord_getData_0).apply(null,arguments)},F1=b._emscripten_bind_MdDbXrecord_setData_1=
  1121. function(){return(F1=b._emscripten_bind_MdDbXrecord_setData_1=b.asm.emscripten_bind_MdDbXrecord_setData_1).apply(null,arguments)},G1=b._emscripten_bind_MdDbXrecord_GetObjectID_0=function(){return(G1=b._emscripten_bind_MdDbXrecord_GetObjectID_0=b.asm.emscripten_bind_MdDbXrecord_GetObjectID_0).apply(null,arguments)},H1=b._emscripten_bind_MdDbXrecord_Erase_0=function(){return(H1=b._emscripten_bind_MdDbXrecord_Erase_0=b.asm.emscripten_bind_MdDbXrecord_Erase_0).apply(null,arguments)},I1=b._emscripten_bind_MdDbXrecord_isErased_0=
  1122. function(){return(I1=b._emscripten_bind_MdDbXrecord_isErased_0=b.asm.emscripten_bind_MdDbXrecord_isErased_0).apply(null,arguments)},J1=b._emscripten_bind_MdDbXrecord_unErase_0=function(){return(J1=b._emscripten_bind_MdDbXrecord_unErase_0=b.asm.emscripten_bind_MdDbXrecord_unErase_0).apply(null,arguments)},K1=b._emscripten_bind_MdDbXrecord_ConnectionTempObject_1=function(){return(K1=b._emscripten_bind_MdDbXrecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbXrecord_ConnectionTempObject_1).apply(null,
  1123. arguments)},L1=b._emscripten_bind_MdDbXrecord_GetExtensionDictionary_0=function(){return(L1=b._emscripten_bind_MdDbXrecord_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbXrecord_GetExtensionDictionary_0).apply(null,arguments)},M1=b._emscripten_bind_MdDbXrecord_CreateExtensionDictionary_0=function(){return(M1=b._emscripten_bind_MdDbXrecord_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbXrecord_CreateExtensionDictionary_0).apply(null,arguments)},N1=b._emscripten_bind_MdDbXrecord_IsHaveExtensionDictionary_0=
  1124. function(){return(N1=b._emscripten_bind_MdDbXrecord_IsHaveExtensionDictionary_0=b.asm.emscripten_bind_MdDbXrecord_IsHaveExtensionDictionary_0).apply(null,arguments)},O1=b._emscripten_bind_MdDbXrecord_Clone_0=function(){return(O1=b._emscripten_bind_MdDbXrecord_Clone_0=b.asm.emscripten_bind_MdDbXrecord_Clone_0).apply(null,arguments)},P1=b._emscripten_bind_MdDbXrecord_GetHandle_0=function(){return(P1=b._emscripten_bind_MdDbXrecord_GetHandle_0=b.asm.emscripten_bind_MdDbXrecord_GetHandle_0).apply(null,
  1125. arguments)},Q1=b._emscripten_bind_MdDbXrecord_GetDatabase_0=function(){return(Q1=b._emscripten_bind_MdDbXrecord_GetDatabase_0=b.asm.emscripten_bind_MdDbXrecord_GetDatabase_0).apply(null,arguments)},R1=b._emscripten_bind_MdDbXrecord_GetDatabaseIndexId_0=function(){return(R1=b._emscripten_bind_MdDbXrecord_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbXrecord_GetDatabaseIndexId_0).apply(null,arguments)},S1=b._emscripten_bind_MdDbXrecord_GetOwnerID_0=function(){return(S1=b._emscripten_bind_MdDbXrecord_GetOwnerID_0=
  1126. b.asm.emscripten_bind_MdDbXrecord_GetOwnerID_0).apply(null,arguments)},T1=b._emscripten_bind_MdDbXrecord_moveGripPointsAt_4=function(){return(T1=b._emscripten_bind_MdDbXrecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbXrecord_moveGripPointsAt_4).apply(null,arguments)},U1=b._emscripten_bind_MdDbXrecord_getGripPoints_0=function(){return(U1=b._emscripten_bind_MdDbXrecord_getGripPoints_0=b.asm.emscripten_bind_MdDbXrecord_getGripPoints_0).apply(null,arguments)},V1=b._emscripten_bind_MdDbXrecord_getObjectName_0=
  1127. function(){return(V1=b._emscripten_bind_MdDbXrecord_getObjectName_0=b.asm.emscripten_bind_MdDbXrecord_getObjectName_0).apply(null,arguments)},W1=b._emscripten_bind_MdDbXrecord_getDxf0_0=function(){return(W1=b._emscripten_bind_MdDbXrecord_getDxf0_0=b.asm.emscripten_bind_MdDbXrecord_getDxf0_0).apply(null,arguments)},X1=b._emscripten_bind_MdDbXrecord_getCustomEntityTypeName_0=function(){return(X1=b._emscripten_bind_MdDbXrecord_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbXrecord_getCustomEntityTypeName_0).apply(null,
  1128. arguments)},Y1=b._emscripten_bind_MdDbXrecord_getCustomEntityid_0=function(){return(Y1=b._emscripten_bind_MdDbXrecord_getCustomEntityid_0=b.asm.emscripten_bind_MdDbXrecord_getCustomEntityid_0).apply(null,arguments)},Z1=b._emscripten_bind_MdDbXrecord_getCustomEntityTempid_0=function(){return(Z1=b._emscripten_bind_MdDbXrecord_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbXrecord_getCustomEntityTempid_0).apply(null,arguments)},$1=b._emscripten_bind_MdDbXrecord_setCustomEntityTempid_1=function(){return($1=
  1129. b._emscripten_bind_MdDbXrecord_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbXrecord_setCustomEntityTempid_1).apply(null,arguments)},a2=b._emscripten_bind_MdDbXrecord_getJson_0=function(){return(a2=b._emscripten_bind_MdDbXrecord_getJson_0=b.asm.emscripten_bind_MdDbXrecord_getJson_0).apply(null,arguments)},b2=b._emscripten_bind_MdDbXrecord_setJson_1=function(){return(b2=b._emscripten_bind_MdDbXrecord_setJson_1=b.asm.emscripten_bind_MdDbXrecord_setJson_1).apply(null,arguments)},c2=b._emscripten_bind_MdDbXrecord_isKindOf_1=
  1130. function(){return(c2=b._emscripten_bind_MdDbXrecord_isKindOf_1=b.asm.emscripten_bind_MdDbXrecord_isKindOf_1).apply(null,arguments)},d2=b._emscripten_bind_MdDbXrecord_isNull_0=function(){return(d2=b._emscripten_bind_MdDbXrecord_isNull_0=b.asm.emscripten_bind_MdDbXrecord_isNull_0).apply(null,arguments)},e2=b._emscripten_bind_MdDbXrecord___destroy___0=function(){return(e2=b._emscripten_bind_MdDbXrecord___destroy___0=b.asm.emscripten_bind_MdDbXrecord___destroy___0).apply(null,arguments)},f2=b._emscripten_bind_MdDbCustomEntity_MdDbCustomEntity_1=
  1131. function(){return(f2=b._emscripten_bind_MdDbCustomEntity_MdDbCustomEntity_1=b.asm.emscripten_bind_MdDbCustomEntity_MdDbCustomEntity_1).apply(null,arguments)},g2=b._emscripten_bind_MdDbCustomEntity_getFilter_1=function(){return(g2=b._emscripten_bind_MdDbCustomEntity_getFilter_1=b.asm.emscripten_bind_MdDbCustomEntity_getFilter_1).apply(null,arguments)},h2=b._emscripten_bind_MdDbCustomEntity_assertWrite_5=function(){return(h2=b._emscripten_bind_MdDbCustomEntity_assertWrite_5=b.asm.emscripten_bind_MdDbCustomEntity_assertWrite_5).apply(null,
  1132. arguments)},i2=b._emscripten_bind_MdDbCustomEntity_explode_0=function(){return(i2=b._emscripten_bind_MdDbCustomEntity_explode_0=b.asm.emscripten_bind_MdDbCustomEntity_explode_0).apply(null,arguments)},j2=b._emscripten_bind_MdDbCustomEntity_TrueColor_0=function(){return(j2=b._emscripten_bind_MdDbCustomEntity_TrueColor_0=b.asm.emscripten_bind_MdDbCustomEntity_TrueColor_0).apply(null,arguments)},k2=b._emscripten_bind_MdDbCustomEntity_SetTrueColor_1=function(){return(k2=b._emscripten_bind_MdDbCustomEntity_SetTrueColor_1=
  1133. b.asm.emscripten_bind_MdDbCustomEntity_SetTrueColor_1).apply(null,arguments)},l2=b._emscripten_bind_MdDbCustomEntity_ColorIndex_0=function(){return(l2=b._emscripten_bind_MdDbCustomEntity_ColorIndex_0=b.asm.emscripten_bind_MdDbCustomEntity_ColorIndex_0).apply(null,arguments)},m2=b._emscripten_bind_MdDbCustomEntity_SetColorIndex_1=function(){return(m2=b._emscripten_bind_MdDbCustomEntity_SetColorIndex_1=b.asm.emscripten_bind_MdDbCustomEntity_SetColorIndex_1).apply(null,arguments)},n2=b._emscripten_bind_MdDbCustomEntity_Layer_0=
  1134. function(){return(n2=b._emscripten_bind_MdDbCustomEntity_Layer_0=b.asm.emscripten_bind_MdDbCustomEntity_Layer_0).apply(null,arguments)},o2=b._emscripten_bind_MdDbCustomEntity_SetLayer_1=function(){return(o2=b._emscripten_bind_MdDbCustomEntity_SetLayer_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLayer_1).apply(null,arguments)},p2=b._emscripten_bind_MdDbCustomEntity_LinetypeScale_0=function(){return(p2=b._emscripten_bind_MdDbCustomEntity_LinetypeScale_0=b.asm.emscripten_bind_MdDbCustomEntity_LinetypeScale_0).apply(null,
  1135. arguments)},q2=b._emscripten_bind_MdDbCustomEntity_SetLinetypeScale_1=function(){return(q2=b._emscripten_bind_MdDbCustomEntity_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLinetypeScale_1).apply(null,arguments)},r2=b._emscripten_bind_MdDbCustomEntity_Visible_0=function(){return(r2=b._emscripten_bind_MdDbCustomEntity_Visible_0=b.asm.emscripten_bind_MdDbCustomEntity_Visible_0).apply(null,arguments)},s2=b._emscripten_bind_MdDbCustomEntity_SetVisible_1=function(){return(s2=b._emscripten_bind_MdDbCustomEntity_SetVisible_1=
  1136. b.asm.emscripten_bind_MdDbCustomEntity_SetVisible_1).apply(null,arguments)},t2=b._emscripten_bind_MdDbCustomEntity_Lineweight_0=function(){return(t2=b._emscripten_bind_MdDbCustomEntity_Lineweight_0=b.asm.emscripten_bind_MdDbCustomEntity_Lineweight_0).apply(null,arguments)},u2=b._emscripten_bind_MdDbCustomEntity_SetLineweight_1=function(){return(u2=b._emscripten_bind_MdDbCustomEntity_SetLineweight_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLineweight_1).apply(null,arguments)},v2=b._emscripten_bind_MdDbCustomEntity_TextStyle_0=
  1137. function(){return(v2=b._emscripten_bind_MdDbCustomEntity_TextStyle_0=b.asm.emscripten_bind_MdDbCustomEntity_TextStyle_0).apply(null,arguments)},w2=b._emscripten_bind_MdDbCustomEntity_SetTextStyle_1=function(){return(w2=b._emscripten_bind_MdDbCustomEntity_SetTextStyle_1=b.asm.emscripten_bind_MdDbCustomEntity_SetTextStyle_1).apply(null,arguments)},x2=b._emscripten_bind_MdDbCustomEntity_Highlight_1=function(){return(x2=b._emscripten_bind_MdDbCustomEntity_Highlight_1=b.asm.emscripten_bind_MdDbCustomEntity_Highlight_1).apply(null,
  1138. arguments)},y2=b._emscripten_bind_MdDbCustomEntity_Move_2=function(){return(y2=b._emscripten_bind_MdDbCustomEntity_Move_2=b.asm.emscripten_bind_MdDbCustomEntity_Move_2).apply(null,arguments)},z2=b._emscripten_bind_MdDbCustomEntity_Rotate_2=function(){return(z2=b._emscripten_bind_MdDbCustomEntity_Rotate_2=b.asm.emscripten_bind_MdDbCustomEntity_Rotate_2).apply(null,arguments)},A2=b._emscripten_bind_MdDbCustomEntity_Mirror_2=function(){return(A2=b._emscripten_bind_MdDbCustomEntity_Mirror_2=b.asm.emscripten_bind_MdDbCustomEntity_Mirror_2).apply(null,
  1139. arguments)},B2=b._emscripten_bind_MdDbCustomEntity_ScaleEntity_2=function(){return(B2=b._emscripten_bind_MdDbCustomEntity_ScaleEntity_2=b.asm.emscripten_bind_MdDbCustomEntity_ScaleEntity_2).apply(null,arguments)},C2=b._emscripten_bind_MdDbCustomEntity_TransformBy_1=function(){return(C2=b._emscripten_bind_MdDbCustomEntity_TransformBy_1=b.asm.emscripten_bind_MdDbCustomEntity_TransformBy_1).apply(null,arguments)},D2=b._emscripten_bind_MdDbCustomEntity_GetBoundingBox_0=function(){return(D2=b._emscripten_bind_MdDbCustomEntity_GetBoundingBox_0=
  1140. b.asm.emscripten_bind_MdDbCustomEntity_GetBoundingBox_0).apply(null,arguments)},E2=b._emscripten_bind_MdDbCustomEntity_GetXData_1=function(){return(E2=b._emscripten_bind_MdDbCustomEntity_GetXData_1=b.asm.emscripten_bind_MdDbCustomEntity_GetXData_1).apply(null,arguments)},F2=b._emscripten_bind_MdDbCustomEntity_SetXData_1=function(){return(F2=b._emscripten_bind_MdDbCustomEntity_SetXData_1=b.asm.emscripten_bind_MdDbCustomEntity_SetXData_1).apply(null,arguments)},G2=b._emscripten_bind_MdDbCustomEntity_GetxDataString_2=
  1141. function(){return(G2=b._emscripten_bind_MdDbCustomEntity_GetxDataString_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataString_2).apply(null,arguments)},H2=b._emscripten_bind_MdDbCustomEntity_SetxDataString_3=function(){return(H2=b._emscripten_bind_MdDbCustomEntity_SetxDataString_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataString_3).apply(null,arguments)},I2=b._emscripten_bind_MdDbCustomEntity_GetxDataDouble_2=function(){return(I2=b._emscripten_bind_MdDbCustomEntity_GetxDataDouble_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataDouble_2).apply(null,
  1142. arguments)},J2=b._emscripten_bind_MdDbCustomEntity_SetxDataDouble_3=function(){return(J2=b._emscripten_bind_MdDbCustomEntity_SetxDataDouble_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataDouble_3).apply(null,arguments)},K2=b._emscripten_bind_MdDbCustomEntity_GetxDataLong_2=function(){return(K2=b._emscripten_bind_MdDbCustomEntity_GetxDataLong_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataLong_2).apply(null,arguments)},L2=b._emscripten_bind_MdDbCustomEntity_SetxDataLong_3=function(){return(L2=
  1143. b._emscripten_bind_MdDbCustomEntity_SetxDataLong_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataLong_3).apply(null,arguments)},M2=b._emscripten_bind_MdDbCustomEntity_GetxDataPoint_2=function(){return(M2=b._emscripten_bind_MdDbCustomEntity_GetxDataPoint_2=b.asm.emscripten_bind_MdDbCustomEntity_GetxDataPoint_2).apply(null,arguments)},N2=b._emscripten_bind_MdDbCustomEntity_SetxDataPoint_3=function(){return(N2=b._emscripten_bind_MdDbCustomEntity_SetxDataPoint_3=b.asm.emscripten_bind_MdDbCustomEntity_SetxDataPoint_3).apply(null,
  1144. arguments)},O2=b._emscripten_bind_MdDbCustomEntity_DeleteXData_1=function(){return(O2=b._emscripten_bind_MdDbCustomEntity_DeleteXData_1=b.asm.emscripten_bind_MdDbCustomEntity_DeleteXData_1).apply(null,arguments)},P2=b._emscripten_bind_MdDbCustomEntity_GetAllAppName_0=function(){return(P2=b._emscripten_bind_MdDbCustomEntity_GetAllAppName_0=b.asm.emscripten_bind_MdDbCustomEntity_GetAllAppName_0).apply(null,arguments)},Q2=b._emscripten_bind_MdDbCustomEntity_LayerId_0=function(){return(Q2=b._emscripten_bind_MdDbCustomEntity_LayerId_0=
  1145. b.asm.emscripten_bind_MdDbCustomEntity_LayerId_0).apply(null,arguments)},R2=b._emscripten_bind_MdDbCustomEntity_SetLayerId_1=function(){return(R2=b._emscripten_bind_MdDbCustomEntity_SetLayerId_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLayerId_1).apply(null,arguments)},S2=b._emscripten_bind_MdDbCustomEntity_LinetypeId_0=function(){return(S2=b._emscripten_bind_MdDbCustomEntity_LinetypeId_0=b.asm.emscripten_bind_MdDbCustomEntity_LinetypeId_0).apply(null,arguments)},T2=b._emscripten_bind_MdDbCustomEntity_SetLinetypeId_1=
  1146. function(){return(T2=b._emscripten_bind_MdDbCustomEntity_SetLinetypeId_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLinetypeId_1).apply(null,arguments)},U2=b._emscripten_bind_MdDbCustomEntity_Linetype_0=function(){return(U2=b._emscripten_bind_MdDbCustomEntity_Linetype_0=b.asm.emscripten_bind_MdDbCustomEntity_Linetype_0).apply(null,arguments)},V2=b._emscripten_bind_MdDbCustomEntity_SetLinetype_1=function(){return(V2=b._emscripten_bind_MdDbCustomEntity_SetLinetype_1=b.asm.emscripten_bind_MdDbCustomEntity_SetLinetype_1).apply(null,
  1147. arguments)},W2=b._emscripten_bind_MdDbCustomEntity_TextStyleId_0=function(){return(W2=b._emscripten_bind_MdDbCustomEntity_TextStyleId_0=b.asm.emscripten_bind_MdDbCustomEntity_TextStyleId_0).apply(null,arguments)},X2=b._emscripten_bind_MdDbCustomEntity_SetTextStyleId_1=function(){return(X2=b._emscripten_bind_MdDbCustomEntity_SetTextStyleId_1=b.asm.emscripten_bind_MdDbCustomEntity_SetTextStyleId_1).apply(null,arguments)},Y2=b._emscripten_bind_MdDbCustomEntity_IntersectWith_2=function(){return(Y2=b._emscripten_bind_MdDbCustomEntity_IntersectWith_2=
  1148. b.asm.emscripten_bind_MdDbCustomEntity_IntersectWith_2).apply(null,arguments)},Z2=b._emscripten_bind_MdDbCustomEntity_getArea_0=function(){return(Z2=b._emscripten_bind_MdDbCustomEntity_getArea_0=b.asm.emscripten_bind_MdDbCustomEntity_getArea_0).apply(null,arguments)},$2=b._emscripten_bind_MdDbCustomEntity_disableUpdateDisplay_1=function(){return($2=b._emscripten_bind_MdDbCustomEntity_disableUpdateDisplay_1=b.asm.emscripten_bind_MdDbCustomEntity_disableUpdateDisplay_1).apply(null,arguments)},a3=b._emscripten_bind_MdDbCustomEntity_isPropertiesWindowCustom_0=
  1149. function(){return(a3=b._emscripten_bind_MdDbCustomEntity_isPropertiesWindowCustom_0=b.asm.emscripten_bind_MdDbCustomEntity_isPropertiesWindowCustom_0).apply(null,arguments)},b3=b._emscripten_bind_MdDbCustomEntity_setPropertiesWindowCustom_1=function(){return(b3=b._emscripten_bind_MdDbCustomEntity_setPropertiesWindowCustom_1=b.asm.emscripten_bind_MdDbCustomEntity_setPropertiesWindowCustom_1).apply(null,arguments)},c3=b._emscripten_bind_MdDbCustomEntity_updateDisplay_0=function(){return(c3=b._emscripten_bind_MdDbCustomEntity_updateDisplay_0=
  1150. b.asm.emscripten_bind_MdDbCustomEntity_updateDisplay_0).apply(null,arguments)},d3=b._emscripten_bind_MdDbCustomEntity_DrawOrder_0=function(){return(d3=b._emscripten_bind_MdDbCustomEntity_DrawOrder_0=b.asm.emscripten_bind_MdDbCustomEntity_DrawOrder_0).apply(null,arguments)},e3=b._emscripten_bind_MdDbCustomEntity_SetDrawOrder_1=function(){return(e3=b._emscripten_bind_MdDbCustomEntity_SetDrawOrder_1=b.asm.emscripten_bind_MdDbCustomEntity_SetDrawOrder_1).apply(null,arguments)},f3=b._emscripten_bind_MdDbCustomEntity_GetObjectID_0=
  1151. function(){return(f3=b._emscripten_bind_MdDbCustomEntity_GetObjectID_0=b.asm.emscripten_bind_MdDbCustomEntity_GetObjectID_0).apply(null,arguments)},g3=b._emscripten_bind_MdDbCustomEntity_Erase_0=function(){return(g3=b._emscripten_bind_MdDbCustomEntity_Erase_0=b.asm.emscripten_bind_MdDbCustomEntity_Erase_0).apply(null,arguments)},h3=b._emscripten_bind_MdDbCustomEntity_isErased_0=function(){return(h3=b._emscripten_bind_MdDbCustomEntity_isErased_0=b.asm.emscripten_bind_MdDbCustomEntity_isErased_0).apply(null,
  1152. arguments)},i3=b._emscripten_bind_MdDbCustomEntity_unErase_0=function(){return(i3=b._emscripten_bind_MdDbCustomEntity_unErase_0=b.asm.emscripten_bind_MdDbCustomEntity_unErase_0).apply(null,arguments)},j3=b._emscripten_bind_MdDbCustomEntity_ConnectionTempObject_1=function(){return(j3=b._emscripten_bind_MdDbCustomEntity_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCustomEntity_ConnectionTempObject_1).apply(null,arguments)},k3=b._emscripten_bind_MdDbCustomEntity_GetExtensionDictionary_0=function(){return(k3=
  1153. b._emscripten_bind_MdDbCustomEntity_GetExtensionDictionary_0=b.asm.emscripten_bind_MdDbCustomEntity_GetExtensionDictionary_0).apply(null,arguments)},l3=b._emscripten_bind_MdDbCustomEntity_CreateExtensionDictionary_0=function(){return(l3=b._emscripten_bind_MdDbCustomEntity_CreateExtensionDictionary_0=b.asm.emscripten_bind_MdDbCustomEntity_CreateExtensionDictionary_0).apply(null,arguments)},m3=b._emscripten_bind_MdDbCustomEntity_IsHaveExtensionDictionary_0=function(){return(m3=b._emscripten_bind_MdDbCustomEntity_IsHaveExtensionDictionary_0=
  1154. b.asm.emscripten_bind_MdDbCustomEntity_IsHaveExtensionDictionary_0).apply(null,arguments)},n3=b._emscripten_bind_MdDbCustomEntity_Clone_0=function(){return(n3=b._emscripten_bind_MdDbCustomEntity_Clone_0=b.asm.emscripten_bind_MdDbCustomEntity_Clone_0).apply(null,arguments)},o3=b._emscripten_bind_MdDbCustomEntity_GetHandle_0=function(){return(o3=b._emscripten_bind_MdDbCustomEntity_GetHandle_0=b.asm.emscripten_bind_MdDbCustomEntity_GetHandle_0).apply(null,arguments)},p3=b._emscripten_bind_MdDbCustomEntity_GetDatabase_0=
  1155. function(){return(p3=b._emscripten_bind_MdDbCustomEntity_GetDatabase_0=b.asm.emscripten_bind_MdDbCustomEntity_GetDatabase_0).apply(null,arguments)},q3=b._emscripten_bind_MdDbCustomEntity_GetDatabaseIndexId_0=function(){return(q3=b._emscripten_bind_MdDbCustomEntity_GetDatabaseIndexId_0=b.asm.emscripten_bind_MdDbCustomEntity_GetDatabaseIndexId_0).apply(null,arguments)},r3=b._emscripten_bind_MdDbCustomEntity_GetOwnerID_0=function(){return(r3=b._emscripten_bind_MdDbCustomEntity_GetOwnerID_0=b.asm.emscripten_bind_MdDbCustomEntity_GetOwnerID_0).apply(null,
  1156. arguments)},s3=b._emscripten_bind_MdDbCustomEntity_moveGripPointsAt_4=function(){return(s3=b._emscripten_bind_MdDbCustomEntity_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCustomEntity_moveGripPointsAt_4).apply(null,arguments)},t3=b._emscripten_bind_MdDbCustomEntity_getGripPoints_0=function(){return(t3=b._emscripten_bind_MdDbCustomEntity_getGripPoints_0=b.asm.emscripten_bind_MdDbCustomEntity_getGripPoints_0).apply(null,arguments)},u3=b._emscripten_bind_MdDbCustomEntity_getObjectName_0=function(){return(u3=
  1157. b._emscripten_bind_MdDbCustomEntity_getObjectName_0=b.asm.emscripten_bind_MdDbCustomEntity_getObjectName_0).apply(null,arguments)},v3=b._emscripten_bind_MdDbCustomEntity_getDxf0_0=function(){return(v3=b._emscripten_bind_MdDbCustomEntity_getDxf0_0=b.asm.emscripten_bind_MdDbCustomEntity_getDxf0_0).apply(null,arguments)},w3=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTypeName_0=function(){return(w3=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTypeName_0=b.asm.emscripten_bind_MdDbCustomEntity_getCustomEntityTypeName_0).apply(null,
  1158. arguments)},x3=b._emscripten_bind_MdDbCustomEntity_getCustomEntityid_0=function(){return(x3=b._emscripten_bind_MdDbCustomEntity_getCustomEntityid_0=b.asm.emscripten_bind_MdDbCustomEntity_getCustomEntityid_0).apply(null,arguments)},y3=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTempid_0=function(){return(y3=b._emscripten_bind_MdDbCustomEntity_getCustomEntityTempid_0=b.asm.emscripten_bind_MdDbCustomEntity_getCustomEntityTempid_0).apply(null,arguments)},z3=b._emscripten_bind_MdDbCustomEntity_setCustomEntityTempid_1=
  1159. function(){return(z3=b._emscripten_bind_MdDbCustomEntity_setCustomEntityTempid_1=b.asm.emscripten_bind_MdDbCustomEntity_setCustomEntityTempid_1).apply(null,arguments)},A3=b._emscripten_bind_MdDbCustomEntity_getJson_0=function(){return(A3=b._emscripten_bind_MdDbCustomEntity_getJson_0=b.asm.emscripten_bind_MdDbCustomEntity_getJson_0).apply(null,arguments)},B3=b._emscripten_bind_MdDbCustomEntity_setJson_1=function(){return(B3=b._emscripten_bind_MdDbCustomEntity_setJson_1=b.asm.emscripten_bind_MdDbCustomEntity_setJson_1).apply(null,
  1160. arguments)},C3=b._emscripten_bind_MdDbCustomEntity_isKindOf_1=function(){return(C3=b._emscripten_bind_MdDbCustomEntity_isKindOf_1=b.asm.emscripten_bind_MdDbCustomEntity_isKindOf_1).apply(null,arguments)},D3=b._emscripten_bind_MdDbCustomEntity_isNull_0=function(){return(D3=b._emscripten_bind_MdDbCustomEntity_isNull_0=b.asm.emscripten_bind_MdDbCustomEntity_isNull_0).apply(null,arguments)},E3=b._emscripten_bind_MdDbCustomEntity___destroy___0=function(){return(E3=b._emscripten_bind_MdDbCustomEntity___destroy___0=
  1161. b.asm.emscripten_bind_MdDbCustomEntity___destroy___0).apply(null,arguments)},F3=b._emscripten_bind_MdDbCustomEntityDwgFiler_MdDbCustomEntityDwgFiler_0=function(){return(F3=b._emscripten_bind_MdDbCustomEntityDwgFiler_MdDbCustomEntityDwgFiler_0=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_MdDbCustomEntityDwgFiler_0).apply(null,arguments)},G3=b._emscripten_bind_MdDbCustomEntityDwgFiler_connect_1=function(){return(G3=b._emscripten_bind_MdDbCustomEntityDwgFiler_connect_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_connect_1).apply(null,
  1162. arguments)},H3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writePoint_4=function(){return(H3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writePoint_4=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writePoint_4).apply(null,arguments)},I3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readPoint_1=function(){return(I3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readPoint_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readPoint_1).apply(null,arguments)},J3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeLong_2=
  1163. function(){return(J3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeLong_2=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writeLong_2).apply(null,arguments)},K3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readLong_1=function(){return(K3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readLong_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readLong_1).apply(null,arguments)},L3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeDouble_2=function(){return(L3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeDouble_2=
  1164. b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writeDouble_2).apply(null,arguments)},M3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readDouble_1=function(){return(M3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readDouble_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readDouble_1).apply(null,arguments)},N3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeString_2=function(){return(N3=b._emscripten_bind_MdDbCustomEntityDwgFiler_writeString_2=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_writeString_2).apply(null,
  1165. arguments)},O3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readString_1=function(){return(O3=b._emscripten_bind_MdDbCustomEntityDwgFiler_readString_1=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler_readString_1).apply(null,arguments)},P3=b._emscripten_bind_MdDbCustomEntityDwgFiler___destroy___0=function(){return(P3=b._emscripten_bind_MdDbCustomEntityDwgFiler___destroy___0=b.asm.emscripten_bind_MdDbCustomEntityDwgFiler___destroy___0).apply(null,arguments)},Q3=b._emscripten_bind_MdGiWorldDraw_MdGiWorldDraw_1=
  1166. function(){return(Q3=b._emscripten_bind_MdGiWorldDraw_MdGiWorldDraw_1=b.asm.emscripten_bind_MdGiWorldDraw_MdGiWorldDraw_1).apply(null,arguments)},R3=b._emscripten_bind_MdGiWorldDraw_connect_1=function(){return(R3=b._emscripten_bind_MdGiWorldDraw_connect_1=b.asm.emscripten_bind_MdGiWorldDraw_connect_1).apply(null,arguments)},S3=b._emscripten_bind_MdGiWorldDraw_drawEntity_1=function(){return(S3=b._emscripten_bind_MdGiWorldDraw_drawEntity_1=b.asm.emscripten_bind_MdGiWorldDraw_drawEntity_1).apply(null,
  1167. arguments)},T3=b._emscripten_bind_MdGiWorldDraw___destroy___0=function(){return(T3=b._emscripten_bind_MdGiWorldDraw___destroy___0=b.asm.emscripten_bind_MdGiWorldDraw___destroy___0).apply(null,arguments)},Id=b._malloc=function(){return(Id=b._malloc=b.asm.malloc).apply(null,arguments)},Hd=b._free=function(){return(Hd=b._free=b.asm.free).apply(null,arguments)};function hd(){return(hd=b.asm.__errno_location).apply(null,arguments)}
  1168. b.__emscripten_tls_init=function(){return(b.__emscripten_tls_init=b.asm._emscripten_tls_init).apply(null,arguments)};var Vc=b._pthread_self=function(){return(Vc=b._pthread_self=b.asm.pthread_self).apply(null,arguments)},Me=b.__emscripten_thread_init=function(){return(Me=b.__emscripten_thread_init=b.asm._emscripten_thread_init).apply(null,arguments)};b.__emscripten_thread_crashed=function(){return(b.__emscripten_thread_crashed=b.asm._emscripten_thread_crashed).apply(null,arguments)};
  1169. function Dd(){return(Dd=b.asm._emscripten_run_in_main_runtime_thread_js).apply(null,arguments)}function Uc(){return(Uc=b.asm._emscripten_thread_free_data).apply(null,arguments)}var ad=b.__emscripten_thread_exit=function(){return(ad=b.__emscripten_thread_exit=b.asm._emscripten_thread_exit).apply(null,arguments)},pd=b.__emscripten_check_mailbox=function(){return(pd=b.__emscripten_check_mailbox=b.asm._emscripten_check_mailbox).apply(null,arguments)};
  1170. function U3(){return(U3=b.asm.setThrew).apply(null,arguments)}function Xc(){return(Xc=b.asm.emscripten_stack_set_limits).apply(null,arguments)}function Bd(){return(Bd=b.asm.stackSave).apply(null,arguments)}function Yc(){return(Yc=b.asm.stackRestore).apply(null,arguments)}function Cd(){return(Cd=b.asm.stackAlloc).apply(null,arguments)}b.dynCall_iijj=function(){return(b.dynCall_iijj=b.asm.dynCall_iijj).apply(null,arguments)};
  1171. 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)};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)};
  1172. 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)};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)};
  1173. 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)};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)};
  1174. 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)};b.___start_em_js=358768;b.___stop_em_js=358866;function Se(a,c,d){var e=Bd();try{$c(a)(c,d)}catch(f){Yc(e);if(f!==f+0)throw f;U3(1,0)}}
  1175. function Re(a,c){var d=Bd();try{$c(a)(c)}catch(e){Yc(d);if(e!==e+0)throw e;U3(1,0)}}function Ne(a,c){var d=Bd();try{return $c(a)(c)}catch(e){Yc(d);if(e!==e+0)throw e;U3(1,0)}}function Pe(a,c,d,e){var f=Bd();try{return $c(a)(c,d,e)}catch(h){Yc(f);if(h!==h+0)throw h;U3(1,0)}}function Te(a,c,d,e,f){var h=Bd();try{$c(a)(c,d,e,f)}catch(n){Yc(h);if(n!==n+0)throw n;U3(1,0)}}function Oe(a,c,d){var e=Bd();try{return $c(a)(c,d)}catch(f){Yc(e);if(f!==f+0)throw f;U3(1,0)}}
  1176. function Qe(a,c,d,e,f){var h=Bd();try{return $c(a)(c,d,e,f)}catch(n){Yc(h);if(n!==n+0)throw n;U3(1,0)}}b.keepRuntimeAlive=fb;b.wasmMemory=ba;b.ExitStatus=Jb;b.PThread=Mb;var V3;tb=function W3(){V3||X3();V3||(tb=W3)};
  1177. function X3(){function a(){if(!V3&&(V3=!0,b.calledRun=!0,!Xa)){gb();va(b);if(b.onRuntimeInitialized)b.onRuntimeInitialized();if(!Ha){if(b.postRun)for("function"==typeof b.postRun&&(b.postRun=[b.postRun]);b.postRun.length;){var c=b.postRun.shift();db.unshift(c)}pb(db)}}}if(!(0<rb))if(Ha)va(b),gb(),startWorker(b);else{if(b.preRun)for("function"==typeof b.preRun&&(b.preRun=[b.preRun]);b.preRun.length;)qb();pb(bb);0<rb||(b.setStatus?(b.setStatus("Running..."),setTimeout(function(){setTimeout(function(){b.setStatus("")},
  1178. 1);a()},1)):a())}}if(b.preInit)for("function"==typeof b.preInit&&(b.preInit=[b.preInit]);0<b.preInit.length;)b.preInit.pop()();X3();function Y3(){}Y3.prototype=Object.create(Y3.prototype);Y3.prototype.constructor=Y3;Y3.prototype.h=Y3;Y3.i={};b.WrapperObject=Y3;function Z3(a){return(a||Y3).i}b.getCache=Z3;function m(a,c){var d=Z3(c),e=d[a];if(e)return e;e=Object.create((c||Y3).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);
  1179. b.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete Z3(a.h)[a.g]};b.compare=function(a,c){return a.g===c.g};b.getPointer=function(a){return a.g};b.getClass=function(a){return a.h};var $3=0,a4=0,b4=0,c4=[],d4=0;function r(){if(d4){for(var a=0;a<c4.length;a++)b._free(c4[a]);c4.length=0;b._free($3);$3=0;a4+=d4;d4=0}$3||(a4+=128,($3=b._malloc(a4))||Va());b4=0}
  1180. function e4(a,c){$3||Va();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;b4+a>=a4?(0<a||Va(),d4+=a,c=b._malloc(a),c4.push(c)):(c=$3+b4,b4+=a);return c}function f4(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=Yb(a);var c=e4(a,aa());f4(a,aa(),c);return c}return a}function g4(a){if("object"===typeof a){var c=e4(a,ta());f4(a,ta(),c);return c}return a}
  1181. function h4(){throw"cannot construct a MdRxObject, no constructor in IDL";}h4.prototype=Object.create(Y3.prototype);h4.prototype.constructor=h4;h4.prototype.h=h4;h4.i={};b.MdRxObject=h4;h4.prototype.getObjectName=function(){return g(Ve(this.g))};h4.prototype.getDxf0=function(){return g(We(this.g))};h4.prototype.getCustomEntityTypeName=function(){return g(Xe(this.g))};h4.prototype.getCustomEntityid=function(){return Ye(this.g)};h4.prototype.getCustomEntityTempid=function(){return Ze(this.g)};
  1182. h4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$e(c,a)};h4.prototype.getJson=function(){return g(af(this.g))};h4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!bf(c,a)};h4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cf(c,a)};h4.prototype.isNull=function(){return!!df(this.g)};function u(){this.g=ef();Z3(u)[this.g]=this}u.prototype=Object.create(h4.prototype);
  1183. u.prototype.constructor=u;u.prototype.h=u;u.i={};b.MdDbObject=u;u.prototype.GetObjectID=function(){return ff(this.g)};u.prototype.Erase=function(){return!!gf(this.g)};u.prototype.isErased=function(){return!!hf(this.g)};u.prototype.unErase=function(){return!!jf(this.g)};u.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kf(c,a)};u.prototype.GetExtensionDictionary=function(){return m(lf(this.g),v)};u.prototype.CreateExtensionDictionary=function(){return!!mf(this.g)};
  1184. u.prototype.IsHaveExtensionDictionary=function(){return!!nf(this.g)};u.prototype.Clone=function(){return m(of(this.g),u)};u.prototype.GetHandle=function(){return g(pf(this.g))};u.prototype.GetDatabase=function(){return m(qf(this.g),w)};u.prototype.GetDatabaseIndexId=function(){return rf(this.g)};u.prototype.GetOwnerID=function(){return sf(this.g)};
  1185. 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!!tf(f,a,c,d,e)};u.prototype.getGripPoints=function(){return m(uf(this.g),x)};u.prototype.getObjectName=function(){return g(vf(this.g))};u.prototype.getDxf0=function(){return g(wf(this.g))};u.prototype.getCustomEntityTypeName=function(){return g(xf(this.g))};u.prototype.getCustomEntityid=function(){return yf(this.g)};
  1186. u.prototype.getCustomEntityTempid=function(){return zf(this.g)};u.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Af(c,a)};u.prototype.getJson=function(){return g(Bf(this.g))};u.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Cf(c,a)};u.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Df(c,a)};u.prototype.isNull=function(){return!!Ef(this.g)};u.prototype.__destroy__=function(){Ff(this.g)};
  1187. function y(){this.g=Gf();Z3(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(Hf(this.g),z)};y.prototype.TrueColor=function(){return m(If(this.g),A)};y.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jf(c,a)};y.prototype.ColorIndex=function(){return Kf(this.g)};
  1188. y.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lf(c,a)};y.prototype.Layer=function(){return g(Mf(this.g))};y.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Nf(c,a)};y.prototype.LinetypeScale=function(){return Of(this.g)};y.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pf(c,a)};y.prototype.Visible=function(){return!!Qf(this.g)};
  1189. y.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rf(c,a)};y.prototype.Lineweight=function(){return Sf(this.g)};y.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tf(c,a)};y.prototype.TextStyle=function(){return g(Uf(this.g))};y.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Vf(c,a)};
  1190. y.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wf(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!!Xf(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!!Yf(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!!Zf(d,a,c)};
  1191. 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!!$f(d,a,c)};y.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ag(c,a)};y.prototype.GetBoundingBox=function(){return m(bg(this.g),z)};y.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(cg(c,a),z)};y.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dg(c,a)};
  1192. 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(eg(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!!fg(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 gg(d,a,c)};
  1193. 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!!hg(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 ig(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!!jg(e,a,c,d)};
  1194. 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(kg(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!!lg(e,a,c,d)};y.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!mg(c,a)};y.prototype.GetAllAppName=function(){return m(ng(this.g),i4)};
  1195. y.prototype.LayerId=function(){return og(this.g)};y.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pg(c,a)};y.prototype.LinetypeId=function(){return qg(this.g)};y.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rg(c,a)};y.prototype.Linetype=function(){return g(sg(this.g))};y.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!tg(c,a)};y.prototype.TextStyleId=function(){return ug(this.g)};
  1196. y.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vg(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(wg(d,a,c),x)};y.prototype.getArea=function(){return xg(this.g)};y.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yg(c,a)};y.prototype.isPropertiesWindowCustom=function(){return!!zg(this.g)};
  1197. y.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ag(c,a)};y.prototype.updateDisplay=function(){return!!Bg(this.g)};y.prototype.DrawOrder=function(){return Cg(this.g)};y.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dg(c,a)};y.prototype.GetObjectID=function(){return Eg(this.g)};y.prototype.Erase=function(){return!!Fg(this.g)};y.prototype.isErased=function(){return!!Gg(this.g)};y.prototype.unErase=function(){return!!Hg(this.g)};
  1198. y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ig(c,a)};y.prototype.GetExtensionDictionary=function(){return m(Jg(this.g),v)};y.prototype.CreateExtensionDictionary=function(){return!!Kg(this.g)};y.prototype.IsHaveExtensionDictionary=function(){return!!Lg(this.g)};y.prototype.Clone=function(){return m(Mg(this.g),u)};y.prototype.GetHandle=function(){return g(Ng(this.g))};y.prototype.GetDatabase=function(){return m(Og(this.g),w)};
  1199. y.prototype.GetDatabaseIndexId=function(){return Pg(this.g)};y.prototype.GetOwnerID=function(){return Qg(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!!Rg(f,a,c,d,e)};y.prototype.getGripPoints=function(){return m(Sg(this.g),x)};y.prototype.getObjectName=function(){return g(Tg(this.g))};y.prototype.getDxf0=function(){return g(Ug(this.g))};
  1200. y.prototype.getCustomEntityTypeName=function(){return g(Vg(this.g))};y.prototype.getCustomEntityid=function(){return Wg(this.g)};y.prototype.getCustomEntityTempid=function(){return Xg(this.g)};y.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yg(c,a)};y.prototype.getJson=function(){return g(Zg(this.g))};y.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$g(c,a)};
  1201. y.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ah(c,a)};y.prototype.isNull=function(){return!!bh(this.g)};y.prototype.__destroy__=function(){ch(this.g)};function C(){this.g=dh();Z3(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 eh(this.g)};C.prototype.getEndParam=function(){return fh(this.g)};
  1202. C.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gh(c,a)};C.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hh(c,a)};C.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ih(c,a)};C.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(jh(c,a),B)};C.prototype.getStartPoint=function(){return m(kh(this.g),B)};
  1203. C.prototype.getEndPoint=function(){return m(lh(this.g),B)};C.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(mh(c,a),B)};C.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return nh(c,a)};C.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(oh(c,a),D)};C.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ph(c,a),D)};
  1204. 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(qh(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(rh(d,a,c),j4)};C.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(sh(c,a),j4)};C.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(th(c,a),z)};
  1205. C.prototype.getLength=function(){return uh(this.g)};C.prototype.explode=function(){return m(vh(this.g),z)};C.prototype.TrueColor=function(){return m(wh(this.g),A)};C.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xh(c,a)};C.prototype.ColorIndex=function(){return yh(this.g)};C.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zh(c,a)};C.prototype.Layer=function(){return g(Ah(this.g))};
  1206. C.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Bh(c,a)};C.prototype.LinetypeScale=function(){return Ch(this.g)};C.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dh(c,a)};C.prototype.Visible=function(){return!!Eh(this.g)};C.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fh(c,a)};C.prototype.Lineweight=function(){return Gh(this.g)};
  1207. C.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hh(c,a)};C.prototype.TextStyle=function(){return g(Ih(this.g))};C.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Jh(c,a)};C.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kh(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!!Lh(d,a,c)};
  1208. 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!!Mh(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!!Nh(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!!Oh(d,a,c)};C.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ph(c,a)};
  1209. C.prototype.GetBoundingBox=function(){return m(Qh(this.g),z)};C.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Rh(c,a),z)};C.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sh(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(Th(d,a,c))};
  1210. 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!!Uh(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 Vh(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!!Wh(e,a,c,d)};
  1211. 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 Xh(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!!Yh(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(Zh(d,a,c),B)};
  1212. 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!!$h(e,a,c,d)};C.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ai(c,a)};C.prototype.GetAllAppName=function(){return m(bi(this.g),i4)};C.prototype.LayerId=function(){return ci(this.g)};C.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!di(c,a)};
  1213. C.prototype.LinetypeId=function(){return ei(this.g)};C.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fi(c,a)};C.prototype.Linetype=function(){return g(gi(this.g))};C.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!hi(c,a)};C.prototype.TextStyleId=function(){return ii(this.g)};C.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ji(c,a)};
  1214. 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(ki(d,a,c),x)};C.prototype.getArea=function(){return li(this.g)};C.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mi(c,a)};C.prototype.isPropertiesWindowCustom=function(){return!!ni(this.g)};C.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oi(c,a)};
  1215. C.prototype.updateDisplay=function(){return!!pi(this.g)};C.prototype.DrawOrder=function(){return qi(this.g)};C.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ri(c,a)};C.prototype.GetObjectID=function(){return si(this.g)};C.prototype.Erase=function(){return!!ti(this.g)};C.prototype.isErased=function(){return!!ui(this.g)};C.prototype.unErase=function(){return!!vi(this.g)};
  1216. C.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wi(c,a)};C.prototype.GetExtensionDictionary=function(){return m(xi(this.g),v)};C.prototype.CreateExtensionDictionary=function(){return!!yi(this.g)};C.prototype.IsHaveExtensionDictionary=function(){return!!zi(this.g)};C.prototype.Clone=function(){return m(Ai(this.g),u)};C.prototype.GetHandle=function(){return g(Bi(this.g))};C.prototype.GetDatabase=function(){return m(Ci(this.g),w)};
  1217. C.prototype.GetDatabaseIndexId=function(){return Di(this.g)};C.prototype.GetOwnerID=function(){return Ei(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!!Fi(f,a,c,d,e)};C.prototype.getGripPoints=function(){return m(Gi(this.g),x)};C.prototype.getObjectName=function(){return g(Hi(this.g))};C.prototype.getDxf0=function(){return g(Ii(this.g))};
  1218. C.prototype.getCustomEntityTypeName=function(){return g(Ji(this.g))};C.prototype.getCustomEntityid=function(){return Ki(this.g)};C.prototype.getCustomEntityTempid=function(){return Li(this.g)};C.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mi(c,a)};C.prototype.getJson=function(){return g(Ni(this.g))};C.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Oi(c,a)};
  1219. C.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Pi(c,a)};C.prototype.isNull=function(){return!!Qi(this.g)};C.prototype.__destroy__=function(){Ri(this.g)};function E(){this.g=Si();Z3(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(Ti(this.g),B)};
  1220. E.prototype.setPosition=E.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ui(c,a)};E.prototype.alignmentPoint=function(){return m(Vi(this.g),B)};E.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wi(c,a)};E.prototype.oblique=function(){return Xi(this.g)};E.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yi(c,a)};E.prototype.rotation=E.prototype.rotation=function(){return Zi(this.g)};
  1221. E.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$i(c,a)};E.prototype.height=E.prototype.height=function(){return aj(this.g)};E.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bj(c,a)};E.prototype.widthFactor=function(){return cj(this.g)};E.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dj(c,a)};E.prototype.textString=function(){return g(ej(this.g))};
  1222. E.prototype.setTextString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!fj(c,a)};E.prototype.horizontalMode=function(){return gj(this.g)};E.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hj(c,a)};E.prototype.verticalMode=function(){return ij(this.g)};E.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jj(c,a)};E.prototype.explode=function(){return m(kj(this.g),z)};
  1223. E.prototype.TrueColor=function(){return m(lj(this.g),A)};E.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mj(c,a)};E.prototype.ColorIndex=function(){return nj(this.g)};E.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oj(c,a)};E.prototype.Layer=function(){return g(pj(this.g))};E.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!qj(c,a)};E.prototype.LinetypeScale=function(){return rj(this.g)};
  1224. E.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sj(c,a)};E.prototype.Visible=function(){return!!tj(this.g)};E.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uj(c,a)};E.prototype.Lineweight=function(){return vj(this.g)};E.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wj(c,a)};E.prototype.TextStyle=function(){return g(xj(this.g))};
  1225. E.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!yj(c,a)};E.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zj(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!!Aj(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!!Bj(d,a,c)};
  1226. 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!!Cj(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!!Dj(d,a,c)};E.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ej(c,a)};E.prototype.GetBoundingBox=function(){return m(Fj(this.g),z)};
  1227. E.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Gj(c,a),z)};E.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hj(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(Ij(d,a,c))};
  1228. 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!!Jj(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 Kj(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!!Lj(e,a,c,d)};
  1229. 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 Mj(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!!Nj(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(Oj(d,a,c),B)};
  1230. 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!!Pj(e,a,c,d)};E.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Qj(c,a)};E.prototype.GetAllAppName=function(){return m(Rj(this.g),i4)};E.prototype.LayerId=function(){return Sj(this.g)};E.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tj(c,a)};
  1231. E.prototype.LinetypeId=function(){return Uj(this.g)};E.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vj(c,a)};E.prototype.Linetype=function(){return g(Wj(this.g))};E.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Xj(c,a)};E.prototype.TextStyleId=function(){return Yj(this.g)};E.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zj(c,a)};
  1232. 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(ak(d,a,c),x)};E.prototype.getArea=function(){return bk(this.g)};E.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ck(c,a)};E.prototype.isPropertiesWindowCustom=function(){return!!dk(this.g)};E.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ek(c,a)};
  1233. E.prototype.updateDisplay=function(){return!!fk(this.g)};E.prototype.DrawOrder=function(){return gk(this.g)};E.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hk(c,a)};E.prototype.GetObjectID=function(){return ik(this.g)};E.prototype.Erase=function(){return!!jk(this.g)};E.prototype.isErased=function(){return!!kk(this.g)};E.prototype.unErase=function(){return!!lk(this.g)};
  1234. E.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mk(c,a)};E.prototype.GetExtensionDictionary=function(){return m(nk(this.g),v)};E.prototype.CreateExtensionDictionary=function(){return!!ok(this.g)};E.prototype.IsHaveExtensionDictionary=function(){return!!pk(this.g)};E.prototype.Clone=function(){return m(qk(this.g),u)};E.prototype.GetHandle=function(){return g(rk(this.g))};E.prototype.GetDatabase=function(){return m(sk(this.g),w)};
  1235. E.prototype.GetDatabaseIndexId=function(){return tk(this.g)};E.prototype.GetOwnerID=function(){return uk(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!!vk(f,a,c,d,e)};E.prototype.getGripPoints=function(){return m(wk(this.g),x)};E.prototype.getObjectName=function(){return g(xk(this.g))};E.prototype.getDxf0=function(){return g(yk(this.g))};
  1236. E.prototype.getCustomEntityTypeName=function(){return g(zk(this.g))};E.prototype.getCustomEntityid=function(){return Ak(this.g)};E.prototype.getCustomEntityTempid=function(){return Bk(this.g)};E.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ck(c,a)};E.prototype.getJson=function(){return g(Dk(this.g))};E.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ek(c,a)};
  1237. E.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Fk(c,a)};E.prototype.isNull=function(){return!!Gk(this.g)};E.prototype.__destroy__=function(){Hk(this.g)};function F(){this.g=Ik();Z3(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(Jk(this.g),B)};
  1238. F.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kk(c,a)};F.prototype.isUsingDefaultTextPosition=function(){return!!Lk(this.g)};F.prototype.useSetTextPosition=function(){return!!Mk(this.g)};F.prototype.useDefaultTextPosition=function(){return!!Nk(this.g)};F.prototype.elevation=F.prototype.elevation=function(){return Ok(this.g)};F.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pk(c,a)};F.prototype.dimensionText=function(){return g(Qk(this.g))};
  1239. F.prototype.setDimensionText=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Rk(c,a)};F.prototype.textRotation=function(){return Sk(this.g)};F.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tk(c,a)};F.prototype.dimensionStyle=function(){return Uk(this.g)};F.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vk(c,a)};F.prototype.textAttachment=function(){return Wk(this.g)};
  1240. F.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xk(c,a)};F.prototype.horizontalRotation=function(){return Yk(this.g)};F.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zk(c,a)};F.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$k(c,a)};F.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return al(c,a)};
  1241. 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!!bl(d,a,c)};F.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return cl(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!!dl(d,a,c)};F.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(el(c,a))};
  1242. 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!!fl(d,a,c)};F.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gl(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!!hl(d,a,c)};F.prototype.GetAllText=function(){return m(il(this.g),i4)};F.prototype.explode=function(){return m(jl(this.g),z)};
  1243. F.prototype.TrueColor=function(){return m(kl(this.g),A)};F.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ll(c,a)};F.prototype.ColorIndex=function(){return ml(this.g)};F.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nl(c,a)};F.prototype.Layer=function(){return g(ol(this.g))};F.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!pl(c,a)};F.prototype.LinetypeScale=function(){return ql(this.g)};
  1244. F.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rl(c,a)};F.prototype.Visible=function(){return!!sl(this.g)};F.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tl(c,a)};F.prototype.Lineweight=function(){return ul(this.g)};F.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vl(c,a)};F.prototype.TextStyle=function(){return g(wl(this.g))};
  1245. F.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!xl(c,a)};F.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yl(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!!zl(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!!Al(d,a,c)};
  1246. 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!!Bl(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!!Cl(d,a,c)};F.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dl(c,a)};F.prototype.GetBoundingBox=function(){return m(El(this.g),z)};
  1247. F.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Fl(c,a),z)};F.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gl(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(Hl(d,a,c))};
  1248. 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!!Il(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 Jl(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!!Kl(e,a,c,d)};
  1249. 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 Ll(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!!Ml(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(Nl(d,a,c),B)};
  1250. 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!!Ol(e,a,c,d)};F.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Pl(c,a)};F.prototype.GetAllAppName=function(){return m(Ql(this.g),i4)};F.prototype.LayerId=function(){return Rl(this.g)};F.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sl(c,a)};
  1251. F.prototype.LinetypeId=function(){return Tl(this.g)};F.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ul(c,a)};F.prototype.Linetype=function(){return g(Vl(this.g))};F.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Wl(c,a)};F.prototype.TextStyleId=function(){return Xl(this.g)};F.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yl(c,a)};
  1252. 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(Zl(d,a,c),x)};F.prototype.getArea=function(){return $l(this.g)};F.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!am(c,a)};F.prototype.isPropertiesWindowCustom=function(){return!!bm(this.g)};F.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cm(c,a)};
  1253. F.prototype.updateDisplay=function(){return!!dm(this.g)};F.prototype.DrawOrder=function(){return em(this.g)};F.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fm(c,a)};F.prototype.GetObjectID=function(){return gm(this.g)};F.prototype.Erase=function(){return!!hm(this.g)};F.prototype.isErased=function(){return!!im(this.g)};F.prototype.unErase=function(){return!!jm(this.g)};
  1254. F.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!km(c,a)};F.prototype.GetExtensionDictionary=function(){return m(lm(this.g),v)};F.prototype.CreateExtensionDictionary=function(){return!!mm(this.g)};F.prototype.IsHaveExtensionDictionary=function(){return!!nm(this.g)};F.prototype.Clone=function(){return m(om(this.g),u)};F.prototype.GetHandle=function(){return g(pm(this.g))};F.prototype.GetDatabase=function(){return m(qm(this.g),w)};
  1255. F.prototype.GetDatabaseIndexId=function(){return rm(this.g)};F.prototype.GetOwnerID=function(){return sm(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!!tm(f,a,c,d,e)};F.prototype.getGripPoints=function(){return m(um(this.g),x)};F.prototype.getObjectName=function(){return g(wm(this.g))};F.prototype.getDxf0=function(){return g(xm(this.g))};
  1256. F.prototype.getCustomEntityTypeName=function(){return g(ym(this.g))};F.prototype.getCustomEntityid=function(){return zm(this.g)};F.prototype.getCustomEntityTempid=function(){return Am(this.g)};F.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bm(c,a)};F.prototype.getJson=function(){return g(Cm(this.g))};F.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Dm(c,a)};
  1257. F.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Em(c,a)};F.prototype.isNull=function(){return!!Fm(this.g)};F.prototype.__destroy__=function(){Gm(this.g)};function k4(){throw"cannot construct a VoidPtr, no constructor in IDL";}k4.prototype=Object.create(Y3.prototype);k4.prototype.constructor=k4;k4.prototype.h=k4;k4.i={};b.VoidPtr=k4;k4.prototype.__destroy__=function(){Hm(this.g)};function l4(){this.g=Im();Z3(l4)[this.g]=this}l4.prototype=Object.create(Y3.prototype);
  1258. l4.prototype.constructor=l4;l4.prototype.h=l4;l4.i={};b.McApp=l4;l4.prototype.Init=function(){Jm(this.g)};l4.prototype.CreateMxDraw=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return m(Km(n,a,c,d,e,f,h),G)};l4.prototype.GetCurrentMxDraw=function(){return m(Lm(this.g),G)};
  1259. l4.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Mm(c,a)};l4.prototype.DestroyMdGePoint3d=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Nm(c,a)};l4.prototype.DestroyMdGeLongArray=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Om(c,a)};l4.prototype.DestroyMdGeDoubleArray=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Pm(c,a)};l4.prototype.DestroyMdGeStringArray=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Qm(c,a)};
  1260. l4.prototype.DestroyMdDbCustomEntityDwgFiler=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Rm(c,a)};l4.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 Sm(f,a,c,d,e)};l4.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);Tm(e,a,c,d)};
  1261. l4.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(Um(c,a))};l4.prototype.GetVersionString=function(){return g(Vm(this.g))};l4.prototype.isObjectEraseSataus=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wm(c,a)};l4.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!!Xm(d,a,c)};
  1262. l4.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Ym(c,a),u)};l4.prototype.ObjectIdToMdDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Zm(c,a),y)};l4.prototype.ObjectIdToMdDbCurve=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m($m(c,a),C)};l4.prototype.ObjectIdToMdDbDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(an(c,a),F)};
  1263. l4.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(bn(c,a),H)};l4.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(cn(c,a),E)};l4.prototype.ObjectIdToMdDbAttribute=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(dn(c,a),I)};l4.prototype.ObjectIdToMdDbAttributeDefinition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(en(c,a),J)};
  1264. l4.prototype.ObjectIdToMdDbPolyline=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(fn(c,a),K)};l4.prototype.ObjectIdToMdDbCircle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(gn(c,a),M)};l4.prototype.ObjectIdToMdDbArc=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(hn(c,a),N)};l4.prototype.ObjectIdToMdDbBlockReference=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(jn(c,a),O)};
  1265. l4.prototype.ObjectIdToMdDbAlignedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(kn(c,a),Q)};l4.prototype.ObjectIdToMdDbRotatedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ln(c,a),R)};l4.prototype.ObjectIdToMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(mn(c,a),S)};l4.prototype.ObjectIdToMdDbEllipse=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(nn(c,a),T)};
  1266. l4.prototype.ObjectIdToMdDbHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(on(c,a),U)};l4.prototype.ObjectIdToMdDbProxyEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(pn(c,a),V)};l4.prototype.ObjectIdToMdDbRasterImage=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(qn(c,a),W)};l4.prototype.ObjectIdToMdDbRasterImageDef=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(rn(c,a),m4)};
  1267. l4.prototype.ObjectIdToMdDbCustomEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(sn(c,a),Y)};l4.prototype.ObjectIdToMdDbDictionary=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(tn(c,a),v)};l4.prototype.ObjectIdToMdDbXrecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(un(c,a),n4)};l4.prototype.ObjectIdToMdDbPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(vn(c,a),Z)};
  1268. l4.prototype.ObjectIdToMdDbBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(wn(c,a),o4)};l4.prototype.ObjectIdToMdDbLayerTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(xn(c,a),p4)};l4.prototype.ObjectIdToMdDbLinetypeTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(yn(c,a),q4)};l4.prototype.ObjectIdToMdDbTextStyleTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(zn(c,a),r4)};
  1269. l4.prototype.getLastCallResult=function(){return An(this.g)};l4.prototype.ThreadTaskAbortExit=function(){Bn(this.g)};l4.prototype.setFontFilePath=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Cn(c,a)};l4.prototype.addNetworkLoadingFont=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Dn(c,a)};l4.prototype.setDefaultTrueTypeFontFile=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);En(c,a)};l4.prototype.__destroy__=function(){Fn(this.g)};
  1270. function A(){this.g=Gn();Z3(A)[this.g]=this}A.prototype=Object.create(Y3.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);Hn(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);In(e,a,c,d)};A.prototype.getColorString=function(){return g(Jn(this.g))};
  1271. 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(Kn(d,a,c))};A.prototype.get_red=A.prototype.gb=function(){return Ln(this.g)};A.prototype.set_red=A.prototype.Ab=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Mn(c,a)};Object.defineProperty(A.prototype,"red",{get:A.prototype.gb,set:A.prototype.Ab});A.prototype.get_green=A.prototype.cb=function(){return Nn(this.g)};
  1272. A.prototype.set_green=A.prototype.xb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);On(c,a)};Object.defineProperty(A.prototype,"green",{get:A.prototype.cb,set:A.prototype.xb});A.prototype.get_blue=A.prototype.ab=function(){return Pn(this.g)};A.prototype.set_blue=A.prototype.tb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Qn(c,a)};Object.defineProperty(A.prototype,"blue",{get:A.prototype.ab,set:A.prototype.tb});A.prototype.get_method=A.prototype.eb=function(){return Rn(this.g)};
  1273. A.prototype.set_method=A.prototype.yb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Sn(c,a)};Object.defineProperty(A.prototype,"method",{get:A.prototype.eb,set:A.prototype.yb});A.prototype.get_n=A.prototype.fb=function(){return Tn(this.g)};A.prototype.set_n=A.prototype.zb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Un(c,a)};Object.defineProperty(A.prototype,"n",{get:A.prototype.fb,set:A.prototype.zb});A.prototype.get_colorIndex=A.prototype.bb=function(){return Vn(this.g)};
  1274. A.prototype.set_colorIndex=A.prototype.vb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Wn(c,a)};Object.defineProperty(A.prototype,"colorIndex",{get:A.prototype.bb,set:A.prototype.vb});A.prototype.__destroy__=function(){Xn(this.g)};function j4(){throw"cannot construct a MdDbObjectArray, no constructor in IDL";}j4.prototype=Object.create(h4.prototype);j4.prototype.constructor=j4;j4.prototype.h=j4;j4.i={};b.MdDbObjectArray=j4;j4.prototype.length=j4.prototype.length=function(){return Yn(this.g)};
  1275. j4.prototype.release=j4.prototype.release=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Zn(c,a),u)};j4.prototype.clear=j4.prototype.clear=function(){$n(this.g)};j4.prototype.getObjectName=function(){return g(ao(this.g))};j4.prototype.getDxf0=function(){return g(bo(this.g))};j4.prototype.getCustomEntityTypeName=function(){return g(co(this.g))};j4.prototype.getCustomEntityid=function(){return eo(this.g)};j4.prototype.getCustomEntityTempid=function(){return fo(this.g)};
  1276. j4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!go(c,a)};j4.prototype.getJson=function(){return g(ho(this.g))};j4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!io(c,a)};j4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!jo(c,a)};j4.prototype.isNull=function(){return!!ko(this.g)};j4.prototype.__destroy__=function(){lo(this.g)};
  1277. 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?mo():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):no(a,c,d);Z3(B)[this.g]=this}B.prototype=Object.create(Y3.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);oo(c,a)};
  1278. B.prototype.addvec=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);po(c,a)};B.prototype.subvec=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);qo(c,a)};B.prototype.sub=B.prototype.sub=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ro(c,a),D)};B.prototype.distanceTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return so(c,a)};B.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!to(c,a)};
  1279. B.prototype.get_x=B.prototype.ga=function(){return uo(this.g)};B.prototype.set_x=B.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);vo(c,a)};Object.defineProperty(B.prototype,"x",{get:B.prototype.ga,set:B.prototype.na});B.prototype.get_y=B.prototype.ha=function(){return wo(this.g)};B.prototype.set_y=B.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);xo(c,a)};Object.defineProperty(B.prototype,"y",{get:B.prototype.ha,set:B.prototype.oa});
  1280. B.prototype.get_z=B.prototype.ia=function(){return yo(this.g)};B.prototype.set_z=B.prototype.pa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);zo(c,a)};Object.defineProperty(B.prototype,"z",{get:B.prototype.ia,set:B.prototype.pa});B.prototype.__destroy__=function(){Ao(this.g)};function s4(){throw"cannot construct a MxMemoryData, no constructor in IDL";}s4.prototype=Object.create(Y3.prototype);s4.prototype.constructor=s4;s4.prototype.h=s4;s4.i={};b.MxMemoryData=s4;
  1281. s4.prototype.clear=s4.prototype.clear=function(){Bo(this.g)};s4.prototype.getData=s4.prototype.getData=function(){return Co(this.g)};s4.prototype.getSize=function(){return Do(this.g)};s4.prototype.__destroy__=function(){Eo(this.g)};function x(){this.g=Fo();Z3(x)[this.g]=this}x.prototype=Object.create(Y3.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);Go(c,a)};
  1282. x.prototype.length=x.prototype.length=function(){return Ho(this.g)};x.prototype.at=x.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Io(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);Jo(d,a,c)};x.prototype.clear=x.prototype.clear=function(){Ko(this.g)};x.prototype.copy=x.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Lo(c,a)};x.prototype.__destroy__=function(){Mo(this.g)};
  1283. 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?No():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):Oo(a,c,d);Z3(D)[this.g]=this}D.prototype=Object.create(Y3.prototype);D.prototype.constructor=D;D.prototype.h=D;D.i={};b.MdGeVector3d=D;
  1284. D.prototype.rotateBy=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Po(d,a,c)};D.prototype.negate=function(){Qo(this.g)};D.prototype.perpVector=function(){Ro(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?So(d,a):To(d,a,c)};D.prototype.normalize=D.prototype.normalize=function(){Uo(this.g)};D.prototype.length=D.prototype.length=function(){return Vo(this.g)};
  1285. D.prototype.isUnitLength=function(){return!!Wo(this.g)};D.prototype.isZeroLength=function(){return!!Xo(this.g)};D.prototype.dotProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Yo(c,a)};D.prototype.crossProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Zo(c,a),D)};D.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$o(c,a)};D.prototype.mult=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ap(c,a)};
  1286. D.prototype.get_x=D.prototype.ga=function(){return bp(this.g)};D.prototype.set_x=D.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);cp(c,a)};Object.defineProperty(D.prototype,"x",{get:D.prototype.ga,set:D.prototype.na});D.prototype.get_y=D.prototype.ha=function(){return dp(this.g)};D.prototype.set_y=D.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ep(c,a)};Object.defineProperty(D.prototype,"y",{get:D.prototype.ha,set:D.prototype.oa});
  1287. D.prototype.get_z=D.prototype.ia=function(){return fp(this.g)};D.prototype.set_z=D.prototype.pa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);gp(c,a)};Object.defineProperty(D.prototype,"z",{get:D.prototype.ia,set:D.prototype.pa});D.prototype.__destroy__=function(){hp(this.g)};function t4(){this.g=ip();Z3(t4)[this.g]=this}t4.prototype=Object.create(Y3.prototype);t4.prototype.constructor=t4;t4.prototype.h=t4;t4.i={};b.MdGeLongArray=t4;
  1288. t4.prototype.append=t4.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);jp(c,a)};t4.prototype.length=t4.prototype.length=function(){return kp(this.g)};t4.prototype.at=t4.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return lp(c,a)};t4.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);mp(d,a,c)};t4.prototype.copy=t4.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);np(c,a)};
  1289. t4.prototype.clear=t4.prototype.clear=function(){op(this.g)};t4.prototype.__destroy__=function(){pp(this.g)};function i4(){this.g=qp();Z3(i4)[this.g]=this}i4.prototype=Object.create(Y3.prototype);i4.prototype.constructor=i4;i4.prototype.h=i4;i4.i={};b.MdGeStringArray=i4;i4.prototype.append=i4.prototype.append=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);rp(c,a)};i4.prototype.length=i4.prototype.length=function(){return sp(this.g)};
  1290. i4.prototype.at=i4.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(tp(c,a))};i4.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);up(d,a,c)};i4.prototype.copy=i4.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);vp(c,a)};i4.prototype.clear=i4.prototype.clear=function(){wp(this.g)};i4.prototype.__destroy__=function(){xp(this.g)};function u4(){this.g=yp();Z3(u4)[this.g]=this}
  1291. u4.prototype=Object.create(Y3.prototype);u4.prototype.constructor=u4;u4.prototype.h=u4;u4.i={};b.MdGeDoubleArray=u4;u4.prototype.append=u4.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);zp(c,a)};u4.prototype.length=u4.prototype.length=function(){return Ap(this.g)};u4.prototype.at=u4.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Bp(c,a)};
  1292. u4.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Cp(d,a,c)};u4.prototype.copy=u4.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Dp(c,a)};u4.prototype.clear=u4.prototype.clear=function(){Ep(this.g)};u4.prototype.__destroy__=function(){Fp(this.g)};function v4(){this.g=Gp();Z3(v4)[this.g]=this}v4.prototype=Object.create(Y3.prototype);v4.prototype.constructor=v4;v4.prototype.h=v4;v4.i={};b.MdGeMatrix3d=v4;
  1293. v4.prototype.setToIdentity=function(){Hp(this.g)};v4.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ip(c,a)};v4.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Jp(c,a)};v4.prototype.setToProduct=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Kp(d,a,c)};v4.prototype.invert=function(){Lp(this.g)};v4.prototype.isSingular=function(){return!!Mp(this.g)};v4.prototype.transposeIt=function(){Np(this.g)};
  1294. v4.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Op(c,a)};v4.prototype.det=function(){return Pp(this.g)};v4.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);Qp(f,a,c,d,e)};v4.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Rp(c,a)};
  1295. v4.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);Sp(e,a,c,d)};v4.prototype.setToScaling=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Tp(d,a,c)};v4.prototype.setMirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Up(d,a,c)};v4.prototype.scale=v4.prototype.scale=function(){return Vp(this.g)};
  1296. v4.prototype.getData=v4.prototype.getData=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return Wp(d,a,c)};v4.prototype.copy=v4.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Xp(c,a)};v4.prototype.__destroy__=function(){Yp(this.g)};function p4(){this.g=Zp();Z3(p4)[this.g]=this}p4.prototype=Object.create(u.prototype);p4.prototype.constructor=p4;p4.prototype.h=p4;p4.i={};b.MdDbLayerTableRecord=p4;p4.prototype.getName=function(){return g($p(this.g))};
  1297. p4.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!aq(c,a)};p4.prototype.isFrozen=p4.prototype.isFrozen=function(){return!!bq(this.g)};p4.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cq(c,a)};p4.prototype.isOff=function(){return!!dq(this.g)};p4.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eq(c,a)};p4.prototype.isLocked=function(){return!!fq(this.g)};
  1298. p4.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gq(c,a)};p4.prototype.color=p4.prototype.color=function(){return m(hq(this.g),A)};p4.prototype.setColor=p4.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iq(c,a)};p4.prototype.linetypeObjectId=function(){return jq(this.g)};p4.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kq(c,a)};p4.prototype.lineWeight=function(){return lq(this.g)};
  1299. p4.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mq(c,a)};p4.prototype.GetObjectID=function(){return nq(this.g)};p4.prototype.Erase=function(){return!!oq(this.g)};p4.prototype.isErased=function(){return!!pq(this.g)};p4.prototype.unErase=function(){return!!qq(this.g)};p4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rq(c,a)};p4.prototype.GetExtensionDictionary=function(){return m(sq(this.g),v)};
  1300. p4.prototype.CreateExtensionDictionary=function(){return!!tq(this.g)};p4.prototype.IsHaveExtensionDictionary=function(){return!!uq(this.g)};p4.prototype.Clone=function(){return m(vq(this.g),u)};p4.prototype.GetHandle=function(){return g(wq(this.g))};p4.prototype.GetDatabase=function(){return m(xq(this.g),w)};p4.prototype.GetDatabaseIndexId=function(){return yq(this.g)};p4.prototype.GetOwnerID=function(){return zq(this.g)};
  1301. p4.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!!Aq(f,a,c,d,e)};p4.prototype.getGripPoints=function(){return m(Bq(this.g),x)};p4.prototype.getObjectName=function(){return g(Cq(this.g))};p4.prototype.getDxf0=function(){return g(Dq(this.g))};p4.prototype.getCustomEntityTypeName=function(){return g(Eq(this.g))};p4.prototype.getCustomEntityid=function(){return Fq(this.g)};
  1302. p4.prototype.getCustomEntityTempid=function(){return Gq(this.g)};p4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hq(c,a)};p4.prototype.getJson=function(){return g(Iq(this.g))};p4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Jq(c,a)};p4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Kq(c,a)};p4.prototype.isNull=function(){return!!Lq(this.g)};
  1303. p4.prototype.__destroy__=function(){Mq(this.g)};function q4(){this.g=Nq();Z3(q4)[this.g]=this}q4.prototype=Object.create(u.prototype);q4.prototype.constructor=q4;q4.prototype.h=q4;q4.i={};b.MdDbLinetypeTableRecord=q4;q4.prototype.getName=function(){return g(Oq(this.g))};q4.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Pq(c,a)};q4.prototype.numDashes=function(){return Qq(this.g)};
  1304. q4.prototype.setNumDashes=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rq(c,a)};q4.prototype.dashLengthAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Sq(c,a)};q4.prototype.setDashLengthAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Tq(d,a,c)};q4.prototype.comments=function(){return g(Uq(this.g))};q4.prototype.setComments=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Vq(c,a)};
  1305. q4.prototype.shapeStyleAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Wq(c,a)};q4.prototype.setShapeStyleAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Xq(d,a,c)};q4.prototype.shapeNumberAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Yq(c,a)};q4.prototype.setShapeNumberAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Zq(d,a,c)};
  1306. q4.prototype.shapeOffsetAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m($q(c,a),D)};q4.prototype.setShapeOffsetAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ar(d,a,c)};q4.prototype.shapeScaleAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return br(c,a)};q4.prototype.setShapeScaleAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!cr(d,a,c)};
  1307. q4.prototype.isScaledToFit=function(){return!!dr(this.g)};q4.prototype.setIsScaledToFit=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!er(c,a)};q4.prototype.shapeIsUcsOrientedAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fr(c,a)};q4.prototype.setShapeIsUcsOrientedAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!gr(d,a,c)};
  1308. q4.prototype.shapeRotationAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hr(c,a)};q4.prototype.setShapeRotationAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ir(d,a,c)};q4.prototype.textAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(jr(c,a))};q4.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!!kr(d,a,c)};
  1309. q4.prototype.GetObjectID=function(){return lr(this.g)};q4.prototype.Erase=function(){return!!mr(this.g)};q4.prototype.isErased=function(){return!!nr(this.g)};q4.prototype.unErase=function(){return!!or(this.g)};q4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pr(c,a)};q4.prototype.GetExtensionDictionary=function(){return m(qr(this.g),v)};q4.prototype.CreateExtensionDictionary=function(){return!!rr(this.g)};q4.prototype.IsHaveExtensionDictionary=function(){return!!sr(this.g)};
  1310. q4.prototype.Clone=function(){return m(tr(this.g),u)};q4.prototype.GetHandle=function(){return g(ur(this.g))};q4.prototype.GetDatabase=function(){return m(vr(this.g),w)};q4.prototype.GetDatabaseIndexId=function(){return wr(this.g)};q4.prototype.GetOwnerID=function(){return xr(this.g)};q4.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!!yr(f,a,c,d,e)};
  1311. q4.prototype.getGripPoints=function(){return m(zr(this.g),x)};q4.prototype.getObjectName=function(){return g(Ar(this.g))};q4.prototype.getDxf0=function(){return g(Br(this.g))};q4.prototype.getCustomEntityTypeName=function(){return g(Cr(this.g))};q4.prototype.getCustomEntityid=function(){return Dr(this.g)};q4.prototype.getCustomEntityTempid=function(){return Er(this.g)};q4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fr(c,a)};
  1312. q4.prototype.getJson=function(){return g(Gr(this.g))};q4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Hr(c,a)};q4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ir(c,a)};q4.prototype.isNull=function(){return!!Jr(this.g)};q4.prototype.__destroy__=function(){Kr(this.g)};function r4(){this.g=Lr();Z3(r4)[this.g]=this}r4.prototype=Object.create(u.prototype);r4.prototype.constructor=r4;r4.prototype.h=r4;r4.i={};
  1313. b.MdDbTextStyleTableRecord=r4;r4.prototype.getName=function(){return g(Mr(this.g))};r4.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Nr(c,a)};r4.prototype.isShapeFile=function(){return!!Or(this.g)};r4.prototype.setIsShapeFile=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pr(c,a)};r4.prototype.isVertical=function(){return!!Qr(this.g)};r4.prototype.setIsVertical=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rr(c,a)};
  1314. r4.prototype.textSize=function(){return Sr(this.g)};r4.prototype.setTextSize=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tr(c,a)};r4.prototype.xScale=function(){return Ur(this.g)};r4.prototype.setXScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vr(c,a)};r4.prototype.obliquingAngle=function(){return Wr(this.g)};r4.prototype.setObliquingAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xr(c,a)};r4.prototype.flagBits=function(){return Yr(this.g)};
  1315. r4.prototype.setFlagBits=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zr(c,a)};r4.prototype.fileName=r4.prototype.fileName=function(){return g($r(this.g))};r4.prototype.setFileName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!as(c,a)};r4.prototype.bigFontFileName=function(){return g(bs(this.g))};r4.prototype.setBigFontFileName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cs(c,a)};
  1316. r4.prototype.setFont=function(a,c,d,e,f){var h=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!!ds(h,a,c,d,e,f)};r4.prototype.font=r4.prototype.font=function(){return m(es(this.g),z)};r4.prototype.GetObjectID=function(){return gs(this.g)};r4.prototype.Erase=function(){return!!hs(this.g)};r4.prototype.isErased=function(){return!!is(this.g)};r4.prototype.unErase=function(){return!!js(this.g)};
  1317. r4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ks(c,a)};r4.prototype.GetExtensionDictionary=function(){return m(ls(this.g),v)};r4.prototype.CreateExtensionDictionary=function(){return!!ms(this.g)};r4.prototype.IsHaveExtensionDictionary=function(){return!!ns(this.g)};r4.prototype.Clone=function(){return m(ps(this.g),u)};r4.prototype.GetHandle=function(){return g(qs(this.g))};r4.prototype.GetDatabase=function(){return m(rs(this.g),w)};
  1318. r4.prototype.GetDatabaseIndexId=function(){return ss(this.g)};r4.prototype.GetOwnerID=function(){return ts(this.g)};r4.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!!us(f,a,c,d,e)};r4.prototype.getGripPoints=function(){return m(vs(this.g),x)};r4.prototype.getObjectName=function(){return g(xs(this.g))};r4.prototype.getDxf0=function(){return g(ys(this.g))};
  1319. r4.prototype.getCustomEntityTypeName=function(){return g(zs(this.g))};r4.prototype.getCustomEntityid=function(){return As(this.g)};r4.prototype.getCustomEntityTempid=function(){return Bs(this.g)};r4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cs(c,a)};r4.prototype.getJson=function(){return g(Ds(this.g))};r4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Es(c,a)};
  1320. r4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Fs(c,a)};r4.prototype.isNull=function(){return!!Gs(this.g)};r4.prototype.__destroy__=function(){Hs(this.g)};function w4(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}w4.prototype=Object.create(u.prototype);w4.prototype.constructor=w4;w4.prototype.h=w4;w4.i={};b.MdDbLayerTable=w4;w4.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Is(c,a),t4)};
  1321. w4.prototype.add=w4.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Js(c,a)};w4.prototype.get=w4.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 Ks(d,a,c)};w4.prototype.GetObjectID=function(){return Ls(this.g)};w4.prototype.Erase=function(){return!!Ms(this.g)};w4.prototype.isErased=function(){return!!Ns(this.g)};w4.prototype.unErase=function(){return!!Os(this.g)};
  1322. w4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ps(c,a)};w4.prototype.GetExtensionDictionary=function(){return m(Qs(this.g),v)};w4.prototype.CreateExtensionDictionary=function(){return!!Rs(this.g)};w4.prototype.IsHaveExtensionDictionary=function(){return!!Ss(this.g)};w4.prototype.Clone=function(){return m(Ts(this.g),u)};w4.prototype.GetHandle=function(){return g(Us(this.g))};w4.prototype.GetDatabase=function(){return m(Vs(this.g),w)};
  1323. w4.prototype.GetDatabaseIndexId=function(){return Ws(this.g)};w4.prototype.GetOwnerID=function(){return Xs(this.g)};w4.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!!Ys(f,a,c,d,e)};w4.prototype.getGripPoints=function(){return m(Zs(this.g),x)};w4.prototype.getObjectName=function(){return g($s(this.g))};w4.prototype.getDxf0=function(){return g(at(this.g))};
  1324. w4.prototype.getCustomEntityTypeName=function(){return g(bt(this.g))};w4.prototype.getCustomEntityid=function(){return ct(this.g)};w4.prototype.getCustomEntityTempid=function(){return dt(this.g)};w4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!et(c,a)};w4.prototype.getJson=function(){return g(ft(this.g))};w4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!gt(c,a)};
  1325. w4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ht(c,a)};w4.prototype.isNull=function(){return!!it(this.g)};function x4(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}x4.prototype=Object.create(u.prototype);x4.prototype.constructor=x4;x4.prototype.h=x4;x4.i={};b.MdDbLinetypeTable=x4;x4.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(jt(c,a),t4)};
  1326. x4.prototype.add=x4.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return kt(c,a)};x4.prototype.get=x4.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 lt(d,a,c)};x4.prototype.GetObjectID=function(){return mt(this.g)};x4.prototype.Erase=function(){return!!nt(this.g)};x4.prototype.isErased=function(){return!!ot(this.g)};x4.prototype.unErase=function(){return!!pt(this.g)};
  1327. x4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qt(c,a)};x4.prototype.GetExtensionDictionary=function(){return m(rt(this.g),v)};x4.prototype.CreateExtensionDictionary=function(){return!!st(this.g)};x4.prototype.IsHaveExtensionDictionary=function(){return!!tt(this.g)};x4.prototype.Clone=function(){return m(ut(this.g),u)};x4.prototype.GetHandle=function(){return g(vt(this.g))};x4.prototype.GetDatabase=function(){return m(wt(this.g),w)};
  1328. x4.prototype.GetDatabaseIndexId=function(){return xt(this.g)};x4.prototype.GetOwnerID=function(){return yt(this.g)};x4.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!!zt(f,a,c,d,e)};x4.prototype.getGripPoints=function(){return m(At(this.g),x)};x4.prototype.getObjectName=function(){return g(Bt(this.g))};x4.prototype.getDxf0=function(){return g(Ct(this.g))};
  1329. x4.prototype.getCustomEntityTypeName=function(){return g(Dt(this.g))};x4.prototype.getCustomEntityid=function(){return Et(this.g)};x4.prototype.getCustomEntityTempid=function(){return Ft(this.g)};x4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gt(c,a)};x4.prototype.getJson=function(){return g(Ht(this.g))};x4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!It(c,a)};
  1330. x4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Jt(c,a)};x4.prototype.isNull=function(){return!!Kt(this.g)};function y4(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}y4.prototype=Object.create(u.prototype);y4.prototype.constructor=y4;y4.prototype.h=y4;y4.i={};b.MdDbTextStyleTable=y4;y4.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Lt(c,a),t4)};
  1331. y4.prototype.add=y4.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Mt(c,a)};y4.prototype.get=y4.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 Nt(d,a,c)};y4.prototype.GetObjectID=function(){return Ot(this.g)};y4.prototype.Erase=function(){return!!Pt(this.g)};y4.prototype.isErased=function(){return!!Qt(this.g)};y4.prototype.unErase=function(){return!!Rt(this.g)};
  1332. y4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!St(c,a)};y4.prototype.GetExtensionDictionary=function(){return m(Tt(this.g),v)};y4.prototype.CreateExtensionDictionary=function(){return!!Ut(this.g)};y4.prototype.IsHaveExtensionDictionary=function(){return!!Vt(this.g)};y4.prototype.Clone=function(){return m(Wt(this.g),u)};y4.prototype.GetHandle=function(){return g(Xt(this.g))};y4.prototype.GetDatabase=function(){return m(Yt(this.g),w)};
  1333. y4.prototype.GetDatabaseIndexId=function(){return Zt(this.g)};y4.prototype.GetOwnerID=function(){return $t(this.g)};y4.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!!au(f,a,c,d,e)};y4.prototype.getGripPoints=function(){return m(bu(this.g),x)};y4.prototype.getObjectName=function(){return g(cu(this.g))};y4.prototype.getDxf0=function(){return g(du(this.g))};
  1334. y4.prototype.getCustomEntityTypeName=function(){return g(eu(this.g))};y4.prototype.getCustomEntityid=function(){return fu(this.g)};y4.prototype.getCustomEntityTempid=function(){return gu(this.g)};y4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hu(c,a)};y4.prototype.getJson=function(){return g(iu(this.g))};y4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ju(c,a)};
  1335. y4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ku(c,a)};y4.prototype.isNull=function(){return!!lu(this.g)};function w(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}w.prototype=Object.create(h4.prototype);w.prototype.constructor=w;w.prototype.h=w;w.i={};b.MdDbDatabase=w;w.prototype.GetLayerTable=function(){return m(mu(this.g),w4)};w.prototype.GetLinetypeTable=function(){return m(nu(this.g),x4)};
  1336. w.prototype.GetTextStyleTable=function(){return m(ou(this.g),y4)};w.prototype.GetBlockTable=function(){return m(pu(this.g),A4)};w.prototype.CurrentSpace=function(){return m(qu(this.g),o4)};w.prototype.GetNamedObjectsDictionary=function(){return m(ru(this.g),v)};w.prototype.GetCurrentlyLineTypeScale=function(){return su(this.g)};w.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);tu(c,a)};w.prototype.GetCurrentlyLayerName=function(){return g(uu(this.g))};
  1337. w.prototype.SetCurrentlyLayerName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);vu(c,a)};w.prototype.GetCurrentlyLineTypeName=function(){return g(wu(this.g))};w.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);xu(c,a)};w.prototype.GetCurrentlyTrueColor=function(){return m(yu(this.g),A)};w.prototype.GetCurrentlyDrawColor=function(){return m(zu(this.g),t4)};
  1338. w.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Au(c,a)};w.prototype.GetCurrentlyColorIndex=function(){return Bu(this.g)};w.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Cu(c,a)};w.prototype.GetCurrentlyTextStyleName=function(){return g(Du(this.g))};w.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Eu(c,a)};
  1339. w.prototype.HandleToIdIndex=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return Fu(c,a)};w.prototype.IsModifyed=function(){return!!Gu(this.g)};w.prototype.SetModifyed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Hu(c,a)};w.prototype.getObjectName=function(){return g(Iu(this.g))};w.prototype.getDxf0=function(){return g(Ju(this.g))};w.prototype.getCustomEntityTypeName=function(){return g(Ku(this.g))};w.prototype.getCustomEntityid=function(){return Lu(this.g)};
  1340. w.prototype.getCustomEntityTempid=function(){return Mu(this.g)};w.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nu(c,a)};w.prototype.getJson=function(){return g(Ou(this.g))};w.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Pu(c,a)};w.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Qu(c,a)};w.prototype.isNull=function(){return!!Ru(this.g)};
  1341. function G(){throw"cannot construct a McObject, no constructor in IDL";}G.prototype=Object.create(Y3.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=g4(a));"object"==typeof c&&(c=g4(c));return!!Su(d,a,c)};G.prototype.updateDisplayMatrixData=function(a,c){var d=this.g;r();"object"==typeof a&&(a=g4(a));"object"==typeof c&&(c=g4(c));return!!Tu(d,a,c)};G.prototype.test=G.prototype.test=function(){Uu(this.g)};
  1342. G.prototype.openWebFile=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return!!Vu(n,a,c,d,e,f,h)};G.prototype.loadTz=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Wu(c,a)};G.prototype.newFile=function(){return!!Xu(this.g)};
  1343. G.prototype.insertBlock=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return!!Yu(n,a,c,d,e,f,h)};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 Zu(d,a,c)};
  1344. G.prototype.saveFileToUrl=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$u(c,a)};G.prototype.saveTempFile=function(){return g(av(this.g))};G.prototype.saveFileToMemory=function(){return m(bv(this.g),s4)};G.prototype.deleteFile=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cv(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!!dv(d,a,c)};
  1345. G.prototype.getViewDataJsonParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(ev(c,a))};G.prototype.regen=function(){fv(this.g)};G.prototype.setBrowse=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);gv(c,a)};G.prototype.GetDatabase=function(){return m(hv(this.g),w)};G.prototype.GetSysVarString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return g(iv(c,a))};
  1346. 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!!jv(d,a,c)};G.prototype.GetSysVarDouble=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return kv(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!!lv(d,a,c)};G.prototype.GetSysVarLong=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return mv(c,a)};
  1347. 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!!nv(d,a,c)};G.prototype.GetSysVarPoint=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(ov(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!!pv(e,a,c,d)};
  1348. G.prototype.fireEventWindowSize=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);qv(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);rv(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);sv(d,a,c)};G.prototype.fireEventDragWillEnd=function(){tv(this.g)};
  1349. 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 uv(d,a,c)};G.prototype.IntelliSelect_RangeSelect=function(a,c,d,e,f){var h=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(vv(h,a,c,d,e,f),t4)};
  1350. G.prototype.Osnap_NotifyOsnap=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);wv(P,a,c,d,e,f,h,n,p)};G.prototype.EntityTempWordDraw_onJigCommandEnd=function(){xv(this.g)};
  1351. G.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);yv(c,a)};G.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){zv(this.g)};G.prototype.EntityTempWordDraw_onJigClearDisplay=function(){Av(this.g)};G.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Bv(c,a)};G.prototype.GetDrawColor=function(){return m(Cv(this.g),A)};
  1352. G.prototype.AddLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return Dv(c,a)};G.prototype.SetDrawLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Ev(c,a)};G.prototype.GetDrawLayer=function(){return g(Fv(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 Gv(f,a,c,d,e)};
  1353. 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 Hv(e,a,c,d)};G.prototype.SetDrawTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Iv(c,a)};G.prototype.GetDrawTextStyle=function(){return g(Jv(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 Kv(d,a,c)};
  1354. 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 Lv(e,a,c,d)};G.prototype.AddDimStyle=function(a,c,d,e,f){var h=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 Mv(h,a,c,d,e,f)};
  1355. G.prototype.SetDrawLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Nv(c,a)};G.prototype.GetDrawLinetype=function(){return g(Ov(this.g))};G.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Pv(c,a)};G.prototype.GetDrawLineWeight=function(){return Qv(this.g)};G.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Rv(c,a)};G.prototype.GetDrawLineTypeScale=function(){return Sv(this.g)};
  1356. G.prototype.SetDrawDimStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Tv(c,a)};G.prototype.GetDrawDimStyle=function(){return g(Uv(this.g))};G.prototype.SetPatternDefinition=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Vv(c,a)};G.prototype.GetPatternDefinition=function(){return g(Wv(this.g))};G.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Xv(c,a)};G.prototype.GetDrawLineWidth=function(){return Yv(this.g)};
  1357. G.prototype.DrawImage=function(a,c,d,e,f,h){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);h=h&&"object"===typeof h?h.g:t(h);return Zv(n,a,c,d,e,f,h)};
  1358. G.prototype.DrawLine=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return $v(n,a,c,d,e,f,h)};
  1359. G.prototype.DrawArc=function(a,c,d,e,f){var h=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 aw(h,a,c,d,e,f)};
  1360. G.prototype.DrawArc2=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return bw(n,a,c,d,e,f,h)};
  1361. G.prototype.DrawArc3=function(a,c,d,e,f){var h=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 cw(h,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 dw(e,a,c,d)};
  1362. G.prototype.DrawEllipse=function(a,c,d,e,f){var h=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 ew(h,a,c,d,e,f)};
  1363. G.prototype.DrawEllipseArc=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return fw(p,a,c,d,e,f,h,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 gw(d,a,c)};
  1364. G.prototype.DrawSolid=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);return hw(P,a,c,d,e,f,h,n,p)};
  1365. G.prototype.DrawMText=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return iw(p,a,c,d,e,f,h,n)};
  1366. G.prototype.DrawText=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return jw(p,a,c,d,e,f,h,n)};
  1367. G.prototype.DrawBlockReference=function(a,c,d,e,f){var h=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 kw(h,a,c,d,e,f)};
  1368. G.prototype.DrawDimAligned=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return lw(n,a,c,d,e,f,h)};
  1369. G.prototype.DrawDimAngular=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);return mw(P,a,c,d,e,f,h,n,p)};
  1370. G.prototype.DrawDimDiametric=function(a,c,d,e,f){var h=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 nw(h,a,c,d,e,f)};
  1371. G.prototype.DrawDimRotated=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return ow(p,a,c,d,e,f,h,n)};
  1372. G.prototype.DrawDimOrdinate=function(a,c,d,e,f){var h=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 pw(h,a,c,d,e,f)};G.prototype.DrawDimRadial=function(a,c,d,e,f){var h=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 qw(h,a,c,d,e,f)};
  1373. G.prototype.PathMoveTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);rw(d,a,c)};G.prototype.PathMoveToEx=function(a,c,d,e,f){var h=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);sw(h,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);tw(d,a,c)};
  1374. G.prototype.PathLineToEx=function(a,c,d,e,f){var h=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);uw(h,a,c,d,e,f)};G.prototype.PathCircle=function(a,c,d,e,f){var h=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!!vw(h,a,c,d,e,f)};
  1375. G.prototype.DrawPathToPolyline=function(){return ww(this.g)};G.prototype.DrawPathToSpline=function(){return xw(this.g)};G.prototype.PathMakeClosed=function(){yw(this.g)};G.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return zw(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 Aw(d,a,c)};G.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Bw(c,a)};
  1376. G.prototype.GetAllLayoutName=function(){return m(Cw(this.g),i4)};G.prototype.SetCurrentLayout=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Dw(c,a)};G.prototype.PathMakeExclude=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ew(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);Fw(d,a,c)};G.prototype.SetAppId=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Gw(c,a)};
  1377. G.prototype.UpdateLayerDisplayStatus=function(){Hw(this.g)};G.prototype.initRegist=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);Iw(c,a)};G.prototype.isTryVersion=function(){return!!Jw(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);Kw(e,a,c,d)};G.prototype.createTexture=G.prototype.createTexture=function(){return Lw(this.g)};
  1378. G.prototype.deleteTexture=G.prototype.deleteTexture=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Mw(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);Nw(d,a,c)};G.prototype.allocTextureHandle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return Ow(c,a)};
  1379. G.prototype.registTexture=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Pw(d,a,c)};G.prototype.undo=function(){Qw(this.g)};G.prototype.redo=function(){Rw(this.g)};G.prototype.undoMark=function(){Sw(this.g)};function z(){this.g=Tw();Z3(z)[this.g]=this}z.prototype=Object.create(h4.prototype);z.prototype.constructor=z;z.prototype.h=z;z.i={};b.McDrawResbuf=z;z.prototype.Clear=function(){Uw(this.g)};z.prototype.GetCount=function(){return Vw(this.g)};
  1380. z.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ww(c,a)};z.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xw(c,a)};z.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Yw(c,a)};z.prototype.AtObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(Zw(c,a),u)};z.prototype.AtRxObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m($w(c,a),h4)};
  1381. z.prototype.AtObjectMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ax(c,a),S)};z.prototype.AtObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(bx(c,a))};z.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(cx(c,a))};z.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(dx(c,a),B)};z.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ex(c,a)};
  1382. z.prototype.ItemDataDxf=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fx(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);gx(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);hx(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);ix(d,a,c)};
  1383. z.prototype.AddObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jx(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);kx(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);lx(d,a,c)};z.prototype.RemoveAll=function(){mx(this.g)};z.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);nx(c,a)};
  1384. z.prototype.PrintData=function(){ox(this.g)};z.prototype.getObjectName=function(){return g(px(this.g))};z.prototype.getDxf0=function(){return g(qx(this.g))};z.prototype.getCustomEntityTypeName=function(){return g(rx(this.g))};z.prototype.getCustomEntityid=function(){return sx(this.g)};z.prototype.getCustomEntityTempid=function(){return tx(this.g)};z.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ux(c,a)};z.prototype.getJson=function(){return g(vx(this.g))};
  1385. z.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!wx(c,a)};z.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!xx(c,a)};z.prototype.isNull=function(){return!!yx(this.g)};z.prototype.__destroy__=function(){zx(this.g)};function B4(){this.g=Ax();Z3(B4)[this.g]=this}B4.prototype=Object.create(Y3.prototype);B4.prototype.constructor=B4;B4.prototype.h=B4;B4.i={};b.McDrawUtility=B4;
  1386. B4.prototype.findEntAtPoint=function(a,c,d,e,f){var h=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 Bx(h,a,c,d,e,f)};B4.prototype.eraseObject=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Cx(d,a,c)};
  1387. B4.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Dx(d,a,c)};B4.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 Ex(e,a,c,d)};B4.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(Fx(d,a,c),U)};B4.prototype.__destroy__=function(){Gx(this.g)};
  1388. function C4(){this.g=Hx();Z3(C4)[this.g]=this}C4.prototype=Object.create(Y3.prototype);C4.prototype.constructor=C4;C4.prototype.h=C4;C4.i={};b.MxDrawAssist=C4;
  1389. C4.prototype.MxChamfer=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);P&&"object"===typeof P&&(P=P.g);return!!Ix(L,a,c,d,e,f,h,n,p,P)};
  1390. C4.prototype.MxFillet=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);return!!Jx(P,a,c,d,e,f,h,n,p)};C4.prototype.MxExplode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kx(c,a)};
  1391. C4.prototype.MxJoin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lx(c,a)};C4.prototype.IntersectWith=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);p&&"object"===typeof p&&(p=p.g);P&&"object"===typeof P&&(P=P.g);return m(Mx(L,a,c,d,e,f,h,n,p,P),x)};
  1392. C4.prototype.GetClosestPointTo=function(a,c,d,e,f,h,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);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return m(Nx(p,a,c,d,e,f,h,n),x)};C4.prototype.__destroy__=function(){Ox(this.g)};function D4(){this.g=Px();Z3(D4)[this.g]=this}D4.prototype=Object.create(Y3.prototype);D4.prototype.constructor=D4;
  1393. D4.prototype.h=D4;D4.i={};b.MxDrawTrimAssist=D4;D4.prototype.Init=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qx(c,a)};D4.prototype.UnInit=function(){return!!Rx(this.g)};D4.prototype.DoTrim=function(a,c,d,e,f){var h=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);Sx(h,a,c,d,e,f)};D4.prototype.__destroy__=function(){Tx(this.g)};
  1394. function E4(){this.g=Ux();Z3(E4)[this.g]=this}E4.prototype=Object.create(Y3.prototype);E4.prototype.constructor=E4;E4.prototype.h=E4;E4.i={};b.MxDrawExtendAssist=E4;E4.prototype.Init=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vx(c,a)};E4.prototype.UnInit=function(){return!!Wx(this.g)};
  1395. E4.prototype.DoExtend=function(a,c,d,e,f){var h=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);Xx(h,a,c,d,e,f)};E4.prototype.__destroy__=function(){Yx(this.g)};function H(){this.g=Zx();Z3(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($x(this.g),B)};
  1396. H.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ay(c,a)};H.prototype.endPoint=function(){return m(by(this.g),B)};H.prototype.setEndPoint=H.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cy(c,a)};H.prototype.getStartParam=function(){return dy(this.g)};H.prototype.getEndParam=function(){return ey(this.g)};H.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fy(c,a)};
  1397. H.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gy(c,a)};H.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hy(c,a)};H.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(iy(c,a),B)};H.prototype.getStartPoint=function(){return m(jy(this.g),B)};H.prototype.getEndPoint=function(){return m(ky(this.g),B)};
  1398. H.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ly(c,a),B)};H.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return my(c,a)};H.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ny(c,a),D)};H.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(oy(c,a),D)};
  1399. 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(py(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(qy(d,a,c),j4)};H.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ry(c,a),j4)};H.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(sy(c,a),z)};
  1400. H.prototype.getLength=function(){return ty(this.g)};H.prototype.explode=function(){return m(uy(this.g),z)};H.prototype.TrueColor=function(){return m(vy(this.g),A)};H.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wy(c,a)};H.prototype.ColorIndex=function(){return xy(this.g)};H.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yy(c,a)};H.prototype.Layer=function(){return g(zy(this.g))};
  1401. H.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Ay(c,a)};H.prototype.LinetypeScale=function(){return By(this.g)};H.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cy(c,a)};H.prototype.Visible=function(){return!!Dy(this.g)};H.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ey(c,a)};H.prototype.Lineweight=function(){return Fy(this.g)};
  1402. H.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gy(c,a)};H.prototype.TextStyle=function(){return g(Hy(this.g))};H.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Iy(c,a)};H.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jy(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!!Ky(d,a,c)};
  1403. 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!!Ly(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!!My(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!!Ny(d,a,c)};H.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Oy(c,a)};
  1404. H.prototype.GetBoundingBox=function(){return m(Py(this.g),z)};H.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(Qy(c,a),z)};H.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ry(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(Sy(d,a,c))};
  1405. 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!!Ty(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 Uy(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!!Vy(e,a,c,d)};
  1406. 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 Wy(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!!Xy(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(Yy(d,a,c),B)};
  1407. 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!!Zy(e,a,c,d)};H.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$y(c,a)};H.prototype.GetAllAppName=function(){return m(az(this.g),i4)};H.prototype.LayerId=function(){return bz(this.g)};H.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cz(c,a)};
  1408. H.prototype.LinetypeId=function(){return dz(this.g)};H.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ez(c,a)};H.prototype.Linetype=function(){return g(fz(this.g))};H.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!gz(c,a)};H.prototype.TextStyleId=function(){return hz(this.g)};H.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iz(c,a)};
  1409. 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(jz(d,a,c),x)};H.prototype.getArea=function(){return kz(this.g)};H.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lz(c,a)};H.prototype.isPropertiesWindowCustom=function(){return!!mz(this.g)};H.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nz(c,a)};
  1410. H.prototype.updateDisplay=function(){return!!oz(this.g)};H.prototype.DrawOrder=function(){return pz(this.g)};H.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qz(c,a)};H.prototype.GetObjectID=function(){return rz(this.g)};H.prototype.Erase=function(){return!!sz(this.g)};H.prototype.isErased=function(){return!!tz(this.g)};H.prototype.unErase=function(){return!!uz(this.g)};
  1411. H.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vz(c,a)};H.prototype.GetExtensionDictionary=function(){return m(wz(this.g),v)};H.prototype.CreateExtensionDictionary=function(){return!!xz(this.g)};H.prototype.IsHaveExtensionDictionary=function(){return!!yz(this.g)};H.prototype.Clone=function(){return m(zz(this.g),u)};H.prototype.GetHandle=function(){return g(Az(this.g))};H.prototype.GetDatabase=function(){return m(Bz(this.g),w)};
  1412. H.prototype.GetDatabaseIndexId=function(){return Cz(this.g)};H.prototype.GetOwnerID=function(){return Dz(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!!Ez(f,a,c,d,e)};H.prototype.getGripPoints=function(){return m(Fz(this.g),x)};H.prototype.getObjectName=function(){return g(Gz(this.g))};H.prototype.getDxf0=function(){return g(Hz(this.g))};
  1413. H.prototype.getCustomEntityTypeName=function(){return g(Iz(this.g))};H.prototype.getCustomEntityid=function(){return Jz(this.g)};H.prototype.getCustomEntityTempid=function(){return Kz(this.g)};H.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lz(c,a)};H.prototype.getJson=function(){return g(Mz(this.g))};H.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Nz(c,a)};
  1414. H.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Oz(c,a)};H.prototype.isNull=function(){return!!Pz(this.g)};H.prototype.__destroy__=function(){Qz(this.g)};function I(){this.g=Rz();Z3(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(Sz(this.g))};
  1415. I.prototype.setTag=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!Tz(c,a)};I.prototype.isInvisible=function(){return!!Uz(this.g)};I.prototype.setInvisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vz(c,a)};I.prototype.explode=function(){return m(Wz(this.g),z)};I.prototype.TrueColor=function(){return m(Xz(this.g),A)};I.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yz(c,a)};I.prototype.ColorIndex=function(){return Zz(this.g)};
  1416. I.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$z(c,a)};I.prototype.Layer=function(){return g(aA(this.g))};I.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!bA(c,a)};I.prototype.LinetypeScale=function(){return cA(this.g)};I.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dA(c,a)};I.prototype.Visible=function(){return!!eA(this.g)};
  1417. I.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fA(c,a)};I.prototype.Lineweight=function(){return gA(this.g)};I.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hA(c,a)};I.prototype.TextStyle=function(){return g(iA(this.g))};I.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!jA(c,a)};
  1418. I.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kA(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!!lA(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!!mA(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!!nA(d,a,c)};
  1419. 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!!oA(d,a,c)};I.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pA(c,a)};I.prototype.GetBoundingBox=function(){return m(qA(this.g),z)};I.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(rA(c,a),z)};I.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sA(c,a)};
  1420. 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(tA(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!!uA(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 vA(d,a,c)};
  1421. 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!!wA(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 xA(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!!yA(e,a,c,d)};
  1422. 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(zA(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!!AA(e,a,c,d)};I.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!BA(c,a)};I.prototype.GetAllAppName=function(){return m(CA(this.g),i4)};
  1423. I.prototype.LayerId=function(){return DA(this.g)};I.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EA(c,a)};I.prototype.LinetypeId=function(){return FA(this.g)};I.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GA(c,a)};I.prototype.Linetype=function(){return g(HA(this.g))};I.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!IA(c,a)};I.prototype.TextStyleId=function(){return JA(this.g)};
  1424. I.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KA(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(LA(d,a,c),x)};I.prototype.getArea=function(){return MA(this.g)};I.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NA(c,a)};I.prototype.isPropertiesWindowCustom=function(){return!!OA(this.g)};
  1425. I.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PA(c,a)};I.prototype.updateDisplay=function(){return!!QA(this.g)};I.prototype.DrawOrder=function(){return RA(this.g)};I.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SA(c,a)};I.prototype.GetObjectID=function(){return TA(this.g)};I.prototype.Erase=function(){return!!UA(this.g)};I.prototype.isErased=function(){return!!VA(this.g)};I.prototype.unErase=function(){return!!WA(this.g)};
  1426. I.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XA(c,a)};I.prototype.GetExtensionDictionary=function(){return m(YA(this.g),v)};I.prototype.CreateExtensionDictionary=function(){return!!ZA(this.g)};I.prototype.IsHaveExtensionDictionary=function(){return!!$A(this.g)};I.prototype.Clone=function(){return m(aB(this.g),u)};I.prototype.GetHandle=function(){return g(bB(this.g))};I.prototype.GetDatabase=function(){return m(cB(this.g),w)};
  1427. I.prototype.GetDatabaseIndexId=function(){return dB(this.g)};I.prototype.GetOwnerID=function(){return eB(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!!fB(f,a,c,d,e)};I.prototype.getGripPoints=function(){return m(gB(this.g),x)};I.prototype.position=I.prototype.position=function(){return m(hB(this.g),B)};
  1428. I.prototype.setPosition=I.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iB(c,a)};I.prototype.alignmentPoint=function(){return m(jB(this.g),B)};I.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kB(c,a)};I.prototype.oblique=function(){return lB(this.g)};I.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mB(c,a)};I.prototype.rotation=I.prototype.rotation=function(){return nB(this.g)};
  1429. I.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oB(c,a)};I.prototype.height=I.prototype.height=function(){return pB(this.g)};I.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qB(c,a)};I.prototype.widthFactor=function(){return rB(this.g)};I.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sB(c,a)};I.prototype.textString=function(){return g(tB(this.g))};
  1430. I.prototype.setTextString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!uB(c,a)};I.prototype.horizontalMode=function(){return vB(this.g)};I.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wB(c,a)};I.prototype.verticalMode=function(){return xB(this.g)};I.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yB(c,a)};I.prototype.getObjectName=function(){return g(zB(this.g))};
  1431. I.prototype.getDxf0=function(){return g(AB(this.g))};I.prototype.getCustomEntityTypeName=function(){return g(BB(this.g))};I.prototype.getCustomEntityid=function(){return CB(this.g)};I.prototype.getCustomEntityTempid=function(){return DB(this.g)};I.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EB(c,a)};I.prototype.getJson=function(){return g(FB(this.g))};
  1432. I.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!GB(c,a)};I.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!HB(c,a)};I.prototype.isNull=function(){return!!IB(this.g)};I.prototype.__destroy__=function(){JB(this.g)};function J(){this.g=KB();Z3(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(LB(this.g))};
  1433. J.prototype.setTag=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!MB(c,a)};J.prototype.prompt=J.prototype.prompt=function(){return g(NB(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!!OB(c,a)};J.prototype.isInvisible=function(){return!!PB(this.g)};J.prototype.setInvisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QB(c,a)};J.prototype.isConstant=function(){return!!RB(this.g)};
  1434. J.prototype.setConstant=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SB(c,a)};J.prototype.isVerifiable=function(){return!!TB(this.g)};J.prototype.setVerifiable=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UB(c,a)};J.prototype.isPreset=function(){return!!VB(this.g)};J.prototype.setPreset=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WB(c,a)};J.prototype.explode=function(){return m(XB(this.g),z)};
  1435. J.prototype.TrueColor=function(){return m(YB(this.g),A)};J.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZB(c,a)};J.prototype.ColorIndex=function(){return $B(this.g)};J.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aC(c,a)};J.prototype.Layer=function(){return g(bC(this.g))};J.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cC(c,a)};J.prototype.LinetypeScale=function(){return dC(this.g)};
  1436. J.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eC(c,a)};J.prototype.Visible=function(){return!!fC(this.g)};J.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gC(c,a)};J.prototype.Lineweight=function(){return hC(this.g)};J.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iC(c,a)};J.prototype.TextStyle=function(){return g(jC(this.g))};
  1437. J.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kC(c,a)};J.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lC(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!!mC(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!!nC(d,a,c)};
  1438. 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!!oC(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!!pC(d,a,c)};J.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qC(c,a)};J.prototype.GetBoundingBox=function(){return m(rC(this.g),z)};
  1439. J.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(sC(c,a),z)};J.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tC(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(uC(d,a,c))};
  1440. 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!!vC(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 wC(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!!xC(e,a,c,d)};
  1441. 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 yC(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!!zC(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(AC(d,a,c),B)};
  1442. 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!!BC(e,a,c,d)};J.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!CC(c,a)};J.prototype.GetAllAppName=function(){return m(DC(this.g),i4)};J.prototype.LayerId=function(){return EC(this.g)};J.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FC(c,a)};
  1443. J.prototype.LinetypeId=function(){return GC(this.g)};J.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HC(c,a)};J.prototype.Linetype=function(){return g(IC(this.g))};J.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!JC(c,a)};J.prototype.TextStyleId=function(){return KC(this.g)};J.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LC(c,a)};
  1444. 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(MC(d,a,c),x)};J.prototype.getArea=function(){return NC(this.g)};J.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OC(c,a)};J.prototype.isPropertiesWindowCustom=function(){return!!PC(this.g)};J.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QC(c,a)};
  1445. J.prototype.updateDisplay=function(){return!!RC(this.g)};J.prototype.DrawOrder=function(){return SC(this.g)};J.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TC(c,a)};J.prototype.GetObjectID=function(){return UC(this.g)};J.prototype.Erase=function(){return!!VC(this.g)};J.prototype.isErased=function(){return!!WC(this.g)};J.prototype.unErase=function(){return!!XC(this.g)};
  1446. J.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YC(c,a)};J.prototype.GetExtensionDictionary=function(){return m(ZC(this.g),v)};J.prototype.CreateExtensionDictionary=function(){return!!$C(this.g)};J.prototype.IsHaveExtensionDictionary=function(){return!!aD(this.g)};J.prototype.Clone=function(){return m(bD(this.g),u)};J.prototype.GetHandle=function(){return g(cD(this.g))};J.prototype.GetDatabase=function(){return m(dD(this.g),w)};
  1447. J.prototype.GetDatabaseIndexId=function(){return eD(this.g)};J.prototype.GetOwnerID=function(){return fD(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!!gD(f,a,c,d,e)};J.prototype.getGripPoints=function(){return m(hD(this.g),x)};J.prototype.position=J.prototype.position=function(){return m(iD(this.g),B)};
  1448. J.prototype.setPosition=J.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jD(c,a)};J.prototype.alignmentPoint=function(){return m(kD(this.g),B)};J.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lD(c,a)};J.prototype.oblique=function(){return mD(this.g)};J.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nD(c,a)};J.prototype.rotation=J.prototype.rotation=function(){return oD(this.g)};
  1449. J.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pD(c,a)};J.prototype.height=J.prototype.height=function(){return qD(this.g)};J.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rD(c,a)};J.prototype.widthFactor=function(){return sD(this.g)};J.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tD(c,a)};J.prototype.textString=function(){return g(uD(this.g))};
  1450. J.prototype.setTextString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!vD(c,a)};J.prototype.horizontalMode=function(){return wD(this.g)};J.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xD(c,a)};J.prototype.verticalMode=function(){return yD(this.g)};J.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zD(c,a)};J.prototype.getObjectName=function(){return g(AD(this.g))};
  1451. J.prototype.getDxf0=function(){return g(BD(this.g))};J.prototype.getCustomEntityTypeName=function(){return g(CD(this.g))};J.prototype.getCustomEntityid=function(){return DD(this.g)};J.prototype.getCustomEntityTempid=function(){return ED(this.g)};J.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FD(c,a)};J.prototype.getJson=function(){return g(GD(this.g))};
  1452. J.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!HD(c,a)};J.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ID(c,a)};J.prototype.isNull=function(){return!!JD(this.g)};J.prototype.__destroy__=function(){KD(this.g)};function M(){this.g=LD();Z3(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(MD(this.g),B)};
  1453. M.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ND(c,a)};M.prototype.radius=function(){return OD(this.g)};M.prototype.setRadius=M.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PD(c,a)};M.prototype.getStartParam=function(){return QD(this.g)};M.prototype.getEndParam=function(){return RD(this.g)};M.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return SD(c,a)};
  1454. M.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return TD(c,a)};M.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return UD(c,a)};M.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(VD(c,a),B)};M.prototype.getStartPoint=function(){return m(WD(this.g),B)};M.prototype.getEndPoint=function(){return m(XD(this.g),B)};
  1455. M.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(YD(c,a),B)};M.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ZD(c,a)};M.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m($D(c,a),D)};M.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(aE(c,a),D)};
  1456. 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(bE(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(cE(d,a,c),j4)};M.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(dE(c,a),j4)};M.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(eE(c,a),z)};
  1457. M.prototype.getLength=function(){return fE(this.g)};M.prototype.explode=function(){return m(gE(this.g),z)};M.prototype.TrueColor=function(){return m(hE(this.g),A)};M.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iE(c,a)};M.prototype.ColorIndex=function(){return jE(this.g)};M.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kE(c,a)};M.prototype.Layer=function(){return g(lE(this.g))};
  1458. M.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!mE(c,a)};M.prototype.LinetypeScale=function(){return nE(this.g)};M.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oE(c,a)};M.prototype.Visible=function(){return!!pE(this.g)};M.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qE(c,a)};M.prototype.Lineweight=function(){return rE(this.g)};
  1459. M.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sE(c,a)};M.prototype.TextStyle=function(){return g(tE(this.g))};M.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!uE(c,a)};M.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vE(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!!wE(d,a,c)};
  1460. 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!!xE(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!!yE(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!!zE(d,a,c)};M.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AE(c,a)};
  1461. M.prototype.GetBoundingBox=function(){return m(BE(this.g),z)};M.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(CE(c,a),z)};M.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DE(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(EE(d,a,c))};
  1462. 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!!FE(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 GE(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!!HE(e,a,c,d)};
  1463. 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 IE(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!!JE(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(KE(d,a,c),B)};
  1464. 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!!LE(e,a,c,d)};M.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!ME(c,a)};M.prototype.GetAllAppName=function(){return m(NE(this.g),i4)};M.prototype.LayerId=function(){return OE(this.g)};M.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PE(c,a)};
  1465. M.prototype.LinetypeId=function(){return QE(this.g)};M.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RE(c,a)};M.prototype.Linetype=function(){return g(SE(this.g))};M.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!TE(c,a)};M.prototype.TextStyleId=function(){return UE(this.g)};M.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VE(c,a)};
  1466. 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(WE(d,a,c),x)};M.prototype.getArea=function(){return XE(this.g)};M.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YE(c,a)};M.prototype.isPropertiesWindowCustom=function(){return!!ZE(this.g)};M.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$E(c,a)};
  1467. M.prototype.updateDisplay=function(){return!!aF(this.g)};M.prototype.DrawOrder=function(){return bF(this.g)};M.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cF(c,a)};M.prototype.GetObjectID=function(){return dF(this.g)};M.prototype.Erase=function(){return!!eF(this.g)};M.prototype.isErased=function(){return!!fF(this.g)};M.prototype.unErase=function(){return!!gF(this.g)};
  1468. M.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hF(c,a)};M.prototype.GetExtensionDictionary=function(){return m(iF(this.g),v)};M.prototype.CreateExtensionDictionary=function(){return!!jF(this.g)};M.prototype.IsHaveExtensionDictionary=function(){return!!kF(this.g)};M.prototype.Clone=function(){return m(lF(this.g),u)};M.prototype.GetHandle=function(){return g(mF(this.g))};M.prototype.GetDatabase=function(){return m(nF(this.g),w)};
  1469. M.prototype.GetDatabaseIndexId=function(){return oF(this.g)};M.prototype.GetOwnerID=function(){return pF(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!!qF(f,a,c,d,e)};M.prototype.getGripPoints=function(){return m(rF(this.g),x)};M.prototype.getObjectName=function(){return g(sF(this.g))};M.prototype.getDxf0=function(){return g(tF(this.g))};
  1470. M.prototype.getCustomEntityTypeName=function(){return g(uF(this.g))};M.prototype.getCustomEntityid=function(){return vF(this.g)};M.prototype.getCustomEntityTempid=function(){return wF(this.g)};M.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xF(c,a)};M.prototype.getJson=function(){return g(yF(this.g))};M.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!zF(c,a)};
  1471. M.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!AF(c,a)};M.prototype.isNull=function(){return!!BF(this.g)};M.prototype.__destroy__=function(){CF(this.g)};function N(){this.g=DF();Z3(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(EF(this.g),B)};N.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FF(c,a)};
  1472. N.prototype.radius=function(){return GF(this.g)};N.prototype.setRadius=N.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HF(c,a)};N.prototype.startAngle=function(){return IF(this.g)};N.prototype.setStartAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JF(c,a)};N.prototype.endAngle=function(){return KF(this.g)};N.prototype.setEndAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LF(c,a)};
  1473. N.prototype.computeArc=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return!!MF(n,a,c,d,e,f,h)};N.prototype.getStartParam=function(){return NF(this.g)};N.prototype.getEndParam=function(){return OF(this.g)};N.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return PF(c,a)};
  1474. N.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return QF(c,a)};N.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return RF(c,a)};N.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(SF(c,a),B)};N.prototype.getStartPoint=function(){return m(TF(this.g),B)};N.prototype.getEndPoint=function(){return m(UF(this.g),B)};
  1475. N.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(VF(c,a),B)};N.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return WF(c,a)};N.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(XF(c,a),D)};N.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(YF(c,a),D)};
  1476. 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(ZF(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($F(d,a,c),j4)};N.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(aG(c,a),j4)};N.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(bG(c,a),z)};
  1477. N.prototype.getLength=function(){return cG(this.g)};N.prototype.explode=function(){return m(dG(this.g),z)};N.prototype.TrueColor=function(){return m(eG(this.g),A)};N.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fG(c,a)};N.prototype.ColorIndex=function(){return gG(this.g)};N.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hG(c,a)};N.prototype.Layer=function(){return g(iG(this.g))};
  1478. N.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!jG(c,a)};N.prototype.LinetypeScale=function(){return kG(this.g)};N.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lG(c,a)};N.prototype.Visible=function(){return!!mG(this.g)};N.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nG(c,a)};N.prototype.Lineweight=function(){return oG(this.g)};
  1479. N.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pG(c,a)};N.prototype.TextStyle=function(){return g(qG(this.g))};N.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!rG(c,a)};N.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sG(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!!tG(d,a,c)};
  1480. 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!!uG(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!!vG(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!!wG(d,a,c)};N.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xG(c,a)};
  1481. N.prototype.GetBoundingBox=function(){return m(yG(this.g),z)};N.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(zG(c,a),z)};N.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AG(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(BG(d,a,c))};
  1482. 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!!CG(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 DG(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!!EG(e,a,c,d)};
  1483. 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 FG(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!!GG(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(HG(d,a,c),B)};
  1484. 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!!IG(e,a,c,d)};N.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!JG(c,a)};N.prototype.GetAllAppName=function(){return m(KG(this.g),i4)};N.prototype.LayerId=function(){return LG(this.g)};N.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MG(c,a)};
  1485. N.prototype.LinetypeId=function(){return NG(this.g)};N.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OG(c,a)};N.prototype.Linetype=function(){return g(PG(this.g))};N.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!QG(c,a)};N.prototype.TextStyleId=function(){return RG(this.g)};N.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SG(c,a)};
  1486. 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(TG(d,a,c),x)};N.prototype.getArea=function(){return UG(this.g)};N.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VG(c,a)};N.prototype.isPropertiesWindowCustom=function(){return!!WG(this.g)};N.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XG(c,a)};
  1487. N.prototype.updateDisplay=function(){return!!YG(this.g)};N.prototype.DrawOrder=function(){return ZG(this.g)};N.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$G(c,a)};N.prototype.GetObjectID=function(){return aH(this.g)};N.prototype.Erase=function(){return!!bH(this.g)};N.prototype.isErased=function(){return!!cH(this.g)};N.prototype.unErase=function(){return!!dH(this.g)};
  1488. N.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eH(c,a)};N.prototype.GetExtensionDictionary=function(){return m(fH(this.g),v)};N.prototype.CreateExtensionDictionary=function(){return!!gH(this.g)};N.prototype.IsHaveExtensionDictionary=function(){return!!hH(this.g)};N.prototype.Clone=function(){return m(iH(this.g),u)};N.prototype.GetHandle=function(){return g(jH(this.g))};N.prototype.GetDatabase=function(){return m(kH(this.g),w)};
  1489. N.prototype.GetDatabaseIndexId=function(){return lH(this.g)};N.prototype.GetOwnerID=function(){return mH(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!!nH(f,a,c,d,e)};N.prototype.getGripPoints=function(){return m(oH(this.g),x)};N.prototype.getObjectName=function(){return g(pH(this.g))};N.prototype.getDxf0=function(){return g(qH(this.g))};
  1490. N.prototype.getCustomEntityTypeName=function(){return g(rH(this.g))};N.prototype.getCustomEntityid=function(){return sH(this.g)};N.prototype.getCustomEntityTempid=function(){return tH(this.g)};N.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uH(c,a)};N.prototype.getJson=function(){return g(vH(this.g))};N.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!wH(c,a)};
  1491. N.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!xH(c,a)};N.prototype.isNull=function(){return!!yH(this.g)};N.prototype.__destroy__=function(){zH(this.g)};function K(){this.g=AH();Z3(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!!BH(c,a)};
  1492. K.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CH(c,a)};K.prototype.isClosed=function(){return!!DH(this.g)};K.prototype.getConstantWidth=function(){return EH(this.g)};K.prototype.addVertexAt=function(a,c,d,e,f){var h=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!!FH(h,a,c,d,e,f)};
  1493. K.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GH(c,a)};K.prototype.numVerts=function(){return HH(this.g)};K.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(IH(c,a),B)};K.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return JH(c,a)};K.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return KH(c,a)};
  1494. K.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return LH(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!!MH(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!!NH(d,a,c)};
  1495. 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!!OH(d,a,c)};K.prototype.getStartParam=function(){return PH(this.g)};K.prototype.getEndParam=function(){return QH(this.g)};K.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return RH(c,a)};K.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return SH(c,a)};
  1496. K.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return TH(c,a)};K.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(UH(c,a),B)};K.prototype.getStartPoint=function(){return m(VH(this.g),B)};K.prototype.getEndPoint=function(){return m(WH(this.g),B)};K.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(XH(c,a),B)};
  1497. K.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return YH(c,a)};K.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(ZH(c,a),D)};K.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m($H(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(aI(d,a,c),B)};
  1498. 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(bI(d,a,c),j4)};K.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(cI(c,a),j4)};K.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(dI(c,a),z)};K.prototype.getLength=function(){return eI(this.g)};K.prototype.explode=function(){return m(fI(this.g),z)};
  1499. K.prototype.TrueColor=function(){return m(gI(this.g),A)};K.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hI(c,a)};K.prototype.ColorIndex=function(){return iI(this.g)};K.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jI(c,a)};K.prototype.Layer=function(){return g(kI(this.g))};K.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!lI(c,a)};K.prototype.LinetypeScale=function(){return mI(this.g)};
  1500. K.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nI(c,a)};K.prototype.Visible=function(){return!!oI(this.g)};K.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pI(c,a)};K.prototype.Lineweight=function(){return qI(this.g)};K.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rI(c,a)};K.prototype.TextStyle=function(){return g(sI(this.g))};
  1501. K.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!tI(c,a)};K.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uI(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!!vI(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!!wI(d,a,c)};
  1502. 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!!xI(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!!yI(d,a,c)};K.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zI(c,a)};K.prototype.GetBoundingBox=function(){return m(AI(this.g),z)};
  1503. K.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(BI(c,a),z)};K.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CI(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(DI(d,a,c))};
  1504. 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!!EI(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 FI(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!!GI(e,a,c,d)};
  1505. 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 HI(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!!II(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(JI(d,a,c),B)};
  1506. 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!!KI(e,a,c,d)};K.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!LI(c,a)};K.prototype.GetAllAppName=function(){return m(MI(this.g),i4)};K.prototype.LayerId=function(){return NI(this.g)};K.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OI(c,a)};
  1507. K.prototype.LinetypeId=function(){return PI(this.g)};K.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QI(c,a)};K.prototype.Linetype=function(){return g(RI(this.g))};K.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!SI(c,a)};K.prototype.TextStyleId=function(){return TI(this.g)};K.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UI(c,a)};
  1508. 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(VI(d,a,c),x)};K.prototype.getArea=function(){return WI(this.g)};K.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XI(c,a)};K.prototype.isPropertiesWindowCustom=function(){return!!YI(this.g)};K.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZI(c,a)};
  1509. K.prototype.updateDisplay=function(){return!!$I(this.g)};K.prototype.DrawOrder=function(){return aJ(this.g)};K.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bJ(c,a)};K.prototype.GetObjectID=function(){return cJ(this.g)};K.prototype.Erase=function(){return!!dJ(this.g)};K.prototype.isErased=function(){return!!eJ(this.g)};K.prototype.unErase=function(){return!!fJ(this.g)};
  1510. K.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gJ(c,a)};K.prototype.GetExtensionDictionary=function(){return m(hJ(this.g),v)};K.prototype.CreateExtensionDictionary=function(){return!!iJ(this.g)};K.prototype.IsHaveExtensionDictionary=function(){return!!jJ(this.g)};K.prototype.Clone=function(){return m(kJ(this.g),u)};K.prototype.GetHandle=function(){return g(lJ(this.g))};K.prototype.GetDatabase=function(){return m(mJ(this.g),w)};
  1511. K.prototype.GetDatabaseIndexId=function(){return nJ(this.g)};K.prototype.GetOwnerID=function(){return oJ(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!!pJ(f,a,c,d,e)};K.prototype.getGripPoints=function(){return m(qJ(this.g),x)};K.prototype.getObjectName=function(){return g(rJ(this.g))};K.prototype.getDxf0=function(){return g(sJ(this.g))};
  1512. K.prototype.getCustomEntityTypeName=function(){return g(tJ(this.g))};K.prototype.getCustomEntityid=function(){return uJ(this.g)};K.prototype.getCustomEntityTempid=function(){return vJ(this.g)};K.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wJ(c,a)};K.prototype.getJson=function(){return g(xJ(this.g))};K.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!yJ(c,a)};
  1513. K.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!zJ(c,a)};K.prototype.isNull=function(){return!!AJ(this.g)};K.prototype.__destroy__=function(){BJ(this.g)};function O(){this.g=CJ();Z3(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 DJ(this.g)};
  1514. O.prototype.setBlockTableRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EJ(c,a)};O.prototype.position=O.prototype.position=function(){return m(FJ(this.g),B)};O.prototype.setPosition=O.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GJ(c,a)};O.prototype.scaleFactors=function(){return m(HJ(this.g),B)};O.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IJ(c,a)};
  1515. O.prototype.rotation=O.prototype.rotation=function(){return JJ(this.g)};O.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KJ(c,a)};O.prototype.blockTransform=function(){return m(LJ(this.g),v4)};O.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MJ(c,a)};O.prototype.getBlockName=function(){return g(NJ(this.g))};O.prototype.appendAttribute=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return OJ(c,a)};
  1516. O.prototype.createAttribute=O.prototype.createAttribute=function(){return!!PJ(this.g)};O.prototype.getAllAttribute=function(){return m(QJ(this.g),t4)};O.prototype.explode=function(){return m(RJ(this.g),z)};O.prototype.TrueColor=function(){return m(SJ(this.g),A)};O.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TJ(c,a)};O.prototype.ColorIndex=function(){return UJ(this.g)};
  1517. O.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VJ(c,a)};O.prototype.Layer=function(){return g(WJ(this.g))};O.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!XJ(c,a)};O.prototype.LinetypeScale=function(){return YJ(this.g)};O.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZJ(c,a)};O.prototype.Visible=function(){return!!$J(this.g)};
  1518. O.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aK(c,a)};O.prototype.Lineweight=function(){return bK(this.g)};O.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cK(c,a)};O.prototype.TextStyle=function(){return g(dK(this.g))};O.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!eK(c,a)};
  1519. O.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fK(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!!gK(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!!hK(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!!iK(d,a,c)};
  1520. 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!!jK(d,a,c)};O.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kK(c,a)};O.prototype.GetBoundingBox=function(){return m(lK(this.g),z)};O.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(mK(c,a),z)};O.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nK(c,a)};
  1521. 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(oK(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!!pK(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 qK(d,a,c)};
  1522. 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!!rK(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 sK(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!!tK(e,a,c,d)};
  1523. 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(uK(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!!vK(e,a,c,d)};O.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!wK(c,a)};O.prototype.GetAllAppName=function(){return m(xK(this.g),i4)};
  1524. O.prototype.LayerId=function(){return yK(this.g)};O.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zK(c,a)};O.prototype.LinetypeId=function(){return AK(this.g)};O.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!BK(c,a)};O.prototype.Linetype=function(){return g(CK(this.g))};O.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!DK(c,a)};O.prototype.TextStyleId=function(){return EK(this.g)};
  1525. O.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FK(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(GK(d,a,c),x)};O.prototype.getArea=function(){return HK(this.g)};O.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IK(c,a)};O.prototype.isPropertiesWindowCustom=function(){return!!JK(this.g)};
  1526. O.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KK(c,a)};O.prototype.updateDisplay=function(){return!!LK(this.g)};O.prototype.DrawOrder=function(){return MK(this.g)};O.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NK(c,a)};O.prototype.GetObjectID=function(){return OK(this.g)};O.prototype.Erase=function(){return!!PK(this.g)};O.prototype.isErased=function(){return!!QK(this.g)};O.prototype.unErase=function(){return!!RK(this.g)};
  1527. O.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SK(c,a)};O.prototype.GetExtensionDictionary=function(){return m(TK(this.g),v)};O.prototype.CreateExtensionDictionary=function(){return!!UK(this.g)};O.prototype.IsHaveExtensionDictionary=function(){return!!VK(this.g)};O.prototype.Clone=function(){return m(WK(this.g),u)};O.prototype.GetHandle=function(){return g(XK(this.g))};O.prototype.GetDatabase=function(){return m(YK(this.g),w)};
  1528. O.prototype.GetDatabaseIndexId=function(){return ZK(this.g)};O.prototype.GetOwnerID=function(){return $K(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!!aL(f,a,c,d,e)};O.prototype.getGripPoints=function(){return m(bL(this.g),x)};O.prototype.getObjectName=function(){return g(cL(this.g))};O.prototype.getDxf0=function(){return g(dL(this.g))};
  1529. O.prototype.getCustomEntityTypeName=function(){return g(eL(this.g))};O.prototype.getCustomEntityid=function(){return fL(this.g)};O.prototype.getCustomEntityTempid=function(){return gL(this.g)};O.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hL(c,a)};O.prototype.getJson=function(){return g(iL(this.g))};O.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!jL(c,a)};
  1530. O.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kL(c,a)};O.prototype.isNull=function(){return!!lL(this.g)};O.prototype.__destroy__=function(){mL(this.g)};function Q(){this.g=nL();Z3(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(oL(this.g),B)};
  1531. Q.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pL(c,a)};Q.prototype.xLine2Point=function(){return m(qL(this.g),B)};Q.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rL(c,a)};Q.prototype.dimLinePoint=function(){return m(sL(this.g),B)};Q.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tL(c,a)};Q.prototype.oblique=function(){return uL(this.g)};
  1532. Q.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vL(c,a)};Q.prototype.textPosition=function(){return m(wL(this.g),B)};Q.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xL(c,a)};Q.prototype.isUsingDefaultTextPosition=function(){return!!yL(this.g)};Q.prototype.useSetTextPosition=function(){return!!zL(this.g)};Q.prototype.useDefaultTextPosition=function(){return!!AL(this.g)};
  1533. Q.prototype.elevation=Q.prototype.elevation=function(){return BL(this.g)};Q.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CL(c,a)};Q.prototype.dimensionText=function(){return g(DL(this.g))};Q.prototype.setDimensionText=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!EL(c,a)};Q.prototype.textRotation=function(){return FL(this.g)};Q.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GL(c,a)};
  1534. Q.prototype.dimensionStyle=function(){return HL(this.g)};Q.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IL(c,a)};Q.prototype.textAttachment=function(){return JL(this.g)};Q.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KL(c,a)};Q.prototype.horizontalRotation=function(){return LL(this.g)};Q.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ML(c,a)};
  1535. Q.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NL(c,a)};Q.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return OL(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!!PL(d,a,c)};Q.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return QL(c,a)};
  1536. 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!!RL(d,a,c)};Q.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g(SL(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!!TL(d,a,c)};Q.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return UL(c,a)};
  1537. 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!!VL(d,a,c)};Q.prototype.GetAllText=function(){return m(WL(this.g),i4)};Q.prototype.explode=function(){return m(XL(this.g),z)};Q.prototype.TrueColor=function(){return m(YL(this.g),A)};Q.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ZL(c,a)};Q.prototype.ColorIndex=function(){return $L(this.g)};
  1538. Q.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aM(c,a)};Q.prototype.Layer=function(){return g(bM(this.g))};Q.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!cM(c,a)};Q.prototype.LinetypeScale=function(){return dM(this.g)};Q.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eM(c,a)};Q.prototype.Visible=function(){return!!fM(this.g)};
  1539. Q.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gM(c,a)};Q.prototype.Lineweight=function(){return hM(this.g)};Q.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iM(c,a)};Q.prototype.TextStyle=function(){return g(jM(this.g))};Q.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kM(c,a)};
  1540. Q.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lM(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!!mM(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!!nM(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!!oM(d,a,c)};
  1541. 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!!pM(d,a,c)};Q.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qM(c,a)};Q.prototype.GetBoundingBox=function(){return m(rM(this.g),z)};Q.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(sM(c,a),z)};Q.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tM(c,a)};
  1542. 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(uM(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!!vM(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 wM(d,a,c)};
  1543. 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!!xM(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 yM(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!!zM(e,a,c,d)};
  1544. 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(AM(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!!BM(e,a,c,d)};Q.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!CM(c,a)};Q.prototype.GetAllAppName=function(){return m(DM(this.g),i4)};
  1545. Q.prototype.LayerId=function(){return EM(this.g)};Q.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FM(c,a)};Q.prototype.LinetypeId=function(){return GM(this.g)};Q.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HM(c,a)};Q.prototype.Linetype=function(){return g(IM(this.g))};Q.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!JM(c,a)};Q.prototype.TextStyleId=function(){return KM(this.g)};
  1546. Q.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LM(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(MM(d,a,c),x)};Q.prototype.getArea=function(){return NM(this.g)};Q.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OM(c,a)};Q.prototype.isPropertiesWindowCustom=function(){return!!PM(this.g)};
  1547. Q.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QM(c,a)};Q.prototype.updateDisplay=function(){return!!RM(this.g)};Q.prototype.DrawOrder=function(){return SM(this.g)};Q.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TM(c,a)};Q.prototype.GetObjectID=function(){return UM(this.g)};Q.prototype.Erase=function(){return!!VM(this.g)};Q.prototype.isErased=function(){return!!WM(this.g)};Q.prototype.unErase=function(){return!!XM(this.g)};
  1548. Q.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YM(c,a)};Q.prototype.GetExtensionDictionary=function(){return m(ZM(this.g),v)};Q.prototype.CreateExtensionDictionary=function(){return!!$M(this.g)};Q.prototype.IsHaveExtensionDictionary=function(){return!!aN(this.g)};Q.prototype.Clone=function(){return m(bN(this.g),u)};Q.prototype.GetHandle=function(){return g(cN(this.g))};Q.prototype.GetDatabase=function(){return m(dN(this.g),w)};
  1549. Q.prototype.GetDatabaseIndexId=function(){return eN(this.g)};Q.prototype.GetOwnerID=function(){return fN(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!!gN(f,a,c,d,e)};Q.prototype.getGripPoints=function(){return m(hN(this.g),x)};Q.prototype.getObjectName=function(){return g(iN(this.g))};Q.prototype.getDxf0=function(){return g(jN(this.g))};
  1550. Q.prototype.getCustomEntityTypeName=function(){return g(kN(this.g))};Q.prototype.getCustomEntityid=function(){return lN(this.g)};Q.prototype.getCustomEntityTempid=function(){return mN(this.g)};Q.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nN(c,a)};Q.prototype.getJson=function(){return g(oN(this.g))};Q.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!pN(c,a)};
  1551. Q.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!qN(c,a)};Q.prototype.isNull=function(){return!!rN(this.g)};Q.prototype.__destroy__=function(){sN(this.g)};function R(){this.g=tN();Z3(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(uN(this.g),B)};
  1552. R.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vN(c,a)};R.prototype.xLine2Point=function(){return m(wN(this.g),B)};R.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xN(c,a)};R.prototype.dimLinePoint=function(){return m(yN(this.g),B)};R.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zN(c,a)};R.prototype.rotation=R.prototype.rotation=function(){return AN(this.g)};
  1553. R.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!BN(c,a)};R.prototype.oblique=function(){return CN(this.g)};R.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DN(c,a)};R.prototype.textPosition=function(){return m(EN(this.g),B)};R.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FN(c,a)};R.prototype.isUsingDefaultTextPosition=function(){return!!GN(this.g)};
  1554. R.prototype.useSetTextPosition=function(){return!!HN(this.g)};R.prototype.useDefaultTextPosition=function(){return!!IN(this.g)};R.prototype.elevation=R.prototype.elevation=function(){return JN(this.g)};R.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KN(c,a)};R.prototype.dimensionText=function(){return g(LN(this.g))};R.prototype.setDimensionText=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!MN(c,a)};R.prototype.textRotation=function(){return NN(this.g)};
  1555. R.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ON(c,a)};R.prototype.dimensionStyle=function(){return PN(this.g)};R.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QN(c,a)};R.prototype.textAttachment=function(){return RN(this.g)};R.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SN(c,a)};R.prototype.horizontalRotation=function(){return TN(this.g)};
  1556. R.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UN(c,a)};R.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VN(c,a)};R.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return WN(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!!XN(d,a,c)};
  1557. R.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return YN(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!!ZN(d,a,c)};R.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return g($N(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!!aO(d,a,c)};
  1558. R.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return bO(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!!cO(d,a,c)};R.prototype.GetAllText=function(){return m(dO(this.g),i4)};R.prototype.explode=function(){return m(eO(this.g),z)};R.prototype.TrueColor=function(){return m(fO(this.g),A)};
  1559. R.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gO(c,a)};R.prototype.ColorIndex=function(){return hO(this.g)};R.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iO(c,a)};R.prototype.Layer=function(){return g(jO(this.g))};R.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!kO(c,a)};R.prototype.LinetypeScale=function(){return lO(this.g)};
  1560. R.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mO(c,a)};R.prototype.Visible=function(){return!!nO(this.g)};R.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oO(c,a)};R.prototype.Lineweight=function(){return pO(this.g)};R.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qO(c,a)};R.prototype.TextStyle=function(){return g(rO(this.g))};
  1561. R.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!sO(c,a)};R.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tO(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!!uO(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!!vO(d,a,c)};
  1562. 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!!wO(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!!xO(d,a,c)};R.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yO(c,a)};R.prototype.GetBoundingBox=function(){return m(zO(this.g),z)};
  1563. R.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(AO(c,a),z)};R.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!BO(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(CO(d,a,c))};
  1564. 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!!DO(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 EO(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!!FO(e,a,c,d)};
  1565. 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 GO(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!!HO(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(IO(d,a,c),B)};
  1566. 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!!JO(e,a,c,d)};R.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!KO(c,a)};R.prototype.GetAllAppName=function(){return m(LO(this.g),i4)};R.prototype.LayerId=function(){return MO(this.g)};R.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NO(c,a)};
  1567. R.prototype.LinetypeId=function(){return OO(this.g)};R.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PO(c,a)};R.prototype.Linetype=function(){return g(QO(this.g))};R.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!RO(c,a)};R.prototype.TextStyleId=function(){return SO(this.g)};R.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TO(c,a)};
  1568. 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(UO(d,a,c),x)};R.prototype.getArea=function(){return VO(this.g)};R.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WO(c,a)};R.prototype.isPropertiesWindowCustom=function(){return!!XO(this.g)};R.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YO(c,a)};
  1569. R.prototype.updateDisplay=function(){return!!ZO(this.g)};R.prototype.DrawOrder=function(){return $O(this.g)};R.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aP(c,a)};R.prototype.GetObjectID=function(){return bP(this.g)};R.prototype.Erase=function(){return!!cP(this.g)};R.prototype.isErased=function(){return!!dP(this.g)};R.prototype.unErase=function(){return!!eP(this.g)};
  1570. R.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fP(c,a)};R.prototype.GetExtensionDictionary=function(){return m(gP(this.g),v)};R.prototype.CreateExtensionDictionary=function(){return!!hP(this.g)};R.prototype.IsHaveExtensionDictionary=function(){return!!iP(this.g)};R.prototype.Clone=function(){return m(jP(this.g),u)};R.prototype.GetHandle=function(){return g(kP(this.g))};R.prototype.GetDatabase=function(){return m(lP(this.g),w)};
  1571. R.prototype.GetDatabaseIndexId=function(){return mP(this.g)};R.prototype.GetOwnerID=function(){return nP(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!!oP(f,a,c,d,e)};R.prototype.getGripPoints=function(){return m(pP(this.g),x)};R.prototype.getObjectName=function(){return g(qP(this.g))};R.prototype.getDxf0=function(){return g(rP(this.g))};
  1572. R.prototype.getCustomEntityTypeName=function(){return g(sP(this.g))};R.prototype.getCustomEntityid=function(){return tP(this.g)};R.prototype.getCustomEntityTempid=function(){return uP(this.g)};R.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vP(c,a)};R.prototype.getJson=function(){return g(wP(this.g))};R.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!xP(c,a)};
  1573. R.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!yP(c,a)};R.prototype.isNull=function(){return!!zP(this.g)};R.prototype.__destroy__=function(){AP(this.g)};function S(){this.g=BP();Z3(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(CP(this.g),B)};
  1574. S.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!DP(c,a)};S.prototype.rotation=S.prototype.rotation=function(){return EP(this.g)};S.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FP(c,a)};S.prototype.width=S.prototype.width=function(){return GP(this.g)};S.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HP(c,a)};S.prototype.textHeight=function(){return IP(this.g)};
  1575. S.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JP(c,a)};S.prototype.attachment=function(){return KP(this.g)};S.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LP(c,a)};S.prototype.contents=S.prototype.l=function(){return g(MP(this.g))};S.prototype.setContents=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!NP(c,a)};S.prototype.explode=function(){return m(OP(this.g),z)};
  1576. S.prototype.TrueColor=function(){return m(PP(this.g),A)};S.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QP(c,a)};S.prototype.ColorIndex=function(){return RP(this.g)};S.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SP(c,a)};S.prototype.Layer=function(){return g(TP(this.g))};S.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!UP(c,a)};S.prototype.LinetypeScale=function(){return VP(this.g)};
  1577. S.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WP(c,a)};S.prototype.Visible=function(){return!!XP(this.g)};S.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YP(c,a)};S.prototype.Lineweight=function(){return ZP(this.g)};S.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$P(c,a)};S.prototype.TextStyle=function(){return g(aQ(this.g))};
  1578. S.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!bQ(c,a)};S.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cQ(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!!dQ(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!!eQ(d,a,c)};
  1579. 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!!fQ(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!!gQ(d,a,c)};S.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hQ(c,a)};S.prototype.GetBoundingBox=function(){return m(iQ(this.g),z)};
  1580. S.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(jQ(c,a),z)};S.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kQ(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(lQ(d,a,c))};
  1581. 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!!mQ(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 nQ(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!!oQ(e,a,c,d)};
  1582. 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 pQ(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!!qQ(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(rQ(d,a,c),B)};
  1583. 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!!sQ(e,a,c,d)};S.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!tQ(c,a)};S.prototype.GetAllAppName=function(){return m(uQ(this.g),i4)};S.prototype.LayerId=function(){return vQ(this.g)};S.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wQ(c,a)};
  1584. S.prototype.LinetypeId=function(){return xQ(this.g)};S.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yQ(c,a)};S.prototype.Linetype=function(){return g(zQ(this.g))};S.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!AQ(c,a)};S.prototype.TextStyleId=function(){return BQ(this.g)};S.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CQ(c,a)};
  1585. 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(DQ(d,a,c),x)};S.prototype.getArea=function(){return EQ(this.g)};S.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!FQ(c,a)};S.prototype.isPropertiesWindowCustom=function(){return!!GQ(this.g)};S.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!HQ(c,a)};
  1586. S.prototype.updateDisplay=function(){return!!IQ(this.g)};S.prototype.DrawOrder=function(){return JQ(this.g)};S.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KQ(c,a)};S.prototype.GetObjectID=function(){return LQ(this.g)};S.prototype.Erase=function(){return!!MQ(this.g)};S.prototype.isErased=function(){return!!NQ(this.g)};S.prototype.unErase=function(){return!!OQ(this.g)};
  1587. S.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PQ(c,a)};S.prototype.GetExtensionDictionary=function(){return m(QQ(this.g),v)};S.prototype.CreateExtensionDictionary=function(){return!!RQ(this.g)};S.prototype.IsHaveExtensionDictionary=function(){return!!SQ(this.g)};S.prototype.Clone=function(){return m(TQ(this.g),u)};S.prototype.GetHandle=function(){return g(UQ(this.g))};S.prototype.GetDatabase=function(){return m(VQ(this.g),w)};
  1588. S.prototype.GetDatabaseIndexId=function(){return WQ(this.g)};S.prototype.GetOwnerID=function(){return XQ(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!!YQ(f,a,c,d,e)};S.prototype.getGripPoints=function(){return m(ZQ(this.g),x)};S.prototype.getObjectName=function(){return g($Q(this.g))};S.prototype.getDxf0=function(){return g(aR(this.g))};
  1589. S.prototype.getCustomEntityTypeName=function(){return g(bR(this.g))};S.prototype.getCustomEntityid=function(){return cR(this.g)};S.prototype.getCustomEntityTempid=function(){return dR(this.g)};S.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eR(c,a)};S.prototype.getJson=function(){return g(fR(this.g))};S.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!gR(c,a)};
  1590. S.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!hR(c,a)};S.prototype.isNull=function(){return!!iR(this.g)};S.prototype.__destroy__=function(){jR(this.g)};function o4(){this.g=kR();Z3(o4)[this.g]=this}o4.prototype=Object.create(u.prototype);o4.prototype.constructor=o4;o4.prototype.h=o4;o4.i={};b.MdDbBlockTableRecord=o4;o4.prototype.appendAcDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return lR(c,a)};
  1591. o4.prototype.getAllEntityId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(mR(c,a),t4)};o4.prototype.origin=o4.prototype.origin=function(){return m(nR(this.g),B)};o4.prototype.setOrigin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oR(c,a)};o4.prototype.getBoundingBox=function(){return m(pR(this.g),x)};o4.prototype.invalidBoundingBoxBuffer=function(){return!!qR(this.g)};o4.prototype.getName=function(){return g(rR(this.g))};
  1592. o4.prototype.setName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!sR(c,a)};o4.prototype.getMinMaxDrawOrder=function(){return m(tR(this.g),B)};o4.prototype.GetObjectID=function(){return uR(this.g)};o4.prototype.Erase=function(){return!!vR(this.g)};o4.prototype.isErased=function(){return!!wR(this.g)};o4.prototype.unErase=function(){return!!xR(this.g)};o4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yR(c,a)};
  1593. o4.prototype.GetExtensionDictionary=function(){return m(zR(this.g),v)};o4.prototype.CreateExtensionDictionary=function(){return!!AR(this.g)};o4.prototype.IsHaveExtensionDictionary=function(){return!!BR(this.g)};o4.prototype.Clone=function(){return m(CR(this.g),u)};o4.prototype.GetHandle=function(){return g(DR(this.g))};o4.prototype.GetDatabase=function(){return m(ER(this.g),w)};o4.prototype.GetDatabaseIndexId=function(){return FR(this.g)};o4.prototype.GetOwnerID=function(){return GR(this.g)};
  1594. o4.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)};o4.prototype.getGripPoints=function(){return m(IR(this.g),x)};o4.prototype.getObjectName=function(){return g(JR(this.g))};o4.prototype.getDxf0=function(){return g(KR(this.g))};o4.prototype.getCustomEntityTypeName=function(){return g(LR(this.g))};o4.prototype.getCustomEntityid=function(){return MR(this.g)};
  1595. o4.prototype.getCustomEntityTempid=function(){return NR(this.g)};o4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OR(c,a)};o4.prototype.getJson=function(){return g(PR(this.g))};o4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!QR(c,a)};o4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!RR(c,a)};o4.prototype.isNull=function(){return!!SR(this.g)};
  1596. o4.prototype.__destroy__=function(){TR(this.g)};function A4(){throw"cannot construct a MdDbBlockTable, no constructor in IDL";}A4.prototype=Object.create(u.prototype);A4.prototype.constructor=A4;A4.prototype.h=A4;A4.i={};b.MdDbBlockTable=A4;A4.prototype.getAllRecordId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(UR(c,a),t4)};A4.prototype.add=A4.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return VR(c,a)};
  1597. A4.prototype.get=A4.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 WR(d,a,c)};A4.prototype.GetObjectID=function(){return YR(this.g)};A4.prototype.Erase=function(){return!!ZR(this.g)};A4.prototype.isErased=function(){return!!$R(this.g)};A4.prototype.unErase=function(){return!!aS(this.g)};A4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bS(c,a)};
  1598. A4.prototype.GetExtensionDictionary=function(){return m(cS(this.g),v)};A4.prototype.CreateExtensionDictionary=function(){return!!dS(this.g)};A4.prototype.IsHaveExtensionDictionary=function(){return!!eS(this.g)};A4.prototype.Clone=function(){return m(fS(this.g),u)};A4.prototype.GetHandle=function(){return g(gS(this.g))};A4.prototype.GetDatabase=function(){return m(hS(this.g),w)};A4.prototype.GetDatabaseIndexId=function(){return iS(this.g)};A4.prototype.GetOwnerID=function(){return jS(this.g)};
  1599. A4.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!!kS(f,a,c,d,e)};A4.prototype.getGripPoints=function(){return m(lS(this.g),x)};A4.prototype.getObjectName=function(){return g(mS(this.g))};A4.prototype.getDxf0=function(){return g(nS(this.g))};A4.prototype.getCustomEntityTypeName=function(){return g(oS(this.g))};A4.prototype.getCustomEntityid=function(){return pS(this.g)};
  1600. A4.prototype.getCustomEntityTempid=function(){return qS(this.g)};A4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rS(c,a)};A4.prototype.getJson=function(){return g(sS(this.g))};A4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!tS(c,a)};A4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!uS(c,a)};A4.prototype.isNull=function(){return!!vS(this.g)};
  1601. A4.prototype.__destroy__=function(){wS(this.g)};function F4(){this.g=xS();Z3(F4)[this.g]=this}F4.prototype=Object.create(h4.prototype);F4.prototype.constructor=F4;F4.prototype.h=F4;F4.i={};b.McDrawSelSet=F4;F4.prototype.allSelect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return yS(c,a)};
  1602. F4.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 zS(f,a,c,d,e)};F4.prototype.crossingSelect=function(a,c,d,e,f){var h=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 AS(h,a,c,d,e,f)};
  1603. F4.prototype.userSelect=F4.prototype.userSelect=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return BS(n,a,c,d,e,f,h)};
  1604. F4.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 CS(f,a,c,d,e)};F4.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(DS(d,a,c),t4)};F4.prototype.highlightEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ES(c,a)};F4.prototype.count=F4.prototype.count=function(){return FS(this.g)};
  1605. F4.prototype.item=F4.prototype.item=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return GS(c,a)};F4.prototype.getObjectName=function(){return g(HS(this.g))};F4.prototype.getDxf0=function(){return g(IS(this.g))};F4.prototype.getCustomEntityTypeName=function(){return g(JS(this.g))};F4.prototype.getCustomEntityid=function(){return KS(this.g)};F4.prototype.getCustomEntityTempid=function(){return LS(this.g)};
  1606. F4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MS(c,a)};F4.prototype.getJson=function(){return g(NS(this.g))};F4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!OS(c,a)};F4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!PS(c,a)};F4.prototype.isNull=function(){return!!QS(this.g)};F4.prototype.__destroy__=function(){RS(this.g)};
  1607. function T(){this.g=SS();Z3(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(TS(this.g),B)};T.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!US(c,a)};T.prototype.majorAxis=function(){return m(VS(this.g),D)};T.prototype.minorAxis=function(){return m(WS(this.g),D)};
  1608. T.prototype.setMajorAxis=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XS(c,a)};T.prototype.setMinorAxis=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YS(c,a)};T.prototype.radiusRatio=function(){return ZS(this.g)};T.prototype.setRadiusRatio=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$S(c,a)};T.prototype.startAngle=function(){return aT(this.g)};
  1609. T.prototype.setStartAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bT(c,a)};T.prototype.endAngle=function(){return cT(this.g)};T.prototype.setEndAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dT(c,a)};T.prototype.InitData=function(a,c,d,e,f){var h=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!!eT(h,a,c,d,e,f)};
  1610. T.prototype.getStartParam=function(){return fT(this.g)};T.prototype.getEndParam=function(){return gT(this.g)};T.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hT(c,a)};T.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return iT(c,a)};T.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return jT(c,a)};
  1611. T.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(kT(c,a),B)};T.prototype.getStartPoint=function(){return m(lT(this.g),B)};T.prototype.getEndPoint=function(){return m(mT(this.g),B)};T.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(nT(c,a),B)};T.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return oT(c,a)};
  1612. T.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(pT(c,a),D)};T.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(qT(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(rT(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(sT(d,a,c),j4)};
  1613. T.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(tT(c,a),j4)};T.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(uT(c,a),z)};T.prototype.getLength=function(){return vT(this.g)};T.prototype.explode=function(){return m(wT(this.g),z)};T.prototype.TrueColor=function(){return m(xT(this.g),A)};T.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yT(c,a)};T.prototype.ColorIndex=function(){return zT(this.g)};
  1614. T.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AT(c,a)};T.prototype.Layer=function(){return g(BT(this.g))};T.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!CT(c,a)};T.prototype.LinetypeScale=function(){return DT(this.g)};T.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ET(c,a)};T.prototype.Visible=function(){return!!FT(this.g)};
  1615. T.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GT(c,a)};T.prototype.Lineweight=function(){return HT(this.g)};T.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IT(c,a)};T.prototype.TextStyle=function(){return g(JT(this.g))};T.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!KT(c,a)};
  1616. T.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LT(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!!MT(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!!NT(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!!OT(d,a,c)};
  1617. 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!!PT(d,a,c)};T.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QT(c,a)};T.prototype.GetBoundingBox=function(){return m(RT(this.g),z)};T.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(ST(c,a),z)};T.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!TT(c,a)};
  1618. 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(UT(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!!VT(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 WT(d,a,c)};
  1619. 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!!XT(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 YT(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!!ZT(e,a,c,d)};
  1620. 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($T(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!!aU(e,a,c,d)};T.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!bU(c,a)};T.prototype.GetAllAppName=function(){return m(cU(this.g),i4)};
  1621. T.prototype.LayerId=function(){return dU(this.g)};T.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eU(c,a)};T.prototype.LinetypeId=function(){return fU(this.g)};T.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gU(c,a)};T.prototype.Linetype=function(){return g(hU(this.g))};T.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!iU(c,a)};T.prototype.TextStyleId=function(){return jU(this.g)};
  1622. T.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kU(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(lU(d,a,c),x)};T.prototype.getArea=function(){return mU(this.g)};T.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nU(c,a)};T.prototype.isPropertiesWindowCustom=function(){return!!oU(this.g)};
  1623. T.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pU(c,a)};T.prototype.updateDisplay=function(){return!!qU(this.g)};T.prototype.DrawOrder=function(){return rU(this.g)};T.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sU(c,a)};T.prototype.GetObjectID=function(){return tU(this.g)};T.prototype.Erase=function(){return!!uU(this.g)};T.prototype.isErased=function(){return!!vU(this.g)};T.prototype.unErase=function(){return!!wU(this.g)};
  1624. T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xU(c,a)};T.prototype.GetExtensionDictionary=function(){return m(yU(this.g),v)};T.prototype.CreateExtensionDictionary=function(){return!!zU(this.g)};T.prototype.IsHaveExtensionDictionary=function(){return!!AU(this.g)};T.prototype.Clone=function(){return m(BU(this.g),u)};T.prototype.GetHandle=function(){return g(CU(this.g))};T.prototype.GetDatabase=function(){return m(DU(this.g),w)};
  1625. T.prototype.GetDatabaseIndexId=function(){return EU(this.g)};T.prototype.GetOwnerID=function(){return FU(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!!GU(f,a,c,d,e)};T.prototype.getGripPoints=function(){return m(HU(this.g),x)};T.prototype.getObjectName=function(){return g(IU(this.g))};T.prototype.getDxf0=function(){return g(JU(this.g))};
  1626. T.prototype.getCustomEntityTypeName=function(){return g(KU(this.g))};T.prototype.getCustomEntityid=function(){return LU(this.g)};T.prototype.getCustomEntityTempid=function(){return MU(this.g)};T.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NU(c,a)};T.prototype.getJson=function(){return g(OU(this.g))};T.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!PU(c,a)};
  1627. T.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!QU(c,a)};T.prototype.isNull=function(){return!!RU(this.g)};T.prototype.__destroy__=function(){SU(this.g)};function Z(){this.g=TU();Z3(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(UU(this.g),B)};
  1628. Z.prototype.setPosition=Z.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VU(c,a)};Z.prototype.explode=function(){return m(WU(this.g),z)};Z.prototype.TrueColor=function(){return m(XU(this.g),A)};Z.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YU(c,a)};Z.prototype.ColorIndex=function(){return ZU(this.g)};Z.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$U(c,a)};
  1629. Z.prototype.Layer=function(){return g(aV(this.g))};Z.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!bV(c,a)};Z.prototype.LinetypeScale=function(){return cV(this.g)};Z.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dV(c,a)};Z.prototype.Visible=function(){return!!eV(this.g)};Z.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fV(c,a)};Z.prototype.Lineweight=function(){return gV(this.g)};
  1630. Z.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hV(c,a)};Z.prototype.TextStyle=function(){return g(iV(this.g))};Z.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!jV(c,a)};Z.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kV(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!!lV(d,a,c)};
  1631. 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!!mV(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!!nV(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!!oV(d,a,c)};Z.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pV(c,a)};
  1632. Z.prototype.GetBoundingBox=function(){return m(qV(this.g),z)};Z.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(rV(c,a),z)};Z.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sV(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(tV(d,a,c))};
  1633. 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!!uV(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 vV(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!!wV(e,a,c,d)};
  1634. 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 xV(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!!yV(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(zV(d,a,c),B)};
  1635. 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!!AV(e,a,c,d)};Z.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!BV(c,a)};Z.prototype.GetAllAppName=function(){return m(CV(this.g),i4)};Z.prototype.LayerId=function(){return DV(this.g)};Z.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EV(c,a)};
  1636. Z.prototype.LinetypeId=function(){return FV(this.g)};Z.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GV(c,a)};Z.prototype.Linetype=function(){return g(HV(this.g))};Z.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!IV(c,a)};Z.prototype.TextStyleId=function(){return JV(this.g)};Z.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!KV(c,a)};
  1637. 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(LV(d,a,c),x)};Z.prototype.getArea=function(){return MV(this.g)};Z.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NV(c,a)};Z.prototype.isPropertiesWindowCustom=function(){return!!OV(this.g)};Z.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!PV(c,a)};
  1638. Z.prototype.updateDisplay=function(){return!!QV(this.g)};Z.prototype.DrawOrder=function(){return RV(this.g)};Z.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!SV(c,a)};Z.prototype.GetObjectID=function(){return TV(this.g)};Z.prototype.Erase=function(){return!!UV(this.g)};Z.prototype.isErased=function(){return!!VV(this.g)};Z.prototype.unErase=function(){return!!WV(this.g)};
  1639. Z.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!XV(c,a)};Z.prototype.GetExtensionDictionary=function(){return m(YV(this.g),v)};Z.prototype.CreateExtensionDictionary=function(){return!!ZV(this.g)};Z.prototype.IsHaveExtensionDictionary=function(){return!!$V(this.g)};Z.prototype.Clone=function(){return m(aW(this.g),u)};Z.prototype.GetHandle=function(){return g(bW(this.g))};Z.prototype.GetDatabase=function(){return m(cW(this.g),w)};
  1640. Z.prototype.GetDatabaseIndexId=function(){return dW(this.g)};Z.prototype.GetOwnerID=function(){return eW(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!!fW(f,a,c,d,e)};Z.prototype.getGripPoints=function(){return m(gW(this.g),x)};Z.prototype.getObjectName=function(){return g(hW(this.g))};Z.prototype.getDxf0=function(){return g(iW(this.g))};
  1641. Z.prototype.getCustomEntityTypeName=function(){return g(jW(this.g))};Z.prototype.getCustomEntityid=function(){return kW(this.g)};Z.prototype.getCustomEntityTempid=function(){return lW(this.g)};Z.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mW(c,a)};Z.prototype.getJson=function(){return g(nW(this.g))};Z.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!oW(c,a)};
  1642. Z.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!pW(c,a)};Z.prototype.isNull=function(){return!!qW(this.g)};Z.prototype.__destroy__=function(){rW(this.g)};function U(){this.g=sW();Z3(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 tW(this.g)};U.prototype.loopTypeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return uW(c,a)};
  1643. U.prototype.getLoopAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(vW(c,a),z)};U.prototype.patternType=function(){return wW(this.g)};U.prototype.patternName=function(){return g(xW(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!!yW(d,a,c)};U.prototype.patternAngle=function(){return zW(this.g)};
  1644. U.prototype.setPatternAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!AW(c,a)};U.prototype.patternScale=function(){return BW(this.g)};U.prototype.setPatternScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CW(c,a)};U.prototype.patternSpace=function(){return DW(this.g)};U.prototype.setPatternSpace=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EW(c,a)};U.prototype.patternDouble=function(){return!!FW(this.g)};
  1645. U.prototype.setPatternDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GW(c,a)};U.prototype.numPatternDefinitions=function(){return HW(this.g)};U.prototype.getPatternDefinitionAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return m(IW(c,a),u4)};
  1646. U.prototype.addPatternDefinition=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return!!JW(n,a,c,d,e,f,h)};U.prototype.clearPatternDefinition=function(){return!!KW(this.g)};U.prototype.hatchStyle=function(){return LW(this.g)};
  1647. U.prototype.setHatchStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!MW(c,a)};U.prototype.evaluateHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NW(c,a)};U.prototype.appendCircleLoop=function(a,c,d,e,f,h){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);h&&"object"===typeof h&&(h=h.g);return!!OW(n,a,c,d,e,f,h)};
  1648. 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!!PW(e,a,c,d)};U.prototype.removeLoopAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QW(c,a)};U.prototype.removeAllLoop=function(){return!!RW(this.g)};
  1649. 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!!SW(f,a,c,d,e)};U.prototype.isSolid=function(){return!!TW(this.g)};U.prototype.explode=function(){return m(UW(this.g),z)};U.prototype.TrueColor=function(){return m(VW(this.g),A)};U.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!WW(c,a)};U.prototype.ColorIndex=function(){return XW(this.g)};
  1650. U.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!YW(c,a)};U.prototype.Layer=function(){return g(ZW(this.g))};U.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$W(c,a)};U.prototype.LinetypeScale=function(){return aX(this.g)};U.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bX(c,a)};U.prototype.Visible=function(){return!!cX(this.g)};
  1651. U.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dX(c,a)};U.prototype.Lineweight=function(){return eX(this.g)};U.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fX(c,a)};U.prototype.TextStyle=function(){return g(gX(this.g))};U.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!hX(c,a)};
  1652. U.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iX(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!!jX(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!!kX(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!!lX(d,a,c)};
  1653. 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!!mX(d,a,c)};U.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nX(c,a)};U.prototype.GetBoundingBox=function(){return m(oX(this.g),z)};U.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(pX(c,a),z)};U.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qX(c,a)};
  1654. 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(rX(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!!sX(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 tX(d,a,c)};
  1655. 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!!uX(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 vX(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!!wX(e,a,c,d)};
  1656. 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(xX(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!!yX(e,a,c,d)};U.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!zX(c,a)};U.prototype.GetAllAppName=function(){return m(AX(this.g),i4)};
  1657. U.prototype.LayerId=function(){return BX(this.g)};U.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CX(c,a)};U.prototype.LinetypeId=function(){return DX(this.g)};U.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EX(c,a)};U.prototype.Linetype=function(){return g(FX(this.g))};U.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!GX(c,a)};U.prototype.TextStyleId=function(){return HX(this.g)};
  1658. U.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!IX(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(JX(d,a,c),x)};U.prototype.getArea=function(){return KX(this.g)};U.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LX(c,a)};U.prototype.isPropertiesWindowCustom=function(){return!!MX(this.g)};
  1659. U.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!NX(c,a)};U.prototype.updateDisplay=function(){return!!OX(this.g)};U.prototype.DrawOrder=function(){return PX(this.g)};U.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!QX(c,a)};U.prototype.GetObjectID=function(){return RX(this.g)};U.prototype.Erase=function(){return!!SX(this.g)};U.prototype.isErased=function(){return!!TX(this.g)};U.prototype.unErase=function(){return!!UX(this.g)};
  1660. U.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!VX(c,a)};U.prototype.GetExtensionDictionary=function(){return m(WX(this.g),v)};U.prototype.CreateExtensionDictionary=function(){return!!XX(this.g)};U.prototype.IsHaveExtensionDictionary=function(){return!!YX(this.g)};U.prototype.Clone=function(){return m(ZX(this.g),u)};U.prototype.GetHandle=function(){return g($X(this.g))};U.prototype.GetDatabase=function(){return m(aY(this.g),w)};
  1661. U.prototype.GetDatabaseIndexId=function(){return bY(this.g)};U.prototype.GetOwnerID=function(){return cY(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!!dY(f,a,c,d,e)};U.prototype.getGripPoints=function(){return m(eY(this.g),x)};U.prototype.getObjectName=function(){return g(fY(this.g))};U.prototype.getDxf0=function(){return g(gY(this.g))};
  1662. U.prototype.getCustomEntityTypeName=function(){return g(hY(this.g))};U.prototype.getCustomEntityid=function(){return iY(this.g)};U.prototype.getCustomEntityTempid=function(){return jY(this.g)};U.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kY(c,a)};U.prototype.getJson=function(){return g(lY(this.g))};U.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!mY(c,a)};
  1663. U.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!nY(c,a)};U.prototype.isNull=function(){return!!oY(this.g)};U.prototype.__destroy__=function(){pY(this.g)};function V(){this.g=qY();Z3(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(rY(this.g),i4)};V.prototype.getAllEntityIds=function(){return m(sY(this.g),t4)};
  1664. V.prototype.getOriginalClassName=function(){return g(tY(this.g))};V.prototype.explode=function(){return m(uY(this.g),z)};V.prototype.TrueColor=function(){return m(vY(this.g),A)};V.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wY(c,a)};V.prototype.ColorIndex=function(){return xY(this.g)};V.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yY(c,a)};V.prototype.Layer=function(){return g(zY(this.g))};
  1665. V.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!AY(c,a)};V.prototype.LinetypeScale=function(){return BY(this.g)};V.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!CY(c,a)};V.prototype.Visible=function(){return!!DY(this.g)};V.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!EY(c,a)};V.prototype.Lineweight=function(){return FY(this.g)};
  1666. V.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!GY(c,a)};V.prototype.TextStyle=function(){return g(HY(this.g))};V.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!IY(c,a)};V.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!JY(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!!KY(d,a,c)};
  1667. 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!!LY(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!!MY(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!!NY(d,a,c)};V.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!OY(c,a)};
  1668. V.prototype.GetBoundingBox=function(){return m(PY(this.g),z)};V.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(QY(c,a),z)};V.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!RY(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(SY(d,a,c))};
  1669. 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!!TY(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 UY(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!!VY(e,a,c,d)};
  1670. 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 WY(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!!XY(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(YY(d,a,c),B)};
  1671. 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!!ZY(e,a,c,d)};V.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!$Y(c,a)};V.prototype.GetAllAppName=function(){return m(aZ(this.g),i4)};V.prototype.LayerId=function(){return bZ(this.g)};V.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cZ(c,a)};
  1672. V.prototype.LinetypeId=function(){return dZ(this.g)};V.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eZ(c,a)};V.prototype.Linetype=function(){return g(fZ(this.g))};V.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!gZ(c,a)};V.prototype.TextStyleId=function(){return hZ(this.g)};V.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iZ(c,a)};
  1673. 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(jZ(d,a,c),x)};V.prototype.getArea=function(){return kZ(this.g)};V.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lZ(c,a)};V.prototype.isPropertiesWindowCustom=function(){return!!mZ(this.g)};V.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nZ(c,a)};
  1674. V.prototype.updateDisplay=function(){return!!oZ(this.g)};V.prototype.DrawOrder=function(){return pZ(this.g)};V.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qZ(c,a)};V.prototype.GetObjectID=function(){return rZ(this.g)};V.prototype.Erase=function(){return!!sZ(this.g)};V.prototype.isErased=function(){return!!tZ(this.g)};V.prototype.unErase=function(){return!!uZ(this.g)};
  1675. V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vZ(c,a)};V.prototype.GetExtensionDictionary=function(){return m(wZ(this.g),v)};V.prototype.CreateExtensionDictionary=function(){return!!xZ(this.g)};V.prototype.IsHaveExtensionDictionary=function(){return!!yZ(this.g)};V.prototype.Clone=function(){return m(zZ(this.g),u)};V.prototype.GetHandle=function(){return g(AZ(this.g))};V.prototype.GetDatabase=function(){return m(BZ(this.g),w)};
  1676. V.prototype.GetDatabaseIndexId=function(){return CZ(this.g)};V.prototype.GetOwnerID=function(){return DZ(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!!EZ(f,a,c,d,e)};V.prototype.getGripPoints=function(){return m(FZ(this.g),x)};V.prototype.getObjectName=function(){return g(GZ(this.g))};V.prototype.getDxf0=function(){return g(HZ(this.g))};
  1677. V.prototype.getCustomEntityTypeName=function(){return g(IZ(this.g))};V.prototype.getCustomEntityid=function(){return JZ(this.g)};V.prototype.getCustomEntityTempid=function(){return KZ(this.g)};V.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!LZ(c,a)};V.prototype.getJson=function(){return g(MZ(this.g))};V.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!NZ(c,a)};
  1678. V.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!OZ(c,a)};V.prototype.isNull=function(){return!!PZ(this.g)};V.prototype.__destroy__=function(){QZ(this.g)};function W(){this.g=RZ();Z3(W)[this.g]=this}W.prototype=Object.create(y.prototype);W.prototype.constructor=W;W.prototype.h=W;W.i={};b.MdDbRasterImage=W;
  1679. 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!!SZ(e,a,c,d)};W.prototype.getOrientation=function(){return m(TZ(this.g),x)};W.prototype.setImageDefId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!UZ(c,a)};W.prototype.imageDefId=function(){return VZ(this.g)};
  1680. 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!!WZ(d,a,c)};W.prototype.clipBoundary=function(){return m(XZ(this.g),x)};W.prototype.clipBoundaryType=function(){return YZ(this.g)};W.prototype.explode=function(){return m(ZZ(this.g),z)};W.prototype.TrueColor=function(){return m($Z(this.g),A)};W.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!a_(c,a)};W.prototype.ColorIndex=function(){return b_(this.g)};
  1681. W.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!c_(c,a)};W.prototype.Layer=function(){return g(d_(this.g))};W.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!e_(c,a)};W.prototype.LinetypeScale=function(){return f_(this.g)};W.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!g_(c,a)};W.prototype.Visible=function(){return!!h_(this.g)};
  1682. W.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!i_(c,a)};W.prototype.Lineweight=function(){return j_(this.g)};W.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!k_(c,a)};W.prototype.TextStyle=function(){return g(l_(this.g))};W.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!m_(c,a)};
  1683. W.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!n_(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!!o_(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!!p_(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!!q_(d,a,c)};
  1684. 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!!r_(d,a,c)};W.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!s_(c,a)};W.prototype.GetBoundingBox=function(){return m(t_(this.g),z)};W.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(u_(c,a),z)};W.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!v_(c,a)};
  1685. 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(w_(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!!x_(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 y_(d,a,c)};
  1686. 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!!z_(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 A_(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!!B_(e,a,c,d)};
  1687. 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(C_(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!!D_(e,a,c,d)};W.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!E_(c,a)};W.prototype.GetAllAppName=function(){return m(F_(this.g),i4)};
  1688. W.prototype.LayerId=function(){return G_(this.g)};W.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!H_(c,a)};W.prototype.LinetypeId=function(){return I_(this.g)};W.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!J_(c,a)};W.prototype.Linetype=function(){return g(K_(this.g))};W.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!L_(c,a)};W.prototype.TextStyleId=function(){return M_(this.g)};
  1689. W.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!N_(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(O_(d,a,c),x)};W.prototype.getArea=function(){return P_(this.g)};W.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Q_(c,a)};W.prototype.isPropertiesWindowCustom=function(){return!!R_(this.g)};
  1690. W.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!S_(c,a)};W.prototype.updateDisplay=function(){return!!T_(this.g)};W.prototype.DrawOrder=function(){return U_(this.g)};W.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!V_(c,a)};W.prototype.GetObjectID=function(){return W_(this.g)};W.prototype.Erase=function(){return!!X_(this.g)};W.prototype.isErased=function(){return!!Y_(this.g)};W.prototype.unErase=function(){return!!Z_(this.g)};
  1691. W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$_(c,a)};W.prototype.GetExtensionDictionary=function(){return m(a0(this.g),v)};W.prototype.CreateExtensionDictionary=function(){return!!b0(this.g)};W.prototype.IsHaveExtensionDictionary=function(){return!!c0(this.g)};W.prototype.Clone=function(){return m(d0(this.g),u)};W.prototype.GetHandle=function(){return g(e0(this.g))};W.prototype.GetDatabase=function(){return m(f0(this.g),w)};
  1692. W.prototype.GetDatabaseIndexId=function(){return g0(this.g)};W.prototype.GetOwnerID=function(){return h0(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!!i0(f,a,c,d,e)};W.prototype.getGripPoints=function(){return m(j0(this.g),x)};W.prototype.getObjectName=function(){return g(k0(this.g))};W.prototype.getDxf0=function(){return g(l0(this.g))};
  1693. W.prototype.getCustomEntityTypeName=function(){return g(m0(this.g))};W.prototype.getCustomEntityid=function(){return n0(this.g)};W.prototype.getCustomEntityTempid=function(){return o0(this.g)};W.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!p0(c,a)};W.prototype.getJson=function(){return g(q0(this.g))};W.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!r0(c,a)};
  1694. W.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!s0(c,a)};W.prototype.isNull=function(){return!!t0(this.g)};W.prototype.__destroy__=function(){u0(this.g)};function m4(){this.g=v0();Z3(m4)[this.g]=this}m4.prototype=Object.create(u.prototype);m4.prototype.constructor=m4;m4.prototype.h=m4;m4.i={};b.MdDbRasterImageDef=m4;m4.prototype.setSourceFileName=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!w0(c,a)};
  1695. m4.prototype.sourceFileName=function(){return g(x0(this.g))};m4.prototype.GetObjectID=function(){return y0(this.g)};m4.prototype.Erase=function(){return!!z0(this.g)};m4.prototype.isErased=function(){return!!A0(this.g)};m4.prototype.unErase=function(){return!!B0(this.g)};m4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!C0(c,a)};m4.prototype.GetExtensionDictionary=function(){return m(D0(this.g),v)};m4.prototype.CreateExtensionDictionary=function(){return!!E0(this.g)};
  1696. m4.prototype.IsHaveExtensionDictionary=function(){return!!F0(this.g)};m4.prototype.Clone=function(){return m(G0(this.g),u)};m4.prototype.GetHandle=function(){return g(H0(this.g))};m4.prototype.GetDatabase=function(){return m(I0(this.g),w)};m4.prototype.GetDatabaseIndexId=function(){return J0(this.g)};m4.prototype.GetOwnerID=function(){return K0(this.g)};
  1697. m4.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!!L0(f,a,c,d,e)};m4.prototype.getGripPoints=function(){return m(M0(this.g),x)};m4.prototype.getObjectName=function(){return g(N0(this.g))};m4.prototype.getDxf0=function(){return g(O0(this.g))};m4.prototype.getCustomEntityTypeName=function(){return g(P0(this.g))};m4.prototype.getCustomEntityid=function(){return Q0(this.g)};
  1698. m4.prototype.getCustomEntityTempid=function(){return R0(this.g)};m4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!S0(c,a)};m4.prototype.getJson=function(){return g(T0(this.g))};m4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!U0(c,a)};m4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!V0(c,a)};m4.prototype.isNull=function(){return!!W0(this.g)};
  1699. m4.prototype.__destroy__=function(){X0(this.g)};function v(){this.g=Y0();Z3(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!!Z0(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 $0(d,a,c)};
  1700. v.prototype.getAllObject=function(){return m(a1(this.g),t4)};v.prototype.getAllObjectName=function(){return m(b1(this.g),i4)};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 c1(d,a,c)};v.prototype.GetObjectID=function(){return d1(this.g)};v.prototype.Erase=function(){return!!e1(this.g)};v.prototype.isErased=function(){return!!f1(this.g)};v.prototype.unErase=function(){return!!g1(this.g)};
  1701. v.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!h1(c,a)};v.prototype.GetExtensionDictionary=function(){return m(i1(this.g),v)};v.prototype.CreateExtensionDictionary=function(){return!!j1(this.g)};v.prototype.IsHaveExtensionDictionary=function(){return!!k1(this.g)};v.prototype.Clone=function(){return m(l1(this.g),u)};v.prototype.GetHandle=function(){return g(m1(this.g))};v.prototype.GetDatabase=function(){return m(n1(this.g),w)};
  1702. v.prototype.GetDatabaseIndexId=function(){return o1(this.g)};v.prototype.GetOwnerID=function(){return p1(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!!q1(f,a,c,d,e)};v.prototype.getGripPoints=function(){return m(r1(this.g),x)};v.prototype.getObjectName=function(){return g(s1(this.g))};v.prototype.getDxf0=function(){return g(t1(this.g))};
  1703. v.prototype.getCustomEntityTypeName=function(){return g(u1(this.g))};v.prototype.getCustomEntityid=function(){return v1(this.g)};v.prototype.getCustomEntityTempid=function(){return w1(this.g)};v.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!x1(c,a)};v.prototype.getJson=function(){return g(y1(this.g))};v.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!z1(c,a)};
  1704. v.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!A1(c,a)};v.prototype.isNull=function(){return!!B1(this.g)};v.prototype.__destroy__=function(){C1(this.g)};function n4(){this.g=D1();Z3(n4)[this.g]=this}n4.prototype=Object.create(u.prototype);n4.prototype.constructor=n4;n4.prototype.h=n4;n4.i={};b.MdDbXrecord=n4;n4.prototype.getData=n4.prototype.getData=function(){return m(E1(this.g),z)};
  1705. n4.prototype.setData=n4.prototype.setData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!F1(c,a)};n4.prototype.GetObjectID=function(){return G1(this.g)};n4.prototype.Erase=function(){return!!H1(this.g)};n4.prototype.isErased=function(){return!!I1(this.g)};n4.prototype.unErase=function(){return!!J1(this.g)};n4.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!K1(c,a)};
  1706. n4.prototype.GetExtensionDictionary=function(){return m(L1(this.g),v)};n4.prototype.CreateExtensionDictionary=function(){return!!M1(this.g)};n4.prototype.IsHaveExtensionDictionary=function(){return!!N1(this.g)};n4.prototype.Clone=function(){return m(O1(this.g),u)};n4.prototype.GetHandle=function(){return g(P1(this.g))};n4.prototype.GetDatabase=function(){return m(Q1(this.g),w)};n4.prototype.GetDatabaseIndexId=function(){return R1(this.g)};n4.prototype.GetOwnerID=function(){return S1(this.g)};
  1707. n4.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!!T1(f,a,c,d,e)};n4.prototype.getGripPoints=function(){return m(U1(this.g),x)};n4.prototype.getObjectName=function(){return g(V1(this.g))};n4.prototype.getDxf0=function(){return g(W1(this.g))};n4.prototype.getCustomEntityTypeName=function(){return g(X1(this.g))};n4.prototype.getCustomEntityid=function(){return Y1(this.g)};
  1708. n4.prototype.getCustomEntityTempid=function(){return Z1(this.g)};n4.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$1(c,a)};n4.prototype.getJson=function(){return g(a2(this.g))};n4.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!b2(c,a)};n4.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!c2(c,a)};n4.prototype.isNull=function(){return!!d2(this.g)};
  1709. n4.prototype.__destroy__=function(){e2(this.g)};function Y(a){r();a=a&&"object"===typeof a?a.g:t(a);this.g=f2(a);Z3(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(g2(c,a),G4)};
  1710. Y.prototype.assertWrite=function(a,c,d,e,f){var h=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!!h2(h,a,c,d,e,f)};Y.prototype.explode=function(){return m(i2(this.g),z)};Y.prototype.TrueColor=function(){return m(j2(this.g),A)};Y.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!k2(c,a)};Y.prototype.ColorIndex=function(){return l2(this.g)};
  1711. Y.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!m2(c,a)};Y.prototype.Layer=function(){return g(n2(this.g))};Y.prototype.SetLayer=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!o2(c,a)};Y.prototype.LinetypeScale=function(){return p2(this.g)};Y.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!q2(c,a)};Y.prototype.Visible=function(){return!!r2(this.g)};
  1712. Y.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!s2(c,a)};Y.prototype.Lineweight=function(){return t2(this.g)};Y.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!u2(c,a)};Y.prototype.TextStyle=function(){return g(v2(this.g))};Y.prototype.SetTextStyle=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!w2(c,a)};
  1713. Y.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!x2(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!!y2(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!!z2(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!!A2(d,a,c)};
  1714. 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!!B2(d,a,c)};Y.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!C2(c,a)};Y.prototype.GetBoundingBox=function(){return m(D2(this.g),z)};Y.prototype.GetXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(E2(c,a),z)};Y.prototype.SetXData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!F2(c,a)};
  1715. 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(G2(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!!H2(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 I2(d,a,c)};
  1716. 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!!J2(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 K2(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!!L2(e,a,c,d)};
  1717. 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(M2(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!!N2(e,a,c,d)};Y.prototype.DeleteXData=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!O2(c,a)};Y.prototype.GetAllAppName=function(){return m(P2(this.g),i4)};
  1718. Y.prototype.LayerId=function(){return Q2(this.g)};Y.prototype.SetLayerId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!R2(c,a)};Y.prototype.LinetypeId=function(){return S2(this.g)};Y.prototype.SetLinetypeId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!T2(c,a)};Y.prototype.Linetype=function(){return g(U2(this.g))};Y.prototype.SetLinetype=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!V2(c,a)};Y.prototype.TextStyleId=function(){return W2(this.g)};
  1719. Y.prototype.SetTextStyleId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!X2(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(Y2(d,a,c),x)};Y.prototype.getArea=function(){return Z2(this.g)};Y.prototype.disableUpdateDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$2(c,a)};Y.prototype.isPropertiesWindowCustom=function(){return!!a3(this.g)};
  1720. Y.prototype.setPropertiesWindowCustom=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!b3(c,a)};Y.prototype.updateDisplay=function(){return!!c3(this.g)};Y.prototype.DrawOrder=function(){return d3(this.g)};Y.prototype.SetDrawOrder=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!e3(c,a)};Y.prototype.GetObjectID=function(){return f3(this.g)};Y.prototype.Erase=function(){return!!g3(this.g)};Y.prototype.isErased=function(){return!!h3(this.g)};Y.prototype.unErase=function(){return!!i3(this.g)};
  1721. Y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!j3(c,a)};Y.prototype.GetExtensionDictionary=function(){return m(k3(this.g),v)};Y.prototype.CreateExtensionDictionary=function(){return!!l3(this.g)};Y.prototype.IsHaveExtensionDictionary=function(){return!!m3(this.g)};Y.prototype.Clone=function(){return m(n3(this.g),u)};Y.prototype.GetHandle=function(){return g(o3(this.g))};Y.prototype.GetDatabase=function(){return m(p3(this.g),w)};
  1722. Y.prototype.GetDatabaseIndexId=function(){return q3(this.g)};Y.prototype.GetOwnerID=function(){return r3(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!!s3(f,a,c,d,e)};Y.prototype.getGripPoints=function(){return m(t3(this.g),x)};Y.prototype.getObjectName=function(){return g(u3(this.g))};Y.prototype.getDxf0=function(){return g(v3(this.g))};
  1723. Y.prototype.getCustomEntityTypeName=function(){return g(w3(this.g))};Y.prototype.getCustomEntityid=function(){return x3(this.g)};Y.prototype.getCustomEntityTempid=function(){return y3(this.g)};Y.prototype.setCustomEntityTempid=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!z3(c,a)};Y.prototype.getJson=function(){return g(A3(this.g))};Y.prototype.setJson=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!B3(c,a)};
  1724. Y.prototype.isKindOf=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return!!C3(c,a)};Y.prototype.isNull=function(){return!!D3(this.g)};Y.prototype.__destroy__=function(){E3(this.g)};function G4(){this.g=F3();Z3(G4)[this.g]=this}G4.prototype=Object.create(Y3.prototype);G4.prototype.constructor=G4;G4.prototype.h=G4;G4.i={};b.MdDbCustomEntityDwgFiler=G4;G4.prototype.connect=G4.prototype.connect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);G3(c,a)};
  1725. G4.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!!H3(f,a,c,d,e)};G4.prototype.readPoint=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return m(I3(c,a),B)};G4.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!!J3(d,a,c)};
  1726. G4.prototype.readLong=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return K3(c,a)};G4.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!!L3(d,a,c)};G4.prototype.readDouble=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return M3(c,a)};G4.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!!N3(d,a,c)};
  1727. G4.prototype.readString=function(a){var c=this.g;r();a=a&&"object"===typeof a?a.g:t(a);return g(O3(c,a))};G4.prototype.__destroy__=function(){P3(this.g)};function H4(a){a&&"object"===typeof a&&(a=a.g);this.g=Q3(a);Z3(H4)[this.g]=this}H4.prototype=Object.create(Y3.prototype);H4.prototype.constructor=H4;H4.prototype.h=H4;H4.i={};b.MdGiWorldDraw=H4;H4.prototype.connect=H4.prototype.connect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);R3(c,a)};
  1728. H4.prototype.drawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);S3(c,a)};H4.prototype.__destroy__=function(){T3(this.g)};
  1729. return mxdrawassembly.ready
  1730. }
  1731. );
  1732. })();
  1733. if (typeof exports === 'object' && typeof module === 'object')
  1734. module.exports = mxdrawassembly;
  1735. else if (typeof define === 'function' && define['amd'])
  1736. define([], function() { return mxdrawassembly; });
  1737. else if (typeof exports === 'object')
  1738. exports["mxdrawassembly"] = mxdrawassembly;
  1739. self.mxdrawassembly = mxdrawassembly;