mxcad 1.0.52 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -5,518 +5,699 @@ var mxdrawassembly = (() => {
5
5
  return (
6
6
  function(mxdrawassembly = {}) {
7
7
 
8
- function ca(){da.buffer!=ea.buffer&&fa();return ea}function ha(){da.buffer!=ea.buffer&&fa();return ja}function la(){da.buffer!=ea.buffer&&fa();return ma}function b(){da.buffer!=ea.buffer&&fa();return na}function m(){da.buffer!=ea.buffer&&fa();return oa}function pa(){da.buffer!=ea.buffer&&fa();return qa}function ra(){da.buffer!=ea.buffer&&fa();return sa}var n;n||(n=typeof mxdrawassembly !== 'undefined' ? mxdrawassembly : {});var ta,ua;n.ready=new Promise(function(a,c){ta=a;ua=c});
9
- var va=Object.assign({},n),wa="./this.program",xa=(a,c)=>{throw c;},ya="object"==typeof window,za="function"==typeof importScripts,Aa="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,q=n.ENVIRONMENT_IS_PTHREAD||!1,Ba="";function Ca(a){return n.locateFile?n.locateFile(a,Ba):Ba+a}var Da,Ea,Fa;
10
- if(Aa){var fs=require("fs"),Ga=require("path");Ba=za?Ga.dirname(Ba)+"/":__dirname+"/";Da=(c,d)=>{c=c.startsWith("file://")?new URL(c):Ga.normalize(c);return fs.readFileSync(c,d?void 0:"utf8")};Fa=c=>{c=Da(c,!0);c.buffer||(c=new Uint8Array(c));return c};Ea=(c,d,e)=>{c=c.startsWith("file://")?new URL(c):Ga.normalize(c);fs.readFile(c,function(f,g){f?e(f):d(g.buffer)})};!n.thisProgram&&1<process.argv.length&&(wa=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);xa=(c,d)=>{process.exitCode=c;throw d;
11
- };n.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(ya||za)za?Ba=self.location.href:"undefined"!=typeof document&&document.currentScript&&(Ba=document.currentScript.src),_scriptDir&&(Ba=_scriptDir),Ba=0!==Ba.indexOf("blob:")?Ba.substr(0,Ba.replace(/[?#].*/,"").lastIndexOf("/")+1):"",Aa||
12
- (Da=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},za&&(Fa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)}),Ea=(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)});Aa&&"undefined"==typeof performance&&(global.performance=require("perf_hooks").performance);
13
- var Ha=console.log.bind(console),Ia=console.warn.bind(console);Aa&&(Ha=a=>fs.writeSync(1,a+"\n"),Ia=a=>fs.writeSync(2,a+"\n"));var Ka=n.print||Ha,La=n.printErr||Ia;Object.assign(n,va);va=null;n.thisProgram&&(wa=n.thisProgram);n.quit&&(xa=n.quit);var Ma;n.wasmBinary&&(Ma=n.wasmBinary);var noExitRuntime=n.noExitRuntime||!0;"object"!=typeof WebAssembly&&Na("no native wasm support detected");var da,Pa,Qa=!1,Ra,ea,ja,Sa,ma,na,oa,qa,sa;
14
- function fa(){var a=da.buffer;n.HEAP8=ea=new Int8Array(a);n.HEAP16=Sa=new Int16Array(a);n.HEAP32=na=new Int32Array(a);n.HEAPU8=ja=new Uint8Array(a);n.HEAPU16=ma=new Uint16Array(a);n.HEAPU32=oa=new Uint32Array(a);n.HEAPF32=qa=new Float32Array(a);n.HEAPF64=sa=new Float64Array(a)}var Ta=n.INITIAL_MEMORY||16777216;4194304<=Ta||Na("INITIAL_MEMORY should be larger than STACK_SIZE, was "+Ta+"! (STACK_SIZE=4194304)");
15
- if(q)da=n.wasmMemory;else if(n.wasmMemory)da=n.wasmMemory;else if(da=new WebAssembly.Memory({initial:Ta/65536,maximum:32768,shared:!0}),!(da.buffer instanceof SharedArrayBuffer))throw La("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"),Aa&&La("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)"),
16
- Error("bad memory");fa();Ta=da.buffer.byteLength;var Ua,Va=[],Wa=[],Xa=[],Ya=0;function Za(){return noExitRuntime||0<Ya}function $a(){q||(n.noFSInit||ab||(ab=!0,bb(),n.stdin=n.stdin,n.stdout=n.stdout,n.stderr=n.stderr,n.stdin?cb("stdin",n.stdin):db("/dev/tty","/dev/stdin"),n.stdout?cb("stdout",null,n.stdout):db("/dev/tty","/dev/stdout"),n.stderr?cb("stderr",null,n.stderr):db("/dev/tty1","/dev/stderr"),eb("/dev/stdin",0),eb("/dev/stdout",1),eb("/dev/stderr",1)),fb=!1,gb(Wa))}
17
- function hb(){var a=n.preRun.shift();Va.unshift(a)}var ib=0,jb=null,kb=null;function lb(){ib++;n.monitorRunDependencies&&n.monitorRunDependencies(ib)}function mb(){ib--;n.monitorRunDependencies&&n.monitorRunDependencies(ib);if(0==ib&&(null!==jb&&(clearInterval(jb),jb=null),kb)){var a=kb;kb=null;a()}}function Na(a){if(n.onAbort)n.onAbort(a);a="Aborted("+a+")";La(a);Qa=!0;Ra=1;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ua(a);throw a;}
18
- function nb(a){return a.startsWith("data:application/octet-stream;base64,")}var ob;ob="mxdrawassembly_min.wasm";nb(ob)||(ob=Ca(ob));function pb(a){try{if(a==ob&&Ma)return new Uint8Array(Ma);if(Fa)return Fa(a);throw"both async and sync fetching of the wasm failed";}catch(c){Na(c)}}
19
- function qb(a){if(!Ma&&(ya||za)){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 pb(a)});if(Ea)return new Promise(function(c,d){Ea(a,function(e){c(new Uint8Array(e))},d)})}return Promise.resolve().then(function(){return pb(a)})}
20
- function rb(a,c,d){return qb(a).then(function(e){return WebAssembly.instantiate(e,c)}).then(function(e){return e}).then(d,function(e){La("failed to asynchronously prepare wasm: "+e);Na(e)})}
21
- function sb(a,c){var d=ob;return Ma||"function"!=typeof WebAssembly.instantiateStreaming||nb(d)||d.startsWith("file://")||Aa||"function"!=typeof fetch?rb(d,a,c):fetch(d,{credentials:"same-origin"}).then(function(e){return WebAssembly.instantiateStreaming(e,a).then(c,function(f){La("wasm streaming compile failed: "+f);La("falling back to ArrayBuffer instantiation");return rb(d,a,c)})})}
22
- var tb,ub,Ab={253898:()=>ca().length,253918:a=>{a=r(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=eb(a,e||0);a=vb(a,{fa:!0}).node;if(!a)throw new t(44);if(!a.h.u)throw new t(63);a=a.h.u(a).size;var f=new Uint8Array(a);wb(e,f,0,a,0);"utf8"===c?d=yb(f,0):"binary"===c&&(d=f);zb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};
23
- function Bb(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function Cb(a){a.terminate();a.onmessage=()=>{}}function Db(a){(a=w.F[a])||Na();w.qb(a)}function Eb(a){var c=w.Za();if(!c)return 6;w.I.push(c);w.F[a.A]=c;c.A=a.A;var d={cmd:"run",start_routine:a.yb,arg:a.Ta,pthread_ptr:a.A};Aa&&c.ref();c.postMessage(d,a.Eb);return 0}
24
- var Fb=(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},Gb=a=>{var c="/"===a.charAt(0),d="/"===a.substr(-1);(a=Fb(a.split("/").filter(e=>!!e),!c).join("/"))||c||(a=".");a&&d&&(a+="/");return(c?"/":"")+a},Hb=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},Ib=a=>
25
- {if("/"===a)return"/";a=Gb(a);a=a.replace(/\/$/,"");var c=a.lastIndexOf("/");return-1===c?a:a.substr(c+1)};function Jb(){if("object"==typeof crypto&&"function"==typeof crypto.getRandomValues)return d=>(d.set(crypto.getRandomValues(new Uint8Array(d.byteLength))),d);if(Aa)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){}Na("initRandomDevice")}function Kb(a){return(Kb=Jb())(a)}
26
- function Lb(){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=Fb(a.split("/").filter(e=>!!e),!c).join("/");return(c?"/":"")+a||"."}
27
- function Mb(a,c,d,e){if(!(0<e))return 0;var f=d;e=d+e-1;for(var g=0;g<a.length;++g){var h=a.charCodeAt(g);if(55296<=h&&57343>=h){var l=a.charCodeAt(++g);h=65536+((h&1023)<<10)|l&1023}if(127>=h){if(d>=e)break;c[d++]=h}else{if(2047>=h){if(d+1>=e)break;c[d++]=192|h>>6}else{if(65535>=h){if(d+2>=e)break;c[d++]=224|h>>12}else{if(d+3>=e)break;c[d++]=240|h>>18;c[d++]=128|h>>12&63}c[d++]=128|h>>6&63}c[d++]=128|h&63}}c[d]=0;return d-f}
28
- function Nb(a,c){for(var d=0,e=0;e<a.length;++e){var f=a.charCodeAt(e);127>=f?d++:2047>=f?d+=2:55296<=f&&57343>=f?(d+=4,++e):d+=3}d=Array(d+1);a=Mb(a,d,0,d.length);c&&(d.length=a);return d}var Ob=[];function Pb(a,c){Ob[a]={input:[],output:[],O:c};Qb(a,Rb)}
29
- var Rb={open:function(a){var c=Ob[a.node.rdev];if(!c)throw new t(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.Da)throw new t(60);for(var f=0,g=0;g<e;g++){try{var h=a.tty.O.Da(a.tty)}catch(l){throw new t(29);}if(void 0===h&&0===f)throw new t(6);if(null===h||void 0===h)break;f++;c[d+g]=h}f&&(a.node.timestamp=Date.now());return f},write:function(a,c,d,e){if(!a.tty||!a.tty.O.ka)throw new t(60);try{for(var f=
30
- 0;f<e;f++)a.tty.O.ka(a.tty,c[d+f])}catch(g){throw new t(29);}e&&(a.node.timestamp=Date.now());return f}},Sb={Da:function(a){if(!a.input.length){var c=null;if(Aa){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=Nb(c,!0)}return a.input.shift()},ka:function(a,c){null===c||10===c?(Ka(yb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(Ka(yb(a.output,0)),a.output=[])}},Tb={ka:function(a,c){null===c||10===c?(La(yb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(La(yb(a.output,0)),a.output=[])}},x={v:null,D:function(){return x.createNode(null,"/",16895,0)},createNode:function(a,
32
- c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new t(63);x.v||(x.v={dir:{node:{u:x.h.u,B:x.h.B,lookup:x.h.lookup,Z:x.h.Z,rename:x.h.rename,unlink:x.h.unlink,rmdir:x.h.rmdir,readdir:x.h.readdir,symlink:x.h.symlink},stream:{H:x.m.H}},file:{node:{u:x.h.u,B:x.h.B},stream:{H:x.m.H,read:x.m.read,write:x.m.write,ta:x.m.ta,Ha:x.m.Ha,Ja:x.m.Ja}},link:{node:{u:x.h.u,B:x.h.B,readlink:x.h.readlink},stream:{}},va:{node:{u:x.h.u,B:x.h.B},stream:Ub}});d=Vb(a,c,d,e);16384===(d.mode&61440)?(d.h=x.v.dir.node,
33
- d.m=x.v.dir.stream,d.j={}):32768===(d.mode&61440)?(d.h=x.v.file.node,d.m=x.v.file.stream,d.o=0,d.j=null):40960===(d.mode&61440)?(d.h=x.v.link.node,d.m=x.v.link.stream):8192===(d.mode&61440)&&(d.h=x.v.va.node,d.m=x.v.va.stream);d.timestamp=Date.now();a&&(a.j[c]=d,a.timestamp=d.timestamp);return d},Nb:function(a){return a.j?a.j.subarray?a.j.subarray(0,a.o):new Uint8Array(a.j):new Uint8Array(0)},Aa:function(a,c){var d=a.j?a.j.length:0;d>=c||(c=Math.max(c,d*(1048576>d?2:1.125)>>>0),0!=d&&(c=Math.max(c,
8
+ function ba(){ca.buffer!=da.buffer&&ha();return da}function ia(){ca.buffer!=da.buffer&&ha();return ja}function ma(){ca.buffer!=da.buffer&&ha();return na}function b(){ca.buffer!=da.buffer&&ha();return oa}function k(){ca.buffer!=da.buffer&&ha();return pa}function qa(){ca.buffer!=da.buffer&&ha();return ra}function sa(){ca.buffer!=da.buffer&&ha();return ta}var l;l||(l=typeof mxdrawassembly !== 'undefined' ? mxdrawassembly : {});var ua,va;l.ready=new Promise(function(a,c){ua=a;va=c});
9
+ var wa=Object.assign({},l),xa="./this.program",ya=(a,c)=>{throw c;},za="object"==typeof window,Aa="function"==typeof importScripts,Ba="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,Ca=l.ENVIRONMENT_IS_PTHREAD||!1,Da="";function Ea(a){return l.locateFile?l.locateFile(a,Da):Da+a}var Fa,Ga,Ha;
10
+ if(Ba){var fs=require("fs"),Ia=require("path");Da=Aa?Ia.dirname(Da)+"/":__dirname+"/";Fa=(c,d)=>{c=c.startsWith("file://")?new URL(c):Ia.normalize(c);return fs.readFileSync(c,d?void 0:"utf8")};Ha=c=>{c=Fa(c,!0);c.buffer||(c=new Uint8Array(c));return c};Ga=(c,d,e)=>{c=c.startsWith("file://")?new URL(c):Ia.normalize(c);fs.readFile(c,function(f,g){f?e(f):d(g.buffer)})};!l.thisProgram&&1<process.argv.length&&(xa=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);ya=(c,d)=>{process.exitCode=c;throw d;
11
+ };l.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(za||Aa)Aa?Da=self.location.href:"undefined"!=typeof document&&document.currentScript&&(Da=document.currentScript.src),_scriptDir&&(Da=_scriptDir),Da=0!==Da.indexOf("blob:")?Da.substr(0,Da.replace(/[?#].*/,"").lastIndexOf("/")+1):"",Ba||
12
+ (Fa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},Aa&&(Ha=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)}),Ga=(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)});Ba&&"undefined"==typeof performance&&(global.performance=require("perf_hooks").performance);
13
+ var Ka=console.log.bind(console),La=console.warn.bind(console);Ba&&(Ka=a=>fs.writeSync(1,a+"\n"),La=a=>fs.writeSync(2,a+"\n"));var Ma=l.print||Ka,Na=l.printErr||La;Object.assign(l,wa);wa=null;l.thisProgram&&(xa=l.thisProgram);l.quit&&(ya=l.quit);var Oa;l.wasmBinary&&(Oa=l.wasmBinary);var noExitRuntime=l.noExitRuntime||!0;"object"!=typeof WebAssembly&&Qa("no native wasm support detected");var ca,Ra,Sa=!1,Ta,da,ja,Ua,na,oa,pa,ra,ta;
14
+ function ha(){var a=ca.buffer;l.HEAP8=da=new Int8Array(a);l.HEAP16=Ua=new Int16Array(a);l.HEAP32=oa=new Int32Array(a);l.HEAPU8=ja=new Uint8Array(a);l.HEAPU16=na=new Uint16Array(a);l.HEAPU32=pa=new Uint32Array(a);l.HEAPF32=ra=new Float32Array(a);l.HEAPF64=ta=new Float64Array(a)}var Va=l.INITIAL_MEMORY||16777216;4194304<=Va||Qa("INITIAL_MEMORY should be larger than STACK_SIZE, was "+Va+"! (STACK_SIZE=4194304)");
15
+ if(Ca)ca=l.wasmMemory;else if(l.wasmMemory)ca=l.wasmMemory;else if(ca=new WebAssembly.Memory({initial:Va/65536,maximum:32768,shared:!0}),!(ca.buffer instanceof SharedArrayBuffer))throw Na("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"),Ba&&Na("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)"),
16
+ Error("bad memory");ha();Va=ca.buffer.byteLength;var Wa,Xa=[],Ya=[],Za=[],$a=0;function ab(){return noExitRuntime||0<$a}function bb(){Ca||(l.noFSInit||cb||(cb=!0,db(),l.stdin=l.stdin,l.stdout=l.stdout,l.stderr=l.stderr,l.stdin?eb("stdin",l.stdin):fb("/dev/tty","/dev/stdin"),l.stdout?eb("stdout",null,l.stdout):fb("/dev/tty","/dev/stdout"),l.stderr?eb("stderr",null,l.stderr):fb("/dev/tty1","/dev/stderr"),gb("/dev/stdin",0),gb("/dev/stdout",1),gb("/dev/stderr",1)),hb=!1,ib(Ya))}
17
+ function jb(){var a=l.preRun.shift();Xa.unshift(a)}var kb=0,lb=null,mb=null;function nb(){kb++;l.monitorRunDependencies&&l.monitorRunDependencies(kb)}function ob(){kb--;l.monitorRunDependencies&&l.monitorRunDependencies(kb);if(0==kb&&(null!==lb&&(clearInterval(lb),lb=null),mb)){var a=mb;mb=null;a()}}function Qa(a){if(l.onAbort)l.onAbort(a);a="Aborted("+a+")";Na(a);Sa=!0;Ta=1;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");va(a);throw a;}
18
+ function pb(a){return a.startsWith("data:application/octet-stream;base64,")}var qb;qb="mxdrawassembly_min.wasm";pb(qb)||(qb=Ea(qb));function rb(a){try{if(a==qb&&Oa)return new Uint8Array(Oa);if(Ha)return Ha(a);throw"both async and sync fetching of the wasm failed";}catch(c){Qa(c)}}
19
+ function sb(a){if(!Oa&&(za||Aa)){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 rb(a)});if(Ga)return new Promise(function(c,d){Ga(a,function(e){c(new Uint8Array(e))},d)})}return Promise.resolve().then(function(){return rb(a)})}
20
+ function tb(a,c,d){return sb(a).then(function(e){return WebAssembly.instantiate(e,c)}).then(function(e){return e}).then(d,function(e){Na("failed to asynchronously prepare wasm: "+e);Qa(e)})}
21
+ function ub(a,c){var d=qb;return Oa||"function"!=typeof WebAssembly.instantiateStreaming||pb(d)||d.startsWith("file://")||Ba||"function"!=typeof fetch?tb(d,a,c):fetch(d,{credentials:"same-origin"}).then(function(e){return WebAssembly.instantiateStreaming(e,a).then(c,function(f){Na("wasm streaming compile failed: "+f);Na("falling back to ArrayBuffer instantiation");return tb(d,a,c)})})}
22
+ var vb,wb,Cb={254538:()=>ba().length,254558:a=>{a=p(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=gb(a,e||0);a=yb(a,{fa:!0}).node;if(!a)throw new q(44);if(!a.h.u)throw new q(63);a=a.h.u(a).size;var f=new Uint8Array(a);zb(e,f,0,a,0);"utf8"===c?d=Ab(f,0):"binary"===c&&(d=f);Bb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};
23
+ function Db(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function Eb(a){a.terminate();a.onmessage=()=>{}}function Fb(a){(a=t.F[a])||Qa();t.qb(a)}function Gb(a){var c=t.Za();if(!c)return 6;t.I.push(c);t.F[a.A]=c;c.A=a.A;var d={cmd:"run",start_routine:a.yb,arg:a.Ta,pthread_ptr:a.A};Ba&&c.ref();c.postMessage(d,a.Eb);return 0}
24
+ var Hb=(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},Ib=a=>{var c="/"===a.charAt(0),d="/"===a.substr(-1);(a=Hb(a.split("/").filter(e=>!!e),!c).join("/"))||c||(a=".");a&&d&&(a+="/");return(c?"/":"")+a},Jb=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},Kb=a=>
25
+ {if("/"===a)return"/";a=Ib(a);a=a.replace(/\/$/,"");var c=a.lastIndexOf("/");return-1===c?a:a.substr(c+1)};function Lb(){if("object"==typeof crypto&&"function"==typeof crypto.getRandomValues)return d=>(d.set(crypto.getRandomValues(new Uint8Array(d.byteLength))),d);if(Ba)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){}Qa("initRandomDevice")}function Mb(a){return(Mb=Lb())(a)}
26
+ function Nb(){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=Hb(a.split("/").filter(e=>!!e),!c).join("/");return(c?"/":"")+a||"."}
27
+ function Ob(a,c,d,e){if(!(0<e))return 0;var f=d;e=d+e-1;for(var g=0;g<a.length;++g){var h=a.charCodeAt(g);if(55296<=h&&57343>=h){var n=a.charCodeAt(++g);h=65536+((h&1023)<<10)|n&1023}if(127>=h){if(d>=e)break;c[d++]=h}else{if(2047>=h){if(d+1>=e)break;c[d++]=192|h>>6}else{if(65535>=h){if(d+2>=e)break;c[d++]=224|h>>12}else{if(d+3>=e)break;c[d++]=240|h>>18;c[d++]=128|h>>12&63}c[d++]=128|h>>6&63}c[d++]=128|h&63}}c[d]=0;return d-f}
28
+ function Pb(a,c){for(var d=0,e=0;e<a.length;++e){var f=a.charCodeAt(e);127>=f?d++:2047>=f?d+=2:55296<=f&&57343>=f?(d+=4,++e):d+=3}d=Array(d+1);a=Ob(a,d,0,d.length);c&&(d.length=a);return d}var Qb=[];function Rb(a,c){Qb[a]={input:[],output:[],O:c};Sb(a,Tb)}
29
+ var Tb={open:function(a){var c=Qb[a.node.rdev];if(!c)throw new q(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.Da)throw new q(60);for(var f=0,g=0;g<e;g++){try{var h=a.tty.O.Da(a.tty)}catch(n){throw new q(29);}if(void 0===h&&0===f)throw new q(6);if(null===h||void 0===h)break;f++;c[d+g]=h}f&&(a.node.timestamp=Date.now());return f},write:function(a,c,d,e){if(!a.tty||!a.tty.O.ka)throw new q(60);try{for(var f=
30
+ 0;f<e;f++)a.tty.O.ka(a.tty,c[d+f])}catch(g){throw new q(29);}e&&(a.node.timestamp=Date.now());return f}},Ub={Da:function(a){if(!a.input.length){var c=null;if(Ba){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=Pb(c,!0)}return a.input.shift()},ka:function(a,c){null===c||10===c?(Ma(Ab(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(Ma(Ab(a.output,0)),a.output=[])}},Vb={ka:function(a,c){null===c||10===c?(Na(Ab(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(Na(Ab(a.output,0)),a.output=[])}},u={v:null,D:function(){return u.createNode(null,"/",16895,0)},createNode:function(a,
32
+ c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new q(63);u.v||(u.v={dir:{node:{u:u.h.u,B:u.h.B,lookup:u.h.lookup,Z:u.h.Z,rename:u.h.rename,unlink:u.h.unlink,rmdir:u.h.rmdir,readdir:u.h.readdir,symlink:u.h.symlink},stream:{H:u.m.H}},file:{node:{u:u.h.u,B:u.h.B},stream:{H:u.m.H,read:u.m.read,write:u.m.write,ta:u.m.ta,Ha:u.m.Ha,Ja:u.m.Ja}},link:{node:{u:u.h.u,B:u.h.B,readlink:u.h.readlink},stream:{}},va:{node:{u:u.h.u,B:u.h.B},stream:Wb}});d=Xb(a,c,d,e);16384===(d.mode&61440)?(d.h=u.v.dir.node,
33
+ d.m=u.v.dir.stream,d.j={}):32768===(d.mode&61440)?(d.h=u.v.file.node,d.m=u.v.file.stream,d.o=0,d.j=null):40960===(d.mode&61440)?(d.h=u.v.link.node,d.m=u.v.link.stream):8192===(d.mode&61440)&&(d.h=u.v.va.node,d.m=u.v.va.stream);d.timestamp=Date.now();a&&(a.j[c]=d,a.timestamp=d.timestamp);return d},Nb:function(a){return a.j?a.j.subarray?a.j.subarray(0,a.o):new Uint8Array(a.j):new Uint8Array(0)},Aa:function(a,c){var d=a.j?a.j.length:0;d>=c||(c=Math.max(c,d*(1048576>d?2:1.125)>>>0),0!=d&&(c=Math.max(c,
34
34
  256)),d=a.j,a.j=new Uint8Array(c),0<a.o&&a.j.set(d.subarray(0,a.o),0))},pb:function(a,c){if(a.o!=c)if(0==c)a.j=null,a.o=0;else{var d=a.j;a.j=new Uint8Array(c);d&&a.j.set(d.subarray(0,Math.min(c,a.o)));a.o=c}},h:{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=new Date(a.timestamp);c.ctime=
35
- new Date(a.timestamp);c.Ua=4096;c.blocks=Math.ceil(c.size/c.Ua);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&&x.pb(a,c.size)},lookup:function(){throw Wb[44];},Z:function(a,c,d,e){return x.createNode(a,c,d,e)},rename:function(a,c,d){if(16384===(a.mode&61440)){try{var e=Xb(c,d)}catch(g){}if(e)for(var f in e.j)throw new t(55);}delete a.parent.j[a.name];a.parent.timestamp=Date.now();a.name=d;c.j[d]=a;c.timestamp=a.parent.timestamp;
36
- a.parent=c},unlink:function(a,c){delete a.j[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=Xb(a,c),e;for(e in d.j)throw new t(55);delete a.j[c];a.timestamp=Date.now()},readdir:function(a){var c=[".",".."],d;for(d in a.j)a.j.hasOwnProperty(d)&&c.push(d);return c},symlink:function(a,c,d){a=x.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new t(28);return a.link}},m:{read:function(a,c,d,e,f){var g=a.node.j;if(f>=a.node.o)return 0;a=Math.min(a.node.o-
37
- f,e);if(8<a&&g.subarray)c.set(g.subarray(f,f+a),d);else for(e=0;e<a;e++)c[d+e]=g[f+e];return a},write:function(a,c,d,e,f,g){c.buffer===ca().buffer&&(g=!1);if(!e)return 0;a=a.node;a.timestamp=Date.now();if(c.subarray&&(!a.j||a.j.subarray)){if(g)return a.j=c.subarray(d,d+e),a.o=e;if(0===a.o&&0===f)return a.j=c.slice(d,d+e),a.o=e;if(f+e<=a.o)return a.j.set(c.subarray(d,d+e),f),e}x.Aa(a,f+e);if(a.j.subarray&&c.subarray)a.j.set(c.subarray(d,d+e),f);else for(g=0;g<e;g++)a.j[f+g]=c[d+g];a.o=Math.max(a.o,
38
- 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 t(28);return c},ta:function(a,c,d){x.Aa(a.node,c+d);a.node.o=Math.max(a.node.o,c+d)},Ha:function(a,c,d,e,f){if(32768!==(a.node.mode&61440))throw new t(43);a=a.node.j;if(f&2||a.buffer!==ca().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;Na();c=void 0;if(!c)throw new t(48);ca().set(a,c)}else d=!1,c=a.byteOffset;return{g:c,Hb:d}},
39
- Ja:function(a,c,d,e){x.m.write(a,c,0,e,d,!1);return 0}}},Yb=null,Zb={},$b=[],ac=1,bc=null,fb=!0,t=null,Wb={},vb=(a,c={})=>{a=Lb(a);if(!a)return{path:"",node:null};c=Object.assign({Ba:!0,la:0},c);if(8<c.la)throw new t(32);a=a.split("/").filter(h=>!!h);for(var d=Yb,e="/",f=0;f<a.length;f++){var g=f===a.length-1;if(g&&c.parent)break;d=Xb(d,a[f]);e=Gb(e+"/"+a[f]);d.M&&(!g||g&&c.Ba)&&(d=d.M.root);if(!g||c.fa)for(g=0;40960===(d.mode&61440);)if(d=cc(e),e=Lb(Hb(e),d),d=vb(e,{la:c.la+1}).node,40<g++)throw new t(32);
40
- }return{path:e,node:d}},dc=a=>{for(var c;;){if(a===a.parent)return a=a.D.Ia,c?"/"!==a[a.length-1]?a+"/"+c:a+c:a;c=c?a.name+"/"+c:a.name;a=a.parent}},ec=(a,c)=>{for(var d=0,e=0;e<c.length;e++)d=(d<<5)-d+c.charCodeAt(e)|0;return(a+d>>>0)%bc.length},fc=a=>{var c=ec(a.parent.id,a.name);if(bc[c]===a)bc[c]=a.N;else for(c=bc[c];c;){if(c.N===a){c.N=a.N;break}c=c.N}},Xb=(a,c)=>{var d;if(d=(d=gc(a,"x"))?d:a.h.lookup?0:2)throw new t(d,a);for(d=bc[ec(a.id,c)];d;d=d.N){var e=d.name;if(d.parent.id===a.id&&e===
41
- c)return d}return a.h.lookup(a,c)},Vb=(a,c,d,e)=>{a=new hc(a,c,d,e);c=ec(a.parent.id,a.name);a.N=bc[c];return bc[c]=a},ic={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},jc=a=>{var c=["r","w","rw"][a&3];a&512&&(c+="w");return c},gc=(a,c)=>{if(fb)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},kc=(a,c)=>{try{return Xb(a,c),20}catch(d){}return gc(a,"wx")},lc=(a,c,d)=>{try{var e=Xb(a,c)}catch(f){return f.s}if(a=
42
- gc(a,"wx"))return a;if(d){if(16384!==(e.mode&61440))return 54;if(e===e.parent||"/"===dc(e))return 10}else if(16384===(e.mode&61440))return 31;return 0},mc=(a=0)=>{for(;4096>=a;a++)if(!$b[a])return a;throw new t(33);},oc=(a,c)=>{nc||(nc=function(){this.$={}},nc.prototype={},Object.defineProperties(nc.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}},position:{get:function(){return this.$.position},
43
- set:function(d){this.$.position=d}}}));a=Object.assign(new nc,a);c=mc(c);a.fd=c;return $b[c]=a},Ub={open:a=>{a.m=Zb[a.node.rdev].m;a.m.open&&a.m.open(a)},H:()=>{throw new t(70);}},Qb=(a,c)=>{Zb[a]={m:c}},pc=(a,c)=>{var d="/"===c,e=!c;if(d&&Yb)throw new t(10);if(!d&&!e){var f=vb(c,{Ba:!1});c=f.path;f=f.node;if(f.M)throw new t(10);if(16384!==(f.mode&61440))throw new t(54);}c={type:a,Rb:{},Ia:c,nb:[]};a=a.D(c);a.D=c;c.root=a;d?Yb=a:f&&(f.M=c,f.D&&f.D.nb.push(c))},qc=(a,c,d)=>{var e=vb(a,{parent:!0}).node;
44
- a=Ib(a);if(!a||"."===a||".."===a)throw new t(28);var f=kc(e,a);if(f)throw new t(f);if(!e.h.Z)throw new t(63);return e.h.Z(e,a,c,d)},rc=(a,c,d)=>{"undefined"==typeof d&&(d=c,c=438);qc(a,c|8192,d)},db=(a,c)=>{if(!Lb(a))throw new t(44);var d=vb(c,{parent:!0}).node;if(!d)throw new t(44);c=Ib(c);var e=kc(d,c);if(e)throw new t(e);if(!d.h.symlink)throw new t(63);d.h.symlink(d,c,a)},sc=a=>{var c=vb(a,{parent:!0}).node;a=Ib(a);var d=Xb(c,a),e=lc(c,a,!0);if(e)throw new t(e);if(!c.h.rmdir)throw new t(63);if(d.M)throw new t(10);
45
- c.h.rmdir(c,a);fc(d)},cc=a=>{a=vb(a).node;if(!a)throw new t(44);if(!a.h.readlink)throw new t(28);return Lb(dc(a.parent),a.h.readlink(a))},eb=(a,c,d)=>{if(""===a)throw new t(44);if("string"==typeof c){var e=ic[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=Gb(a);try{f=vb(a,{fa:!(c&131072)}).node}catch(g){}}e=!1;if(c&64)if(f){if(c&128)throw new t(20);}else f=qc(a,d,0),e=!0;if(!f)throw new t(44);
46
- 8192===(f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new t(54);if(!e&&(d=f?40960===(f.mode&61440)?32:16384===(f.mode&61440)&&("r"!==jc(c)||c&512)?31:gc(f,jc(c)):44))throw new t(d);if(c&512&&!e){d=f;d="string"==typeof d?vb(d,{fa:!0}).node:d;if(!d.h.B)throw new t(63);if(16384===(d.mode&61440))throw new t(31);if(32768!==(d.mode&61440))throw new t(28);if(e=gc(d,"w"))throw new t(e);d.h.B(d,{size:0,timestamp:Date.now()})}c&=-131713;f=oc({node:f,path:dc(f),flags:c,seekable:!0,position:0,
47
- m:f.m,Fb:[],error:!1});f.m.open&&f.m.open(f);!n.logReadFiles||c&1||(tc||(tc={}),a in tc||(tc[a]=1));return f},zb=a=>{if(null===a.fd)throw new t(8);a.ja&&(a.ja=null);try{a.m.close&&a.m.close(a)}catch(c){throw c;}finally{$b[a.fd]=null}a.fd=null},uc=(a,c,d)=>{if(null===a.fd)throw new t(8);if(!a.seekable||!a.m.H)throw new t(70);if(0!=d&&1!=d&&2!=d)throw new t(28);a.position=a.m.H(a,c,d);a.Fb=[]},wb=(a,c,d,e,f)=>{if(0>e||0>f)throw new t(28);if(null===a.fd)throw new t(8);if(1===(a.flags&2097155))throw new t(8);
48
- if(16384===(a.node.mode&61440))throw new t(31);if(!a.m.read)throw new t(28);var g="undefined"!=typeof f;if(!g)f=a.position;else if(!a.seekable)throw new t(70);c=a.m.read(a,c,d,e,f);g||(a.position+=c);return c},bb=()=>{t||(t=function(a,c){this.name="ErrnoError";this.node=c;this.rb=function(d){this.s=d};this.rb(a);this.message="FS error"},t.prototype=Error(),t.prototype.constructor=t,[44].forEach(a=>{Wb[a]=new t(a);Wb[a].stack="<generic error, no stack>"}))},ab,vc=(a,c)=>{var d=0;a&&(d|=365);c&&(d|=
49
- 146);return d},cb=(a,c,d)=>{a=Gb("/dev/"+a);var e=vc(!!c,!!d);wc||(wc=64);var f=wc++<<8|0;Qb(f,{open:g=>{g.seekable=!1},close:()=>{d&&d.buffer&&d.buffer.length&&d(10)},read:(g,h,l,v)=>{for(var p=0,G=0;G<v;G++){try{var X=c()}catch(U){throw new t(29);}if(void 0===X&&0===p)throw new t(6);if(null===X||void 0===X)break;p++;h[l+G]=X}p&&(g.node.timestamp=Date.now());return p},write:(g,h,l,v)=>{for(var p=0;p<v;p++)try{d(h[l+p])}catch(G){throw new t(29);}v&&(g.node.timestamp=Date.now());return p}});rc(a,e,
50
- f)},wc,xc={},nc,tc,yc="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;
51
- function yb(a,c,d){var e=c+d;for(d=c;a[d]&&!(d>=e);)++d;if(16<d-c&&a.buffer&&yc)return yc.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 g=a[c++]&63;if(192==(f&224))e+=String.fromCharCode((f&31)<<6|g);else{var h=a[c++]&63;f=224==(f&240)?(f&15)<<12|g<<6|h:(f&7)<<18|g<<12|h<<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 r(a,c){return a?yb(ha(),a,c):""}function zc(a,c){if("/"===c.charAt(0))return c;a=-100===a?"/":Ac(a).path;if(0==c.length)throw new t(44);return Gb(a+"/"+c)}var Bc=void 0;function Cc(){Bc+=4;return b()[Bc-4>>2]}function Ac(a){a=$b[a];if(!a)throw new t(8);return a}function Dc(a){if(q)return Ec(1,1,a);Ra=a;if(!Za()){w.zb();if(n.onExit)n.onExit(a);Qa=!0}xa(a,new Bb(a))}function Fc(a){Ra=a;if(q)throw Gc(a),"unwind";Dc(a)}function Hc(a){a instanceof Bb||"unwind"==a||xa(1,a)}
53
- var w={G:[],I:[],Oa:[],F:{},hb:function(){q?w.kb():w.jb()},jb:function(){for(var a=1;a--;)w.ua()},kb:function(){w.receiveObjectTransfer=w.ob;w.threadInitTLS=w.Na;w.setExitStatus=w.La;noExitRuntime=!1},La:function(a){Ra=a},Wb:["$terminateWorker"],zb:function(){for(var a of w.I)Cb(a);for(a of w.G)Cb(a);w.G=[];w.I=[];w.F=[]},qb:function(a){var c=a.A;delete w.F[c];w.G.push(a);w.I.splice(w.I.indexOf(a),1);a.A=0;Aa&&a.unref();Ic(c)},ob:function(){},Na:function(){w.Oa.forEach(a=>a())},Ea:a=>new Promise(c=>
54
- {a.onmessage=g=>{g=g.data;var h=g.cmd;a.A&&(w.Xa=a.A);if(g.targetThread&&g.targetThread!=Jc()){var l=w.F[g.Vb];l?l.postMessage(g,g.transferList):La('Internal error! Worker sent a message "'+h+'" to target pthread '+g.targetThread+", but that thread no longer exists!")}else if("checkMailbox"===h)Kc();else if("spawnThread"===h)Eb(g);else if("cleanupThread"===h)Db(g.thread);else if("killThread"===h)g=g.thread,h=w.F[g],delete w.F[g],Cb(h),Ic(g),w.I.splice(w.I.indexOf(h),1),h.A=0;else if("cancelThread"===
55
- h)w.F[g.thread].postMessage({cmd:"cancel"});else if("loaded"===h)a.loaded=!0,Aa&&!a.A&&a.unref(),c(a);else if("print"===h)Ka("Thread "+g.threadId+": "+g.text);else if("printErr"===h)La("Thread "+g.threadId+": "+g.text);else if("alert"===h)alert("Thread "+g.threadId+": "+g.text);else if("setimmediate"===g.target)a.postMessage(g);else if("callHandler"===h)n[g.handler](...g.args);else h&&La("worker sent an unknown command "+h);w.Xa=void 0};a.onerror=g=>{La("worker sent an error! "+g.filename+":"+g.lineno+
56
- ": "+g.message);throw g;};Aa&&(a.on("message",function(g){a.onmessage({data:g})}),a.on("error",function(g){a.onerror(g)}),a.on("detachedExit",function(){}));var d=[],e=["onExit","onAbort","print","printErr"],f;for(f of e)n.hasOwnProperty(f)&&d.push(f);a.postMessage({cmd:"load",handlers:d,urlOrBlob:n.mainScriptUrlOrBlob||_scriptDir,wasmMemory:da,wasmModule:Pa})}),mb:function(a){if(q)return a();Promise.all(w.G.map(w.Ea)).then(a)},ua:function(){var a=Ca("mxdrawassembly_min.worker.js");a=new Worker(a);
57
- w.G.push(a)},Za:function(){0==w.G.length&&(w.ua(),w.Ea(w.G[0]));return w.G.pop()}};n.PThread=w;function gb(a){for(;0<a.length;)a.shift()(n)}n.establishStackSpace=function(){var a=Jc(),c=b()[a+52>>2];a=b()[a+56>>2];Lc(c,c-a);Mc(c)};function Gc(a){if(q)return Ec(2,0,a);Fc(a)}var Nc=[];function Oc(a){var c=Nc[a];c||(a>=Nc.length&&(Nc.length=a+1),Nc[a]=c=Ua.get(a));return c}n.invokeEntryPoint=function(a,c){a=Oc(a)(c);Za()?w.La(a):Pc(a)};function Qc(a,c,d,e){return q?Ec(3,1,a,c,d,e):Rc(a,c,d,e)}
58
- function Rc(a,c,d,e){if("undefined"==typeof SharedArrayBuffer)return La("Current environment does not support SharedArrayBuffer, pthreads are not available!"),6;var f=[];if(q&&0===f.length)return Qc(a,c,d,e);a={yb:d,A:a,Ta:e,Eb:f};return q?(a.Ib="spawnThread",postMessage(a,f),0):Eb(a)}
59
- function Sc(a,c,d){if(q)return Ec(4,1,a,c,d);Bc=d;try{var e=Ac(a);switch(c){case 0:var f=Cc();return 0>f?-28:oc(e,f).fd;case 1:case 2:return 0;case 3:return e.flags;case 4:return f=Cc(),e.flags|=f,0;case 5:return f=Cc(),da.buffer!=ea.buffer&&fa(),Sa[f+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return b()[Tc()>>2]=28,-1;default:return-28}}catch(g){if("undefined"==typeof xc||"ErrnoError"!==g.name)throw g;return-g.s}}
60
- function Uc(a,c,d){if(q)return Ec(5,1,a,c,d);Bc=d;try{var e=Ac(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=Cc();return b()[f>>2]=0;case 21520:return e.tty?-28:-59;case 21531:a=f=Cc();if(!e.m.lb)throw new t(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(g){if("undefined"==typeof xc||"ErrnoError"!==g.name)throw g;
61
- return-g.s}}function Vc(a,c,d,e){if(q)return Ec(6,1,a,c,d,e);Bc=e;try{c=r(c);c=zc(a,c);var f=e?Cc():0;return eb(c,d,f).fd}catch(g){if("undefined"==typeof xc||"ErrnoError"!==g.name)throw g;return-g.s}}function Wc(a){if(q)return Ec(7,1,a);try{return a=r(a),sc(a),0}catch(c){if("undefined"==typeof xc||"ErrnoError"!==c.name)throw c;return-c.s}}
62
- function Xc(a,c,d){if(q)return Ec(8,1,a,c,d);try{c=r(c);c=zc(a,c);if(0===d){a=c;var e=vb(a,{parent:!0}).node;if(!e)throw new t(44);var f=Ib(a),g=Xb(e,f),h=lc(e,f,!1);if(h)throw new t(h);if(!e.h.unlink)throw new t(63);if(g.M)throw new t(10);e.h.unlink(e,f);fc(g)}else 512===d?sc(c):Na("Invalid flags passed to unlinkat");return 0}catch(l){if("undefined"==typeof xc||"ErrnoError"!==l.name)throw l;return-l.s}}function Yc(a){if(!Qa)try{if(a(),!Za())try{q?Pc(Ra):Fc(Ra)}catch(c){Hc(c)}}catch(c){Hc(c)}}
63
- function Zc(a){"function"===typeof Atomics.Gb&&(Atomics.Gb(b(),a>>2,a).value.then(Kc),a+=128,Atomics.store(b(),a>>2,1))}n.__emscripten_thread_mailbox_await=Zc;function Kc(){var a=Jc();a&&(Zc(a),Yc(()=>$c()))}n.checkMailbox=Kc;var ad=[];function bd(a){cd||(cd={});cd[a]||(cd[a]=1,Aa&&(a="warning: "+a),La(a))}var cd,dd;dd=Aa?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.timeOrigin+performance.now();
64
- function ed(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 fd(a,c){return 0<=a?a:32>=c?2*Math.abs(1<<c-1)+a:Math.pow(2,c)+a}function gd(a){for(var c=a;ha()[c];)++c;return c-a}
65
- function hd(a,c){function d(ka){var C=e;("double"===ka||"i64"===ka)&&C&7&&(C+=4);e=C;"double"===ka?(ka=ra()[e>>3],e+=8):"i64"==ka?(ka=[b()[e>>2],b()[e+4>>2]],e+=8):(ka=b()[e>>2],e+=4);return ka}for(var e=c,f=[],g,h;;){var l=a;g=ca()[a>>0];if(0===g)break;h=ca()[a+1>>0];if(37==g){var v=!1,p=c=!1,G=!1,X=!1;a:for(;;){switch(h){case 43:v=!0;break;case 45:c=!0;break;case 35:p=!0;break;case 48:if(G)break a;else{G=!0;break}case 32:X=!0;break;default:break a}a++;h=ca()[a+1>>0]}var U=0;if(42==h)U=d("i32"),
66
- a++,h=ca()[a+1>>0];else for(;48<=h&&57>=h;)U=10*U+(h-48),a++,h=ca()[a+1>>0];var k=!1,B=-1;if(46==h){B=0;k=!0;a++;h=ca()[a+1>>0];if(42==h)B=d("i32"),a++;else for(;;){h=ca()[a+1>>0];if(48>h||57<h)break;B=10*B+(h-48);a++}h=ca()[a+1>>0]}0>B&&(B=6,k=!1);switch(String.fromCharCode(h)){case "h":h=ca()[a+2>>0];if(104==h){a++;var y=1}else y=2;break;case "l":h=ca()[a+2>>0];108==h?(a++,y=8):y=4;break;case "L":case "q":case "j":y=8;break;case "z":case "t":case "I":y=4;break;default:y=null}y&&a++;h=ca()[a+1>>
67
- 0];switch(String.fromCharCode(h)){case "d":case "i":case "u":case "o":case "x":case "X":case "p":l=100==h||105==h;y=y||4;g=d("i"+8*y);8==y&&(g=117==h?(g[0]>>>0)+4294967296*(g[1]>>>0):(g[0]>>>0)+4294967296*g[1]);4>=y&&(g=(l?ed:fd)(g&Math.pow(256,y)-1,8*y));var aa=Math.abs(g);l="";if(100==h||105==h)var u=ed(g,8*y).toString(10);else if(117==h)u=fd(g,8*y).toString(10),g=Math.abs(g);else if(111==h)u=(p?"0":"")+aa.toString(8);else if(120==h||88==h){l=p&&0!=g?"0x":"";if(0>g){g=-g;u=(aa-1).toString(16);aa=
68
- [];for(p=0;p<u.length;p++)aa.push((15-parseInt(u[p],16)).toString(16));for(u=aa.join("");u.length<2*y;)u="f"+u}else u=aa.toString(16);88==h&&(l=l.toUpperCase(),u=u.toUpperCase())}else 112==h&&(0===aa?u="(nil)":(l="0x",u=aa.toString(16)));if(k)for(;u.length<B;)u="0"+u;0<=g&&(v?l="+"+l:X&&(l=" "+l));"-"==u.charAt(0)&&(l="-"+l,u=u.substr(1));for(;l.length+u.length<U;)c?u+=" ":G?u="0"+u:l=" "+l;u=l+u;u.split("").forEach(function(ka){f.push(ka.charCodeAt(0))});break;case "f":case "F":case "e":case "E":case "g":case "G":g=
69
- d("double");if(isNaN(g))u="nan",G=!1;else if(isFinite(g)){k=!1;y=Math.min(B,20);if(103==h||71==h)k=!0,B=B||1,y=parseInt(g.toExponential(y).split("e")[1],10),B>y&&-4<=y?(h=(103==h?"f":"F").charCodeAt(0),B-=y+1):(h=(103==h?"e":"E").charCodeAt(0),B--),y=Math.min(B,20);if(101==h||69==h)u=g.toExponential(y),/[eE][-+]\d$/.test(u)&&(u=u.slice(0,-1)+"0"+u.slice(-1));else if(102==h||70==h)u=g.toFixed(y),0===g&&(0>g||0===g&&-Infinity===1/g)&&(u="-"+u);l=u.split("e");if(k&&!p)for(;1<l[0].length&&l[0].includes(".")&&
70
- ("0"==l[0].slice(-1)||"."==l[0].slice(-1));)l[0]=l[0].slice(0,-1);else for(p&&-1==u.indexOf(".")&&(l[0]+=".");B>y++;)l[0]+="0";u=l[0]+(1<l.length?"e"+l[1]:"");69==h&&(u=u.toUpperCase());0<=g&&(v?u="+"+u:X&&(u=" "+u))}else u=(0>g?"-":"")+"inf",G=!1;for(;u.length<U;)u=c?u+" ":!G||"-"!=u[0]&&"+"!=u[0]?(G?"0":" ")+u:u[0]+"0"+u.slice(1);97>h&&(u=u.toUpperCase());u.split("").forEach(function(ka){f.push(ka.charCodeAt(0))});break;case "s":G=(v=d("i8*"))?gd(v):6;k&&(G=Math.min(G,B));if(!c)for(;G<U--;)f.push(32);
71
- if(v)for(p=0;p<G;p++)f.push(ha()[v++>>0]);else f=f.concat(Nb("(null)".substr(0,G),!0));if(c)for(;G<U--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--U;)f.push(32);c||f.push(d("i8"));break;case "n":c=d("i32*");b()[c>>2]=f.length;break;case "%":f.push(g);break;default:for(p=l;p<a+2;p++)f.push(ca()[p>>0])}a+=2}else f.push(g),a+=1}return f}
72
- function jd(a){if(!a||!a.callee||!a.callee.name)return[null,"",""];var c=a.callee.name,d="(",e=!0,f;for(f in a){var g=a[f];e||(d+=", ");e=!1;d="number"==typeof g||"string"==typeof g?d+g:d+("("+typeof g+")")}d+=")";a=(a=a.callee.caller)?a.arguments:[];e&&(d="");return[a,c,d]}
73
- function kd(a){a:{var c=Error();if(!c.stack){try{throw Error();}catch(B){c=B}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&&bd("EM_LOG_DEMANGLE is deprecated; ignoring");a&8&&"undefined"==typeof emscripten_source_map&&(bd('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.'),
74
- a=a^8|16);var d=null;if(a&128)for(d=jd(arguments);d[1].includes("_emscripten_");)d=jd(d[0]);var e=c.split("\n");c="";var f=RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)"),g=RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?"),h=RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)"),l;for(l in e){var v=e[l],p;if((p=h.exec(v))&&5==p.length){v=p[1];var G=p[2];var X=p[3];p=p[4]}else if((p=f.exec(v))||(p=g.exec(v)),p&&4<=p.length)v=p[1],G=p[2],X=p[3],p=p[4]|0;else{c+=v+"\n";continue}var U=!1;if(a&8){var k=emscripten_source_map.Sb({line:X,
75
- Va:p});if(U=k&&k.source)a&64&&(k.source=k.source.substring(k.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+v+" ("+k.source+":"+k.line+":"+k.Va+")\n"}if(a&16||!U)a&64&&(G=G.substring(G.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(U?" = "+v:" at "+v)+" ("+G+":"+X+":"+p+")\n";a&128&&d[0]&&(d[1]==v&&0<d[2].length&&(c=c.replace(/\s+$/,""),c+=" with values: "+d[1]+d[2]+"\n"),d=jd(d[0]))}return c=c.replace(/\s+$/,"")}function ld(a){var c=md();a=a();Mc(c);return a}
76
- function Ec(a,c){var d=arguments.length-2,e=arguments;return ld(()=>{for(var f=nd(8*d),g=f>>3,h=0;h<d;h++){var l=e[2+h];ra()[g+h]=l}return od(a,d,f,c)})}var pd=[],qd={};function rd(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 sd;
77
- function td(a,c,d,e,f){function g(){var ia=0,Ja=0;C.response&&u&&0===m()[a+12>>2]&&(Ja=C.response.byteLength);0<Ja&&(ia=ud(Ja),ha().set(new Uint8Array(C.response),ia));m()[a+12>>2]=ia;vd(a+16,Ja);vd(a+24,0);(ia=C.response?C.response.byteLength:0)&&vd(a+32,ia);la()[a+40>>1]=C.readyState;la()[a+42>>1]=C.status;C.statusText&&wd(C.statusText,a+44,64)}var h=m()[a+8>>2];if(h){var l=r(h),v=a+112,p=r(v);p||(p="GET");m();var G=m()[v+52>>2],X=m()[v+56>>2],U=!!m()[v+60>>2];m();var k=m()[v+68>>2],B=m()[v+72>>
78
- 2];h=m()[v+76>>2];var y=m()[v+80>>2],aa=m()[v+84>>2];v=m()[v+88>>2];var u=!!(G&1),ka=!!(G&2);G=!!(G&64);k=k?r(k):void 0;B=B?r(B):void 0;var C=new XMLHttpRequest;C.withCredentials=U;C.open(p,l,!G,k,B);G||(C.timeout=X);C.Yb=l;C.responseType="arraybuffer";y&&(l=r(y),C.overrideMimeType(l));if(h)for(;;){p=m()[h>>2];if(!p)break;l=m()[h+4>>2];if(!l)break;h+=8;p=r(p);l=r(l);C.setRequestHeader(p,l)}var Oa=m()[a+0>>2];qd[Oa]=C;h=aa&&v?ha().slice(aa,aa+v):null;C.onload=ia=>{Oa in qd&&(g(),200<=C.status&&300>
79
- C.status?c&&c(a,C,ia):d&&d(a,C,ia))};C.onerror=ia=>{Oa in qd&&(g(),d&&d(a,C,ia))};C.ontimeout=ia=>{Oa in qd&&d&&d(a,C,ia)};C.onprogress=ia=>{if(Oa in qd){var Ja=u&&ka&&C.response?C.response.byteLength:0,ba=0;0<Ja&&u&&ka&&(ba=ud(Ja),ha().set(new Uint8Array(C.response),ba));m()[a+12>>2]=ba;vd(a+16,Ja);vd(a+24,ia.loaded-Ja);vd(a+32,ia.total);la()[a+40>>1]=C.readyState;3<=C.readyState&&0===C.status&&0<ia.loaded&&(C.status=200);la()[a+42>>1]=C.status;C.statusText&&wd(C.statusText,a+44,64);e&&e(a,C,ia);
80
- ba&&xd(ba)}};C.onreadystatechange=ia=>{Oa in qd?(la()[a+40>>1]=C.readyState,2<=C.readyState&&(la()[a+42>>1]=C.status),f&&f(a,C,ia)):--Ya};try{C.send(h)}catch(ia){d&&d(a,C,ia)}}else d(a,0,"no url specified!")}function vd(a,c){m()[a>>2]=c;m()[a+4>>2]=(c-m()[a>>2])/4294967296}function wd(a,c,d){return Mb(a,ha(),c,d)}
81
- function yd(a,c,d,e){var f=sd;if(f){var g=a+112;(g=m()[g+64>>2])||(g=m()[a+8>>2]);var h=r(g);try{var l=f.transaction(["FILES"],"readwrite").objectStore("FILES").put(c,h);l.onsuccess=()=>{la()[a+40>>1]=4;la()[a+42>>1]=200;wd("OK",a+44,64);d(a,0,h)};l.onerror=v=>{la()[a+40>>1]=4;la()[a+42>>1]=413;wd("Payload Too Large",a+44,64);e(a,0,v)}}catch(v){e(a,0,v)}}else e(a,0,"IndexedDB not available!")}
82
- function zd(a,c,d){var e=sd;if(e){var f=a+112;(f=m()[f+64>>2])||(f=m()[a+8>>2]);f=r(f);try{var g=e.transaction(["FILES"],"readonly").objectStore("FILES").get(f);g.onsuccess=h=>{if(h.target.result){h=h.target.result;var l=h.byteLength||h.length,v=ud(l);ha().set(new Uint8Array(h),v);m()[a+12>>2]=v;vd(a+16,l);vd(a+24,0);vd(a+32,l);la()[a+40>>1]=4;la()[a+42>>1]=200;wd("OK",a+44,64);c(a,0,h)}else la()[a+40>>1]=4,la()[a+42>>1]=404,wd("Not Found",a+44,64),d(a,0,"no data")};g.onerror=h=>{la()[a+40>>1]=4;
83
- la()[a+42>>1]=404;wd("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
84
- function Ad(a,c,d){var e=sd;if(e){var f=a+112;(f=m()[f+64>>2])||(f=m()[a+8>>2]);f=r(f);try{var g=e.transaction(["FILES"],"readwrite").objectStore("FILES").delete(f);g.onsuccess=h=>{h=h.target.result;m()[a+12>>2]=0;vd(a+16,0);vd(a+24,0);vd(a+32,0);la()[a+40>>1]=4;la()[a+42>>1]=200;wd("OK",a+44,64);c(a,0,h)};g.onerror=h=>{la()[a+40>>1]=4;la()[a+42>>1]=404;wd("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
85
- function Bd(a){var c=a.getExtension("ANGLE_instanced_arrays");c&&(a.vertexAttribDivisor=function(d,e){c.vertexAttribDivisorANGLE(d,e)},a.drawArraysInstanced=function(d,e,f,g){c.drawArraysInstancedANGLE(d,e,f,g)},a.drawElementsInstanced=function(d,e,f,g,h){c.drawElementsInstancedANGLE(d,e,f,g,h)})}
86
- function Cd(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 Dd(a){var c=a.getExtension("WEBGL_draw_buffers");c&&(a.drawBuffers=function(d,e){c.drawBuffersWEBGL(d,e)})}var Ed=1,Fd=[],Gd=[],Hd=[],Id=[],Jd={},Kd=[1,1,2,2,4,4,4,2,3,4,8];
87
- function Ld(a){Md||(Md=a)}function Nd(a){for(var c=Ed++,d=a.length;d<c;d++)a[d]=null;return c}function Od(a){return 32-Math.clz32(0===a?0:a-1)}
88
- function Pd(a){Qd=!1;for(var c=0;c<Rd.Ga;++c){var d=Rd.V[c];if(d.ea&&d.enabled){Qd=!0;var e=d.pa;e=0<e?a*e:d.size*Kd[d.type-5120]*a;var f=Od(e);var g=Rd.aa[f],h=Rd.T[f];Rd.T[f]=Rd.T[f]+1&63;var l=g[h];l?f=l:(l=z.getParameter(34964),g[h]=z.createBuffer(),z.bindBuffer(34962,g[h]),z.bufferData(34962,1<<f,35048),z.bindBuffer(34962,l),f=g[h]);z.bindBuffer(34962,f);z.bufferSubData(34962,0,ha().subarray(d.g,d.g+e));d.Ra.call(z,c,d.size,d.type,d.Ka,d.pa,0)}}}
89
- function Sd(a,c){a.Ca||(a.Ca=a.getContext,a.getContext=function(e,f){f=a.Ca(e,f);return"webgl"==e==f instanceof WebGLRenderingContext?f:null});var d=1<c.Fa?a.getContext("webgl2",c):a.getContext("webgl",c);return d?Td(d,c):0}
90
- function Td(a,c){var d=ud(8);b()[d+4>>2]=Jc();var e={gb:d,attributes:c,version:c.Fa,L:a};a.canvas&&(a.canvas.Sa=e);Jd[d]=e;("undefined"==typeof c.za||c.za)&&Ud(e);e.Ga=e.L.getParameter(34921);e.V=[];for(a=0;a<e.Ga;a++)e.V[a]={enabled:!1,ea:!1,size:0,type:0,Ka:0,pa:0,g:0,Ra:null};a=Od(2097152);e.T=[];e.Ma=[];e.T.length=e.Ma.length=a+1;e.aa=[];e.qa=[];e.aa.length=e.qa.length=a+1;e.P=[];e.P.length=a+1;for(c=0;c<=a;++c){e.P[c]=null;e.T[c]=e.Ma[c]=0;e.aa[c]=[];e.qa[c]=[];var f=e.aa[c],g=e.qa[c];f.length=
35
+ new Date(a.timestamp);c.Ua=4096;c.blocks=Math.ceil(c.size/c.Ua);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&&u.pb(a,c.size)},lookup:function(){throw Yb[44];},Z:function(a,c,d,e){return u.createNode(a,c,d,e)},rename:function(a,c,d){if(16384===(a.mode&61440)){try{var e=Zb(c,d)}catch(g){}if(e)for(var f in e.j)throw new q(55);}delete a.parent.j[a.name];a.parent.timestamp=Date.now();a.name=d;c.j[d]=a;c.timestamp=a.parent.timestamp;
36
+ a.parent=c},unlink:function(a,c){delete a.j[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=Zb(a,c),e;for(e in d.j)throw new q(55);delete a.j[c];a.timestamp=Date.now()},readdir:function(a){var c=[".",".."],d;for(d in a.j)a.j.hasOwnProperty(d)&&c.push(d);return c},symlink:function(a,c,d){a=u.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new q(28);return a.link}},m:{read:function(a,c,d,e,f){var g=a.node.j;if(f>=a.node.o)return 0;a=Math.min(a.node.o-
37
+ f,e);if(8<a&&g.subarray)c.set(g.subarray(f,f+a),d);else for(e=0;e<a;e++)c[d+e]=g[f+e];return a},write:function(a,c,d,e,f,g){c.buffer===ba().buffer&&(g=!1);if(!e)return 0;a=a.node;a.timestamp=Date.now();if(c.subarray&&(!a.j||a.j.subarray)){if(g)return a.j=c.subarray(d,d+e),a.o=e;if(0===a.o&&0===f)return a.j=c.slice(d,d+e),a.o=e;if(f+e<=a.o)return a.j.set(c.subarray(d,d+e),f),e}u.Aa(a,f+e);if(a.j.subarray&&c.subarray)a.j.set(c.subarray(d,d+e),f);else for(g=0;g<e;g++)a.j[f+g]=c[d+g];a.o=Math.max(a.o,
38
+ 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 q(28);return c},ta:function(a,c,d){u.Aa(a.node,c+d);a.node.o=Math.max(a.node.o,c+d)},Ha:function(a,c,d,e,f){if(32768!==(a.node.mode&61440))throw new q(43);a=a.node.j;if(f&2||a.buffer!==ba().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;Qa();c=void 0;if(!c)throw new q(48);ba().set(a,c)}else d=!1,c=a.byteOffset;return{g:c,Hb:d}},
39
+ Ja:function(a,c,d,e){u.m.write(a,c,0,e,d,!1);return 0}}},$b=null,ac={},bc=[],cc=1,dc=null,hb=!0,q=null,Yb={},yb=(a,c={})=>{a=Nb(a);if(!a)return{path:"",node:null};c=Object.assign({Ba:!0,la:0},c);if(8<c.la)throw new q(32);a=a.split("/").filter(h=>!!h);for(var d=$b,e="/",f=0;f<a.length;f++){var g=f===a.length-1;if(g&&c.parent)break;d=Zb(d,a[f]);e=Ib(e+"/"+a[f]);d.M&&(!g||g&&c.Ba)&&(d=d.M.root);if(!g||c.fa)for(g=0;40960===(d.mode&61440);)if(d=ec(e),e=Nb(Jb(e),d),d=yb(e,{la:c.la+1}).node,40<g++)throw new q(32);
40
+ }return{path:e,node:d}},fc=a=>{for(var c;;){if(a===a.parent)return a=a.D.Ia,c?"/"!==a[a.length-1]?a+"/"+c:a+c:a;c=c?a.name+"/"+c:a.name;a=a.parent}},gc=(a,c)=>{for(var d=0,e=0;e<c.length;e++)d=(d<<5)-d+c.charCodeAt(e)|0;return(a+d>>>0)%dc.length},hc=a=>{var c=gc(a.parent.id,a.name);if(dc[c]===a)dc[c]=a.N;else for(c=dc[c];c;){if(c.N===a){c.N=a.N;break}c=c.N}},Zb=(a,c)=>{var d;if(d=(d=ic(a,"x"))?d:a.h.lookup?0:2)throw new q(d,a);for(d=dc[gc(a.id,c)];d;d=d.N){var e=d.name;if(d.parent.id===a.id&&e===
41
+ c)return d}return a.h.lookup(a,c)},Xb=(a,c,d,e)=>{a=new jc(a,c,d,e);c=gc(a.parent.id,a.name);a.N=dc[c];return dc[c]=a},kc={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},lc=a=>{var c=["r","w","rw"][a&3];a&512&&(c+="w");return c},ic=(a,c)=>{if(hb)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},mc=(a,c)=>{try{return Zb(a,c),20}catch(d){}return ic(a,"wx")},nc=(a,c,d)=>{try{var e=Zb(a,c)}catch(f){return f.s}if(a=
42
+ ic(a,"wx"))return a;if(d){if(16384!==(e.mode&61440))return 54;if(e===e.parent||"/"===fc(e))return 10}else if(16384===(e.mode&61440))return 31;return 0},oc=(a=0)=>{for(;4096>=a;a++)if(!bc[a])return a;throw new q(33);},qc=(a,c)=>{pc||(pc=function(){this.$={}},pc.prototype={},Object.defineProperties(pc.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}},position:{get:function(){return this.$.position},
43
+ set:function(d){this.$.position=d}}}));a=Object.assign(new pc,a);c=oc(c);a.fd=c;return bc[c]=a},Wb={open:a=>{a.m=ac[a.node.rdev].m;a.m.open&&a.m.open(a)},H:()=>{throw new q(70);}},Sb=(a,c)=>{ac[a]={m:c}},rc=(a,c)=>{var d="/"===c,e=!c;if(d&&$b)throw new q(10);if(!d&&!e){var f=yb(c,{Ba:!1});c=f.path;f=f.node;if(f.M)throw new q(10);if(16384!==(f.mode&61440))throw new q(54);}c={type:a,Rb:{},Ia:c,nb:[]};a=a.D(c);a.D=c;c.root=a;d?$b=a:f&&(f.M=c,f.D&&f.D.nb.push(c))},sc=(a,c,d)=>{var e=yb(a,{parent:!0}).node;
44
+ a=Kb(a);if(!a||"."===a||".."===a)throw new q(28);var f=mc(e,a);if(f)throw new q(f);if(!e.h.Z)throw new q(63);return e.h.Z(e,a,c,d)},tc=(a,c,d)=>{"undefined"==typeof d&&(d=c,c=438);sc(a,c|8192,d)},fb=(a,c)=>{if(!Nb(a))throw new q(44);var d=yb(c,{parent:!0}).node;if(!d)throw new q(44);c=Kb(c);var e=mc(d,c);if(e)throw new q(e);if(!d.h.symlink)throw new q(63);d.h.symlink(d,c,a)},uc=a=>{var c=yb(a,{parent:!0}).node;a=Kb(a);var d=Zb(c,a),e=nc(c,a,!0);if(e)throw new q(e);if(!c.h.rmdir)throw new q(63);if(d.M)throw new q(10);
45
+ c.h.rmdir(c,a);hc(d)},ec=a=>{a=yb(a).node;if(!a)throw new q(44);if(!a.h.readlink)throw new q(28);return Nb(fc(a.parent),a.h.readlink(a))},gb=(a,c,d)=>{if(""===a)throw new q(44);if("string"==typeof c){var e=kc[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=Ib(a);try{f=yb(a,{fa:!(c&131072)}).node}catch(g){}}e=!1;if(c&64)if(f){if(c&128)throw new q(20);}else f=sc(a,d,0),e=!0;if(!f)throw new q(44);
46
+ 8192===(f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new q(54);if(!e&&(d=f?40960===(f.mode&61440)?32:16384===(f.mode&61440)&&("r"!==lc(c)||c&512)?31:ic(f,lc(c)):44))throw new q(d);if(c&512&&!e){d=f;d="string"==typeof d?yb(d,{fa:!0}).node:d;if(!d.h.B)throw new q(63);if(16384===(d.mode&61440))throw new q(31);if(32768!==(d.mode&61440))throw new q(28);if(e=ic(d,"w"))throw new q(e);d.h.B(d,{size:0,timestamp:Date.now()})}c&=-131713;f=qc({node:f,path:fc(f),flags:c,seekable:!0,position:0,
47
+ m:f.m,Fb:[],error:!1});f.m.open&&f.m.open(f);!l.logReadFiles||c&1||(vc||(vc={}),a in vc||(vc[a]=1));return f},Bb=a=>{if(null===a.fd)throw new q(8);a.ja&&(a.ja=null);try{a.m.close&&a.m.close(a)}catch(c){throw c;}finally{bc[a.fd]=null}a.fd=null},wc=(a,c,d)=>{if(null===a.fd)throw new q(8);if(!a.seekable||!a.m.H)throw new q(70);if(0!=d&&1!=d&&2!=d)throw new q(28);a.position=a.m.H(a,c,d);a.Fb=[]},zb=(a,c,d,e,f)=>{if(0>e||0>f)throw new q(28);if(null===a.fd)throw new q(8);if(1===(a.flags&2097155))throw new q(8);
48
+ if(16384===(a.node.mode&61440))throw new q(31);if(!a.m.read)throw new q(28);var g="undefined"!=typeof f;if(!g)f=a.position;else if(!a.seekable)throw new q(70);c=a.m.read(a,c,d,e,f);g||(a.position+=c);return c},db=()=>{q||(q=function(a,c){this.name="ErrnoError";this.node=c;this.rb=function(d){this.s=d};this.rb(a);this.message="FS error"},q.prototype=Error(),q.prototype.constructor=q,[44].forEach(a=>{Yb[a]=new q(a);Yb[a].stack="<generic error, no stack>"}))},cb,xc=(a,c)=>{var d=0;a&&(d|=365);c&&(d|=
49
+ 146);return d},eb=(a,c,d)=>{a=Ib("/dev/"+a);var e=xc(!!c,!!d);yc||(yc=64);var f=yc++<<8|0;Sb(f,{open:g=>{g.seekable=!1},close:()=>{d&&d.buffer&&d.buffer.length&&d(10)},read:(g,h,n,z)=>{for(var r=0,P=0;P<z;P++){try{var aa=c()}catch(Y){throw new q(29);}if(void 0===aa&&0===r)throw new q(6);if(null===aa||void 0===aa)break;r++;h[n+P]=aa}r&&(g.node.timestamp=Date.now());return r},write:(g,h,n,z)=>{for(var r=0;r<z;r++)try{d(h[n+r])}catch(P){throw new q(29);}z&&(g.node.timestamp=Date.now());return r}});tc(a,
50
+ e,f)},yc,zc={},pc,vc,Ac="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;
51
+ function Ab(a,c,d){var e=c+d;for(d=c;a[d]&&!(d>=e);)++d;if(16<d-c&&a.buffer&&Ac)return Ac.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 g=a[c++]&63;if(192==(f&224))e+=String.fromCharCode((f&31)<<6|g);else{var h=a[c++]&63;f=224==(f&240)?(f&15)<<12|g<<6|h:(f&7)<<18|g<<12|h<<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 p(a,c){return a?Ab(ia(),a,c):""}function Bc(a,c){if("/"===c.charAt(0))return c;a=-100===a?"/":Cc(a).path;if(0==c.length)throw new q(44);return Ib(a+"/"+c)}var Dc=void 0;function Ec(){Dc+=4;return b()[Dc-4>>2]}function Cc(a){a=bc[a];if(!a)throw new q(8);return a}function Fc(a){if(Ca)return Gc(1,1,a);Ta=a;if(!ab()){t.zb();if(l.onExit)l.onExit(a);Sa=!0}ya(a,new Db(a))}function Hc(a){Ta=a;if(Ca)throw Ic(a),"unwind";Fc(a)}function Jc(a){a instanceof Db||"unwind"==a||ya(1,a)}
53
+ var t={G:[],I:[],Oa:[],F:{},hb:function(){Ca?t.kb():t.jb()},jb:function(){for(var a=1;a--;)t.ua()},kb:function(){t.receiveObjectTransfer=t.ob;t.threadInitTLS=t.Na;t.setExitStatus=t.La;noExitRuntime=!1},La:function(a){Ta=a},Wb:["$terminateWorker"],zb:function(){for(var a of t.I)Eb(a);for(a of t.G)Eb(a);t.G=[];t.I=[];t.F=[]},qb:function(a){var c=a.A;delete t.F[c];t.G.push(a);t.I.splice(t.I.indexOf(a),1);a.A=0;Ba&&a.unref();Kc(c)},ob:function(){},Na:function(){t.Oa.forEach(a=>a())},Ea:a=>new Promise(c=>
54
+ {a.onmessage=g=>{g=g.data;var h=g.cmd;a.A&&(t.Xa=a.A);if(g.targetThread&&g.targetThread!=Lc()){var n=t.F[g.Vb];n?n.postMessage(g,g.transferList):Na('Internal error! Worker sent a message "'+h+'" to target pthread '+g.targetThread+", but that thread no longer exists!")}else if("checkMailbox"===h)Mc();else if("spawnThread"===h)Gb(g);else if("cleanupThread"===h)Fb(g.thread);else if("killThread"===h)g=g.thread,h=t.F[g],delete t.F[g],Eb(h),Kc(g),t.I.splice(t.I.indexOf(h),1),h.A=0;else if("cancelThread"===
55
+ h)t.F[g.thread].postMessage({cmd:"cancel"});else if("loaded"===h)a.loaded=!0,Ba&&!a.A&&a.unref(),c(a);else if("print"===h)Ma("Thread "+g.threadId+": "+g.text);else if("printErr"===h)Na("Thread "+g.threadId+": "+g.text);else if("alert"===h)alert("Thread "+g.threadId+": "+g.text);else if("setimmediate"===g.target)a.postMessage(g);else if("callHandler"===h)l[g.handler](...g.args);else h&&Na("worker sent an unknown command "+h);t.Xa=void 0};a.onerror=g=>{Na("worker sent an error! "+g.filename+":"+g.lineno+
56
+ ": "+g.message);throw g;};Ba&&(a.on("message",function(g){a.onmessage({data:g})}),a.on("error",function(g){a.onerror(g)}),a.on("detachedExit",function(){}));var d=[],e=["onExit","onAbort","print","printErr"],f;for(f of e)l.hasOwnProperty(f)&&d.push(f);a.postMessage({cmd:"load",handlers:d,urlOrBlob:l.mainScriptUrlOrBlob||_scriptDir,wasmMemory:ca,wasmModule:Ra})}),mb:function(a){if(Ca)return a();Promise.all(t.G.map(t.Ea)).then(a)},ua:function(){var a=Ea("mxdrawassembly_min.worker.js");a=new Worker(a);
57
+ t.G.push(a)},Za:function(){0==t.G.length&&(t.ua(),t.Ea(t.G[0]));return t.G.pop()}};l.PThread=t;function ib(a){for(;0<a.length;)a.shift()(l)}l.establishStackSpace=function(){var a=Lc(),c=b()[a+52>>2];a=b()[a+56>>2];Nc(c,c-a);Oc(c)};function Ic(a){if(Ca)return Gc(2,0,a);Hc(a)}var Pc=[];function Qc(a){var c=Pc[a];c||(a>=Pc.length&&(Pc.length=a+1),Pc[a]=c=Wa.get(a));return c}l.invokeEntryPoint=function(a,c){a=Qc(a)(c);ab()?t.La(a):Rc(a)};function Sc(a,c,d,e){return Ca?Gc(3,1,a,c,d,e):Tc(a,c,d,e)}
58
+ function Tc(a,c,d,e){if("undefined"==typeof SharedArrayBuffer)return Na("Current environment does not support SharedArrayBuffer, pthreads are not available!"),6;var f=[];if(Ca&&0===f.length)return Sc(a,c,d,e);a={yb:d,A:a,Ta:e,Eb:f};return Ca?(a.Ib="spawnThread",postMessage(a,f),0):Gb(a)}
59
+ function Uc(a,c,d){if(Ca)return Gc(4,1,a,c,d);Dc=d;try{var e=Cc(a);switch(c){case 0:var f=Ec();return 0>f?-28:qc(e,f).fd;case 1:case 2:return 0;case 3:return e.flags;case 4:return f=Ec(),e.flags|=f,0;case 5:return f=Ec(),ca.buffer!=da.buffer&&ha(),Ua[f+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return b()[Vc()>>2]=28,-1;default:return-28}}catch(g){if("undefined"==typeof zc||"ErrnoError"!==g.name)throw g;return-g.s}}
60
+ function Wc(a,c,d){if(Ca)return Gc(5,1,a,c,d);Dc=d;try{var e=Cc(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=Ec();return b()[f>>2]=0;case 21520:return e.tty?-28:-59;case 21531:a=f=Ec();if(!e.m.lb)throw new q(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(g){if("undefined"==typeof zc||"ErrnoError"!==g.name)throw g;
61
+ return-g.s}}function Xc(a,c,d,e){if(Ca)return Gc(6,1,a,c,d,e);Dc=e;try{c=p(c);c=Bc(a,c);var f=e?Ec():0;return gb(c,d,f).fd}catch(g){if("undefined"==typeof zc||"ErrnoError"!==g.name)throw g;return-g.s}}function Yc(a){if(Ca)return Gc(7,1,a);try{return a=p(a),uc(a),0}catch(c){if("undefined"==typeof zc||"ErrnoError"!==c.name)throw c;return-c.s}}
62
+ function Zc(a,c,d){if(Ca)return Gc(8,1,a,c,d);try{c=p(c);c=Bc(a,c);if(0===d){a=c;var e=yb(a,{parent:!0}).node;if(!e)throw new q(44);var f=Kb(a),g=Zb(e,f),h=nc(e,f,!1);if(h)throw new q(h);if(!e.h.unlink)throw new q(63);if(g.M)throw new q(10);e.h.unlink(e,f);hc(g)}else 512===d?uc(c):Qa("Invalid flags passed to unlinkat");return 0}catch(n){if("undefined"==typeof zc||"ErrnoError"!==n.name)throw n;return-n.s}}function $c(a){if(!Sa)try{if(a(),!ab())try{Ca?Rc(Ta):Hc(Ta)}catch(c){Jc(c)}}catch(c){Jc(c)}}
63
+ function ad(a){"function"===typeof Atomics.Gb&&(Atomics.Gb(b(),a>>2,a).value.then(Mc),a+=128,Atomics.store(b(),a>>2,1))}l.__emscripten_thread_mailbox_await=ad;function Mc(){var a=Lc();a&&(ad(a),$c(()=>bd()))}l.checkMailbox=Mc;var cd=[];function dd(a){ed||(ed={});ed[a]||(ed[a]=1,Ba&&(a="warning: "+a),Na(a))}var ed,fd;fd=Ba?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.timeOrigin+performance.now();
64
+ function gd(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 hd(a,c){return 0<=a?a:32>=c?2*Math.abs(1<<c-1)+a:Math.pow(2,c)+a}function jd(a){for(var c=a;ia()[c];)++c;return c-a}
65
+ function kd(a,c){function d(la){var O=e;("double"===la||"i64"===la)&&O&7&&(O+=4);e=O;"double"===la?(la=sa()[e>>3],e+=8):"i64"==la?(la=[b()[e>>2],b()[e+4>>2]],e+=8):(la=b()[e>>2],e+=4);return la}for(var e=c,f=[],g,h;;){var n=a;g=ba()[a>>0];if(0===g)break;h=ba()[a+1>>0];if(37==g){var z=!1,r=c=!1,P=!1,aa=!1;a:for(;;){switch(h){case 43:z=!0;break;case 45:c=!0;break;case 35:r=!0;break;case 48:if(P)break a;else{P=!0;break}case 32:aa=!0;break;default:break a}a++;h=ba()[a+1>>0]}var Y=0;if(42==h)Y=d("i32"),
66
+ a++,h=ba()[a+1>>0];else for(;48<=h&&57>=h;)Y=10*Y+(h-48),a++,h=ba()[a+1>>0];var m=!1,M=-1;if(46==h){M=0;m=!0;a++;h=ba()[a+1>>0];if(42==h)M=d("i32"),a++;else for(;;){h=ba()[a+1>>0];if(48>h||57<h)break;M=10*M+(h-48);a++}h=ba()[a+1>>0]}0>M&&(M=6,m=!1);switch(String.fromCharCode(h)){case "h":h=ba()[a+2>>0];if(104==h){a++;var K=1}else K=2;break;case "l":h=ba()[a+2>>0];108==h?(a++,K=8):K=4;break;case "L":case "q":case "j":K=8;break;case "z":case "t":case "I":K=4;break;default:K=null}K&&a++;h=ba()[a+1>>
67
+ 0];switch(String.fromCharCode(h)){case "d":case "i":case "u":case "o":case "x":case "X":case "p":n=100==h||105==h;K=K||4;g=d("i"+8*K);8==K&&(g=117==h?(g[0]>>>0)+4294967296*(g[1]>>>0):(g[0]>>>0)+4294967296*g[1]);4>=K&&(g=(n?gd:hd)(g&Math.pow(256,K)-1,8*K));var ea=Math.abs(g);n="";if(100==h||105==h)var A=gd(g,8*K).toString(10);else if(117==h)A=hd(g,8*K).toString(10),g=Math.abs(g);else if(111==h)A=(r?"0":"")+ea.toString(8);else if(120==h||88==h){n=r&&0!=g?"0x":"";if(0>g){g=-g;A=(ea-1).toString(16);ea=
68
+ [];for(r=0;r<A.length;r++)ea.push((15-parseInt(A[r],16)).toString(16));for(A=ea.join("");A.length<2*K;)A="f"+A}else A=ea.toString(16);88==h&&(n=n.toUpperCase(),A=A.toUpperCase())}else 112==h&&(0===ea?A="(nil)":(n="0x",A=ea.toString(16)));if(m)for(;A.length<M;)A="0"+A;0<=g&&(z?n="+"+n:aa&&(n=" "+n));"-"==A.charAt(0)&&(n="-"+n,A=A.substr(1));for(;n.length+A.length<Y;)c?A+=" ":P?A="0"+A:n=" "+n;A=n+A;A.split("").forEach(function(la){f.push(la.charCodeAt(0))});break;case "f":case "F":case "e":case "E":case "g":case "G":g=
69
+ d("double");if(isNaN(g))A="nan",P=!1;else if(isFinite(g)){m=!1;K=Math.min(M,20);if(103==h||71==h)m=!0,M=M||1,K=parseInt(g.toExponential(K).split("e")[1],10),M>K&&-4<=K?(h=(103==h?"f":"F").charCodeAt(0),M-=K+1):(h=(103==h?"e":"E").charCodeAt(0),M--),K=Math.min(M,20);if(101==h||69==h)A=g.toExponential(K),/[eE][-+]\d$/.test(A)&&(A=A.slice(0,-1)+"0"+A.slice(-1));else if(102==h||70==h)A=g.toFixed(K),0===g&&(0>g||0===g&&-Infinity===1/g)&&(A="-"+A);n=A.split("e");if(m&&!r)for(;1<n[0].length&&n[0].includes(".")&&
70
+ ("0"==n[0].slice(-1)||"."==n[0].slice(-1));)n[0]=n[0].slice(0,-1);else for(r&&-1==A.indexOf(".")&&(n[0]+=".");M>K++;)n[0]+="0";A=n[0]+(1<n.length?"e"+n[1]:"");69==h&&(A=A.toUpperCase());0<=g&&(z?A="+"+A:aa&&(A=" "+A))}else A=(0>g?"-":"")+"inf",P=!1;for(;A.length<Y;)A=c?A+" ":!P||"-"!=A[0]&&"+"!=A[0]?(P?"0":" ")+A:A[0]+"0"+A.slice(1);97>h&&(A=A.toUpperCase());A.split("").forEach(function(la){f.push(la.charCodeAt(0))});break;case "s":P=(z=d("i8*"))?jd(z):6;m&&(P=Math.min(P,M));if(!c)for(;P<Y--;)f.push(32);
71
+ if(z)for(r=0;r<P;r++)f.push(ia()[z++>>0]);else f=f.concat(Pb("(null)".substr(0,P),!0));if(c)for(;P<Y--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--Y;)f.push(32);c||f.push(d("i8"));break;case "n":c=d("i32*");b()[c>>2]=f.length;break;case "%":f.push(g);break;default:for(r=n;r<a+2;r++)f.push(ba()[r>>0])}a+=2}else f.push(g),a+=1}return f}
72
+ function ld(a){if(!a||!a.callee||!a.callee.name)return[null,"",""];var c=a.callee.name,d="(",e=!0,f;for(f in a){var g=a[f];e||(d+=", ");e=!1;d="number"==typeof g||"string"==typeof g?d+g:d+("("+typeof g+")")}d+=")";a=(a=a.callee.caller)?a.arguments:[];e&&(d="");return[a,c,d]}
73
+ function md(a){a:{var c=Error();if(!c.stack){try{throw Error();}catch(M){c=M}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&&dd("EM_LOG_DEMANGLE is deprecated; ignoring");a&8&&"undefined"==typeof emscripten_source_map&&(dd('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.'),
74
+ a=a^8|16);var d=null;if(a&128)for(d=ld(arguments);d[1].includes("_emscripten_");)d=ld(d[0]);var e=c.split("\n");c="";var f=RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)"),g=RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?"),h=RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)"),n;for(n in e){var z=e[n],r;if((r=h.exec(z))&&5==r.length){z=r[1];var P=r[2];var aa=r[3];r=r[4]}else if((r=f.exec(z))||(r=g.exec(z)),r&&4<=r.length)z=r[1],P=r[2],aa=r[3],r=r[4]|0;else{c+=z+"\n";continue}var Y=!1;if(a&8){var m=emscripten_source_map.Sb({line:aa,
75
+ Va:r});if(Y=m&&m.source)a&64&&(m.source=m.source.substring(m.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+z+" ("+m.source+":"+m.line+":"+m.Va+")\n"}if(a&16||!Y)a&64&&(P=P.substring(P.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(Y?" = "+z:" at "+z)+" ("+P+":"+aa+":"+r+")\n";a&128&&d[0]&&(d[1]==z&&0<d[2].length&&(c=c.replace(/\s+$/,""),c+=" with values: "+d[1]+d[2]+"\n"),d=ld(d[0]))}return c=c.replace(/\s+$/,"")}function nd(a){var c=od();a=a();Oc(c);return a}
76
+ function Gc(a,c){var d=arguments.length-2,e=arguments;return nd(()=>{for(var f=pd(8*d),g=f>>3,h=0;h<d;h++){var n=e[2+h];sa()[g+h]=n}return qd(a,d,f,c)})}var rd=[],sd={};function td(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 ud;
77
+ function vd(a,c,d,e,f){function g(){var ka=0,Ja=0;O.response&&A&&0===k()[a+12>>2]&&(Ja=O.response.byteLength);0<Ja&&(ka=wd(Ja),ia().set(new Uint8Array(O.response),ka));k()[a+12>>2]=ka;xd(a+16,Ja);xd(a+24,0);(ka=O.response?O.response.byteLength:0)&&xd(a+32,ka);ma()[a+40>>1]=O.readyState;ma()[a+42>>1]=O.status;O.statusText&&yd(O.statusText,a+44,64)}var h=k()[a+8>>2];if(h){var n=p(h),z=a+112,r=p(z);r||(r="GET");k();var P=k()[z+52>>2],aa=k()[z+56>>2],Y=!!k()[z+60>>2];k();var m=k()[z+68>>2],M=k()[z+72>>
78
+ 2];h=k()[z+76>>2];var K=k()[z+80>>2],ea=k()[z+84>>2];z=k()[z+88>>2];var A=!!(P&1),la=!!(P&2);P=!!(P&64);m=m?p(m):void 0;M=M?p(M):void 0;var O=new XMLHttpRequest;O.withCredentials=Y;O.open(r,n,!P,m,M);P||(O.timeout=aa);O.Yb=n;O.responseType="arraybuffer";K&&(n=p(K),O.overrideMimeType(n));if(h)for(;;){r=k()[h>>2];if(!r)break;n=k()[h+4>>2];if(!n)break;h+=8;r=p(r);n=p(n);O.setRequestHeader(r,n)}var Pa=k()[a+0>>2];sd[Pa]=O;h=ea&&z?ia().slice(ea,ea+z):null;O.onload=ka=>{Pa in sd&&(g(),200<=O.status&&300>
79
+ O.status?c&&c(a,O,ka):d&&d(a,O,ka))};O.onerror=ka=>{Pa in sd&&(g(),d&&d(a,O,ka))};O.ontimeout=ka=>{Pa in sd&&d&&d(a,O,ka)};O.onprogress=ka=>{if(Pa in sd){var Ja=A&&la&&O.response?O.response.byteLength:0,fa=0;0<Ja&&A&&la&&(fa=wd(Ja),ia().set(new Uint8Array(O.response),fa));k()[a+12>>2]=fa;xd(a+16,Ja);xd(a+24,ka.loaded-Ja);xd(a+32,ka.total);ma()[a+40>>1]=O.readyState;3<=O.readyState&&0===O.status&&0<ka.loaded&&(O.status=200);ma()[a+42>>1]=O.status;O.statusText&&yd(O.statusText,a+44,64);e&&e(a,O,ka);
80
+ fa&&zd(fa)}};O.onreadystatechange=ka=>{Pa in sd?(ma()[a+40>>1]=O.readyState,2<=O.readyState&&(ma()[a+42>>1]=O.status),f&&f(a,O,ka)):--$a};try{O.send(h)}catch(ka){d&&d(a,O,ka)}}else d(a,0,"no url specified!")}function xd(a,c){k()[a>>2]=c;k()[a+4>>2]=(c-k()[a>>2])/4294967296}function yd(a,c,d){return Ob(a,ia(),c,d)}
81
+ function Ad(a,c,d,e){var f=ud;if(f){var g=a+112;(g=k()[g+64>>2])||(g=k()[a+8>>2]);var h=p(g);try{var n=f.transaction(["FILES"],"readwrite").objectStore("FILES").put(c,h);n.onsuccess=()=>{ma()[a+40>>1]=4;ma()[a+42>>1]=200;yd("OK",a+44,64);d(a,0,h)};n.onerror=z=>{ma()[a+40>>1]=4;ma()[a+42>>1]=413;yd("Payload Too Large",a+44,64);e(a,0,z)}}catch(z){e(a,0,z)}}else e(a,0,"IndexedDB not available!")}
82
+ function Bd(a,c,d){var e=ud;if(e){var f=a+112;(f=k()[f+64>>2])||(f=k()[a+8>>2]);f=p(f);try{var g=e.transaction(["FILES"],"readonly").objectStore("FILES").get(f);g.onsuccess=h=>{if(h.target.result){h=h.target.result;var n=h.byteLength||h.length,z=wd(n);ia().set(new Uint8Array(h),z);k()[a+12>>2]=z;xd(a+16,n);xd(a+24,0);xd(a+32,n);ma()[a+40>>1]=4;ma()[a+42>>1]=200;yd("OK",a+44,64);c(a,0,h)}else ma()[a+40>>1]=4,ma()[a+42>>1]=404,yd("Not Found",a+44,64),d(a,0,"no data")};g.onerror=h=>{ma()[a+40>>1]=4;
83
+ ma()[a+42>>1]=404;yd("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
84
+ function Cd(a,c,d){var e=ud;if(e){var f=a+112;(f=k()[f+64>>2])||(f=k()[a+8>>2]);f=p(f);try{var g=e.transaction(["FILES"],"readwrite").objectStore("FILES").delete(f);g.onsuccess=h=>{h=h.target.result;k()[a+12>>2]=0;xd(a+16,0);xd(a+24,0);xd(a+32,0);ma()[a+40>>1]=4;ma()[a+42>>1]=200;yd("OK",a+44,64);c(a,0,h)};g.onerror=h=>{ma()[a+40>>1]=4;ma()[a+42>>1]=404;yd("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
85
+ function Dd(a){var c=a.getExtension("ANGLE_instanced_arrays");c&&(a.vertexAttribDivisor=function(d,e){c.vertexAttribDivisorANGLE(d,e)},a.drawArraysInstanced=function(d,e,f,g){c.drawArraysInstancedANGLE(d,e,f,g)},a.drawElementsInstanced=function(d,e,f,g,h){c.drawElementsInstancedANGLE(d,e,f,g,h)})}
86
+ function Ed(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 Fd(a){var c=a.getExtension("WEBGL_draw_buffers");c&&(a.drawBuffers=function(d,e){c.drawBuffersWEBGL(d,e)})}var Gd=1,Hd=[],Id=[],Jd=[],Kd=[],Ld={},Md=[1,1,2,2,4,4,4,2,3,4,8];
87
+ function Nd(a){Od||(Od=a)}function Pd(a){for(var c=Gd++,d=a.length;d<c;d++)a[d]=null;return c}function Qd(a){return 32-Math.clz32(0===a?0:a-1)}
88
+ function Rd(a){Sd=!1;for(var c=0;c<Td.Ga;++c){var d=Td.V[c];if(d.ea&&d.enabled){Sd=!0;var e=d.pa;e=0<e?a*e:d.size*Md[d.type-5120]*a;var f=Qd(e);var g=Td.aa[f],h=Td.T[f];Td.T[f]=Td.T[f]+1&63;var n=g[h];n?f=n:(n=v.getParameter(34964),g[h]=v.createBuffer(),v.bindBuffer(34962,g[h]),v.bufferData(34962,1<<f,35048),v.bindBuffer(34962,n),f=g[h]);v.bindBuffer(34962,f);v.bufferSubData(34962,0,ia().subarray(d.g,d.g+e));d.Ra.call(v,c,d.size,d.type,d.Ka,d.pa,0)}}}
89
+ function Ud(a,c){a.Ca||(a.Ca=a.getContext,a.getContext=function(e,f){f=a.Ca(e,f);return"webgl"==e==f instanceof WebGLRenderingContext?f:null});var d=1<c.Fa?a.getContext("webgl2",c):a.getContext("webgl",c);return d?Vd(d,c):0}
90
+ function Vd(a,c){var d=wd(8);b()[d+4>>2]=Lc();var e={gb:d,attributes:c,version:c.Fa,L:a};a.canvas&&(a.canvas.Sa=e);Ld[d]=e;("undefined"==typeof c.za||c.za)&&Wd(e);e.Ga=e.L.getParameter(34921);e.V=[];for(a=0;a<e.Ga;a++)e.V[a]={enabled:!1,ea:!1,size:0,type:0,Ka:0,pa:0,g:0,Ra:null};a=Qd(2097152);e.T=[];e.Ma=[];e.T.length=e.Ma.length=a+1;e.aa=[];e.qa=[];e.aa.length=e.qa.length=a+1;e.P=[];e.P.length=a+1;for(c=0;c<=a;++c){e.P[c]=null;e.T[c]=e.Ma[c]=0;e.aa[c]=[];e.qa[c]=[];var f=e.aa[c],g=e.qa[c];f.length=
91
91
  g.length=64;for(var h=0;64>h;++h)f[h]=g[h]=null}return d}
92
- function Ud(a){a||(a=Rd);if(!a.ib){a.ib=!0;var c=a.L;Bd(c);Cd(c);Dd(c);c.Kb=c.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");c.Ob=c.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");2<=a.version&&(c.ya=c.getExtension("EXT_disjoint_timer_query_webgl2"));if(2>a.version||!c.ya)c.ya=c.getExtension("EXT_disjoint_timer_query");c.Qb=c.getExtension("WEBGL_multi_draw");(c.getSupportedExtensions()||[]).forEach(function(d){d.includes("lose_context")||d.includes("debug")||c.getExtension(d)})}}
93
- var Md,Rd,Qd,Vd=[],Wd={},Xd=["default","low-power","high-performance"],Yd=[0,"undefined"!=typeof document?document:0,"undefined"!=typeof window?window:0],Zd={};
94
- function $d(){if(!ae){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",_:wa||"./this.program"},c;for(c in Zd)void 0===Zd[c]?delete a[c]:a[c]=Zd[c];var d=[];for(c in a)d.push(c+"="+a[c]);ae=d}return ae}var ae;
95
- function be(a,c){if(q)return Ec(9,1,a,c);var d=0;$d().forEach(function(e,f){var g=c+d;f=m()[a+4*f>>2]=g;for(g=0;g<e.length;++g)ca()[f++>>0]=e.charCodeAt(g);ca()[f>>0]=0;d+=e.length+1});return 0}function ce(a,c){if(q)return Ec(10,1,a,c);var d=$d();m()[a>>2]=d.length;var e=0;d.forEach(function(f){e+=f.length+1});m()[c>>2]=e;return 0}function de(a){if(q)return Ec(11,1,a);try{var c=Ac(a);zb(c);return 0}catch(d){if("undefined"==typeof xc||"ErrnoError"!==d.name)throw d;return d.s}}
96
- function ee(a,c,d,e){if(q)return Ec(12,1,a,c,d,e);try{a:{var f=Ac(a);a=c;for(var g,h=c=0;h<d;h++){var l=m()[a>>2],v=m()[a+4>>2];a+=8;var p=wb(f,ca(),l,v,g);if(0>p){var G=-1;break a}c+=p;if(p<v)break;"undefined"!==typeof g&&(g+=p)}G=c}m()[e>>2]=G;return 0}catch(X){if("undefined"==typeof xc||"ErrnoError"!==X.name)throw X;return X.s}}
97
- function fe(a,c,d,e,f){if(q)return Ec(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 g=Ac(a);uc(g,c,e);ub=[g.position>>>0,(tb=g.position,1<=+Math.abs(tb)?0<tb?(Math.min(+Math.floor(tb/4294967296),4294967295)|0)>>>0:~~+Math.ceil((tb-+(~~tb>>>0))/4294967296)>>>0:0)];b()[f>>2]=ub[0];b()[f+4>>2]=ub[1];g.ja&&0===c&&0===e&&(g.ja=null);return 0}catch(h){if("undefined"==typeof xc||"ErrnoError"!==h.name)throw h;return h.s}}
98
- function ge(a,c,d,e){if(q)return Ec(14,1,a,c,d,e);try{a:{var f=Ac(a);a=c;for(var g,h=c=0;h<d;h++){var l=m()[a>>2],v=m()[a+4>>2];a+=8;var p=f,G=ca(),X=l,U=v,k=g;if(0>U||0>k)throw new t(28);if(null===p.fd)throw new t(8);if(0===(p.flags&2097155))throw new t(8);if(16384===(p.node.mode&61440))throw new t(31);if(!p.m.write)throw new t(28);p.seekable&&p.flags&1024&&uc(p,0,2);var B="undefined"!=typeof k;if(!B)k=p.position;else if(!p.seekable)throw new t(70);var y=p.m.write(p,G,X,U,k,void 0);B||(p.position+=
99
- y);var aa=y;if(0>aa){var u=-1;break a}c+=aa;"undefined"!==typeof g&&(g+=aa)}u=c}m()[e>>2]=u;return 0}catch(ka){if("undefined"==typeof xc||"ErrnoError"!==ka.name)throw ka;return ka.s}}function he(a,c,d,e){for(var f=0;f<a;f++){var g=z[d](),h=g&&Nd(e);g?(g.name=h,e[h]=g):Ld(1282);b()[c+4*f>>2]=h}}function ie(a,c,d,e,f,g,h,l){c=Gd[c];if(a=z[a](c,d))e=l&&wd(a.name,l,e),f&&(b()[f>>2]=e),g&&(b()[g>>2]=a.size),h&&(b()[h>>2]=a.type)}
100
- function je(a,c){if(c){var d=void 0;switch(a){case 36346:d=1;break;case 36344:Ld(1280);return;case 34814:case 36345:d=0;break;case 34466:var e=z.getParameter(34467);d=e?e.length:0;break;case 33309:if(2>Rd.version){Ld(1282);return}d=2*(z.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>Rd.version){Ld(1280);return}d=33307==a?3:0}if(void 0===d)switch(e=z.getParameter(a),typeof e){case "number":d=e;break;case "boolean":d=e?1:0;break;case "string":Ld(1280);return;case "object":if(null===
101
- 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:Ld(1280);return}else{if(e instanceof Float32Array||e instanceof Uint32Array||e instanceof Int32Array||e instanceof Array){for(a=0;a<e.length;++a)ca()[c+a>>0]=e[a]?1:0;return}try{d=e.name|0}catch(f){Ld(1280);La("GL_INVALID_ENUM in glGet4v: Unknown object returned from WebGL getParameter("+
102
- a+")! (error: "+f+")");return}}break;default:Ld(1280);La("GL_INVALID_ENUM in glGet4v: Native code calling glGet4v("+a+") and it returns "+e+" of type "+typeof e+"!");return}ca()[c>>0]=d?1:0}else Ld(1281)}function ke(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function le(a){var c=z.Wa;if(c){var d=c.U[a];"number"==typeof d&&(c.U[a]=d=z.getUniformLocation(c,c.Pa[a]+(0<d?"["+d+"]":"")));return d}Ld(1282)}var me=[];function ne(a){return 0===a%4&&(0!==a%100||0===a%400)}
103
- var oe=[31,29,31,30,31,30,31,31,30,31,30,31],pe=[31,28,31,30,31,30,31,31,30,31,30,31];function qe(a,c){ca().set(a,c)}
104
- function re(a,c,d,e){function f(k,B,y){for(k="number"==typeof k?k.toString():k||"";k.length<B;)k=y[0]+k;return k}function g(k,B){return f(k,B,"0")}function h(k,B){function y(u){return 0>u?-1:0<u?1:0}var aa;0===(aa=y(k.getFullYear()-B.getFullYear()))&&0===(aa=y(k.getMonth()-B.getMonth()))&&(aa=y(k.getDate()-B.getDate()));return aa}function l(k){switch(k.getDay()){case 0:return new Date(k.getFullYear()-1,11,29);case 1:return k;case 2:return new Date(k.getFullYear(),0,3);case 3:return new Date(k.getFullYear(),
105
- 0,2);case 4:return new Date(k.getFullYear(),0,1);case 5:return new Date(k.getFullYear()-1,11,31);case 6:return new Date(k.getFullYear()-1,11,30)}}function v(k){var B=k.J;for(k=new Date((new Date(k.K+1900,0,1)).getTime());0<B;){var y=k.getMonth(),aa=(ne(k.getFullYear())?oe:pe)[y];if(B>aa-k.getDate())B-=aa-k.getDate()+1,k.setDate(1),11>y?k.setMonth(y+1):(k.setMonth(0),k.setFullYear(k.getFullYear()+1));else{k.setDate(k.getDate()+B);break}}y=new Date(k.getFullYear()+1,0,4);B=l(new Date(k.getFullYear(),
106
- 0,4));y=l(y);return 0>=h(B,k)?0>=h(y,k)?k.getFullYear()+1:k.getFullYear():k.getFullYear()-1}var p=b()[e+40>>2];e={Cb:b()[e>>2],Bb:b()[e+4>>2],ba:b()[e+8>>2],ra:b()[e+12>>2],da:b()[e+16>>2],K:b()[e+20>>2],C:b()[e+24>>2],J:b()[e+28>>2],Xb:b()[e+32>>2],Ab:b()[e+36>>2],Db:p?r(p):""};d=r(d);p={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y",
107
- "%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 G in p)d=d.replace(new RegExp(G,"g"),p[G]);var X="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),U="January February March April May June July August September October November December".split(" ");p={"%a":function(k){return X[k.C].substring(0,3)},"%A":function(k){return X[k.C]},"%b":function(k){return U[k.da].substring(0,
108
- 3)},"%B":function(k){return U[k.da]},"%C":function(k){return g((k.K+1900)/100|0,2)},"%d":function(k){return g(k.ra,2)},"%e":function(k){return f(k.ra,2," ")},"%g":function(k){return v(k).toString().substring(2)},"%G":function(k){return v(k)},"%H":function(k){return g(k.ba,2)},"%I":function(k){k=k.ba;0==k?k=12:12<k&&(k-=12);return g(k,2)},"%j":function(k){for(var B=0,y=0;y<=k.da-1;B+=(ne(k.K+1900)?oe:pe)[y++]);return g(k.ra+B,3)},"%m":function(k){return g(k.da+1,2)},"%M":function(k){return g(k.Bb,
109
- 2)},"%n":function(){return"\n"},"%p":function(k){return 0<=k.ba&&12>k.ba?"AM":"PM"},"%S":function(k){return g(k.Cb,2)},"%t":function(){return"\t"},"%u":function(k){return k.C||7},"%U":function(k){return g(Math.floor((k.J+7-k.C)/7),2)},"%V":function(k){var B=Math.floor((k.J+7-(k.C+6)%7)/7);2>=(k.C+371-k.J-2)%7&&B++;if(B)53==B&&(y=(k.C+371-k.J)%7,4==y||3==y&&ne(k.K)||(B=1));else{B=52;var y=(k.C+7-k.J-1)%7;(4==y||5==y&&ne(k.K%400-1))&&B++}return g(B,2)},"%w":function(k){return k.C},"%W":function(k){return g(Math.floor((k.J+
110
- 7-(k.C+6)%7)/7),2)},"%y":function(k){return(k.K+1900).toString().substring(2)},"%Y":function(k){return k.K+1900},"%z":function(k){k=k.Ab;var B=0<=k;k=Math.abs(k)/60;return(B?"+":"-")+String("0000"+(k/60*100+k%60)).slice(-4)},"%Z":function(k){return k.Db},"%%":function(){return"%"}};d=d.replace(/%%/g,"\x00\x00");for(G in p)d.includes(G)&&(d=d.replace(new RegExp(G,"g"),p[G](e)));d=d.replace(/\0\0/g,"%");G=Nb(d,!1);if(G.length>c)return 0;qe(G,a);return G.length-1}w.hb();
111
- function hc(a,c,d,e){a||(a=this);this.parent=a;this.D=a.D;this.M=null;this.id=ac++;this.name=c;this.mode=d;this.h={};this.m={};this.rdev=e}Object.defineProperties(hc.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}}});bb();bc=Array(4096);pc(x,"/");qc("/tmp",16895,0);qc("/home",16895,0);qc("/home/web_user",16895,0);
112
- (()=>{qc("/dev",16895,0);Qb(259,{read:()=>0,write:(e,f,g,h)=>h});rc("/dev/null",259);Pb(1280,Sb);Pb(1536,Tb);rc("/dev/tty",1280);rc("/dev/tty1",1536);var a=new Uint8Array(1024),c=0,d=()=>{0===c&&(c=Kb(a).byteLength);return a[--c]};cb("random",d);cb("urandom",d);qc("/dev/shm",16895,0);qc("/dev/shm/tmp",16895,0)})();
113
- (()=>{qc("/proc",16895,0);var a=qc("/proc/self",16895,0);qc("/proc/self/fd",16895,0);pc({D:()=>{var c=Vb(a,"fd",16895,73);c.h={lookup:(d,e)=>{var f=$b[+e];if(!f)throw new t(8);d={parent:null,D:{Ia:"fake"},h:{readlink:()=>f.path}};return d.parent=d}};return c}},"/proc/self/fd")})();q||(lb(),rd(a=>{sd=a;mb()},()=>{sd=!1;mb()}));for(var z,se=new Float32Array(288),te=0;288>te;++te)me[te]=se.subarray(0,te+1);
114
- var ue=[null,Dc,Gc,Qc,Sc,Uc,Vc,Wc,Xc,be,ce,de,ee,fe,ge],Ae={__assert_fail:function(a,c,d,e){Na("Assertion failed: "+r(a)+", at: "+[c?r(c):"unknown filename",d,e?r(e):"unknown function"])},__emscripten_init_main_thread_js:function(a){ve(a,!za,1,!ya);w.Na()},__emscripten_thread_cleanup:function(a){q?postMessage({cmd:"cleanupThread",thread:a}):Db(a)},__pthread_create_js:Rc,__syscall_fcntl64:Sc,__syscall_ioctl:Uc,__syscall_openat:Vc,__syscall_rmdir:Wc,__syscall_unlinkat:Xc,_emscripten_default_pthread_stack_size:function(){return 4194304},
115
- _emscripten_fetch_free:function(a){var c=qd[a];c&&(delete qd[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(()=>Kc()):q?postMessage({targetThread:a,cmd:"checkMailbox"}):(a=w.F[a])&&a.postMessage({cmd:"checkMailbox"})},_emscripten_set_offscreencanvas_size:function(){return-1},_emscripten_thread_mailbox_await:Zc,_emscripten_throw_longjmp:function(){throw Infinity;},abort:function(){Na("")},
116
- emscripten_asm_const_int:function(a,c,d){ad.length=0;var e;for(d>>=2;e=ha()[c++];)d+=105!=e&d,ad.push(105==e?b()[d]:ra()[d++>>1]),++d;return Ab[a].apply(null,ad)},emscripten_check_blocking_allowed:function(){},emscripten_date_now:function(){return Date.now()},emscripten_exit_with_live_runtime:function(){Ya+=1;throw"unwind";},emscripten_get_now:dd,emscripten_log:function(a,c,d){c=hd(c,d);c=yb(c,0);a&24&&(c=c.replace(/\s+$/,""),c+=(0<c.length?"\n":"")+kd(a));a&1?a&4?console.error(c):a&2?console.warn(c):
117
- a&512?console.info(c):a&256?console.debug(c):console.log(c):a&6?La(c):Ka(c)},emscripten_memcpy_big:function(a,c,d){ha().copyWithin(a,c,c+d)},emscripten_receive_on_main_thread_js:function(a,c,d){pd.length=c;d>>=3;for(var e=0;e<c;e++)pd[e]=ra()[d+e];return(0>a?Ab[-a-1]:ue[a]).apply(null,pd)},emscripten_resize_heap:function(a){var c=ha().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,g=f.min;e=Math.max(a,e);e+=(65536-e%65536)%
118
- 65536;a:{var h=da.buffer;try{da.grow(g.call(f,2147483648,e)-h.byteLength+65535>>>16);fa();var l=1;break a}catch(v){}l=void 0}if(l)return!0}return!1},emscripten_run_script:function(a){eval(r(a))},emscripten_set_interval:function(a,c,d){Ya+=1;return setInterval(function(){Yc(function(){Oc(a)(d)})},c)},emscripten_start_fetch:function(a,c,d,e,f){function g(ba){aa?ba():Yc(ba)}Ya+=1;var h=a+112,l=r(h),v=m()[h+36>>2],p=m()[h+40>>2],G=m()[h+44>>2],X=m()[h+48>>2],U=m()[h+52>>2],k=!!(U&4),B=!!(U&32),y=!!(U&
119
- 16),aa=!!(U&64),u=ba=>{--Ya;g(()=>{v?Oc(v)(ba):c&&c(ba)})},ka=ba=>{g(()=>{G?Oc(G)(ba):e&&e(ba)})},C=ba=>{--Ya;g(()=>{p?Oc(p)(ba):d&&d(ba)})},Oa=ba=>{g(()=>{X?Oc(X)(ba):f&&f(ba)})};U=ba=>{td(ba,u,C,ka,Oa)};var ia=(ba,Rq)=>{yd(ba,Rq.response,xb=>{--Ya;g(()=>{v?Oc(v)(xb):c&&c(xb)})},xb=>{--Ya;g(()=>{v?Oc(v)(xb):c&&c(xb)})})},Ja=ba=>{td(ba,ia,C,ka,Oa)};if("EM_IDB_STORE"===l)l=m()[h+84>>2],yd(a,ha().slice(l,l+m()[h+88>>2]),u,C);else if("EM_IDB_DELETE"===l)Ad(a,u,C);else if(y){if(B)return 0;td(a,k?ia:u,
120
- C,ka,Oa)}else zd(a,u,B?C:k?Ja:U);return a},emscripten_unwind_to_js_event_loop:function(){throw"unwind";},emscripten_webgl_create_context:function(a,c){c>>=2;var d=b()[c+6];c={alpha:!!b()[c+0],depth:!!b()[c+1],stencil:!!b()[c+2],antialias:!!b()[c+3],premultipliedAlpha:!!b()[c+4],preserveDrawingBuffer:!!b()[c+5],powerPreference:Xd[d],failIfMajorPerformanceCaveat:!!b()[c+7],Fa:b()[c+8],Pb:b()[c+9],za:b()[c+10],Ya:b()[c+11],Tb:b()[c+12],Ub:b()[c+13]};a=2<a?r(a):a;a=Yd[a]||("undefined"!=typeof document?
121
- document.querySelector(a):void 0);return!a||c.Ya?0:Sd(a,c)},emscripten_webgl_destroy_context:function(a){Rd==a&&(Rd=0);Rd===Jd[a]&&(Rd=null);if("object"==typeof Wd)for(var c=Jd[a].L.canvas,d=0;d<Vd.length;++d)if(Vd[d].target==c){var e=d--,f=Vd[e];f.target.removeEventListener(f.Mb,f.Lb,f.Zb);Vd.splice(e,1)}Jd[a]&&Jd[a].L.canvas&&(Jd[a].L.canvas.Sa=void 0);xd(Jd[a].gb);Jd[a]=null},emscripten_webgl_make_context_current:function(a){Rd=Jd[a];n.Jb=z=Rd&&Rd.L;return!a||z?0:-5},environ_get:be,environ_sizes_get:ce,
122
- exit:Fc,fd_close:de,fd_read:ee,fd_seek:fe,fd_write:ge,getentropy:function(a,c){Kb(ha().subarray(a,a+c));return 0},glAttachShader:function(a,c){z.attachShader(Gd[a],Hd[c])},glBindAttribLocation:function(a,c,d){z.bindAttribLocation(Gd[a],c,r(d))},glBindBuffer:function(a,c){34962==a?z.R=c:34963==a&&(z.S=c);35051==a?z.wa=c:35052==a&&(z.xa=c);z.bindBuffer(a,Fd[c])},glBindVertexArray:function(a){z.bindVertexArray(Id[a]);a=z.getParameter(34965);z.S=a?a.name|0:0},glBufferData:function(a,c,d,e){2<=Rd.version?
123
- d&&c?z.bufferData(a,ha(),e,d,c):z.bufferData(a,c,e):z.bufferData(a,d?ha().subarray(d,d+c):c,e)},glClear:function(a){z.clear(a)},glClearColor:function(a,c,d,e){z.clearColor(a,c,d,e)},glClearStencil:function(a){z.clearStencil(a)},glColorMask:function(a,c,d,e){z.colorMask(!!a,!!c,!!d,!!e)},glCompileShader:function(a){z.compileShader(Hd[a])},glCreateProgram:function(){var a=Nd(Gd),c=z.createProgram();c.name=a;c.Y=c.W=c.X=0;c.sa=1;Gd[a]=c;return a},glCreateShader:function(a){var c=Nd(Hd);Hd[c]=z.createShader(a);
124
- return c},glDeleteBuffers:function(a,c){for(var d=0;d<a;d++){var e=b()[c+4*d>>2],f=Fd[e];f&&(z.deleteBuffer(f),f.name=0,Fd[e]=null,e==z.R&&(z.R=0),e==z.S&&(z.S=0),e==z.wa&&(z.wa=0),e==z.xa&&(z.xa=0))}},glDeleteProgram:function(a){if(a){var c=Gd[a];c?(z.deleteProgram(c),c.name=0,Gd[a]=null):Ld(1281)}},glDeleteShader:function(a){if(a){var c=Hd[a];c?(z.deleteShader(c),Hd[a]=null):Ld(1281)}},glDeleteVertexArrays:function(a,c){for(var d=0;d<a;d++){var e=b()[c+4*d>>2];z.deleteVertexArray(Id[e]);Id[e]=null}},
125
- glDepthMask:function(a){z.depthMask(!!a)},glDisable:function(a){z.disable(a)},glDrawArrays:function(a,c,d){Pd(c+d);z.drawArrays(a,c,d);Qd&&z.bindBuffer(34962,Fd[z.R])},glDrawElements:function(a,c,d,e){if(!z.S){var f=1*Kd[d-5120]*c;var g=Od(f);var h=Rd.P[g];h?g=h:(h=z.getParameter(34965),Rd.P[g]=z.createBuffer(),z.bindBuffer(34963,Rd.P[g]),z.bufferData(34963,1<<g,35048),z.bindBuffer(34963,h),g=Rd.P[g]);z.bindBuffer(34963,g);z.bufferSubData(34963,0,ha().subarray(e,e+f));e=0}Pd(c);z.drawElements(a,c,
126
- d,e);Qd&&z.bindBuffer(34962,Fd[z.R]);z.S||z.bindBuffer(34963,null)},glDrawElementsInstanced:function(a,c,d,e,f){z.drawElementsInstanced(a,c,d,e,f)},glEnable:function(a){z.enable(a)},glEnableVertexAttribArray:function(a){Rd.V[a].enabled=!0;z.enableVertexAttribArray(a)},glGenBuffers:function(a,c){he(a,c,"createBuffer",Fd)},glGenVertexArrays:function(a,c){he(a,c,"createVertexArray",Id)},glGetActiveAttrib:function(a,c,d,e,f,g,h){ie("getActiveAttrib",a,c,d,e,f,g,h)},glGetActiveUniform:function(a,c,d,e,
127
- f,g,h){ie("getActiveUniform",a,c,d,e,f,g,h)},glGetAttribLocation:function(a,c){return z.getAttribLocation(Gd[a],r(c))},glGetBooleanv:function(a,c){je(a,c)},glGetError:function(){var a=z.getError()||Md;Md=0;return a},glGetProgramInfoLog:function(a,c,d,e){a=z.getProgramInfoLog(Gd[a]);null===a&&(a="(unknown error)");c=0<c&&e?wd(a,e,c):0;d&&(b()[d>>2]=c)},glGetProgramiv:function(a,c,d){if(d)if(a>=Ed)Ld(1281);else if(a=Gd[a],35716==c)a=z.getProgramInfoLog(a),null===a&&(a="(unknown error)"),b()[d>>2]=a.length+
128
- 1;else if(35719==c){if(!a.Y)for(c=0;c<z.getProgramParameter(a,35718);++c)a.Y=Math.max(a.Y,z.getActiveUniform(a,c).name.length+1);b()[d>>2]=a.Y}else if(35722==c){if(!a.W)for(c=0;c<z.getProgramParameter(a,35721);++c)a.W=Math.max(a.W,z.getActiveAttrib(a,c).name.length+1);b()[d>>2]=a.W}else if(35381==c){if(!a.X)for(c=0;c<z.getProgramParameter(a,35382);++c)a.X=Math.max(a.X,z.getActiveUniformBlockName(a,c).length+1);b()[d>>2]=a.X}else b()[d>>2]=z.getProgramParameter(a,c);else Ld(1281)},glGetShaderiv:function(a,
129
- c,d){d?35716==c?(a=z.getShaderInfoLog(Hd[a]),null===a&&(a="(unknown error)"),a=a?a.length+1:0,b()[d>>2]=a):35720==c?(a=(a=z.getShaderSource(Hd[a]))?a.length+1:0,b()[d>>2]=a):b()[d>>2]=z.getShaderParameter(Hd[a],c):Ld(1281)},glGetUniformLocation:function(a,c){c=r(c);if(a=Gd[a]){var d=a,e=d.U,f=d.Qa,g;if(!e)for(d.U=e={},d.Pa={},g=0;g<z.getProgramParameter(d,35718);++g){var h=z.getActiveUniform(d,g);var l=h.name;h=h.size;var v=ke(l);v=0<v?l.slice(0,v):l;var p=d.sa;d.sa+=h;f[v]=[h,p];for(l=0;l<h;++l)e[p]=
130
- l,d.Pa[p++]=v}d=a.U;e=0;f=c;g=ke(c);0<g&&(e=parseInt(c.slice(g+1))>>>0,f=c.slice(0,g));if((f=a.Qa[f])&&e<f[0]&&(e+=f[1],d[e]=d[e]||z.getUniformLocation(a,c)))return e}else Ld(1281);return-1},glLineWidth:function(a){z.lineWidth(a)},glLinkProgram:function(a){a=Gd[a];z.linkProgram(a);a.U=0;a.Qa={}},glShaderSource:function(a,c,d,e){for(var f="",g=0;g<c;++g){var h=e?b()[e+4*g>>2]:-1;f+=r(b()[d+4*g>>2],0>h?void 0:h)}z.shaderSource(Hd[a],f)},glStencilFunc:function(a,c,d){z.stencilFunc(a,c,d)},glStencilMask:function(a){z.stencilMask(a)},
131
- glStencilOp:function(a,c,d){z.stencilOp(a,c,d)},glUniform1i:function(a,c){z.uniform1i(le(a),c)},glUniform4f:function(a,c,d,e,f){z.uniform4f(le(a),c,d,e,f)},glUniform4fv:function(a,c,d){if(2<=Rd.version)c&&z.uniform4fv(le(a),pa(),d>>2,4*c);else{if(72>=c){var e=me[4*c-1],f=pa();d>>=2;for(var g=0;g<4*c;g+=4){var h=d+g;e[g]=f[h];e[g+1]=f[h+1];e[g+2]=f[h+2];e[g+3]=f[h+3]}}else e=pa().subarray(d>>2,d+16*c>>2);z.uniform4fv(le(a),e)}},glUniformMatrix4fv:function(a,c,d,e){if(2<=Rd.version)c&&z.uniformMatrix4fv(le(a),
132
- !!d,pa(),e>>2,16*c);else{if(18>=c){var f=me[16*c-1],g=pa();e>>=2;for(var h=0;h<16*c;h+=16){var l=e+h;f[h]=g[l];f[h+1]=g[l+1];f[h+2]=g[l+2];f[h+3]=g[l+3];f[h+4]=g[l+4];f[h+5]=g[l+5];f[h+6]=g[l+6];f[h+7]=g[l+7];f[h+8]=g[l+8];f[h+9]=g[l+9];f[h+10]=g[l+10];f[h+11]=g[l+11];f[h+12]=g[l+12];f[h+13]=g[l+13];f[h+14]=g[l+14];f[h+15]=g[l+15]}}else f=pa().subarray(e>>2,e+64*c>>2);z.uniformMatrix4fv(le(a),!!d,f)}},glUseProgram:function(a){a=Gd[a];z.useProgram(a);z.Wa=a},glVertexAttribDivisor:function(a,c){z.vertexAttribDivisor(a,
133
- c)},glVertexAttribPointer:function(a,c,d,e,f,g){var h=Rd.V[a];z.R?(h.ea=!1,z.vertexAttribPointer(a,c,d,!!e,f,g)):(h.size=c,h.type=d,h.Ka=e,h.pa=f,h.g=g,h.ea=!0,h.Ra=function(l,v,p,G,X,U){this.vertexAttribPointer(l,v,p,G,X,U)})},invoke_ii:we,invoke_iiii:xe,invoke_vi:ye,invoke_vii:ze,memory:da||n.wasmMemory,strftime_l:function(a,c,d,e){return re(a,c,d,e)}};
134
- (function(){function a(d,e){d=d.exports;n.asm=d;w.Oa.push(n.asm._emscripten_tls_init);Ua=n.asm.__indirect_function_table;Wa.unshift(n.asm.__wasm_call_ctors);Pa=e;w.mb(()=>mb());return d}var c={env:Ae,wasi_snapshot_preview1:Ae};lb();if(n.instantiateWasm)try{return n.instantiateWasm(c,a)}catch(d){La("Module.instantiateWasm callback failed with error: "+d),ua(d)}sb(c,function(d){a(d.instance,d.module)}).catch(ua);return{}})();
135
- var Be=n._emscripten_bind_MdRxObject_getObjectName_0=function(){return(Be=n._emscripten_bind_MdRxObject_getObjectName_0=n.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},Ce=n._emscripten_bind_MdRxObject_getDxf0_0=function(){return(Ce=n._emscripten_bind_MdRxObject_getDxf0_0=n.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},De=n._emscripten_bind_MdRxObject_getJson_0=function(){return(De=n._emscripten_bind_MdRxObject_getJson_0=n.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,
136
- arguments)},Ee=n._emscripten_bind_MdRxObject_setJson_1=function(){return(Ee=n._emscripten_bind_MdRxObject_setJson_1=n.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},Fe=n._emscripten_bind_MdDbObject_getObjectID_0=function(){return(Fe=n._emscripten_bind_MdDbObject_getObjectID_0=n.asm.emscripten_bind_MdDbObject_getObjectID_0).apply(null,arguments)},Ge=n._emscripten_bind_MdDbObject_Erase_0=function(){return(Ge=n._emscripten_bind_MdDbObject_Erase_0=n.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,
137
- arguments)},He=n._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(He=n._emscripten_bind_MdDbObject_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},Ie=n._emscripten_bind_MdDbObject_Clone_0=function(){return(Ie=n._emscripten_bind_MdDbObject_Clone_0=n.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},Je=n._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(Je=n._emscripten_bind_MdDbObject_moveGripPointsAt_4=
138
- n.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,arguments)},Ke=n._emscripten_bind_MdDbObject_getObjectName_0=function(){return(Ke=n._emscripten_bind_MdDbObject_getObjectName_0=n.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},Le=n._emscripten_bind_MdDbObject_getDxf0_0=function(){return(Le=n._emscripten_bind_MdDbObject_getDxf0_0=n.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,arguments)},Me=n._emscripten_bind_MdDbObject_getJson_0=function(){return(Me=n._emscripten_bind_MdDbObject_getJson_0=
139
- n.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,arguments)},Ne=n._emscripten_bind_MdDbObject_setJson_1=function(){return(Ne=n._emscripten_bind_MdDbObject_setJson_1=n.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Oe=n._emscripten_bind_MdDbEntity_explode_0=function(){return(Oe=n._emscripten_bind_MdDbEntity_explode_0=n.asm.emscripten_bind_MdDbEntity_explode_0).apply(null,arguments)},Pe=n._emscripten_bind_MdDbEntity_getObjectID_0=function(){return(Pe=n._emscripten_bind_MdDbEntity_getObjectID_0=
140
- n.asm.emscripten_bind_MdDbEntity_getObjectID_0).apply(null,arguments)},Qe=n._emscripten_bind_MdDbEntity_Erase_0=function(){return(Qe=n._emscripten_bind_MdDbEntity_Erase_0=n.asm.emscripten_bind_MdDbEntity_Erase_0).apply(null,arguments)},Re=n._emscripten_bind_MdDbEntity_ConnectionTempObject_1=function(){return(Re=n._emscripten_bind_MdDbEntity_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbEntity_ConnectionTempObject_1).apply(null,arguments)},Se=n._emscripten_bind_MdDbEntity_Clone_0=function(){return(Se=
141
- n._emscripten_bind_MdDbEntity_Clone_0=n.asm.emscripten_bind_MdDbEntity_Clone_0).apply(null,arguments)},Te=n._emscripten_bind_MdDbEntity_moveGripPointsAt_4=function(){return(Te=n._emscripten_bind_MdDbEntity_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbEntity_moveGripPointsAt_4).apply(null,arguments)},Ue=n._emscripten_bind_MdDbEntity_getObjectName_0=function(){return(Ue=n._emscripten_bind_MdDbEntity_getObjectName_0=n.asm.emscripten_bind_MdDbEntity_getObjectName_0).apply(null,arguments)},Ve=n._emscripten_bind_MdDbEntity_getDxf0_0=
142
- function(){return(Ve=n._emscripten_bind_MdDbEntity_getDxf0_0=n.asm.emscripten_bind_MdDbEntity_getDxf0_0).apply(null,arguments)},We=n._emscripten_bind_MdDbEntity_getJson_0=function(){return(We=n._emscripten_bind_MdDbEntity_getJson_0=n.asm.emscripten_bind_MdDbEntity_getJson_0).apply(null,arguments)},Xe=n._emscripten_bind_MdDbEntity_setJson_1=function(){return(Xe=n._emscripten_bind_MdDbEntity_setJson_1=n.asm.emscripten_bind_MdDbEntity_setJson_1).apply(null,arguments)},Ye=n._emscripten_bind_MdDbCurve_getStartParam_0=
143
- function(){return(Ye=n._emscripten_bind_MdDbCurve_getStartParam_0=n.asm.emscripten_bind_MdDbCurve_getStartParam_0).apply(null,arguments)},Ze=n._emscripten_bind_MdDbCurve_getEndParam_0=function(){return(Ze=n._emscripten_bind_MdDbCurve_getEndParam_0=n.asm.emscripten_bind_MdDbCurve_getEndParam_0).apply(null,arguments)},$e=n._emscripten_bind_MdDbCurve_getDistAtParam_1=function(){return($e=n._emscripten_bind_MdDbCurve_getDistAtParam_1=n.asm.emscripten_bind_MdDbCurve_getDistAtParam_1).apply(null,arguments)},
144
- af=n._emscripten_bind_MdDbCurve_getParamAtDist_1=function(){return(af=n._emscripten_bind_MdDbCurve_getParamAtDist_1=n.asm.emscripten_bind_MdDbCurve_getParamAtDist_1).apply(null,arguments)},bf=n._emscripten_bind_MdDbCurve_getDistAtPoint_1=function(){return(bf=n._emscripten_bind_MdDbCurve_getDistAtPoint_1=n.asm.emscripten_bind_MdDbCurve_getDistAtPoint_1).apply(null,arguments)},cf=n._emscripten_bind_MdDbCurve_getPointAtDist_1=function(){return(cf=n._emscripten_bind_MdDbCurve_getPointAtDist_1=n.asm.emscripten_bind_MdDbCurve_getPointAtDist_1).apply(null,
145
- arguments)},df=n._emscripten_bind_MdDbCurve_explode_0=function(){return(df=n._emscripten_bind_MdDbCurve_explode_0=n.asm.emscripten_bind_MdDbCurve_explode_0).apply(null,arguments)},ef=n._emscripten_bind_MdDbCurve_getObjectID_0=function(){return(ef=n._emscripten_bind_MdDbCurve_getObjectID_0=n.asm.emscripten_bind_MdDbCurve_getObjectID_0).apply(null,arguments)},ff=n._emscripten_bind_MdDbCurve_Erase_0=function(){return(ff=n._emscripten_bind_MdDbCurve_Erase_0=n.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,
146
- arguments)},gf=n._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(gf=n._emscripten_bind_MdDbCurve_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},hf=n._emscripten_bind_MdDbCurve_Clone_0=function(){return(hf=n._emscripten_bind_MdDbCurve_Clone_0=n.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,arguments)},jf=n._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(jf=n._emscripten_bind_MdDbCurve_moveGripPointsAt_4=
147
- n.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},kf=n._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(kf=n._emscripten_bind_MdDbCurve_getObjectName_0=n.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},lf=n._emscripten_bind_MdDbCurve_getDxf0_0=function(){return(lf=n._emscripten_bind_MdDbCurve_getDxf0_0=n.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,arguments)},mf=n._emscripten_bind_MdDbCurve_getJson_0=function(){return(mf=n._emscripten_bind_MdDbCurve_getJson_0=
148
- n.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},nf=n._emscripten_bind_MdDbCurve_setJson_1=function(){return(nf=n._emscripten_bind_MdDbCurve_setJson_1=n.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},of=n._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(of=n._emscripten_bind_MdDbDimension_MdDbDimension_0=n.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,arguments)},pf=n._emscripten_bind_MdDbDimension_textPosition_0=function(){return(pf=
149
- n._emscripten_bind_MdDbDimension_textPosition_0=n.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},qf=n._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(qf=n._emscripten_bind_MdDbDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},rf=n._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(rf=n._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=n.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,
150
- arguments)},sf=n._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(sf=n._emscripten_bind_MdDbDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,arguments)},tf=n._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(tf=n._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,arguments)},uf=n._emscripten_bind_MdDbDimension_elevation_0=function(){return(uf=
151
- n._emscripten_bind_MdDbDimension_elevation_0=n.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},vf=n._emscripten_bind_MdDbDimension_setElevation_1=function(){return(vf=n._emscripten_bind_MdDbDimension_setElevation_1=n.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},wf=n._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(wf=n._emscripten_bind_MdDbDimension_dimensionText_0=n.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},
152
- xf=n._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(xf=n._emscripten_bind_MdDbDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},yf=n._emscripten_bind_MdDbDimension_textRotation_0=function(){return(yf=n._emscripten_bind_MdDbDimension_textRotation_0=n.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},zf=n._emscripten_bind_MdDbDimension_setTextRotation_1=function(){return(zf=n._emscripten_bind_MdDbDimension_setTextRotation_1=
153
- n.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},Af=n._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(Af=n._emscripten_bind_MdDbDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,arguments)},Bf=n._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(Bf=n._emscripten_bind_MdDbDimension_setDimensionStyle_1=n.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,arguments)},Cf=n._emscripten_bind_MdDbDimension_textAttachment_0=
154
- function(){return(Cf=n._emscripten_bind_MdDbDimension_textAttachment_0=n.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},Df=n._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(Df=n._emscripten_bind_MdDbDimension_setTextAttachment_1=n.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Ef=n._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Ef=n._emscripten_bind_MdDbDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,
155
- arguments)},Ff=n._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Ff=n._emscripten_bind_MdDbDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,arguments)},Gf=n._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return(Gf=n._emscripten_bind_MdDbDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,arguments)},Hf=n._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(Hf=
156
- n._emscripten_bind_MdDbDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},If=n._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(If=n._emscripten_bind_MdDbDimension_SetDimVarInt_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},Jf=n._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(Jf=n._emscripten_bind_MdDbDimension_GetDimVarDouble_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,
157
- arguments)},Kf=n._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(Kf=n._emscripten_bind_MdDbDimension_SetDimVarDouble_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},Lf=n._emscripten_bind_MdDbDimension_GetDimVarString_1=function(){return(Lf=n._emscripten_bind_MdDbDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},Mf=n._emscripten_bind_MdDbDimension_SetDimVarString_2=function(){return(Mf=n._emscripten_bind_MdDbDimension_SetDimVarString_2=
158
- n.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},Nf=n._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(Nf=n._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,arguments)},Of=n._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return(Of=n._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,arguments)},Pf=
159
- n._emscripten_bind_MdDbDimension_explode_0=function(){return(Pf=n._emscripten_bind_MdDbDimension_explode_0=n.asm.emscripten_bind_MdDbDimension_explode_0).apply(null,arguments)},Qf=n._emscripten_bind_MdDbDimension_getObjectID_0=function(){return(Qf=n._emscripten_bind_MdDbDimension_getObjectID_0=n.asm.emscripten_bind_MdDbDimension_getObjectID_0).apply(null,arguments)},Rf=n._emscripten_bind_MdDbDimension_Erase_0=function(){return(Rf=n._emscripten_bind_MdDbDimension_Erase_0=n.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,
160
- arguments)},Sf=n._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(Sf=n._emscripten_bind_MdDbDimension_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,arguments)},Tf=n._emscripten_bind_MdDbDimension_Clone_0=function(){return(Tf=n._emscripten_bind_MdDbDimension_Clone_0=n.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},Uf=n._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(Uf=n._emscripten_bind_MdDbDimension_moveGripPointsAt_4=
161
- n.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,arguments)},Vf=n._emscripten_bind_MdDbDimension_getObjectName_0=function(){return(Vf=n._emscripten_bind_MdDbDimension_getObjectName_0=n.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},Wf=n._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(Wf=n._emscripten_bind_MdDbDimension_getDxf0_0=n.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},Xf=n._emscripten_bind_MdDbDimension_getJson_0=
162
- function(){return(Xf=n._emscripten_bind_MdDbDimension_getJson_0=n.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,arguments)},Yf=n._emscripten_bind_MdDbDimension_setJson_1=function(){return(Yf=n._emscripten_bind_MdDbDimension_setJson_1=n.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,arguments)},Zf=n._emscripten_bind_MdDbDimension___destroy___0=function(){return(Zf=n._emscripten_bind_MdDbDimension___destroy___0=n.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,arguments)},
163
- $f=n._emscripten_bind_VoidPtr___destroy___0=function(){return($f=n._emscripten_bind_VoidPtr___destroy___0=n.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,arguments)},ag=n._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(ag=n._emscripten_bind_MdCmColor_MdCmColor_0=n.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},bg=n._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(bg=n._emscripten_bind_MdCmColor_setColorIndex_1=n.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,
164
- arguments)},cg=n._emscripten_bind_MdCmColor_setRGB_3=function(){return(cg=n._emscripten_bind_MdCmColor_setRGB_3=n.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,arguments)},dg=n._emscripten_bind_MdCmColor_get_red_0=function(){return(dg=n._emscripten_bind_MdCmColor_get_red_0=n.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},eg=n._emscripten_bind_MdCmColor_set_red_1=function(){return(eg=n._emscripten_bind_MdCmColor_set_red_1=n.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,
165
- arguments)},fg=n._emscripten_bind_MdCmColor_get_green_0=function(){return(fg=n._emscripten_bind_MdCmColor_get_green_0=n.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,arguments)},gg=n._emscripten_bind_MdCmColor_set_green_1=function(){return(gg=n._emscripten_bind_MdCmColor_set_green_1=n.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},hg=n._emscripten_bind_MdCmColor_get_blue_0=function(){return(hg=n._emscripten_bind_MdCmColor_get_blue_0=n.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,
166
- arguments)},ig=n._emscripten_bind_MdCmColor_set_blue_1=function(){return(ig=n._emscripten_bind_MdCmColor_set_blue_1=n.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,arguments)},jg=n._emscripten_bind_MdCmColor_get_method_0=function(){return(jg=n._emscripten_bind_MdCmColor_get_method_0=n.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},kg=n._emscripten_bind_MdCmColor_set_method_1=function(){return(kg=n._emscripten_bind_MdCmColor_set_method_1=n.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,
167
- arguments)},lg=n._emscripten_bind_MdCmColor_get_n_0=function(){return(lg=n._emscripten_bind_MdCmColor_get_n_0=n.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,arguments)},mg=n._emscripten_bind_MdCmColor_set_n_1=function(){return(mg=n._emscripten_bind_MdCmColor_set_n_1=n.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},ng=n._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(ng=n._emscripten_bind_MdCmColor_get_colorIndex_0=n.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,
168
- arguments)},og=n._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(og=n._emscripten_bind_MdCmColor_set_colorIndex_1=n.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,arguments)},pg=n._emscripten_bind_MdCmColor___destroy___0=function(){return(pg=n._emscripten_bind_MdCmColor___destroy___0=n.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},qg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return(qg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_0=n.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,
169
- arguments)},rg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(rg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_3=n.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,arguments)},sg=n._emscripten_bind_MdGePoint3d_get_x_0=function(){return(sg=n._emscripten_bind_MdGePoint3d_get_x_0=n.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},tg=n._emscripten_bind_MdGePoint3d_set_x_1=function(){return(tg=n._emscripten_bind_MdGePoint3d_set_x_1=n.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,
170
- arguments)},ug=n._emscripten_bind_MdGePoint3d_get_y_0=function(){return(ug=n._emscripten_bind_MdGePoint3d_get_y_0=n.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,arguments)},vg=n._emscripten_bind_MdGePoint3d_set_y_1=function(){return(vg=n._emscripten_bind_MdGePoint3d_set_y_1=n.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},wg=n._emscripten_bind_MdGePoint3d_get_z_0=function(){return(wg=n._emscripten_bind_MdGePoint3d_get_z_0=n.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,
171
- arguments)},xg=n._emscripten_bind_MdGePoint3d_set_z_1=function(){return(xg=n._emscripten_bind_MdGePoint3d_set_z_1=n.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,arguments)},yg=n._emscripten_bind_MdGePoint3d___destroy___0=function(){return(yg=n._emscripten_bind_MdGePoint3d___destroy___0=n.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},zg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(zg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_0=n.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,
172
- arguments)},Ag=n._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(Ag=n._emscripten_bind_MdGeVector3d_MdGeVector3d_3=n.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},Bg=n._emscripten_bind_MdGeVector3d_get_x_0=function(){return(Bg=n._emscripten_bind_MdGeVector3d_get_x_0=n.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},Cg=n._emscripten_bind_MdGeVector3d_set_x_1=function(){return(Cg=n._emscripten_bind_MdGeVector3d_set_x_1=n.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,
173
- arguments)},Dg=n._emscripten_bind_MdGeVector3d_get_y_0=function(){return(Dg=n._emscripten_bind_MdGeVector3d_get_y_0=n.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},Eg=n._emscripten_bind_MdGeVector3d_set_y_1=function(){return(Eg=n._emscripten_bind_MdGeVector3d_set_y_1=n.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},Fg=n._emscripten_bind_MdGeVector3d_get_z_0=function(){return(Fg=n._emscripten_bind_MdGeVector3d_get_z_0=n.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,
174
- arguments)},Gg=n._emscripten_bind_MdGeVector3d_set_z_1=function(){return(Gg=n._emscripten_bind_MdGeVector3d_set_z_1=n.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},Hg=n._emscripten_bind_MdGeVector3d___destroy___0=function(){return(Hg=n._emscripten_bind_MdGeVector3d___destroy___0=n.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},Ig=n._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Ig=n._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=n.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,
175
- arguments)},Jg=n._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Jg=n._emscripten_bind_MdGeMatrix3d_setToIdentity_0=n.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Kg=n._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Kg=n._emscripten_bind_MdGeMatrix3d_preMultBy_1=n.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},Lg=n._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Lg=n._emscripten_bind_MdGeMatrix3d_postMultBy_1=
176
- n.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Mg=n._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(Mg=n._emscripten_bind_MdGeMatrix3d_setToProduct_2=n.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Ng=n._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Ng=n._emscripten_bind_MdGeMatrix3d_invert_0=n.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},Og=n._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Og=
177
- n._emscripten_bind_MdGeMatrix3d_isSingular_0=n.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},Pg=n._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Pg=n._emscripten_bind_MdGeMatrix3d_transposeIt_0=n.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},Qg=n._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(Qg=n._emscripten_bind_MdGeMatrix3d_isEqualTo_1=n.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Rg=n._emscripten_bind_MdGeMatrix3d_det_0=
178
- function(){return(Rg=n._emscripten_bind_MdGeMatrix3d_det_0=n.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Sg=n._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Sg=n._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=n.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Tg=n._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Tg=n._emscripten_bind_MdGeMatrix3d_setToTranslation_1=n.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,
179
- arguments)},Ug=n._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Ug=n._emscripten_bind_MdGeMatrix3d_setToRotation_3=n.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Vg=n._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Vg=n._emscripten_bind_MdGeMatrix3d_setToScaling_2=n.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},Wg=n._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(Wg=n._emscripten_bind_MdGeMatrix3d_scale_0=
180
- n.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Xg=n._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Xg=n._emscripten_bind_MdGeMatrix3d_getData_2=n.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Yg=n._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Yg=n._emscripten_bind_MdGeMatrix3d___destroy___0=n.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Zg=n._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Zg=
181
- n._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=n.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,arguments)},$g=n._emscripten_bind_MdDbLayerTableRecord_getName_0=function(){return($g=n._emscripten_bind_MdDbLayerTableRecord_getName_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,arguments)},ah=n._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(ah=n._emscripten_bind_MdDbLayerTableRecord_setName_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,
182
- arguments)},bh=n._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return(bh=n._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,arguments)},ch=n._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return(ch=n._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},dh=n._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(dh=
183
- n._emscripten_bind_MdDbLayerTableRecord_isOff_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},eh=n._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=function(){return(eh=n._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},fh=n._emscripten_bind_MdDbLayerTableRecord_isLocked_0=function(){return(fh=n._emscripten_bind_MdDbLayerTableRecord_isLocked_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,
184
- arguments)},gh=n._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return(gh=n._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,arguments)},hh=n._emscripten_bind_MdDbLayerTableRecord_color_0=function(){return(hh=n._emscripten_bind_MdDbLayerTableRecord_color_0=n.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,arguments)},ih=n._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(ih=n._emscripten_bind_MdDbLayerTableRecord_setColor_1=
185
- n.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},jh=n._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(jh=n._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=n.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,arguments)},kh=n._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=function(){return(kh=n._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,
186
- arguments)},lh=n._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(lh=n._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=n.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,arguments)},mh=n._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=function(){return(mh=n._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},nh=n._emscripten_bind_MdDbLayerTableRecord_getObjectID_0=function(){return(nh=
187
- n._emscripten_bind_MdDbLayerTableRecord_getObjectID_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getObjectID_0).apply(null,arguments)},oh=n._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(oh=n._emscripten_bind_MdDbLayerTableRecord_Erase_0=n.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,arguments)},ph=n._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=function(){return(ph=n._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,
188
- arguments)},qh=n._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return(qh=n._emscripten_bind_MdDbLayerTableRecord_Clone_0=n.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,arguments)},rh=n._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(rh=n._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},sh=n._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=function(){return(sh=
189
- n._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,arguments)},th=n._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=function(){return(th=n._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,arguments)},uh=n._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(uh=n._emscripten_bind_MdDbLayerTableRecord_getJson_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,
190
- arguments)},vh=n._emscripten_bind_MdDbLayerTableRecord_setJson_1=function(){return(vh=n._emscripten_bind_MdDbLayerTableRecord_setJson_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,arguments)},wh=n._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(wh=n._emscripten_bind_MdDbLayerTableRecord___destroy___0=n.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},xh=n._emscripten_bind_MdDbLayerTable_getObjectID_0=function(){return(xh=n._emscripten_bind_MdDbLayerTable_getObjectID_0=
191
- n.asm.emscripten_bind_MdDbLayerTable_getObjectID_0).apply(null,arguments)},yh=n._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(yh=n._emscripten_bind_MdDbLayerTable_Erase_0=n.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},zh=n._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(zh=n._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},Ah=n._emscripten_bind_MdDbLayerTable_Clone_0=
192
- function(){return(Ah=n._emscripten_bind_MdDbLayerTable_Clone_0=n.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},Bh=n._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(Bh=n._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},Ch=n._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(Ch=n._emscripten_bind_MdDbLayerTable_getObjectName_0=n.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,
193
- arguments)},Dh=n._emscripten_bind_MdDbLayerTable_getDxf0_0=function(){return(Dh=n._emscripten_bind_MdDbLayerTable_getDxf0_0=n.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},Eh=n._emscripten_bind_MdDbLayerTable_getJson_0=function(){return(Eh=n._emscripten_bind_MdDbLayerTable_getJson_0=n.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},Fh=n._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(Fh=n._emscripten_bind_MdDbLayerTable_setJson_1=n.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,
194
- arguments)},Gh=n._emscripten_bind_MdDbLinetypeTable_getObjectID_0=function(){return(Gh=n._emscripten_bind_MdDbLinetypeTable_getObjectID_0=n.asm.emscripten_bind_MdDbLinetypeTable_getObjectID_0).apply(null,arguments)},Hh=n._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(Hh=n._emscripten_bind_MdDbLinetypeTable_Erase_0=n.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},Ih=n._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(Ih=n._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=
195
- n.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},Jh=n._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(Jh=n._emscripten_bind_MdDbLinetypeTable_Clone_0=n.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},Kh=n._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(Kh=n._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},Lh=n._emscripten_bind_MdDbLinetypeTable_getObjectName_0=
196
- function(){return(Lh=n._emscripten_bind_MdDbLinetypeTable_getObjectName_0=n.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},Mh=n._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(Mh=n._emscripten_bind_MdDbLinetypeTable_getDxf0_0=n.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Nh=n._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Nh=n._emscripten_bind_MdDbLinetypeTable_getJson_0=n.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,
197
- arguments)},Oh=n._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(Oh=n._emscripten_bind_MdDbLinetypeTable_setJson_1=n.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Ph=n._emscripten_bind_MdDbTextStyleTable_getObjectID_0=function(){return(Ph=n._emscripten_bind_MdDbTextStyleTable_getObjectID_0=n.asm.emscripten_bind_MdDbTextStyleTable_getObjectID_0).apply(null,arguments)},Qh=n._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(Qh=n._emscripten_bind_MdDbTextStyleTable_Erase_0=
198
- n.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Rh=n._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(Rh=n._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Sh=n._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Sh=n._emscripten_bind_MdDbTextStyleTable_Clone_0=n.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Th=n._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=
199
- function(){return(Th=n._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},Uh=n._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Uh=n._emscripten_bind_MdDbTextStyleTable_getObjectName_0=n.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},Vh=n._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(Vh=n._emscripten_bind_MdDbTextStyleTable_getDxf0_0=n.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,
200
- arguments)},Wh=n._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(Wh=n._emscripten_bind_MdDbTextStyleTable_getJson_0=n.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},Xh=n._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(Xh=n._emscripten_bind_MdDbTextStyleTable_setJson_1=n.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},Yh=n._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(Yh=n._emscripten_bind_MdDbDatabase_GetLayerTable_0=
201
- n.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},Zh=n._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(Zh=n._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=n.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},$h=n._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return($h=n._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=n.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},ai=n._emscripten_bind_MdDbDatabase_GetBlockTable_0=
202
- function(){return(ai=n._emscripten_bind_MdDbDatabase_GetBlockTable_0=n.asm.emscripten_bind_MdDbDatabase_GetBlockTable_0).apply(null,arguments)},bi=n._emscripten_bind_MdDbDatabase_CurrentSpace_0=function(){return(bi=n._emscripten_bind_MdDbDatabase_CurrentSpace_0=n.asm.emscripten_bind_MdDbDatabase_CurrentSpace_0).apply(null,arguments)},ci=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(ci=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,
203
- arguments)},di=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(di=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},ei=n._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=function(){return(ei=n._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},fi=n._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=
204
- function(){return(fi=n._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},gi=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(gi=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},hi=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(hi=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=
205
- n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},ii=n._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(ii=n._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,arguments)},ji=n._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(ji=n._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,
206
- arguments)},ki=n._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(ki=n._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},li=n._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(li=n._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},mi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=
207
- function(){return(mi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},ni=n._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(ni=n._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},oi=n._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(oi=n._emscripten_bind_MdDbDatabase_getObjectName_0=
208
- n.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},pi=n._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(pi=n._emscripten_bind_MdDbDatabase_getDxf0_0=n.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},qi=n._emscripten_bind_MdDbDatabase_getJson_0=function(){return(qi=n._emscripten_bind_MdDbDatabase_getJson_0=n.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},ri=n._emscripten_bind_MdDbDatabase_setJson_1=function(){return(ri=n._emscripten_bind_MdDbDatabase_setJson_1=
209
- n.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},si=n._emscripten_bind_McObject_updateDisplay_2=function(){return(si=n._emscripten_bind_McObject_updateDisplay_2=n.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},ti=n._emscripten_bind_McObject_test_0=function(){return(ti=n._emscripten_bind_McObject_test_0=n.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},ui=n._emscripten_bind_McObject_openWebFile_3=function(){return(ui=n._emscripten_bind_McObject_openWebFile_3=
210
- n.asm.emscripten_bind_McObject_openWebFile_3).apply(null,arguments)},vi=n._emscripten_bind_McObject_saveFileToUrl_1=function(){return(vi=n._emscripten_bind_McObject_saveFileToUrl_1=n.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},wi=n._emscripten_bind_McObject_saveFile_1=function(){return(wi=n._emscripten_bind_McObject_saveFile_1=n.asm.emscripten_bind_McObject_saveFile_1).apply(null,arguments)},xi=n._emscripten_bind_McObject_getViewDataJsonParam_0=function(){return(xi=n._emscripten_bind_McObject_getViewDataJsonParam_0=
211
- n.asm.emscripten_bind_McObject_getViewDataJsonParam_0).apply(null,arguments)},yi=n._emscripten_bind_McObject_updataAppData_0=function(){return(yi=n._emscripten_bind_McObject_updataAppData_0=n.asm.emscripten_bind_McObject_updataAppData_0).apply(null,arguments)},zi=n._emscripten_bind_McObject_GetDatabase_0=function(){return(zi=n._emscripten_bind_McObject_GetDatabase_0=n.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},Ai=n._emscripten_bind_McObject_GetSysVarString_1=function(){return(Ai=
212
- n._emscripten_bind_McObject_GetSysVarString_1=n.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},Bi=n._emscripten_bind_McObject_SetSysVarString_2=function(){return(Bi=n._emscripten_bind_McObject_SetSysVarString_2=n.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},Ci=n._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(Ci=n._emscripten_bind_McObject_GetSysVarDouble_1=n.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},Di=n._emscripten_bind_McObject_SetSysVarDouble_2=
213
- function(){return(Di=n._emscripten_bind_McObject_SetSysVarDouble_2=n.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},Ei=n._emscripten_bind_McObject_GetSysVarLong_1=function(){return(Ei=n._emscripten_bind_McObject_GetSysVarLong_1=n.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},Fi=n._emscripten_bind_McObject_SetSysVarLong_2=function(){return(Fi=n._emscripten_bind_McObject_SetSysVarLong_2=n.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},
214
- Gi=n._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(Gi=n._emscripten_bind_McObject_fireEventWindowSize_2=n.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},Hi=n._emscripten_bind_McObject_fireEventCommandStart_0=function(){return(Hi=n._emscripten_bind_McObject_fireEventCommandStart_0=n.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,arguments)},Ii=n._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(Ii=n._emscripten_bind_McObject_IntelliSelect_PointSelect_2=
215
- n.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},Ji=n._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(Ji=n._emscripten_bind_McObject_IntelliSelect_getGridData_1=n.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,arguments)},Ki=n._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(Ki=n._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,
216
- arguments)},Li=n._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(Li=n._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},Mi=n._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(Mi=n._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,
217
- arguments)},Ni=n._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(Ni=n._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},Oi=n._emscripten_bind_McObject_SetDrawColor_1=function(){return(Oi=n._emscripten_bind_McObject_SetDrawColor_1=n.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},Pi=n._emscripten_bind_McObject_GetDrawColor_0=function(){return(Pi=
218
- n._emscripten_bind_McObject_GetDrawColor_0=n.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},Qi=n._emscripten_bind_McObject_AddLayer_1=function(){return(Qi=n._emscripten_bind_McObject_AddLayer_1=n.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Ri=n._emscripten_bind_McObject_SetDrawLayer_1=function(){return(Ri=n._emscripten_bind_McObject_SetDrawLayer_1=n.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},Si=n._emscripten_bind_McObject_GetDrawLayer_0=
219
- function(){return(Si=n._emscripten_bind_McObject_GetDrawLayer_0=n.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},Ti=n._emscripten_bind_McObject_AddTextStyle_4=function(){return(Ti=n._emscripten_bind_McObject_AddTextStyle_4=n.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Ui=n._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Ui=n._emscripten_bind_McObject_SetDrawTextStyle_1=n.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},
220
- Vi=n._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Vi=n._emscripten_bind_McObject_GetDrawTextStyle_0=n.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Wi=n._emscripten_bind_McObject_AddLinetype_2=function(){return(Wi=n._emscripten_bind_McObject_AddLinetype_2=n.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Xi=n._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Xi=n._emscripten_bind_McObject_AddLinetypeEx_3=n.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,
221
- arguments)},Yi=n._emscripten_bind_McObject_AddDimStyle_5=function(){return(Yi=n._emscripten_bind_McObject_AddDimStyle_5=n.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Zi=n._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Zi=n._emscripten_bind_McObject_SetDrawLinetype_1=n.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},$i=n._emscripten_bind_McObject_GetDrawLinetype_0=function(){return($i=n._emscripten_bind_McObject_GetDrawLinetype_0=n.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,
222
- arguments)},aj=n._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(aj=n._emscripten_bind_McObject_SetDrawLineWeight_1=n.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},bj=n._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(bj=n._emscripten_bind_McObject_GetDrawLineWeight_0=n.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},cj=n._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(cj=n._emscripten_bind_McObject_SetDrawLineTypeScale_1=
223
- n.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},dj=n._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(dj=n._emscripten_bind_McObject_GetDrawLineTypeScale_0=n.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},ej=n._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(ej=n._emscripten_bind_McObject_SetDrawDimStyle_1=n.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},fj=n._emscripten_bind_McObject_GetDrawDimStyle_0=
224
- function(){return(fj=n._emscripten_bind_McObject_GetDrawDimStyle_0=n.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},gj=n._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(gj=n._emscripten_bind_McObject_SetPatternDefinition_1=n.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},hj=n._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(hj=n._emscripten_bind_McObject_GetPatternDefinition_0=n.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,
225
- arguments)},ij=n._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(ij=n._emscripten_bind_McObject_SetDrawLineWidth_1=n.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},jj=n._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(jj=n._emscripten_bind_McObject_GetDrawLineWidth_0=n.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},kj=n._emscripten_bind_McObject_DrawLine_6=function(){return(kj=n._emscripten_bind_McObject_DrawLine_6=n.asm.emscripten_bind_McObject_DrawLine_6).apply(null,
226
- arguments)},lj=n._emscripten_bind_McObject_DrawArc_5=function(){return(lj=n._emscripten_bind_McObject_DrawArc_5=n.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},mj=n._emscripten_bind_McObject_DrawArc2_6=function(){return(mj=n._emscripten_bind_McObject_DrawArc2_6=n.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},nj=n._emscripten_bind_McObject_DrawCircle_3=function(){return(nj=n._emscripten_bind_McObject_DrawCircle_3=n.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,
227
- arguments)},oj=n._emscripten_bind_McObject_DrawEllipse_5=function(){return(oj=n._emscripten_bind_McObject_DrawEllipse_5=n.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},pj=n._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(pj=n._emscripten_bind_McObject_DrawEllipseArc_7=n.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},qj=n._emscripten_bind_McObject_DrawPoint_2=function(){return(qj=n._emscripten_bind_McObject_DrawPoint_2=n.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,
228
- arguments)},rj=n._emscripten_bind_McObject_DrawSolid_8=function(){return(rj=n._emscripten_bind_McObject_DrawSolid_8=n.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},sj=n._emscripten_bind_McObject_DrawMText_7=function(){return(sj=n._emscripten_bind_McObject_DrawMText_7=n.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},tj=n._emscripten_bind_McObject_DrawText_7=function(){return(tj=n._emscripten_bind_McObject_DrawText_7=n.asm.emscripten_bind_McObject_DrawText_7).apply(null,
229
- arguments)},uj=n._emscripten_bind_McObject_DrawBlockReference_5=function(){return(uj=n._emscripten_bind_McObject_DrawBlockReference_5=n.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},vj=n._emscripten_bind_McObject_DrawDimAligned_6=function(){return(vj=n._emscripten_bind_McObject_DrawDimAligned_6=n.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},wj=n._emscripten_bind_McObject_DrawDimAngular_8=function(){return(wj=n._emscripten_bind_McObject_DrawDimAngular_8=
230
- n.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},xj=n._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(xj=n._emscripten_bind_McObject_DrawDimDiametric_5=n.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},yj=n._emscripten_bind_McObject_DrawDimRotated_7=function(){return(yj=n._emscripten_bind_McObject_DrawDimRotated_7=n.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},zj=n._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(zj=
231
- n._emscripten_bind_McObject_DrawDimOrdinate_5=n.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},Aj=n._emscripten_bind_McObject_DrawDimRadial_5=function(){return(Aj=n._emscripten_bind_McObject_DrawDimRadial_5=n.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},Bj=n._emscripten_bind_McObject_PathMoveTo_2=function(){return(Bj=n._emscripten_bind_McObject_PathMoveTo_2=n.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},Cj=n._emscripten_bind_McObject_PathMoveToEx_5=
232
- function(){return(Cj=n._emscripten_bind_McObject_PathMoveToEx_5=n.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},Dj=n._emscripten_bind_McObject_PathLineTo_2=function(){return(Dj=n._emscripten_bind_McObject_PathLineTo_2=n.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},Ej=n._emscripten_bind_McObject_PathLineToEx_5=function(){return(Ej=n._emscripten_bind_McObject_PathLineToEx_5=n.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},Fj=n._emscripten_bind_McObject_DrawPathToPolyline_0=
233
- function(){return(Fj=n._emscripten_bind_McObject_DrawPathToPolyline_0=n.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},Gj=n._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(Gj=n._emscripten_bind_McObject_DrawPathToSpline_0=n.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},Hj=n._emscripten_bind_McObject_PathMakeClosed_0=function(){return(Hj=n._emscripten_bind_McObject_PathMakeClosed_0=n.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,
234
- arguments)},Ij=n._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(Ij=n._emscripten_bind_McObject_DrawPathToHatch_1=n.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},Jj=n._emscripten_bind_McObject_DrawEntity_1=function(){return(Jj=n._emscripten_bind_McObject_DrawEntity_1=n.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Kj=n._emscripten_bind_McApp_McApp_0=function(){return(Kj=n._emscripten_bind_McApp_McApp_0=n.asm.emscripten_bind_McApp_McApp_0).apply(null,
235
- arguments)},Lj=n._emscripten_bind_McApp_Init_0=function(){return(Lj=n._emscripten_bind_McApp_Init_0=n.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},Mj=n._emscripten_bind_McApp_CreateMxDraw_5=function(){return(Mj=n._emscripten_bind_McApp_CreateMxDraw_5=n.asm.emscripten_bind_McApp_CreateMxDraw_5).apply(null,arguments)},Nj=n._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(Nj=n._emscripten_bind_McApp_GetCurrentMxDraw_0=n.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,
236
- arguments)},Oj=n._emscripten_bind_McApp_DestroyObject_1=function(){return(Oj=n._emscripten_bind_McApp_DestroyObject_1=n.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},Pj=n._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(Pj=n._emscripten_bind_McApp_mcedRGB2Index_4=n.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},Qj=n._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(Qj=n._emscripten_bind_McApp_ObjectIdToObjectName_1=n.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,
237
- arguments)},Rj=n._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(Rj=n._emscripten_bind_McApp_ObjectIdToMdObject_1=n.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Sj=n._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(Sj=n._emscripten_bind_McApp_ObjectIdToMdDbLine_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},Tj=n._emscripten_bind_McApp_ObjectIdToMdDbText_1=function(){return(Tj=n._emscripten_bind_McApp_ObjectIdToMdDbText_1=
238
- n.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},Uj=n._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=function(){return(Uj=n._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbPolyline_1).apply(null,arguments)},Vj=n._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=function(){return(Vj=n._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbCircle_1).apply(null,arguments)},Wj=n._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=
239
- function(){return(Wj=n._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1).apply(null,arguments)},Xj=n._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=function(){return(Xj=n._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1).apply(null,arguments)},Yj=n._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=function(){return(Yj=n._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=
240
- n.asm.emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1).apply(null,arguments)},Zj=n._emscripten_bind_McApp_ObjectIdToMdDbMText_1=function(){return(Zj=n._emscripten_bind_McApp_ObjectIdToMdDbMText_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbMText_1).apply(null,arguments)},ak=n._emscripten_bind_McApp_getLastCallResult_0=function(){return(ak=n._emscripten_bind_McApp_getLastCallResult_0=n.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,arguments)},bk=n._emscripten_bind_McApp___destroy___0=
241
- function(){return(bk=n._emscripten_bind_McApp___destroy___0=n.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},ck=n._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(ck=n._emscripten_bind_McDrawResbuf_McDrawResbuf_0=n.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},dk=n._emscripten_bind_McDrawResbuf_Clear_0=function(){return(dk=n._emscripten_bind_McDrawResbuf_Clear_0=n.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},ek=n._emscripten_bind_McDrawResbuf_GetCount_0=
242
- function(){return(ek=n._emscripten_bind_McDrawResbuf_GetCount_0=n.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},fk=n._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(fk=n._emscripten_bind_McDrawResbuf_AtDouble_1=n.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},gk=n._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(gk=n._emscripten_bind_McDrawResbuf_Atlong_1=n.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},hk=n._emscripten_bind_McDrawResbuf_AtObjectId_1=
243
- function(){return(hk=n._emscripten_bind_McDrawResbuf_AtObjectId_1=n.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},ik=n._emscripten_bind_McDrawResbuf_AtObject_1=function(){return(ik=n._emscripten_bind_McDrawResbuf_AtObject_1=n.asm.emscripten_bind_McDrawResbuf_AtObject_1).apply(null,arguments)},jk=n._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=function(){return(jk=n._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=n.asm.emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1).apply(null,
244
- arguments)},kk=n._emscripten_bind_McDrawResbuf_AtObjectName_1=function(){return(kk=n._emscripten_bind_McDrawResbuf_AtObjectName_1=n.asm.emscripten_bind_McDrawResbuf_AtObjectName_1).apply(null,arguments)},lk=n._emscripten_bind_McDrawResbuf_AtString_1=function(){return(lk=n._emscripten_bind_McDrawResbuf_AtString_1=n.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},mk=n._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(mk=n._emscripten_bind_McDrawResbuf_AtPoint_1=n.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,
245
- arguments)},nk=n._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(nk=n._emscripten_bind_McDrawResbuf_ItemDataType_1=n.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,arguments)},ok=n._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(ok=n._emscripten_bind_McDrawResbuf_AddDouble_2=n.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},pk=n._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(pk=n._emscripten_bind_McDrawResbuf_Addlong_2=n.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,
246
- arguments)},qk=n._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(qk=n._emscripten_bind_McDrawResbuf_AddObjectId_2=n.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},rk=n._emscripten_bind_McDrawResbuf_AddObject_1=function(){return(rk=n._emscripten_bind_McDrawResbuf_AddObject_1=n.asm.emscripten_bind_McDrawResbuf_AddObject_1).apply(null,arguments)},sk=n._emscripten_bind_McDrawResbuf_AddString_2=function(){return(sk=n._emscripten_bind_McDrawResbuf_AddString_2=n.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,
247
- arguments)},tk=n._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(tk=n._emscripten_bind_McDrawResbuf_AddPoint_2=n.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},uk=n._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(uk=n._emscripten_bind_McDrawResbuf_RemoveAll_0=n.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},vk=n._emscripten_bind_McDrawResbuf_Remove_1=function(){return(vk=n._emscripten_bind_McDrawResbuf_Remove_1=n.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,
248
- arguments)},wk=n._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(wk=n._emscripten_bind_McDrawResbuf_getObjectName_0=n.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,arguments)},xk=n._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(xk=n._emscripten_bind_McDrawResbuf_getDxf0_0=n.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},yk=n._emscripten_bind_McDrawResbuf_getJson_0=function(){return(yk=n._emscripten_bind_McDrawResbuf_getJson_0=n.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,
249
- arguments)},zk=n._emscripten_bind_McDrawResbuf_setJson_1=function(){return(zk=n._emscripten_bind_McDrawResbuf_setJson_1=n.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,arguments)},Ak=n._emscripten_bind_McDrawResbuf___destroy___0=function(){return(Ak=n._emscripten_bind_McDrawResbuf___destroy___0=n.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},Bk=n._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(Bk=n._emscripten_bind_McDrawUtility_McDrawUtility_0=n.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,
250
- arguments)},Ck=n._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(Ck=n._emscripten_bind_McDrawUtility_findEntAtPoint_5=n.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},Dk=n._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(Dk=n._emscripten_bind_McDrawUtility_eraseEntity_1=n.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},Ek=n._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(Ek=n._emscripten_bind_McDrawUtility_highlightEntity_2=
251
- n.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},Fk=n._emscripten_bind_McDrawUtility___destroy___0=function(){return(Fk=n._emscripten_bind_McDrawUtility___destroy___0=n.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},Gk=n._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(Gk=n._emscripten_bind_MdDbLine_MdDbLine_0=n.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},Hk=n._emscripten_bind_MdDbLine_startPoint_0=function(){return(Hk=
252
- n._emscripten_bind_MdDbLine_startPoint_0=n.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},Ik=n._emscripten_bind_MdDbLine_setStartPoint_1=function(){return(Ik=n._emscripten_bind_MdDbLine_setStartPoint_1=n.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},Jk=n._emscripten_bind_MdDbLine_endPoint_0=function(){return(Jk=n._emscripten_bind_MdDbLine_endPoint_0=n.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},Kk=n._emscripten_bind_MdDbLine_setEndPoint_1=
253
- function(){return(Kk=n._emscripten_bind_MdDbLine_setEndPoint_1=n.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},Lk=n._emscripten_bind_MdDbLine_getStartParam_0=function(){return(Lk=n._emscripten_bind_MdDbLine_getStartParam_0=n.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},Mk=n._emscripten_bind_MdDbLine_getEndParam_0=function(){return(Mk=n._emscripten_bind_MdDbLine_getEndParam_0=n.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},Nk=n._emscripten_bind_MdDbLine_getDistAtParam_1=
254
- function(){return(Nk=n._emscripten_bind_MdDbLine_getDistAtParam_1=n.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},Ok=n._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(Ok=n._emscripten_bind_MdDbLine_getParamAtDist_1=n.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},Pk=n._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(Pk=n._emscripten_bind_MdDbLine_getDistAtPoint_1=n.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},
255
- Qk=n._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(Qk=n._emscripten_bind_MdDbLine_getPointAtDist_1=n.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,arguments)},Rk=n._emscripten_bind_MdDbLine_explode_0=function(){return(Rk=n._emscripten_bind_MdDbLine_explode_0=n.asm.emscripten_bind_MdDbLine_explode_0).apply(null,arguments)},Sk=n._emscripten_bind_MdDbLine_getObjectID_0=function(){return(Sk=n._emscripten_bind_MdDbLine_getObjectID_0=n.asm.emscripten_bind_MdDbLine_getObjectID_0).apply(null,
256
- arguments)},Tk=n._emscripten_bind_MdDbLine_Erase_0=function(){return(Tk=n._emscripten_bind_MdDbLine_Erase_0=n.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,arguments)},Uk=n._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(Uk=n._emscripten_bind_MdDbLine_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},Vk=n._emscripten_bind_MdDbLine_Clone_0=function(){return(Vk=n._emscripten_bind_MdDbLine_Clone_0=n.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,
257
- arguments)},Wk=n._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(Wk=n._emscripten_bind_MdDbLine_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,arguments)},Xk=n._emscripten_bind_MdDbLine_getObjectName_0=function(){return(Xk=n._emscripten_bind_MdDbLine_getObjectName_0=n.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},Yk=n._emscripten_bind_MdDbLine_getDxf0_0=function(){return(Yk=n._emscripten_bind_MdDbLine_getDxf0_0=n.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,
258
- arguments)},Zk=n._emscripten_bind_MdDbLine_getJson_0=function(){return(Zk=n._emscripten_bind_MdDbLine_getJson_0=n.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,arguments)},$k=n._emscripten_bind_MdDbLine_setJson_1=function(){return($k=n._emscripten_bind_MdDbLine_setJson_1=n.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},al=n._emscripten_bind_MdDbLine___destroy___0=function(){return(al=n._emscripten_bind_MdDbLine___destroy___0=n.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,
259
- arguments)},bl=n._emscripten_bind_MdDbText_MdDbText_0=function(){return(bl=n._emscripten_bind_MdDbText_MdDbText_0=n.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,arguments)},cl=n._emscripten_bind_MdDbText_position_0=function(){return(cl=n._emscripten_bind_MdDbText_position_0=n.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},dl=n._emscripten_bind_MdDbText_setPosition_1=function(){return(dl=n._emscripten_bind_MdDbText_setPosition_1=n.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,
260
- arguments)},el=n._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(el=n._emscripten_bind_MdDbText_alignmentPoint_0=n.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,arguments)},fl=n._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(fl=n._emscripten_bind_MdDbText_setAlignmentPoint_1=n.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},gl=n._emscripten_bind_MdDbText_oblique_0=function(){return(gl=n._emscripten_bind_MdDbText_oblique_0=n.asm.emscripten_bind_MdDbText_oblique_0).apply(null,
261
- arguments)},hl=n._emscripten_bind_MdDbText_setOblique_1=function(){return(hl=n._emscripten_bind_MdDbText_setOblique_1=n.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,arguments)},il=n._emscripten_bind_MdDbText_rotation_0=function(){return(il=n._emscripten_bind_MdDbText_rotation_0=n.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},jl=n._emscripten_bind_MdDbText_setRotation_1=function(){return(jl=n._emscripten_bind_MdDbText_setRotation_1=n.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,
262
- arguments)},kl=n._emscripten_bind_MdDbText_height_0=function(){return(kl=n._emscripten_bind_MdDbText_height_0=n.asm.emscripten_bind_MdDbText_height_0).apply(null,arguments)},ll=n._emscripten_bind_MdDbText_setHeight_1=function(){return(ll=n._emscripten_bind_MdDbText_setHeight_1=n.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},ml=n._emscripten_bind_MdDbText_widthFactor_0=function(){return(ml=n._emscripten_bind_MdDbText_widthFactor_0=n.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,
263
- arguments)},nl=n._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(nl=n._emscripten_bind_MdDbText_setWidthFactor_1=n.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,arguments)},ol=n._emscripten_bind_MdDbText_textString_0=function(){return(ol=n._emscripten_bind_MdDbText_textString_0=n.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},pl=n._emscripten_bind_MdDbText_setTextString_1=function(){return(pl=n._emscripten_bind_MdDbText_setTextString_1=n.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,
264
- arguments)},ql=n._emscripten_bind_MdDbText_horizontalMode_0=function(){return(ql=n._emscripten_bind_MdDbText_horizontalMode_0=n.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,arguments)},rl=n._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(rl=n._emscripten_bind_MdDbText_setHorizontalMode_1=n.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},sl=n._emscripten_bind_MdDbText_verticalMode_0=function(){return(sl=n._emscripten_bind_MdDbText_verticalMode_0=
265
- n.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},tl=n._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(tl=n._emscripten_bind_MdDbText_setVerticalMode_1=n.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},ul=n._emscripten_bind_MdDbText_explode_0=function(){return(ul=n._emscripten_bind_MdDbText_explode_0=n.asm.emscripten_bind_MdDbText_explode_0).apply(null,arguments)},vl=n._emscripten_bind_MdDbText_getObjectID_0=function(){return(vl=n._emscripten_bind_MdDbText_getObjectID_0=
266
- n.asm.emscripten_bind_MdDbText_getObjectID_0).apply(null,arguments)},wl=n._emscripten_bind_MdDbText_Erase_0=function(){return(wl=n._emscripten_bind_MdDbText_Erase_0=n.asm.emscripten_bind_MdDbText_Erase_0).apply(null,arguments)},xl=n._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(xl=n._emscripten_bind_MdDbText_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},yl=n._emscripten_bind_MdDbText_Clone_0=function(){return(yl=n._emscripten_bind_MdDbText_Clone_0=
267
- n.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},zl=n._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(zl=n._emscripten_bind_MdDbText_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,arguments)},Al=n._emscripten_bind_MdDbText_getObjectName_0=function(){return(Al=n._emscripten_bind_MdDbText_getObjectName_0=n.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},Bl=n._emscripten_bind_MdDbText_getDxf0_0=function(){return(Bl=n._emscripten_bind_MdDbText_getDxf0_0=
268
- n.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},Cl=n._emscripten_bind_MdDbText_getJson_0=function(){return(Cl=n._emscripten_bind_MdDbText_getJson_0=n.asm.emscripten_bind_MdDbText_getJson_0).apply(null,arguments)},Dl=n._emscripten_bind_MdDbText_setJson_1=function(){return(Dl=n._emscripten_bind_MdDbText_setJson_1=n.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},El=n._emscripten_bind_MdDbText___destroy___0=function(){return(El=n._emscripten_bind_MdDbText___destroy___0=
269
- n.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},Fl=n._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(Fl=n._emscripten_bind_MdDbCircle_MdDbCircle_0=n.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,arguments)},Gl=n._emscripten_bind_MdDbCircle_center_0=function(){return(Gl=n._emscripten_bind_MdDbCircle_center_0=n.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},Hl=n._emscripten_bind_MdDbCircle_setCenter_1=function(){return(Hl=n._emscripten_bind_MdDbCircle_setCenter_1=
270
- n.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},Il=n._emscripten_bind_MdDbCircle_radius_0=function(){return(Il=n._emscripten_bind_MdDbCircle_radius_0=n.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,arguments)},Jl=n._emscripten_bind_MdDbCircle_setRadius_1=function(){return(Jl=n._emscripten_bind_MdDbCircle_setRadius_1=n.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},Kl=n._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(Kl=n._emscripten_bind_MdDbCircle_getStartParam_0=
271
- n.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},Ll=n._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(Ll=n._emscripten_bind_MdDbCircle_getEndParam_0=n.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,arguments)},Ml=n._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(Ml=n._emscripten_bind_MdDbCircle_getDistAtParam_1=n.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},Nl=n._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(Nl=
272
- n._emscripten_bind_MdDbCircle_getParamAtDist_1=n.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},Ol=n._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(Ol=n._emscripten_bind_MdDbCircle_getDistAtPoint_1=n.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},Pl=n._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(Pl=n._emscripten_bind_MdDbCircle_getPointAtDist_1=n.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},
273
- Ql=n._emscripten_bind_MdDbCircle_explode_0=function(){return(Ql=n._emscripten_bind_MdDbCircle_explode_0=n.asm.emscripten_bind_MdDbCircle_explode_0).apply(null,arguments)},Rl=n._emscripten_bind_MdDbCircle_getObjectID_0=function(){return(Rl=n._emscripten_bind_MdDbCircle_getObjectID_0=n.asm.emscripten_bind_MdDbCircle_getObjectID_0).apply(null,arguments)},Sl=n._emscripten_bind_MdDbCircle_Erase_0=function(){return(Sl=n._emscripten_bind_MdDbCircle_Erase_0=n.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,
274
- arguments)},Tl=n._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(Tl=n._emscripten_bind_MdDbCircle_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},Ul=n._emscripten_bind_MdDbCircle_Clone_0=function(){return(Ul=n._emscripten_bind_MdDbCircle_Clone_0=n.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},Vl=n._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(Vl=n._emscripten_bind_MdDbCircle_moveGripPointsAt_4=
275
- n.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,arguments)},Wl=n._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(Wl=n._emscripten_bind_MdDbCircle_getObjectName_0=n.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},Xl=n._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(Xl=n._emscripten_bind_MdDbCircle_getDxf0_0=n.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},Yl=n._emscripten_bind_MdDbCircle_getJson_0=function(){return(Yl=n._emscripten_bind_MdDbCircle_getJson_0=
276
- n.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,arguments)},Zl=n._emscripten_bind_MdDbCircle_setJson_1=function(){return(Zl=n._emscripten_bind_MdDbCircle_setJson_1=n.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},$l=n._emscripten_bind_MdDbCircle___destroy___0=function(){return($l=n._emscripten_bind_MdDbCircle___destroy___0=n.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},am=n._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(am=n._emscripten_bind_MdDbPolyline_MdDbPolyline_0=
277
- n.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},bm=n._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(bm=n._emscripten_bind_MdDbPolyline_setClosed_1=n.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},cm=n._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return(cm=n._emscripten_bind_MdDbPolyline_setConstantWidth_1=n.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},dm=n._emscripten_bind_MdDbPolyline_isClosed_0=
278
- function(){return(dm=n._emscripten_bind_MdDbPolyline_isClosed_0=n.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,arguments)},em=n._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(em=n._emscripten_bind_MdDbPolyline_getConstantWidth_0=n.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},fm=n._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(fm=n._emscripten_bind_MdDbPolyline_addVertexAt_5=n.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,
279
- arguments)},gm=n._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(gm=n._emscripten_bind_MdDbPolyline_removeVertexAt_1=n.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},hm=n._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(hm=n._emscripten_bind_MdDbPolyline_numVerts_0=n.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},im=n._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(im=n._emscripten_bind_MdDbPolyline_getPointAt_1=
280
- n.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},jm=n._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(jm=n._emscripten_bind_MdDbPolyline_getBulgeAt_1=n.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},km=n._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(km=n._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=n.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},lm=n._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=
281
- function(){return(lm=n._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=n.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,arguments)},mm=n._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(mm=n._emscripten_bind_MdDbPolyline_setPointAt_2=n.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},nm=n._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(nm=n._emscripten_bind_MdDbPolyline_setBulgeAt_2=n.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,
282
- arguments)},om=n._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(om=n._emscripten_bind_MdDbPolyline_getStartParam_0=n.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},pm=n._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(pm=n._emscripten_bind_MdDbPolyline_getEndParam_0=n.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},qm=n._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(qm=n._emscripten_bind_MdDbPolyline_getDistAtParam_1=
283
- n.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},rm=n._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(rm=n._emscripten_bind_MdDbPolyline_getParamAtDist_1=n.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},sm=n._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(sm=n._emscripten_bind_MdDbPolyline_getDistAtPoint_1=n.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},tm=n._emscripten_bind_MdDbPolyline_getPointAtDist_1=
284
- function(){return(tm=n._emscripten_bind_MdDbPolyline_getPointAtDist_1=n.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},um=n._emscripten_bind_MdDbPolyline_explode_0=function(){return(um=n._emscripten_bind_MdDbPolyline_explode_0=n.asm.emscripten_bind_MdDbPolyline_explode_0).apply(null,arguments)},wm=n._emscripten_bind_MdDbPolyline_getObjectID_0=function(){return(wm=n._emscripten_bind_MdDbPolyline_getObjectID_0=n.asm.emscripten_bind_MdDbPolyline_getObjectID_0).apply(null,arguments)},
285
- xm=n._emscripten_bind_MdDbPolyline_Erase_0=function(){return(xm=n._emscripten_bind_MdDbPolyline_Erase_0=n.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},ym=n._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(ym=n._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},zm=n._emscripten_bind_MdDbPolyline_Clone_0=function(){return(zm=n._emscripten_bind_MdDbPolyline_Clone_0=n.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,
286
- arguments)},Am=n._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(Am=n._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},Bm=n._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(Bm=n._emscripten_bind_MdDbPolyline_getObjectName_0=n.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},Cm=n._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(Cm=n._emscripten_bind_MdDbPolyline_getDxf0_0=
287
- n.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},Dm=n._emscripten_bind_MdDbPolyline_getJson_0=function(){return(Dm=n._emscripten_bind_MdDbPolyline_getJson_0=n.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},Em=n._emscripten_bind_MdDbPolyline_setJson_1=function(){return(Em=n._emscripten_bind_MdDbPolyline_setJson_1=n.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},Fm=n._emscripten_bind_MdDbPolyline___destroy___0=function(){return(Fm=n._emscripten_bind_MdDbPolyline___destroy___0=
288
- n.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},Gm=n._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(Gm=n._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=n.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},Hm=n._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(Hm=n._emscripten_bind_MdDbBlockReference_blockTableRecord_0=n.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,
289
- arguments)},Im=n._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(Im=n._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=n.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,arguments)},Jm=n._emscripten_bind_MdDbBlockReference_position_0=function(){return(Jm=n._emscripten_bind_MdDbBlockReference_position_0=n.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},Km=n._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(Km=
290
- n._emscripten_bind_MdDbBlockReference_setPosition_1=n.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},Lm=n._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(Lm=n._emscripten_bind_MdDbBlockReference_scaleFactors_0=n.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},Mm=n._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(Mm=n._emscripten_bind_MdDbBlockReference_setScaleFactors_1=n.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,
291
- arguments)},Nm=n._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(Nm=n._emscripten_bind_MdDbBlockReference_rotation_0=n.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},Om=n._emscripten_bind_MdDbBlockReference_setRotation_1=function(){return(Om=n._emscripten_bind_MdDbBlockReference_setRotation_1=n.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},Pm=n._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(Pm=n._emscripten_bind_MdDbBlockReference_blockTransform_0=
292
- n.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},Qm=n._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(Qm=n._emscripten_bind_MdDbBlockReference_setBlockTransform_1=n.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},Rm=n._emscripten_bind_MdDbBlockReference_explode_0=function(){return(Rm=n._emscripten_bind_MdDbBlockReference_explode_0=n.asm.emscripten_bind_MdDbBlockReference_explode_0).apply(null,arguments)},
293
- Sm=n._emscripten_bind_MdDbBlockReference_getObjectID_0=function(){return(Sm=n._emscripten_bind_MdDbBlockReference_getObjectID_0=n.asm.emscripten_bind_MdDbBlockReference_getObjectID_0).apply(null,arguments)},Tm=n._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(Tm=n._emscripten_bind_MdDbBlockReference_Erase_0=n.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},Um=n._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(Um=n._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=
294
- n.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},Vm=n._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(Vm=n._emscripten_bind_MdDbBlockReference_Clone_0=n.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},Wm=n._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(Wm=n._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},Xm=
295
- n._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(Xm=n._emscripten_bind_MdDbBlockReference_getObjectName_0=n.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},Ym=n._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(Ym=n._emscripten_bind_MdDbBlockReference_getDxf0_0=n.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},Zm=n._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(Zm=n._emscripten_bind_MdDbBlockReference_getJson_0=
296
- n.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},$m=n._emscripten_bind_MdDbBlockReference_setJson_1=function(){return($m=n._emscripten_bind_MdDbBlockReference_setJson_1=n.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},an=n._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(an=n._emscripten_bind_MdDbBlockReference___destroy___0=n.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},bn=n._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=
297
- function(){return(bn=n._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=n.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,arguments)},cn=n._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return(cn=n._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=n.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},dn=n._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return(dn=n._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=
298
- n.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,arguments)},en=n._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=function(){return(en=n._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=n.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},fn=n._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(fn=n._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=n.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,
299
- arguments)},gn=n._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=function(){return(gn=n._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},hn=n._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(hn=n._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=n.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},jn=n._emscripten_bind_MdDbAlignedDimension_oblique_0=
300
- function(){return(jn=n._emscripten_bind_MdDbAlignedDimension_oblique_0=n.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},kn=n._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(kn=n._emscripten_bind_MdDbAlignedDimension_setOblique_1=n.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},ln=n._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(ln=n._emscripten_bind_MdDbAlignedDimension_textPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,
301
- arguments)},mn=n._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(mn=n._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},nn=n._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(nn=n._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},on=n._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
302
- function(){return(on=n._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},pn=n._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(pn=n._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},qn=n._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(qn=n._emscripten_bind_MdDbAlignedDimension_elevation_0=
303
- n.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,arguments)},rn=n._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(rn=n._emscripten_bind_MdDbAlignedDimension_setElevation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},sn=n._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(sn=n._emscripten_bind_MdDbAlignedDimension_dimensionText_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,
304
- arguments)},tn=n._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=function(){return(tn=n._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},un=n._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(un=n._emscripten_bind_MdDbAlignedDimension_textRotation_0=n.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},vn=n._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
305
- function(){return(vn=n._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},wn=n._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return(wn=n._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},xn=n._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(xn=n._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=
306
- n.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,arguments)},yn=n._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(yn=n._emscripten_bind_MdDbAlignedDimension_textAttachment_0=n.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},zn=n._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(zn=n._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,
307
- arguments)},An=n._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=function(){return(An=n._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},Bn=n._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(Bn=n._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},Cn=n._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
308
- function(){return(Cn=n._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},Dn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(Dn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},En=n._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(En=n._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=
309
- n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,arguments)},Fn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(Fn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},Gn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(Gn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,
310
- arguments)},Hn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=function(){return(Hn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},In=n._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(In=n._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},Jn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
311
- function(){return(Jn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},Kn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(Kn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},Ln=n._emscripten_bind_MdDbAlignedDimension_explode_0=function(){return(Ln=n._emscripten_bind_MdDbAlignedDimension_explode_0=
312
- n.asm.emscripten_bind_MdDbAlignedDimension_explode_0).apply(null,arguments)},Mn=n._emscripten_bind_MdDbAlignedDimension_getObjectID_0=function(){return(Mn=n._emscripten_bind_MdDbAlignedDimension_getObjectID_0=n.asm.emscripten_bind_MdDbAlignedDimension_getObjectID_0).apply(null,arguments)},Nn=n._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(Nn=n._emscripten_bind_MdDbAlignedDimension_Erase_0=n.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},On=n._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=
313
- function(){return(On=n._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,arguments)},Pn=n._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return(Pn=n._emscripten_bind_MdDbAlignedDimension_Clone_0=n.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},Qn=n._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(Qn=n._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=
314
- n.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},Rn=n._emscripten_bind_MdDbAlignedDimension_getObjectName_0=function(){return(Rn=n._emscripten_bind_MdDbAlignedDimension_getObjectName_0=n.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},Sn=n._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(Sn=n._emscripten_bind_MdDbAlignedDimension_getDxf0_0=n.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},
315
- Tn=n._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(Tn=n._emscripten_bind_MdDbAlignedDimension_getJson_0=n.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,arguments)},Un=n._emscripten_bind_MdDbAlignedDimension_setJson_1=function(){return(Un=n._emscripten_bind_MdDbAlignedDimension_setJson_1=n.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},Vn=n._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(Vn=n._emscripten_bind_MdDbAlignedDimension___destroy___0=
316
- n.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},Wn=n._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=function(){return(Wn=n._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=n.asm.emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0).apply(null,arguments)},Xn=n._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=function(){return(Xn=n._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=n.asm.emscripten_bind_MdDbRotatedDimension_xLine1Point_0).apply(null,
317
- arguments)},Yn=n._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=function(){return(Yn=n._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=n.asm.emscripten_bind_MdDbRotatedDimension_setXLine1Point_1).apply(null,arguments)},Zn=n._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=function(){return(Zn=n._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=n.asm.emscripten_bind_MdDbRotatedDimension_xLine2Point_0).apply(null,arguments)},$n=n._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=
318
- function(){return($n=n._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=n.asm.emscripten_bind_MdDbRotatedDimension_setXLine2Point_1).apply(null,arguments)},ao=n._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=function(){return(ao=n._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=n.asm.emscripten_bind_MdDbRotatedDimension_dimLinePoint_0).apply(null,arguments)},bo=n._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=function(){return(bo=n._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=
319
- n.asm.emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1).apply(null,arguments)},co=n._emscripten_bind_MdDbRotatedDimension_rotation_0=function(){return(co=n._emscripten_bind_MdDbRotatedDimension_rotation_0=n.asm.emscripten_bind_MdDbRotatedDimension_rotation_0).apply(null,arguments)},eo=n._emscripten_bind_MdDbRotatedDimension_setRotation_1=function(){return(eo=n._emscripten_bind_MdDbRotatedDimension_setRotation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setRotation_1).apply(null,arguments)},
320
- fo=n._emscripten_bind_MdDbRotatedDimension_oblique_0=function(){return(fo=n._emscripten_bind_MdDbRotatedDimension_oblique_0=n.asm.emscripten_bind_MdDbRotatedDimension_oblique_0).apply(null,arguments)},go=n._emscripten_bind_MdDbRotatedDimension_setOblique_1=function(){return(go=n._emscripten_bind_MdDbRotatedDimension_setOblique_1=n.asm.emscripten_bind_MdDbRotatedDimension_setOblique_1).apply(null,arguments)},ho=n._emscripten_bind_MdDbRotatedDimension_textPosition_0=function(){return(ho=n._emscripten_bind_MdDbRotatedDimension_textPosition_0=
321
- n.asm.emscripten_bind_MdDbRotatedDimension_textPosition_0).apply(null,arguments)},io=n._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=function(){return(io=n._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbRotatedDimension_setTextPosition_1).apply(null,arguments)},jo=n._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=function(){return(jo=n._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=n.asm.emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0).apply(null,
322
- arguments)},ko=n._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=function(){return(ko=n._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0).apply(null,arguments)},lo=n._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=function(){return(lo=n._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0).apply(null,arguments)},mo=n._emscripten_bind_MdDbRotatedDimension_elevation_0=
323
- function(){return(mo=n._emscripten_bind_MdDbRotatedDimension_elevation_0=n.asm.emscripten_bind_MdDbRotatedDimension_elevation_0).apply(null,arguments)},no=n._emscripten_bind_MdDbRotatedDimension_setElevation_1=function(){return(no=n._emscripten_bind_MdDbRotatedDimension_setElevation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setElevation_1).apply(null,arguments)},oo=n._emscripten_bind_MdDbRotatedDimension_dimensionText_0=function(){return(oo=n._emscripten_bind_MdDbRotatedDimension_dimensionText_0=
324
- n.asm.emscripten_bind_MdDbRotatedDimension_dimensionText_0).apply(null,arguments)},po=n._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=function(){return(po=n._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbRotatedDimension_setDimensionText_1).apply(null,arguments)},qo=n._emscripten_bind_MdDbRotatedDimension_textRotation_0=function(){return(qo=n._emscripten_bind_MdDbRotatedDimension_textRotation_0=n.asm.emscripten_bind_MdDbRotatedDimension_textRotation_0).apply(null,
325
- arguments)},ro=n._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=function(){return(ro=n._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setTextRotation_1).apply(null,arguments)},so=n._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=function(){return(so=n._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbRotatedDimension_dimensionStyle_0).apply(null,arguments)},to=n._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=
326
- function(){return(to=n._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=n.asm.emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1).apply(null,arguments)},uo=n._emscripten_bind_MdDbRotatedDimension_textAttachment_0=function(){return(uo=n._emscripten_bind_MdDbRotatedDimension_textAttachment_0=n.asm.emscripten_bind_MdDbRotatedDimension_textAttachment_0).apply(null,arguments)},vo=n._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=function(){return(vo=n._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=
327
- n.asm.emscripten_bind_MdDbRotatedDimension_setTextAttachment_1).apply(null,arguments)},wo=n._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=function(){return(wo=n._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbRotatedDimension_horizontalRotation_0).apply(null,arguments)},xo=n._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=function(){return(xo=n._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1).apply(null,
328
- arguments)},yo=n._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=function(){return(yo=n._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1).apply(null,arguments)},zo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=function(){return(zo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1).apply(null,arguments)},Ao=n._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=
329
- function(){return(Ao=n._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2).apply(null,arguments)},Bo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=function(){return(Bo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1).apply(null,arguments)},Co=n._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=function(){return(Co=n._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=
330
- n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2).apply(null,arguments)},Do=n._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=function(){return(Do=n._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarString_1).apply(null,arguments)},Eo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=function(){return(Eo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarString_2).apply(null,
331
- arguments)},Fo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=function(){return(Fo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1).apply(null,arguments)},Go=n._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=function(){return(Go=n._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2).apply(null,arguments)},Ho=n._emscripten_bind_MdDbRotatedDimension_explode_0=
332
- function(){return(Ho=n._emscripten_bind_MdDbRotatedDimension_explode_0=n.asm.emscripten_bind_MdDbRotatedDimension_explode_0).apply(null,arguments)},Io=n._emscripten_bind_MdDbRotatedDimension_getObjectID_0=function(){return(Io=n._emscripten_bind_MdDbRotatedDimension_getObjectID_0=n.asm.emscripten_bind_MdDbRotatedDimension_getObjectID_0).apply(null,arguments)},Jo=n._emscripten_bind_MdDbRotatedDimension_Erase_0=function(){return(Jo=n._emscripten_bind_MdDbRotatedDimension_Erase_0=n.asm.emscripten_bind_MdDbRotatedDimension_Erase_0).apply(null,
333
- arguments)},Ko=n._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=function(){return(Ko=n._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1).apply(null,arguments)},Lo=n._emscripten_bind_MdDbRotatedDimension_Clone_0=function(){return(Lo=n._emscripten_bind_MdDbRotatedDimension_Clone_0=n.asm.emscripten_bind_MdDbRotatedDimension_Clone_0).apply(null,arguments)},Mo=n._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=
334
- function(){return(Mo=n._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4).apply(null,arguments)},No=n._emscripten_bind_MdDbRotatedDimension_getObjectName_0=function(){return(No=n._emscripten_bind_MdDbRotatedDimension_getObjectName_0=n.asm.emscripten_bind_MdDbRotatedDimension_getObjectName_0).apply(null,arguments)},Oo=n._emscripten_bind_MdDbRotatedDimension_getDxf0_0=function(){return(Oo=n._emscripten_bind_MdDbRotatedDimension_getDxf0_0=
335
- n.asm.emscripten_bind_MdDbRotatedDimension_getDxf0_0).apply(null,arguments)},Po=n._emscripten_bind_MdDbRotatedDimension_getJson_0=function(){return(Po=n._emscripten_bind_MdDbRotatedDimension_getJson_0=n.asm.emscripten_bind_MdDbRotatedDimension_getJson_0).apply(null,arguments)},Qo=n._emscripten_bind_MdDbRotatedDimension_setJson_1=function(){return(Qo=n._emscripten_bind_MdDbRotatedDimension_setJson_1=n.asm.emscripten_bind_MdDbRotatedDimension_setJson_1).apply(null,arguments)},Ro=n._emscripten_bind_MdDbRotatedDimension___destroy___0=
336
- function(){return(Ro=n._emscripten_bind_MdDbRotatedDimension___destroy___0=n.asm.emscripten_bind_MdDbRotatedDimension___destroy___0).apply(null,arguments)},So=n._emscripten_bind_MdDbMText_MdDbMText_0=function(){return(So=n._emscripten_bind_MdDbMText_MdDbMText_0=n.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},To=n._emscripten_bind_MdDbMText_location_0=function(){return(To=n._emscripten_bind_MdDbMText_location_0=n.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},
337
- Uo=n._emscripten_bind_MdDbMText_setLocation_1=function(){return(Uo=n._emscripten_bind_MdDbMText_setLocation_1=n.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},Vo=n._emscripten_bind_MdDbMText_rotation_0=function(){return(Vo=n._emscripten_bind_MdDbMText_rotation_0=n.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},Wo=n._emscripten_bind_MdDbMText_setRotation_1=function(){return(Wo=n._emscripten_bind_MdDbMText_setRotation_1=n.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,
338
- arguments)},Xo=n._emscripten_bind_MdDbMText_width_0=function(){return(Xo=n._emscripten_bind_MdDbMText_width_0=n.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},Yo=n._emscripten_bind_MdDbMText_setWidth_1=function(){return(Yo=n._emscripten_bind_MdDbMText_setWidth_1=n.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},Zo=n._emscripten_bind_MdDbMText_textHeight_0=function(){return(Zo=n._emscripten_bind_MdDbMText_textHeight_0=n.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,
339
- arguments)},$o=n._emscripten_bind_MdDbMText_setTextHeight_1=function(){return($o=n._emscripten_bind_MdDbMText_setTextHeight_1=n.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},ap=n._emscripten_bind_MdDbMText_attachment_0=function(){return(ap=n._emscripten_bind_MdDbMText_attachment_0=n.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},bp=n._emscripten_bind_MdDbMText_setAttachment_1=function(){return(bp=n._emscripten_bind_MdDbMText_setAttachment_1=n.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,
340
- arguments)},cp=n._emscripten_bind_MdDbMText_contents_0=function(){return(cp=n._emscripten_bind_MdDbMText_contents_0=n.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},dp=n._emscripten_bind_MdDbMText_setContents_1=function(){return(dp=n._emscripten_bind_MdDbMText_setContents_1=n.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},ep=n._emscripten_bind_MdDbMText_explode_0=function(){return(ep=n._emscripten_bind_MdDbMText_explode_0=n.asm.emscripten_bind_MdDbMText_explode_0).apply(null,
341
- arguments)},fp=n._emscripten_bind_MdDbMText_getObjectID_0=function(){return(fp=n._emscripten_bind_MdDbMText_getObjectID_0=n.asm.emscripten_bind_MdDbMText_getObjectID_0).apply(null,arguments)},gp=n._emscripten_bind_MdDbMText_Erase_0=function(){return(gp=n._emscripten_bind_MdDbMText_Erase_0=n.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,arguments)},hp=n._emscripten_bind_MdDbMText_ConnectionTempObject_1=function(){return(hp=n._emscripten_bind_MdDbMText_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,
342
- arguments)},ip=n._emscripten_bind_MdDbMText_Clone_0=function(){return(ip=n._emscripten_bind_MdDbMText_Clone_0=n.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},jp=n._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(jp=n._emscripten_bind_MdDbMText_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,arguments)},kp=n._emscripten_bind_MdDbMText_getObjectName_0=function(){return(kp=n._emscripten_bind_MdDbMText_getObjectName_0=n.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,
343
- arguments)},lp=n._emscripten_bind_MdDbMText_getDxf0_0=function(){return(lp=n._emscripten_bind_MdDbMText_getDxf0_0=n.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},mp=n._emscripten_bind_MdDbMText_getJson_0=function(){return(mp=n._emscripten_bind_MdDbMText_getJson_0=n.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,arguments)},np=n._emscripten_bind_MdDbMText_setJson_1=function(){return(np=n._emscripten_bind_MdDbMText_setJson_1=n.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,
344
- arguments)},op=n._emscripten_bind_MdDbMText___destroy___0=function(){return(op=n._emscripten_bind_MdDbMText___destroy___0=n.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},pp=n._emscripten_bind_MdDbBlockTableRecordIterator_start_2=function(){return(pp=n._emscripten_bind_MdDbBlockTableRecordIterator_start_2=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_start_2).apply(null,arguments)},qp=n._emscripten_bind_MdDbBlockTableRecordIterator_done_0=function(){return(qp=n._emscripten_bind_MdDbBlockTableRecordIterator_done_0=
345
- n.asm.emscripten_bind_MdDbBlockTableRecordIterator_done_0).apply(null,arguments)},rp=n._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=function(){return(rp=n._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0).apply(null,arguments)},sp=n._emscripten_bind_MdDbBlockTableRecordIterator_step_2=function(){return(sp=n._emscripten_bind_MdDbBlockTableRecordIterator_step_2=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_step_2).apply(null,
346
- arguments)},tp=n._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=function(){return(tp=n._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0).apply(null,arguments)},up=n._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=function(){return(up=n._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0).apply(null,arguments)},vp=n._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=
347
- function(){return(vp=n._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getJson_0).apply(null,arguments)},wp=n._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=function(){return(wp=n._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_setJson_1).apply(null,arguments)},xp=n._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=function(){return(xp=n._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=
348
- n.asm.emscripten_bind_MdDbBlockTableRecordIterator___destroy___0).apply(null,arguments)},yp=n._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=function(){return(yp=n._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=n.asm.emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0).apply(null,arguments)},zp=n._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=function(){return(zp=n._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=n.asm.emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1).apply(null,
349
- arguments)},Ap=n._emscripten_bind_MdDbBlockTableRecord_newIterator_2=function(){return(Ap=n._emscripten_bind_MdDbBlockTableRecord_newIterator_2=n.asm.emscripten_bind_MdDbBlockTableRecord_newIterator_2).apply(null,arguments)},Bp=n._emscripten_bind_MdDbBlockTableRecord_origin_0=function(){return(Bp=n._emscripten_bind_MdDbBlockTableRecord_origin_0=n.asm.emscripten_bind_MdDbBlockTableRecord_origin_0).apply(null,arguments)},Cp=n._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=function(){return(Cp=n._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=
350
- n.asm.emscripten_bind_MdDbBlockTableRecord_setOrigin_1).apply(null,arguments)},Dp=n._emscripten_bind_MdDbBlockTableRecord_getObjectID_0=function(){return(Dp=n._emscripten_bind_MdDbBlockTableRecord_getObjectID_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getObjectID_0).apply(null,arguments)},Ep=n._emscripten_bind_MdDbBlockTableRecord_Erase_0=function(){return(Ep=n._emscripten_bind_MdDbBlockTableRecord_Erase_0=n.asm.emscripten_bind_MdDbBlockTableRecord_Erase_0).apply(null,arguments)},Fp=n._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=
351
- function(){return(Fp=n._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1).apply(null,arguments)},Gp=n._emscripten_bind_MdDbBlockTableRecord_Clone_0=function(){return(Gp=n._emscripten_bind_MdDbBlockTableRecord_Clone_0=n.asm.emscripten_bind_MdDbBlockTableRecord_Clone_0).apply(null,arguments)},Hp=n._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=function(){return(Hp=n._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=
352
- n.asm.emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4).apply(null,arguments)},Ip=n._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=function(){return(Ip=n._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getObjectName_0).apply(null,arguments)},Jp=n._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=function(){return(Jp=n._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getDxf0_0).apply(null,arguments)},
353
- Kp=n._emscripten_bind_MdDbBlockTableRecord_getJson_0=function(){return(Kp=n._emscripten_bind_MdDbBlockTableRecord_getJson_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getJson_0).apply(null,arguments)},Lp=n._emscripten_bind_MdDbBlockTableRecord_setJson_1=function(){return(Lp=n._emscripten_bind_MdDbBlockTableRecord_setJson_1=n.asm.emscripten_bind_MdDbBlockTableRecord_setJson_1).apply(null,arguments)},Mp=n._emscripten_bind_MdDbBlockTableRecord___destroy___0=function(){return(Mp=n._emscripten_bind_MdDbBlockTableRecord___destroy___0=
354
- n.asm.emscripten_bind_MdDbBlockTableRecord___destroy___0).apply(null,arguments)},Np=n._emscripten_bind_MdDbBlockTableIterator_start_2=function(){return(Np=n._emscripten_bind_MdDbBlockTableIterator_start_2=n.asm.emscripten_bind_MdDbBlockTableIterator_start_2).apply(null,arguments)},Op=n._emscripten_bind_MdDbBlockTableIterator_done_0=function(){return(Op=n._emscripten_bind_MdDbBlockTableIterator_done_0=n.asm.emscripten_bind_MdDbBlockTableIterator_done_0).apply(null,arguments)},Pp=n._emscripten_bind_MdDbBlockTableIterator_getRecord_0=
355
- function(){return(Pp=n._emscripten_bind_MdDbBlockTableIterator_getRecord_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getRecord_0).apply(null,arguments)},Qp=n._emscripten_bind_MdDbBlockTableIterator_step_2=function(){return(Qp=n._emscripten_bind_MdDbBlockTableIterator_step_2=n.asm.emscripten_bind_MdDbBlockTableIterator_step_2).apply(null,arguments)},Rp=n._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=function(){return(Rp=n._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getObjectName_0).apply(null,
356
- arguments)},Sp=n._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=function(){return(Sp=n._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getDxf0_0).apply(null,arguments)},Tp=n._emscripten_bind_MdDbBlockTableIterator_getJson_0=function(){return(Tp=n._emscripten_bind_MdDbBlockTableIterator_getJson_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getJson_0).apply(null,arguments)},Up=n._emscripten_bind_MdDbBlockTableIterator_setJson_1=function(){return(Up=
357
- n._emscripten_bind_MdDbBlockTableIterator_setJson_1=n.asm.emscripten_bind_MdDbBlockTableIterator_setJson_1).apply(null,arguments)},Vp=n._emscripten_bind_MdDbBlockTableIterator___destroy___0=function(){return(Vp=n._emscripten_bind_MdDbBlockTableIterator___destroy___0=n.asm.emscripten_bind_MdDbBlockTableIterator___destroy___0).apply(null,arguments)},Wp=n._emscripten_bind_MdDbBlockTable_getAt_1=function(){return(Wp=n._emscripten_bind_MdDbBlockTable_getAt_1=n.asm.emscripten_bind_MdDbBlockTable_getAt_1).apply(null,
358
- arguments)},Xp=n._emscripten_bind_MdDbBlockTable_has_1=function(){return(Xp=n._emscripten_bind_MdDbBlockTable_has_1=n.asm.emscripten_bind_MdDbBlockTable_has_1).apply(null,arguments)},Yp=n._emscripten_bind_MdDbBlockTable_newIterator_2=function(){return(Yp=n._emscripten_bind_MdDbBlockTable_newIterator_2=n.asm.emscripten_bind_MdDbBlockTable_newIterator_2).apply(null,arguments)},Zp=n._emscripten_bind_MdDbBlockTable_add_1=function(){return(Zp=n._emscripten_bind_MdDbBlockTable_add_1=n.asm.emscripten_bind_MdDbBlockTable_add_1).apply(null,
359
- arguments)},$p=n._emscripten_bind_MdDbBlockTable_getObjectID_0=function(){return($p=n._emscripten_bind_MdDbBlockTable_getObjectID_0=n.asm.emscripten_bind_MdDbBlockTable_getObjectID_0).apply(null,arguments)},aq=n._emscripten_bind_MdDbBlockTable_Erase_0=function(){return(aq=n._emscripten_bind_MdDbBlockTable_Erase_0=n.asm.emscripten_bind_MdDbBlockTable_Erase_0).apply(null,arguments)},bq=n._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=function(){return(bq=n._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=
360
- n.asm.emscripten_bind_MdDbBlockTable_ConnectionTempObject_1).apply(null,arguments)},cq=n._emscripten_bind_MdDbBlockTable_Clone_0=function(){return(cq=n._emscripten_bind_MdDbBlockTable_Clone_0=n.asm.emscripten_bind_MdDbBlockTable_Clone_0).apply(null,arguments)},dq=n._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=function(){return(dq=n._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbBlockTable_moveGripPointsAt_4).apply(null,arguments)},eq=n._emscripten_bind_MdDbBlockTable_getObjectName_0=
361
- function(){return(eq=n._emscripten_bind_MdDbBlockTable_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTable_getObjectName_0).apply(null,arguments)},fq=n._emscripten_bind_MdDbBlockTable_getDxf0_0=function(){return(fq=n._emscripten_bind_MdDbBlockTable_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTable_getDxf0_0).apply(null,arguments)},gq=n._emscripten_bind_MdDbBlockTable_getJson_0=function(){return(gq=n._emscripten_bind_MdDbBlockTable_getJson_0=n.asm.emscripten_bind_MdDbBlockTable_getJson_0).apply(null,
362
- arguments)},hq=n._emscripten_bind_MdDbBlockTable_setJson_1=function(){return(hq=n._emscripten_bind_MdDbBlockTable_setJson_1=n.asm.emscripten_bind_MdDbBlockTable_setJson_1).apply(null,arguments)},iq=n._emscripten_bind_MdDbBlockTable___destroy___0=function(){return(iq=n._emscripten_bind_MdDbBlockTable___destroy___0=n.asm.emscripten_bind_MdDbBlockTable___destroy___0).apply(null,arguments)},jq=n._emscripten_bind_McDrawSelSet_McDrawSelSet_0=function(){return(jq=n._emscripten_bind_McDrawSelSet_McDrawSelSet_0=
363
- n.asm.emscripten_bind_McDrawSelSet_McDrawSelSet_0).apply(null,arguments)},kq=n._emscripten_bind_McDrawSelSet_allSelect_1=function(){return(kq=n._emscripten_bind_McDrawSelSet_allSelect_1=n.asm.emscripten_bind_McDrawSelSet_allSelect_1).apply(null,arguments)},lq=n._emscripten_bind_McDrawSelSet_pointSelect_4=function(){return(lq=n._emscripten_bind_McDrawSelSet_pointSelect_4=n.asm.emscripten_bind_McDrawSelSet_pointSelect_4).apply(null,arguments)},mq=n._emscripten_bind_McDrawSelSet_crossingSelect_5=function(){return(mq=
364
- n._emscripten_bind_McDrawSelSet_crossingSelect_5=n.asm.emscripten_bind_McDrawSelSet_crossingSelect_5).apply(null,arguments)},nq=n._emscripten_bind_McDrawSelSet_count_0=function(){return(nq=n._emscripten_bind_McDrawSelSet_count_0=n.asm.emscripten_bind_McDrawSelSet_count_0).apply(null,arguments)},oq=n._emscripten_bind_McDrawSelSet_item_1=function(){return(oq=n._emscripten_bind_McDrawSelSet_item_1=n.asm.emscripten_bind_McDrawSelSet_item_1).apply(null,arguments)},pq=n._emscripten_bind_McDrawSelSet_getObjectName_0=
365
- function(){return(pq=n._emscripten_bind_McDrawSelSet_getObjectName_0=n.asm.emscripten_bind_McDrawSelSet_getObjectName_0).apply(null,arguments)},qq=n._emscripten_bind_McDrawSelSet_getDxf0_0=function(){return(qq=n._emscripten_bind_McDrawSelSet_getDxf0_0=n.asm.emscripten_bind_McDrawSelSet_getDxf0_0).apply(null,arguments)},rq=n._emscripten_bind_McDrawSelSet_getJson_0=function(){return(rq=n._emscripten_bind_McDrawSelSet_getJson_0=n.asm.emscripten_bind_McDrawSelSet_getJson_0).apply(null,arguments)},sq=
366
- n._emscripten_bind_McDrawSelSet_setJson_1=function(){return(sq=n._emscripten_bind_McDrawSelSet_setJson_1=n.asm.emscripten_bind_McDrawSelSet_setJson_1).apply(null,arguments)},tq=n._emscripten_bind_McDrawSelSet___destroy___0=function(){return(tq=n._emscripten_bind_McDrawSelSet___destroy___0=n.asm.emscripten_bind_McDrawSelSet___destroy___0).apply(null,arguments)},ud=n._malloc=function(){return(ud=n._malloc=n.asm.malloc).apply(null,arguments)},xd=n._free=function(){return(xd=n._free=n.asm.free).apply(null,
367
- arguments)};function Tc(){return(Tc=n.asm.__errno_location).apply(null,arguments)}n.__emscripten_tls_init=function(){return(n.__emscripten_tls_init=n.asm._emscripten_tls_init).apply(null,arguments)};var Jc=n._pthread_self=function(){return(Jc=n._pthread_self=n.asm.pthread_self).apply(null,arguments)},ve=n.__emscripten_thread_init=function(){return(ve=n.__emscripten_thread_init=n.asm._emscripten_thread_init).apply(null,arguments)};
368
- n.__emscripten_thread_crashed=function(){return(n.__emscripten_thread_crashed=n.asm._emscripten_thread_crashed).apply(null,arguments)};function od(){return(od=n.asm._emscripten_run_in_main_runtime_thread_js).apply(null,arguments)}function Ic(){return(Ic=n.asm._emscripten_thread_free_data).apply(null,arguments)}
369
- var Pc=n.__emscripten_thread_exit=function(){return(Pc=n.__emscripten_thread_exit=n.asm._emscripten_thread_exit).apply(null,arguments)},$c=n.__emscripten_check_mailbox=function(){return($c=n.__emscripten_check_mailbox=n.asm._emscripten_check_mailbox).apply(null,arguments)};function uq(){return(uq=n.asm.setThrew).apply(null,arguments)}function Lc(){return(Lc=n.asm.emscripten_stack_set_limits).apply(null,arguments)}function md(){return(md=n.asm.stackSave).apply(null,arguments)}
370
- function Mc(){return(Mc=n.asm.stackRestore).apply(null,arguments)}function nd(){return(nd=n.asm.stackAlloc).apply(null,arguments)}n.dynCall_iijj=function(){return(n.dynCall_iijj=n.asm.dynCall_iijj).apply(null,arguments)};n.dynCall_iij=function(){return(n.dynCall_iij=n.asm.dynCall_iij).apply(null,arguments)};n.dynCall_iiiiiji=function(){return(n.dynCall_iiiiiji=n.asm.dynCall_iiiiiji).apply(null,arguments)};n.dynCall_iiji=function(){return(n.dynCall_iiji=n.asm.dynCall_iiji).apply(null,arguments)};
371
- n.dynCall_iiiiiijji=function(){return(n.dynCall_iiiiiijji=n.asm.dynCall_iiiiiijji).apply(null,arguments)};n.dynCall_ji=function(){return(n.dynCall_ji=n.asm.dynCall_ji).apply(null,arguments)};n.dynCall_vij=function(){return(n.dynCall_vij=n.asm.dynCall_vij).apply(null,arguments)};n.dynCall_iiij=function(){return(n.dynCall_iiij=n.asm.dynCall_iiij).apply(null,arguments)};n.dynCall_iiiiij=function(){return(n.dynCall_iiiiij=n.asm.dynCall_iiiiij).apply(null,arguments)};
372
- n.dynCall_iiijjiddddddii=function(){return(n.dynCall_iiijjiddddddii=n.asm.dynCall_iiijjiddddddii).apply(null,arguments)};n.dynCall_iiiiddddiiiiiijjiiiiii=function(){return(n.dynCall_iiiiddddiiiiiijjiiiiii=n.asm.dynCall_iiiiddddiiiiiijjiiiiii).apply(null,arguments)};n.dynCall_viij=function(){return(n.dynCall_viij=n.asm.dynCall_viij).apply(null,arguments)};n.dynCall_jiji=function(){return(n.dynCall_jiji=n.asm.dynCall_jiji).apply(null,arguments)};
373
- n.dynCall_viijii=function(){return(n.dynCall_viijii=n.asm.dynCall_viijii).apply(null,arguments)};n.dynCall_iiiiijj=function(){return(n.dynCall_iiiiijj=n.asm.dynCall_iiiiijj).apply(null,arguments)};n.dynCall_iiiiiijj=function(){return(n.dynCall_iiiiiijj=n.asm.dynCall_iiiiiijj).apply(null,arguments)};n.___start_em_js=253800;n.___stop_em_js=253898;function ze(a,c,d){var e=md();try{Oc(a)(c,d)}catch(f){Mc(e);if(f!==f+0)throw f;uq(1,0)}}
374
- function ye(a,c){var d=md();try{Oc(a)(c)}catch(e){Mc(d);if(e!==e+0)throw e;uq(1,0)}}function we(a,c){var d=md();try{return Oc(a)(c)}catch(e){Mc(d);if(e!==e+0)throw e;uq(1,0)}}function xe(a,c,d,e){var f=md();try{return Oc(a)(c,d,e)}catch(g){Mc(f);if(g!==g+0)throw g;uq(1,0)}}n.keepRuntimeAlive=Za;n.wasmMemory=da;n.ExitStatus=Bb;n.PThread=w;var vq;kb=function wq(){vq||xq();vq||(kb=wq)};
375
- function xq(){function a(){if(!vq&&(vq=!0,n.calledRun=!0,!Qa)){$a();ta(n);if(n.onRuntimeInitialized)n.onRuntimeInitialized();if(!q){if(n.postRun)for("function"==typeof n.postRun&&(n.postRun=[n.postRun]);n.postRun.length;){var c=n.postRun.shift();Xa.unshift(c)}gb(Xa)}}}if(!(0<ib))if(q)ta(n),$a(),startWorker(n);else{if(n.preRun)for("function"==typeof n.preRun&&(n.preRun=[n.preRun]);n.preRun.length;)hb();gb(Va);0<ib||(n.setStatus?(n.setStatus("Running..."),setTimeout(function(){setTimeout(function(){n.setStatus("")},
376
- 1);a()},1)):a())}}if(n.preInit)for("function"==typeof n.preInit&&(n.preInit=[n.preInit]);0<n.preInit.length;)n.preInit.pop()();xq();function yq(){}yq.prototype=Object.create(yq.prototype);yq.prototype.constructor=yq;yq.prototype.i=yq;yq.l={};n.WrapperObject=yq;function zq(a){return(a||yq).l}n.getCache=zq;function A(a,c){var d=zq(c),e=d[a];if(e)return e;e=Object.create((c||yq).prototype);e.g=a;return d[a]=e}n.wrapPointer=A;n.castObject=function(a,c){return A(a.g,c)};n.NULL=A(0);
377
- n.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete zq(a.i)[a.g]};n.compare=function(a,c){return a.g===c.g};n.getPointer=function(a){return a.g};n.getClass=function(a){return a.i};var Aq=0,Bq=0,Cq=0,Dq=[],Eq=0;function D(){if(Eq){for(var a=0;a<Dq.length;a++)n._free(Dq[a]);Dq.length=0;n._free(Aq);Aq=0;Bq+=Eq;Eq=0}Aq||(Bq+=128,(Aq=n._malloc(Bq))||Na());Cq=0}
378
- function Fq(a,c){Aq||Na();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;Cq+a>=Bq?(0<a||Na(),Eq+=a,c=n._malloc(a),Dq.push(c)):(c=Aq+Cq,Cq+=a);return c}function Gq(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 E(a){if("string"===typeof a){a=Nb(a);var c=Fq(a,ca());Gq(a,ca(),c);return c}return a}function Hq(a){if("object"===typeof a){var c=Fq(a,ra());Gq(a,ra(),c);return c}return a}
379
- function Iq(){throw"cannot construct a MdRxObject, no constructor in IDL";}Iq.prototype=Object.create(yq.prototype);Iq.prototype.constructor=Iq;Iq.prototype.i=Iq;Iq.l={};n.MdRxObject=Iq;Iq.prototype.getObjectName=function(){return r(Be(this.g))};Iq.prototype.getDxf0=function(){return r(Ce(this.g))};Iq.prototype.getJson=function(){return r(De(this.g))};Iq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Ee(c,a)};
380
- function F(){throw"cannot construct a MdDbObject, no constructor in IDL";}F.prototype=Object.create(Iq.prototype);F.prototype.constructor=F;F.prototype.i=F;F.l={};n.MdDbObject=F;F.prototype.getObjectID=function(){return Fe(this.g)};F.prototype.Erase=function(){return!!Ge(this.g)};F.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!He(c,a)};F.prototype.Clone=function(){return A(Ie(this.g),F)};
381
- 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!!Je(f,a,c,d,e)};F.prototype.getObjectName=function(){return r(Ke(this.g))};F.prototype.getDxf0=function(){return r(Le(this.g))};F.prototype.getJson=function(){return r(Me(this.g))};F.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Ne(c,a)};
382
- function Jq(){throw"cannot construct a MdDbEntity, no constructor in IDL";}Jq.prototype=Object.create(F.prototype);Jq.prototype.constructor=Jq;Jq.prototype.i=Jq;Jq.l={};n.MdDbEntity=Jq;Jq.prototype.explode=function(){return A(Oe(this.g),H)};Jq.prototype.getObjectID=function(){return Pe(this.g)};Jq.prototype.Erase=function(){return!!Qe(this.g)};Jq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Re(c,a)};
383
- Jq.prototype.Clone=function(){return A(Se(this.g),F)};Jq.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!!Te(f,a,c,d,e)};Jq.prototype.getObjectName=function(){return r(Ue(this.g))};Jq.prototype.getDxf0=function(){return r(Ve(this.g))};Jq.prototype.getJson=function(){return r(We(this.g))};
384
- Jq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Xe(c,a)};function Kq(){throw"cannot construct a MdDbCurve, no constructor in IDL";}Kq.prototype=Object.create(Jq.prototype);Kq.prototype.constructor=Kq;Kq.prototype.i=Kq;Kq.l={};n.MdDbCurve=Kq;Kq.prototype.getStartParam=function(){return Ye(this.g)};Kq.prototype.getEndParam=function(){return Ze(this.g)};Kq.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return $e(c,a)};
385
- Kq.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return af(c,a)};Kq.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return bf(c,a)};Kq.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(cf(c,a),I)};Kq.prototype.explode=function(){return A(df(this.g),H)};Kq.prototype.getObjectID=function(){return ef(this.g)};Kq.prototype.Erase=function(){return!!ff(this.g)};
386
- Kq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gf(c,a)};Kq.prototype.Clone=function(){return A(hf(this.g),F)};Kq.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!!jf(f,a,c,d,e)};Kq.prototype.getObjectName=function(){return r(kf(this.g))};Kq.prototype.getDxf0=function(){return r(lf(this.g))};
387
- Kq.prototype.getJson=function(){return r(mf(this.g))};Kq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!nf(c,a)};function J(){this.g=of();zq(J)[this.g]=this}J.prototype=Object.create(Jq.prototype);J.prototype.constructor=J;J.prototype.i=J;J.l={};n.MdDbDimension=J;J.prototype.textPosition=function(){return A(pf(this.g),I)};J.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qf(c,a)};
388
- J.prototype.isUsingDefaultTextPosition=function(){return!!rf(this.g)};J.prototype.useSetTextPosition=function(){return!!sf(this.g)};J.prototype.useDefaultTextPosition=function(){return!!tf(this.g)};J.prototype.elevation=J.prototype.elevation=function(){return uf(this.g)};J.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vf(c,a)};J.prototype.dimensionText=function(){return r(wf(this.g))};
389
- J.prototype.setDimensionText=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!xf(c,a)};J.prototype.textRotation=function(){return yf(this.g)};J.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zf(c,a)};J.prototype.dimensionStyle=function(){return Af(this.g)};J.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bf(c,a)};J.prototype.textAttachment=function(){return Cf(this.g)};
390
- J.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Df(c,a)};J.prototype.horizontalRotation=function(){return Ef(this.g)};J.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ff(c,a)};J.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gf(c,a)};J.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Hf(c,a)};
391
- J.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!If(d,a,c)};J.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Jf(c,a)};J.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Kf(d,a,c)};J.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Lf(c,a))};
392
- J.prototype.SetDimVarString=function(a,c){var d=this.g;D();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:E(c);return!!Mf(d,a,c)};J.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Nf(c,a)};J.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Of(d,a,c)};J.prototype.explode=function(){return A(Pf(this.g),H)};J.prototype.getObjectID=function(){return Qf(this.g)};
393
- J.prototype.Erase=function(){return!!Rf(this.g)};J.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sf(c,a)};J.prototype.Clone=function(){return A(Tf(this.g),F)};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!!Uf(f,a,c,d,e)};J.prototype.getObjectName=function(){return r(Vf(this.g))};J.prototype.getDxf0=function(){return r(Wf(this.g))};
394
- J.prototype.getJson=function(){return r(Xf(this.g))};J.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Yf(c,a)};J.prototype.__destroy__=function(){Zf(this.g)};function Lq(){throw"cannot construct a VoidPtr, no constructor in IDL";}Lq.prototype=Object.create(yq.prototype);Lq.prototype.constructor=Lq;Lq.prototype.i=Lq;Lq.l={};n.VoidPtr=Lq;Lq.prototype.__destroy__=function(){$f(this.g)};function K(){this.g=ag();zq(K)[this.g]=this}K.prototype=Object.create(yq.prototype);
395
- K.prototype.constructor=K;K.prototype.i=K;K.l={};n.MdCmColor=K;K.prototype.setColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);bg(c,a)};K.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);cg(e,a,c,d)};K.prototype.get_red=K.prototype.fb=function(){return dg(this.g)};K.prototype.set_red=K.prototype.xb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);eg(c,a)};
396
- Object.defineProperty(K.prototype,"red",{get:K.prototype.fb,set:K.prototype.xb});K.prototype.get_green=K.prototype.bb=function(){return fg(this.g)};K.prototype.set_green=K.prototype.ub=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);gg(c,a)};Object.defineProperty(K.prototype,"green",{get:K.prototype.bb,set:K.prototype.ub});K.prototype.get_blue=K.prototype.$a=function(){return hg(this.g)};K.prototype.set_blue=K.prototype.sb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ig(c,a)};
397
- Object.defineProperty(K.prototype,"blue",{get:K.prototype.$a,set:K.prototype.sb});K.prototype.get_method=K.prototype.cb=function(){return jg(this.g)};K.prototype.set_method=K.prototype.vb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);kg(c,a)};Object.defineProperty(K.prototype,"method",{get:K.prototype.cb,set:K.prototype.vb});K.prototype.get_n=K.prototype.eb=function(){return lg(this.g)};K.prototype.set_n=K.prototype.wb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);mg(c,a)};
398
- Object.defineProperty(K.prototype,"n",{get:K.prototype.eb,set:K.prototype.wb});K.prototype.get_colorIndex=K.prototype.ab=function(){return ng(this.g)};K.prototype.set_colorIndex=K.prototype.tb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);og(c,a)};Object.defineProperty(K.prototype,"colorIndex",{get:K.prototype.ab,set:K.prototype.tb});K.prototype.__destroy__=function(){pg(this.g)};
399
- function I(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?qg():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):rg(a,c,d);zq(I)[this.g]=this}I.prototype=Object.create(yq.prototype);I.prototype.constructor=I;I.prototype.i=I;I.l={};n.MdGePoint3d=I;I.prototype.get_x=I.prototype.ga=function(){return sg(this.g)};
400
- I.prototype.set_x=I.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);tg(c,a)};Object.defineProperty(I.prototype,"x",{get:I.prototype.ga,set:I.prototype.ma});I.prototype.get_y=I.prototype.ha=function(){return ug(this.g)};I.prototype.set_y=I.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);vg(c,a)};Object.defineProperty(I.prototype,"y",{get:I.prototype.ha,set:I.prototype.na});I.prototype.get_z=I.prototype.ia=function(){return wg(this.g)};
401
- I.prototype.set_z=I.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);xg(c,a)};Object.defineProperty(I.prototype,"z",{get:I.prototype.ia,set:I.prototype.oa});I.prototype.__destroy__=function(){yg(this.g)};
402
- function L(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?zg():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):Ag(a,c,d);zq(L)[this.g]=this}L.prototype=Object.create(yq.prototype);L.prototype.constructor=L;L.prototype.i=L;L.l={};n.MdGeVector3d=L;L.prototype.get_x=L.prototype.ga=function(){return Bg(this.g)};
403
- L.prototype.set_x=L.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Cg(c,a)};Object.defineProperty(L.prototype,"x",{get:L.prototype.ga,set:L.prototype.ma});L.prototype.get_y=L.prototype.ha=function(){return Dg(this.g)};L.prototype.set_y=L.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Eg(c,a)};Object.defineProperty(L.prototype,"y",{get:L.prototype.ha,set:L.prototype.na});L.prototype.get_z=L.prototype.ia=function(){return Fg(this.g)};
404
- L.prototype.set_z=L.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Gg(c,a)};Object.defineProperty(L.prototype,"z",{get:L.prototype.ia,set:L.prototype.oa});L.prototype.__destroy__=function(){Hg(this.g)};function M(){this.g=Ig();zq(M)[this.g]=this}M.prototype=Object.create(yq.prototype);M.prototype.constructor=M;M.prototype.i=M;M.l={};n.MdGeMatrix3d=M;M.prototype.setToIdentity=function(){Jg(this.g)};
405
- M.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Kg(c,a)};M.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Lg(c,a)};M.prototype.setToProduct=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Mg(d,a,c)};M.prototype.invert=function(){Ng(this.g)};M.prototype.isSingular=function(){return!!Og(this.g)};M.prototype.transposeIt=function(){Pg(this.g)};
406
- M.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qg(c,a)};M.prototype.det=function(){return Rg(this.g)};M.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);Sg(f,a,c,d,e)};M.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Tg(c,a)};
407
- M.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);Ug(e,a,c,d)};M.prototype.setToScaling=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Vg(d,a,c)};M.prototype.scale=M.prototype.scale=function(){return Wg(this.g)};
408
- M.prototype.getData=M.prototype.getData=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return Xg(d,a,c)};M.prototype.__destroy__=function(){Yg(this.g)};function N(){this.g=Zg();zq(N)[this.g]=this}N.prototype=Object.create(F.prototype);N.prototype.constructor=N;N.prototype.i=N;N.l={};n.MdDbLayerTableRecord=N;N.prototype.getName=function(){return r($g(this.g))};
409
- N.prototype.setName=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!ah(c,a)};N.prototype.isFrozen=N.prototype.isFrozen=function(){return!!bh(this.g)};N.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ch(c,a)};N.prototype.isOff=function(){return!!dh(this.g)};N.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eh(c,a)};N.prototype.isLocked=function(){return!!fh(this.g)};
410
- N.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gh(c,a)};N.prototype.color=N.prototype.color=function(){return A(hh(this.g),K)};N.prototype.setColor=N.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ih(c,a)};N.prototype.linetypeObjectId=function(){return jh(this.g)};N.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kh(c,a)};N.prototype.lineWeight=function(){return lh(this.g)};
411
- N.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mh(c,a)};N.prototype.getObjectID=function(){return nh(this.g)};N.prototype.Erase=function(){return!!oh(this.g)};N.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ph(c,a)};N.prototype.Clone=function(){return A(qh(this.g),F)};
412
- 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!!rh(f,a,c,d,e)};N.prototype.getObjectName=function(){return r(sh(this.g))};N.prototype.getDxf0=function(){return r(th(this.g))};N.prototype.getJson=function(){return r(uh(this.g))};N.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!vh(c,a)};N.prototype.__destroy__=function(){wh(this.g)};
413
- function Mq(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}Mq.prototype=Object.create(F.prototype);Mq.prototype.constructor=Mq;Mq.prototype.i=Mq;Mq.l={};n.MdDbLayerTable=Mq;Mq.prototype.getObjectID=function(){return xh(this.g)};Mq.prototype.Erase=function(){return!!yh(this.g)};Mq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zh(c,a)};Mq.prototype.Clone=function(){return A(Ah(this.g),F)};
414
- Mq.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!!Bh(f,a,c,d,e)};Mq.prototype.getObjectName=function(){return r(Ch(this.g))};Mq.prototype.getDxf0=function(){return r(Dh(this.g))};Mq.prototype.getJson=function(){return r(Eh(this.g))};Mq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Fh(c,a)};
415
- function Nq(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}Nq.prototype=Object.create(F.prototype);Nq.prototype.constructor=Nq;Nq.prototype.i=Nq;Nq.l={};n.MdDbLinetypeTable=Nq;Nq.prototype.getObjectID=function(){return Gh(this.g)};Nq.prototype.Erase=function(){return!!Hh(this.g)};Nq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ih(c,a)};Nq.prototype.Clone=function(){return A(Jh(this.g),F)};
416
- Nq.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!!Kh(f,a,c,d,e)};Nq.prototype.getObjectName=function(){return r(Lh(this.g))};Nq.prototype.getDxf0=function(){return r(Mh(this.g))};Nq.prototype.getJson=function(){return r(Nh(this.g))};Nq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Oh(c,a)};
417
- function Oq(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}Oq.prototype=Object.create(F.prototype);Oq.prototype.constructor=Oq;Oq.prototype.i=Oq;Oq.l={};n.MdDbTextStyleTable=Oq;Oq.prototype.getObjectID=function(){return Ph(this.g)};Oq.prototype.Erase=function(){return!!Qh(this.g)};Oq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rh(c,a)};Oq.prototype.Clone=function(){return A(Sh(this.g),F)};
418
- Oq.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!!Th(f,a,c,d,e)};Oq.prototype.getObjectName=function(){return r(Uh(this.g))};Oq.prototype.getDxf0=function(){return r(Vh(this.g))};Oq.prototype.getJson=function(){return r(Wh(this.g))};Oq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Xh(c,a)};
419
- function O(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}O.prototype=Object.create(Iq.prototype);O.prototype.constructor=O;O.prototype.i=O;O.l={};n.MdDbDatabase=O;O.prototype.GetLayerTable=function(){return A(Yh(this.g),Mq)};O.prototype.GetLinetypeTable=function(){return A(Zh(this.g),Nq)};O.prototype.GetTextStyleTable=function(){return A($h(this.g),Oq)};O.prototype.GetBlockTable=function(){return A(ai(this.g),Pq)};O.prototype.CurrentSpace=function(){return A(bi(this.g),Qq)};
420
- O.prototype.GetCurrentlyLineTypeScale=function(){return ci(this.g)};O.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);di(c,a)};O.prototype.GetCurrentlyLayerName=function(){return r(ei(this.g))};O.prototype.SetCurrentlyLayerName=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);fi(c,a)};O.prototype.GetCurrentlyLineTypeName=function(){return r(gi(this.g))};
421
- O.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);hi(c,a)};O.prototype.GetCurrentlyTrueColor=function(){return A(ii(this.g),K)};O.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ji(c,a)};O.prototype.GetCurrentlyColorIndex=function(){return ki(this.g)};O.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);li(c,a)};O.prototype.GetCurrentlyTextStyleName=function(){return r(mi(this.g))};
422
- O.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);ni(c,a)};O.prototype.getObjectName=function(){return r(oi(this.g))};O.prototype.getDxf0=function(){return r(pi(this.g))};O.prototype.getJson=function(){return r(qi(this.g))};O.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!ri(c,a)};function P(){throw"cannot construct a McObject, no constructor in IDL";}P.prototype=Object.create(yq.prototype);
423
- P.prototype.constructor=P;P.prototype.i=P;P.l={};n.McObject=P;P.prototype.updateDisplay=function(a,c){var d=this.g;D();"object"==typeof a&&(a=Hq(a));"object"==typeof c&&(c=Hq(c));return!!si(d,a,c)};P.prototype.test=P.prototype.test=function(){ti(this.g)};P.prototype.openWebFile=function(a,c,d){var e=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!ui(e,a,c,d)};
424
- P.prototype.saveFileToUrl=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!vi(c,a)};P.prototype.saveFile=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!wi(c,a)};P.prototype.getViewDataJsonParam=function(){return r(xi(this.g))};P.prototype.updataAppData=function(){yi(this.g)};P.prototype.GetDatabase=function(){return A(zi(this.g),O)};P.prototype.GetSysVarString=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return r(Ai(c,a))};
425
- P.prototype.SetSysVarString=function(a,c){var d=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c=c&&"object"===typeof c?c.g:E(c);return!!Bi(d,a,c)};P.prototype.GetSysVarDouble=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return Ci(c,a)};P.prototype.SetSysVarDouble=function(a,c){var d=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c&&"object"===typeof c&&(c=c.g);return!!Di(d,a,c)};P.prototype.GetSysVarLong=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return Ei(c,a)};
426
- P.prototype.SetSysVarLong=function(a,c){var d=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c&&"object"===typeof c&&(c=c.g);return!!Fi(d,a,c)};P.prototype.fireEventWindowSize=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Gi(d,a,c)};P.prototype.fireEventCommandStart=function(){Hi(this.g)};P.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 Ii(d,a,c)};
427
- P.prototype.IntelliSelect_getGridData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Ji(c,a))};P.prototype.EntityTempWordDraw_onJigCommandEnd=function(){Ki(this.g)};P.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Li(c,a)};P.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){Mi(this.g)};P.prototype.EntityTempWordDraw_onJigClearDisplay=function(){Ni(this.g)};
428
- P.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Oi(c,a)};P.prototype.GetDrawColor=function(){return A(Pi(this.g),K)};P.prototype.AddLayer=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);Qi(c,a)};P.prototype.SetDrawLayer=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);Ri(c,a)};P.prototype.GetDrawLayer=function(){return r(Si(this.g))};
429
- P.prototype.AddTextStyle=function(a,c,d,e){var f=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c=c&&"object"===typeof c?c.g:E(c);d=d&&"object"===typeof d?d.g:E(d);e&&"object"===typeof e&&(e=e.g);Ti(f,a,c,d,e)};P.prototype.SetDrawTextStyle=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);Ui(c,a)};P.prototype.GetDrawTextStyle=function(){return r(Vi(this.g))};
430
- P.prototype.AddLinetype=function(a,c){var d=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c=c&&"object"===typeof c?c.g:E(c);Wi(d,a,c)};P.prototype.AddLinetypeEx=function(a,c,d){var e=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c=c&&"object"===typeof c?c.g:E(c);d=d&&"object"===typeof d?d.g:E(d);Xi(e,a,c,d)};
431
- P.prototype.AddDimStyle=function(a,c,d,e,f){var g=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c=c&&"object"===typeof c?c.g:E(c);d=d&&"object"===typeof d?d.g:E(d);e=e&&"object"===typeof e?e.g:E(e);f=f&&"object"===typeof f?f.g:E(f);Yi(g,a,c,d,e,f)};P.prototype.SetDrawLinetype=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);Zi(c,a)};P.prototype.GetDrawLinetype=function(){return r($i(this.g))};
432
- P.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);aj(c,a)};P.prototype.GetDrawLineWeight=function(){return bj(this.g)};P.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);cj(c,a)};P.prototype.GetDrawLineTypeScale=function(){return dj(this.g)};P.prototype.SetDrawDimStyle=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);ej(c,a)};P.prototype.GetDrawDimStyle=function(){return r(fj(this.g))};
433
- P.prototype.SetPatternDefinition=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);gj(c,a)};P.prototype.GetPatternDefinition=function(){return r(hj(this.g))};P.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ij(c,a)};P.prototype.GetDrawLineWidth=function(){return jj(this.g)};
434
- P.prototype.DrawLine=function(a,c,d,e,f,g){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);g&&"object"===typeof g&&(g=g.g);return kj(h,a,c,d,e,f,g)};
435
- P.prototype.DrawArc=function(a,c,d,e,f){var g=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 lj(g,a,c,d,e,f)};
436
- P.prototype.DrawArc2=function(a,c,d,e,f,g){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);g&&"object"===typeof g&&(g=g.g);return mj(h,a,c,d,e,f,g)};P.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 nj(e,a,c,d)};
437
- P.prototype.DrawEllipse=function(a,c,d,e,f){var g=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 oj(g,a,c,d,e,f)};
438
- P.prototype.DrawEllipseArc=function(a,c,d,e,f,g,h){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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return pj(l,a,c,d,e,f,g,h)};P.prototype.DrawPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return qj(d,a,c)};
439
- P.prototype.DrawSolid=function(a,c,d,e,f,g,h,l){var v=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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);l&&"object"===typeof l&&(l=l.g);return rj(v,a,c,d,e,f,g,h,l)};
440
- P.prototype.DrawMText=function(a,c,d,e,f,g,h){var l=this.g;D();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:E(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return sj(l,a,c,d,e,f,g,h)};
441
- P.prototype.DrawText=function(a,c,d,e,f,g,h){var l=this.g;D();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:E(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return tj(l,a,c,d,e,f,g,h)};
442
- P.prototype.DrawBlockReference=function(a,c,d,e,f){var g=this.g;D();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:E(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return uj(g,a,c,d,e,f)};
443
- P.prototype.DrawDimAligned=function(a,c,d,e,f,g){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);g&&"object"===typeof g&&(g=g.g);return vj(h,a,c,d,e,f,g)};
444
- P.prototype.DrawDimAngular=function(a,c,d,e,f,g,h,l){var v=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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);l&&"object"===typeof l&&(l=l.g);return wj(v,a,c,d,e,f,g,h,l)};
445
- P.prototype.DrawDimDiametric=function(a,c,d,e,f){var g=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 xj(g,a,c,d,e,f)};
446
- P.prototype.DrawDimRotated=function(a,c,d,e,f,g,h){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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return yj(l,a,c,d,e,f,g,h)};
447
- P.prototype.DrawDimOrdinate=function(a,c,d,e,f){var g=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 zj(g,a,c,d,e,f)};P.prototype.DrawDimRadial=function(a,c,d,e,f){var g=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 Aj(g,a,c,d,e,f)};
448
- P.prototype.PathMoveTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Bj(d,a,c)};P.prototype.PathMoveToEx=function(a,c,d,e,f){var g=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);Cj(g,a,c,d,e,f)};P.prototype.PathLineTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Dj(d,a,c)};
449
- P.prototype.PathLineToEx=function(a,c,d,e,f){var g=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);Ej(g,a,c,d,e,f)};P.prototype.DrawPathToPolyline=function(){return Fj(this.g)};P.prototype.DrawPathToSpline=function(){return Gj(this.g)};P.prototype.PathMakeClosed=function(){Hj(this.g)};
450
- P.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ij(c,a)};P.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Jj(c,a)};function Sq(){this.g=Kj();zq(Sq)[this.g]=this}Sq.prototype=Object.create(yq.prototype);Sq.prototype.constructor=Sq;Sq.prototype.i=Sq;Sq.l={};n.McApp=Sq;Sq.prototype.Init=function(){Lj(this.g)};
451
- Sq.prototype.CreateMxDraw=function(a,c,d,e,f){var g=this.g;D();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:E(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return A(Mj(g,a,c,d,e,f),P)};Sq.prototype.GetCurrentMxDraw=function(){return A(Nj(this.g),P)};Sq.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Oj(c,a)};
452
- Sq.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 Pj(f,a,c,d,e)};Sq.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Qj(c,a))};Sq.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Rj(c,a),F)};
453
- Sq.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Sj(c,a),Q)};Sq.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Tj(c,a),R)};Sq.prototype.ObjectIdToMdDbPolyline=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Uj(c,a),S)};Sq.prototype.ObjectIdToMdDbCircle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Vj(c,a),T)};
454
- Sq.prototype.ObjectIdToMdDbBlockReference=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Wj(c,a),V)};Sq.prototype.ObjectIdToMdDbAlignedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Xj(c,a),W)};Sq.prototype.ObjectIdToMdDbRotatedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Yj(c,a),Y)};Sq.prototype.ObjectIdToMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Zj(c,a),Z)};
455
- Sq.prototype.getLastCallResult=function(){return ak(this.g)};Sq.prototype.__destroy__=function(){bk(this.g)};function H(){this.g=ck();zq(H)[this.g]=this}H.prototype=Object.create(Iq.prototype);H.prototype.constructor=H;H.prototype.i=H;H.l={};n.McDrawResbuf=H;H.prototype.Clear=function(){dk(this.g)};H.prototype.GetCount=function(){return ek(this.g)};H.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fk(c,a)};
456
- H.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gk(c,a)};H.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hk(c,a)};H.prototype.AtObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(ik(c,a),Iq)};H.prototype.AtObjectMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(jk(c,a),Z)};H.prototype.AtObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(kk(c,a))};
457
- H.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(lk(c,a))};H.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(mk(c,a),I)};H.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return nk(c,a)};H.prototype.AddDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);ok(d,a,c)};
458
- H.prototype.Addlong=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);pk(d,a,c)};H.prototype.AddObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);qk(d,a,c)};H.prototype.AddObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rk(c,a)};H.prototype.AddString=function(a,c){var d=this.g;D();a=a&&"object"===typeof a?a.g:E(a);c&&"object"===typeof c&&(c=c.g);sk(d,a,c)};
459
- H.prototype.AddPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);tk(d,a,c)};H.prototype.RemoveAll=function(){uk(this.g)};H.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);vk(c,a)};H.prototype.getObjectName=function(){return r(wk(this.g))};H.prototype.getDxf0=function(){return r(xk(this.g))};H.prototype.getJson=function(){return r(yk(this.g))};
460
- H.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!zk(c,a)};H.prototype.__destroy__=function(){Ak(this.g)};function Tq(){this.g=Bk();zq(Tq)[this.g]=this}Tq.prototype=Object.create(yq.prototype);Tq.prototype.constructor=Tq;Tq.prototype.i=Tq;Tq.l={};n.McDrawUtility=Tq;
461
- Tq.prototype.findEntAtPoint=function(a,c,d,e,f){var g=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 Ck(g,a,c,d,e,f)};Tq.prototype.eraseEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dk(c,a)};Tq.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ek(d,a,c)};
462
- Tq.prototype.__destroy__=function(){Fk(this.g)};function Q(){this.g=Gk();zq(Q)[this.g]=this}Q.prototype=Object.create(Kq.prototype);Q.prototype.constructor=Q;Q.prototype.i=Q;Q.l={};n.MdDbLine=Q;Q.prototype.startPoint=function(){return A(Hk(this.g),I)};Q.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ik(c,a)};Q.prototype.endPoint=function(){return A(Jk(this.g),I)};
463
- Q.prototype.setEndPoint=Q.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kk(c,a)};Q.prototype.getStartParam=function(){return Lk(this.g)};Q.prototype.getEndParam=function(){return Mk(this.g)};Q.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Nk(c,a)};Q.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ok(c,a)};
464
- Q.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Pk(c,a)};Q.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Qk(c,a),I)};Q.prototype.explode=function(){return A(Rk(this.g),H)};Q.prototype.getObjectID=function(){return Sk(this.g)};Q.prototype.Erase=function(){return!!Tk(this.g)};Q.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uk(c,a)};
465
- Q.prototype.Clone=function(){return A(Vk(this.g),F)};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!!Wk(f,a,c,d,e)};Q.prototype.getObjectName=function(){return r(Xk(this.g))};Q.prototype.getDxf0=function(){return r(Yk(this.g))};Q.prototype.getJson=function(){return r(Zk(this.g))};
466
- Q.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!$k(c,a)};Q.prototype.__destroy__=function(){al(this.g)};function R(){this.g=bl();zq(R)[this.g]=this}R.prototype=Object.create(Jq.prototype);R.prototype.constructor=R;R.prototype.i=R;R.l={};n.MdDbText=R;R.prototype.position=R.prototype.position=function(){return A(cl(this.g),I)};R.prototype.setPosition=R.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dl(c,a)};
467
- R.prototype.alignmentPoint=function(){return A(el(this.g),I)};R.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fl(c,a)};R.prototype.oblique=function(){return gl(this.g)};R.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hl(c,a)};R.prototype.rotation=R.prototype.rotation=function(){return il(this.g)};R.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jl(c,a)};
468
- R.prototype.height=R.prototype.height=function(){return kl(this.g)};R.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ll(c,a)};R.prototype.widthFactor=function(){return ml(this.g)};R.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nl(c,a)};R.prototype.textString=function(){return r(ol(this.g))};R.prototype.setTextString=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!pl(c,a)};
469
- R.prototype.horizontalMode=function(){return ql(this.g)};R.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rl(c,a)};R.prototype.verticalMode=function(){return sl(this.g)};R.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tl(c,a)};R.prototype.explode=function(){return A(ul(this.g),H)};R.prototype.getObjectID=function(){return vl(this.g)};R.prototype.Erase=function(){return!!wl(this.g)};
470
- R.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xl(c,a)};R.prototype.Clone=function(){return A(yl(this.g),F)};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!!zl(f,a,c,d,e)};R.prototype.getObjectName=function(){return r(Al(this.g))};R.prototype.getDxf0=function(){return r(Bl(this.g))};
471
- R.prototype.getJson=function(){return r(Cl(this.g))};R.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Dl(c,a)};R.prototype.__destroy__=function(){El(this.g)};function T(){this.g=Fl();zq(T)[this.g]=this}T.prototype=Object.create(Kq.prototype);T.prototype.constructor=T;T.prototype.i=T;T.l={};n.MdDbCircle=T;T.prototype.center=function(){return A(Gl(this.g),I)};T.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hl(c,a)};
472
- T.prototype.radius=function(){return Il(this.g)};T.prototype.setRadius=T.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jl(c,a)};T.prototype.getStartParam=function(){return Kl(this.g)};T.prototype.getEndParam=function(){return Ll(this.g)};T.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ml(c,a)};T.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Nl(c,a)};
473
- T.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ol(c,a)};T.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(Pl(c,a),I)};T.prototype.explode=function(){return A(Ql(this.g),H)};T.prototype.getObjectID=function(){return Rl(this.g)};T.prototype.Erase=function(){return!!Sl(this.g)};T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tl(c,a)};
474
- T.prototype.Clone=function(){return A(Ul(this.g),F)};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!!Vl(f,a,c,d,e)};T.prototype.getObjectName=function(){return r(Wl(this.g))};T.prototype.getDxf0=function(){return r(Xl(this.g))};T.prototype.getJson=function(){return r(Yl(this.g))};
475
- T.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Zl(c,a)};T.prototype.__destroy__=function(){$l(this.g)};function S(){this.g=am();zq(S)[this.g]=this}S.prototype=Object.create(Kq.prototype);S.prototype.constructor=S;S.prototype.i=S;S.l={};n.MdDbPolyline=S;S.prototype.setClosed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bm(c,a)};S.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cm(c,a)};
476
- S.prototype.isClosed=function(){return!!dm(this.g)};S.prototype.getConstantWidth=function(){return em(this.g)};S.prototype.addVertexAt=function(a,c,d,e,f){var g=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!!fm(g,a,c,d,e,f)};S.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gm(c,a)};S.prototype.numVerts=function(){return hm(this.g)};
477
- S.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(im(c,a),I)};S.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return jm(c,a)};S.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return km(c,a)};S.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return lm(c,a)};
478
- S.prototype.setPointAt=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)};S.prototype.setBulgeAt=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)};S.prototype.getStartParam=function(){return om(this.g)};S.prototype.getEndParam=function(){return pm(this.g)};S.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return qm(c,a)};
479
- S.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return rm(c,a)};S.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return sm(c,a)};S.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return A(tm(c,a),I)};S.prototype.explode=function(){return A(um(this.g),H)};S.prototype.getObjectID=function(){return wm(this.g)};S.prototype.Erase=function(){return!!xm(this.g)};
480
- S.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ym(c,a)};S.prototype.Clone=function(){return A(zm(this.g),F)};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!!Am(f,a,c,d,e)};S.prototype.getObjectName=function(){return r(Bm(this.g))};S.prototype.getDxf0=function(){return r(Cm(this.g))};
481
- S.prototype.getJson=function(){return r(Dm(this.g))};S.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Em(c,a)};S.prototype.__destroy__=function(){Fm(this.g)};function V(){this.g=Gm();zq(V)[this.g]=this}V.prototype=Object.create(Jq.prototype);V.prototype.constructor=V;V.prototype.i=V;V.l={};n.MdDbBlockReference=V;V.prototype.blockTableRecord=function(){return Hm(this.g)};
482
- V.prototype.setBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Im(c,a)};V.prototype.position=V.prototype.position=function(){return A(Jm(this.g),I)};V.prototype.setPosition=V.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Km(c,a)};V.prototype.scaleFactors=function(){return A(Lm(this.g),I)};V.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mm(c,a)};
483
- V.prototype.rotation=V.prototype.rotation=function(){return Nm(this.g)};V.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Om(c,a)};V.prototype.blockTransform=function(){return A(Pm(this.g),M)};V.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qm(c,a)};V.prototype.explode=function(){return A(Rm(this.g),H)};V.prototype.getObjectID=function(){return Sm(this.g)};V.prototype.Erase=function(){return!!Tm(this.g)};
484
- V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Um(c,a)};V.prototype.Clone=function(){return A(Vm(this.g),F)};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!!Wm(f,a,c,d,e)};V.prototype.getObjectName=function(){return r(Xm(this.g))};V.prototype.getDxf0=function(){return r(Ym(this.g))};
485
- V.prototype.getJson=function(){return r(Zm(this.g))};V.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!$m(c,a)};V.prototype.__destroy__=function(){an(this.g)};function W(){this.g=bn();zq(W)[this.g]=this}W.prototype=Object.create(J.prototype);W.prototype.constructor=W;W.prototype.i=W;W.l={};n.MdDbAlignedDimension=W;W.prototype.xLine1Point=function(){return A(cn(this.g),I)};
486
- W.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dn(c,a)};W.prototype.xLine2Point=function(){return A(en(this.g),I)};W.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fn(c,a)};W.prototype.dimLinePoint=function(){return A(gn(this.g),I)};W.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hn(c,a)};W.prototype.oblique=function(){return jn(this.g)};
487
- W.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kn(c,a)};W.prototype.textPosition=function(){return A(ln(this.g),I)};W.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mn(c,a)};W.prototype.isUsingDefaultTextPosition=function(){return!!nn(this.g)};W.prototype.useSetTextPosition=function(){return!!on(this.g)};W.prototype.useDefaultTextPosition=function(){return!!pn(this.g)};
488
- W.prototype.elevation=W.prototype.elevation=function(){return qn(this.g)};W.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rn(c,a)};W.prototype.dimensionText=function(){return r(sn(this.g))};W.prototype.setDimensionText=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!tn(c,a)};W.prototype.textRotation=function(){return un(this.g)};W.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vn(c,a)};
489
- W.prototype.dimensionStyle=function(){return wn(this.g)};W.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xn(c,a)};W.prototype.textAttachment=function(){return yn(this.g)};W.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zn(c,a)};W.prototype.horizontalRotation=function(){return An(this.g)};W.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bn(c,a)};
490
- W.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cn(c,a)};W.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Dn(c,a)};W.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!En(d,a,c)};W.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Fn(c,a)};
491
- W.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Gn(d,a,c)};W.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Hn(c,a))};W.prototype.SetDimVarString=function(a,c){var d=this.g;D();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:E(c);return!!In(d,a,c)};W.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Jn(c,a)};
492
- W.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Kn(d,a,c)};W.prototype.explode=function(){return A(Ln(this.g),H)};W.prototype.getObjectID=function(){return Mn(this.g)};W.prototype.Erase=function(){return!!Nn(this.g)};W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!On(c,a)};W.prototype.Clone=function(){return A(Pn(this.g),F)};
493
- 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!!Qn(f,a,c,d,e)};W.prototype.getObjectName=function(){return r(Rn(this.g))};W.prototype.getDxf0=function(){return r(Sn(this.g))};W.prototype.getJson=function(){return r(Tn(this.g))};W.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Un(c,a)};W.prototype.__destroy__=function(){Vn(this.g)};
494
- function Y(){this.g=Wn();zq(Y)[this.g]=this}Y.prototype=Object.create(J.prototype);Y.prototype.constructor=Y;Y.prototype.i=Y;Y.l={};n.MdDbRotatedDimension=Y;Y.prototype.xLine1Point=function(){return A(Xn(this.g),I)};Y.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yn(c,a)};Y.prototype.xLine2Point=function(){return A(Zn(this.g),I)};Y.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$n(c,a)};
495
- Y.prototype.dimLinePoint=function(){return A(ao(this.g),I)};Y.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bo(c,a)};Y.prototype.rotation=Y.prototype.rotation=function(){return co(this.g)};Y.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eo(c,a)};Y.prototype.oblique=function(){return fo(this.g)};Y.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!go(c,a)};
496
- Y.prototype.textPosition=function(){return A(ho(this.g),I)};Y.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!io(c,a)};Y.prototype.isUsingDefaultTextPosition=function(){return!!jo(this.g)};Y.prototype.useSetTextPosition=function(){return!!ko(this.g)};Y.prototype.useDefaultTextPosition=function(){return!!lo(this.g)};Y.prototype.elevation=Y.prototype.elevation=function(){return mo(this.g)};
497
- Y.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!no(c,a)};Y.prototype.dimensionText=function(){return r(oo(this.g))};Y.prototype.setDimensionText=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!po(c,a)};Y.prototype.textRotation=function(){return qo(this.g)};Y.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ro(c,a)};Y.prototype.dimensionStyle=function(){return so(this.g)};
498
- Y.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!to(c,a)};Y.prototype.textAttachment=function(){return uo(this.g)};Y.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vo(c,a)};Y.prototype.horizontalRotation=function(){return wo(this.g)};Y.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xo(c,a)};
499
- Y.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yo(c,a)};Y.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return zo(c,a)};Y.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ao(d,a,c)};Y.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Bo(c,a)};
500
- Y.prototype.SetDimVarDouble=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)};Y.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Do(c,a))};Y.prototype.SetDimVarString=function(a,c){var d=this.g;D();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:E(c);return!!Eo(d,a,c)};Y.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Fo(c,a)};
501
- Y.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Go(d,a,c)};Y.prototype.explode=function(){return A(Ho(this.g),H)};Y.prototype.getObjectID=function(){return Io(this.g)};Y.prototype.Erase=function(){return!!Jo(this.g)};Y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ko(c,a)};Y.prototype.Clone=function(){return A(Lo(this.g),F)};
502
- 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!!Mo(f,a,c,d,e)};Y.prototype.getObjectName=function(){return r(No(this.g))};Y.prototype.getDxf0=function(){return r(Oo(this.g))};Y.prototype.getJson=function(){return r(Po(this.g))};Y.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Qo(c,a)};Y.prototype.__destroy__=function(){Ro(this.g)};
503
- function Z(){this.g=So();zq(Z)[this.g]=this}Z.prototype=Object.create(Jq.prototype);Z.prototype.constructor=Z;Z.prototype.i=Z;Z.l={};n.MdDbMText=Z;Z.prototype.location=Z.prototype.location=function(){return A(To(this.g),I)};Z.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uo(c,a)};Z.prototype.rotation=Z.prototype.rotation=function(){return Vo(this.g)};Z.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wo(c,a)};
504
- Z.prototype.width=Z.prototype.width=function(){return Xo(this.g)};Z.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yo(c,a)};Z.prototype.textHeight=function(){return Zo(this.g)};Z.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$o(c,a)};Z.prototype.attachment=function(){return ap(this.g)};Z.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bp(c,a)};
505
- Z.prototype.contents=Z.prototype.j=function(){return r(cp(this.g))};Z.prototype.setContents=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!dp(c,a)};Z.prototype.explode=function(){return A(ep(this.g),H)};Z.prototype.getObjectID=function(){return fp(this.g)};Z.prototype.Erase=function(){return!!gp(this.g)};Z.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hp(c,a)};Z.prototype.Clone=function(){return A(ip(this.g),F)};
506
- 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!!jp(f,a,c,d,e)};Z.prototype.getObjectName=function(){return r(kp(this.g))};Z.prototype.getDxf0=function(){return r(lp(this.g))};Z.prototype.getJson=function(){return r(mp(this.g))};Z.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!np(c,a)};Z.prototype.__destroy__=function(){op(this.g)};
507
- function Uq(){throw"cannot construct a MdDbBlockTableRecordIterator, no constructor in IDL";}Uq.prototype=Object.create(Iq.prototype);Uq.prototype.constructor=Uq;Uq.prototype.i=Uq;Uq.l={};n.MdDbBlockTableRecordIterator=Uq;Uq.prototype.start=Uq.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);pp(d,a,c)};Uq.prototype.done=Uq.prototype.done=function(){return!!qp(this.g)};Uq.prototype.getEntityId=function(){return rp(this.g)};
508
- Uq.prototype.step=Uq.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);sp(d,a,c)};Uq.prototype.getObjectName=function(){return r(tp(this.g))};Uq.prototype.getDxf0=function(){return r(up(this.g))};Uq.prototype.getJson=function(){return r(vp(this.g))};Uq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!wp(c,a)};Uq.prototype.__destroy__=function(){xp(this.g)};
509
- function Qq(){this.g=yp();zq(Qq)[this.g]=this}Qq.prototype=Object.create(F.prototype);Qq.prototype.constructor=Qq;Qq.prototype.i=Qq;Qq.l={};n.MdDbBlockTableRecord=Qq;Qq.prototype.appendAcDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return zp(c,a)};Qq.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return A(Ap(d,a,c),Uq)};Qq.prototype.origin=Qq.prototype.origin=function(){return A(Bp(this.g),I)};
510
- Qq.prototype.setOrigin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cp(c,a)};Qq.prototype.getObjectID=function(){return Dp(this.g)};Qq.prototype.Erase=function(){return!!Ep(this.g)};Qq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fp(c,a)};Qq.prototype.Clone=function(){return A(Gp(this.g),F)};
511
- Qq.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!!Hp(f,a,c,d,e)};Qq.prototype.getObjectName=function(){return r(Ip(this.g))};Qq.prototype.getDxf0=function(){return r(Jp(this.g))};Qq.prototype.getJson=function(){return r(Kp(this.g))};Qq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Lp(c,a)};
512
- Qq.prototype.__destroy__=function(){Mp(this.g)};function Vq(){throw"cannot construct a MdDbBlockTableIterator, no constructor in IDL";}Vq.prototype=Object.create(Iq.prototype);Vq.prototype.constructor=Vq;Vq.prototype.i=Vq;Vq.l={};n.MdDbBlockTableIterator=Vq;Vq.prototype.start=Vq.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Np(d,a,c)};Vq.prototype.done=Vq.prototype.done=function(){return!!Op(this.g)};
513
- Vq.prototype.getRecord=function(){return A(Pp(this.g),Qq)};Vq.prototype.step=Vq.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Qp(d,a,c)};Vq.prototype.getObjectName=function(){return r(Rp(this.g))};Vq.prototype.getDxf0=function(){return r(Sp(this.g))};Vq.prototype.getJson=function(){return r(Tp(this.g))};Vq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Up(c,a)};Vq.prototype.__destroy__=function(){Vp(this.g)};
514
- function Pq(){throw"cannot construct a MdDbBlockTable, no constructor in IDL";}Pq.prototype=Object.create(F.prototype);Pq.prototype.constructor=Pq;Pq.prototype.i=Pq;Pq.l={};n.MdDbBlockTable=Pq;Pq.prototype.getAt=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return A(Wp(c,a),Qq)};Pq.prototype.has=Pq.prototype.has=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!Xp(c,a)};
515
- Pq.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return A(Yp(d,a,c),Vq)};Pq.prototype.add=Pq.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Zp(c,a)};Pq.prototype.getObjectID=function(){return $p(this.g)};Pq.prototype.Erase=function(){return!!aq(this.g)};Pq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bq(c,a)};
516
- Pq.prototype.Clone=function(){return A(cq(this.g),F)};Pq.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!!dq(f,a,c,d,e)};Pq.prototype.getObjectName=function(){return r(eq(this.g))};Pq.prototype.getDxf0=function(){return r(fq(this.g))};Pq.prototype.getJson=function(){return r(gq(this.g))};
517
- Pq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!hq(c,a)};Pq.prototype.__destroy__=function(){iq(this.g)};function Wq(){this.g=jq();zq(Wq)[this.g]=this}Wq.prototype=Object.create(Iq.prototype);Wq.prototype.constructor=Wq;Wq.prototype.i=Wq;Wq.l={};n.McDrawSelSet=Wq;Wq.prototype.allSelect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return kq(c,a)};
518
- Wq.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 lq(f,a,c,d,e)};Wq.prototype.crossingSelect=function(a,c,d,e,f){var g=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 mq(g,a,c,d,e,f)};Wq.prototype.count=Wq.prototype.count=function(){return nq(this.g)};
519
- Wq.prototype.item=Wq.prototype.item=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return oq(c,a)};Wq.prototype.getObjectName=function(){return r(pq(this.g))};Wq.prototype.getDxf0=function(){return r(qq(this.g))};Wq.prototype.getJson=function(){return r(rq(this.g))};Wq.prototype.setJson=function(a){var c=this.g;D();a=a&&"object"===typeof a?a.g:E(a);return!!sq(c,a)};Wq.prototype.__destroy__=function(){tq(this.g)};
92
+ function Wd(a){a||(a=Td);if(!a.ib){a.ib=!0;var c=a.L;Dd(c);Ed(c);Fd(c);c.Kb=c.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");c.Ob=c.getExtension("WEBGL_multi_draw_instanced_base_vertex_base_instance");2<=a.version&&(c.ya=c.getExtension("EXT_disjoint_timer_query_webgl2"));if(2>a.version||!c.ya)c.ya=c.getExtension("EXT_disjoint_timer_query");c.Qb=c.getExtension("WEBGL_multi_draw");(c.getSupportedExtensions()||[]).forEach(function(d){d.includes("lose_context")||d.includes("debug")||c.getExtension(d)})}}
93
+ var Od,Td,Sd,Xd=[],Yd={},Zd=["default","low-power","high-performance"],$d=[0,"undefined"!=typeof document?document:0,"undefined"!=typeof window?window:0],ae={};
94
+ function be(){if(!ce){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",_:xa||"./this.program"},c;for(c in ae)void 0===ae[c]?delete a[c]:a[c]=ae[c];var d=[];for(c in a)d.push(c+"="+a[c]);ce=d}return ce}var ce;
95
+ function de(a,c){if(Ca)return Gc(9,1,a,c);var d=0;be().forEach(function(e,f){var g=c+d;f=k()[a+4*f>>2]=g;for(g=0;g<e.length;++g)ba()[f++>>0]=e.charCodeAt(g);ba()[f>>0]=0;d+=e.length+1});return 0}function ee(a,c){if(Ca)return Gc(10,1,a,c);var d=be();k()[a>>2]=d.length;var e=0;d.forEach(function(f){e+=f.length+1});k()[c>>2]=e;return 0}function fe(a){if(Ca)return Gc(11,1,a);try{var c=Cc(a);Bb(c);return 0}catch(d){if("undefined"==typeof zc||"ErrnoError"!==d.name)throw d;return d.s}}
96
+ function ge(a,c,d,e){if(Ca)return Gc(12,1,a,c,d,e);try{a:{var f=Cc(a);a=c;for(var g,h=c=0;h<d;h++){var n=k()[a>>2],z=k()[a+4>>2];a+=8;var r=zb(f,ba(),n,z,g);if(0>r){var P=-1;break a}c+=r;if(r<z)break;"undefined"!==typeof g&&(g+=r)}P=c}k()[e>>2]=P;return 0}catch(aa){if("undefined"==typeof zc||"ErrnoError"!==aa.name)throw aa;return aa.s}}
97
+ function he(a,c,d,e,f){if(Ca)return Gc(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 g=Cc(a);wc(g,c,e);wb=[g.position>>>0,(vb=g.position,1<=+Math.abs(vb)?0<vb?(Math.min(+Math.floor(vb/4294967296),4294967295)|0)>>>0:~~+Math.ceil((vb-+(~~vb>>>0))/4294967296)>>>0:0)];b()[f>>2]=wb[0];b()[f+4>>2]=wb[1];g.ja&&0===c&&0===e&&(g.ja=null);return 0}catch(h){if("undefined"==typeof zc||"ErrnoError"!==h.name)throw h;return h.s}}
98
+ function ie(a,c,d,e){if(Ca)return Gc(14,1,a,c,d,e);try{a:{var f=Cc(a);a=c;for(var g,h=c=0;h<d;h++){var n=k()[a>>2],z=k()[a+4>>2];a+=8;var r=f,P=ba(),aa=n,Y=z,m=g;if(0>Y||0>m)throw new q(28);if(null===r.fd)throw new q(8);if(0===(r.flags&2097155))throw new q(8);if(16384===(r.node.mode&61440))throw new q(31);if(!r.m.write)throw new q(28);r.seekable&&r.flags&1024&&wc(r,0,2);var M="undefined"!=typeof m;if(!M)m=r.position;else if(!r.seekable)throw new q(70);var K=r.m.write(r,P,aa,Y,m,void 0);M||(r.position+=
99
+ K);var ea=K;if(0>ea){var A=-1;break a}c+=ea;"undefined"!==typeof g&&(g+=ea)}A=c}k()[e>>2]=A;return 0}catch(la){if("undefined"==typeof zc||"ErrnoError"!==la.name)throw la;return la.s}}function je(a,c,d,e){for(var f=0;f<a;f++){var g=v[d](),h=g&&Pd(e);g?(g.name=h,e[h]=g):Nd(1282);b()[c+4*f>>2]=h}}function ke(a,c,d,e,f,g,h,n){c=Id[c];if(a=v[a](c,d))e=n&&yd(a.name,n,e),f&&(b()[f>>2]=e),g&&(b()[g>>2]=a.size),h&&(b()[h>>2]=a.type)}
100
+ function le(a,c){if(c){var d=void 0;switch(a){case 36346:d=1;break;case 36344:Nd(1280);return;case 34814:case 36345:d=0;break;case 34466:var e=v.getParameter(34467);d=e?e.length:0;break;case 33309:if(2>Td.version){Nd(1282);return}d=2*(v.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>Td.version){Nd(1280);return}d=33307==a?3:0}if(void 0===d)switch(e=v.getParameter(a),typeof e){case "number":d=e;break;case "boolean":d=e?1:0;break;case "string":Nd(1280);return;case "object":if(null===
101
+ 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:Nd(1280);return}else{if(e instanceof Float32Array||e instanceof Uint32Array||e instanceof Int32Array||e instanceof Array){for(a=0;a<e.length;++a)ba()[c+a>>0]=e[a]?1:0;return}try{d=e.name|0}catch(f){Nd(1280);Na("GL_INVALID_ENUM in glGet4v: Unknown object returned from WebGL getParameter("+
102
+ a+")! (error: "+f+")");return}}break;default:Nd(1280);Na("GL_INVALID_ENUM in glGet4v: Native code calling glGet4v("+a+") and it returns "+e+" of type "+typeof e+"!");return}ba()[c>>0]=d?1:0}else Nd(1281)}function me(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function ne(a){var c=v.Wa;if(c){var d=c.U[a];"number"==typeof d&&(c.U[a]=d=v.getUniformLocation(c,c.Pa[a]+(0<d?"["+d+"]":"")));return d}Nd(1282)}var oe=[];function pe(a){return 0===a%4&&(0!==a%100||0===a%400)}
103
+ var qe=[31,29,31,30,31,30,31,31,30,31,30,31],re=[31,28,31,30,31,30,31,31,30,31,30,31];function se(a,c){ba().set(a,c)}
104
+ function te(a,c,d,e){function f(m,M,K){for(m="number"==typeof m?m.toString():m||"";m.length<M;)m=K[0]+m;return m}function g(m,M){return f(m,M,"0")}function h(m,M){function K(A){return 0>A?-1:0<A?1:0}var ea;0===(ea=K(m.getFullYear()-M.getFullYear()))&&0===(ea=K(m.getMonth()-M.getMonth()))&&(ea=K(m.getDate()-M.getDate()));return ea}function n(m){switch(m.getDay()){case 0:return new Date(m.getFullYear()-1,11,29);case 1:return m;case 2:return new Date(m.getFullYear(),0,3);case 3:return new Date(m.getFullYear(),
105
+ 0,2);case 4:return new Date(m.getFullYear(),0,1);case 5:return new Date(m.getFullYear()-1,11,31);case 6:return new Date(m.getFullYear()-1,11,30)}}function z(m){var M=m.J;for(m=new Date((new Date(m.K+1900,0,1)).getTime());0<M;){var K=m.getMonth(),ea=(pe(m.getFullYear())?qe:re)[K];if(M>ea-m.getDate())M-=ea-m.getDate()+1,m.setDate(1),11>K?m.setMonth(K+1):(m.setMonth(0),m.setFullYear(m.getFullYear()+1));else{m.setDate(m.getDate()+M);break}}K=new Date(m.getFullYear()+1,0,4);M=n(new Date(m.getFullYear(),
106
+ 0,4));K=n(K);return 0>=h(M,m)?0>=h(K,m)?m.getFullYear()+1:m.getFullYear():m.getFullYear()-1}var r=b()[e+40>>2];e={Cb:b()[e>>2],Bb:b()[e+4>>2],ba:b()[e+8>>2],ra:b()[e+12>>2],da:b()[e+16>>2],K:b()[e+20>>2],C:b()[e+24>>2],J:b()[e+28>>2],Xb:b()[e+32>>2],Ab:b()[e+36>>2],Db:r?p(r):""};d=p(d);r={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y",
107
+ "%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 P in r)d=d.replace(new RegExp(P,"g"),r[P]);var aa="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),Y="January February March April May June July August September October November December".split(" ");r={"%a":function(m){return aa[m.C].substring(0,3)},"%A":function(m){return aa[m.C]},"%b":function(m){return Y[m.da].substring(0,
108
+ 3)},"%B":function(m){return Y[m.da]},"%C":function(m){return g((m.K+1900)/100|0,2)},"%d":function(m){return g(m.ra,2)},"%e":function(m){return f(m.ra,2," ")},"%g":function(m){return z(m).toString().substring(2)},"%G":function(m){return z(m)},"%H":function(m){return g(m.ba,2)},"%I":function(m){m=m.ba;0==m?m=12:12<m&&(m-=12);return g(m,2)},"%j":function(m){for(var M=0,K=0;K<=m.da-1;M+=(pe(m.K+1900)?qe:re)[K++]);return g(m.ra+M,3)},"%m":function(m){return g(m.da+1,2)},"%M":function(m){return g(m.Bb,
109
+ 2)},"%n":function(){return"\n"},"%p":function(m){return 0<=m.ba&&12>m.ba?"AM":"PM"},"%S":function(m){return g(m.Cb,2)},"%t":function(){return"\t"},"%u":function(m){return m.C||7},"%U":function(m){return g(Math.floor((m.J+7-m.C)/7),2)},"%V":function(m){var M=Math.floor((m.J+7-(m.C+6)%7)/7);2>=(m.C+371-m.J-2)%7&&M++;if(M)53==M&&(K=(m.C+371-m.J)%7,4==K||3==K&&pe(m.K)||(M=1));else{M=52;var K=(m.C+7-m.J-1)%7;(4==K||5==K&&pe(m.K%400-1))&&M++}return g(M,2)},"%w":function(m){return m.C},"%W":function(m){return g(Math.floor((m.J+
110
+ 7-(m.C+6)%7)/7),2)},"%y":function(m){return(m.K+1900).toString().substring(2)},"%Y":function(m){return m.K+1900},"%z":function(m){m=m.Ab;var M=0<=m;m=Math.abs(m)/60;return(M?"+":"-")+String("0000"+(m/60*100+m%60)).slice(-4)},"%Z":function(m){return m.Db},"%%":function(){return"%"}};d=d.replace(/%%/g,"\x00\x00");for(P in r)d.includes(P)&&(d=d.replace(new RegExp(P,"g"),r[P](e)));d=d.replace(/\0\0/g,"%");P=Pb(d,!1);if(P.length>c)return 0;se(P,a);return P.length-1}t.hb();
111
+ function jc(a,c,d,e){a||(a=this);this.parent=a;this.D=a.D;this.M=null;this.id=cc++;this.name=c;this.mode=d;this.h={};this.m={};this.rdev=e}Object.defineProperties(jc.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}}});db();dc=Array(4096);rc(u,"/");sc("/tmp",16895,0);sc("/home",16895,0);sc("/home/web_user",16895,0);
112
+ (()=>{sc("/dev",16895,0);Sb(259,{read:()=>0,write:(e,f,g,h)=>h});tc("/dev/null",259);Rb(1280,Ub);Rb(1536,Vb);tc("/dev/tty",1280);tc("/dev/tty1",1536);var a=new Uint8Array(1024),c=0,d=()=>{0===c&&(c=Mb(a).byteLength);return a[--c]};eb("random",d);eb("urandom",d);sc("/dev/shm",16895,0);sc("/dev/shm/tmp",16895,0)})();
113
+ (()=>{sc("/proc",16895,0);var a=sc("/proc/self",16895,0);sc("/proc/self/fd",16895,0);rc({D:()=>{var c=Xb(a,"fd",16895,73);c.h={lookup:(d,e)=>{var f=bc[+e];if(!f)throw new q(8);d={parent:null,D:{Ia:"fake"},h:{readlink:()=>f.path}};return d.parent=d}};return c}},"/proc/self/fd")})();Ca||(nb(),td(a=>{ud=a;ob()},()=>{ud=!1;ob()}));for(var v,ue=new Float32Array(288),ve=0;288>ve;++ve)oe[ve]=ue.subarray(0,ve+1);
114
+ var we=[null,Fc,Ic,Sc,Uc,Wc,Xc,Yc,Zc,de,ee,fe,ge,he,ie],Ce={__assert_fail:function(a,c,d,e){Qa("Assertion failed: "+p(a)+", at: "+[c?p(c):"unknown filename",d,e?p(e):"unknown function"])},__emscripten_init_main_thread_js:function(a){xe(a,!Aa,1,!za);t.Na()},__emscripten_thread_cleanup:function(a){Ca?postMessage({cmd:"cleanupThread",thread:a}):Fb(a)},__pthread_create_js:Tc,__syscall_fcntl64:Uc,__syscall_ioctl:Wc,__syscall_openat:Xc,__syscall_rmdir:Yc,__syscall_unlinkat:Zc,_emscripten_default_pthread_stack_size:function(){return 4194304},
115
+ _emscripten_fetch_free:function(a){var c=sd[a];c&&(delete sd[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(()=>Mc()):Ca?postMessage({targetThread:a,cmd:"checkMailbox"}):(a=t.F[a])&&a.postMessage({cmd:"checkMailbox"})},_emscripten_set_offscreencanvas_size:function(){return-1},_emscripten_thread_mailbox_await:ad,_emscripten_throw_longjmp:function(){throw Infinity;},abort:function(){Qa("")},
116
+ emscripten_asm_const_int:function(a,c,d){cd.length=0;var e;for(d>>=2;e=ia()[c++];)d+=105!=e&d,cd.push(105==e?b()[d]:sa()[d++>>1]),++d;return Cb[a].apply(null,cd)},emscripten_check_blocking_allowed:function(){},emscripten_clear_interval:function(a){--$a;clearInterval(a)},emscripten_date_now:function(){return Date.now()},emscripten_exit_with_live_runtime:function(){$a+=1;throw"unwind";},emscripten_get_now:fd,emscripten_log:function(a,c,d){c=kd(c,d);c=Ab(c,0);a&24&&(c=c.replace(/\s+$/,""),c+=(0<c.length?
117
+ "\n":"")+md(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?Na(c):Ma(c)},emscripten_memcpy_big:function(a,c,d){ia().copyWithin(a,c,c+d)},emscripten_receive_on_main_thread_js:function(a,c,d){rd.length=c;d>>=3;for(var e=0;e<c;e++)rd[e]=sa()[d+e];return(0>a?Cb[-a-1]:we[a]).apply(null,rd)},emscripten_resize_heap:function(a){var c=ia().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);
118
+ var f=Math,g=f.min;e=Math.max(a,e);e+=(65536-e%65536)%65536;a:{var h=ca.buffer;try{ca.grow(g.call(f,2147483648,e)-h.byteLength+65535>>>16);ha();var n=1;break a}catch(z){}n=void 0}if(n)return!0}return!1},emscripten_run_script:function(a){eval(p(a))},emscripten_set_interval:function(a,c,d){$a+=1;return setInterval(function(){$c(function(){Qc(a)(d)})},c)},emscripten_start_fetch:function(a,c,d,e,f){function g(fa){ea?fa():$c(fa)}$a+=1;var h=a+112,n=p(h),z=k()[h+36>>2],r=k()[h+40>>2],P=k()[h+44>>2],aa=
119
+ k()[h+48>>2],Y=k()[h+52>>2],m=!!(Y&4),M=!!(Y&32),K=!!(Y&16),ea=!!(Y&64),A=fa=>{--$a;g(()=>{z?Qc(z)(fa):c&&c(fa)})},la=fa=>{g(()=>{P?Qc(P)(fa):e&&e(fa)})},O=fa=>{--$a;g(()=>{r?Qc(r)(fa):d&&d(fa)})},Pa=fa=>{g(()=>{aa?Qc(aa)(fa):f&&f(fa)})};Y=fa=>{vd(fa,A,O,la,Pa)};var ka=(fa,kx)=>{Ad(fa,kx.response,xb=>{--$a;g(()=>{z?Qc(z)(xb):c&&c(xb)})},xb=>{--$a;g(()=>{z?Qc(z)(xb):c&&c(xb)})})},Ja=fa=>{vd(fa,ka,O,la,Pa)};if("EM_IDB_STORE"===n)n=k()[h+84>>2],Ad(a,ia().slice(n,n+k()[h+88>>2]),A,O);else if("EM_IDB_DELETE"===
120
+ n)Cd(a,A,O);else if(K){if(M)return 0;vd(a,m?ka:A,O,la,Pa)}else Bd(a,A,M?O:m?Ja:Y);return a},emscripten_unwind_to_js_event_loop:function(){throw"unwind";},emscripten_webgl_create_context:function(a,c){c>>=2;var d=b()[c+6];c={alpha:!!b()[c+0],depth:!!b()[c+1],stencil:!!b()[c+2],antialias:!!b()[c+3],premultipliedAlpha:!!b()[c+4],preserveDrawingBuffer:!!b()[c+5],powerPreference:Zd[d],failIfMajorPerformanceCaveat:!!b()[c+7],Fa:b()[c+8],Pb:b()[c+9],za:b()[c+10],Ya:b()[c+11],Tb:b()[c+12],Ub:b()[c+13]};a=
121
+ 2<a?p(a):a;a=$d[a]||("undefined"!=typeof document?document.querySelector(a):void 0);return!a||c.Ya?0:Ud(a,c)},emscripten_webgl_destroy_context:function(a){Td==a&&(Td=0);Td===Ld[a]&&(Td=null);if("object"==typeof Yd)for(var c=Ld[a].L.canvas,d=0;d<Xd.length;++d)if(Xd[d].target==c){var e=d--,f=Xd[e];f.target.removeEventListener(f.Mb,f.Lb,f.Zb);Xd.splice(e,1)}Ld[a]&&Ld[a].L.canvas&&(Ld[a].L.canvas.Sa=void 0);zd(Ld[a].gb);Ld[a]=null},emscripten_webgl_make_context_current:function(a){Td=Ld[a];l.Jb=v=Td&&
122
+ Td.L;return!a||v?0:-5},environ_get:de,environ_sizes_get:ee,exit:Hc,fd_close:fe,fd_read:ge,fd_seek:he,fd_write:ie,getentropy:function(a,c){Mb(ia().subarray(a,a+c));return 0},glAttachShader:function(a,c){v.attachShader(Id[a],Jd[c])},glBindAttribLocation:function(a,c,d){v.bindAttribLocation(Id[a],c,p(d))},glBindBuffer:function(a,c){34962==a?v.R=c:34963==a&&(v.S=c);35051==a?v.wa=c:35052==a&&(v.xa=c);v.bindBuffer(a,Hd[c])},glBindVertexArray:function(a){v.bindVertexArray(Kd[a]);a=v.getParameter(34965);
123
+ v.S=a?a.name|0:0},glBufferData:function(a,c,d,e){2<=Td.version?d&&c?v.bufferData(a,ia(),e,d,c):v.bufferData(a,c,e):v.bufferData(a,d?ia().subarray(d,d+c):c,e)},glClear:function(a){v.clear(a)},glClearColor:function(a,c,d,e){v.clearColor(a,c,d,e)},glClearStencil:function(a){v.clearStencil(a)},glColorMask:function(a,c,d,e){v.colorMask(!!a,!!c,!!d,!!e)},glCompileShader:function(a){v.compileShader(Jd[a])},glCreateProgram:function(){var a=Pd(Id),c=v.createProgram();c.name=a;c.Y=c.W=c.X=0;c.sa=1;Id[a]=c;
124
+ return a},glCreateShader:function(a){var c=Pd(Jd);Jd[c]=v.createShader(a);return c},glDeleteBuffers:function(a,c){for(var d=0;d<a;d++){var e=b()[c+4*d>>2],f=Hd[e];f&&(v.deleteBuffer(f),f.name=0,Hd[e]=null,e==v.R&&(v.R=0),e==v.S&&(v.S=0),e==v.wa&&(v.wa=0),e==v.xa&&(v.xa=0))}},glDeleteProgram:function(a){if(a){var c=Id[a];c?(v.deleteProgram(c),c.name=0,Id[a]=null):Nd(1281)}},glDeleteShader:function(a){if(a){var c=Jd[a];c?(v.deleteShader(c),Jd[a]=null):Nd(1281)}},glDeleteVertexArrays:function(a,c){for(var d=
125
+ 0;d<a;d++){var e=b()[c+4*d>>2];v.deleteVertexArray(Kd[e]);Kd[e]=null}},glDepthMask:function(a){v.depthMask(!!a)},glDisable:function(a){v.disable(a)},glDrawArrays:function(a,c,d){Rd(c+d);v.drawArrays(a,c,d);Sd&&v.bindBuffer(34962,Hd[v.R])},glDrawElements:function(a,c,d,e){if(!v.S){var f=1*Md[d-5120]*c;var g=Qd(f);var h=Td.P[g];h?g=h:(h=v.getParameter(34965),Td.P[g]=v.createBuffer(),v.bindBuffer(34963,Td.P[g]),v.bufferData(34963,1<<g,35048),v.bindBuffer(34963,h),g=Td.P[g]);v.bindBuffer(34963,g);v.bufferSubData(34963,
126
+ 0,ia().subarray(e,e+f));e=0}Rd(c);v.drawElements(a,c,d,e);Sd&&v.bindBuffer(34962,Hd[v.R]);v.S||v.bindBuffer(34963,null)},glDrawElementsInstanced:function(a,c,d,e,f){v.drawElementsInstanced(a,c,d,e,f)},glEnable:function(a){v.enable(a)},glEnableVertexAttribArray:function(a){Td.V[a].enabled=!0;v.enableVertexAttribArray(a)},glGenBuffers:function(a,c){je(a,c,"createBuffer",Hd)},glGenVertexArrays:function(a,c){je(a,c,"createVertexArray",Kd)},glGetActiveAttrib:function(a,c,d,e,f,g,h){ke("getActiveAttrib",
127
+ a,c,d,e,f,g,h)},glGetActiveUniform:function(a,c,d,e,f,g,h){ke("getActiveUniform",a,c,d,e,f,g,h)},glGetAttribLocation:function(a,c){return v.getAttribLocation(Id[a],p(c))},glGetBooleanv:function(a,c){le(a,c)},glGetError:function(){var a=v.getError()||Od;Od=0;return a},glGetProgramInfoLog:function(a,c,d,e){a=v.getProgramInfoLog(Id[a]);null===a&&(a="(unknown error)");c=0<c&&e?yd(a,e,c):0;d&&(b()[d>>2]=c)},glGetProgramiv:function(a,c,d){if(d)if(a>=Gd)Nd(1281);else if(a=Id[a],35716==c)a=v.getProgramInfoLog(a),
128
+ null===a&&(a="(unknown error)"),b()[d>>2]=a.length+1;else if(35719==c){if(!a.Y)for(c=0;c<v.getProgramParameter(a,35718);++c)a.Y=Math.max(a.Y,v.getActiveUniform(a,c).name.length+1);b()[d>>2]=a.Y}else if(35722==c){if(!a.W)for(c=0;c<v.getProgramParameter(a,35721);++c)a.W=Math.max(a.W,v.getActiveAttrib(a,c).name.length+1);b()[d>>2]=a.W}else if(35381==c){if(!a.X)for(c=0;c<v.getProgramParameter(a,35382);++c)a.X=Math.max(a.X,v.getActiveUniformBlockName(a,c).length+1);b()[d>>2]=a.X}else b()[d>>2]=v.getProgramParameter(a,
129
+ c);else Nd(1281)},glGetShaderiv:function(a,c,d){d?35716==c?(a=v.getShaderInfoLog(Jd[a]),null===a&&(a="(unknown error)"),a=a?a.length+1:0,b()[d>>2]=a):35720==c?(a=(a=v.getShaderSource(Jd[a]))?a.length+1:0,b()[d>>2]=a):b()[d>>2]=v.getShaderParameter(Jd[a],c):Nd(1281)},glGetUniformLocation:function(a,c){c=p(c);if(a=Id[a]){var d=a,e=d.U,f=d.Qa,g;if(!e)for(d.U=e={},d.Pa={},g=0;g<v.getProgramParameter(d,35718);++g){var h=v.getActiveUniform(d,g);var n=h.name;h=h.size;var z=me(n);z=0<z?n.slice(0,z):n;var r=
130
+ d.sa;d.sa+=h;f[z]=[h,r];for(n=0;n<h;++n)e[r]=n,d.Pa[r++]=z}d=a.U;e=0;f=c;g=me(c);0<g&&(e=parseInt(c.slice(g+1))>>>0,f=c.slice(0,g));if((f=a.Qa[f])&&e<f[0]&&(e+=f[1],d[e]=d[e]||v.getUniformLocation(a,c)))return e}else Nd(1281);return-1},glLineWidth:function(a){v.lineWidth(a)},glLinkProgram:function(a){a=Id[a];v.linkProgram(a);a.U=0;a.Qa={}},glShaderSource:function(a,c,d,e){for(var f="",g=0;g<c;++g){var h=e?b()[e+4*g>>2]:-1;f+=p(b()[d+4*g>>2],0>h?void 0:h)}v.shaderSource(Jd[a],f)},glStencilFunc:function(a,
131
+ c,d){v.stencilFunc(a,c,d)},glStencilMask:function(a){v.stencilMask(a)},glStencilOp:function(a,c,d){v.stencilOp(a,c,d)},glUniform1i:function(a,c){v.uniform1i(ne(a),c)},glUniform4f:function(a,c,d,e,f){v.uniform4f(ne(a),c,d,e,f)},glUniform4fv:function(a,c,d){if(2<=Td.version)c&&v.uniform4fv(ne(a),qa(),d>>2,4*c);else{if(72>=c){var e=oe[4*c-1],f=qa();d>>=2;for(var g=0;g<4*c;g+=4){var h=d+g;e[g]=f[h];e[g+1]=f[h+1];e[g+2]=f[h+2];e[g+3]=f[h+3]}}else e=qa().subarray(d>>2,d+16*c>>2);v.uniform4fv(ne(a),e)}},
132
+ glUniformMatrix4fv:function(a,c,d,e){if(2<=Td.version)c&&v.uniformMatrix4fv(ne(a),!!d,qa(),e>>2,16*c);else{if(18>=c){var f=oe[16*c-1],g=qa();e>>=2;for(var h=0;h<16*c;h+=16){var n=e+h;f[h]=g[n];f[h+1]=g[n+1];f[h+2]=g[n+2];f[h+3]=g[n+3];f[h+4]=g[n+4];f[h+5]=g[n+5];f[h+6]=g[n+6];f[h+7]=g[n+7];f[h+8]=g[n+8];f[h+9]=g[n+9];f[h+10]=g[n+10];f[h+11]=g[n+11];f[h+12]=g[n+12];f[h+13]=g[n+13];f[h+14]=g[n+14];f[h+15]=g[n+15]}}else f=qa().subarray(e>>2,e+64*c>>2);v.uniformMatrix4fv(ne(a),!!d,f)}},glUseProgram:function(a){a=
133
+ Id[a];v.useProgram(a);v.Wa=a},glVertexAttribDivisor:function(a,c){v.vertexAttribDivisor(a,c)},glVertexAttribPointer:function(a,c,d,e,f,g){var h=Td.V[a];v.R?(h.ea=!1,v.vertexAttribPointer(a,c,d,!!e,f,g)):(h.size=c,h.type=d,h.Ka=e,h.pa=f,h.g=g,h.ea=!0,h.Ra=function(n,z,r,P,aa,Y){this.vertexAttribPointer(n,z,r,P,aa,Y)})},invoke_ii:ye,invoke_iiii:ze,invoke_vi:Ae,invoke_vii:Be,memory:ca||l.wasmMemory,strftime_l:function(a,c,d,e){return te(a,c,d,e)}};
134
+ (function(){function a(d,e){d=d.exports;l.asm=d;t.Oa.push(l.asm._emscripten_tls_init);Wa=l.asm.__indirect_function_table;Ya.unshift(l.asm.__wasm_call_ctors);Ra=e;t.mb(()=>ob());return d}var c={env:Ce,wasi_snapshot_preview1:Ce};nb();if(l.instantiateWasm)try{return l.instantiateWasm(c,a)}catch(d){Na("Module.instantiateWasm callback failed with error: "+d),va(d)}ub(c,function(d){a(d.instance,d.module)}).catch(va);return{}})();
135
+ var De=l._emscripten_bind_MdRxObject_getObjectName_0=function(){return(De=l._emscripten_bind_MdRxObject_getObjectName_0=l.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},Ee=l._emscripten_bind_MdRxObject_getDxf0_0=function(){return(Ee=l._emscripten_bind_MdRxObject_getDxf0_0=l.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},Fe=l._emscripten_bind_MdRxObject_getJson_0=function(){return(Fe=l._emscripten_bind_MdRxObject_getJson_0=l.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,
136
+ arguments)},Ge=l._emscripten_bind_MdRxObject_setJson_1=function(){return(Ge=l._emscripten_bind_MdRxObject_setJson_1=l.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},He=l._emscripten_bind_MdDbObject_GetObjectID_0=function(){return(He=l._emscripten_bind_MdDbObject_GetObjectID_0=l.asm.emscripten_bind_MdDbObject_GetObjectID_0).apply(null,arguments)},Ie=l._emscripten_bind_MdDbObject_Erase_0=function(){return(Ie=l._emscripten_bind_MdDbObject_Erase_0=l.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,
137
+ arguments)},Je=l._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(Je=l._emscripten_bind_MdDbObject_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},Ke=l._emscripten_bind_MdDbObject_Clone_0=function(){return(Ke=l._emscripten_bind_MdDbObject_Clone_0=l.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},Le=l._emscripten_bind_MdDbObject_GetHandle_0=function(){return(Le=l._emscripten_bind_MdDbObject_GetHandle_0=l.asm.emscripten_bind_MdDbObject_GetHandle_0).apply(null,
138
+ arguments)},Me=l._emscripten_bind_MdDbObject_GetDatabase_0=function(){return(Me=l._emscripten_bind_MdDbObject_GetDatabase_0=l.asm.emscripten_bind_MdDbObject_GetDatabase_0).apply(null,arguments)},Ne=l._emscripten_bind_MdDbObject_GetOwnerID_0=function(){return(Ne=l._emscripten_bind_MdDbObject_GetOwnerID_0=l.asm.emscripten_bind_MdDbObject_GetOwnerID_0).apply(null,arguments)},Oe=l._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(Oe=l._emscripten_bind_MdDbObject_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,
139
+ arguments)},Pe=l._emscripten_bind_MdDbObject_getObjectName_0=function(){return(Pe=l._emscripten_bind_MdDbObject_getObjectName_0=l.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},Qe=l._emscripten_bind_MdDbObject_getDxf0_0=function(){return(Qe=l._emscripten_bind_MdDbObject_getDxf0_0=l.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,arguments)},Re=l._emscripten_bind_MdDbObject_getJson_0=function(){return(Re=l._emscripten_bind_MdDbObject_getJson_0=l.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,
140
+ arguments)},Se=l._emscripten_bind_MdDbObject_setJson_1=function(){return(Se=l._emscripten_bind_MdDbObject_setJson_1=l.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Te=l._emscripten_bind_MdDbEntity_explode_0=function(){return(Te=l._emscripten_bind_MdDbEntity_explode_0=l.asm.emscripten_bind_MdDbEntity_explode_0).apply(null,arguments)},Ue=l._emscripten_bind_MdDbEntity_TrueColor_0=function(){return(Ue=l._emscripten_bind_MdDbEntity_TrueColor_0=l.asm.emscripten_bind_MdDbEntity_TrueColor_0).apply(null,
141
+ arguments)},Ve=l._emscripten_bind_MdDbEntity_SetTrueColor_1=function(){return(Ve=l._emscripten_bind_MdDbEntity_SetTrueColor_1=l.asm.emscripten_bind_MdDbEntity_SetTrueColor_1).apply(null,arguments)},We=l._emscripten_bind_MdDbEntity_ColorIndex_0=function(){return(We=l._emscripten_bind_MdDbEntity_ColorIndex_0=l.asm.emscripten_bind_MdDbEntity_ColorIndex_0).apply(null,arguments)},Xe=l._emscripten_bind_MdDbEntity_SetColorIndex_1=function(){return(Xe=l._emscripten_bind_MdDbEntity_SetColorIndex_1=l.asm.emscripten_bind_MdDbEntity_SetColorIndex_1).apply(null,
142
+ arguments)},Ye=l._emscripten_bind_MdDbEntity_Layer_0=function(){return(Ye=l._emscripten_bind_MdDbEntity_Layer_0=l.asm.emscripten_bind_MdDbEntity_Layer_0).apply(null,arguments)},Ze=l._emscripten_bind_MdDbEntity_SetLayer_1=function(){return(Ze=l._emscripten_bind_MdDbEntity_SetLayer_1=l.asm.emscripten_bind_MdDbEntity_SetLayer_1).apply(null,arguments)},$e=l._emscripten_bind_MdDbEntity_LinetypeScale_0=function(){return($e=l._emscripten_bind_MdDbEntity_LinetypeScale_0=l.asm.emscripten_bind_MdDbEntity_LinetypeScale_0).apply(null,
143
+ arguments)},af=l._emscripten_bind_MdDbEntity_SetLinetypeScale_1=function(){return(af=l._emscripten_bind_MdDbEntity_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbEntity_SetLinetypeScale_1).apply(null,arguments)},bf=l._emscripten_bind_MdDbEntity_Visible_0=function(){return(bf=l._emscripten_bind_MdDbEntity_Visible_0=l.asm.emscripten_bind_MdDbEntity_Visible_0).apply(null,arguments)},cf=l._emscripten_bind_MdDbEntity_SetVisible_1=function(){return(cf=l._emscripten_bind_MdDbEntity_SetVisible_1=l.asm.emscripten_bind_MdDbEntity_SetVisible_1).apply(null,
144
+ arguments)},df=l._emscripten_bind_MdDbEntity_Lineweight_0=function(){return(df=l._emscripten_bind_MdDbEntity_Lineweight_0=l.asm.emscripten_bind_MdDbEntity_Lineweight_0).apply(null,arguments)},ef=l._emscripten_bind_MdDbEntity_SetLineweight_1=function(){return(ef=l._emscripten_bind_MdDbEntity_SetLineweight_1=l.asm.emscripten_bind_MdDbEntity_SetLineweight_1).apply(null,arguments)},ff=l._emscripten_bind_MdDbEntity_TextStyle_0=function(){return(ff=l._emscripten_bind_MdDbEntity_TextStyle_0=l.asm.emscripten_bind_MdDbEntity_TextStyle_0).apply(null,
145
+ arguments)},gf=l._emscripten_bind_MdDbEntity_SetTextStyle_1=function(){return(gf=l._emscripten_bind_MdDbEntity_SetTextStyle_1=l.asm.emscripten_bind_MdDbEntity_SetTextStyle_1).apply(null,arguments)},hf=l._emscripten_bind_MdDbEntity_Highlight_1=function(){return(hf=l._emscripten_bind_MdDbEntity_Highlight_1=l.asm.emscripten_bind_MdDbEntity_Highlight_1).apply(null,arguments)},jf=l._emscripten_bind_MdDbEntity_Move_2=function(){return(jf=l._emscripten_bind_MdDbEntity_Move_2=l.asm.emscripten_bind_MdDbEntity_Move_2).apply(null,
146
+ arguments)},kf=l._emscripten_bind_MdDbEntity_Rotate_2=function(){return(kf=l._emscripten_bind_MdDbEntity_Rotate_2=l.asm.emscripten_bind_MdDbEntity_Rotate_2).apply(null,arguments)},lf=l._emscripten_bind_MdDbEntity_Mirror_2=function(){return(lf=l._emscripten_bind_MdDbEntity_Mirror_2=l.asm.emscripten_bind_MdDbEntity_Mirror_2).apply(null,arguments)},mf=l._emscripten_bind_MdDbEntity_ScaleEntity_2=function(){return(mf=l._emscripten_bind_MdDbEntity_ScaleEntity_2=l.asm.emscripten_bind_MdDbEntity_ScaleEntity_2).apply(null,
147
+ arguments)},nf=l._emscripten_bind_MdDbEntity_TransformBy_1=function(){return(nf=l._emscripten_bind_MdDbEntity_TransformBy_1=l.asm.emscripten_bind_MdDbEntity_TransformBy_1).apply(null,arguments)},of=l._emscripten_bind_MdDbEntity_GetBoundingBox_0=function(){return(of=l._emscripten_bind_MdDbEntity_GetBoundingBox_0=l.asm.emscripten_bind_MdDbEntity_GetBoundingBox_0).apply(null,arguments)},pf=l._emscripten_bind_MdDbEntity_GetObjectID_0=function(){return(pf=l._emscripten_bind_MdDbEntity_GetObjectID_0=l.asm.emscripten_bind_MdDbEntity_GetObjectID_0).apply(null,
148
+ arguments)},qf=l._emscripten_bind_MdDbEntity_Erase_0=function(){return(qf=l._emscripten_bind_MdDbEntity_Erase_0=l.asm.emscripten_bind_MdDbEntity_Erase_0).apply(null,arguments)},rf=l._emscripten_bind_MdDbEntity_ConnectionTempObject_1=function(){return(rf=l._emscripten_bind_MdDbEntity_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbEntity_ConnectionTempObject_1).apply(null,arguments)},sf=l._emscripten_bind_MdDbEntity_Clone_0=function(){return(sf=l._emscripten_bind_MdDbEntity_Clone_0=l.asm.emscripten_bind_MdDbEntity_Clone_0).apply(null,
149
+ arguments)},tf=l._emscripten_bind_MdDbEntity_GetHandle_0=function(){return(tf=l._emscripten_bind_MdDbEntity_GetHandle_0=l.asm.emscripten_bind_MdDbEntity_GetHandle_0).apply(null,arguments)},uf=l._emscripten_bind_MdDbEntity_GetDatabase_0=function(){return(uf=l._emscripten_bind_MdDbEntity_GetDatabase_0=l.asm.emscripten_bind_MdDbEntity_GetDatabase_0).apply(null,arguments)},vf=l._emscripten_bind_MdDbEntity_GetOwnerID_0=function(){return(vf=l._emscripten_bind_MdDbEntity_GetOwnerID_0=l.asm.emscripten_bind_MdDbEntity_GetOwnerID_0).apply(null,
150
+ arguments)},wf=l._emscripten_bind_MdDbEntity_moveGripPointsAt_4=function(){return(wf=l._emscripten_bind_MdDbEntity_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbEntity_moveGripPointsAt_4).apply(null,arguments)},xf=l._emscripten_bind_MdDbEntity_getObjectName_0=function(){return(xf=l._emscripten_bind_MdDbEntity_getObjectName_0=l.asm.emscripten_bind_MdDbEntity_getObjectName_0).apply(null,arguments)},yf=l._emscripten_bind_MdDbEntity_getDxf0_0=function(){return(yf=l._emscripten_bind_MdDbEntity_getDxf0_0=
151
+ l.asm.emscripten_bind_MdDbEntity_getDxf0_0).apply(null,arguments)},zf=l._emscripten_bind_MdDbEntity_getJson_0=function(){return(zf=l._emscripten_bind_MdDbEntity_getJson_0=l.asm.emscripten_bind_MdDbEntity_getJson_0).apply(null,arguments)},Af=l._emscripten_bind_MdDbEntity_setJson_1=function(){return(Af=l._emscripten_bind_MdDbEntity_setJson_1=l.asm.emscripten_bind_MdDbEntity_setJson_1).apply(null,arguments)},Bf=l._emscripten_bind_MdDbCurve_getStartParam_0=function(){return(Bf=l._emscripten_bind_MdDbCurve_getStartParam_0=
152
+ l.asm.emscripten_bind_MdDbCurve_getStartParam_0).apply(null,arguments)},Cf=l._emscripten_bind_MdDbCurve_getEndParam_0=function(){return(Cf=l._emscripten_bind_MdDbCurve_getEndParam_0=l.asm.emscripten_bind_MdDbCurve_getEndParam_0).apply(null,arguments)},Df=l._emscripten_bind_MdDbCurve_getDistAtParam_1=function(){return(Df=l._emscripten_bind_MdDbCurve_getDistAtParam_1=l.asm.emscripten_bind_MdDbCurve_getDistAtParam_1).apply(null,arguments)},Ef=l._emscripten_bind_MdDbCurve_getParamAtDist_1=function(){return(Ef=
153
+ l._emscripten_bind_MdDbCurve_getParamAtDist_1=l.asm.emscripten_bind_MdDbCurve_getParamAtDist_1).apply(null,arguments)},Ff=l._emscripten_bind_MdDbCurve_getDistAtPoint_1=function(){return(Ff=l._emscripten_bind_MdDbCurve_getDistAtPoint_1=l.asm.emscripten_bind_MdDbCurve_getDistAtPoint_1).apply(null,arguments)},Gf=l._emscripten_bind_MdDbCurve_getPointAtDist_1=function(){return(Gf=l._emscripten_bind_MdDbCurve_getPointAtDist_1=l.asm.emscripten_bind_MdDbCurve_getPointAtDist_1).apply(null,arguments)},Hf=l._emscripten_bind_MdDbCurve_getStartPoint_0=
154
+ function(){return(Hf=l._emscripten_bind_MdDbCurve_getStartPoint_0=l.asm.emscripten_bind_MdDbCurve_getStartPoint_0).apply(null,arguments)},If=l._emscripten_bind_MdDbCurve_getEndPoint_0=function(){return(If=l._emscripten_bind_MdDbCurve_getEndPoint_0=l.asm.emscripten_bind_MdDbCurve_getEndPoint_0).apply(null,arguments)},Jf=l._emscripten_bind_MdDbCurve_getPointAtParam_1=function(){return(Jf=l._emscripten_bind_MdDbCurve_getPointAtParam_1=l.asm.emscripten_bind_MdDbCurve_getPointAtParam_1).apply(null,arguments)},
155
+ Kf=l._emscripten_bind_MdDbCurve_getParamAtPoint_1=function(){return(Kf=l._emscripten_bind_MdDbCurve_getParamAtPoint_1=l.asm.emscripten_bind_MdDbCurve_getParamAtPoint_1).apply(null,arguments)},Lf=l._emscripten_bind_MdDbCurve_getFirstDeriv_1=function(){return(Lf=l._emscripten_bind_MdDbCurve_getFirstDeriv_1=l.asm.emscripten_bind_MdDbCurve_getFirstDeriv_1).apply(null,arguments)},Mf=l._emscripten_bind_MdDbCurve_getFirstDerivEx_1=function(){return(Mf=l._emscripten_bind_MdDbCurve_getFirstDerivEx_1=l.asm.emscripten_bind_MdDbCurve_getFirstDerivEx_1).apply(null,
156
+ arguments)},Nf=l._emscripten_bind_MdDbCurve_getClosestPointTo_2=function(){return(Nf=l._emscripten_bind_MdDbCurve_getClosestPointTo_2=l.asm.emscripten_bind_MdDbCurve_getClosestPointTo_2).apply(null,arguments)},Of=l._emscripten_bind_MdDbCurve_offsetCurves_2=function(){return(Of=l._emscripten_bind_MdDbCurve_offsetCurves_2=l.asm.emscripten_bind_MdDbCurve_offsetCurves_2).apply(null,arguments)},Pf=l._emscripten_bind_MdDbCurve_splitCurves_1=function(){return(Pf=l._emscripten_bind_MdDbCurve_splitCurves_1=
157
+ l.asm.emscripten_bind_MdDbCurve_splitCurves_1).apply(null,arguments)},Qf=l._emscripten_bind_MdDbCurve_getArea_0=function(){return(Qf=l._emscripten_bind_MdDbCurve_getArea_0=l.asm.emscripten_bind_MdDbCurve_getArea_0).apply(null,arguments)},Rf=l._emscripten_bind_MdDbCurve_getSamplePoints_1=function(){return(Rf=l._emscripten_bind_MdDbCurve_getSamplePoints_1=l.asm.emscripten_bind_MdDbCurve_getSamplePoints_1).apply(null,arguments)},Sf=l._emscripten_bind_MdDbCurve_getLength_0=function(){return(Sf=l._emscripten_bind_MdDbCurve_getLength_0=
158
+ l.asm.emscripten_bind_MdDbCurve_getLength_0).apply(null,arguments)},Tf=l._emscripten_bind_MdDbCurve_explode_0=function(){return(Tf=l._emscripten_bind_MdDbCurve_explode_0=l.asm.emscripten_bind_MdDbCurve_explode_0).apply(null,arguments)},Uf=l._emscripten_bind_MdDbCurve_TrueColor_0=function(){return(Uf=l._emscripten_bind_MdDbCurve_TrueColor_0=l.asm.emscripten_bind_MdDbCurve_TrueColor_0).apply(null,arguments)},Vf=l._emscripten_bind_MdDbCurve_SetTrueColor_1=function(){return(Vf=l._emscripten_bind_MdDbCurve_SetTrueColor_1=
159
+ l.asm.emscripten_bind_MdDbCurve_SetTrueColor_1).apply(null,arguments)},Wf=l._emscripten_bind_MdDbCurve_ColorIndex_0=function(){return(Wf=l._emscripten_bind_MdDbCurve_ColorIndex_0=l.asm.emscripten_bind_MdDbCurve_ColorIndex_0).apply(null,arguments)},Xf=l._emscripten_bind_MdDbCurve_SetColorIndex_1=function(){return(Xf=l._emscripten_bind_MdDbCurve_SetColorIndex_1=l.asm.emscripten_bind_MdDbCurve_SetColorIndex_1).apply(null,arguments)},Yf=l._emscripten_bind_MdDbCurve_Layer_0=function(){return(Yf=l._emscripten_bind_MdDbCurve_Layer_0=
160
+ l.asm.emscripten_bind_MdDbCurve_Layer_0).apply(null,arguments)},Zf=l._emscripten_bind_MdDbCurve_SetLayer_1=function(){return(Zf=l._emscripten_bind_MdDbCurve_SetLayer_1=l.asm.emscripten_bind_MdDbCurve_SetLayer_1).apply(null,arguments)},$f=l._emscripten_bind_MdDbCurve_LinetypeScale_0=function(){return($f=l._emscripten_bind_MdDbCurve_LinetypeScale_0=l.asm.emscripten_bind_MdDbCurve_LinetypeScale_0).apply(null,arguments)},ag=l._emscripten_bind_MdDbCurve_SetLinetypeScale_1=function(){return(ag=l._emscripten_bind_MdDbCurve_SetLinetypeScale_1=
161
+ l.asm.emscripten_bind_MdDbCurve_SetLinetypeScale_1).apply(null,arguments)},bg=l._emscripten_bind_MdDbCurve_Visible_0=function(){return(bg=l._emscripten_bind_MdDbCurve_Visible_0=l.asm.emscripten_bind_MdDbCurve_Visible_0).apply(null,arguments)},cg=l._emscripten_bind_MdDbCurve_SetVisible_1=function(){return(cg=l._emscripten_bind_MdDbCurve_SetVisible_1=l.asm.emscripten_bind_MdDbCurve_SetVisible_1).apply(null,arguments)},dg=l._emscripten_bind_MdDbCurve_Lineweight_0=function(){return(dg=l._emscripten_bind_MdDbCurve_Lineweight_0=
162
+ l.asm.emscripten_bind_MdDbCurve_Lineweight_0).apply(null,arguments)},eg=l._emscripten_bind_MdDbCurve_SetLineweight_1=function(){return(eg=l._emscripten_bind_MdDbCurve_SetLineweight_1=l.asm.emscripten_bind_MdDbCurve_SetLineweight_1).apply(null,arguments)},fg=l._emscripten_bind_MdDbCurve_TextStyle_0=function(){return(fg=l._emscripten_bind_MdDbCurve_TextStyle_0=l.asm.emscripten_bind_MdDbCurve_TextStyle_0).apply(null,arguments)},gg=l._emscripten_bind_MdDbCurve_SetTextStyle_1=function(){return(gg=l._emscripten_bind_MdDbCurve_SetTextStyle_1=
163
+ l.asm.emscripten_bind_MdDbCurve_SetTextStyle_1).apply(null,arguments)},hg=l._emscripten_bind_MdDbCurve_Highlight_1=function(){return(hg=l._emscripten_bind_MdDbCurve_Highlight_1=l.asm.emscripten_bind_MdDbCurve_Highlight_1).apply(null,arguments)},ig=l._emscripten_bind_MdDbCurve_Move_2=function(){return(ig=l._emscripten_bind_MdDbCurve_Move_2=l.asm.emscripten_bind_MdDbCurve_Move_2).apply(null,arguments)},jg=l._emscripten_bind_MdDbCurve_Rotate_2=function(){return(jg=l._emscripten_bind_MdDbCurve_Rotate_2=
164
+ l.asm.emscripten_bind_MdDbCurve_Rotate_2).apply(null,arguments)},kg=l._emscripten_bind_MdDbCurve_Mirror_2=function(){return(kg=l._emscripten_bind_MdDbCurve_Mirror_2=l.asm.emscripten_bind_MdDbCurve_Mirror_2).apply(null,arguments)},lg=l._emscripten_bind_MdDbCurve_ScaleEntity_2=function(){return(lg=l._emscripten_bind_MdDbCurve_ScaleEntity_2=l.asm.emscripten_bind_MdDbCurve_ScaleEntity_2).apply(null,arguments)},mg=l._emscripten_bind_MdDbCurve_TransformBy_1=function(){return(mg=l._emscripten_bind_MdDbCurve_TransformBy_1=
165
+ l.asm.emscripten_bind_MdDbCurve_TransformBy_1).apply(null,arguments)},ng=l._emscripten_bind_MdDbCurve_GetBoundingBox_0=function(){return(ng=l._emscripten_bind_MdDbCurve_GetBoundingBox_0=l.asm.emscripten_bind_MdDbCurve_GetBoundingBox_0).apply(null,arguments)},og=l._emscripten_bind_MdDbCurve_GetObjectID_0=function(){return(og=l._emscripten_bind_MdDbCurve_GetObjectID_0=l.asm.emscripten_bind_MdDbCurve_GetObjectID_0).apply(null,arguments)},pg=l._emscripten_bind_MdDbCurve_Erase_0=function(){return(pg=l._emscripten_bind_MdDbCurve_Erase_0=
166
+ l.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,arguments)},qg=l._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(qg=l._emscripten_bind_MdDbCurve_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},rg=l._emscripten_bind_MdDbCurve_Clone_0=function(){return(rg=l._emscripten_bind_MdDbCurve_Clone_0=l.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,arguments)},sg=l._emscripten_bind_MdDbCurve_GetHandle_0=function(){return(sg=l._emscripten_bind_MdDbCurve_GetHandle_0=
167
+ l.asm.emscripten_bind_MdDbCurve_GetHandle_0).apply(null,arguments)},tg=l._emscripten_bind_MdDbCurve_GetDatabase_0=function(){return(tg=l._emscripten_bind_MdDbCurve_GetDatabase_0=l.asm.emscripten_bind_MdDbCurve_GetDatabase_0).apply(null,arguments)},ug=l._emscripten_bind_MdDbCurve_GetOwnerID_0=function(){return(ug=l._emscripten_bind_MdDbCurve_GetOwnerID_0=l.asm.emscripten_bind_MdDbCurve_GetOwnerID_0).apply(null,arguments)},vg=l._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(vg=l._emscripten_bind_MdDbCurve_moveGripPointsAt_4=
168
+ l.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},wg=l._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(wg=l._emscripten_bind_MdDbCurve_getObjectName_0=l.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},xg=l._emscripten_bind_MdDbCurve_getDxf0_0=function(){return(xg=l._emscripten_bind_MdDbCurve_getDxf0_0=l.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,arguments)},yg=l._emscripten_bind_MdDbCurve_getJson_0=function(){return(yg=l._emscripten_bind_MdDbCurve_getJson_0=
169
+ l.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},zg=l._emscripten_bind_MdDbCurve_setJson_1=function(){return(zg=l._emscripten_bind_MdDbCurve_setJson_1=l.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},Ag=l._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(Ag=l._emscripten_bind_MdDbDimension_MdDbDimension_0=l.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,arguments)},Bg=l._emscripten_bind_MdDbDimension_textPosition_0=function(){return(Bg=
170
+ l._emscripten_bind_MdDbDimension_textPosition_0=l.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},Cg=l._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(Cg=l._emscripten_bind_MdDbDimension_setTextPosition_1=l.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},Dg=l._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(Dg=l._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=l.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,
171
+ arguments)},Eg=l._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(Eg=l._emscripten_bind_MdDbDimension_useSetTextPosition_0=l.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,arguments)},Fg=l._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(Fg=l._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=l.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,arguments)},Gg=l._emscripten_bind_MdDbDimension_elevation_0=function(){return(Gg=
172
+ l._emscripten_bind_MdDbDimension_elevation_0=l.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},Hg=l._emscripten_bind_MdDbDimension_setElevation_1=function(){return(Hg=l._emscripten_bind_MdDbDimension_setElevation_1=l.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},Ig=l._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(Ig=l._emscripten_bind_MdDbDimension_dimensionText_0=l.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},
173
+ Jg=l._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(Jg=l._emscripten_bind_MdDbDimension_setDimensionText_1=l.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},Kg=l._emscripten_bind_MdDbDimension_textRotation_0=function(){return(Kg=l._emscripten_bind_MdDbDimension_textRotation_0=l.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},Lg=l._emscripten_bind_MdDbDimension_setTextRotation_1=function(){return(Lg=l._emscripten_bind_MdDbDimension_setTextRotation_1=
174
+ l.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},Mg=l._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(Mg=l._emscripten_bind_MdDbDimension_dimensionStyle_0=l.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,arguments)},Ng=l._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(Ng=l._emscripten_bind_MdDbDimension_setDimensionStyle_1=l.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,arguments)},Og=l._emscripten_bind_MdDbDimension_textAttachment_0=
175
+ function(){return(Og=l._emscripten_bind_MdDbDimension_textAttachment_0=l.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},Pg=l._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(Pg=l._emscripten_bind_MdDbDimension_setTextAttachment_1=l.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Qg=l._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Qg=l._emscripten_bind_MdDbDimension_horizontalRotation_0=l.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,
176
+ arguments)},Rg=l._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Rg=l._emscripten_bind_MdDbDimension_setHorizontalRotation_1=l.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,arguments)},Sg=l._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return(Sg=l._emscripten_bind_MdDbDimension_recomputeDimBlock_1=l.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,arguments)},Tg=l._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(Tg=
177
+ l._emscripten_bind_MdDbDimension_GetDimVarInt_1=l.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},Ug=l._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(Ug=l._emscripten_bind_MdDbDimension_SetDimVarInt_2=l.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},Vg=l._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(Vg=l._emscripten_bind_MdDbDimension_GetDimVarDouble_1=l.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,
178
+ arguments)},Wg=l._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(Wg=l._emscripten_bind_MdDbDimension_SetDimVarDouble_2=l.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},Xg=l._emscripten_bind_MdDbDimension_GetDimVarString_1=function(){return(Xg=l._emscripten_bind_MdDbDimension_GetDimVarString_1=l.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},Yg=l._emscripten_bind_MdDbDimension_SetDimVarString_2=function(){return(Yg=l._emscripten_bind_MdDbDimension_SetDimVarString_2=
179
+ l.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},Zg=l._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(Zg=l._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=l.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,arguments)},$g=l._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return($g=l._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=l.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,arguments)},ah=
180
+ l._emscripten_bind_MdDbDimension_explode_0=function(){return(ah=l._emscripten_bind_MdDbDimension_explode_0=l.asm.emscripten_bind_MdDbDimension_explode_0).apply(null,arguments)},bh=l._emscripten_bind_MdDbDimension_TrueColor_0=function(){return(bh=l._emscripten_bind_MdDbDimension_TrueColor_0=l.asm.emscripten_bind_MdDbDimension_TrueColor_0).apply(null,arguments)},ch=l._emscripten_bind_MdDbDimension_SetTrueColor_1=function(){return(ch=l._emscripten_bind_MdDbDimension_SetTrueColor_1=l.asm.emscripten_bind_MdDbDimension_SetTrueColor_1).apply(null,
181
+ arguments)},dh=l._emscripten_bind_MdDbDimension_ColorIndex_0=function(){return(dh=l._emscripten_bind_MdDbDimension_ColorIndex_0=l.asm.emscripten_bind_MdDbDimension_ColorIndex_0).apply(null,arguments)},eh=l._emscripten_bind_MdDbDimension_SetColorIndex_1=function(){return(eh=l._emscripten_bind_MdDbDimension_SetColorIndex_1=l.asm.emscripten_bind_MdDbDimension_SetColorIndex_1).apply(null,arguments)},fh=l._emscripten_bind_MdDbDimension_Layer_0=function(){return(fh=l._emscripten_bind_MdDbDimension_Layer_0=
182
+ l.asm.emscripten_bind_MdDbDimension_Layer_0).apply(null,arguments)},gh=l._emscripten_bind_MdDbDimension_SetLayer_1=function(){return(gh=l._emscripten_bind_MdDbDimension_SetLayer_1=l.asm.emscripten_bind_MdDbDimension_SetLayer_1).apply(null,arguments)},hh=l._emscripten_bind_MdDbDimension_LinetypeScale_0=function(){return(hh=l._emscripten_bind_MdDbDimension_LinetypeScale_0=l.asm.emscripten_bind_MdDbDimension_LinetypeScale_0).apply(null,arguments)},ih=l._emscripten_bind_MdDbDimension_SetLinetypeScale_1=
183
+ function(){return(ih=l._emscripten_bind_MdDbDimension_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbDimension_SetLinetypeScale_1).apply(null,arguments)},jh=l._emscripten_bind_MdDbDimension_Visible_0=function(){return(jh=l._emscripten_bind_MdDbDimension_Visible_0=l.asm.emscripten_bind_MdDbDimension_Visible_0).apply(null,arguments)},kh=l._emscripten_bind_MdDbDimension_SetVisible_1=function(){return(kh=l._emscripten_bind_MdDbDimension_SetVisible_1=l.asm.emscripten_bind_MdDbDimension_SetVisible_1).apply(null,
184
+ arguments)},lh=l._emscripten_bind_MdDbDimension_Lineweight_0=function(){return(lh=l._emscripten_bind_MdDbDimension_Lineweight_0=l.asm.emscripten_bind_MdDbDimension_Lineweight_0).apply(null,arguments)},mh=l._emscripten_bind_MdDbDimension_SetLineweight_1=function(){return(mh=l._emscripten_bind_MdDbDimension_SetLineweight_1=l.asm.emscripten_bind_MdDbDimension_SetLineweight_1).apply(null,arguments)},nh=l._emscripten_bind_MdDbDimension_TextStyle_0=function(){return(nh=l._emscripten_bind_MdDbDimension_TextStyle_0=
185
+ l.asm.emscripten_bind_MdDbDimension_TextStyle_0).apply(null,arguments)},oh=l._emscripten_bind_MdDbDimension_SetTextStyle_1=function(){return(oh=l._emscripten_bind_MdDbDimension_SetTextStyle_1=l.asm.emscripten_bind_MdDbDimension_SetTextStyle_1).apply(null,arguments)},ph=l._emscripten_bind_MdDbDimension_Highlight_1=function(){return(ph=l._emscripten_bind_MdDbDimension_Highlight_1=l.asm.emscripten_bind_MdDbDimension_Highlight_1).apply(null,arguments)},qh=l._emscripten_bind_MdDbDimension_Move_2=function(){return(qh=
186
+ l._emscripten_bind_MdDbDimension_Move_2=l.asm.emscripten_bind_MdDbDimension_Move_2).apply(null,arguments)},rh=l._emscripten_bind_MdDbDimension_Rotate_2=function(){return(rh=l._emscripten_bind_MdDbDimension_Rotate_2=l.asm.emscripten_bind_MdDbDimension_Rotate_2).apply(null,arguments)},sh=l._emscripten_bind_MdDbDimension_Mirror_2=function(){return(sh=l._emscripten_bind_MdDbDimension_Mirror_2=l.asm.emscripten_bind_MdDbDimension_Mirror_2).apply(null,arguments)},th=l._emscripten_bind_MdDbDimension_ScaleEntity_2=
187
+ function(){return(th=l._emscripten_bind_MdDbDimension_ScaleEntity_2=l.asm.emscripten_bind_MdDbDimension_ScaleEntity_2).apply(null,arguments)},uh=l._emscripten_bind_MdDbDimension_TransformBy_1=function(){return(uh=l._emscripten_bind_MdDbDimension_TransformBy_1=l.asm.emscripten_bind_MdDbDimension_TransformBy_1).apply(null,arguments)},vh=l._emscripten_bind_MdDbDimension_GetBoundingBox_0=function(){return(vh=l._emscripten_bind_MdDbDimension_GetBoundingBox_0=l.asm.emscripten_bind_MdDbDimension_GetBoundingBox_0).apply(null,
188
+ arguments)},wh=l._emscripten_bind_MdDbDimension_GetObjectID_0=function(){return(wh=l._emscripten_bind_MdDbDimension_GetObjectID_0=l.asm.emscripten_bind_MdDbDimension_GetObjectID_0).apply(null,arguments)},xh=l._emscripten_bind_MdDbDimension_Erase_0=function(){return(xh=l._emscripten_bind_MdDbDimension_Erase_0=l.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,arguments)},yh=l._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(yh=l._emscripten_bind_MdDbDimension_ConnectionTempObject_1=
189
+ l.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,arguments)},zh=l._emscripten_bind_MdDbDimension_Clone_0=function(){return(zh=l._emscripten_bind_MdDbDimension_Clone_0=l.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},Ah=l._emscripten_bind_MdDbDimension_GetHandle_0=function(){return(Ah=l._emscripten_bind_MdDbDimension_GetHandle_0=l.asm.emscripten_bind_MdDbDimension_GetHandle_0).apply(null,arguments)},Bh=l._emscripten_bind_MdDbDimension_GetDatabase_0=function(){return(Bh=
190
+ l._emscripten_bind_MdDbDimension_GetDatabase_0=l.asm.emscripten_bind_MdDbDimension_GetDatabase_0).apply(null,arguments)},Ch=l._emscripten_bind_MdDbDimension_GetOwnerID_0=function(){return(Ch=l._emscripten_bind_MdDbDimension_GetOwnerID_0=l.asm.emscripten_bind_MdDbDimension_GetOwnerID_0).apply(null,arguments)},Dh=l._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(Dh=l._emscripten_bind_MdDbDimension_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,
191
+ arguments)},Eh=l._emscripten_bind_MdDbDimension_getObjectName_0=function(){return(Eh=l._emscripten_bind_MdDbDimension_getObjectName_0=l.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},Fh=l._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(Fh=l._emscripten_bind_MdDbDimension_getDxf0_0=l.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},Gh=l._emscripten_bind_MdDbDimension_getJson_0=function(){return(Gh=l._emscripten_bind_MdDbDimension_getJson_0=l.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,
192
+ arguments)},Hh=l._emscripten_bind_MdDbDimension_setJson_1=function(){return(Hh=l._emscripten_bind_MdDbDimension_setJson_1=l.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,arguments)},Ih=l._emscripten_bind_MdDbDimension___destroy___0=function(){return(Ih=l._emscripten_bind_MdDbDimension___destroy___0=l.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,arguments)},Jh=l._emscripten_bind_VoidPtr___destroy___0=function(){return(Jh=l._emscripten_bind_VoidPtr___destroy___0=l.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,
193
+ arguments)},Kh=l._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(Kh=l._emscripten_bind_MdCmColor_MdCmColor_0=l.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},Lh=l._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(Lh=l._emscripten_bind_MdCmColor_setColorIndex_1=l.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,arguments)},Mh=l._emscripten_bind_MdCmColor_setRGB_3=function(){return(Mh=l._emscripten_bind_MdCmColor_setRGB_3=l.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,
194
+ arguments)},Nh=l._emscripten_bind_MdCmColor_get_red_0=function(){return(Nh=l._emscripten_bind_MdCmColor_get_red_0=l.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},Oh=l._emscripten_bind_MdCmColor_set_red_1=function(){return(Oh=l._emscripten_bind_MdCmColor_set_red_1=l.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,arguments)},Ph=l._emscripten_bind_MdCmColor_get_green_0=function(){return(Ph=l._emscripten_bind_MdCmColor_get_green_0=l.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,
195
+ arguments)},Qh=l._emscripten_bind_MdCmColor_set_green_1=function(){return(Qh=l._emscripten_bind_MdCmColor_set_green_1=l.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},Rh=l._emscripten_bind_MdCmColor_get_blue_0=function(){return(Rh=l._emscripten_bind_MdCmColor_get_blue_0=l.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,arguments)},Sh=l._emscripten_bind_MdCmColor_set_blue_1=function(){return(Sh=l._emscripten_bind_MdCmColor_set_blue_1=l.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,
196
+ arguments)},Th=l._emscripten_bind_MdCmColor_get_method_0=function(){return(Th=l._emscripten_bind_MdCmColor_get_method_0=l.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},Uh=l._emscripten_bind_MdCmColor_set_method_1=function(){return(Uh=l._emscripten_bind_MdCmColor_set_method_1=l.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,arguments)},Vh=l._emscripten_bind_MdCmColor_get_n_0=function(){return(Vh=l._emscripten_bind_MdCmColor_get_n_0=l.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,
197
+ arguments)},Wh=l._emscripten_bind_MdCmColor_set_n_1=function(){return(Wh=l._emscripten_bind_MdCmColor_set_n_1=l.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},Xh=l._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(Xh=l._emscripten_bind_MdCmColor_get_colorIndex_0=l.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,arguments)},Yh=l._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(Yh=l._emscripten_bind_MdCmColor_set_colorIndex_1=l.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,
198
+ arguments)},Zh=l._emscripten_bind_MdCmColor___destroy___0=function(){return(Zh=l._emscripten_bind_MdCmColor___destroy___0=l.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},$h=l._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return($h=l._emscripten_bind_MdGePoint3d_MdGePoint3d_0=l.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,arguments)},ai=l._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(ai=l._emscripten_bind_MdGePoint3d_MdGePoint3d_3=l.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,
199
+ arguments)},bi=l._emscripten_bind_MdGePoint3d_get_x_0=function(){return(bi=l._emscripten_bind_MdGePoint3d_get_x_0=l.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},ci=l._emscripten_bind_MdGePoint3d_set_x_1=function(){return(ci=l._emscripten_bind_MdGePoint3d_set_x_1=l.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,arguments)},di=l._emscripten_bind_MdGePoint3d_get_y_0=function(){return(di=l._emscripten_bind_MdGePoint3d_get_y_0=l.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,
200
+ arguments)},ei=l._emscripten_bind_MdGePoint3d_set_y_1=function(){return(ei=l._emscripten_bind_MdGePoint3d_set_y_1=l.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},fi=l._emscripten_bind_MdGePoint3d_get_z_0=function(){return(fi=l._emscripten_bind_MdGePoint3d_get_z_0=l.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,arguments)},gi=l._emscripten_bind_MdGePoint3d_set_z_1=function(){return(gi=l._emscripten_bind_MdGePoint3d_set_z_1=l.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,
201
+ arguments)},hi=l._emscripten_bind_MdGePoint3d___destroy___0=function(){return(hi=l._emscripten_bind_MdGePoint3d___destroy___0=l.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},ii=l._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(ii=l._emscripten_bind_MdGeVector3d_MdGeVector3d_0=l.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},ji=l._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(ji=l._emscripten_bind_MdGeVector3d_MdGeVector3d_3=
202
+ l.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},ki=l._emscripten_bind_MdGeVector3d_get_x_0=function(){return(ki=l._emscripten_bind_MdGeVector3d_get_x_0=l.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},li=l._emscripten_bind_MdGeVector3d_set_x_1=function(){return(li=l._emscripten_bind_MdGeVector3d_set_x_1=l.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,arguments)},mi=l._emscripten_bind_MdGeVector3d_get_y_0=function(){return(mi=l._emscripten_bind_MdGeVector3d_get_y_0=
203
+ l.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},ni=l._emscripten_bind_MdGeVector3d_set_y_1=function(){return(ni=l._emscripten_bind_MdGeVector3d_set_y_1=l.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},oi=l._emscripten_bind_MdGeVector3d_get_z_0=function(){return(oi=l._emscripten_bind_MdGeVector3d_get_z_0=l.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,arguments)},pi=l._emscripten_bind_MdGeVector3d_set_z_1=function(){return(pi=l._emscripten_bind_MdGeVector3d_set_z_1=
204
+ l.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},qi=l._emscripten_bind_MdGeVector3d___destroy___0=function(){return(qi=l._emscripten_bind_MdGeVector3d___destroy___0=l.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},ri=l._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(ri=l._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=l.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,arguments)},si=l._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(si=
205
+ l._emscripten_bind_MdGeMatrix3d_setToIdentity_0=l.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},ti=l._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(ti=l._emscripten_bind_MdGeMatrix3d_preMultBy_1=l.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},ui=l._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(ui=l._emscripten_bind_MdGeMatrix3d_postMultBy_1=l.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},vi=l._emscripten_bind_MdGeMatrix3d_setToProduct_2=
206
+ function(){return(vi=l._emscripten_bind_MdGeMatrix3d_setToProduct_2=l.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},wi=l._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(wi=l._emscripten_bind_MdGeMatrix3d_invert_0=l.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},xi=l._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(xi=l._emscripten_bind_MdGeMatrix3d_isSingular_0=l.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},
207
+ yi=l._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(yi=l._emscripten_bind_MdGeMatrix3d_transposeIt_0=l.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},zi=l._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(zi=l._emscripten_bind_MdGeMatrix3d_isEqualTo_1=l.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Ai=l._emscripten_bind_MdGeMatrix3d_det_0=function(){return(Ai=l._emscripten_bind_MdGeMatrix3d_det_0=l.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,
208
+ arguments)},Bi=l._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Bi=l._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=l.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Ci=l._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Ci=l._emscripten_bind_MdGeMatrix3d_setToTranslation_1=l.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,arguments)},Di=l._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Di=l._emscripten_bind_MdGeMatrix3d_setToRotation_3=
209
+ l.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Ei=l._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Ei=l._emscripten_bind_MdGeMatrix3d_setToScaling_2=l.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},Fi=l._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(Fi=l._emscripten_bind_MdGeMatrix3d_scale_0=l.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Gi=l._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Gi=
210
+ l._emscripten_bind_MdGeMatrix3d_getData_2=l.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Hi=l._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Hi=l._emscripten_bind_MdGeMatrix3d___destroy___0=l.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Ii=l._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Ii=l._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=l.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,
211
+ arguments)},Ji=l._emscripten_bind_MdDbLayerTableRecord_getName_0=function(){return(Ji=l._emscripten_bind_MdDbLayerTableRecord_getName_0=l.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,arguments)},Ki=l._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(Ki=l._emscripten_bind_MdDbLayerTableRecord_setName_1=l.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,arguments)},Li=l._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return(Li=l._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=
212
+ l.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,arguments)},Mi=l._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return(Mi=l._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=l.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},Ni=l._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(Ni=l._emscripten_bind_MdDbLayerTableRecord_isOff_0=l.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},Oi=l._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=
213
+ function(){return(Oi=l._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=l.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},Pi=l._emscripten_bind_MdDbLayerTableRecord_isLocked_0=function(){return(Pi=l._emscripten_bind_MdDbLayerTableRecord_isLocked_0=l.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,arguments)},Qi=l._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return(Qi=l._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=l.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,
214
+ arguments)},Ri=l._emscripten_bind_MdDbLayerTableRecord_color_0=function(){return(Ri=l._emscripten_bind_MdDbLayerTableRecord_color_0=l.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,arguments)},Si=l._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(Si=l._emscripten_bind_MdDbLayerTableRecord_setColor_1=l.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},Ti=l._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(Ti=l._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=
215
+ l.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,arguments)},Ui=l._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=function(){return(Ui=l._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=l.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,arguments)},Vi=l._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(Vi=l._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=l.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,
216
+ arguments)},Wi=l._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=function(){return(Wi=l._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=l.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},Xi=l._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=function(){return(Xi=l._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=l.asm.emscripten_bind_MdDbLayerTableRecord_GetObjectID_0).apply(null,arguments)},Yi=l._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(Yi=
217
+ l._emscripten_bind_MdDbLayerTableRecord_Erase_0=l.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,arguments)},Zi=l._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=function(){return(Zi=l._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,arguments)},$i=l._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return($i=l._emscripten_bind_MdDbLayerTableRecord_Clone_0=l.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,
218
+ arguments)},aj=l._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=function(){return(aj=l._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=l.asm.emscripten_bind_MdDbLayerTableRecord_GetHandle_0).apply(null,arguments)},bj=l._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=function(){return(bj=l._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=l.asm.emscripten_bind_MdDbLayerTableRecord_GetDatabase_0).apply(null,arguments)},cj=l._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=function(){return(cj=
219
+ l._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=l.asm.emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0).apply(null,arguments)},dj=l._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(dj=l._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},ej=l._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=function(){return(ej=l._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=l.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,
220
+ arguments)},fj=l._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=function(){return(fj=l._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=l.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,arguments)},gj=l._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(gj=l._emscripten_bind_MdDbLayerTableRecord_getJson_0=l.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,arguments)},hj=l._emscripten_bind_MdDbLayerTableRecord_setJson_1=function(){return(hj=l._emscripten_bind_MdDbLayerTableRecord_setJson_1=
221
+ l.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,arguments)},ij=l._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(ij=l._emscripten_bind_MdDbLayerTableRecord___destroy___0=l.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},jj=l._emscripten_bind_MdDbLayerTable_GetObjectID_0=function(){return(jj=l._emscripten_bind_MdDbLayerTable_GetObjectID_0=l.asm.emscripten_bind_MdDbLayerTable_GetObjectID_0).apply(null,arguments)},kj=l._emscripten_bind_MdDbLayerTable_Erase_0=
222
+ function(){return(kj=l._emscripten_bind_MdDbLayerTable_Erase_0=l.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},lj=l._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(lj=l._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},mj=l._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(mj=l._emscripten_bind_MdDbLayerTable_Clone_0=l.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,
223
+ arguments)},nj=l._emscripten_bind_MdDbLayerTable_GetHandle_0=function(){return(nj=l._emscripten_bind_MdDbLayerTable_GetHandle_0=l.asm.emscripten_bind_MdDbLayerTable_GetHandle_0).apply(null,arguments)},oj=l._emscripten_bind_MdDbLayerTable_GetDatabase_0=function(){return(oj=l._emscripten_bind_MdDbLayerTable_GetDatabase_0=l.asm.emscripten_bind_MdDbLayerTable_GetDatabase_0).apply(null,arguments)},pj=l._emscripten_bind_MdDbLayerTable_GetOwnerID_0=function(){return(pj=l._emscripten_bind_MdDbLayerTable_GetOwnerID_0=
224
+ l.asm.emscripten_bind_MdDbLayerTable_GetOwnerID_0).apply(null,arguments)},qj=l._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(qj=l._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},rj=l._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(rj=l._emscripten_bind_MdDbLayerTable_getObjectName_0=l.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},sj=l._emscripten_bind_MdDbLayerTable_getDxf0_0=
225
+ function(){return(sj=l._emscripten_bind_MdDbLayerTable_getDxf0_0=l.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},tj=l._emscripten_bind_MdDbLayerTable_getJson_0=function(){return(tj=l._emscripten_bind_MdDbLayerTable_getJson_0=l.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},uj=l._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(uj=l._emscripten_bind_MdDbLayerTable_setJson_1=l.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},
226
+ vj=l._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=function(){return(vj=l._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=l.asm.emscripten_bind_MdDbLinetypeTable_GetObjectID_0).apply(null,arguments)},wj=l._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(wj=l._emscripten_bind_MdDbLinetypeTable_Erase_0=l.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},xj=l._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(xj=l._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=
227
+ l.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},yj=l._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(yj=l._emscripten_bind_MdDbLinetypeTable_Clone_0=l.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},zj=l._emscripten_bind_MdDbLinetypeTable_GetHandle_0=function(){return(zj=l._emscripten_bind_MdDbLinetypeTable_GetHandle_0=l.asm.emscripten_bind_MdDbLinetypeTable_GetHandle_0).apply(null,arguments)},Aj=l._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=
228
+ function(){return(Aj=l._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=l.asm.emscripten_bind_MdDbLinetypeTable_GetDatabase_0).apply(null,arguments)},Bj=l._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=function(){return(Bj=l._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=l.asm.emscripten_bind_MdDbLinetypeTable_GetOwnerID_0).apply(null,arguments)},Cj=l._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(Cj=l._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,
229
+ arguments)},Dj=l._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(Dj=l._emscripten_bind_MdDbLinetypeTable_getObjectName_0=l.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},Ej=l._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(Ej=l._emscripten_bind_MdDbLinetypeTable_getDxf0_0=l.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Fj=l._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Fj=l._emscripten_bind_MdDbLinetypeTable_getJson_0=
230
+ l.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},Gj=l._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(Gj=l._emscripten_bind_MdDbLinetypeTable_setJson_1=l.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Hj=l._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=function(){return(Hj=l._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=l.asm.emscripten_bind_MdDbTextStyleTable_GetObjectID_0).apply(null,arguments)},Ij=l._emscripten_bind_MdDbTextStyleTable_Erase_0=
231
+ function(){return(Ij=l._emscripten_bind_MdDbTextStyleTable_Erase_0=l.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Jj=l._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(Jj=l._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Kj=l._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Kj=l._emscripten_bind_MdDbTextStyleTable_Clone_0=l.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,
232
+ arguments)},Lj=l._emscripten_bind_MdDbTextStyleTable_GetHandle_0=function(){return(Lj=l._emscripten_bind_MdDbTextStyleTable_GetHandle_0=l.asm.emscripten_bind_MdDbTextStyleTable_GetHandle_0).apply(null,arguments)},Mj=l._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=function(){return(Mj=l._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=l.asm.emscripten_bind_MdDbTextStyleTable_GetDatabase_0).apply(null,arguments)},Nj=l._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=function(){return(Nj=l._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=
233
+ l.asm.emscripten_bind_MdDbTextStyleTable_GetOwnerID_0).apply(null,arguments)},Oj=l._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(Oj=l._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},Pj=l._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Pj=l._emscripten_bind_MdDbTextStyleTable_getObjectName_0=l.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,
234
+ arguments)},Qj=l._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(Qj=l._emscripten_bind_MdDbTextStyleTable_getDxf0_0=l.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,arguments)},Rj=l._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(Rj=l._emscripten_bind_MdDbTextStyleTable_getJson_0=l.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},Sj=l._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(Sj=l._emscripten_bind_MdDbTextStyleTable_setJson_1=
235
+ l.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},Tj=l._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(Tj=l._emscripten_bind_MdDbDatabase_GetLayerTable_0=l.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},Uj=l._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(Uj=l._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=l.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},Vj=l._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=
236
+ function(){return(Vj=l._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=l.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},Wj=l._emscripten_bind_MdDbDatabase_GetBlockTable_0=function(){return(Wj=l._emscripten_bind_MdDbDatabase_GetBlockTable_0=l.asm.emscripten_bind_MdDbDatabase_GetBlockTable_0).apply(null,arguments)},Xj=l._emscripten_bind_MdDbDatabase_CurrentSpace_0=function(){return(Xj=l._emscripten_bind_MdDbDatabase_CurrentSpace_0=l.asm.emscripten_bind_MdDbDatabase_CurrentSpace_0).apply(null,
237
+ arguments)},Yj=l._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(Yj=l._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=l.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,arguments)},Zj=l._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(Zj=l._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=l.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},ak=l._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=
238
+ function(){return(ak=l._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=l.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},bk=l._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=function(){return(bk=l._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=l.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},ck=l._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(ck=l._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=
239
+ l.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},dk=l._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(dk=l._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=l.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},ek=l._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(ek=l._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=l.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,
240
+ arguments)},fk=l._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(fk=l._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=l.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,arguments)},gk=l._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(gk=l._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=l.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},hk=l._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=
241
+ function(){return(hk=l._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=l.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},ik=l._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=function(){return(ik=l._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=l.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},jk=l._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(jk=l._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=
242
+ l.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},kk=l._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(kk=l._emscripten_bind_MdDbDatabase_getObjectName_0=l.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},lk=l._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(lk=l._emscripten_bind_MdDbDatabase_getDxf0_0=l.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},mk=l._emscripten_bind_MdDbDatabase_getJson_0=function(){return(mk=
243
+ l._emscripten_bind_MdDbDatabase_getJson_0=l.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},nk=l._emscripten_bind_MdDbDatabase_setJson_1=function(){return(nk=l._emscripten_bind_MdDbDatabase_setJson_1=l.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},ok=l._emscripten_bind_McObject_updateDisplay_2=function(){return(ok=l._emscripten_bind_McObject_updateDisplay_2=l.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},pk=l._emscripten_bind_McObject_test_0=
244
+ function(){return(pk=l._emscripten_bind_McObject_test_0=l.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},qk=l._emscripten_bind_McObject_openWebFile_3=function(){return(qk=l._emscripten_bind_McObject_openWebFile_3=l.asm.emscripten_bind_McObject_openWebFile_3).apply(null,arguments)},rk=l._emscripten_bind_McObject_saveFileToUrl_1=function(){return(rk=l._emscripten_bind_McObject_saveFileToUrl_1=l.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},sk=l._emscripten_bind_McObject_saveFile_1=
245
+ function(){return(sk=l._emscripten_bind_McObject_saveFile_1=l.asm.emscripten_bind_McObject_saveFile_1).apply(null,arguments)},tk=l._emscripten_bind_McObject_getViewDataJsonParam_0=function(){return(tk=l._emscripten_bind_McObject_getViewDataJsonParam_0=l.asm.emscripten_bind_McObject_getViewDataJsonParam_0).apply(null,arguments)},uk=l._emscripten_bind_McObject_updataAppData_0=function(){return(uk=l._emscripten_bind_McObject_updataAppData_0=l.asm.emscripten_bind_McObject_updataAppData_0).apply(null,
246
+ arguments)},vk=l._emscripten_bind_McObject_GetDatabase_0=function(){return(vk=l._emscripten_bind_McObject_GetDatabase_0=l.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},wk=l._emscripten_bind_McObject_GetSysVarString_1=function(){return(wk=l._emscripten_bind_McObject_GetSysVarString_1=l.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},xk=l._emscripten_bind_McObject_SetSysVarString_2=function(){return(xk=l._emscripten_bind_McObject_SetSysVarString_2=l.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,
247
+ arguments)},yk=l._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(yk=l._emscripten_bind_McObject_GetSysVarDouble_1=l.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},zk=l._emscripten_bind_McObject_SetSysVarDouble_2=function(){return(zk=l._emscripten_bind_McObject_SetSysVarDouble_2=l.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},Ak=l._emscripten_bind_McObject_GetSysVarLong_1=function(){return(Ak=l._emscripten_bind_McObject_GetSysVarLong_1=
248
+ l.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},Bk=l._emscripten_bind_McObject_SetSysVarLong_2=function(){return(Bk=l._emscripten_bind_McObject_SetSysVarLong_2=l.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},Ck=l._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(Ck=l._emscripten_bind_McObject_fireEventWindowSize_2=l.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},Dk=l._emscripten_bind_McObject_fireEventCommandStart_0=
249
+ function(){return(Dk=l._emscripten_bind_McObject_fireEventCommandStart_0=l.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,arguments)},Ek=l._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(Ek=l._emscripten_bind_McObject_IntelliSelect_PointSelect_2=l.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},Fk=l._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(Fk=l._emscripten_bind_McObject_IntelliSelect_getGridData_1=
250
+ l.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,arguments)},Gk=l._emscripten_bind_McObject_Osnap_NotifyOsnap_8=function(){return(Gk=l._emscripten_bind_McObject_Osnap_NotifyOsnap_8=l.asm.emscripten_bind_McObject_Osnap_NotifyOsnap_8).apply(null,arguments)},Hk=l._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(Hk=l._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=l.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,
251
+ arguments)},Ik=l._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(Ik=l._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=l.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},Jk=l._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(Jk=l._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=l.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,
252
+ arguments)},Kk=l._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(Kk=l._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=l.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},Lk=l._emscripten_bind_McObject_SetDrawColor_1=function(){return(Lk=l._emscripten_bind_McObject_SetDrawColor_1=l.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},Mk=l._emscripten_bind_McObject_GetDrawColor_0=function(){return(Mk=
253
+ l._emscripten_bind_McObject_GetDrawColor_0=l.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},Nk=l._emscripten_bind_McObject_AddLayer_1=function(){return(Nk=l._emscripten_bind_McObject_AddLayer_1=l.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Ok=l._emscripten_bind_McObject_SetDrawLayer_1=function(){return(Ok=l._emscripten_bind_McObject_SetDrawLayer_1=l.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},Pk=l._emscripten_bind_McObject_GetDrawLayer_0=
254
+ function(){return(Pk=l._emscripten_bind_McObject_GetDrawLayer_0=l.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},Qk=l._emscripten_bind_McObject_AddTextStyle_4=function(){return(Qk=l._emscripten_bind_McObject_AddTextStyle_4=l.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Rk=l._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Rk=l._emscripten_bind_McObject_SetDrawTextStyle_1=l.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},
255
+ Sk=l._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Sk=l._emscripten_bind_McObject_GetDrawTextStyle_0=l.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Tk=l._emscripten_bind_McObject_AddLinetype_2=function(){return(Tk=l._emscripten_bind_McObject_AddLinetype_2=l.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Uk=l._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Uk=l._emscripten_bind_McObject_AddLinetypeEx_3=l.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,
256
+ arguments)},Vk=l._emscripten_bind_McObject_AddDimStyle_5=function(){return(Vk=l._emscripten_bind_McObject_AddDimStyle_5=l.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Wk=l._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Wk=l._emscripten_bind_McObject_SetDrawLinetype_1=l.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},Xk=l._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Xk=l._emscripten_bind_McObject_GetDrawLinetype_0=l.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,
257
+ arguments)},Yk=l._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(Yk=l._emscripten_bind_McObject_SetDrawLineWeight_1=l.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},Zk=l._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(Zk=l._emscripten_bind_McObject_GetDrawLineWeight_0=l.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},$k=l._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return($k=l._emscripten_bind_McObject_SetDrawLineTypeScale_1=
258
+ l.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},al=l._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(al=l._emscripten_bind_McObject_GetDrawLineTypeScale_0=l.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},bl=l._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(bl=l._emscripten_bind_McObject_SetDrawDimStyle_1=l.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},cl=l._emscripten_bind_McObject_GetDrawDimStyle_0=
259
+ function(){return(cl=l._emscripten_bind_McObject_GetDrawDimStyle_0=l.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},dl=l._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(dl=l._emscripten_bind_McObject_SetPatternDefinition_1=l.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},el=l._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(el=l._emscripten_bind_McObject_GetPatternDefinition_0=l.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,
260
+ arguments)},fl=l._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(fl=l._emscripten_bind_McObject_SetDrawLineWidth_1=l.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},gl=l._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(gl=l._emscripten_bind_McObject_GetDrawLineWidth_0=l.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},hl=l._emscripten_bind_McObject_DrawLine_6=function(){return(hl=l._emscripten_bind_McObject_DrawLine_6=l.asm.emscripten_bind_McObject_DrawLine_6).apply(null,
261
+ arguments)},il=l._emscripten_bind_McObject_DrawArc_5=function(){return(il=l._emscripten_bind_McObject_DrawArc_5=l.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},jl=l._emscripten_bind_McObject_DrawArc2_6=function(){return(jl=l._emscripten_bind_McObject_DrawArc2_6=l.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},kl=l._emscripten_bind_McObject_DrawCircle_3=function(){return(kl=l._emscripten_bind_McObject_DrawCircle_3=l.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,
262
+ arguments)},ll=l._emscripten_bind_McObject_DrawEllipse_5=function(){return(ll=l._emscripten_bind_McObject_DrawEllipse_5=l.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},ml=l._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(ml=l._emscripten_bind_McObject_DrawEllipseArc_7=l.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},nl=l._emscripten_bind_McObject_DrawPoint_2=function(){return(nl=l._emscripten_bind_McObject_DrawPoint_2=l.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,
263
+ arguments)},ol=l._emscripten_bind_McObject_DrawSolid_8=function(){return(ol=l._emscripten_bind_McObject_DrawSolid_8=l.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},pl=l._emscripten_bind_McObject_DrawMText_7=function(){return(pl=l._emscripten_bind_McObject_DrawMText_7=l.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},ql=l._emscripten_bind_McObject_DrawText_7=function(){return(ql=l._emscripten_bind_McObject_DrawText_7=l.asm.emscripten_bind_McObject_DrawText_7).apply(null,
264
+ arguments)},rl=l._emscripten_bind_McObject_DrawBlockReference_5=function(){return(rl=l._emscripten_bind_McObject_DrawBlockReference_5=l.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},sl=l._emscripten_bind_McObject_DrawDimAligned_6=function(){return(sl=l._emscripten_bind_McObject_DrawDimAligned_6=l.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},tl=l._emscripten_bind_McObject_DrawDimAngular_8=function(){return(tl=l._emscripten_bind_McObject_DrawDimAngular_8=
265
+ l.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},ul=l._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(ul=l._emscripten_bind_McObject_DrawDimDiametric_5=l.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},vl=l._emscripten_bind_McObject_DrawDimRotated_7=function(){return(vl=l._emscripten_bind_McObject_DrawDimRotated_7=l.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},wl=l._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(wl=
266
+ l._emscripten_bind_McObject_DrawDimOrdinate_5=l.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},xl=l._emscripten_bind_McObject_DrawDimRadial_5=function(){return(xl=l._emscripten_bind_McObject_DrawDimRadial_5=l.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},yl=l._emscripten_bind_McObject_PathMoveTo_2=function(){return(yl=l._emscripten_bind_McObject_PathMoveTo_2=l.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},zl=l._emscripten_bind_McObject_PathMoveToEx_5=
267
+ function(){return(zl=l._emscripten_bind_McObject_PathMoveToEx_5=l.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},Al=l._emscripten_bind_McObject_PathLineTo_2=function(){return(Al=l._emscripten_bind_McObject_PathLineTo_2=l.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},Bl=l._emscripten_bind_McObject_PathLineToEx_5=function(){return(Bl=l._emscripten_bind_McObject_PathLineToEx_5=l.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},Cl=l._emscripten_bind_McObject_DrawPathToPolyline_0=
268
+ function(){return(Cl=l._emscripten_bind_McObject_DrawPathToPolyline_0=l.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},Dl=l._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(Dl=l._emscripten_bind_McObject_DrawPathToSpline_0=l.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},El=l._emscripten_bind_McObject_PathMakeClosed_0=function(){return(El=l._emscripten_bind_McObject_PathMakeClosed_0=l.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,
269
+ arguments)},Fl=l._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(Fl=l._emscripten_bind_McObject_DrawPathToHatch_1=l.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},Gl=l._emscripten_bind_McObject_DrawEntity_1=function(){return(Gl=l._emscripten_bind_McObject_DrawEntity_1=l.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Hl=l._emscripten_bind_McApp_McApp_0=function(){return(Hl=l._emscripten_bind_McApp_McApp_0=l.asm.emscripten_bind_McApp_McApp_0).apply(null,
270
+ arguments)},Il=l._emscripten_bind_McApp_Init_0=function(){return(Il=l._emscripten_bind_McApp_Init_0=l.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},Jl=l._emscripten_bind_McApp_CreateMxDraw_5=function(){return(Jl=l._emscripten_bind_McApp_CreateMxDraw_5=l.asm.emscripten_bind_McApp_CreateMxDraw_5).apply(null,arguments)},Kl=l._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(Kl=l._emscripten_bind_McApp_GetCurrentMxDraw_0=l.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,
271
+ arguments)},Ll=l._emscripten_bind_McApp_DestroyObject_1=function(){return(Ll=l._emscripten_bind_McApp_DestroyObject_1=l.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},Ml=l._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(Ml=l._emscripten_bind_McApp_mcedRGB2Index_4=l.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},Nl=l._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(Nl=l._emscripten_bind_McApp_ObjectIdToObjectName_1=l.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,
272
+ arguments)},Ol=l._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(Ol=l._emscripten_bind_McApp_ObjectIdToMdObject_1=l.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Pl=l._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(Pl=l._emscripten_bind_McApp_ObjectIdToMdDbLine_1=l.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},Ql=l._emscripten_bind_McApp_ObjectIdToMdDbText_1=function(){return(Ql=l._emscripten_bind_McApp_ObjectIdToMdDbText_1=
273
+ l.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},Rl=l._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=function(){return(Rl=l._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=l.asm.emscripten_bind_McApp_ObjectIdToMdDbPolyline_1).apply(null,arguments)},Sl=l._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=function(){return(Sl=l._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=l.asm.emscripten_bind_McApp_ObjectIdToMdDbCircle_1).apply(null,arguments)},Tl=l._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=
274
+ function(){return(Tl=l._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=l.asm.emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1).apply(null,arguments)},Ul=l._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=function(){return(Ul=l._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=l.asm.emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1).apply(null,arguments)},Vl=l._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=function(){return(Vl=l._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=
275
+ l.asm.emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1).apply(null,arguments)},Wl=l._emscripten_bind_McApp_ObjectIdToMdDbMText_1=function(){return(Wl=l._emscripten_bind_McApp_ObjectIdToMdDbMText_1=l.asm.emscripten_bind_McApp_ObjectIdToMdDbMText_1).apply(null,arguments)},Xl=l._emscripten_bind_McApp_getLastCallResult_0=function(){return(Xl=l._emscripten_bind_McApp_getLastCallResult_0=l.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,arguments)},Yl=l._emscripten_bind_McApp_ThreadTaskAbortExit_0=
276
+ function(){return(Yl=l._emscripten_bind_McApp_ThreadTaskAbortExit_0=l.asm.emscripten_bind_McApp_ThreadTaskAbortExit_0).apply(null,arguments)},Zl=l._emscripten_bind_McApp___destroy___0=function(){return(Zl=l._emscripten_bind_McApp___destroy___0=l.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},$l=l._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return($l=l._emscripten_bind_McDrawResbuf_McDrawResbuf_0=l.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},
277
+ am=l._emscripten_bind_McDrawResbuf_Clear_0=function(){return(am=l._emscripten_bind_McDrawResbuf_Clear_0=l.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},bm=l._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(bm=l._emscripten_bind_McDrawResbuf_GetCount_0=l.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},cm=l._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(cm=l._emscripten_bind_McDrawResbuf_AtDouble_1=l.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,
278
+ arguments)},dm=l._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(dm=l._emscripten_bind_McDrawResbuf_Atlong_1=l.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},em=l._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(em=l._emscripten_bind_McDrawResbuf_AtObjectId_1=l.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},fm=l._emscripten_bind_McDrawResbuf_AtObject_1=function(){return(fm=l._emscripten_bind_McDrawResbuf_AtObject_1=l.asm.emscripten_bind_McDrawResbuf_AtObject_1).apply(null,
279
+ arguments)},gm=l._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=function(){return(gm=l._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=l.asm.emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1).apply(null,arguments)},hm=l._emscripten_bind_McDrawResbuf_AtObjectName_1=function(){return(hm=l._emscripten_bind_McDrawResbuf_AtObjectName_1=l.asm.emscripten_bind_McDrawResbuf_AtObjectName_1).apply(null,arguments)},im=l._emscripten_bind_McDrawResbuf_AtString_1=function(){return(im=l._emscripten_bind_McDrawResbuf_AtString_1=
280
+ l.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},jm=l._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(jm=l._emscripten_bind_McDrawResbuf_AtPoint_1=l.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,arguments)},km=l._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(km=l._emscripten_bind_McDrawResbuf_ItemDataType_1=l.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,arguments)},lm=l._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(lm=
281
+ l._emscripten_bind_McDrawResbuf_AddDouble_2=l.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},mm=l._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(mm=l._emscripten_bind_McDrawResbuf_Addlong_2=l.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,arguments)},nm=l._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(nm=l._emscripten_bind_McDrawResbuf_AddObjectId_2=l.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},om=l._emscripten_bind_McDrawResbuf_AddObject_1=
282
+ function(){return(om=l._emscripten_bind_McDrawResbuf_AddObject_1=l.asm.emscripten_bind_McDrawResbuf_AddObject_1).apply(null,arguments)},pm=l._emscripten_bind_McDrawResbuf_AddString_2=function(){return(pm=l._emscripten_bind_McDrawResbuf_AddString_2=l.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,arguments)},qm=l._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(qm=l._emscripten_bind_McDrawResbuf_AddPoint_2=l.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},rm=
283
+ l._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(rm=l._emscripten_bind_McDrawResbuf_RemoveAll_0=l.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},sm=l._emscripten_bind_McDrawResbuf_Remove_1=function(){return(sm=l._emscripten_bind_McDrawResbuf_Remove_1=l.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,arguments)},tm=l._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(tm=l._emscripten_bind_McDrawResbuf_getObjectName_0=l.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,
284
+ arguments)},um=l._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(um=l._emscripten_bind_McDrawResbuf_getDxf0_0=l.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},wm=l._emscripten_bind_McDrawResbuf_getJson_0=function(){return(wm=l._emscripten_bind_McDrawResbuf_getJson_0=l.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,arguments)},xm=l._emscripten_bind_McDrawResbuf_setJson_1=function(){return(xm=l._emscripten_bind_McDrawResbuf_setJson_1=l.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,
285
+ arguments)},ym=l._emscripten_bind_McDrawResbuf___destroy___0=function(){return(ym=l._emscripten_bind_McDrawResbuf___destroy___0=l.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},zm=l._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(zm=l._emscripten_bind_McDrawUtility_McDrawUtility_0=l.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},Am=l._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(Am=l._emscripten_bind_McDrawUtility_findEntAtPoint_5=
286
+ l.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},Bm=l._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(Bm=l._emscripten_bind_McDrawUtility_eraseEntity_1=l.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},Cm=l._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(Cm=l._emscripten_bind_McDrawUtility_highlightEntity_2=l.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},Dm=l._emscripten_bind_McDrawUtility___destroy___0=
287
+ function(){return(Dm=l._emscripten_bind_McDrawUtility___destroy___0=l.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},Em=l._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(Em=l._emscripten_bind_MdDbLine_MdDbLine_0=l.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},Fm=l._emscripten_bind_MdDbLine_startPoint_0=function(){return(Fm=l._emscripten_bind_MdDbLine_startPoint_0=l.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},Gm=l._emscripten_bind_MdDbLine_setStartPoint_1=
288
+ function(){return(Gm=l._emscripten_bind_MdDbLine_setStartPoint_1=l.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},Hm=l._emscripten_bind_MdDbLine_endPoint_0=function(){return(Hm=l._emscripten_bind_MdDbLine_endPoint_0=l.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},Im=l._emscripten_bind_MdDbLine_setEndPoint_1=function(){return(Im=l._emscripten_bind_MdDbLine_setEndPoint_1=l.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},Jm=l._emscripten_bind_MdDbLine_getStartParam_0=
289
+ function(){return(Jm=l._emscripten_bind_MdDbLine_getStartParam_0=l.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},Km=l._emscripten_bind_MdDbLine_getEndParam_0=function(){return(Km=l._emscripten_bind_MdDbLine_getEndParam_0=l.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},Lm=l._emscripten_bind_MdDbLine_getDistAtParam_1=function(){return(Lm=l._emscripten_bind_MdDbLine_getDistAtParam_1=l.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},Mm=
290
+ l._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(Mm=l._emscripten_bind_MdDbLine_getParamAtDist_1=l.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},Nm=l._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(Nm=l._emscripten_bind_MdDbLine_getDistAtPoint_1=l.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},Om=l._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(Om=l._emscripten_bind_MdDbLine_getPointAtDist_1=l.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,
291
+ arguments)},Pm=l._emscripten_bind_MdDbLine_getStartPoint_0=function(){return(Pm=l._emscripten_bind_MdDbLine_getStartPoint_0=l.asm.emscripten_bind_MdDbLine_getStartPoint_0).apply(null,arguments)},Qm=l._emscripten_bind_MdDbLine_getEndPoint_0=function(){return(Qm=l._emscripten_bind_MdDbLine_getEndPoint_0=l.asm.emscripten_bind_MdDbLine_getEndPoint_0).apply(null,arguments)},Rm=l._emscripten_bind_MdDbLine_getPointAtParam_1=function(){return(Rm=l._emscripten_bind_MdDbLine_getPointAtParam_1=l.asm.emscripten_bind_MdDbLine_getPointAtParam_1).apply(null,
292
+ arguments)},Sm=l._emscripten_bind_MdDbLine_getParamAtPoint_1=function(){return(Sm=l._emscripten_bind_MdDbLine_getParamAtPoint_1=l.asm.emscripten_bind_MdDbLine_getParamAtPoint_1).apply(null,arguments)},Tm=l._emscripten_bind_MdDbLine_getFirstDeriv_1=function(){return(Tm=l._emscripten_bind_MdDbLine_getFirstDeriv_1=l.asm.emscripten_bind_MdDbLine_getFirstDeriv_1).apply(null,arguments)},Um=l._emscripten_bind_MdDbLine_getFirstDerivEx_1=function(){return(Um=l._emscripten_bind_MdDbLine_getFirstDerivEx_1=l.asm.emscripten_bind_MdDbLine_getFirstDerivEx_1).apply(null,
293
+ arguments)},Vm=l._emscripten_bind_MdDbLine_getClosestPointTo_2=function(){return(Vm=l._emscripten_bind_MdDbLine_getClosestPointTo_2=l.asm.emscripten_bind_MdDbLine_getClosestPointTo_2).apply(null,arguments)},Wm=l._emscripten_bind_MdDbLine_offsetCurves_2=function(){return(Wm=l._emscripten_bind_MdDbLine_offsetCurves_2=l.asm.emscripten_bind_MdDbLine_offsetCurves_2).apply(null,arguments)},Xm=l._emscripten_bind_MdDbLine_splitCurves_1=function(){return(Xm=l._emscripten_bind_MdDbLine_splitCurves_1=l.asm.emscripten_bind_MdDbLine_splitCurves_1).apply(null,
294
+ arguments)},Ym=l._emscripten_bind_MdDbLine_getArea_0=function(){return(Ym=l._emscripten_bind_MdDbLine_getArea_0=l.asm.emscripten_bind_MdDbLine_getArea_0).apply(null,arguments)},Zm=l._emscripten_bind_MdDbLine_getSamplePoints_1=function(){return(Zm=l._emscripten_bind_MdDbLine_getSamplePoints_1=l.asm.emscripten_bind_MdDbLine_getSamplePoints_1).apply(null,arguments)},$m=l._emscripten_bind_MdDbLine_getLength_0=function(){return($m=l._emscripten_bind_MdDbLine_getLength_0=l.asm.emscripten_bind_MdDbLine_getLength_0).apply(null,
295
+ arguments)},an=l._emscripten_bind_MdDbLine_explode_0=function(){return(an=l._emscripten_bind_MdDbLine_explode_0=l.asm.emscripten_bind_MdDbLine_explode_0).apply(null,arguments)},bn=l._emscripten_bind_MdDbLine_TrueColor_0=function(){return(bn=l._emscripten_bind_MdDbLine_TrueColor_0=l.asm.emscripten_bind_MdDbLine_TrueColor_0).apply(null,arguments)},cn=l._emscripten_bind_MdDbLine_SetTrueColor_1=function(){return(cn=l._emscripten_bind_MdDbLine_SetTrueColor_1=l.asm.emscripten_bind_MdDbLine_SetTrueColor_1).apply(null,
296
+ arguments)},dn=l._emscripten_bind_MdDbLine_ColorIndex_0=function(){return(dn=l._emscripten_bind_MdDbLine_ColorIndex_0=l.asm.emscripten_bind_MdDbLine_ColorIndex_0).apply(null,arguments)},en=l._emscripten_bind_MdDbLine_SetColorIndex_1=function(){return(en=l._emscripten_bind_MdDbLine_SetColorIndex_1=l.asm.emscripten_bind_MdDbLine_SetColorIndex_1).apply(null,arguments)},fn=l._emscripten_bind_MdDbLine_Layer_0=function(){return(fn=l._emscripten_bind_MdDbLine_Layer_0=l.asm.emscripten_bind_MdDbLine_Layer_0).apply(null,
297
+ arguments)},gn=l._emscripten_bind_MdDbLine_SetLayer_1=function(){return(gn=l._emscripten_bind_MdDbLine_SetLayer_1=l.asm.emscripten_bind_MdDbLine_SetLayer_1).apply(null,arguments)},hn=l._emscripten_bind_MdDbLine_LinetypeScale_0=function(){return(hn=l._emscripten_bind_MdDbLine_LinetypeScale_0=l.asm.emscripten_bind_MdDbLine_LinetypeScale_0).apply(null,arguments)},jn=l._emscripten_bind_MdDbLine_SetLinetypeScale_1=function(){return(jn=l._emscripten_bind_MdDbLine_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbLine_SetLinetypeScale_1).apply(null,
298
+ arguments)},kn=l._emscripten_bind_MdDbLine_Visible_0=function(){return(kn=l._emscripten_bind_MdDbLine_Visible_0=l.asm.emscripten_bind_MdDbLine_Visible_0).apply(null,arguments)},ln=l._emscripten_bind_MdDbLine_SetVisible_1=function(){return(ln=l._emscripten_bind_MdDbLine_SetVisible_1=l.asm.emscripten_bind_MdDbLine_SetVisible_1).apply(null,arguments)},mn=l._emscripten_bind_MdDbLine_Lineweight_0=function(){return(mn=l._emscripten_bind_MdDbLine_Lineweight_0=l.asm.emscripten_bind_MdDbLine_Lineweight_0).apply(null,
299
+ arguments)},nn=l._emscripten_bind_MdDbLine_SetLineweight_1=function(){return(nn=l._emscripten_bind_MdDbLine_SetLineweight_1=l.asm.emscripten_bind_MdDbLine_SetLineweight_1).apply(null,arguments)},on=l._emscripten_bind_MdDbLine_TextStyle_0=function(){return(on=l._emscripten_bind_MdDbLine_TextStyle_0=l.asm.emscripten_bind_MdDbLine_TextStyle_0).apply(null,arguments)},pn=l._emscripten_bind_MdDbLine_SetTextStyle_1=function(){return(pn=l._emscripten_bind_MdDbLine_SetTextStyle_1=l.asm.emscripten_bind_MdDbLine_SetTextStyle_1).apply(null,
300
+ arguments)},qn=l._emscripten_bind_MdDbLine_Highlight_1=function(){return(qn=l._emscripten_bind_MdDbLine_Highlight_1=l.asm.emscripten_bind_MdDbLine_Highlight_1).apply(null,arguments)},rn=l._emscripten_bind_MdDbLine_Move_2=function(){return(rn=l._emscripten_bind_MdDbLine_Move_2=l.asm.emscripten_bind_MdDbLine_Move_2).apply(null,arguments)},sn=l._emscripten_bind_MdDbLine_Rotate_2=function(){return(sn=l._emscripten_bind_MdDbLine_Rotate_2=l.asm.emscripten_bind_MdDbLine_Rotate_2).apply(null,arguments)},
301
+ tn=l._emscripten_bind_MdDbLine_Mirror_2=function(){return(tn=l._emscripten_bind_MdDbLine_Mirror_2=l.asm.emscripten_bind_MdDbLine_Mirror_2).apply(null,arguments)},un=l._emscripten_bind_MdDbLine_ScaleEntity_2=function(){return(un=l._emscripten_bind_MdDbLine_ScaleEntity_2=l.asm.emscripten_bind_MdDbLine_ScaleEntity_2).apply(null,arguments)},vn=l._emscripten_bind_MdDbLine_TransformBy_1=function(){return(vn=l._emscripten_bind_MdDbLine_TransformBy_1=l.asm.emscripten_bind_MdDbLine_TransformBy_1).apply(null,
302
+ arguments)},wn=l._emscripten_bind_MdDbLine_GetBoundingBox_0=function(){return(wn=l._emscripten_bind_MdDbLine_GetBoundingBox_0=l.asm.emscripten_bind_MdDbLine_GetBoundingBox_0).apply(null,arguments)},xn=l._emscripten_bind_MdDbLine_GetObjectID_0=function(){return(xn=l._emscripten_bind_MdDbLine_GetObjectID_0=l.asm.emscripten_bind_MdDbLine_GetObjectID_0).apply(null,arguments)},yn=l._emscripten_bind_MdDbLine_Erase_0=function(){return(yn=l._emscripten_bind_MdDbLine_Erase_0=l.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,
303
+ arguments)},zn=l._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(zn=l._emscripten_bind_MdDbLine_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},An=l._emscripten_bind_MdDbLine_Clone_0=function(){return(An=l._emscripten_bind_MdDbLine_Clone_0=l.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},Bn=l._emscripten_bind_MdDbLine_GetHandle_0=function(){return(Bn=l._emscripten_bind_MdDbLine_GetHandle_0=l.asm.emscripten_bind_MdDbLine_GetHandle_0).apply(null,
304
+ arguments)},Cn=l._emscripten_bind_MdDbLine_GetDatabase_0=function(){return(Cn=l._emscripten_bind_MdDbLine_GetDatabase_0=l.asm.emscripten_bind_MdDbLine_GetDatabase_0).apply(null,arguments)},Dn=l._emscripten_bind_MdDbLine_GetOwnerID_0=function(){return(Dn=l._emscripten_bind_MdDbLine_GetOwnerID_0=l.asm.emscripten_bind_MdDbLine_GetOwnerID_0).apply(null,arguments)},En=l._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(En=l._emscripten_bind_MdDbLine_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,
305
+ arguments)},Fn=l._emscripten_bind_MdDbLine_getObjectName_0=function(){return(Fn=l._emscripten_bind_MdDbLine_getObjectName_0=l.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},Gn=l._emscripten_bind_MdDbLine_getDxf0_0=function(){return(Gn=l._emscripten_bind_MdDbLine_getDxf0_0=l.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},Hn=l._emscripten_bind_MdDbLine_getJson_0=function(){return(Hn=l._emscripten_bind_MdDbLine_getJson_0=l.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,
306
+ arguments)},In=l._emscripten_bind_MdDbLine_setJson_1=function(){return(In=l._emscripten_bind_MdDbLine_setJson_1=l.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},Jn=l._emscripten_bind_MdDbLine___destroy___0=function(){return(Jn=l._emscripten_bind_MdDbLine___destroy___0=l.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},Kn=l._emscripten_bind_MdDbText_MdDbText_0=function(){return(Kn=l._emscripten_bind_MdDbText_MdDbText_0=l.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,
307
+ arguments)},Ln=l._emscripten_bind_MdDbText_position_0=function(){return(Ln=l._emscripten_bind_MdDbText_position_0=l.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},Mn=l._emscripten_bind_MdDbText_setPosition_1=function(){return(Mn=l._emscripten_bind_MdDbText_setPosition_1=l.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},Nn=l._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(Nn=l._emscripten_bind_MdDbText_alignmentPoint_0=l.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,
308
+ arguments)},On=l._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(On=l._emscripten_bind_MdDbText_setAlignmentPoint_1=l.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},Pn=l._emscripten_bind_MdDbText_oblique_0=function(){return(Pn=l._emscripten_bind_MdDbText_oblique_0=l.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},Qn=l._emscripten_bind_MdDbText_setOblique_1=function(){return(Qn=l._emscripten_bind_MdDbText_setOblique_1=l.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,
309
+ arguments)},Rn=l._emscripten_bind_MdDbText_rotation_0=function(){return(Rn=l._emscripten_bind_MdDbText_rotation_0=l.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},Sn=l._emscripten_bind_MdDbText_setRotation_1=function(){return(Sn=l._emscripten_bind_MdDbText_setRotation_1=l.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},Tn=l._emscripten_bind_MdDbText_height_0=function(){return(Tn=l._emscripten_bind_MdDbText_height_0=l.asm.emscripten_bind_MdDbText_height_0).apply(null,
310
+ arguments)},Un=l._emscripten_bind_MdDbText_setHeight_1=function(){return(Un=l._emscripten_bind_MdDbText_setHeight_1=l.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},Vn=l._emscripten_bind_MdDbText_widthFactor_0=function(){return(Vn=l._emscripten_bind_MdDbText_widthFactor_0=l.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},Wn=l._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(Wn=l._emscripten_bind_MdDbText_setWidthFactor_1=l.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,
311
+ arguments)},Xn=l._emscripten_bind_MdDbText_textString_0=function(){return(Xn=l._emscripten_bind_MdDbText_textString_0=l.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},Yn=l._emscripten_bind_MdDbText_setTextString_1=function(){return(Yn=l._emscripten_bind_MdDbText_setTextString_1=l.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},Zn=l._emscripten_bind_MdDbText_horizontalMode_0=function(){return(Zn=l._emscripten_bind_MdDbText_horizontalMode_0=l.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,
312
+ arguments)},$n=l._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return($n=l._emscripten_bind_MdDbText_setHorizontalMode_1=l.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},ao=l._emscripten_bind_MdDbText_verticalMode_0=function(){return(ao=l._emscripten_bind_MdDbText_verticalMode_0=l.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},bo=l._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(bo=l._emscripten_bind_MdDbText_setVerticalMode_1=
313
+ l.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},co=l._emscripten_bind_MdDbText_explode_0=function(){return(co=l._emscripten_bind_MdDbText_explode_0=l.asm.emscripten_bind_MdDbText_explode_0).apply(null,arguments)},eo=l._emscripten_bind_MdDbText_TrueColor_0=function(){return(eo=l._emscripten_bind_MdDbText_TrueColor_0=l.asm.emscripten_bind_MdDbText_TrueColor_0).apply(null,arguments)},fo=l._emscripten_bind_MdDbText_SetTrueColor_1=function(){return(fo=l._emscripten_bind_MdDbText_SetTrueColor_1=
314
+ l.asm.emscripten_bind_MdDbText_SetTrueColor_1).apply(null,arguments)},go=l._emscripten_bind_MdDbText_ColorIndex_0=function(){return(go=l._emscripten_bind_MdDbText_ColorIndex_0=l.asm.emscripten_bind_MdDbText_ColorIndex_0).apply(null,arguments)},ho=l._emscripten_bind_MdDbText_SetColorIndex_1=function(){return(ho=l._emscripten_bind_MdDbText_SetColorIndex_1=l.asm.emscripten_bind_MdDbText_SetColorIndex_1).apply(null,arguments)},io=l._emscripten_bind_MdDbText_Layer_0=function(){return(io=l._emscripten_bind_MdDbText_Layer_0=
315
+ l.asm.emscripten_bind_MdDbText_Layer_0).apply(null,arguments)},jo=l._emscripten_bind_MdDbText_SetLayer_1=function(){return(jo=l._emscripten_bind_MdDbText_SetLayer_1=l.asm.emscripten_bind_MdDbText_SetLayer_1).apply(null,arguments)},ko=l._emscripten_bind_MdDbText_LinetypeScale_0=function(){return(ko=l._emscripten_bind_MdDbText_LinetypeScale_0=l.asm.emscripten_bind_MdDbText_LinetypeScale_0).apply(null,arguments)},lo=l._emscripten_bind_MdDbText_SetLinetypeScale_1=function(){return(lo=l._emscripten_bind_MdDbText_SetLinetypeScale_1=
316
+ l.asm.emscripten_bind_MdDbText_SetLinetypeScale_1).apply(null,arguments)},mo=l._emscripten_bind_MdDbText_Visible_0=function(){return(mo=l._emscripten_bind_MdDbText_Visible_0=l.asm.emscripten_bind_MdDbText_Visible_0).apply(null,arguments)},no=l._emscripten_bind_MdDbText_SetVisible_1=function(){return(no=l._emscripten_bind_MdDbText_SetVisible_1=l.asm.emscripten_bind_MdDbText_SetVisible_1).apply(null,arguments)},oo=l._emscripten_bind_MdDbText_Lineweight_0=function(){return(oo=l._emscripten_bind_MdDbText_Lineweight_0=
317
+ l.asm.emscripten_bind_MdDbText_Lineweight_0).apply(null,arguments)},po=l._emscripten_bind_MdDbText_SetLineweight_1=function(){return(po=l._emscripten_bind_MdDbText_SetLineweight_1=l.asm.emscripten_bind_MdDbText_SetLineweight_1).apply(null,arguments)},qo=l._emscripten_bind_MdDbText_TextStyle_0=function(){return(qo=l._emscripten_bind_MdDbText_TextStyle_0=l.asm.emscripten_bind_MdDbText_TextStyle_0).apply(null,arguments)},ro=l._emscripten_bind_MdDbText_SetTextStyle_1=function(){return(ro=l._emscripten_bind_MdDbText_SetTextStyle_1=
318
+ l.asm.emscripten_bind_MdDbText_SetTextStyle_1).apply(null,arguments)},so=l._emscripten_bind_MdDbText_Highlight_1=function(){return(so=l._emscripten_bind_MdDbText_Highlight_1=l.asm.emscripten_bind_MdDbText_Highlight_1).apply(null,arguments)},to=l._emscripten_bind_MdDbText_Move_2=function(){return(to=l._emscripten_bind_MdDbText_Move_2=l.asm.emscripten_bind_MdDbText_Move_2).apply(null,arguments)},uo=l._emscripten_bind_MdDbText_Rotate_2=function(){return(uo=l._emscripten_bind_MdDbText_Rotate_2=l.asm.emscripten_bind_MdDbText_Rotate_2).apply(null,
319
+ arguments)},vo=l._emscripten_bind_MdDbText_Mirror_2=function(){return(vo=l._emscripten_bind_MdDbText_Mirror_2=l.asm.emscripten_bind_MdDbText_Mirror_2).apply(null,arguments)},wo=l._emscripten_bind_MdDbText_ScaleEntity_2=function(){return(wo=l._emscripten_bind_MdDbText_ScaleEntity_2=l.asm.emscripten_bind_MdDbText_ScaleEntity_2).apply(null,arguments)},xo=l._emscripten_bind_MdDbText_TransformBy_1=function(){return(xo=l._emscripten_bind_MdDbText_TransformBy_1=l.asm.emscripten_bind_MdDbText_TransformBy_1).apply(null,
320
+ arguments)},yo=l._emscripten_bind_MdDbText_GetBoundingBox_0=function(){return(yo=l._emscripten_bind_MdDbText_GetBoundingBox_0=l.asm.emscripten_bind_MdDbText_GetBoundingBox_0).apply(null,arguments)},zo=l._emscripten_bind_MdDbText_GetObjectID_0=function(){return(zo=l._emscripten_bind_MdDbText_GetObjectID_0=l.asm.emscripten_bind_MdDbText_GetObjectID_0).apply(null,arguments)},Ao=l._emscripten_bind_MdDbText_Erase_0=function(){return(Ao=l._emscripten_bind_MdDbText_Erase_0=l.asm.emscripten_bind_MdDbText_Erase_0).apply(null,
321
+ arguments)},Bo=l._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(Bo=l._emscripten_bind_MdDbText_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},Co=l._emscripten_bind_MdDbText_Clone_0=function(){return(Co=l._emscripten_bind_MdDbText_Clone_0=l.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},Do=l._emscripten_bind_MdDbText_GetHandle_0=function(){return(Do=l._emscripten_bind_MdDbText_GetHandle_0=l.asm.emscripten_bind_MdDbText_GetHandle_0).apply(null,
322
+ arguments)},Eo=l._emscripten_bind_MdDbText_GetDatabase_0=function(){return(Eo=l._emscripten_bind_MdDbText_GetDatabase_0=l.asm.emscripten_bind_MdDbText_GetDatabase_0).apply(null,arguments)},Fo=l._emscripten_bind_MdDbText_GetOwnerID_0=function(){return(Fo=l._emscripten_bind_MdDbText_GetOwnerID_0=l.asm.emscripten_bind_MdDbText_GetOwnerID_0).apply(null,arguments)},Go=l._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(Go=l._emscripten_bind_MdDbText_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,
323
+ arguments)},Ho=l._emscripten_bind_MdDbText_getObjectName_0=function(){return(Ho=l._emscripten_bind_MdDbText_getObjectName_0=l.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},Io=l._emscripten_bind_MdDbText_getDxf0_0=function(){return(Io=l._emscripten_bind_MdDbText_getDxf0_0=l.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},Jo=l._emscripten_bind_MdDbText_getJson_0=function(){return(Jo=l._emscripten_bind_MdDbText_getJson_0=l.asm.emscripten_bind_MdDbText_getJson_0).apply(null,
324
+ arguments)},Ko=l._emscripten_bind_MdDbText_setJson_1=function(){return(Ko=l._emscripten_bind_MdDbText_setJson_1=l.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},Lo=l._emscripten_bind_MdDbText___destroy___0=function(){return(Lo=l._emscripten_bind_MdDbText___destroy___0=l.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},Mo=l._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(Mo=l._emscripten_bind_MdDbCircle_MdDbCircle_0=l.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,
325
+ arguments)},No=l._emscripten_bind_MdDbCircle_center_0=function(){return(No=l._emscripten_bind_MdDbCircle_center_0=l.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},Oo=l._emscripten_bind_MdDbCircle_setCenter_1=function(){return(Oo=l._emscripten_bind_MdDbCircle_setCenter_1=l.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},Po=l._emscripten_bind_MdDbCircle_radius_0=function(){return(Po=l._emscripten_bind_MdDbCircle_radius_0=l.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,
326
+ arguments)},Qo=l._emscripten_bind_MdDbCircle_setRadius_1=function(){return(Qo=l._emscripten_bind_MdDbCircle_setRadius_1=l.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},Ro=l._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(Ro=l._emscripten_bind_MdDbCircle_getStartParam_0=l.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},So=l._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(So=l._emscripten_bind_MdDbCircle_getEndParam_0=l.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,
327
+ arguments)},To=l._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(To=l._emscripten_bind_MdDbCircle_getDistAtParam_1=l.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},Uo=l._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(Uo=l._emscripten_bind_MdDbCircle_getParamAtDist_1=l.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},Vo=l._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(Vo=l._emscripten_bind_MdDbCircle_getDistAtPoint_1=
328
+ l.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},Wo=l._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(Wo=l._emscripten_bind_MdDbCircle_getPointAtDist_1=l.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},Xo=l._emscripten_bind_MdDbCircle_getStartPoint_0=function(){return(Xo=l._emscripten_bind_MdDbCircle_getStartPoint_0=l.asm.emscripten_bind_MdDbCircle_getStartPoint_0).apply(null,arguments)},Yo=l._emscripten_bind_MdDbCircle_getEndPoint_0=
329
+ function(){return(Yo=l._emscripten_bind_MdDbCircle_getEndPoint_0=l.asm.emscripten_bind_MdDbCircle_getEndPoint_0).apply(null,arguments)},Zo=l._emscripten_bind_MdDbCircle_getPointAtParam_1=function(){return(Zo=l._emscripten_bind_MdDbCircle_getPointAtParam_1=l.asm.emscripten_bind_MdDbCircle_getPointAtParam_1).apply(null,arguments)},$o=l._emscripten_bind_MdDbCircle_getParamAtPoint_1=function(){return($o=l._emscripten_bind_MdDbCircle_getParamAtPoint_1=l.asm.emscripten_bind_MdDbCircle_getParamAtPoint_1).apply(null,
330
+ arguments)},ap=l._emscripten_bind_MdDbCircle_getFirstDeriv_1=function(){return(ap=l._emscripten_bind_MdDbCircle_getFirstDeriv_1=l.asm.emscripten_bind_MdDbCircle_getFirstDeriv_1).apply(null,arguments)},bp=l._emscripten_bind_MdDbCircle_getFirstDerivEx_1=function(){return(bp=l._emscripten_bind_MdDbCircle_getFirstDerivEx_1=l.asm.emscripten_bind_MdDbCircle_getFirstDerivEx_1).apply(null,arguments)},cp=l._emscripten_bind_MdDbCircle_getClosestPointTo_2=function(){return(cp=l._emscripten_bind_MdDbCircle_getClosestPointTo_2=
331
+ l.asm.emscripten_bind_MdDbCircle_getClosestPointTo_2).apply(null,arguments)},dp=l._emscripten_bind_MdDbCircle_offsetCurves_2=function(){return(dp=l._emscripten_bind_MdDbCircle_offsetCurves_2=l.asm.emscripten_bind_MdDbCircle_offsetCurves_2).apply(null,arguments)},ep=l._emscripten_bind_MdDbCircle_splitCurves_1=function(){return(ep=l._emscripten_bind_MdDbCircle_splitCurves_1=l.asm.emscripten_bind_MdDbCircle_splitCurves_1).apply(null,arguments)},fp=l._emscripten_bind_MdDbCircle_getArea_0=function(){return(fp=
332
+ l._emscripten_bind_MdDbCircle_getArea_0=l.asm.emscripten_bind_MdDbCircle_getArea_0).apply(null,arguments)},gp=l._emscripten_bind_MdDbCircle_getSamplePoints_1=function(){return(gp=l._emscripten_bind_MdDbCircle_getSamplePoints_1=l.asm.emscripten_bind_MdDbCircle_getSamplePoints_1).apply(null,arguments)},hp=l._emscripten_bind_MdDbCircle_getLength_0=function(){return(hp=l._emscripten_bind_MdDbCircle_getLength_0=l.asm.emscripten_bind_MdDbCircle_getLength_0).apply(null,arguments)},ip=l._emscripten_bind_MdDbCircle_explode_0=
333
+ function(){return(ip=l._emscripten_bind_MdDbCircle_explode_0=l.asm.emscripten_bind_MdDbCircle_explode_0).apply(null,arguments)},jp=l._emscripten_bind_MdDbCircle_TrueColor_0=function(){return(jp=l._emscripten_bind_MdDbCircle_TrueColor_0=l.asm.emscripten_bind_MdDbCircle_TrueColor_0).apply(null,arguments)},kp=l._emscripten_bind_MdDbCircle_SetTrueColor_1=function(){return(kp=l._emscripten_bind_MdDbCircle_SetTrueColor_1=l.asm.emscripten_bind_MdDbCircle_SetTrueColor_1).apply(null,arguments)},lp=l._emscripten_bind_MdDbCircle_ColorIndex_0=
334
+ function(){return(lp=l._emscripten_bind_MdDbCircle_ColorIndex_0=l.asm.emscripten_bind_MdDbCircle_ColorIndex_0).apply(null,arguments)},mp=l._emscripten_bind_MdDbCircle_SetColorIndex_1=function(){return(mp=l._emscripten_bind_MdDbCircle_SetColorIndex_1=l.asm.emscripten_bind_MdDbCircle_SetColorIndex_1).apply(null,arguments)},np=l._emscripten_bind_MdDbCircle_Layer_0=function(){return(np=l._emscripten_bind_MdDbCircle_Layer_0=l.asm.emscripten_bind_MdDbCircle_Layer_0).apply(null,arguments)},op=l._emscripten_bind_MdDbCircle_SetLayer_1=
335
+ function(){return(op=l._emscripten_bind_MdDbCircle_SetLayer_1=l.asm.emscripten_bind_MdDbCircle_SetLayer_1).apply(null,arguments)},pp=l._emscripten_bind_MdDbCircle_LinetypeScale_0=function(){return(pp=l._emscripten_bind_MdDbCircle_LinetypeScale_0=l.asm.emscripten_bind_MdDbCircle_LinetypeScale_0).apply(null,arguments)},qp=l._emscripten_bind_MdDbCircle_SetLinetypeScale_1=function(){return(qp=l._emscripten_bind_MdDbCircle_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbCircle_SetLinetypeScale_1).apply(null,
336
+ arguments)},rp=l._emscripten_bind_MdDbCircle_Visible_0=function(){return(rp=l._emscripten_bind_MdDbCircle_Visible_0=l.asm.emscripten_bind_MdDbCircle_Visible_0).apply(null,arguments)},sp=l._emscripten_bind_MdDbCircle_SetVisible_1=function(){return(sp=l._emscripten_bind_MdDbCircle_SetVisible_1=l.asm.emscripten_bind_MdDbCircle_SetVisible_1).apply(null,arguments)},tp=l._emscripten_bind_MdDbCircle_Lineweight_0=function(){return(tp=l._emscripten_bind_MdDbCircle_Lineweight_0=l.asm.emscripten_bind_MdDbCircle_Lineweight_0).apply(null,
337
+ arguments)},up=l._emscripten_bind_MdDbCircle_SetLineweight_1=function(){return(up=l._emscripten_bind_MdDbCircle_SetLineweight_1=l.asm.emscripten_bind_MdDbCircle_SetLineweight_1).apply(null,arguments)},vp=l._emscripten_bind_MdDbCircle_TextStyle_0=function(){return(vp=l._emscripten_bind_MdDbCircle_TextStyle_0=l.asm.emscripten_bind_MdDbCircle_TextStyle_0).apply(null,arguments)},wp=l._emscripten_bind_MdDbCircle_SetTextStyle_1=function(){return(wp=l._emscripten_bind_MdDbCircle_SetTextStyle_1=l.asm.emscripten_bind_MdDbCircle_SetTextStyle_1).apply(null,
338
+ arguments)},xp=l._emscripten_bind_MdDbCircle_Highlight_1=function(){return(xp=l._emscripten_bind_MdDbCircle_Highlight_1=l.asm.emscripten_bind_MdDbCircle_Highlight_1).apply(null,arguments)},yp=l._emscripten_bind_MdDbCircle_Move_2=function(){return(yp=l._emscripten_bind_MdDbCircle_Move_2=l.asm.emscripten_bind_MdDbCircle_Move_2).apply(null,arguments)},zp=l._emscripten_bind_MdDbCircle_Rotate_2=function(){return(zp=l._emscripten_bind_MdDbCircle_Rotate_2=l.asm.emscripten_bind_MdDbCircle_Rotate_2).apply(null,
339
+ arguments)},Ap=l._emscripten_bind_MdDbCircle_Mirror_2=function(){return(Ap=l._emscripten_bind_MdDbCircle_Mirror_2=l.asm.emscripten_bind_MdDbCircle_Mirror_2).apply(null,arguments)},Bp=l._emscripten_bind_MdDbCircle_ScaleEntity_2=function(){return(Bp=l._emscripten_bind_MdDbCircle_ScaleEntity_2=l.asm.emscripten_bind_MdDbCircle_ScaleEntity_2).apply(null,arguments)},Cp=l._emscripten_bind_MdDbCircle_TransformBy_1=function(){return(Cp=l._emscripten_bind_MdDbCircle_TransformBy_1=l.asm.emscripten_bind_MdDbCircle_TransformBy_1).apply(null,
340
+ arguments)},Dp=l._emscripten_bind_MdDbCircle_GetBoundingBox_0=function(){return(Dp=l._emscripten_bind_MdDbCircle_GetBoundingBox_0=l.asm.emscripten_bind_MdDbCircle_GetBoundingBox_0).apply(null,arguments)},Ep=l._emscripten_bind_MdDbCircle_GetObjectID_0=function(){return(Ep=l._emscripten_bind_MdDbCircle_GetObjectID_0=l.asm.emscripten_bind_MdDbCircle_GetObjectID_0).apply(null,arguments)},Fp=l._emscripten_bind_MdDbCircle_Erase_0=function(){return(Fp=l._emscripten_bind_MdDbCircle_Erase_0=l.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,
341
+ arguments)},Gp=l._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(Gp=l._emscripten_bind_MdDbCircle_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},Hp=l._emscripten_bind_MdDbCircle_Clone_0=function(){return(Hp=l._emscripten_bind_MdDbCircle_Clone_0=l.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},Ip=l._emscripten_bind_MdDbCircle_GetHandle_0=function(){return(Ip=l._emscripten_bind_MdDbCircle_GetHandle_0=l.asm.emscripten_bind_MdDbCircle_GetHandle_0).apply(null,
342
+ arguments)},Jp=l._emscripten_bind_MdDbCircle_GetDatabase_0=function(){return(Jp=l._emscripten_bind_MdDbCircle_GetDatabase_0=l.asm.emscripten_bind_MdDbCircle_GetDatabase_0).apply(null,arguments)},Kp=l._emscripten_bind_MdDbCircle_GetOwnerID_0=function(){return(Kp=l._emscripten_bind_MdDbCircle_GetOwnerID_0=l.asm.emscripten_bind_MdDbCircle_GetOwnerID_0).apply(null,arguments)},Lp=l._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(Lp=l._emscripten_bind_MdDbCircle_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,
343
+ arguments)},Mp=l._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(Mp=l._emscripten_bind_MdDbCircle_getObjectName_0=l.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},Np=l._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(Np=l._emscripten_bind_MdDbCircle_getDxf0_0=l.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},Op=l._emscripten_bind_MdDbCircle_getJson_0=function(){return(Op=l._emscripten_bind_MdDbCircle_getJson_0=l.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,
344
+ arguments)},Pp=l._emscripten_bind_MdDbCircle_setJson_1=function(){return(Pp=l._emscripten_bind_MdDbCircle_setJson_1=l.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},Qp=l._emscripten_bind_MdDbCircle___destroy___0=function(){return(Qp=l._emscripten_bind_MdDbCircle___destroy___0=l.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},Rp=l._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(Rp=l._emscripten_bind_MdDbPolyline_MdDbPolyline_0=l.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,
345
+ arguments)},Sp=l._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(Sp=l._emscripten_bind_MdDbPolyline_setClosed_1=l.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},Tp=l._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return(Tp=l._emscripten_bind_MdDbPolyline_setConstantWidth_1=l.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},Up=l._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(Up=l._emscripten_bind_MdDbPolyline_isClosed_0=
346
+ l.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,arguments)},Vp=l._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(Vp=l._emscripten_bind_MdDbPolyline_getConstantWidth_0=l.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},Wp=l._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(Wp=l._emscripten_bind_MdDbPolyline_addVertexAt_5=l.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},Xp=l._emscripten_bind_MdDbPolyline_removeVertexAt_1=
347
+ function(){return(Xp=l._emscripten_bind_MdDbPolyline_removeVertexAt_1=l.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},Yp=l._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(Yp=l._emscripten_bind_MdDbPolyline_numVerts_0=l.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},Zp=l._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(Zp=l._emscripten_bind_MdDbPolyline_getPointAt_1=l.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},
348
+ $p=l._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return($p=l._emscripten_bind_MdDbPolyline_getBulgeAt_1=l.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},aq=l._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(aq=l._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=l.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},bq=l._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(bq=l._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=
349
+ l.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,arguments)},cq=l._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(cq=l._emscripten_bind_MdDbPolyline_setPointAt_2=l.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},dq=l._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(dq=l._emscripten_bind_MdDbPolyline_setBulgeAt_2=l.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},eq=l._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(eq=
350
+ l._emscripten_bind_MdDbPolyline_getStartParam_0=l.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},fq=l._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(fq=l._emscripten_bind_MdDbPolyline_getEndParam_0=l.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},gq=l._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(gq=l._emscripten_bind_MdDbPolyline_getDistAtParam_1=l.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},
351
+ hq=l._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(hq=l._emscripten_bind_MdDbPolyline_getParamAtDist_1=l.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},iq=l._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(iq=l._emscripten_bind_MdDbPolyline_getDistAtPoint_1=l.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},jq=l._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return(jq=l._emscripten_bind_MdDbPolyline_getPointAtDist_1=
352
+ l.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},kq=l._emscripten_bind_MdDbPolyline_getStartPoint_0=function(){return(kq=l._emscripten_bind_MdDbPolyline_getStartPoint_0=l.asm.emscripten_bind_MdDbPolyline_getStartPoint_0).apply(null,arguments)},lq=l._emscripten_bind_MdDbPolyline_getEndPoint_0=function(){return(lq=l._emscripten_bind_MdDbPolyline_getEndPoint_0=l.asm.emscripten_bind_MdDbPolyline_getEndPoint_0).apply(null,arguments)},mq=l._emscripten_bind_MdDbPolyline_getPointAtParam_1=
353
+ function(){return(mq=l._emscripten_bind_MdDbPolyline_getPointAtParam_1=l.asm.emscripten_bind_MdDbPolyline_getPointAtParam_1).apply(null,arguments)},nq=l._emscripten_bind_MdDbPolyline_getParamAtPoint_1=function(){return(nq=l._emscripten_bind_MdDbPolyline_getParamAtPoint_1=l.asm.emscripten_bind_MdDbPolyline_getParamAtPoint_1).apply(null,arguments)},oq=l._emscripten_bind_MdDbPolyline_getFirstDeriv_1=function(){return(oq=l._emscripten_bind_MdDbPolyline_getFirstDeriv_1=l.asm.emscripten_bind_MdDbPolyline_getFirstDeriv_1).apply(null,
354
+ arguments)},pq=l._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=function(){return(pq=l._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=l.asm.emscripten_bind_MdDbPolyline_getFirstDerivEx_1).apply(null,arguments)},qq=l._emscripten_bind_MdDbPolyline_getClosestPointTo_2=function(){return(qq=l._emscripten_bind_MdDbPolyline_getClosestPointTo_2=l.asm.emscripten_bind_MdDbPolyline_getClosestPointTo_2).apply(null,arguments)},rq=l._emscripten_bind_MdDbPolyline_offsetCurves_2=function(){return(rq=l._emscripten_bind_MdDbPolyline_offsetCurves_2=
355
+ l.asm.emscripten_bind_MdDbPolyline_offsetCurves_2).apply(null,arguments)},sq=l._emscripten_bind_MdDbPolyline_splitCurves_1=function(){return(sq=l._emscripten_bind_MdDbPolyline_splitCurves_1=l.asm.emscripten_bind_MdDbPolyline_splitCurves_1).apply(null,arguments)},tq=l._emscripten_bind_MdDbPolyline_getArea_0=function(){return(tq=l._emscripten_bind_MdDbPolyline_getArea_0=l.asm.emscripten_bind_MdDbPolyline_getArea_0).apply(null,arguments)},uq=l._emscripten_bind_MdDbPolyline_getSamplePoints_1=function(){return(uq=
356
+ l._emscripten_bind_MdDbPolyline_getSamplePoints_1=l.asm.emscripten_bind_MdDbPolyline_getSamplePoints_1).apply(null,arguments)},vq=l._emscripten_bind_MdDbPolyline_getLength_0=function(){return(vq=l._emscripten_bind_MdDbPolyline_getLength_0=l.asm.emscripten_bind_MdDbPolyline_getLength_0).apply(null,arguments)},wq=l._emscripten_bind_MdDbPolyline_explode_0=function(){return(wq=l._emscripten_bind_MdDbPolyline_explode_0=l.asm.emscripten_bind_MdDbPolyline_explode_0).apply(null,arguments)},xq=l._emscripten_bind_MdDbPolyline_TrueColor_0=
357
+ function(){return(xq=l._emscripten_bind_MdDbPolyline_TrueColor_0=l.asm.emscripten_bind_MdDbPolyline_TrueColor_0).apply(null,arguments)},yq=l._emscripten_bind_MdDbPolyline_SetTrueColor_1=function(){return(yq=l._emscripten_bind_MdDbPolyline_SetTrueColor_1=l.asm.emscripten_bind_MdDbPolyline_SetTrueColor_1).apply(null,arguments)},zq=l._emscripten_bind_MdDbPolyline_ColorIndex_0=function(){return(zq=l._emscripten_bind_MdDbPolyline_ColorIndex_0=l.asm.emscripten_bind_MdDbPolyline_ColorIndex_0).apply(null,
358
+ arguments)},Aq=l._emscripten_bind_MdDbPolyline_SetColorIndex_1=function(){return(Aq=l._emscripten_bind_MdDbPolyline_SetColorIndex_1=l.asm.emscripten_bind_MdDbPolyline_SetColorIndex_1).apply(null,arguments)},Bq=l._emscripten_bind_MdDbPolyline_Layer_0=function(){return(Bq=l._emscripten_bind_MdDbPolyline_Layer_0=l.asm.emscripten_bind_MdDbPolyline_Layer_0).apply(null,arguments)},Cq=l._emscripten_bind_MdDbPolyline_SetLayer_1=function(){return(Cq=l._emscripten_bind_MdDbPolyline_SetLayer_1=l.asm.emscripten_bind_MdDbPolyline_SetLayer_1).apply(null,
359
+ arguments)},Dq=l._emscripten_bind_MdDbPolyline_LinetypeScale_0=function(){return(Dq=l._emscripten_bind_MdDbPolyline_LinetypeScale_0=l.asm.emscripten_bind_MdDbPolyline_LinetypeScale_0).apply(null,arguments)},Eq=l._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=function(){return(Eq=l._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbPolyline_SetLinetypeScale_1).apply(null,arguments)},Fq=l._emscripten_bind_MdDbPolyline_Visible_0=function(){return(Fq=l._emscripten_bind_MdDbPolyline_Visible_0=
360
+ l.asm.emscripten_bind_MdDbPolyline_Visible_0).apply(null,arguments)},Gq=l._emscripten_bind_MdDbPolyline_SetVisible_1=function(){return(Gq=l._emscripten_bind_MdDbPolyline_SetVisible_1=l.asm.emscripten_bind_MdDbPolyline_SetVisible_1).apply(null,arguments)},Hq=l._emscripten_bind_MdDbPolyline_Lineweight_0=function(){return(Hq=l._emscripten_bind_MdDbPolyline_Lineweight_0=l.asm.emscripten_bind_MdDbPolyline_Lineweight_0).apply(null,arguments)},Iq=l._emscripten_bind_MdDbPolyline_SetLineweight_1=function(){return(Iq=
361
+ l._emscripten_bind_MdDbPolyline_SetLineweight_1=l.asm.emscripten_bind_MdDbPolyline_SetLineweight_1).apply(null,arguments)},Jq=l._emscripten_bind_MdDbPolyline_TextStyle_0=function(){return(Jq=l._emscripten_bind_MdDbPolyline_TextStyle_0=l.asm.emscripten_bind_MdDbPolyline_TextStyle_0).apply(null,arguments)},Kq=l._emscripten_bind_MdDbPolyline_SetTextStyle_1=function(){return(Kq=l._emscripten_bind_MdDbPolyline_SetTextStyle_1=l.asm.emscripten_bind_MdDbPolyline_SetTextStyle_1).apply(null,arguments)},Lq=
362
+ l._emscripten_bind_MdDbPolyline_Highlight_1=function(){return(Lq=l._emscripten_bind_MdDbPolyline_Highlight_1=l.asm.emscripten_bind_MdDbPolyline_Highlight_1).apply(null,arguments)},Mq=l._emscripten_bind_MdDbPolyline_Move_2=function(){return(Mq=l._emscripten_bind_MdDbPolyline_Move_2=l.asm.emscripten_bind_MdDbPolyline_Move_2).apply(null,arguments)},Nq=l._emscripten_bind_MdDbPolyline_Rotate_2=function(){return(Nq=l._emscripten_bind_MdDbPolyline_Rotate_2=l.asm.emscripten_bind_MdDbPolyline_Rotate_2).apply(null,
363
+ arguments)},Oq=l._emscripten_bind_MdDbPolyline_Mirror_2=function(){return(Oq=l._emscripten_bind_MdDbPolyline_Mirror_2=l.asm.emscripten_bind_MdDbPolyline_Mirror_2).apply(null,arguments)},Pq=l._emscripten_bind_MdDbPolyline_ScaleEntity_2=function(){return(Pq=l._emscripten_bind_MdDbPolyline_ScaleEntity_2=l.asm.emscripten_bind_MdDbPolyline_ScaleEntity_2).apply(null,arguments)},Qq=l._emscripten_bind_MdDbPolyline_TransformBy_1=function(){return(Qq=l._emscripten_bind_MdDbPolyline_TransformBy_1=l.asm.emscripten_bind_MdDbPolyline_TransformBy_1).apply(null,
364
+ arguments)},Rq=l._emscripten_bind_MdDbPolyline_GetBoundingBox_0=function(){return(Rq=l._emscripten_bind_MdDbPolyline_GetBoundingBox_0=l.asm.emscripten_bind_MdDbPolyline_GetBoundingBox_0).apply(null,arguments)},Sq=l._emscripten_bind_MdDbPolyline_GetObjectID_0=function(){return(Sq=l._emscripten_bind_MdDbPolyline_GetObjectID_0=l.asm.emscripten_bind_MdDbPolyline_GetObjectID_0).apply(null,arguments)},Tq=l._emscripten_bind_MdDbPolyline_Erase_0=function(){return(Tq=l._emscripten_bind_MdDbPolyline_Erase_0=
365
+ l.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},Uq=l._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(Uq=l._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},Vq=l._emscripten_bind_MdDbPolyline_Clone_0=function(){return(Vq=l._emscripten_bind_MdDbPolyline_Clone_0=l.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},Wq=l._emscripten_bind_MdDbPolyline_GetHandle_0=
366
+ function(){return(Wq=l._emscripten_bind_MdDbPolyline_GetHandle_0=l.asm.emscripten_bind_MdDbPolyline_GetHandle_0).apply(null,arguments)},Xq=l._emscripten_bind_MdDbPolyline_GetDatabase_0=function(){return(Xq=l._emscripten_bind_MdDbPolyline_GetDatabase_0=l.asm.emscripten_bind_MdDbPolyline_GetDatabase_0).apply(null,arguments)},Yq=l._emscripten_bind_MdDbPolyline_GetOwnerID_0=function(){return(Yq=l._emscripten_bind_MdDbPolyline_GetOwnerID_0=l.asm.emscripten_bind_MdDbPolyline_GetOwnerID_0).apply(null,arguments)},
367
+ Zq=l._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(Zq=l._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},$q=l._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return($q=l._emscripten_bind_MdDbPolyline_getObjectName_0=l.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},ar=l._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(ar=l._emscripten_bind_MdDbPolyline_getDxf0_0=
368
+ l.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},br=l._emscripten_bind_MdDbPolyline_getJson_0=function(){return(br=l._emscripten_bind_MdDbPolyline_getJson_0=l.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},cr=l._emscripten_bind_MdDbPolyline_setJson_1=function(){return(cr=l._emscripten_bind_MdDbPolyline_setJson_1=l.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},dr=l._emscripten_bind_MdDbPolyline___destroy___0=function(){return(dr=l._emscripten_bind_MdDbPolyline___destroy___0=
369
+ l.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},er=l._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(er=l._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=l.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},fr=l._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(fr=l._emscripten_bind_MdDbBlockReference_blockTableRecord_0=l.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,
370
+ arguments)},gr=l._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(gr=l._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=l.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,arguments)},hr=l._emscripten_bind_MdDbBlockReference_position_0=function(){return(hr=l._emscripten_bind_MdDbBlockReference_position_0=l.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},ir=l._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(ir=
371
+ l._emscripten_bind_MdDbBlockReference_setPosition_1=l.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},jr=l._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(jr=l._emscripten_bind_MdDbBlockReference_scaleFactors_0=l.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},kr=l._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(kr=l._emscripten_bind_MdDbBlockReference_setScaleFactors_1=l.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,
372
+ arguments)},lr=l._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(lr=l._emscripten_bind_MdDbBlockReference_rotation_0=l.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},mr=l._emscripten_bind_MdDbBlockReference_setRotation_1=function(){return(mr=l._emscripten_bind_MdDbBlockReference_setRotation_1=l.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},nr=l._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(nr=l._emscripten_bind_MdDbBlockReference_blockTransform_0=
373
+ l.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},or=l._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(or=l._emscripten_bind_MdDbBlockReference_setBlockTransform_1=l.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},pr=l._emscripten_bind_MdDbBlockReference_explode_0=function(){return(pr=l._emscripten_bind_MdDbBlockReference_explode_0=l.asm.emscripten_bind_MdDbBlockReference_explode_0).apply(null,arguments)},
374
+ qr=l._emscripten_bind_MdDbBlockReference_TrueColor_0=function(){return(qr=l._emscripten_bind_MdDbBlockReference_TrueColor_0=l.asm.emscripten_bind_MdDbBlockReference_TrueColor_0).apply(null,arguments)},rr=l._emscripten_bind_MdDbBlockReference_SetTrueColor_1=function(){return(rr=l._emscripten_bind_MdDbBlockReference_SetTrueColor_1=l.asm.emscripten_bind_MdDbBlockReference_SetTrueColor_1).apply(null,arguments)},sr=l._emscripten_bind_MdDbBlockReference_ColorIndex_0=function(){return(sr=l._emscripten_bind_MdDbBlockReference_ColorIndex_0=
375
+ l.asm.emscripten_bind_MdDbBlockReference_ColorIndex_0).apply(null,arguments)},tr=l._emscripten_bind_MdDbBlockReference_SetColorIndex_1=function(){return(tr=l._emscripten_bind_MdDbBlockReference_SetColorIndex_1=l.asm.emscripten_bind_MdDbBlockReference_SetColorIndex_1).apply(null,arguments)},ur=l._emscripten_bind_MdDbBlockReference_Layer_0=function(){return(ur=l._emscripten_bind_MdDbBlockReference_Layer_0=l.asm.emscripten_bind_MdDbBlockReference_Layer_0).apply(null,arguments)},vr=l._emscripten_bind_MdDbBlockReference_SetLayer_1=
376
+ function(){return(vr=l._emscripten_bind_MdDbBlockReference_SetLayer_1=l.asm.emscripten_bind_MdDbBlockReference_SetLayer_1).apply(null,arguments)},wr=l._emscripten_bind_MdDbBlockReference_LinetypeScale_0=function(){return(wr=l._emscripten_bind_MdDbBlockReference_LinetypeScale_0=l.asm.emscripten_bind_MdDbBlockReference_LinetypeScale_0).apply(null,arguments)},xr=l._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=function(){return(xr=l._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbBlockReference_SetLinetypeScale_1).apply(null,
377
+ arguments)},yr=l._emscripten_bind_MdDbBlockReference_Visible_0=function(){return(yr=l._emscripten_bind_MdDbBlockReference_Visible_0=l.asm.emscripten_bind_MdDbBlockReference_Visible_0).apply(null,arguments)},zr=l._emscripten_bind_MdDbBlockReference_SetVisible_1=function(){return(zr=l._emscripten_bind_MdDbBlockReference_SetVisible_1=l.asm.emscripten_bind_MdDbBlockReference_SetVisible_1).apply(null,arguments)},Ar=l._emscripten_bind_MdDbBlockReference_Lineweight_0=function(){return(Ar=l._emscripten_bind_MdDbBlockReference_Lineweight_0=
378
+ l.asm.emscripten_bind_MdDbBlockReference_Lineweight_0).apply(null,arguments)},Br=l._emscripten_bind_MdDbBlockReference_SetLineweight_1=function(){return(Br=l._emscripten_bind_MdDbBlockReference_SetLineweight_1=l.asm.emscripten_bind_MdDbBlockReference_SetLineweight_1).apply(null,arguments)},Cr=l._emscripten_bind_MdDbBlockReference_TextStyle_0=function(){return(Cr=l._emscripten_bind_MdDbBlockReference_TextStyle_0=l.asm.emscripten_bind_MdDbBlockReference_TextStyle_0).apply(null,arguments)},Dr=l._emscripten_bind_MdDbBlockReference_SetTextStyle_1=
379
+ function(){return(Dr=l._emscripten_bind_MdDbBlockReference_SetTextStyle_1=l.asm.emscripten_bind_MdDbBlockReference_SetTextStyle_1).apply(null,arguments)},Er=l._emscripten_bind_MdDbBlockReference_Highlight_1=function(){return(Er=l._emscripten_bind_MdDbBlockReference_Highlight_1=l.asm.emscripten_bind_MdDbBlockReference_Highlight_1).apply(null,arguments)},Fr=l._emscripten_bind_MdDbBlockReference_Move_2=function(){return(Fr=l._emscripten_bind_MdDbBlockReference_Move_2=l.asm.emscripten_bind_MdDbBlockReference_Move_2).apply(null,
380
+ arguments)},Gr=l._emscripten_bind_MdDbBlockReference_Rotate_2=function(){return(Gr=l._emscripten_bind_MdDbBlockReference_Rotate_2=l.asm.emscripten_bind_MdDbBlockReference_Rotate_2).apply(null,arguments)},Hr=l._emscripten_bind_MdDbBlockReference_Mirror_2=function(){return(Hr=l._emscripten_bind_MdDbBlockReference_Mirror_2=l.asm.emscripten_bind_MdDbBlockReference_Mirror_2).apply(null,arguments)},Ir=l._emscripten_bind_MdDbBlockReference_ScaleEntity_2=function(){return(Ir=l._emscripten_bind_MdDbBlockReference_ScaleEntity_2=
381
+ l.asm.emscripten_bind_MdDbBlockReference_ScaleEntity_2).apply(null,arguments)},Jr=l._emscripten_bind_MdDbBlockReference_TransformBy_1=function(){return(Jr=l._emscripten_bind_MdDbBlockReference_TransformBy_1=l.asm.emscripten_bind_MdDbBlockReference_TransformBy_1).apply(null,arguments)},Kr=l._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=function(){return(Kr=l._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=l.asm.emscripten_bind_MdDbBlockReference_GetBoundingBox_0).apply(null,arguments)},
382
+ Lr=l._emscripten_bind_MdDbBlockReference_GetObjectID_0=function(){return(Lr=l._emscripten_bind_MdDbBlockReference_GetObjectID_0=l.asm.emscripten_bind_MdDbBlockReference_GetObjectID_0).apply(null,arguments)},Mr=l._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(Mr=l._emscripten_bind_MdDbBlockReference_Erase_0=l.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},Nr=l._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(Nr=l._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=
383
+ l.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},Or=l._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(Or=l._emscripten_bind_MdDbBlockReference_Clone_0=l.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},Pr=l._emscripten_bind_MdDbBlockReference_GetHandle_0=function(){return(Pr=l._emscripten_bind_MdDbBlockReference_GetHandle_0=l.asm.emscripten_bind_MdDbBlockReference_GetHandle_0).apply(null,arguments)},Qr=l._emscripten_bind_MdDbBlockReference_GetDatabase_0=
384
+ function(){return(Qr=l._emscripten_bind_MdDbBlockReference_GetDatabase_0=l.asm.emscripten_bind_MdDbBlockReference_GetDatabase_0).apply(null,arguments)},Rr=l._emscripten_bind_MdDbBlockReference_GetOwnerID_0=function(){return(Rr=l._emscripten_bind_MdDbBlockReference_GetOwnerID_0=l.asm.emscripten_bind_MdDbBlockReference_GetOwnerID_0).apply(null,arguments)},Sr=l._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(Sr=l._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,
385
+ arguments)},Tr=l._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(Tr=l._emscripten_bind_MdDbBlockReference_getObjectName_0=l.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},Ur=l._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(Ur=l._emscripten_bind_MdDbBlockReference_getDxf0_0=l.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},Vr=l._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(Vr=l._emscripten_bind_MdDbBlockReference_getJson_0=
386
+ l.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},Wr=l._emscripten_bind_MdDbBlockReference_setJson_1=function(){return(Wr=l._emscripten_bind_MdDbBlockReference_setJson_1=l.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},Xr=l._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(Xr=l._emscripten_bind_MdDbBlockReference___destroy___0=l.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},Yr=l._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=
387
+ function(){return(Yr=l._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=l.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,arguments)},Zr=l._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return(Zr=l._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=l.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},$r=l._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return($r=l._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=
388
+ l.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,arguments)},as=l._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=function(){return(as=l._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=l.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},bs=l._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(bs=l._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=l.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,
389
+ arguments)},cs=l._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=function(){return(cs=l._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=l.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},ds=l._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(ds=l._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=l.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},es=l._emscripten_bind_MdDbAlignedDimension_oblique_0=
390
+ function(){return(es=l._emscripten_bind_MdDbAlignedDimension_oblique_0=l.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},gs=l._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(gs=l._emscripten_bind_MdDbAlignedDimension_setOblique_1=l.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},hs=l._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(hs=l._emscripten_bind_MdDbAlignedDimension_textPosition_0=l.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,
391
+ arguments)},is=l._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(is=l._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=l.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},js=l._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(js=l._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=l.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},ks=l._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
392
+ function(){return(ks=l._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=l.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},ls=l._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(ls=l._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=l.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},ms=l._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(ms=l._emscripten_bind_MdDbAlignedDimension_elevation_0=
393
+ l.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,arguments)},ns=l._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(ns=l._emscripten_bind_MdDbAlignedDimension_setElevation_1=l.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},ps=l._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(ps=l._emscripten_bind_MdDbAlignedDimension_dimensionText_0=l.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,
394
+ arguments)},qs=l._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=function(){return(qs=l._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=l.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},rs=l._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(rs=l._emscripten_bind_MdDbAlignedDimension_textRotation_0=l.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},ss=l._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
395
+ function(){return(ss=l._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=l.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},ts=l._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return(ts=l._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=l.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},us=l._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(us=l._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=
396
+ l.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,arguments)},vs=l._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(vs=l._emscripten_bind_MdDbAlignedDimension_textAttachment_0=l.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},xs=l._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(xs=l._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=l.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,
397
+ arguments)},ys=l._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=function(){return(ys=l._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=l.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},zs=l._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(zs=l._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=l.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},As=l._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
398
+ function(){return(As=l._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=l.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},Bs=l._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(Bs=l._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=l.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},Cs=l._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(Cs=l._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=
399
+ l.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,arguments)},Ds=l._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(Ds=l._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=l.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},Es=l._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(Es=l._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=l.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,
400
+ arguments)},Fs=l._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=function(){return(Fs=l._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=l.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},Gs=l._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(Gs=l._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=l.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},Hs=l._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
401
+ function(){return(Hs=l._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=l.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},Is=l._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(Is=l._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=l.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},Js=l._emscripten_bind_MdDbAlignedDimension_explode_0=function(){return(Js=l._emscripten_bind_MdDbAlignedDimension_explode_0=
402
+ l.asm.emscripten_bind_MdDbAlignedDimension_explode_0).apply(null,arguments)},Ks=l._emscripten_bind_MdDbAlignedDimension_TrueColor_0=function(){return(Ks=l._emscripten_bind_MdDbAlignedDimension_TrueColor_0=l.asm.emscripten_bind_MdDbAlignedDimension_TrueColor_0).apply(null,arguments)},Ls=l._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=function(){return(Ls=l._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=l.asm.emscripten_bind_MdDbAlignedDimension_SetTrueColor_1).apply(null,arguments)},Ms=
403
+ l._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=function(){return(Ms=l._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=l.asm.emscripten_bind_MdDbAlignedDimension_ColorIndex_0).apply(null,arguments)},Ns=l._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=function(){return(Ns=l._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=l.asm.emscripten_bind_MdDbAlignedDimension_SetColorIndex_1).apply(null,arguments)},Os=l._emscripten_bind_MdDbAlignedDimension_Layer_0=function(){return(Os=l._emscripten_bind_MdDbAlignedDimension_Layer_0=
404
+ l.asm.emscripten_bind_MdDbAlignedDimension_Layer_0).apply(null,arguments)},Ps=l._emscripten_bind_MdDbAlignedDimension_SetLayer_1=function(){return(Ps=l._emscripten_bind_MdDbAlignedDimension_SetLayer_1=l.asm.emscripten_bind_MdDbAlignedDimension_SetLayer_1).apply(null,arguments)},Qs=l._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=function(){return(Qs=l._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=l.asm.emscripten_bind_MdDbAlignedDimension_LinetypeScale_0).apply(null,arguments)},Rs=
405
+ l._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=function(){return(Rs=l._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1).apply(null,arguments)},Ss=l._emscripten_bind_MdDbAlignedDimension_Visible_0=function(){return(Ss=l._emscripten_bind_MdDbAlignedDimension_Visible_0=l.asm.emscripten_bind_MdDbAlignedDimension_Visible_0).apply(null,arguments)},Ts=l._emscripten_bind_MdDbAlignedDimension_SetVisible_1=function(){return(Ts=
406
+ l._emscripten_bind_MdDbAlignedDimension_SetVisible_1=l.asm.emscripten_bind_MdDbAlignedDimension_SetVisible_1).apply(null,arguments)},Us=l._emscripten_bind_MdDbAlignedDimension_Lineweight_0=function(){return(Us=l._emscripten_bind_MdDbAlignedDimension_Lineweight_0=l.asm.emscripten_bind_MdDbAlignedDimension_Lineweight_0).apply(null,arguments)},Vs=l._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=function(){return(Vs=l._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=l.asm.emscripten_bind_MdDbAlignedDimension_SetLineweight_1).apply(null,
407
+ arguments)},Ws=l._emscripten_bind_MdDbAlignedDimension_TextStyle_0=function(){return(Ws=l._emscripten_bind_MdDbAlignedDimension_TextStyle_0=l.asm.emscripten_bind_MdDbAlignedDimension_TextStyle_0).apply(null,arguments)},Xs=l._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=function(){return(Xs=l._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=l.asm.emscripten_bind_MdDbAlignedDimension_SetTextStyle_1).apply(null,arguments)},Ys=l._emscripten_bind_MdDbAlignedDimension_Highlight_1=function(){return(Ys=
408
+ l._emscripten_bind_MdDbAlignedDimension_Highlight_1=l.asm.emscripten_bind_MdDbAlignedDimension_Highlight_1).apply(null,arguments)},Zs=l._emscripten_bind_MdDbAlignedDimension_Move_2=function(){return(Zs=l._emscripten_bind_MdDbAlignedDimension_Move_2=l.asm.emscripten_bind_MdDbAlignedDimension_Move_2).apply(null,arguments)},$s=l._emscripten_bind_MdDbAlignedDimension_Rotate_2=function(){return($s=l._emscripten_bind_MdDbAlignedDimension_Rotate_2=l.asm.emscripten_bind_MdDbAlignedDimension_Rotate_2).apply(null,
409
+ arguments)},at=l._emscripten_bind_MdDbAlignedDimension_Mirror_2=function(){return(at=l._emscripten_bind_MdDbAlignedDimension_Mirror_2=l.asm.emscripten_bind_MdDbAlignedDimension_Mirror_2).apply(null,arguments)},bt=l._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=function(){return(bt=l._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=l.asm.emscripten_bind_MdDbAlignedDimension_ScaleEntity_2).apply(null,arguments)},ct=l._emscripten_bind_MdDbAlignedDimension_TransformBy_1=function(){return(ct=
410
+ l._emscripten_bind_MdDbAlignedDimension_TransformBy_1=l.asm.emscripten_bind_MdDbAlignedDimension_TransformBy_1).apply(null,arguments)},dt=l._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=function(){return(dt=l._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=l.asm.emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0).apply(null,arguments)},et=l._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=function(){return(et=l._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=l.asm.emscripten_bind_MdDbAlignedDimension_GetObjectID_0).apply(null,
411
+ arguments)},ft=l._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(ft=l._emscripten_bind_MdDbAlignedDimension_Erase_0=l.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},gt=l._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=function(){return(gt=l._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,arguments)},ht=l._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return(ht=
412
+ l._emscripten_bind_MdDbAlignedDimension_Clone_0=l.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},it=l._emscripten_bind_MdDbAlignedDimension_GetHandle_0=function(){return(it=l._emscripten_bind_MdDbAlignedDimension_GetHandle_0=l.asm.emscripten_bind_MdDbAlignedDimension_GetHandle_0).apply(null,arguments)},jt=l._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=function(){return(jt=l._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=l.asm.emscripten_bind_MdDbAlignedDimension_GetDatabase_0).apply(null,
413
+ arguments)},kt=l._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=function(){return(kt=l._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=l.asm.emscripten_bind_MdDbAlignedDimension_GetOwnerID_0).apply(null,arguments)},lt=l._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(lt=l._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},mt=l._emscripten_bind_MdDbAlignedDimension_getObjectName_0=
414
+ function(){return(mt=l._emscripten_bind_MdDbAlignedDimension_getObjectName_0=l.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},nt=l._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(nt=l._emscripten_bind_MdDbAlignedDimension_getDxf0_0=l.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},ot=l._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(ot=l._emscripten_bind_MdDbAlignedDimension_getJson_0=l.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,
415
+ arguments)},pt=l._emscripten_bind_MdDbAlignedDimension_setJson_1=function(){return(pt=l._emscripten_bind_MdDbAlignedDimension_setJson_1=l.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},qt=l._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(qt=l._emscripten_bind_MdDbAlignedDimension___destroy___0=l.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},rt=l._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=function(){return(rt=
416
+ l._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=l.asm.emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0).apply(null,arguments)},st=l._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=function(){return(st=l._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=l.asm.emscripten_bind_MdDbRotatedDimension_xLine1Point_0).apply(null,arguments)},tt=l._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=function(){return(tt=l._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=
417
+ l.asm.emscripten_bind_MdDbRotatedDimension_setXLine1Point_1).apply(null,arguments)},ut=l._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=function(){return(ut=l._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=l.asm.emscripten_bind_MdDbRotatedDimension_xLine2Point_0).apply(null,arguments)},vt=l._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=function(){return(vt=l._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=l.asm.emscripten_bind_MdDbRotatedDimension_setXLine2Point_1).apply(null,
418
+ arguments)},wt=l._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=function(){return(wt=l._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=l.asm.emscripten_bind_MdDbRotatedDimension_dimLinePoint_0).apply(null,arguments)},xt=l._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=function(){return(xt=l._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=l.asm.emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1).apply(null,arguments)},yt=l._emscripten_bind_MdDbRotatedDimension_rotation_0=
419
+ function(){return(yt=l._emscripten_bind_MdDbRotatedDimension_rotation_0=l.asm.emscripten_bind_MdDbRotatedDimension_rotation_0).apply(null,arguments)},zt=l._emscripten_bind_MdDbRotatedDimension_setRotation_1=function(){return(zt=l._emscripten_bind_MdDbRotatedDimension_setRotation_1=l.asm.emscripten_bind_MdDbRotatedDimension_setRotation_1).apply(null,arguments)},At=l._emscripten_bind_MdDbRotatedDimension_oblique_0=function(){return(At=l._emscripten_bind_MdDbRotatedDimension_oblique_0=l.asm.emscripten_bind_MdDbRotatedDimension_oblique_0).apply(null,
420
+ arguments)},Bt=l._emscripten_bind_MdDbRotatedDimension_setOblique_1=function(){return(Bt=l._emscripten_bind_MdDbRotatedDimension_setOblique_1=l.asm.emscripten_bind_MdDbRotatedDimension_setOblique_1).apply(null,arguments)},Ct=l._emscripten_bind_MdDbRotatedDimension_textPosition_0=function(){return(Ct=l._emscripten_bind_MdDbRotatedDimension_textPosition_0=l.asm.emscripten_bind_MdDbRotatedDimension_textPosition_0).apply(null,arguments)},Dt=l._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=function(){return(Dt=
421
+ l._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=l.asm.emscripten_bind_MdDbRotatedDimension_setTextPosition_1).apply(null,arguments)},Et=l._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=function(){return(Et=l._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=l.asm.emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},Ft=l._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=function(){return(Ft=l._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=
422
+ l.asm.emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0).apply(null,arguments)},Gt=l._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=function(){return(Gt=l._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=l.asm.emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0).apply(null,arguments)},Ht=l._emscripten_bind_MdDbRotatedDimension_elevation_0=function(){return(Ht=l._emscripten_bind_MdDbRotatedDimension_elevation_0=l.asm.emscripten_bind_MdDbRotatedDimension_elevation_0).apply(null,
423
+ arguments)},It=l._emscripten_bind_MdDbRotatedDimension_setElevation_1=function(){return(It=l._emscripten_bind_MdDbRotatedDimension_setElevation_1=l.asm.emscripten_bind_MdDbRotatedDimension_setElevation_1).apply(null,arguments)},Jt=l._emscripten_bind_MdDbRotatedDimension_dimensionText_0=function(){return(Jt=l._emscripten_bind_MdDbRotatedDimension_dimensionText_0=l.asm.emscripten_bind_MdDbRotatedDimension_dimensionText_0).apply(null,arguments)},Kt=l._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=
424
+ function(){return(Kt=l._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=l.asm.emscripten_bind_MdDbRotatedDimension_setDimensionText_1).apply(null,arguments)},Lt=l._emscripten_bind_MdDbRotatedDimension_textRotation_0=function(){return(Lt=l._emscripten_bind_MdDbRotatedDimension_textRotation_0=l.asm.emscripten_bind_MdDbRotatedDimension_textRotation_0).apply(null,arguments)},Mt=l._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=function(){return(Mt=l._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=
425
+ l.asm.emscripten_bind_MdDbRotatedDimension_setTextRotation_1).apply(null,arguments)},Nt=l._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=function(){return(Nt=l._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=l.asm.emscripten_bind_MdDbRotatedDimension_dimensionStyle_0).apply(null,arguments)},Ot=l._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=function(){return(Ot=l._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=l.asm.emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1).apply(null,
426
+ arguments)},Pt=l._emscripten_bind_MdDbRotatedDimension_textAttachment_0=function(){return(Pt=l._emscripten_bind_MdDbRotatedDimension_textAttachment_0=l.asm.emscripten_bind_MdDbRotatedDimension_textAttachment_0).apply(null,arguments)},Qt=l._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=function(){return(Qt=l._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=l.asm.emscripten_bind_MdDbRotatedDimension_setTextAttachment_1).apply(null,arguments)},Rt=l._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=
427
+ function(){return(Rt=l._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=l.asm.emscripten_bind_MdDbRotatedDimension_horizontalRotation_0).apply(null,arguments)},St=l._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=function(){return(St=l._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=l.asm.emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1).apply(null,arguments)},Tt=l._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=function(){return(Tt=l._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=
428
+ l.asm.emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1).apply(null,arguments)},Ut=l._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=function(){return(Ut=l._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=l.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1).apply(null,arguments)},Vt=l._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=function(){return(Vt=l._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=l.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2).apply(null,
429
+ arguments)},Wt=l._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=function(){return(Wt=l._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=l.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1).apply(null,arguments)},Xt=l._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=function(){return(Xt=l._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=l.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2).apply(null,arguments)},Yt=l._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=
430
+ function(){return(Yt=l._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=l.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarString_1).apply(null,arguments)},Zt=l._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=function(){return(Zt=l._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=l.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarString_2).apply(null,arguments)},$t=l._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=function(){return($t=l._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=
431
+ l.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1).apply(null,arguments)},au=l._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=function(){return(au=l._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=l.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2).apply(null,arguments)},bu=l._emscripten_bind_MdDbRotatedDimension_explode_0=function(){return(bu=l._emscripten_bind_MdDbRotatedDimension_explode_0=l.asm.emscripten_bind_MdDbRotatedDimension_explode_0).apply(null,
432
+ arguments)},cu=l._emscripten_bind_MdDbRotatedDimension_TrueColor_0=function(){return(cu=l._emscripten_bind_MdDbRotatedDimension_TrueColor_0=l.asm.emscripten_bind_MdDbRotatedDimension_TrueColor_0).apply(null,arguments)},du=l._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=function(){return(du=l._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=l.asm.emscripten_bind_MdDbRotatedDimension_SetTrueColor_1).apply(null,arguments)},eu=l._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=function(){return(eu=
433
+ l._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=l.asm.emscripten_bind_MdDbRotatedDimension_ColorIndex_0).apply(null,arguments)},fu=l._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=function(){return(fu=l._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=l.asm.emscripten_bind_MdDbRotatedDimension_SetColorIndex_1).apply(null,arguments)},gu=l._emscripten_bind_MdDbRotatedDimension_Layer_0=function(){return(gu=l._emscripten_bind_MdDbRotatedDimension_Layer_0=l.asm.emscripten_bind_MdDbRotatedDimension_Layer_0).apply(null,
434
+ arguments)},hu=l._emscripten_bind_MdDbRotatedDimension_SetLayer_1=function(){return(hu=l._emscripten_bind_MdDbRotatedDimension_SetLayer_1=l.asm.emscripten_bind_MdDbRotatedDimension_SetLayer_1).apply(null,arguments)},iu=l._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=function(){return(iu=l._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=l.asm.emscripten_bind_MdDbRotatedDimension_LinetypeScale_0).apply(null,arguments)},ju=l._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=function(){return(ju=
435
+ l._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1).apply(null,arguments)},ku=l._emscripten_bind_MdDbRotatedDimension_Visible_0=function(){return(ku=l._emscripten_bind_MdDbRotatedDimension_Visible_0=l.asm.emscripten_bind_MdDbRotatedDimension_Visible_0).apply(null,arguments)},lu=l._emscripten_bind_MdDbRotatedDimension_SetVisible_1=function(){return(lu=l._emscripten_bind_MdDbRotatedDimension_SetVisible_1=l.asm.emscripten_bind_MdDbRotatedDimension_SetVisible_1).apply(null,
436
+ arguments)},mu=l._emscripten_bind_MdDbRotatedDimension_Lineweight_0=function(){return(mu=l._emscripten_bind_MdDbRotatedDimension_Lineweight_0=l.asm.emscripten_bind_MdDbRotatedDimension_Lineweight_0).apply(null,arguments)},nu=l._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=function(){return(nu=l._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=l.asm.emscripten_bind_MdDbRotatedDimension_SetLineweight_1).apply(null,arguments)},ou=l._emscripten_bind_MdDbRotatedDimension_TextStyle_0=function(){return(ou=
437
+ l._emscripten_bind_MdDbRotatedDimension_TextStyle_0=l.asm.emscripten_bind_MdDbRotatedDimension_TextStyle_0).apply(null,arguments)},pu=l._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=function(){return(pu=l._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=l.asm.emscripten_bind_MdDbRotatedDimension_SetTextStyle_1).apply(null,arguments)},qu=l._emscripten_bind_MdDbRotatedDimension_Highlight_1=function(){return(qu=l._emscripten_bind_MdDbRotatedDimension_Highlight_1=l.asm.emscripten_bind_MdDbRotatedDimension_Highlight_1).apply(null,
438
+ arguments)},ru=l._emscripten_bind_MdDbRotatedDimension_Move_2=function(){return(ru=l._emscripten_bind_MdDbRotatedDimension_Move_2=l.asm.emscripten_bind_MdDbRotatedDimension_Move_2).apply(null,arguments)},su=l._emscripten_bind_MdDbRotatedDimension_Rotate_2=function(){return(su=l._emscripten_bind_MdDbRotatedDimension_Rotate_2=l.asm.emscripten_bind_MdDbRotatedDimension_Rotate_2).apply(null,arguments)},tu=l._emscripten_bind_MdDbRotatedDimension_Mirror_2=function(){return(tu=l._emscripten_bind_MdDbRotatedDimension_Mirror_2=
439
+ l.asm.emscripten_bind_MdDbRotatedDimension_Mirror_2).apply(null,arguments)},uu=l._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=function(){return(uu=l._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=l.asm.emscripten_bind_MdDbRotatedDimension_ScaleEntity_2).apply(null,arguments)},vu=l._emscripten_bind_MdDbRotatedDimension_TransformBy_1=function(){return(vu=l._emscripten_bind_MdDbRotatedDimension_TransformBy_1=l.asm.emscripten_bind_MdDbRotatedDimension_TransformBy_1).apply(null,arguments)},
440
+ wu=l._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=function(){return(wu=l._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=l.asm.emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0).apply(null,arguments)},xu=l._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=function(){return(xu=l._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=l.asm.emscripten_bind_MdDbRotatedDimension_GetObjectID_0).apply(null,arguments)},yu=l._emscripten_bind_MdDbRotatedDimension_Erase_0=function(){return(yu=
441
+ l._emscripten_bind_MdDbRotatedDimension_Erase_0=l.asm.emscripten_bind_MdDbRotatedDimension_Erase_0).apply(null,arguments)},zu=l._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=function(){return(zu=l._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1).apply(null,arguments)},Au=l._emscripten_bind_MdDbRotatedDimension_Clone_0=function(){return(Au=l._emscripten_bind_MdDbRotatedDimension_Clone_0=l.asm.emscripten_bind_MdDbRotatedDimension_Clone_0).apply(null,
442
+ arguments)},Bu=l._emscripten_bind_MdDbRotatedDimension_GetHandle_0=function(){return(Bu=l._emscripten_bind_MdDbRotatedDimension_GetHandle_0=l.asm.emscripten_bind_MdDbRotatedDimension_GetHandle_0).apply(null,arguments)},Cu=l._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=function(){return(Cu=l._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=l.asm.emscripten_bind_MdDbRotatedDimension_GetDatabase_0).apply(null,arguments)},Du=l._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=function(){return(Du=
443
+ l._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=l.asm.emscripten_bind_MdDbRotatedDimension_GetOwnerID_0).apply(null,arguments)},Eu=l._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=function(){return(Eu=l._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4).apply(null,arguments)},Fu=l._emscripten_bind_MdDbRotatedDimension_getObjectName_0=function(){return(Fu=l._emscripten_bind_MdDbRotatedDimension_getObjectName_0=l.asm.emscripten_bind_MdDbRotatedDimension_getObjectName_0).apply(null,
444
+ arguments)},Gu=l._emscripten_bind_MdDbRotatedDimension_getDxf0_0=function(){return(Gu=l._emscripten_bind_MdDbRotatedDimension_getDxf0_0=l.asm.emscripten_bind_MdDbRotatedDimension_getDxf0_0).apply(null,arguments)},Hu=l._emscripten_bind_MdDbRotatedDimension_getJson_0=function(){return(Hu=l._emscripten_bind_MdDbRotatedDimension_getJson_0=l.asm.emscripten_bind_MdDbRotatedDimension_getJson_0).apply(null,arguments)},Iu=l._emscripten_bind_MdDbRotatedDimension_setJson_1=function(){return(Iu=l._emscripten_bind_MdDbRotatedDimension_setJson_1=
445
+ l.asm.emscripten_bind_MdDbRotatedDimension_setJson_1).apply(null,arguments)},Ju=l._emscripten_bind_MdDbRotatedDimension___destroy___0=function(){return(Ju=l._emscripten_bind_MdDbRotatedDimension___destroy___0=l.asm.emscripten_bind_MdDbRotatedDimension___destroy___0).apply(null,arguments)},Ku=l._emscripten_bind_MdDbMText_MdDbMText_0=function(){return(Ku=l._emscripten_bind_MdDbMText_MdDbMText_0=l.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},Lu=l._emscripten_bind_MdDbMText_location_0=
446
+ function(){return(Lu=l._emscripten_bind_MdDbMText_location_0=l.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},Mu=l._emscripten_bind_MdDbMText_setLocation_1=function(){return(Mu=l._emscripten_bind_MdDbMText_setLocation_1=l.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},Nu=l._emscripten_bind_MdDbMText_rotation_0=function(){return(Nu=l._emscripten_bind_MdDbMText_rotation_0=l.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},Ou=l._emscripten_bind_MdDbMText_setRotation_1=
447
+ function(){return(Ou=l._emscripten_bind_MdDbMText_setRotation_1=l.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,arguments)},Pu=l._emscripten_bind_MdDbMText_width_0=function(){return(Pu=l._emscripten_bind_MdDbMText_width_0=l.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},Qu=l._emscripten_bind_MdDbMText_setWidth_1=function(){return(Qu=l._emscripten_bind_MdDbMText_setWidth_1=l.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},Ru=l._emscripten_bind_MdDbMText_textHeight_0=
448
+ function(){return(Ru=l._emscripten_bind_MdDbMText_textHeight_0=l.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,arguments)},Su=l._emscripten_bind_MdDbMText_setTextHeight_1=function(){return(Su=l._emscripten_bind_MdDbMText_setTextHeight_1=l.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},Tu=l._emscripten_bind_MdDbMText_attachment_0=function(){return(Tu=l._emscripten_bind_MdDbMText_attachment_0=l.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},Uu=l._emscripten_bind_MdDbMText_setAttachment_1=
449
+ function(){return(Uu=l._emscripten_bind_MdDbMText_setAttachment_1=l.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,arguments)},Vu=l._emscripten_bind_MdDbMText_contents_0=function(){return(Vu=l._emscripten_bind_MdDbMText_contents_0=l.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},Wu=l._emscripten_bind_MdDbMText_setContents_1=function(){return(Wu=l._emscripten_bind_MdDbMText_setContents_1=l.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},Xu=l._emscripten_bind_MdDbMText_explode_0=
450
+ function(){return(Xu=l._emscripten_bind_MdDbMText_explode_0=l.asm.emscripten_bind_MdDbMText_explode_0).apply(null,arguments)},Yu=l._emscripten_bind_MdDbMText_TrueColor_0=function(){return(Yu=l._emscripten_bind_MdDbMText_TrueColor_0=l.asm.emscripten_bind_MdDbMText_TrueColor_0).apply(null,arguments)},Zu=l._emscripten_bind_MdDbMText_SetTrueColor_1=function(){return(Zu=l._emscripten_bind_MdDbMText_SetTrueColor_1=l.asm.emscripten_bind_MdDbMText_SetTrueColor_1).apply(null,arguments)},$u=l._emscripten_bind_MdDbMText_ColorIndex_0=
451
+ function(){return($u=l._emscripten_bind_MdDbMText_ColorIndex_0=l.asm.emscripten_bind_MdDbMText_ColorIndex_0).apply(null,arguments)},av=l._emscripten_bind_MdDbMText_SetColorIndex_1=function(){return(av=l._emscripten_bind_MdDbMText_SetColorIndex_1=l.asm.emscripten_bind_MdDbMText_SetColorIndex_1).apply(null,arguments)},bv=l._emscripten_bind_MdDbMText_Layer_0=function(){return(bv=l._emscripten_bind_MdDbMText_Layer_0=l.asm.emscripten_bind_MdDbMText_Layer_0).apply(null,arguments)},cv=l._emscripten_bind_MdDbMText_SetLayer_1=
452
+ function(){return(cv=l._emscripten_bind_MdDbMText_SetLayer_1=l.asm.emscripten_bind_MdDbMText_SetLayer_1).apply(null,arguments)},dv=l._emscripten_bind_MdDbMText_LinetypeScale_0=function(){return(dv=l._emscripten_bind_MdDbMText_LinetypeScale_0=l.asm.emscripten_bind_MdDbMText_LinetypeScale_0).apply(null,arguments)},ev=l._emscripten_bind_MdDbMText_SetLinetypeScale_1=function(){return(ev=l._emscripten_bind_MdDbMText_SetLinetypeScale_1=l.asm.emscripten_bind_MdDbMText_SetLinetypeScale_1).apply(null,arguments)},
453
+ fv=l._emscripten_bind_MdDbMText_Visible_0=function(){return(fv=l._emscripten_bind_MdDbMText_Visible_0=l.asm.emscripten_bind_MdDbMText_Visible_0).apply(null,arguments)},gv=l._emscripten_bind_MdDbMText_SetVisible_1=function(){return(gv=l._emscripten_bind_MdDbMText_SetVisible_1=l.asm.emscripten_bind_MdDbMText_SetVisible_1).apply(null,arguments)},hv=l._emscripten_bind_MdDbMText_Lineweight_0=function(){return(hv=l._emscripten_bind_MdDbMText_Lineweight_0=l.asm.emscripten_bind_MdDbMText_Lineweight_0).apply(null,
454
+ arguments)},iv=l._emscripten_bind_MdDbMText_SetLineweight_1=function(){return(iv=l._emscripten_bind_MdDbMText_SetLineweight_1=l.asm.emscripten_bind_MdDbMText_SetLineweight_1).apply(null,arguments)},jv=l._emscripten_bind_MdDbMText_TextStyle_0=function(){return(jv=l._emscripten_bind_MdDbMText_TextStyle_0=l.asm.emscripten_bind_MdDbMText_TextStyle_0).apply(null,arguments)},kv=l._emscripten_bind_MdDbMText_SetTextStyle_1=function(){return(kv=l._emscripten_bind_MdDbMText_SetTextStyle_1=l.asm.emscripten_bind_MdDbMText_SetTextStyle_1).apply(null,
455
+ arguments)},lv=l._emscripten_bind_MdDbMText_Highlight_1=function(){return(lv=l._emscripten_bind_MdDbMText_Highlight_1=l.asm.emscripten_bind_MdDbMText_Highlight_1).apply(null,arguments)},mv=l._emscripten_bind_MdDbMText_Move_2=function(){return(mv=l._emscripten_bind_MdDbMText_Move_2=l.asm.emscripten_bind_MdDbMText_Move_2).apply(null,arguments)},nv=l._emscripten_bind_MdDbMText_Rotate_2=function(){return(nv=l._emscripten_bind_MdDbMText_Rotate_2=l.asm.emscripten_bind_MdDbMText_Rotate_2).apply(null,arguments)},
456
+ ov=l._emscripten_bind_MdDbMText_Mirror_2=function(){return(ov=l._emscripten_bind_MdDbMText_Mirror_2=l.asm.emscripten_bind_MdDbMText_Mirror_2).apply(null,arguments)},pv=l._emscripten_bind_MdDbMText_ScaleEntity_2=function(){return(pv=l._emscripten_bind_MdDbMText_ScaleEntity_2=l.asm.emscripten_bind_MdDbMText_ScaleEntity_2).apply(null,arguments)},qv=l._emscripten_bind_MdDbMText_TransformBy_1=function(){return(qv=l._emscripten_bind_MdDbMText_TransformBy_1=l.asm.emscripten_bind_MdDbMText_TransformBy_1).apply(null,
457
+ arguments)},rv=l._emscripten_bind_MdDbMText_GetBoundingBox_0=function(){return(rv=l._emscripten_bind_MdDbMText_GetBoundingBox_0=l.asm.emscripten_bind_MdDbMText_GetBoundingBox_0).apply(null,arguments)},sv=l._emscripten_bind_MdDbMText_GetObjectID_0=function(){return(sv=l._emscripten_bind_MdDbMText_GetObjectID_0=l.asm.emscripten_bind_MdDbMText_GetObjectID_0).apply(null,arguments)},tv=l._emscripten_bind_MdDbMText_Erase_0=function(){return(tv=l._emscripten_bind_MdDbMText_Erase_0=l.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,
458
+ arguments)},uv=l._emscripten_bind_MdDbMText_ConnectionTempObject_1=function(){return(uv=l._emscripten_bind_MdDbMText_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,arguments)},vv=l._emscripten_bind_MdDbMText_Clone_0=function(){return(vv=l._emscripten_bind_MdDbMText_Clone_0=l.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},wv=l._emscripten_bind_MdDbMText_GetHandle_0=function(){return(wv=l._emscripten_bind_MdDbMText_GetHandle_0=l.asm.emscripten_bind_MdDbMText_GetHandle_0).apply(null,
459
+ arguments)},xv=l._emscripten_bind_MdDbMText_GetDatabase_0=function(){return(xv=l._emscripten_bind_MdDbMText_GetDatabase_0=l.asm.emscripten_bind_MdDbMText_GetDatabase_0).apply(null,arguments)},yv=l._emscripten_bind_MdDbMText_GetOwnerID_0=function(){return(yv=l._emscripten_bind_MdDbMText_GetOwnerID_0=l.asm.emscripten_bind_MdDbMText_GetOwnerID_0).apply(null,arguments)},zv=l._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(zv=l._emscripten_bind_MdDbMText_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,
460
+ arguments)},Av=l._emscripten_bind_MdDbMText_getObjectName_0=function(){return(Av=l._emscripten_bind_MdDbMText_getObjectName_0=l.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,arguments)},Bv=l._emscripten_bind_MdDbMText_getDxf0_0=function(){return(Bv=l._emscripten_bind_MdDbMText_getDxf0_0=l.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},Cv=l._emscripten_bind_MdDbMText_getJson_0=function(){return(Cv=l._emscripten_bind_MdDbMText_getJson_0=l.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,
461
+ arguments)},Dv=l._emscripten_bind_MdDbMText_setJson_1=function(){return(Dv=l._emscripten_bind_MdDbMText_setJson_1=l.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,arguments)},Ev=l._emscripten_bind_MdDbMText___destroy___0=function(){return(Ev=l._emscripten_bind_MdDbMText___destroy___0=l.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},Fv=l._emscripten_bind_MdDbBlockTableRecordIterator_start_2=function(){return(Fv=l._emscripten_bind_MdDbBlockTableRecordIterator_start_2=l.asm.emscripten_bind_MdDbBlockTableRecordIterator_start_2).apply(null,
462
+ arguments)},Gv=l._emscripten_bind_MdDbBlockTableRecordIterator_done_0=function(){return(Gv=l._emscripten_bind_MdDbBlockTableRecordIterator_done_0=l.asm.emscripten_bind_MdDbBlockTableRecordIterator_done_0).apply(null,arguments)},Hv=l._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=function(){return(Hv=l._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=l.asm.emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0).apply(null,arguments)},Iv=l._emscripten_bind_MdDbBlockTableRecordIterator_step_2=
463
+ function(){return(Iv=l._emscripten_bind_MdDbBlockTableRecordIterator_step_2=l.asm.emscripten_bind_MdDbBlockTableRecordIterator_step_2).apply(null,arguments)},Jv=l._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=function(){return(Jv=l._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=l.asm.emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0).apply(null,arguments)},Kv=l._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=function(){return(Kv=l._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=
464
+ l.asm.emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0).apply(null,arguments)},Lv=l._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=function(){return(Lv=l._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=l.asm.emscripten_bind_MdDbBlockTableRecordIterator_getJson_0).apply(null,arguments)},Mv=l._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=function(){return(Mv=l._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=l.asm.emscripten_bind_MdDbBlockTableRecordIterator_setJson_1).apply(null,
465
+ arguments)},Nv=l._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=function(){return(Nv=l._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=l.asm.emscripten_bind_MdDbBlockTableRecordIterator___destroy___0).apply(null,arguments)},Ov=l._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=function(){return(Ov=l._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=l.asm.emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0).apply(null,arguments)},Pv=l._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=
466
+ function(){return(Pv=l._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=l.asm.emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1).apply(null,arguments)},Qv=l._emscripten_bind_MdDbBlockTableRecord_newIterator_2=function(){return(Qv=l._emscripten_bind_MdDbBlockTableRecord_newIterator_2=l.asm.emscripten_bind_MdDbBlockTableRecord_newIterator_2).apply(null,arguments)},Rv=l._emscripten_bind_MdDbBlockTableRecord_origin_0=function(){return(Rv=l._emscripten_bind_MdDbBlockTableRecord_origin_0=
467
+ l.asm.emscripten_bind_MdDbBlockTableRecord_origin_0).apply(null,arguments)},Sv=l._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=function(){return(Sv=l._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=l.asm.emscripten_bind_MdDbBlockTableRecord_setOrigin_1).apply(null,arguments)},Tv=l._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=function(){return(Tv=l._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=l.asm.emscripten_bind_MdDbBlockTableRecord_GetObjectID_0).apply(null,arguments)},Uv=l._emscripten_bind_MdDbBlockTableRecord_Erase_0=
468
+ function(){return(Uv=l._emscripten_bind_MdDbBlockTableRecord_Erase_0=l.asm.emscripten_bind_MdDbBlockTableRecord_Erase_0).apply(null,arguments)},Vv=l._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=function(){return(Vv=l._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1).apply(null,arguments)},Wv=l._emscripten_bind_MdDbBlockTableRecord_Clone_0=function(){return(Wv=l._emscripten_bind_MdDbBlockTableRecord_Clone_0=
469
+ l.asm.emscripten_bind_MdDbBlockTableRecord_Clone_0).apply(null,arguments)},Xv=l._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=function(){return(Xv=l._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=l.asm.emscripten_bind_MdDbBlockTableRecord_GetHandle_0).apply(null,arguments)},Yv=l._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=function(){return(Yv=l._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=l.asm.emscripten_bind_MdDbBlockTableRecord_GetDatabase_0).apply(null,arguments)},Zv=l._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=
470
+ function(){return(Zv=l._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=l.asm.emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0).apply(null,arguments)},$v=l._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=function(){return($v=l._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4).apply(null,arguments)},aw=l._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=function(){return(aw=l._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=
471
+ l.asm.emscripten_bind_MdDbBlockTableRecord_getObjectName_0).apply(null,arguments)},bw=l._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=function(){return(bw=l._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=l.asm.emscripten_bind_MdDbBlockTableRecord_getDxf0_0).apply(null,arguments)},cw=l._emscripten_bind_MdDbBlockTableRecord_getJson_0=function(){return(cw=l._emscripten_bind_MdDbBlockTableRecord_getJson_0=l.asm.emscripten_bind_MdDbBlockTableRecord_getJson_0).apply(null,arguments)},dw=l._emscripten_bind_MdDbBlockTableRecord_setJson_1=
472
+ function(){return(dw=l._emscripten_bind_MdDbBlockTableRecord_setJson_1=l.asm.emscripten_bind_MdDbBlockTableRecord_setJson_1).apply(null,arguments)},ew=l._emscripten_bind_MdDbBlockTableRecord___destroy___0=function(){return(ew=l._emscripten_bind_MdDbBlockTableRecord___destroy___0=l.asm.emscripten_bind_MdDbBlockTableRecord___destroy___0).apply(null,arguments)},fw=l._emscripten_bind_MdDbBlockTableIterator_start_2=function(){return(fw=l._emscripten_bind_MdDbBlockTableIterator_start_2=l.asm.emscripten_bind_MdDbBlockTableIterator_start_2).apply(null,
473
+ arguments)},gw=l._emscripten_bind_MdDbBlockTableIterator_done_0=function(){return(gw=l._emscripten_bind_MdDbBlockTableIterator_done_0=l.asm.emscripten_bind_MdDbBlockTableIterator_done_0).apply(null,arguments)},hw=l._emscripten_bind_MdDbBlockTableIterator_getRecord_0=function(){return(hw=l._emscripten_bind_MdDbBlockTableIterator_getRecord_0=l.asm.emscripten_bind_MdDbBlockTableIterator_getRecord_0).apply(null,arguments)},iw=l._emscripten_bind_MdDbBlockTableIterator_step_2=function(){return(iw=l._emscripten_bind_MdDbBlockTableIterator_step_2=
474
+ l.asm.emscripten_bind_MdDbBlockTableIterator_step_2).apply(null,arguments)},jw=l._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=function(){return(jw=l._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=l.asm.emscripten_bind_MdDbBlockTableIterator_getObjectName_0).apply(null,arguments)},kw=l._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=function(){return(kw=l._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=l.asm.emscripten_bind_MdDbBlockTableIterator_getDxf0_0).apply(null,arguments)},
475
+ lw=l._emscripten_bind_MdDbBlockTableIterator_getJson_0=function(){return(lw=l._emscripten_bind_MdDbBlockTableIterator_getJson_0=l.asm.emscripten_bind_MdDbBlockTableIterator_getJson_0).apply(null,arguments)},mw=l._emscripten_bind_MdDbBlockTableIterator_setJson_1=function(){return(mw=l._emscripten_bind_MdDbBlockTableIterator_setJson_1=l.asm.emscripten_bind_MdDbBlockTableIterator_setJson_1).apply(null,arguments)},nw=l._emscripten_bind_MdDbBlockTableIterator___destroy___0=function(){return(nw=l._emscripten_bind_MdDbBlockTableIterator___destroy___0=
476
+ l.asm.emscripten_bind_MdDbBlockTableIterator___destroy___0).apply(null,arguments)},ow=l._emscripten_bind_MdDbBlockTable_getAt_1=function(){return(ow=l._emscripten_bind_MdDbBlockTable_getAt_1=l.asm.emscripten_bind_MdDbBlockTable_getAt_1).apply(null,arguments)},pw=l._emscripten_bind_MdDbBlockTable_has_1=function(){return(pw=l._emscripten_bind_MdDbBlockTable_has_1=l.asm.emscripten_bind_MdDbBlockTable_has_1).apply(null,arguments)},qw=l._emscripten_bind_MdDbBlockTable_newIterator_2=function(){return(qw=
477
+ l._emscripten_bind_MdDbBlockTable_newIterator_2=l.asm.emscripten_bind_MdDbBlockTable_newIterator_2).apply(null,arguments)},rw=l._emscripten_bind_MdDbBlockTable_add_1=function(){return(rw=l._emscripten_bind_MdDbBlockTable_add_1=l.asm.emscripten_bind_MdDbBlockTable_add_1).apply(null,arguments)},sw=l._emscripten_bind_MdDbBlockTable_GetObjectID_0=function(){return(sw=l._emscripten_bind_MdDbBlockTable_GetObjectID_0=l.asm.emscripten_bind_MdDbBlockTable_GetObjectID_0).apply(null,arguments)},tw=l._emscripten_bind_MdDbBlockTable_Erase_0=
478
+ function(){return(tw=l._emscripten_bind_MdDbBlockTable_Erase_0=l.asm.emscripten_bind_MdDbBlockTable_Erase_0).apply(null,arguments)},uw=l._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=function(){return(uw=l._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=l.asm.emscripten_bind_MdDbBlockTable_ConnectionTempObject_1).apply(null,arguments)},vw=l._emscripten_bind_MdDbBlockTable_Clone_0=function(){return(vw=l._emscripten_bind_MdDbBlockTable_Clone_0=l.asm.emscripten_bind_MdDbBlockTable_Clone_0).apply(null,
479
+ arguments)},ww=l._emscripten_bind_MdDbBlockTable_GetHandle_0=function(){return(ww=l._emscripten_bind_MdDbBlockTable_GetHandle_0=l.asm.emscripten_bind_MdDbBlockTable_GetHandle_0).apply(null,arguments)},xw=l._emscripten_bind_MdDbBlockTable_GetDatabase_0=function(){return(xw=l._emscripten_bind_MdDbBlockTable_GetDatabase_0=l.asm.emscripten_bind_MdDbBlockTable_GetDatabase_0).apply(null,arguments)},yw=l._emscripten_bind_MdDbBlockTable_GetOwnerID_0=function(){return(yw=l._emscripten_bind_MdDbBlockTable_GetOwnerID_0=
480
+ l.asm.emscripten_bind_MdDbBlockTable_GetOwnerID_0).apply(null,arguments)},zw=l._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=function(){return(zw=l._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=l.asm.emscripten_bind_MdDbBlockTable_moveGripPointsAt_4).apply(null,arguments)},Aw=l._emscripten_bind_MdDbBlockTable_getObjectName_0=function(){return(Aw=l._emscripten_bind_MdDbBlockTable_getObjectName_0=l.asm.emscripten_bind_MdDbBlockTable_getObjectName_0).apply(null,arguments)},Bw=l._emscripten_bind_MdDbBlockTable_getDxf0_0=
481
+ function(){return(Bw=l._emscripten_bind_MdDbBlockTable_getDxf0_0=l.asm.emscripten_bind_MdDbBlockTable_getDxf0_0).apply(null,arguments)},Cw=l._emscripten_bind_MdDbBlockTable_getJson_0=function(){return(Cw=l._emscripten_bind_MdDbBlockTable_getJson_0=l.asm.emscripten_bind_MdDbBlockTable_getJson_0).apply(null,arguments)},Dw=l._emscripten_bind_MdDbBlockTable_setJson_1=function(){return(Dw=l._emscripten_bind_MdDbBlockTable_setJson_1=l.asm.emscripten_bind_MdDbBlockTable_setJson_1).apply(null,arguments)},
482
+ Ew=l._emscripten_bind_MdDbBlockTable___destroy___0=function(){return(Ew=l._emscripten_bind_MdDbBlockTable___destroy___0=l.asm.emscripten_bind_MdDbBlockTable___destroy___0).apply(null,arguments)},Fw=l._emscripten_bind_McDrawSelSet_McDrawSelSet_0=function(){return(Fw=l._emscripten_bind_McDrawSelSet_McDrawSelSet_0=l.asm.emscripten_bind_McDrawSelSet_McDrawSelSet_0).apply(null,arguments)},Gw=l._emscripten_bind_McDrawSelSet_allSelect_1=function(){return(Gw=l._emscripten_bind_McDrawSelSet_allSelect_1=l.asm.emscripten_bind_McDrawSelSet_allSelect_1).apply(null,
483
+ arguments)},Hw=l._emscripten_bind_McDrawSelSet_pointSelect_4=function(){return(Hw=l._emscripten_bind_McDrawSelSet_pointSelect_4=l.asm.emscripten_bind_McDrawSelSet_pointSelect_4).apply(null,arguments)},Iw=l._emscripten_bind_McDrawSelSet_crossingSelect_5=function(){return(Iw=l._emscripten_bind_McDrawSelSet_crossingSelect_5=l.asm.emscripten_bind_McDrawSelSet_crossingSelect_5).apply(null,arguments)},Jw=l._emscripten_bind_McDrawSelSet_count_0=function(){return(Jw=l._emscripten_bind_McDrawSelSet_count_0=
484
+ l.asm.emscripten_bind_McDrawSelSet_count_0).apply(null,arguments)},Kw=l._emscripten_bind_McDrawSelSet_item_1=function(){return(Kw=l._emscripten_bind_McDrawSelSet_item_1=l.asm.emscripten_bind_McDrawSelSet_item_1).apply(null,arguments)},Lw=l._emscripten_bind_McDrawSelSet_getObjectName_0=function(){return(Lw=l._emscripten_bind_McDrawSelSet_getObjectName_0=l.asm.emscripten_bind_McDrawSelSet_getObjectName_0).apply(null,arguments)},Mw=l._emscripten_bind_McDrawSelSet_getDxf0_0=function(){return(Mw=l._emscripten_bind_McDrawSelSet_getDxf0_0=
485
+ l.asm.emscripten_bind_McDrawSelSet_getDxf0_0).apply(null,arguments)},Nw=l._emscripten_bind_McDrawSelSet_getJson_0=function(){return(Nw=l._emscripten_bind_McDrawSelSet_getJson_0=l.asm.emscripten_bind_McDrawSelSet_getJson_0).apply(null,arguments)},Ow=l._emscripten_bind_McDrawSelSet_setJson_1=function(){return(Ow=l._emscripten_bind_McDrawSelSet_setJson_1=l.asm.emscripten_bind_McDrawSelSet_setJson_1).apply(null,arguments)},Pw=l._emscripten_bind_McDrawSelSet___destroy___0=function(){return(Pw=l._emscripten_bind_McDrawSelSet___destroy___0=
486
+ l.asm.emscripten_bind_McDrawSelSet___destroy___0).apply(null,arguments)},wd=l._malloc=function(){return(wd=l._malloc=l.asm.malloc).apply(null,arguments)},zd=l._free=function(){return(zd=l._free=l.asm.free).apply(null,arguments)};function Vc(){return(Vc=l.asm.__errno_location).apply(null,arguments)}l.__emscripten_tls_init=function(){return(l.__emscripten_tls_init=l.asm._emscripten_tls_init).apply(null,arguments)};
487
+ var Lc=l._pthread_self=function(){return(Lc=l._pthread_self=l.asm.pthread_self).apply(null,arguments)},xe=l.__emscripten_thread_init=function(){return(xe=l.__emscripten_thread_init=l.asm._emscripten_thread_init).apply(null,arguments)};l.__emscripten_thread_crashed=function(){return(l.__emscripten_thread_crashed=l.asm._emscripten_thread_crashed).apply(null,arguments)};function qd(){return(qd=l.asm._emscripten_run_in_main_runtime_thread_js).apply(null,arguments)}
488
+ function Kc(){return(Kc=l.asm._emscripten_thread_free_data).apply(null,arguments)}var Rc=l.__emscripten_thread_exit=function(){return(Rc=l.__emscripten_thread_exit=l.asm._emscripten_thread_exit).apply(null,arguments)},bd=l.__emscripten_check_mailbox=function(){return(bd=l.__emscripten_check_mailbox=l.asm._emscripten_check_mailbox).apply(null,arguments)};function Qw(){return(Qw=l.asm.setThrew).apply(null,arguments)}function Nc(){return(Nc=l.asm.emscripten_stack_set_limits).apply(null,arguments)}
489
+ function od(){return(od=l.asm.stackSave).apply(null,arguments)}function Oc(){return(Oc=l.asm.stackRestore).apply(null,arguments)}function pd(){return(pd=l.asm.stackAlloc).apply(null,arguments)}l.dynCall_iijj=function(){return(l.dynCall_iijj=l.asm.dynCall_iijj).apply(null,arguments)};l.dynCall_iij=function(){return(l.dynCall_iij=l.asm.dynCall_iij).apply(null,arguments)};l.dynCall_iiiiiji=function(){return(l.dynCall_iiiiiji=l.asm.dynCall_iiiiiji).apply(null,arguments)};
490
+ l.dynCall_iiji=function(){return(l.dynCall_iiji=l.asm.dynCall_iiji).apply(null,arguments)};l.dynCall_iiiiiijji=function(){return(l.dynCall_iiiiiijji=l.asm.dynCall_iiiiiijji).apply(null,arguments)};l.dynCall_ji=function(){return(l.dynCall_ji=l.asm.dynCall_ji).apply(null,arguments)};l.dynCall_vij=function(){return(l.dynCall_vij=l.asm.dynCall_vij).apply(null,arguments)};l.dynCall_iiij=function(){return(l.dynCall_iiij=l.asm.dynCall_iiij).apply(null,arguments)};
491
+ l.dynCall_iiiiij=function(){return(l.dynCall_iiiiij=l.asm.dynCall_iiiiij).apply(null,arguments)};l.dynCall_iiijjiddddddii=function(){return(l.dynCall_iiijjiddddddii=l.asm.dynCall_iiijjiddddddii).apply(null,arguments)};l.dynCall_iiiiddddiiiiiijjiiiiii=function(){return(l.dynCall_iiiiddddiiiiiijjiiiiii=l.asm.dynCall_iiiiddddiiiiiijjiiiiii).apply(null,arguments)};l.dynCall_viij=function(){return(l.dynCall_viij=l.asm.dynCall_viij).apply(null,arguments)};
492
+ l.dynCall_jiji=function(){return(l.dynCall_jiji=l.asm.dynCall_jiji).apply(null,arguments)};l.dynCall_viijii=function(){return(l.dynCall_viijii=l.asm.dynCall_viijii).apply(null,arguments)};l.dynCall_iiiiijj=function(){return(l.dynCall_iiiiijj=l.asm.dynCall_iiiiijj).apply(null,arguments)};l.dynCall_iiiiiijj=function(){return(l.dynCall_iiiiiijj=l.asm.dynCall_iiiiiijj).apply(null,arguments)};l.___start_em_js=254440;l.___stop_em_js=254538;
493
+ function Be(a,c,d){var e=od();try{Qc(a)(c,d)}catch(f){Oc(e);if(f!==f+0)throw f;Qw(1,0)}}function Ae(a,c){var d=od();try{Qc(a)(c)}catch(e){Oc(d);if(e!==e+0)throw e;Qw(1,0)}}function ye(a,c){var d=od();try{return Qc(a)(c)}catch(e){Oc(d);if(e!==e+0)throw e;Qw(1,0)}}function ze(a,c,d,e){var f=od();try{return Qc(a)(c,d,e)}catch(g){Oc(f);if(g!==g+0)throw g;Qw(1,0)}}l.keepRuntimeAlive=ab;l.wasmMemory=ca;l.ExitStatus=Db;l.PThread=t;var Rw;mb=function Sw(){Rw||Tw();Rw||(mb=Sw)};
494
+ function Tw(){function a(){if(!Rw&&(Rw=!0,l.calledRun=!0,!Sa)){bb();ua(l);if(l.onRuntimeInitialized)l.onRuntimeInitialized();if(!Ca){if(l.postRun)for("function"==typeof l.postRun&&(l.postRun=[l.postRun]);l.postRun.length;){var c=l.postRun.shift();Za.unshift(c)}ib(Za)}}}if(!(0<kb))if(Ca)ua(l),bb(),startWorker(l);else{if(l.preRun)for("function"==typeof l.preRun&&(l.preRun=[l.preRun]);l.preRun.length;)jb();ib(Xa);0<kb||(l.setStatus?(l.setStatus("Running..."),setTimeout(function(){setTimeout(function(){l.setStatus("")},
495
+ 1);a()},1)):a())}}if(l.preInit)for("function"==typeof l.preInit&&(l.preInit=[l.preInit]);0<l.preInit.length;)l.preInit.pop()();Tw();function Uw(){}Uw.prototype=Object.create(Uw.prototype);Uw.prototype.constructor=Uw;Uw.prototype.i=Uw;Uw.l={};l.WrapperObject=Uw;function Vw(a){return(a||Uw).l}l.getCache=Vw;function w(a,c){var d=Vw(c),e=d[a];if(e)return e;e=Object.create((c||Uw).prototype);e.g=a;return d[a]=e}l.wrapPointer=w;l.castObject=function(a,c){return w(a.g,c)};l.NULL=w(0);
496
+ l.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete Vw(a.i)[a.g]};l.compare=function(a,c){return a.g===c.g};l.getPointer=function(a){return a.g};l.getClass=function(a){return a.i};var Ww=0,Xw=0,Yw=0,Zw=[],$w=0;function x(){if($w){for(var a=0;a<Zw.length;a++)l._free(Zw[a]);Zw.length=0;l._free(Ww);Ww=0;Xw+=$w;$w=0}Ww||(Xw+=128,(Ww=l._malloc(Xw))||Qa());Yw=0}
497
+ function ax(a,c){Ww||Qa();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;Yw+a>=Xw?(0<a||Qa(),$w+=a,c=l._malloc(a),Zw.push(c)):(c=Ww+Yw,Yw+=a);return c}function bx(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 y(a){if("string"===typeof a){a=Pb(a);var c=ax(a,ba());bx(a,ba(),c);return c}return a}function cx(a){if("object"===typeof a){var c=ax(a,sa());bx(a,sa(),c);return c}return a}
498
+ function dx(){throw"cannot construct a MdRxObject, no constructor in IDL";}dx.prototype=Object.create(Uw.prototype);dx.prototype.constructor=dx;dx.prototype.i=dx;dx.l={};l.MdRxObject=dx;dx.prototype.getObjectName=function(){return p(De(this.g))};dx.prototype.getDxf0=function(){return p(Ee(this.g))};dx.prototype.getJson=function(){return p(Fe(this.g))};dx.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Ge(c,a)};
499
+ function B(){throw"cannot construct a MdDbObject, no constructor in IDL";}B.prototype=Object.create(dx.prototype);B.prototype.constructor=B;B.prototype.i=B;B.l={};l.MdDbObject=B;B.prototype.GetObjectID=function(){return He(this.g)};B.prototype.Erase=function(){return!!Ie(this.g)};B.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Je(c,a)};B.prototype.Clone=function(){return w(Ke(this.g),B)};B.prototype.GetHandle=function(){return p(Le(this.g))};
500
+ B.prototype.GetDatabase=function(){return w(Me(this.g),C)};B.prototype.GetOwnerID=function(){return Ne(this.g)};B.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Oe(f,a,c,d,e)};B.prototype.getObjectName=function(){return p(Pe(this.g))};B.prototype.getDxf0=function(){return p(Qe(this.g))};B.prototype.getJson=function(){return p(Re(this.g))};
501
+ B.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Se(c,a)};function D(){throw"cannot construct a MdDbEntity, no constructor in IDL";}D.prototype=Object.create(B.prototype);D.prototype.constructor=D;D.prototype.i=D;D.l={};l.MdDbEntity=D;D.prototype.explode=function(){return w(Te(this.g),E)};D.prototype.TrueColor=function(){return w(Ue(this.g),F)};D.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ve(c,a)};
502
+ D.prototype.ColorIndex=function(){return We(this.g)};D.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xe(c,a)};D.prototype.Layer=function(){return p(Ye(this.g))};D.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Ze(c,a)};D.prototype.LinetypeScale=function(){return $e(this.g)};D.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!af(c,a)};D.prototype.Visible=function(){return!!bf(this.g)};
503
+ D.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cf(c,a)};D.prototype.Lineweight=function(){return df(this.g)};D.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ef(c,a)};D.prototype.TextStyle=function(){return p(ff(this.g))};D.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!gf(c,a)};
504
+ D.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hf(c,a)};D.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jf(d,a,c)};D.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kf(d,a,c)};D.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lf(d,a,c)};
505
+ D.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mf(d,a,c)};D.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nf(c,a)};D.prototype.GetBoundingBox=function(){return w(of(this.g),E)};D.prototype.GetObjectID=function(){return pf(this.g)};D.prototype.Erase=function(){return!!qf(this.g)};D.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rf(c,a)};
506
+ D.prototype.Clone=function(){return w(sf(this.g),B)};D.prototype.GetHandle=function(){return p(tf(this.g))};D.prototype.GetDatabase=function(){return w(uf(this.g),C)};D.prototype.GetOwnerID=function(){return vf(this.g)};D.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!!wf(f,a,c,d,e)};D.prototype.getObjectName=function(){return p(xf(this.g))};
507
+ D.prototype.getDxf0=function(){return p(yf(this.g))};D.prototype.getJson=function(){return p(zf(this.g))};D.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Af(c,a)};function G(){throw"cannot construct a MdDbCurve, no constructor in IDL";}G.prototype=Object.create(D.prototype);G.prototype.constructor=G;G.prototype.i=G;G.l={};l.MdDbCurve=G;G.prototype.getStartParam=function(){return Bf(this.g)};G.prototype.getEndParam=function(){return Cf(this.g)};
508
+ G.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Df(c,a)};G.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ef(c,a)};G.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ff(c,a)};G.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Gf(c,a),H)};G.prototype.getStartPoint=function(){return w(Hf(this.g),H)};
509
+ G.prototype.getEndPoint=function(){return w(If(this.g),H)};G.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Jf(c,a),H)};G.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Kf(c,a)};G.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Lf(c,a),I)};G.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Mf(c,a),I)};
510
+ G.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(Nf(d,a,c),H)};G.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(Of(d,a,c),E)};G.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Pf(c,a),E)};G.prototype.getArea=function(){return Qf(this.g)};
511
+ G.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Rf(c,a),E)};G.prototype.getLength=function(){return Sf(this.g)};G.prototype.explode=function(){return w(Tf(this.g),E)};G.prototype.TrueColor=function(){return w(Uf(this.g),F)};G.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vf(c,a)};G.prototype.ColorIndex=function(){return Wf(this.g)};
512
+ G.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xf(c,a)};G.prototype.Layer=function(){return p(Yf(this.g))};G.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Zf(c,a)};G.prototype.LinetypeScale=function(){return $f(this.g)};G.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ag(c,a)};G.prototype.Visible=function(){return!!bg(this.g)};
513
+ G.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cg(c,a)};G.prototype.Lineweight=function(){return dg(this.g)};G.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eg(c,a)};G.prototype.TextStyle=function(){return p(fg(this.g))};G.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!gg(c,a)};
514
+ G.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hg(c,a)};G.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ig(d,a,c)};G.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jg(d,a,c)};G.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kg(d,a,c)};
515
+ G.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lg(d,a,c)};G.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mg(c,a)};G.prototype.GetBoundingBox=function(){return w(ng(this.g),E)};G.prototype.GetObjectID=function(){return og(this.g)};G.prototype.Erase=function(){return!!pg(this.g)};G.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qg(c,a)};
516
+ G.prototype.Clone=function(){return w(rg(this.g),B)};G.prototype.GetHandle=function(){return p(sg(this.g))};G.prototype.GetDatabase=function(){return w(tg(this.g),C)};G.prototype.GetOwnerID=function(){return ug(this.g)};G.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!!vg(f,a,c,d,e)};G.prototype.getObjectName=function(){return p(wg(this.g))};
517
+ G.prototype.getDxf0=function(){return p(xg(this.g))};G.prototype.getJson=function(){return p(yg(this.g))};G.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!zg(c,a)};function J(){this.g=Ag();Vw(J)[this.g]=this}J.prototype=Object.create(D.prototype);J.prototype.constructor=J;J.prototype.i=J;J.l={};l.MdDbDimension=J;J.prototype.textPosition=function(){return w(Bg(this.g),H)};
518
+ J.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cg(c,a)};J.prototype.isUsingDefaultTextPosition=function(){return!!Dg(this.g)};J.prototype.useSetTextPosition=function(){return!!Eg(this.g)};J.prototype.useDefaultTextPosition=function(){return!!Fg(this.g)};J.prototype.elevation=J.prototype.elevation=function(){return Gg(this.g)};J.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hg(c,a)};J.prototype.dimensionText=function(){return p(Ig(this.g))};
519
+ J.prototype.setDimensionText=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Jg(c,a)};J.prototype.textRotation=function(){return Kg(this.g)};J.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lg(c,a)};J.prototype.dimensionStyle=function(){return Mg(this.g)};J.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ng(c,a)};J.prototype.textAttachment=function(){return Og(this.g)};
520
+ J.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pg(c,a)};J.prototype.horizontalRotation=function(){return Qg(this.g)};J.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rg(c,a)};J.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sg(c,a)};J.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Tg(c,a)};
521
+ J.prototype.SetDimVarInt=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)};J.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Vg(c,a)};J.prototype.SetDimVarDouble=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)};J.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Xg(c,a))};
522
+ J.prototype.SetDimVarString=function(a,c){var d=this.g;x();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:y(c);return!!Yg(d,a,c)};J.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Zg(c,a)};J.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!$g(d,a,c)};J.prototype.explode=function(){return w(ah(this.g),E)};J.prototype.TrueColor=function(){return w(bh(this.g),F)};
523
+ J.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ch(c,a)};J.prototype.ColorIndex=function(){return dh(this.g)};J.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eh(c,a)};J.prototype.Layer=function(){return p(fh(this.g))};J.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!gh(c,a)};J.prototype.LinetypeScale=function(){return hh(this.g)};
524
+ J.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ih(c,a)};J.prototype.Visible=function(){return!!jh(this.g)};J.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kh(c,a)};J.prototype.Lineweight=function(){return lh(this.g)};J.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mh(c,a)};J.prototype.TextStyle=function(){return p(nh(this.g))};
525
+ J.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!oh(c,a)};J.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ph(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!!qh(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!!rh(d,a,c)};
526
+ 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!!sh(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!!th(d,a,c)};J.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uh(c,a)};J.prototype.GetBoundingBox=function(){return w(vh(this.g),E)};J.prototype.GetObjectID=function(){return wh(this.g)};J.prototype.Erase=function(){return!!xh(this.g)};
527
+ J.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yh(c,a)};J.prototype.Clone=function(){return w(zh(this.g),B)};J.prototype.GetHandle=function(){return p(Ah(this.g))};J.prototype.GetDatabase=function(){return w(Bh(this.g),C)};J.prototype.GetOwnerID=function(){return Ch(this.g)};
528
+ 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!!Dh(f,a,c,d,e)};J.prototype.getObjectName=function(){return p(Eh(this.g))};J.prototype.getDxf0=function(){return p(Fh(this.g))};J.prototype.getJson=function(){return p(Gh(this.g))};J.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Hh(c,a)};J.prototype.__destroy__=function(){Ih(this.g)};
529
+ function ex(){throw"cannot construct a VoidPtr, no constructor in IDL";}ex.prototype=Object.create(Uw.prototype);ex.prototype.constructor=ex;ex.prototype.i=ex;ex.l={};l.VoidPtr=ex;ex.prototype.__destroy__=function(){Jh(this.g)};function F(){this.g=Kh();Vw(F)[this.g]=this}F.prototype=Object.create(Uw.prototype);F.prototype.constructor=F;F.prototype.i=F;F.l={};l.MdCmColor=F;F.prototype.setColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Lh(c,a)};
530
+ F.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);Mh(e,a,c,d)};F.prototype.get_red=F.prototype.fb=function(){return Nh(this.g)};F.prototype.set_red=F.prototype.xb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Oh(c,a)};Object.defineProperty(F.prototype,"red",{get:F.prototype.fb,set:F.prototype.xb});F.prototype.get_green=F.prototype.bb=function(){return Ph(this.g)};
531
+ F.prototype.set_green=F.prototype.ub=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Qh(c,a)};Object.defineProperty(F.prototype,"green",{get:F.prototype.bb,set:F.prototype.ub});F.prototype.get_blue=F.prototype.$a=function(){return Rh(this.g)};F.prototype.set_blue=F.prototype.sb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Sh(c,a)};Object.defineProperty(F.prototype,"blue",{get:F.prototype.$a,set:F.prototype.sb});F.prototype.get_method=F.prototype.cb=function(){return Th(this.g)};
532
+ F.prototype.set_method=F.prototype.vb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Uh(c,a)};Object.defineProperty(F.prototype,"method",{get:F.prototype.cb,set:F.prototype.vb});F.prototype.get_n=F.prototype.eb=function(){return Vh(this.g)};F.prototype.set_n=F.prototype.wb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Wh(c,a)};Object.defineProperty(F.prototype,"n",{get:F.prototype.eb,set:F.prototype.wb});F.prototype.get_colorIndex=F.prototype.ab=function(){return Xh(this.g)};
533
+ F.prototype.set_colorIndex=F.prototype.tb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Yh(c,a)};Object.defineProperty(F.prototype,"colorIndex",{get:F.prototype.ab,set:F.prototype.tb});F.prototype.__destroy__=function(){Zh(this.g)};
534
+ function H(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?$h():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):ai(a,c,d);Vw(H)[this.g]=this}H.prototype=Object.create(Uw.prototype);H.prototype.constructor=H;H.prototype.i=H;H.l={};l.MdGePoint3d=H;H.prototype.get_x=H.prototype.ga=function(){return bi(this.g)};
535
+ H.prototype.set_x=H.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ci(c,a)};Object.defineProperty(H.prototype,"x",{get:H.prototype.ga,set:H.prototype.ma});H.prototype.get_y=H.prototype.ha=function(){return di(this.g)};H.prototype.set_y=H.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ei(c,a)};Object.defineProperty(H.prototype,"y",{get:H.prototype.ha,set:H.prototype.na});H.prototype.get_z=H.prototype.ia=function(){return fi(this.g)};
536
+ H.prototype.set_z=H.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);gi(c,a)};Object.defineProperty(H.prototype,"z",{get:H.prototype.ia,set:H.prototype.oa});H.prototype.__destroy__=function(){hi(this.g)};
537
+ function I(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?ii():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):ji(a,c,d);Vw(I)[this.g]=this}I.prototype=Object.create(Uw.prototype);I.prototype.constructor=I;I.prototype.i=I;I.l={};l.MdGeVector3d=I;I.prototype.get_x=I.prototype.ga=function(){return ki(this.g)};
538
+ I.prototype.set_x=I.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);li(c,a)};Object.defineProperty(I.prototype,"x",{get:I.prototype.ga,set:I.prototype.ma});I.prototype.get_y=I.prototype.ha=function(){return mi(this.g)};I.prototype.set_y=I.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ni(c,a)};Object.defineProperty(I.prototype,"y",{get:I.prototype.ha,set:I.prototype.na});I.prototype.get_z=I.prototype.ia=function(){return oi(this.g)};
539
+ I.prototype.set_z=I.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);pi(c,a)};Object.defineProperty(I.prototype,"z",{get:I.prototype.ia,set:I.prototype.oa});I.prototype.__destroy__=function(){qi(this.g)};function fx(){this.g=ri();Vw(fx)[this.g]=this}fx.prototype=Object.create(Uw.prototype);fx.prototype.constructor=fx;fx.prototype.i=fx;fx.l={};l.MdGeMatrix3d=fx;fx.prototype.setToIdentity=function(){si(this.g)};
540
+ fx.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ti(c,a)};fx.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ui(c,a)};fx.prototype.setToProduct=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);vi(d,a,c)};fx.prototype.invert=function(){wi(this.g)};fx.prototype.isSingular=function(){return!!xi(this.g)};fx.prototype.transposeIt=function(){yi(this.g)};
541
+ fx.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zi(c,a)};fx.prototype.det=function(){return Ai(this.g)};fx.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);Bi(f,a,c,d,e)};fx.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ci(c,a)};
542
+ fx.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);Di(e,a,c,d)};fx.prototype.setToScaling=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ei(d,a,c)};fx.prototype.scale=fx.prototype.scale=function(){return Fi(this.g)};
543
+ fx.prototype.getData=fx.prototype.getData=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return Gi(d,a,c)};fx.prototype.__destroy__=function(){Hi(this.g)};function L(){this.g=Ii();Vw(L)[this.g]=this}L.prototype=Object.create(B.prototype);L.prototype.constructor=L;L.prototype.i=L;L.l={};l.MdDbLayerTableRecord=L;L.prototype.getName=function(){return p(Ji(this.g))};
544
+ L.prototype.setName=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Ki(c,a)};L.prototype.isFrozen=L.prototype.isFrozen=function(){return!!Li(this.g)};L.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mi(c,a)};L.prototype.isOff=function(){return!!Ni(this.g)};L.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Oi(c,a)};L.prototype.isLocked=function(){return!!Pi(this.g)};
545
+ L.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qi(c,a)};L.prototype.color=L.prototype.color=function(){return w(Ri(this.g),F)};L.prototype.setColor=L.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Si(c,a)};L.prototype.linetypeObjectId=function(){return Ti(this.g)};L.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ui(c,a)};L.prototype.lineWeight=function(){return Vi(this.g)};
546
+ L.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wi(c,a)};L.prototype.GetObjectID=function(){return Xi(this.g)};L.prototype.Erase=function(){return!!Yi(this.g)};L.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zi(c,a)};L.prototype.Clone=function(){return w($i(this.g),B)};L.prototype.GetHandle=function(){return p(aj(this.g))};L.prototype.GetDatabase=function(){return w(bj(this.g),C)};L.prototype.GetOwnerID=function(){return cj(this.g)};
547
+ L.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!!dj(f,a,c,d,e)};L.prototype.getObjectName=function(){return p(ej(this.g))};L.prototype.getDxf0=function(){return p(fj(this.g))};L.prototype.getJson=function(){return p(gj(this.g))};L.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!hj(c,a)};L.prototype.__destroy__=function(){ij(this.g)};
548
+ function gx(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}gx.prototype=Object.create(B.prototype);gx.prototype.constructor=gx;gx.prototype.i=gx;gx.l={};l.MdDbLayerTable=gx;gx.prototype.GetObjectID=function(){return jj(this.g)};gx.prototype.Erase=function(){return!!kj(this.g)};gx.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lj(c,a)};gx.prototype.Clone=function(){return w(mj(this.g),B)};gx.prototype.GetHandle=function(){return p(nj(this.g))};
549
+ gx.prototype.GetDatabase=function(){return w(oj(this.g),C)};gx.prototype.GetOwnerID=function(){return pj(this.g)};gx.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!!qj(f,a,c,d,e)};gx.prototype.getObjectName=function(){return p(rj(this.g))};gx.prototype.getDxf0=function(){return p(sj(this.g))};gx.prototype.getJson=function(){return p(tj(this.g))};
550
+ gx.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!uj(c,a)};function hx(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}hx.prototype=Object.create(B.prototype);hx.prototype.constructor=hx;hx.prototype.i=hx;hx.l={};l.MdDbLinetypeTable=hx;hx.prototype.GetObjectID=function(){return vj(this.g)};hx.prototype.Erase=function(){return!!wj(this.g)};
551
+ hx.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xj(c,a)};hx.prototype.Clone=function(){return w(yj(this.g),B)};hx.prototype.GetHandle=function(){return p(zj(this.g))};hx.prototype.GetDatabase=function(){return w(Aj(this.g),C)};hx.prototype.GetOwnerID=function(){return Bj(this.g)};
552
+ hx.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!!Cj(f,a,c,d,e)};hx.prototype.getObjectName=function(){return p(Dj(this.g))};hx.prototype.getDxf0=function(){return p(Ej(this.g))};hx.prototype.getJson=function(){return p(Fj(this.g))};hx.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Gj(c,a)};
553
+ function ix(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}ix.prototype=Object.create(B.prototype);ix.prototype.constructor=ix;ix.prototype.i=ix;ix.l={};l.MdDbTextStyleTable=ix;ix.prototype.GetObjectID=function(){return Hj(this.g)};ix.prototype.Erase=function(){return!!Ij(this.g)};ix.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jj(c,a)};ix.prototype.Clone=function(){return w(Kj(this.g),B)};ix.prototype.GetHandle=function(){return p(Lj(this.g))};
554
+ ix.prototype.GetDatabase=function(){return w(Mj(this.g),C)};ix.prototype.GetOwnerID=function(){return Nj(this.g)};ix.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!!Oj(f,a,c,d,e)};ix.prototype.getObjectName=function(){return p(Pj(this.g))};ix.prototype.getDxf0=function(){return p(Qj(this.g))};ix.prototype.getJson=function(){return p(Rj(this.g))};
555
+ ix.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Sj(c,a)};function C(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}C.prototype=Object.create(dx.prototype);C.prototype.constructor=C;C.prototype.i=C;C.l={};l.MdDbDatabase=C;C.prototype.GetLayerTable=function(){return w(Tj(this.g),gx)};C.prototype.GetLinetypeTable=function(){return w(Uj(this.g),hx)};C.prototype.GetTextStyleTable=function(){return w(Vj(this.g),ix)};
556
+ C.prototype.GetBlockTable=function(){return w(Wj(this.g),jx)};C.prototype.CurrentSpace=function(){return w(Xj(this.g),N)};C.prototype.GetCurrentlyLineTypeScale=function(){return Yj(this.g)};C.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Zj(c,a)};C.prototype.GetCurrentlyLayerName=function(){return p(ak(this.g))};C.prototype.SetCurrentlyLayerName=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);bk(c,a)};
557
+ C.prototype.GetCurrentlyLineTypeName=function(){return p(ck(this.g))};C.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);dk(c,a)};C.prototype.GetCurrentlyTrueColor=function(){return w(ek(this.g),F)};C.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);fk(c,a)};C.prototype.GetCurrentlyColorIndex=function(){return gk(this.g)};
558
+ C.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);hk(c,a)};C.prototype.GetCurrentlyTextStyleName=function(){return p(ik(this.g))};C.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);jk(c,a)};C.prototype.getObjectName=function(){return p(kk(this.g))};C.prototype.getDxf0=function(){return p(lk(this.g))};C.prototype.getJson=function(){return p(mk(this.g))};
559
+ C.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!nk(c,a)};function Q(){throw"cannot construct a McObject, no constructor in IDL";}Q.prototype=Object.create(Uw.prototype);Q.prototype.constructor=Q;Q.prototype.i=Q;Q.l={};l.McObject=Q;Q.prototype.updateDisplay=function(a,c){var d=this.g;x();"object"==typeof a&&(a=cx(a));"object"==typeof c&&(c=cx(c));return!!ok(d,a,c)};Q.prototype.test=Q.prototype.test=function(){pk(this.g)};
560
+ Q.prototype.openWebFile=function(a,c,d){var e=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!qk(e,a,c,d)};Q.prototype.saveFileToUrl=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!rk(c,a)};Q.prototype.saveFile=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!sk(c,a)};Q.prototype.getViewDataJsonParam=function(){return p(tk(this.g))};Q.prototype.updataAppData=function(){uk(this.g)};
561
+ Q.prototype.GetDatabase=function(){return w(vk(this.g),C)};Q.prototype.GetSysVarString=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return p(wk(c,a))};Q.prototype.SetSysVarString=function(a,c){var d=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c=c&&"object"===typeof c?c.g:y(c);return!!xk(d,a,c)};Q.prototype.GetSysVarDouble=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return yk(c,a)};
562
+ Q.prototype.SetSysVarDouble=function(a,c){var d=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c&&"object"===typeof c&&(c=c.g);return!!zk(d,a,c)};Q.prototype.GetSysVarLong=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return Ak(c,a)};Q.prototype.SetSysVarLong=function(a,c){var d=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c&&"object"===typeof c&&(c=c.g);return!!Bk(d,a,c)};
563
+ Q.prototype.fireEventWindowSize=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ck(d,a,c)};Q.prototype.fireEventCommandStart=function(){Dk(this.g)};Q.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 Ek(d,a,c)};Q.prototype.IntelliSelect_getGridData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Fk(c,a))};
564
+ Q.prototype.Osnap_NotifyOsnap=function(a,c,d,e,f,g,h,n){var z=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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);Gk(z,a,c,d,e,f,g,h,n)};Q.prototype.EntityTempWordDraw_onJigCommandEnd=function(){Hk(this.g)};
565
+ Q.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ik(c,a)};Q.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){Jk(this.g)};Q.prototype.EntityTempWordDraw_onJigClearDisplay=function(){Kk(this.g)};Q.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Lk(c,a)};Q.prototype.GetDrawColor=function(){return w(Mk(this.g),F)};
566
+ Q.prototype.AddLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);Nk(c,a)};Q.prototype.SetDrawLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);Ok(c,a)};Q.prototype.GetDrawLayer=function(){return p(Pk(this.g))};Q.prototype.AddTextStyle=function(a,c,d,e){var f=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c=c&&"object"===typeof c?c.g:y(c);d=d&&"object"===typeof d?d.g:y(d);e&&"object"===typeof e&&(e=e.g);Qk(f,a,c,d,e)};
567
+ Q.prototype.SetDrawTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);Rk(c,a)};Q.prototype.GetDrawTextStyle=function(){return p(Sk(this.g))};Q.prototype.AddLinetype=function(a,c){var d=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c=c&&"object"===typeof c?c.g:y(c);Tk(d,a,c)};Q.prototype.AddLinetypeEx=function(a,c,d){var e=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c=c&&"object"===typeof c?c.g:y(c);d=d&&"object"===typeof d?d.g:y(d);Uk(e,a,c,d)};
568
+ Q.prototype.AddDimStyle=function(a,c,d,e,f){var g=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c=c&&"object"===typeof c?c.g:y(c);d=d&&"object"===typeof d?d.g:y(d);e=e&&"object"===typeof e?e.g:y(e);f=f&&"object"===typeof f?f.g:y(f);Vk(g,a,c,d,e,f)};Q.prototype.SetDrawLinetype=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);Wk(c,a)};Q.prototype.GetDrawLinetype=function(){return p(Xk(this.g))};
569
+ Q.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Yk(c,a)};Q.prototype.GetDrawLineWeight=function(){return Zk(this.g)};Q.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);$k(c,a)};Q.prototype.GetDrawLineTypeScale=function(){return al(this.g)};Q.prototype.SetDrawDimStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);bl(c,a)};Q.prototype.GetDrawDimStyle=function(){return p(cl(this.g))};
570
+ Q.prototype.SetPatternDefinition=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);dl(c,a)};Q.prototype.GetPatternDefinition=function(){return p(el(this.g))};Q.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);fl(c,a)};Q.prototype.GetDrawLineWidth=function(){return gl(this.g)};
571
+ Q.prototype.DrawLine=function(a,c,d,e,f,g){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);g&&"object"===typeof g&&(g=g.g);return hl(h,a,c,d,e,f,g)};
572
+ Q.prototype.DrawArc=function(a,c,d,e,f){var g=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 il(g,a,c,d,e,f)};
573
+ Q.prototype.DrawArc2=function(a,c,d,e,f,g){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);g&&"object"===typeof g&&(g=g.g);return jl(h,a,c,d,e,f,g)};Q.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 kl(e,a,c,d)};
574
+ Q.prototype.DrawEllipse=function(a,c,d,e,f){var g=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 ll(g,a,c,d,e,f)};
575
+ Q.prototype.DrawEllipseArc=function(a,c,d,e,f,g,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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return ml(n,a,c,d,e,f,g,h)};Q.prototype.DrawPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return nl(d,a,c)};
576
+ Q.prototype.DrawSolid=function(a,c,d,e,f,g,h,n){var z=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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return ol(z,a,c,d,e,f,g,h,n)};
577
+ Q.prototype.DrawMText=function(a,c,d,e,f,g,h){var n=this.g;x();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:y(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return pl(n,a,c,d,e,f,g,h)};
578
+ Q.prototype.DrawText=function(a,c,d,e,f,g,h){var n=this.g;x();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:y(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return ql(n,a,c,d,e,f,g,h)};
579
+ Q.prototype.DrawBlockReference=function(a,c,d,e,f){var g=this.g;x();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:y(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return rl(g,a,c,d,e,f)};
580
+ Q.prototype.DrawDimAligned=function(a,c,d,e,f,g){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);g&&"object"===typeof g&&(g=g.g);return sl(h,a,c,d,e,f,g)};
581
+ Q.prototype.DrawDimAngular=function(a,c,d,e,f,g,h,n){var z=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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return tl(z,a,c,d,e,f,g,h,n)};
582
+ Q.prototype.DrawDimDiametric=function(a,c,d,e,f){var g=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 ul(g,a,c,d,e,f)};
583
+ Q.prototype.DrawDimRotated=function(a,c,d,e,f,g,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);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return vl(n,a,c,d,e,f,g,h)};
584
+ Q.prototype.DrawDimOrdinate=function(a,c,d,e,f){var g=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 wl(g,a,c,d,e,f)};Q.prototype.DrawDimRadial=function(a,c,d,e,f){var g=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 xl(g,a,c,d,e,f)};
585
+ Q.prototype.PathMoveTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);yl(d,a,c)};Q.prototype.PathMoveToEx=function(a,c,d,e,f){var g=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);zl(g,a,c,d,e,f)};Q.prototype.PathLineTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Al(d,a,c)};
586
+ Q.prototype.PathLineToEx=function(a,c,d,e,f){var g=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);Bl(g,a,c,d,e,f)};Q.prototype.DrawPathToPolyline=function(){return Cl(this.g)};Q.prototype.DrawPathToSpline=function(){return Dl(this.g)};Q.prototype.PathMakeClosed=function(){El(this.g)};
587
+ Q.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Fl(c,a)};Q.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Gl(c,a)};function lx(){this.g=Hl();Vw(lx)[this.g]=this}lx.prototype=Object.create(Uw.prototype);lx.prototype.constructor=lx;lx.prototype.i=lx;lx.l={};l.McApp=lx;lx.prototype.Init=function(){Il(this.g)};
588
+ lx.prototype.CreateMxDraw=function(a,c,d,e,f){var g=this.g;x();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:y(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return w(Jl(g,a,c,d,e,f),Q)};lx.prototype.GetCurrentMxDraw=function(){return w(Kl(this.g),Q)};lx.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ll(c,a)};
589
+ lx.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 Ml(f,a,c,d,e)};lx.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Nl(c,a))};lx.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Ol(c,a),B)};
590
+ lx.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Pl(c,a),R)};lx.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Ql(c,a),S)};lx.prototype.ObjectIdToMdDbPolyline=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Rl(c,a),T)};lx.prototype.ObjectIdToMdDbCircle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Sl(c,a),U)};
591
+ lx.prototype.ObjectIdToMdDbBlockReference=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Tl(c,a),V)};lx.prototype.ObjectIdToMdDbAlignedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Ul(c,a),W)};lx.prototype.ObjectIdToMdDbRotatedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Vl(c,a),X)};lx.prototype.ObjectIdToMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Wl(c,a),Z)};
592
+ lx.prototype.getLastCallResult=function(){return Xl(this.g)};lx.prototype.ThreadTaskAbortExit=function(){Yl(this.g)};lx.prototype.__destroy__=function(){Zl(this.g)};function E(){this.g=$l();Vw(E)[this.g]=this}E.prototype=Object.create(dx.prototype);E.prototype.constructor=E;E.prototype.i=E;E.l={};l.McDrawResbuf=E;E.prototype.Clear=function(){am(this.g)};E.prototype.GetCount=function(){return bm(this.g)};E.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return cm(c,a)};
593
+ E.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return dm(c,a)};E.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return em(c,a)};E.prototype.AtObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(fm(c,a),dx)};E.prototype.AtObjectMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(gm(c,a),Z)};E.prototype.AtObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(hm(c,a))};
594
+ E.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(im(c,a))};E.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(jm(c,a),H)};E.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return km(c,a)};E.prototype.AddDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);lm(d,a,c)};
595
+ E.prototype.Addlong=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);mm(d,a,c)};E.prototype.AddObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);nm(d,a,c)};E.prototype.AddObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!om(c,a)};E.prototype.AddString=function(a,c){var d=this.g;x();a=a&&"object"===typeof a?a.g:y(a);c&&"object"===typeof c&&(c=c.g);pm(d,a,c)};
596
+ E.prototype.AddPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);qm(d,a,c)};E.prototype.RemoveAll=function(){rm(this.g)};E.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);sm(c,a)};E.prototype.getObjectName=function(){return p(tm(this.g))};E.prototype.getDxf0=function(){return p(um(this.g))};E.prototype.getJson=function(){return p(wm(this.g))};
597
+ E.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!xm(c,a)};E.prototype.__destroy__=function(){ym(this.g)};function mx(){this.g=zm();Vw(mx)[this.g]=this}mx.prototype=Object.create(Uw.prototype);mx.prototype.constructor=mx;mx.prototype.i=mx;mx.l={};l.McDrawUtility=mx;
598
+ mx.prototype.findEntAtPoint=function(a,c,d,e,f){var g=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 Am(g,a,c,d,e,f)};mx.prototype.eraseEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bm(c,a)};mx.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Cm(d,a,c)};
599
+ mx.prototype.__destroy__=function(){Dm(this.g)};function R(){this.g=Em();Vw(R)[this.g]=this}R.prototype=Object.create(G.prototype);R.prototype.constructor=R;R.prototype.i=R;R.l={};l.MdDbLine=R;R.prototype.startPoint=function(){return w(Fm(this.g),H)};R.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gm(c,a)};R.prototype.endPoint=function(){return w(Hm(this.g),H)};
600
+ R.prototype.setEndPoint=R.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Im(c,a)};R.prototype.getStartParam=function(){return Jm(this.g)};R.prototype.getEndParam=function(){return Km(this.g)};R.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Lm(c,a)};R.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Mm(c,a)};
601
+ R.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Nm(c,a)};R.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Om(c,a),H)};R.prototype.getStartPoint=function(){return w(Pm(this.g),H)};R.prototype.getEndPoint=function(){return w(Qm(this.g),H)};R.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Rm(c,a),H)};
602
+ R.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Sm(c,a)};R.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Tm(c,a),I)};R.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Um(c,a),I)};R.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(Vm(d,a,c),H)};
603
+ R.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(Wm(d,a,c),E)};R.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Xm(c,a),E)};R.prototype.getArea=function(){return Ym(this.g)};R.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Zm(c,a),E)};R.prototype.getLength=function(){return $m(this.g)};R.prototype.explode=function(){return w(an(this.g),E)};
604
+ R.prototype.TrueColor=function(){return w(bn(this.g),F)};R.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cn(c,a)};R.prototype.ColorIndex=function(){return dn(this.g)};R.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!en(c,a)};R.prototype.Layer=function(){return p(fn(this.g))};R.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!gn(c,a)};R.prototype.LinetypeScale=function(){return hn(this.g)};
605
+ R.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jn(c,a)};R.prototype.Visible=function(){return!!kn(this.g)};R.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ln(c,a)};R.prototype.Lineweight=function(){return mn(this.g)};R.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nn(c,a)};R.prototype.TextStyle=function(){return p(on(this.g))};
606
+ R.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!pn(c,a)};R.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qn(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!!rn(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!!sn(d,a,c)};
607
+ 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!!tn(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!!un(d,a,c)};R.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vn(c,a)};R.prototype.GetBoundingBox=function(){return w(wn(this.g),E)};R.prototype.GetObjectID=function(){return xn(this.g)};R.prototype.Erase=function(){return!!yn(this.g)};
608
+ R.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zn(c,a)};R.prototype.Clone=function(){return w(An(this.g),B)};R.prototype.GetHandle=function(){return p(Bn(this.g))};R.prototype.GetDatabase=function(){return w(Cn(this.g),C)};R.prototype.GetOwnerID=function(){return Dn(this.g)};
609
+ 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!!En(f,a,c,d,e)};R.prototype.getObjectName=function(){return p(Fn(this.g))};R.prototype.getDxf0=function(){return p(Gn(this.g))};R.prototype.getJson=function(){return p(Hn(this.g))};R.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!In(c,a)};R.prototype.__destroy__=function(){Jn(this.g)};
610
+ function S(){this.g=Kn();Vw(S)[this.g]=this}S.prototype=Object.create(D.prototype);S.prototype.constructor=S;S.prototype.i=S;S.l={};l.MdDbText=S;S.prototype.position=S.prototype.position=function(){return w(Ln(this.g),H)};S.prototype.setPosition=S.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mn(c,a)};S.prototype.alignmentPoint=function(){return w(Nn(this.g),H)};
611
+ S.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!On(c,a)};S.prototype.oblique=function(){return Pn(this.g)};S.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qn(c,a)};S.prototype.rotation=S.prototype.rotation=function(){return Rn(this.g)};S.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sn(c,a)};S.prototype.height=S.prototype.height=function(){return Tn(this.g)};
612
+ S.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Un(c,a)};S.prototype.widthFactor=function(){return Vn(this.g)};S.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wn(c,a)};S.prototype.textString=function(){return p(Xn(this.g))};S.prototype.setTextString=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Yn(c,a)};S.prototype.horizontalMode=function(){return Zn(this.g)};
613
+ S.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$n(c,a)};S.prototype.verticalMode=function(){return ao(this.g)};S.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bo(c,a)};S.prototype.explode=function(){return w(co(this.g),E)};S.prototype.TrueColor=function(){return w(eo(this.g),F)};S.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fo(c,a)};S.prototype.ColorIndex=function(){return go(this.g)};
614
+ S.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ho(c,a)};S.prototype.Layer=function(){return p(io(this.g))};S.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!jo(c,a)};S.prototype.LinetypeScale=function(){return ko(this.g)};S.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lo(c,a)};S.prototype.Visible=function(){return!!mo(this.g)};
615
+ S.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!no(c,a)};S.prototype.Lineweight=function(){return oo(this.g)};S.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!po(c,a)};S.prototype.TextStyle=function(){return p(qo(this.g))};S.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!ro(c,a)};
616
+ S.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!so(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!!to(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!!uo(d,a,c)};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!!vo(d,a,c)};
617
+ 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!!wo(d,a,c)};S.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xo(c,a)};S.prototype.GetBoundingBox=function(){return w(yo(this.g),E)};S.prototype.GetObjectID=function(){return zo(this.g)};S.prototype.Erase=function(){return!!Ao(this.g)};S.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bo(c,a)};
618
+ S.prototype.Clone=function(){return w(Co(this.g),B)};S.prototype.GetHandle=function(){return p(Do(this.g))};S.prototype.GetDatabase=function(){return w(Eo(this.g),C)};S.prototype.GetOwnerID=function(){return Fo(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!!Go(f,a,c,d,e)};S.prototype.getObjectName=function(){return p(Ho(this.g))};
619
+ S.prototype.getDxf0=function(){return p(Io(this.g))};S.prototype.getJson=function(){return p(Jo(this.g))};S.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Ko(c,a)};S.prototype.__destroy__=function(){Lo(this.g)};function U(){this.g=Mo();Vw(U)[this.g]=this}U.prototype=Object.create(G.prototype);U.prototype.constructor=U;U.prototype.i=U;U.l={};l.MdDbCircle=U;U.prototype.center=function(){return w(No(this.g),H)};
620
+ U.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Oo(c,a)};U.prototype.radius=function(){return Po(this.g)};U.prototype.setRadius=U.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qo(c,a)};U.prototype.getStartParam=function(){return Ro(this.g)};U.prototype.getEndParam=function(){return So(this.g)};U.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return To(c,a)};
621
+ U.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Uo(c,a)};U.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Vo(c,a)};U.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Wo(c,a),H)};U.prototype.getStartPoint=function(){return w(Xo(this.g),H)};U.prototype.getEndPoint=function(){return w(Yo(this.g),H)};
622
+ U.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Zo(c,a),H)};U.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return $o(c,a)};U.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(ap(c,a),I)};U.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(bp(c,a),I)};
623
+ U.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(cp(d,a,c),H)};U.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(dp(d,a,c),E)};U.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(ep(c,a),E)};U.prototype.getArea=function(){return fp(this.g)};
624
+ U.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(gp(c,a),E)};U.prototype.getLength=function(){return hp(this.g)};U.prototype.explode=function(){return w(ip(this.g),E)};U.prototype.TrueColor=function(){return w(jp(this.g),F)};U.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kp(c,a)};U.prototype.ColorIndex=function(){return lp(this.g)};
625
+ U.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mp(c,a)};U.prototype.Layer=function(){return p(np(this.g))};U.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!op(c,a)};U.prototype.LinetypeScale=function(){return pp(this.g)};U.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qp(c,a)};U.prototype.Visible=function(){return!!rp(this.g)};
626
+ U.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sp(c,a)};U.prototype.Lineweight=function(){return tp(this.g)};U.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!up(c,a)};U.prototype.TextStyle=function(){return p(vp(this.g))};U.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!wp(c,a)};
627
+ U.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xp(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!!yp(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!!zp(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!!Ap(d,a,c)};
628
+ 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!!Bp(d,a,c)};U.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cp(c,a)};U.prototype.GetBoundingBox=function(){return w(Dp(this.g),E)};U.prototype.GetObjectID=function(){return Ep(this.g)};U.prototype.Erase=function(){return!!Fp(this.g)};U.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gp(c,a)};
629
+ U.prototype.Clone=function(){return w(Hp(this.g),B)};U.prototype.GetHandle=function(){return p(Ip(this.g))};U.prototype.GetDatabase=function(){return w(Jp(this.g),C)};U.prototype.GetOwnerID=function(){return Kp(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!!Lp(f,a,c,d,e)};U.prototype.getObjectName=function(){return p(Mp(this.g))};
630
+ U.prototype.getDxf0=function(){return p(Np(this.g))};U.prototype.getJson=function(){return p(Op(this.g))};U.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Pp(c,a)};U.prototype.__destroy__=function(){Qp(this.g)};function T(){this.g=Rp();Vw(T)[this.g]=this}T.prototype=Object.create(G.prototype);T.prototype.constructor=T;T.prototype.i=T;T.l={};l.MdDbPolyline=T;T.prototype.setClosed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sp(c,a)};
631
+ T.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tp(c,a)};T.prototype.isClosed=function(){return!!Up(this.g)};T.prototype.getConstantWidth=function(){return Vp(this.g)};T.prototype.addVertexAt=function(a,c,d,e,f){var g=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!!Wp(g,a,c,d,e,f)};
632
+ T.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xp(c,a)};T.prototype.numVerts=function(){return Yp(this.g)};T.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(Zp(c,a),H)};T.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return $p(c,a)};T.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return aq(c,a)};
633
+ T.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return bq(c,a)};T.prototype.setPointAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!cq(d,a,c)};T.prototype.setBulgeAt=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)};T.prototype.getStartParam=function(){return eq(this.g)};T.prototype.getEndParam=function(){return fq(this.g)};
634
+ T.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gq(c,a)};T.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hq(c,a)};T.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return iq(c,a)};T.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(jq(c,a),H)};T.prototype.getStartPoint=function(){return w(kq(this.g),H)};
635
+ T.prototype.getEndPoint=function(){return w(lq(this.g),H)};T.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(mq(c,a),H)};T.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return nq(c,a)};T.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(oq(c,a),I)};T.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(pq(c,a),I)};
636
+ 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 w(qq(d,a,c),H)};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 w(rq(d,a,c),E)};T.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(sq(c,a),E)};T.prototype.getArea=function(){return tq(this.g)};
637
+ T.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return w(uq(c,a),E)};T.prototype.getLength=function(){return vq(this.g)};T.prototype.explode=function(){return w(wq(this.g),E)};T.prototype.TrueColor=function(){return w(xq(this.g),F)};T.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yq(c,a)};T.prototype.ColorIndex=function(){return zq(this.g)};
638
+ T.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Aq(c,a)};T.prototype.Layer=function(){return p(Bq(this.g))};T.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Cq(c,a)};T.prototype.LinetypeScale=function(){return Dq(this.g)};T.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Eq(c,a)};T.prototype.Visible=function(){return!!Fq(this.g)};
639
+ T.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gq(c,a)};T.prototype.Lineweight=function(){return Hq(this.g)};T.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Iq(c,a)};T.prototype.TextStyle=function(){return p(Jq(this.g))};T.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Kq(c,a)};
640
+ T.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lq(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!!Mq(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!!Nq(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!!Oq(d,a,c)};
641
+ 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!!Pq(d,a,c)};T.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qq(c,a)};T.prototype.GetBoundingBox=function(){return w(Rq(this.g),E)};T.prototype.GetObjectID=function(){return Sq(this.g)};T.prototype.Erase=function(){return!!Tq(this.g)};T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uq(c,a)};
642
+ T.prototype.Clone=function(){return w(Vq(this.g),B)};T.prototype.GetHandle=function(){return p(Wq(this.g))};T.prototype.GetDatabase=function(){return w(Xq(this.g),C)};T.prototype.GetOwnerID=function(){return Yq(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!!Zq(f,a,c,d,e)};T.prototype.getObjectName=function(){return p($q(this.g))};
643
+ T.prototype.getDxf0=function(){return p(ar(this.g))};T.prototype.getJson=function(){return p(br(this.g))};T.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!cr(c,a)};T.prototype.__destroy__=function(){dr(this.g)};function V(){this.g=er();Vw(V)[this.g]=this}V.prototype=Object.create(D.prototype);V.prototype.constructor=V;V.prototype.i=V;V.l={};l.MdDbBlockReference=V;V.prototype.blockTableRecord=function(){return fr(this.g)};
644
+ V.prototype.setBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gr(c,a)};V.prototype.position=V.prototype.position=function(){return w(hr(this.g),H)};V.prototype.setPosition=V.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ir(c,a)};V.prototype.scaleFactors=function(){return w(jr(this.g),H)};V.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kr(c,a)};
645
+ V.prototype.rotation=V.prototype.rotation=function(){return lr(this.g)};V.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mr(c,a)};V.prototype.blockTransform=function(){return w(nr(this.g),fx)};V.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!or(c,a)};V.prototype.explode=function(){return w(pr(this.g),E)};V.prototype.TrueColor=function(){return w(qr(this.g),F)};
646
+ V.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rr(c,a)};V.prototype.ColorIndex=function(){return sr(this.g)};V.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tr(c,a)};V.prototype.Layer=function(){return p(ur(this.g))};V.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!vr(c,a)};V.prototype.LinetypeScale=function(){return wr(this.g)};
647
+ V.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xr(c,a)};V.prototype.Visible=function(){return!!yr(this.g)};V.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zr(c,a)};V.prototype.Lineweight=function(){return Ar(this.g)};V.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Br(c,a)};V.prototype.TextStyle=function(){return p(Cr(this.g))};
648
+ V.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Dr(c,a)};V.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Er(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!!Fr(d,a,c)};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!!Gr(d,a,c)};
649
+ 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!!Hr(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!!Ir(d,a,c)};V.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jr(c,a)};V.prototype.GetBoundingBox=function(){return w(Kr(this.g),E)};V.prototype.GetObjectID=function(){return Lr(this.g)};V.prototype.Erase=function(){return!!Mr(this.g)};
650
+ V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nr(c,a)};V.prototype.Clone=function(){return w(Or(this.g),B)};V.prototype.GetHandle=function(){return p(Pr(this.g))};V.prototype.GetDatabase=function(){return w(Qr(this.g),C)};V.prototype.GetOwnerID=function(){return Rr(this.g)};
651
+ 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!!Sr(f,a,c,d,e)};V.prototype.getObjectName=function(){return p(Tr(this.g))};V.prototype.getDxf0=function(){return p(Ur(this.g))};V.prototype.getJson=function(){return p(Vr(this.g))};V.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Wr(c,a)};V.prototype.__destroy__=function(){Xr(this.g)};
652
+ function W(){this.g=Yr();Vw(W)[this.g]=this}W.prototype=Object.create(J.prototype);W.prototype.constructor=W;W.prototype.i=W;W.l={};l.MdDbAlignedDimension=W;W.prototype.xLine1Point=function(){return w(Zr(this.g),H)};W.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$r(c,a)};W.prototype.xLine2Point=function(){return w(as(this.g),H)};W.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bs(c,a)};
653
+ W.prototype.dimLinePoint=function(){return w(cs(this.g),H)};W.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ds(c,a)};W.prototype.oblique=function(){return es(this.g)};W.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gs(c,a)};W.prototype.textPosition=function(){return w(hs(this.g),H)};W.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!is(c,a)};
654
+ W.prototype.isUsingDefaultTextPosition=function(){return!!js(this.g)};W.prototype.useSetTextPosition=function(){return!!ks(this.g)};W.prototype.useDefaultTextPosition=function(){return!!ls(this.g)};W.prototype.elevation=W.prototype.elevation=function(){return ms(this.g)};W.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ns(c,a)};W.prototype.dimensionText=function(){return p(ps(this.g))};
655
+ W.prototype.setDimensionText=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!qs(c,a)};W.prototype.textRotation=function(){return rs(this.g)};W.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ss(c,a)};W.prototype.dimensionStyle=function(){return ts(this.g)};W.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!us(c,a)};W.prototype.textAttachment=function(){return vs(this.g)};
656
+ W.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xs(c,a)};W.prototype.horizontalRotation=function(){return ys(this.g)};W.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zs(c,a)};W.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!As(c,a)};W.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Bs(c,a)};
657
+ W.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Cs(d,a,c)};W.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ds(c,a)};W.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Es(d,a,c)};W.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Fs(c,a))};
658
+ W.prototype.SetDimVarString=function(a,c){var d=this.g;x();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:y(c);return!!Gs(d,a,c)};W.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Hs(c,a)};W.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Is(d,a,c)};W.prototype.explode=function(){return w(Js(this.g),E)};W.prototype.TrueColor=function(){return w(Ks(this.g),F)};
659
+ W.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ls(c,a)};W.prototype.ColorIndex=function(){return Ms(this.g)};W.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ns(c,a)};W.prototype.Layer=function(){return p(Os(this.g))};W.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Ps(c,a)};W.prototype.LinetypeScale=function(){return Qs(this.g)};
660
+ W.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rs(c,a)};W.prototype.Visible=function(){return!!Ss(this.g)};W.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ts(c,a)};W.prototype.Lineweight=function(){return Us(this.g)};W.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vs(c,a)};W.prototype.TextStyle=function(){return p(Ws(this.g))};
661
+ W.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Xs(c,a)};W.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ys(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!!Zs(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!!$s(d,a,c)};
662
+ 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!!at(d,a,c)};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!!bt(d,a,c)};W.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ct(c,a)};W.prototype.GetBoundingBox=function(){return w(dt(this.g),E)};W.prototype.GetObjectID=function(){return et(this.g)};W.prototype.Erase=function(){return!!ft(this.g)};
663
+ W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gt(c,a)};W.prototype.Clone=function(){return w(ht(this.g),B)};W.prototype.GetHandle=function(){return p(it(this.g))};W.prototype.GetDatabase=function(){return w(jt(this.g),C)};W.prototype.GetOwnerID=function(){return kt(this.g)};
664
+ 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!!lt(f,a,c,d,e)};W.prototype.getObjectName=function(){return p(mt(this.g))};W.prototype.getDxf0=function(){return p(nt(this.g))};W.prototype.getJson=function(){return p(ot(this.g))};W.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!pt(c,a)};W.prototype.__destroy__=function(){qt(this.g)};
665
+ function X(){this.g=rt();Vw(X)[this.g]=this}X.prototype=Object.create(J.prototype);X.prototype.constructor=X;X.prototype.i=X;X.l={};l.MdDbRotatedDimension=X;X.prototype.xLine1Point=function(){return w(st(this.g),H)};X.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tt(c,a)};X.prototype.xLine2Point=function(){return w(ut(this.g),H)};X.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vt(c,a)};
666
+ X.prototype.dimLinePoint=function(){return w(wt(this.g),H)};X.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xt(c,a)};X.prototype.rotation=X.prototype.rotation=function(){return yt(this.g)};X.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zt(c,a)};X.prototype.oblique=function(){return At(this.g)};X.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bt(c,a)};
667
+ X.prototype.textPosition=function(){return w(Ct(this.g),H)};X.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dt(c,a)};X.prototype.isUsingDefaultTextPosition=function(){return!!Et(this.g)};X.prototype.useSetTextPosition=function(){return!!Ft(this.g)};X.prototype.useDefaultTextPosition=function(){return!!Gt(this.g)};X.prototype.elevation=X.prototype.elevation=function(){return Ht(this.g)};
668
+ X.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!It(c,a)};X.prototype.dimensionText=function(){return p(Jt(this.g))};X.prototype.setDimensionText=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Kt(c,a)};X.prototype.textRotation=function(){return Lt(this.g)};X.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mt(c,a)};X.prototype.dimensionStyle=function(){return Nt(this.g)};
669
+ X.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ot(c,a)};X.prototype.textAttachment=function(){return Pt(this.g)};X.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qt(c,a)};X.prototype.horizontalRotation=function(){return Rt(this.g)};X.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!St(c,a)};
670
+ X.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tt(c,a)};X.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ut(c,a)};X.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Vt(d,a,c)};X.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Wt(c,a)};
671
+ X.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Xt(d,a,c)};X.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Yt(c,a))};X.prototype.SetDimVarString=function(a,c){var d=this.g;x();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:y(c);return!!Zt(d,a,c)};X.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return $t(c,a)};
672
+ X.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!au(d,a,c)};X.prototype.explode=function(){return w(bu(this.g),E)};X.prototype.TrueColor=function(){return w(cu(this.g),F)};X.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!du(c,a)};X.prototype.ColorIndex=function(){return eu(this.g)};X.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fu(c,a)};
673
+ X.prototype.Layer=function(){return p(gu(this.g))};X.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!hu(c,a)};X.prototype.LinetypeScale=function(){return iu(this.g)};X.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ju(c,a)};X.prototype.Visible=function(){return!!ku(this.g)};X.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lu(c,a)};X.prototype.Lineweight=function(){return mu(this.g)};
674
+ X.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nu(c,a)};X.prototype.TextStyle=function(){return p(ou(this.g))};X.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!pu(c,a)};X.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qu(c,a)};X.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ru(d,a,c)};
675
+ X.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!su(d,a,c)};X.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!tu(d,a,c)};X.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!uu(d,a,c)};X.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vu(c,a)};
676
+ X.prototype.GetBoundingBox=function(){return w(wu(this.g),E)};X.prototype.GetObjectID=function(){return xu(this.g)};X.prototype.Erase=function(){return!!yu(this.g)};X.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zu(c,a)};X.prototype.Clone=function(){return w(Au(this.g),B)};X.prototype.GetHandle=function(){return p(Bu(this.g))};X.prototype.GetDatabase=function(){return w(Cu(this.g),C)};X.prototype.GetOwnerID=function(){return Du(this.g)};
677
+ X.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!!Eu(f,a,c,d,e)};X.prototype.getObjectName=function(){return p(Fu(this.g))};X.prototype.getDxf0=function(){return p(Gu(this.g))};X.prototype.getJson=function(){return p(Hu(this.g))};X.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Iu(c,a)};X.prototype.__destroy__=function(){Ju(this.g)};
678
+ function Z(){this.g=Ku();Vw(Z)[this.g]=this}Z.prototype=Object.create(D.prototype);Z.prototype.constructor=Z;Z.prototype.i=Z;Z.l={};l.MdDbMText=Z;Z.prototype.location=Z.prototype.location=function(){return w(Lu(this.g),H)};Z.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mu(c,a)};Z.prototype.rotation=Z.prototype.rotation=function(){return Nu(this.g)};Z.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ou(c,a)};
679
+ Z.prototype.width=Z.prototype.width=function(){return Pu(this.g)};Z.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qu(c,a)};Z.prototype.textHeight=function(){return Ru(this.g)};Z.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Su(c,a)};Z.prototype.attachment=function(){return Tu(this.g)};Z.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uu(c,a)};
680
+ Z.prototype.contents=Z.prototype.j=function(){return p(Vu(this.g))};Z.prototype.setContents=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Wu(c,a)};Z.prototype.explode=function(){return w(Xu(this.g),E)};Z.prototype.TrueColor=function(){return w(Yu(this.g),F)};Z.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zu(c,a)};Z.prototype.ColorIndex=function(){return $u(this.g)};
681
+ Z.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!av(c,a)};Z.prototype.Layer=function(){return p(bv(this.g))};Z.prototype.SetLayer=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!cv(c,a)};Z.prototype.LinetypeScale=function(){return dv(this.g)};Z.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ev(c,a)};Z.prototype.Visible=function(){return!!fv(this.g)};
682
+ Z.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gv(c,a)};Z.prototype.Lineweight=function(){return hv(this.g)};Z.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iv(c,a)};Z.prototype.TextStyle=function(){return p(jv(this.g))};Z.prototype.SetTextStyle=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!kv(c,a)};
683
+ Z.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lv(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!!mv(d,a,c)};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!!nv(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!!ov(d,a,c)};
684
+ 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!!pv(d,a,c)};Z.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qv(c,a)};Z.prototype.GetBoundingBox=function(){return w(rv(this.g),E)};Z.prototype.GetObjectID=function(){return sv(this.g)};Z.prototype.Erase=function(){return!!tv(this.g)};Z.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uv(c,a)};
685
+ Z.prototype.Clone=function(){return w(vv(this.g),B)};Z.prototype.GetHandle=function(){return p(wv(this.g))};Z.prototype.GetDatabase=function(){return w(xv(this.g),C)};Z.prototype.GetOwnerID=function(){return yv(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!!zv(f,a,c,d,e)};Z.prototype.getObjectName=function(){return p(Av(this.g))};
686
+ Z.prototype.getDxf0=function(){return p(Bv(this.g))};Z.prototype.getJson=function(){return p(Cv(this.g))};Z.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Dv(c,a)};Z.prototype.__destroy__=function(){Ev(this.g)};function nx(){throw"cannot construct a MdDbBlockTableRecordIterator, no constructor in IDL";}nx.prototype=Object.create(dx.prototype);nx.prototype.constructor=nx;nx.prototype.i=nx;nx.l={};l.MdDbBlockTableRecordIterator=nx;
687
+ nx.prototype.start=nx.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Fv(d,a,c)};nx.prototype.done=nx.prototype.done=function(){return!!Gv(this.g)};nx.prototype.getEntityId=function(){return Hv(this.g)};nx.prototype.step=nx.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Iv(d,a,c)};nx.prototype.getObjectName=function(){return p(Jv(this.g))};nx.prototype.getDxf0=function(){return p(Kv(this.g))};
688
+ nx.prototype.getJson=function(){return p(Lv(this.g))};nx.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Mv(c,a)};nx.prototype.__destroy__=function(){Nv(this.g)};function N(){this.g=Ov();Vw(N)[this.g]=this}N.prototype=Object.create(B.prototype);N.prototype.constructor=N;N.prototype.i=N;N.l={};l.MdDbBlockTableRecord=N;N.prototype.appendAcDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Pv(c,a)};
689
+ N.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(Qv(d,a,c),nx)};N.prototype.origin=N.prototype.origin=function(){return w(Rv(this.g),H)};N.prototype.setOrigin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sv(c,a)};N.prototype.GetObjectID=function(){return Tv(this.g)};N.prototype.Erase=function(){return!!Uv(this.g)};
690
+ N.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vv(c,a)};N.prototype.Clone=function(){return w(Wv(this.g),B)};N.prototype.GetHandle=function(){return p(Xv(this.g))};N.prototype.GetDatabase=function(){return w(Yv(this.g),C)};N.prototype.GetOwnerID=function(){return Zv(this.g)};
691
+ 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!!$v(f,a,c,d,e)};N.prototype.getObjectName=function(){return p(aw(this.g))};N.prototype.getDxf0=function(){return p(bw(this.g))};N.prototype.getJson=function(){return p(cw(this.g))};N.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!dw(c,a)};N.prototype.__destroy__=function(){ew(this.g)};
692
+ function ox(){throw"cannot construct a MdDbBlockTableIterator, no constructor in IDL";}ox.prototype=Object.create(dx.prototype);ox.prototype.constructor=ox;ox.prototype.i=ox;ox.l={};l.MdDbBlockTableIterator=ox;ox.prototype.start=ox.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);fw(d,a,c)};ox.prototype.done=ox.prototype.done=function(){return!!gw(this.g)};ox.prototype.getRecord=function(){return w(hw(this.g),N)};
693
+ ox.prototype.step=ox.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);iw(d,a,c)};ox.prototype.getObjectName=function(){return p(jw(this.g))};ox.prototype.getDxf0=function(){return p(kw(this.g))};ox.prototype.getJson=function(){return p(lw(this.g))};ox.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!mw(c,a)};ox.prototype.__destroy__=function(){nw(this.g)};
694
+ function jx(){throw"cannot construct a MdDbBlockTable, no constructor in IDL";}jx.prototype=Object.create(B.prototype);jx.prototype.constructor=jx;jx.prototype.i=jx;jx.l={};l.MdDbBlockTable=jx;jx.prototype.getAt=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return w(ow(c,a),N)};jx.prototype.has=jx.prototype.has=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!pw(c,a)};
695
+ jx.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return w(qw(d,a,c),ox)};jx.prototype.add=jx.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return rw(c,a)};jx.prototype.GetObjectID=function(){return sw(this.g)};jx.prototype.Erase=function(){return!!tw(this.g)};jx.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uw(c,a)};
696
+ jx.prototype.Clone=function(){return w(vw(this.g),B)};jx.prototype.GetHandle=function(){return p(ww(this.g))};jx.prototype.GetDatabase=function(){return w(xw(this.g),C)};jx.prototype.GetOwnerID=function(){return yw(this.g)};jx.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!!zw(f,a,c,d,e)};jx.prototype.getObjectName=function(){return p(Aw(this.g))};
697
+ jx.prototype.getDxf0=function(){return p(Bw(this.g))};jx.prototype.getJson=function(){return p(Cw(this.g))};jx.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Dw(c,a)};jx.prototype.__destroy__=function(){Ew(this.g)};function px(){this.g=Fw();Vw(px)[this.g]=this}px.prototype=Object.create(dx.prototype);px.prototype.constructor=px;px.prototype.i=px;px.l={};l.McDrawSelSet=px;
698
+ px.prototype.allSelect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Gw(c,a)};px.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 Hw(f,a,c,d,e)};
699
+ px.prototype.crossingSelect=function(a,c,d,e,f){var g=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 Iw(g,a,c,d,e,f)};px.prototype.count=px.prototype.count=function(){return Jw(this.g)};px.prototype.item=px.prototype.item=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Kw(c,a)};px.prototype.getObjectName=function(){return p(Lw(this.g))};
700
+ px.prototype.getDxf0=function(){return p(Mw(this.g))};px.prototype.getJson=function(){return p(Nw(this.g))};px.prototype.setJson=function(a){var c=this.g;x();a=a&&"object"===typeof a?a.g:y(a);return!!Ow(c,a)};px.prototype.__destroy__=function(){Pw(this.g)};
520
701
 
521
702
 
522
703
  return mxdrawassembly.ready