mxcad 1.0.38 → 1.0.39
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mxcad.d.ts +1015 -1
- package/dist/mxcad.es.js +40 -496
- package/dist/mxcad.umd.js +60 -516
- package/dist/mxdrawassembly_min.wasm +0 -0
- package/dist/mxdrawassemblyinit.js +457 -0
- package/package.json +2 -3
- package/dist/mxdrawassembly_debug.worker.js +0 -201
- package/dist/nnn.mxweb +0 -0
- package/dist/test2.dwg +0 -0
- package/dist/test3.dwg +0 -0
- package/dist/test3.mxweb +0 -0
|
@@ -0,0 +1,457 @@
|
|
|
1
|
+
|
|
2
|
+
var mxdrawassembly = (() => {
|
|
3
|
+
var _scriptDir = typeof document !== 'undefined' && document.currentScript ? document.currentScript.src : undefined;
|
|
4
|
+
if (typeof __filename !== 'undefined') _scriptDir = _scriptDir || __filename;
|
|
5
|
+
return (
|
|
6
|
+
function(mxdrawassembly = {}) {
|
|
7
|
+
|
|
8
|
+
function ba(){ca.buffer!=da.buffer&&ha();return da}function ia(){ca.buffer!=da.buffer&&ha();return ja}function ka(){ca.buffer!=da.buffer&&ha();return la}function b(){ca.buffer!=da.buffer&&ha();return ma}function m(){ca.buffer!=da.buffer&&ha();return na}function oa(){ca.buffer!=da.buffer&&ha();return pa}function qa(){ca.buffer!=da.buffer&&ha();return ra}var n;n||(n=typeof mxdrawassembly !== 'undefined' ? mxdrawassembly : {});var sa,ta;n.ready=new Promise(function(a,c){sa=a;ta=c});
|
|
9
|
+
var ua=Object.assign({},n),va="./this.program",wa=(a,c)=>{throw c;},xa="object"==typeof window,ya="function"==typeof importScripts,za="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,q=n.ENVIRONMENT_IS_PTHREAD||!1,Aa="";function Ba(a){return n.locateFile?n.locateFile(a,Aa):Aa+a}var Ca,Da,Fa;
|
|
10
|
+
if(za){var fs=require("fs"),Ga=require("path");Aa=ya?Ga.dirname(Aa)+"/":__dirname+"/";Ca=(c,d)=>{c=c.startsWith("file://")?new URL(c):Ga.normalize(c);return fs.readFileSync(c,d?void 0:"utf8")};Fa=c=>{c=Ca(c,!0);c.buffer||(c=new Uint8Array(c));return c};Da=(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&&(va=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);wa=(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(xa||ya)ya?Aa=self.location.href:"undefined"!=typeof document&&document.currentScript&&(Aa=document.currentScript.src),_scriptDir&&(Aa=_scriptDir),Aa=0!==Aa.indexOf("blob:")?Aa.substr(0,Aa.replace(/[?#].*/,"").lastIndexOf("/")+1):"",za||
|
|
12
|
+
(Ca=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},ya&&(Fa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)}),Da=(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)});za&&"undefined"==typeof performance&&(global.performance=require("perf_hooks").performance);
|
|
13
|
+
var Ha=console.log.bind(console),Ia=console.warn.bind(console);za&&(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,ua);ua=null;n.thisProgram&&(va=n.thisProgram);n.quit&&(wa=n.quit);var Ma;n.wasmBinary&&(Ma=n.wasmBinary);var noExitRuntime=n.noExitRuntime||!0;"object"!=typeof WebAssembly&&Na("no native wasm support detected");var ca,Oa,Pa=!1,Qa,da,ja,Ra,la,ma,na,pa,ra;
|
|
14
|
+
function ha(){var a=ca.buffer;n.HEAP8=da=new Int8Array(a);n.HEAP16=Ra=new Int16Array(a);n.HEAP32=ma=new Int32Array(a);n.HEAPU8=ja=new Uint8Array(a);n.HEAPU16=la=new Uint16Array(a);n.HEAPU32=na=new Uint32Array(a);n.HEAPF32=pa=new Float32Array(a);n.HEAPF64=ra=new Float64Array(a)}var Sa=n.INITIAL_MEMORY||16777216;4194304<=Sa||Na("INITIAL_MEMORY should be larger than STACK_SIZE, was "+Sa+"! (STACK_SIZE=4194304)");
|
|
15
|
+
if(q)ca=n.wasmMemory;else if(n.wasmMemory)ca=n.wasmMemory;else if(ca=new WebAssembly.Memory({initial:Sa/65536,maximum:32768,shared:!0}),!(ca.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"),za&&La("(on node you may need: --experimental-wasm-threads --experimental-wasm-bulk-memory and/or recent version)"),
|
|
16
|
+
Error("bad memory");ha();Sa=ca.buffer.byteLength;var Ta,Ua=[],Va=[],Wa=[],Xa=0;function Ya(){return noExitRuntime||0<Xa}function Za(){q||(n.noFSInit||$a||($a=!0,ab(),n.stdin=n.stdin,n.stdout=n.stdout,n.stderr=n.stderr,n.stdin?bb("stdin",n.stdin):cb("/dev/tty","/dev/stdin"),n.stdout?bb("stdout",null,n.stdout):cb("/dev/tty","/dev/stdout"),n.stderr?bb("stderr",null,n.stderr):cb("/dev/tty1","/dev/stderr"),db("/dev/stdin",0),db("/dev/stdout",1),db("/dev/stderr",1)),eb=!1,fb(Va))}
|
|
17
|
+
function gb(){var a=n.preRun.shift();Ua.unshift(a)}var hb=0,ib=null,jb=null;function kb(){hb++;n.monitorRunDependencies&&n.monitorRunDependencies(hb)}function lb(){hb--;n.monitorRunDependencies&&n.monitorRunDependencies(hb);if(0==hb&&(null!==ib&&(clearInterval(ib),ib=null),jb)){var a=jb;jb=null;a()}}function Na(a){if(n.onAbort)n.onAbort(a);a="Aborted("+a+")";La(a);Pa=!0;Qa=1;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ta(a);throw a;}
|
|
18
|
+
function mb(a){return a.startsWith("data:application/octet-stream;base64,")}var nb;nb="mxdrawassembly_min.wasm";mb(nb)||(nb=Ba(nb));function ob(a){try{if(a==nb&&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 pb(a){if(!Ma&&(xa||ya)){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 ob(a)});if(Da)return new Promise(function(c,d){Da(a,function(e){c(new Uint8Array(e))},d)})}return Promise.resolve().then(function(){return ob(a)})}
|
|
20
|
+
function qb(a,c,d){return pb(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=nb;return Ma||"function"!=typeof WebAssembly.instantiateStreaming||mb(d)||d.startsWith("file://")||za||"function"!=typeof fetch?qb(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 qb(d,a,c)})})}
|
|
22
|
+
var tb,ub,zb={253266:()=>ba().length,253286: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=db(a,e||0);a=vb(a,{fa:!0}).node;if(!a)throw new v(44);if(!a.h.u)throw new v(63);a=a.h.u(a).size;var f=new Uint8Array(a);wb(e,f,0,a,0);"utf8"===c?d=xb(f,0):"binary"===c&&(d=f);yb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};
|
|
23
|
+
function Ab(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function Bb(a){a.terminate();a.onmessage=()=>{}}function Cb(a){(a=w.F[a])||Na();w.qb(a)}function Db(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};za&&c.ref();c.postMessage(d,a.Eb);return 0}
|
|
24
|
+
var Eb=(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},Fb=a=>{var c="/"===a.charAt(0),d="/"===a.substr(-1);(a=Eb(a.split("/").filter(e=>!!e),!c).join("/"))||c||(a=".");a&&d&&(a+="/");return(c?"/":"")+a},Gb=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},Hb=a=>
|
|
25
|
+
{if("/"===a)return"/";a=Fb(a);a=a.replace(/\/$/,"");var c=a.lastIndexOf("/");return-1===c?a:a.substr(c+1)};function Ib(){if("object"==typeof crypto&&"function"==typeof crypto.getRandomValues)return d=>(d.set(crypto.getRandomValues(new Uint8Array(d.byteLength))),d);if(za)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 Jb(a){return(Jb=Ib())(a)}
|
|
26
|
+
function Kb(){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=Eb(a.split("/").filter(e=>!!e),!c).join("/");return(c?"/":"")+a||"."}
|
|
27
|
+
function Lb(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 Mb(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=Lb(a,d,0,d.length);c&&(d.length=a);return d}var Nb=[];function Ob(a,c){Nb[a]={input:[],output:[],O:c};Pb(a,Qb)}
|
|
29
|
+
var Qb={open:function(a){var c=Nb[a.node.rdev];if(!c)throw new v(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 v(60);for(var f=0,g=0;g<e;g++){try{var h=a.tty.O.Da(a.tty)}catch(l){throw new v(29);}if(void 0===h&&0===f)throw new v(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 v(60);try{for(var f=
|
|
30
|
+
0;f<e;f++)a.tty.O.ka(a.tty,c[d+f])}catch(g){throw new v(29);}e&&(a.node.timestamp=Date.now());return f}},Rb={Da:function(a){if(!a.input.length){var c=null;if(za){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=Mb(c,!0)}return a.input.shift()},ka:function(a,c){null===c||10===c?(Ka(xb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(Ka(xb(a.output,0)),a.output=[])}},Sb={ka:function(a,c){null===c||10===c?(La(xb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(La(xb(a.output,0)),a.output=[])}},B={v:null,D:function(){return B.createNode(null,"/",16895,0)},createNode:function(a,
|
|
32
|
+
c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new v(63);B.v||(B.v={dir:{node:{u:B.h.u,B:B.h.B,lookup:B.h.lookup,Z:B.h.Z,rename:B.h.rename,unlink:B.h.unlink,rmdir:B.h.rmdir,readdir:B.h.readdir,symlink:B.h.symlink},stream:{H:B.j.H}},file:{node:{u:B.h.u,B:B.h.B},stream:{H:B.j.H,read:B.j.read,write:B.j.write,ta:B.j.ta,Ha:B.j.Ha,Ja:B.j.Ja}},link:{node:{u:B.h.u,B:B.h.B,readlink:B.h.readlink},stream:{}},va:{node:{u:B.h.u,B:B.h.B},stream:Tb}});d=Ub(a,c,d,e);16384===(d.mode&61440)?(d.h=B.v.dir.node,
|
|
33
|
+
d.j=B.v.dir.stream,d.i={}):32768===(d.mode&61440)?(d.h=B.v.file.node,d.j=B.v.file.stream,d.o=0,d.i=null):40960===(d.mode&61440)?(d.h=B.v.link.node,d.j=B.v.link.stream):8192===(d.mode&61440)&&(d.h=B.v.va.node,d.j=B.v.va.stream);d.timestamp=Date.now();a&&(a.i[c]=d,a.timestamp=d.timestamp);return d},Nb:function(a){return a.i?a.i.subarray?a.i.subarray(0,a.o):new Uint8Array(a.i):new Uint8Array(0)},Aa:function(a,c){var d=a.i?a.i.length:0;d>=c||(c=Math.max(c,d*(1048576>d?2:1.125)>>>0),0!=d&&(c=Math.max(c,
|
|
34
|
+
256)),d=a.i,a.i=new Uint8Array(c),0<a.o&&a.i.set(d.subarray(0,a.o),0))},pb:function(a,c){if(a.o!=c)if(0==c)a.i=null,a.o=0;else{var d=a.i;a.i=new Uint8Array(c);d&&a.i.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&&B.pb(a,c.size)},lookup:function(){throw Vb[44];},Z:function(a,c,d,e){return B.createNode(a,c,d,e)},rename:function(a,c,d){if(16384===(a.mode&61440)){try{var e=Wb(c,d)}catch(g){}if(e)for(var f in e.i)throw new v(55);}delete a.parent.i[a.name];a.parent.timestamp=Date.now();a.name=d;c.i[d]=a;c.timestamp=a.parent.timestamp;
|
|
36
|
+
a.parent=c},unlink:function(a,c){delete a.i[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=Wb(a,c),e;for(e in d.i)throw new v(55);delete a.i[c];a.timestamp=Date.now()},readdir:function(a){var c=[".",".."],d;for(d in a.i)a.i.hasOwnProperty(d)&&c.push(d);return c},symlink:function(a,c,d){a=B.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new v(28);return a.link}},j:{read:function(a,c,d,e,f){var g=a.node.i;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.i||a.i.subarray)){if(g)return a.i=c.subarray(d,d+e),a.o=e;if(0===a.o&&0===f)return a.i=c.slice(d,d+e),a.o=e;if(f+e<=a.o)return a.i.set(c.subarray(d,d+e),f),e}B.Aa(a,f+e);if(a.i.subarray&&c.subarray)a.i.set(c.subarray(d,d+e),f);else for(g=0;g<e;g++)a.i[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 v(28);return c},ta:function(a,c,d){B.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 v(43);a=a.node.i;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;Na();c=void 0;if(!c)throw new v(48);ba().set(a,c)}else d=!1,c=a.byteOffset;return{g:c,Hb:d}},
|
|
39
|
+
Ja:function(a,c,d,e){B.j.write(a,c,0,e,d,!1);return 0}}},Xb=null,Yb={},Zb=[],$b=1,ac=null,eb=!0,v=null,Vb={},vb=(a,c={})=>{a=Kb(a);if(!a)return{path:"",node:null};c=Object.assign({Ba:!0,la:0},c);if(8<c.la)throw new v(32);a=a.split("/").filter(h=>!!h);for(var d=Xb,e="/",f=0;f<a.length;f++){var g=f===a.length-1;if(g&&c.parent)break;d=Wb(d,a[f]);e=Fb(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=bc(e),e=Kb(Gb(e),d),d=vb(e,{la:c.la+1}).node,40<g++)throw new v(32);
|
|
40
|
+
}return{path:e,node:d}},cc=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}},dc=(a,c)=>{for(var d=0,e=0;e<c.length;e++)d=(d<<5)-d+c.charCodeAt(e)|0;return(a+d>>>0)%ac.length},ec=a=>{var c=dc(a.parent.id,a.name);if(ac[c]===a)ac[c]=a.N;else for(c=ac[c];c;){if(c.N===a){c.N=a.N;break}c=c.N}},Wb=(a,c)=>{var d;if(d=(d=fc(a,"x"))?d:a.h.lookup?0:2)throw new v(d,a);for(d=ac[dc(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)},Ub=(a,c,d,e)=>{a=new gc(a,c,d,e);c=dc(a.parent.id,a.name);a.N=ac[c];return ac[c]=a},hc={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},ic=a=>{var c=["r","w","rw"][a&3];a&512&&(c+="w");return c},fc=(a,c)=>{if(eb)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},jc=(a,c)=>{try{return Wb(a,c),20}catch(d){}return fc(a,"wx")},kc=(a,c,d)=>{try{var e=Wb(a,c)}catch(f){return f.s}if(a=
|
|
42
|
+
fc(a,"wx"))return a;if(d){if(16384!==(e.mode&61440))return 54;if(e===e.parent||"/"===cc(e))return 10}else if(16384===(e.mode&61440))return 31;return 0},lc=(a=0)=>{for(;4096>=a;a++)if(!Zb[a])return a;throw new v(33);},nc=(a,c)=>{mc||(mc=function(){this.$={}},mc.prototype={},Object.defineProperties(mc.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 mc,a);c=lc(c);a.fd=c;return Zb[c]=a},Tb={open:a=>{a.j=Yb[a.node.rdev].j;a.j.open&&a.j.open(a)},H:()=>{throw new v(70);}},Pb=(a,c)=>{Yb[a]={j:c}},oc=(a,c)=>{var d="/"===c,e=!c;if(d&&Xb)throw new v(10);if(!d&&!e){var f=vb(c,{Ba:!1});c=f.path;f=f.node;if(f.M)throw new v(10);if(16384!==(f.mode&61440))throw new v(54);}c={type:a,Rb:{},Ia:c,nb:[]};a=a.D(c);a.D=c;c.root=a;d?Xb=a:f&&(f.M=c,f.D&&f.D.nb.push(c))},pc=(a,c,d)=>{var e=vb(a,{parent:!0}).node;
|
|
44
|
+
a=Hb(a);if(!a||"."===a||".."===a)throw new v(28);var f=jc(e,a);if(f)throw new v(f);if(!e.h.Z)throw new v(63);return e.h.Z(e,a,c,d)},qc=(a,c,d)=>{"undefined"==typeof d&&(d=c,c=438);pc(a,c|8192,d)},cb=(a,c)=>{if(!Kb(a))throw new v(44);var d=vb(c,{parent:!0}).node;if(!d)throw new v(44);c=Hb(c);var e=jc(d,c);if(e)throw new v(e);if(!d.h.symlink)throw new v(63);d.h.symlink(d,c,a)},rc=a=>{var c=vb(a,{parent:!0}).node;a=Hb(a);var d=Wb(c,a),e=kc(c,a,!0);if(e)throw new v(e);if(!c.h.rmdir)throw new v(63);if(d.M)throw new v(10);
|
|
45
|
+
c.h.rmdir(c,a);ec(d)},bc=a=>{a=vb(a).node;if(!a)throw new v(44);if(!a.h.readlink)throw new v(28);return Kb(cc(a.parent),a.h.readlink(a))},db=(a,c,d)=>{if(""===a)throw new v(44);if("string"==typeof c){var e=hc[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=Fb(a);try{f=vb(a,{fa:!(c&131072)}).node}catch(g){}}e=!1;if(c&64)if(f){if(c&128)throw new v(20);}else f=pc(a,d,0),e=!0;if(!f)throw new v(44);
|
|
46
|
+
8192===(f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new v(54);if(!e&&(d=f?40960===(f.mode&61440)?32:16384===(f.mode&61440)&&("r"!==ic(c)||c&512)?31:fc(f,ic(c)):44))throw new v(d);if(c&512&&!e){d=f;d="string"==typeof d?vb(d,{fa:!0}).node:d;if(!d.h.B)throw new v(63);if(16384===(d.mode&61440))throw new v(31);if(32768!==(d.mode&61440))throw new v(28);if(e=fc(d,"w"))throw new v(e);d.h.B(d,{size:0,timestamp:Date.now()})}c&=-131713;f=nc({node:f,path:cc(f),flags:c,seekable:!0,position:0,
|
|
47
|
+
j:f.j,Fb:[],error:!1});f.j.open&&f.j.open(f);!n.logReadFiles||c&1||(sc||(sc={}),a in sc||(sc[a]=1));return f},yb=a=>{if(null===a.fd)throw new v(8);a.ja&&(a.ja=null);try{a.j.close&&a.j.close(a)}catch(c){throw c;}finally{Zb[a.fd]=null}a.fd=null},tc=(a,c,d)=>{if(null===a.fd)throw new v(8);if(!a.seekable||!a.j.H)throw new v(70);if(0!=d&&1!=d&&2!=d)throw new v(28);a.position=a.j.H(a,c,d);a.Fb=[]},wb=(a,c,d,e,f)=>{if(0>e||0>f)throw new v(28);if(null===a.fd)throw new v(8);if(1===(a.flags&2097155))throw new v(8);
|
|
48
|
+
if(16384===(a.node.mode&61440))throw new v(31);if(!a.j.read)throw new v(28);var g="undefined"!=typeof f;if(!g)f=a.position;else if(!a.seekable)throw new v(70);c=a.j.read(a,c,d,e,f);g||(a.position+=c);return c},ab=()=>{v||(v=function(a,c){this.name="ErrnoError";this.node=c;this.rb=function(d){this.s=d};this.rb(a);this.message="FS error"},v.prototype=Error(),v.prototype.constructor=v,[44].forEach(a=>{Vb[a]=new v(a);Vb[a].stack="<generic error, no stack>"}))},$a,uc=(a,c)=>{var d=0;a&&(d|=365);c&&(d|=
|
|
49
|
+
146);return d},bb=(a,c,d)=>{a=Fb("/dev/"+a);var e=uc(!!c,!!d);vc||(vc=64);var f=vc++<<8|0;Pb(f,{open:g=>{g.seekable=!1},close:()=>{d&&d.buffer&&d.buffer.length&&d(10)},read:(g,h,l,t)=>{for(var p=0,x=0;x<t;x++){try{var U=c()}catch(Q){throw new v(29);}if(void 0===U&&0===p)throw new v(6);if(null===U||void 0===U)break;p++;h[l+x]=U}p&&(g.node.timestamp=Date.now());return p},write:(g,h,l,t)=>{for(var p=0;p<t;p++)try{d(h[l+p])}catch(x){throw new v(29);}t&&(g.node.timestamp=Date.now());return p}});qc(a,e,
|
|
50
|
+
f)},vc,wc={},mc,sc,xc="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;
|
|
51
|
+
function xb(a,c,d){var e=c+d;for(d=c;a[d]&&!(d>=e);)++d;if(16<d-c&&a.buffer&&xc)return xc.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?xb(ia(),a,c):""}function yc(a,c){if("/"===c.charAt(0))return c;a=-100===a?"/":zc(a).path;if(0==c.length)throw new v(44);return Fb(a+"/"+c)}var Ac=void 0;function Bc(){Ac+=4;return b()[Ac-4>>2]}function zc(a){a=Zb[a];if(!a)throw new v(8);return a}function Cc(a){if(q)return Dc(1,1,a);Qa=a;if(!Ya()){w.zb();if(n.onExit)n.onExit(a);Pa=!0}wa(a,new Ab(a))}function Ec(a){Qa=a;if(q)throw Fc(a),"unwind";Cc(a)}function Gc(a){a instanceof Ab||"unwind"==a||wa(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){Qa=a},Wb:["$terminateWorker"],zb:function(){for(var a of w.I)Bb(a);for(a of w.G)Bb(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;za&&a.unref();Hc(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!=Ic()){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)Jc();else if("spawnThread"===h)Db(g);else if("cleanupThread"===h)Cb(g.thread);else if("killThread"===h)g=g.thread,h=w.F[g],delete w.F[g],Bb(h),Hc(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,za&&!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;};za&&(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:ca,wasmModule:Oa})}),mb:function(a){if(q)return a();Promise.all(w.G.map(w.Ea)).then(a)},ua:function(){var a=Ba("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 fb(a){for(;0<a.length;)a.shift()(n)}n.establishStackSpace=function(){var a=Ic(),c=b()[a+52>>2];a=b()[a+56>>2];Kc(c,c-a);Lc(c)};function Fc(a){if(q)return Dc(2,0,a);Ec(a)}var Mc=[];function Nc(a){var c=Mc[a];c||(a>=Mc.length&&(Mc.length=a+1),Mc[a]=c=Ta.get(a));return c}n.invokeEntryPoint=function(a,c){a=Nc(a)(c);Ya()?w.La(a):Oc(a)};function Pc(a,c,d,e){return q?Dc(3,1,a,c,d,e):Qc(a,c,d,e)}
|
|
58
|
+
function Qc(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 Pc(a,c,d,e);a={yb:d,A:a,Ta:e,Eb:f};return q?(a.Ib="spawnThread",postMessage(a,f),0):Db(a)}
|
|
59
|
+
function Rc(a,c,d){if(q)return Dc(4,1,a,c,d);Ac=d;try{var e=zc(a);switch(c){case 0:var f=Bc();return 0>f?-28:nc(e,f).fd;case 1:case 2:return 0;case 3:return e.flags;case 4:return f=Bc(),e.flags|=f,0;case 5:return f=Bc(),ca.buffer!=da.buffer&&ha(),Ra[f+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return b()[Sc()>>2]=28,-1;default:return-28}}catch(g){if("undefined"==typeof wc||"ErrnoError"!==g.name)throw g;return-g.s}}
|
|
60
|
+
function Tc(a,c,d){if(q)return Dc(5,1,a,c,d);Ac=d;try{var e=zc(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=Bc();return b()[f>>2]=0;case 21520:return e.tty?-28:-59;case 21531:a=f=Bc();if(!e.j.lb)throw new v(59);return e.j.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 wc||"ErrnoError"!==g.name)throw g;
|
|
61
|
+
return-g.s}}function Uc(a,c,d,e){if(q)return Dc(6,1,a,c,d,e);Ac=e;try{c=r(c);c=yc(a,c);var f=e?Bc():0;return db(c,d,f).fd}catch(g){if("undefined"==typeof wc||"ErrnoError"!==g.name)throw g;return-g.s}}function Vc(a){if(q)return Dc(7,1,a);try{return a=r(a),rc(a),0}catch(c){if("undefined"==typeof wc||"ErrnoError"!==c.name)throw c;return-c.s}}
|
|
62
|
+
function Wc(a,c,d){if(q)return Dc(8,1,a,c,d);try{c=r(c);c=yc(a,c);if(0===d){a=c;var e=vb(a,{parent:!0}).node;if(!e)throw new v(44);var f=Hb(a),g=Wb(e,f),h=kc(e,f,!1);if(h)throw new v(h);if(!e.h.unlink)throw new v(63);if(g.M)throw new v(10);e.h.unlink(e,f);ec(g)}else 512===d?rc(c):Na("Invalid flags passed to unlinkat");return 0}catch(l){if("undefined"==typeof wc||"ErrnoError"!==l.name)throw l;return-l.s}}function Xc(a){if(!Pa)try{if(a(),!Ya())try{q?Oc(Qa):Ec(Qa)}catch(c){Gc(c)}}catch(c){Gc(c)}}
|
|
63
|
+
function Yc(a){"function"===typeof Atomics.Gb&&(Atomics.Gb(b(),a>>2,a).value.then(Jc),a+=128,Atomics.store(b(),a>>2,1))}n.__emscripten_thread_mailbox_await=Yc;function Jc(){var a=Ic();a&&(Yc(a),Xc(()=>Zc()))}n.checkMailbox=Jc;var $c=[];function ad(a){bd||(bd={});bd[a]||(bd[a]=1,za&&(a="warning: "+a),La(a))}var bd,cd;cd=za?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.timeOrigin+performance.now();
|
|
64
|
+
function dd(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 ed(a,c){return 0<=a?a:32>=c?2*Math.abs(1<<c-1)+a:Math.pow(2,c)+a}function fd(a){for(var c=a;ia()[c];)++c;return c-a}
|
|
65
|
+
function gd(a,c){function d(fa){var A=e;("double"===fa||"i64"===fa)&&A&7&&(A+=4);e=A;"double"===fa?(fa=qa()[e>>3],e+=8):"i64"==fa?(fa=[b()[e>>2],b()[e+4>>2]],e+=8):(fa=b()[e>>2],e+=4);return fa}for(var e=c,f=[],g,h;;){var l=a;g=ba()[a>>0];if(0===g)break;h=ba()[a+1>>0];if(37==g){var t=!1,p=c=!1,x=!1,U=!1;a:for(;;){switch(h){case 43:t=!0;break;case 45:c=!0;break;case 35:p=!0;break;case 48:if(x)break a;else{x=!0;break}case 32:U=!0;break;default:break a}a++;h=ba()[a+1>>0]}var Q=0;if(42==h)Q=d("i32"),
|
|
66
|
+
a++,h=ba()[a+1>>0];else for(;48<=h&&57>=h;)Q=10*Q+(h-48),a++,h=ba()[a+1>>0];var k=!1,z=-1;if(46==h){z=0;k=!0;a++;h=ba()[a+1>>0];if(42==h)z=d("i32"),a++;else for(;;){h=ba()[a+1>>0];if(48>h||57<h)break;z=10*z+(h-48);a++}h=ba()[a+1>>0]}0>z&&(z=6,k=!1);switch(String.fromCharCode(h)){case "h":h=ba()[a+2>>0];if(104==h){a++;var y=1}else y=2;break;case "l":h=ba()[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=ba()[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?dd:ed)(g&Math.pow(256,y)-1,8*y));var Z=Math.abs(g);l="";if(100==h||105==h)var u=dd(g,8*y).toString(10);else if(117==h)u=ed(g,8*y).toString(10),g=Math.abs(g);else if(111==h)u=(p?"0":"")+Z.toString(8);else if(120==h||88==h){l=p&&0!=g?"0x":"";if(0>g){g=-g;u=(Z-1).toString(16);Z=[];
|
|
68
|
+
for(p=0;p<u.length;p++)Z.push((15-parseInt(u[p],16)).toString(16));for(u=Z.join("");u.length<2*y;)u="f"+u}else u=Z.toString(16);88==h&&(l=l.toUpperCase(),u=u.toUpperCase())}else 112==h&&(0===Z?u="(nil)":(l="0x",u=Z.toString(16)));if(k)for(;u.length<z;)u="0"+u;0<=g&&(t?l="+"+l:U&&(l=" "+l));"-"==u.charAt(0)&&(l="-"+l,u=u.substr(1));for(;l.length+u.length<Q;)c?u+=" ":x?u="0"+u:l=" "+l;u=l+u;u.split("").forEach(function(fa){f.push(fa.charCodeAt(0))});break;case "f":case "F":case "e":case "E":case "g":case "G":g=
|
|
69
|
+
d("double");if(isNaN(g))u="nan",x=!1;else if(isFinite(g)){k=!1;y=Math.min(z,20);if(103==h||71==h)k=!0,z=z||1,y=parseInt(g.toExponential(y).split("e")[1],10),z>y&&-4<=y?(h=(103==h?"f":"F").charCodeAt(0),z-=y+1):(h=(103==h?"e":"E").charCodeAt(0),z--),y=Math.min(z,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]+=".");z>y++;)l[0]+="0";u=l[0]+(1<l.length?"e"+l[1]:"");69==h&&(u=u.toUpperCase());0<=g&&(t?u="+"+u:U&&(u=" "+u))}else u=(0>g?"-":"")+"inf",x=!1;for(;u.length<Q;)u=c?u+" ":!x||"-"!=u[0]&&"+"!=u[0]?(x?"0":" ")+u:u[0]+"0"+u.slice(1);97>h&&(u=u.toUpperCase());u.split("").forEach(function(fa){f.push(fa.charCodeAt(0))});break;case "s":x=(t=d("i8*"))?fd(t):6;k&&(x=Math.min(x,z));if(!c)for(;x<Q--;)f.push(32);
|
|
71
|
+
if(t)for(p=0;p<x;p++)f.push(ia()[t++>>0]);else f=f.concat(Mb("(null)".substr(0,x),!0));if(c)for(;x<Q--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--Q;)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(ba()[p>>0])}a+=2}else f.push(g),a+=1}return f}
|
|
72
|
+
function hd(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 jd(a){a:{var c=Error();if(!c.stack){try{throw Error();}catch(z){c=z}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&&ad("EM_LOG_DEMANGLE is deprecated; ignoring");a&8&&"undefined"==typeof emscripten_source_map&&(ad('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=hd(arguments);d[1].includes("_emscripten_");)d=hd(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 t=e[l],p;if((p=h.exec(t))&&5==p.length){t=p[1];var x=p[2];var U=p[3];p=p[4]}else if((p=f.exec(t))||(p=g.exec(t)),p&&4<=p.length)t=p[1],x=p[2],U=p[3],p=p[4]|0;else{c+=t+"\n";continue}var Q=!1;if(a&8){var k=emscripten_source_map.Sb({line:U,
|
|
75
|
+
Va:p});if(Q=k&&k.source)a&64&&(k.source=k.source.substring(k.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+t+" ("+k.source+":"+k.line+":"+k.Va+")\n"}if(a&16||!Q)a&64&&(x=x.substring(x.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(Q?" = "+t:" at "+t)+" ("+x+":"+U+":"+p+")\n";a&128&&d[0]&&(d[1]==t&&0<d[2].length&&(c=c.replace(/\s+$/,""),c+=" with values: "+d[1]+d[2]+"\n"),d=hd(d[0]))}return c=c.replace(/\s+$/,"")}function kd(a){var c=ld();a=a();Lc(c);return a}
|
|
76
|
+
function Dc(a,c){var d=arguments.length-2,e=arguments;return kd(()=>{for(var f=md(8*d),g=f>>3,h=0;h<d;h++){var l=e[2+h];qa()[g+h]=l}return nd(a,d,f,c)})}var od=[],pd={};function qd(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 rd;
|
|
77
|
+
function sd(a,c,d,e,f){function g(){var ea=0,Ea=0;A.response&&u&&0===m()[a+12>>2]&&(Ea=A.response.byteLength);0<Ea&&(ea=td(Ea),ia().set(new Uint8Array(A.response),ea));m()[a+12>>2]=ea;ud(a+16,Ea);ud(a+24,0);(ea=A.response?A.response.byteLength:0)&&ud(a+32,ea);ka()[a+40>>1]=A.readyState;ka()[a+42>>1]=A.status;A.statusText&&vd(A.statusText,a+44,64)}var h=m()[a+8>>2];if(h){var l=r(h),t=a+112,p=r(t);p||(p="GET");m();var x=m()[t+52>>2],U=m()[t+56>>2],Q=!!m()[t+60>>2];m();var k=m()[t+68>>2],z=m()[t+72>>
|
|
78
|
+
2];h=m()[t+76>>2];var y=m()[t+80>>2],Z=m()[t+84>>2];t=m()[t+88>>2];var u=!!(x&1),fa=!!(x&2);x=!!(x&64);k=k?r(k):void 0;z=z?r(z):void 0;var A=new XMLHttpRequest;A.withCredentials=Q;A.open(p,l,!x,k,z);x||(A.timeout=U);A.Yb=l;A.responseType="arraybuffer";y&&(l=r(y),A.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);A.setRequestHeader(p,l)}var Ja=m()[a+0>>2];pd[Ja]=A;h=Z&&t?ia().slice(Z,Z+t):null;A.onload=ea=>{Ja in pd&&(g(),200<=A.status&&300>A.status?
|
|
79
|
+
c&&c(a,A,ea):d&&d(a,A,ea))};A.onerror=ea=>{Ja in pd&&(g(),d&&d(a,A,ea))};A.ontimeout=ea=>{Ja in pd&&d&&d(a,A,ea)};A.onprogress=ea=>{if(Ja in pd){var Ea=u&&fa&&A.response?A.response.byteLength:0,aa=0;0<Ea&&u&&fa&&(aa=td(Ea),ia().set(new Uint8Array(A.response),aa));m()[a+12>>2]=aa;ud(a+16,Ea);ud(a+24,ea.loaded-Ea);ud(a+32,ea.total);ka()[a+40>>1]=A.readyState;3<=A.readyState&&0===A.status&&0<ea.loaded&&(A.status=200);ka()[a+42>>1]=A.status;A.statusText&&vd(A.statusText,a+44,64);e&&e(a,A,ea);aa&&wd(aa)}};
|
|
80
|
+
A.onreadystatechange=ea=>{Ja in pd?(ka()[a+40>>1]=A.readyState,2<=A.readyState&&(ka()[a+42>>1]=A.status),f&&f(a,A,ea)):--Xa};try{A.send(h)}catch(ea){d&&d(a,A,ea)}}else d(a,0,"no url specified!")}function ud(a,c){m()[a>>2]=c;m()[a+4>>2]=(c-m()[a>>2])/4294967296}function vd(a,c,d){return Lb(a,ia(),c,d)}
|
|
81
|
+
function xd(a,c,d,e){var f=rd;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=()=>{ka()[a+40>>1]=4;ka()[a+42>>1]=200;vd("OK",a+44,64);d(a,0,h)};l.onerror=t=>{ka()[a+40>>1]=4;ka()[a+42>>1]=413;vd("Payload Too Large",a+44,64);e(a,0,t)}}catch(t){e(a,0,t)}}else e(a,0,"IndexedDB not available!")}
|
|
82
|
+
function yd(a,c,d){var e=rd;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,t=td(l);ia().set(new Uint8Array(h),t);m()[a+12>>2]=t;ud(a+16,l);ud(a+24,0);ud(a+32,l);ka()[a+40>>1]=4;ka()[a+42>>1]=200;vd("OK",a+44,64);c(a,0,h)}else ka()[a+40>>1]=4,ka()[a+42>>1]=404,vd("Not Found",a+44,64),d(a,0,"no data")};g.onerror=h=>{ka()[a+40>>1]=4;
|
|
83
|
+
ka()[a+42>>1]=404;vd("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
|
|
84
|
+
function zd(a,c,d){var e=rd;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;ud(a+16,0);ud(a+24,0);ud(a+32,0);ka()[a+40>>1]=4;ka()[a+42>>1]=200;vd("OK",a+44,64);c(a,0,h)};g.onerror=h=>{ka()[a+40>>1]=4;ka()[a+42>>1]=404;vd("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
|
|
85
|
+
function Ad(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 Bd(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 Cd(a){var c=a.getExtension("WEBGL_draw_buffers");c&&(a.drawBuffers=function(d,e){c.drawBuffersWEBGL(d,e)})}var Dd=1,Ed=[],Fd=[],Gd=[],Hd=[],Id={},Jd=[1,1,2,2,4,4,4,2,3,4,8];
|
|
87
|
+
function Kd(a){Ld||(Ld=a)}function Md(a){for(var c=Dd++,d=a.length;d<c;d++)a[d]=null;return c}function Nd(a){return 32-Math.clz32(0===a?0:a-1)}function Od(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?Pd(d,c):0}
|
|
88
|
+
function Pd(a,c){var d=td(8);b()[d+4>>2]=Ic();var e={gb:d,attributes:c,version:c.Fa,L:a};a.canvas&&(a.canvas.Sa=e);Id[d]=e;("undefined"==typeof c.za||c.za)&&Qd(e);e.Ga=e.L.getParameter(34921);e.U=[];for(a=0;a<e.Ga;a++)e.U[a]={enabled:!1,ea:!1,size:0,type:0,Ka:0,pa:0,g:0,Ra:null};a=Nd(2097152);e.S=[];e.Ma=[];e.S.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.S[c]=e.Ma[c]=0;e.aa[c]=[];e.qa[c]=[];var f=e.aa[c],g=e.qa[c];f.length=
|
|
89
|
+
g.length=64;for(var h=0;64>h;++h)f[h]=g[h]=null}return d}
|
|
90
|
+
function Qd(a){a||(a=Rd);if(!a.ib){a.ib=!0;var c=a.L;Ad(c);Bd(c);Cd(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)})}}
|
|
91
|
+
var Ld,Rd,Sd,Td=[],Ud={},Vd=["default","low-power","high-performance"],Wd=[0,"undefined"!=typeof document?document:0,"undefined"!=typeof window?window:0],Xd={};
|
|
92
|
+
function Yd(){if(!Zd){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",_:va||"./this.program"},c;for(c in Xd)void 0===Xd[c]?delete a[c]:a[c]=Xd[c];var d=[];for(c in a)d.push(c+"="+a[c]);Zd=d}return Zd}var Zd;
|
|
93
|
+
function $d(a,c){if(q)return Dc(9,1,a,c);var d=0;Yd().forEach(function(e,f){var g=c+d;f=m()[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 ae(a,c){if(q)return Dc(10,1,a,c);var d=Yd();m()[a>>2]=d.length;var e=0;d.forEach(function(f){e+=f.length+1});m()[c>>2]=e;return 0}function be(a){if(q)return Dc(11,1,a);try{var c=zc(a);yb(c);return 0}catch(d){if("undefined"==typeof wc||"ErrnoError"!==d.name)throw d;return d.s}}
|
|
94
|
+
function ce(a,c,d,e){if(q)return Dc(12,1,a,c,d,e);try{a:{var f=zc(a);a=c;for(var g,h=c=0;h<d;h++){var l=m()[a>>2],t=m()[a+4>>2];a+=8;var p=wb(f,ba(),l,t,g);if(0>p){var x=-1;break a}c+=p;if(p<t)break;"undefined"!==typeof g&&(g+=p)}x=c}m()[e>>2]=x;return 0}catch(U){if("undefined"==typeof wc||"ErrnoError"!==U.name)throw U;return U.s}}
|
|
95
|
+
function de(a,c,d,e,f){if(q)return Dc(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=zc(a);tc(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 wc||"ErrnoError"!==h.name)throw h;return h.s}}
|
|
96
|
+
function ee(a,c,d,e){if(q)return Dc(14,1,a,c,d,e);try{a:{var f=zc(a);a=c;for(var g,h=c=0;h<d;h++){var l=m()[a>>2],t=m()[a+4>>2];a+=8;var p=f,x=ba(),U=l,Q=t,k=g;if(0>Q||0>k)throw new v(28);if(null===p.fd)throw new v(8);if(0===(p.flags&2097155))throw new v(8);if(16384===(p.node.mode&61440))throw new v(31);if(!p.j.write)throw new v(28);p.seekable&&p.flags&1024&&tc(p,0,2);var z="undefined"!=typeof k;if(!z)k=p.position;else if(!p.seekable)throw new v(70);var y=p.j.write(p,x,U,Q,k,void 0);z||(p.position+=
|
|
97
|
+
y);var Z=y;if(0>Z){var u=-1;break a}c+=Z;"undefined"!==typeof g&&(g+=Z)}u=c}m()[e>>2]=u;return 0}catch(fa){if("undefined"==typeof wc||"ErrnoError"!==fa.name)throw fa;return fa.s}}function fe(a,c,d,e){for(var f=0;f<a;f++){var g=C[d](),h=g&&Md(e);g?(g.name=h,e[h]=g):Kd(1282);b()[c+4*f>>2]=h}}function ge(a,c,d,e,f,g,h,l){c=Fd[c];if(a=C[a](c,d))e=l&&vd(a.name,l,e),f&&(b()[f>>2]=e),g&&(b()[g>>2]=a.size),h&&(b()[h>>2]=a.type)}
|
|
98
|
+
function he(a,c){if(c){var d=void 0;switch(a){case 36346:d=1;break;case 36344:Kd(1280);return;case 34814:case 36345:d=0;break;case 34466:var e=C.getParameter(34467);d=e?e.length:0;break;case 33309:if(2>Rd.version){Kd(1282);return}d=2*(C.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>Rd.version){Kd(1280);return}d=33307==a?3:0}if(void 0===d)switch(e=C.getParameter(a),typeof e){case "number":d=e;break;case "boolean":d=e?1:0;break;case "string":Kd(1280);return;case "object":if(null===
|
|
99
|
+
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:Kd(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){Kd(1280);La("GL_INVALID_ENUM in glGet4v: Unknown object returned from WebGL getParameter("+
|
|
100
|
+
a+")! (error: "+f+")");return}}break;default:Kd(1280);La("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 Kd(1281)}function ie(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function je(a){var c=C.Wa;if(c){var d=c.T[a];"number"==typeof d&&(c.T[a]=d=C.getUniformLocation(c,c.Pa[a]+(0<d?"["+d+"]":"")));return d}Kd(1282)}var ke=[];function le(a){return 0===a%4&&(0!==a%100||0===a%400)}
|
|
101
|
+
var me=[31,29,31,30,31,30,31,31,30,31,30,31],ne=[31,28,31,30,31,30,31,31,30,31,30,31];function oe(a,c){ba().set(a,c)}
|
|
102
|
+
function pe(a,c,d,e){function f(k,z,y){for(k="number"==typeof k?k.toString():k||"";k.length<z;)k=y[0]+k;return k}function g(k,z){return f(k,z,"0")}function h(k,z){function y(u){return 0>u?-1:0<u?1:0}var Z;0===(Z=y(k.getFullYear()-z.getFullYear()))&&0===(Z=y(k.getMonth()-z.getMonth()))&&(Z=y(k.getDate()-z.getDate()));return Z}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(),
|
|
103
|
+
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 t(k){var z=k.J;for(k=new Date((new Date(k.K+1900,0,1)).getTime());0<z;){var y=k.getMonth(),Z=(le(k.getFullYear())?me:ne)[y];if(z>Z-k.getDate())z-=Z-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()+z);break}}y=new Date(k.getFullYear()+1,0,4);z=l(new Date(k.getFullYear(),0,
|
|
104
|
+
4));y=l(y);return 0>=h(z,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",
|
|
105
|
+
"%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 x in p)d=d.replace(new RegExp(x,"g"),p[x]);var U="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),Q="January February March April May June July August September October November December".split(" ");p={"%a":function(k){return U[k.C].substring(0,3)},"%A":function(k){return U[k.C]},"%b":function(k){return Q[k.da].substring(0,
|
|
106
|
+
3)},"%B":function(k){return Q[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 t(k).toString().substring(2)},"%G":function(k){return t(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 z=0,y=0;y<=k.da-1;z+=(le(k.K+1900)?me:ne)[y++]);return g(k.ra+z,3)},"%m":function(k){return g(k.da+1,2)},"%M":function(k){return g(k.Bb,
|
|
107
|
+
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 z=Math.floor((k.J+7-(k.C+6)%7)/7);2>=(k.C+371-k.J-2)%7&&z++;if(z)53==z&&(y=(k.C+371-k.J)%7,4==y||3==y&&le(k.K)||(z=1));else{z=52;var y=(k.C+7-k.J-1)%7;(4==y||5==y&&le(k.K%400-1))&&z++}return g(z,2)},"%w":function(k){return k.C},"%W":function(k){return g(Math.floor((k.J+
|
|
108
|
+
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 z=0<=k;k=Math.abs(k)/60;return(z?"+":"-")+String("0000"+(k/60*100+k%60)).slice(-4)},"%Z":function(k){return k.Db},"%%":function(){return"%"}};d=d.replace(/%%/g,"\x00\x00");for(x in p)d.includes(x)&&(d=d.replace(new RegExp(x,"g"),p[x](e)));d=d.replace(/\0\0/g,"%");x=Mb(d,!1);if(x.length>c)return 0;oe(x,a);return x.length-1}w.hb();
|
|
109
|
+
function gc(a,c,d,e){a||(a=this);this.parent=a;this.D=a.D;this.M=null;this.id=$b++;this.name=c;this.mode=d;this.h={};this.j={};this.rdev=e}Object.defineProperties(gc.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}}});ab();ac=Array(4096);oc(B,"/");pc("/tmp",16895,0);pc("/home",16895,0);pc("/home/web_user",16895,0);
|
|
110
|
+
(()=>{pc("/dev",16895,0);Pb(259,{read:()=>0,write:(e,f,g,h)=>h});qc("/dev/null",259);Ob(1280,Rb);Ob(1536,Sb);qc("/dev/tty",1280);qc("/dev/tty1",1536);var a=new Uint8Array(1024),c=0,d=()=>{0===c&&(c=Jb(a).byteLength);return a[--c]};bb("random",d);bb("urandom",d);pc("/dev/shm",16895,0);pc("/dev/shm/tmp",16895,0)})();
|
|
111
|
+
(()=>{pc("/proc",16895,0);var a=pc("/proc/self",16895,0);pc("/proc/self/fd",16895,0);oc({D:()=>{var c=Ub(a,"fd",16895,73);c.h={lookup:(d,e)=>{var f=Zb[+e];if(!f)throw new v(8);d={parent:null,D:{Ia:"fake"},h:{readlink:()=>f.path}};return d.parent=d}};return c}},"/proc/self/fd")})();q||(kb(),qd(a=>{rd=a;lb()},()=>{rd=!1;lb()}));for(var C,qe=new Float32Array(288),re=0;288>re;++re)ke[re]=qe.subarray(0,re+1);
|
|
112
|
+
var se=[null,Cc,Fc,Pc,Rc,Tc,Uc,Vc,Wc,$d,ae,be,ce,de,ee],ye={__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){te(a,!ya,1,!xa);w.Na()},__emscripten_thread_cleanup:function(a){q?postMessage({cmd:"cleanupThread",thread:a}):Cb(a)},__pthread_create_js:Qc,__syscall_fcntl64:Rc,__syscall_ioctl:Tc,__syscall_openat:Uc,__syscall_rmdir:Vc,__syscall_unlinkat:Wc,_emscripten_default_pthread_stack_size:function(){return 4194304},
|
|
113
|
+
_emscripten_fetch_free:function(a){var c=pd[a];c&&(delete pd[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(()=>Jc()):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:Yc,_emscripten_throw_longjmp:function(){throw Infinity;},abort:function(){Na("")},
|
|
114
|
+
emscripten_asm_const_int:function(a,c,d){$c.length=0;var e;for(d>>=2;e=ia()[c++];)d+=105!=e&d,$c.push(105==e?b()[d]:qa()[d++>>1]),++d;return zb[a].apply(null,$c)},emscripten_check_blocking_allowed:function(){},emscripten_date_now:function(){return Date.now()},emscripten_exit_with_live_runtime:function(){Xa+=1;throw"unwind";},emscripten_get_now:cd,emscripten_log:function(a,c,d){c=gd(c,d);c=xb(c,0);a&24&&(c=c.replace(/\s+$/,""),c+=(0<c.length?"\n":"")+jd(a));a&1?a&4?console.error(c):a&2?console.warn(c):
|
|
115
|
+
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){ia().copyWithin(a,c,c+d)},emscripten_receive_on_main_thread_js:function(a,c,d){od.length=c;d>>=3;for(var e=0;e<c;e++)od[e]=qa()[d+e];return(0>a?zb[-a-1]:se[a]).apply(null,od)},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);var f=Math,g=f.min;e=Math.max(a,e);e+=(65536-e%65536)%
|
|
116
|
+
65536;a:{var h=ca.buffer;try{ca.grow(g.call(f,2147483648,e)-h.byteLength+65535>>>16);ha();var l=1;break a}catch(t){}l=void 0}if(l)return!0}return!1},emscripten_run_script:function(a){eval(r(a))},emscripten_set_interval:function(a,c,d){Xa+=1;return setInterval(function(){Xc(function(){Nc(a)(d)})},c)},emscripten_start_fetch:function(a,c,d,e,f){function g(aa){Z?aa():Xc(aa)}Xa+=1;var h=a+112,l=r(h),t=m()[h+36>>2],p=m()[h+40>>2],x=m()[h+44>>2],U=m()[h+48>>2],Q=m()[h+52>>2],k=!!(Q&4),z=!!(Q&32),y=!!(Q&
|
|
117
|
+
16),Z=!!(Q&64),u=aa=>{--Xa;g(()=>{t?Nc(t)(aa):c&&c(aa)})},fa=aa=>{g(()=>{x?Nc(x)(aa):e&&e(aa)})},A=aa=>{--Xa;g(()=>{p?Nc(p)(aa):d&&d(aa)})},Ja=aa=>{g(()=>{U?Nc(U)(aa):f&&f(aa)})};Q=aa=>{sd(aa,u,A,fa,Ja)};var ea=(aa,oo)=>{xd(aa,oo.response,rb=>{--Xa;g(()=>{t?Nc(t)(rb):c&&c(rb)})},rb=>{--Xa;g(()=>{t?Nc(t)(rb):c&&c(rb)})})},Ea=aa=>{sd(aa,ea,A,fa,Ja)};if("EM_IDB_STORE"===l)l=m()[h+84>>2],xd(a,ia().slice(l,l+m()[h+88>>2]),u,A);else if("EM_IDB_DELETE"===l)zd(a,u,A);else if(y){if(z)return 0;sd(a,k?ea:u,
|
|
118
|
+
A,fa,Ja)}else yd(a,u,z?A:k?Ea:Q);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:Vd[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=Wd[a]||("undefined"!=typeof document?
|
|
119
|
+
document.querySelector(a):void 0);return!a||c.Ya?0:Od(a,c)},emscripten_webgl_destroy_context:function(a){Rd==a&&(Rd=0);Rd===Id[a]&&(Rd=null);if("object"==typeof Ud)for(var c=Id[a].L.canvas,d=0;d<Td.length;++d)if(Td[d].target==c){var e=d--,f=Td[e];f.target.removeEventListener(f.Mb,f.Lb,f.Zb);Td.splice(e,1)}Id[a]&&Id[a].L.canvas&&(Id[a].L.canvas.Sa=void 0);wd(Id[a].gb);Id[a]=null},emscripten_webgl_make_context_current:function(a){Rd=Id[a];n.Jb=C=Rd&&Rd.L;return!a||C?0:-5},environ_get:$d,environ_sizes_get:ae,
|
|
120
|
+
exit:Ec,fd_close:be,fd_read:ce,fd_seek:de,fd_write:ee,getentropy:function(a,c){Jb(ia().subarray(a,a+c));return 0},glAttachShader:function(a,c){C.attachShader(Fd[a],Gd[c])},glBindAttribLocation:function(a,c,d){C.bindAttribLocation(Fd[a],c,r(d))},glBindBuffer:function(a,c){34962==a?C.V=c:34963==a&&(C.R=c);35051==a?C.wa=c:35052==a&&(C.xa=c);C.bindBuffer(a,Ed[c])},glBindVertexArray:function(a){C.bindVertexArray(Hd[a]);a=C.getParameter(34965);C.R=a?a.name|0:0},glBufferData:function(a,c,d,e){2<=Rd.version?
|
|
121
|
+
d&&c?C.bufferData(a,ia(),e,d,c):C.bufferData(a,c,e):C.bufferData(a,d?ia().subarray(d,d+c):c,e)},glClear:function(a){C.clear(a)},glClearColor:function(a,c,d,e){C.clearColor(a,c,d,e)},glCompileShader:function(a){C.compileShader(Gd[a])},glCreateProgram:function(){var a=Md(Fd),c=C.createProgram();c.name=a;c.Y=c.W=c.X=0;c.sa=1;Fd[a]=c;return a},glCreateShader:function(a){var c=Md(Gd);Gd[c]=C.createShader(a);return c},glDeleteBuffers:function(a,c){for(var d=0;d<a;d++){var e=b()[c+4*d>>2],f=Ed[e];f&&(C.deleteBuffer(f),
|
|
122
|
+
f.name=0,Ed[e]=null,e==C.V&&(C.V=0),e==C.R&&(C.R=0),e==C.wa&&(C.wa=0),e==C.xa&&(C.xa=0))}},glDeleteProgram:function(a){if(a){var c=Fd[a];c?(C.deleteProgram(c),c.name=0,Fd[a]=null):Kd(1281)}},glDeleteShader:function(a){if(a){var c=Gd[a];c?(C.deleteShader(c),Gd[a]=null):Kd(1281)}},glDeleteVertexArrays:function(a,c){for(var d=0;d<a;d++){var e=b()[c+4*d>>2];C.deleteVertexArray(Hd[e]);Hd[e]=null}},glDisable:function(a){C.disable(a)},glDrawElements:function(a,c,d,e){if(!C.R){var f=1*Jd[d-5120]*c;var g=
|
|
123
|
+
Nd(f);var h=Rd.P[g];h?g=h:(h=C.getParameter(34965),Rd.P[g]=C.createBuffer(),C.bindBuffer(34963,Rd.P[g]),C.bufferData(34963,1<<g,35048),C.bindBuffer(34963,h),g=Rd.P[g]);C.bindBuffer(34963,g);C.bufferSubData(34963,0,ia().subarray(e,e+f));e=0}Sd=!1;for(f=0;f<Rd.Ga;++f)if(g=Rd.U[f],g.ea&&g.enabled){Sd=!0;h=g.pa;h=0<h?c*h:g.size*Jd[g.type-5120]*c;var l=Nd(h);var t=Rd.aa[l],p=Rd.S[l];Rd.S[l]=Rd.S[l]+1&63;var x=t[p];x?l=x:(x=C.getParameter(34964),t[p]=C.createBuffer(),C.bindBuffer(34962,t[p]),C.bufferData(34962,
|
|
124
|
+
1<<l,35048),C.bindBuffer(34962,x),l=t[p]);C.bindBuffer(34962,l);C.bufferSubData(34962,0,ia().subarray(g.g,g.g+h));g.Ra.call(C,f,g.size,g.type,g.Ka,g.pa,0)}C.drawElements(a,c,d,e);Sd&&C.bindBuffer(34962,Ed[C.V]);C.R||C.bindBuffer(34963,null)},glDrawElementsInstanced:function(a,c,d,e,f){C.drawElementsInstanced(a,c,d,e,f)},glEnable:function(a){C.enable(a)},glEnableVertexAttribArray:function(a){Rd.U[a].enabled=!0;C.enableVertexAttribArray(a)},glGenBuffers:function(a,c){fe(a,c,"createBuffer",Ed)},glGenVertexArrays:function(a,
|
|
125
|
+
c){fe(a,c,"createVertexArray",Hd)},glGetActiveAttrib:function(a,c,d,e,f,g,h){ge("getActiveAttrib",a,c,d,e,f,g,h)},glGetActiveUniform:function(a,c,d,e,f,g,h){ge("getActiveUniform",a,c,d,e,f,g,h)},glGetAttribLocation:function(a,c){return C.getAttribLocation(Fd[a],r(c))},glGetBooleanv:function(a,c){he(a,c)},glGetError:function(){var a=C.getError()||Ld;Ld=0;return a},glGetProgramInfoLog:function(a,c,d,e){a=C.getProgramInfoLog(Fd[a]);null===a&&(a="(unknown error)");c=0<c&&e?vd(a,e,c):0;d&&(b()[d>>2]=c)},
|
|
126
|
+
glGetProgramiv:function(a,c,d){if(d)if(a>=Dd)Kd(1281);else if(a=Fd[a],35716==c)a=C.getProgramInfoLog(a),null===a&&(a="(unknown error)"),b()[d>>2]=a.length+1;else if(35719==c){if(!a.Y)for(c=0;c<C.getProgramParameter(a,35718);++c)a.Y=Math.max(a.Y,C.getActiveUniform(a,c).name.length+1);b()[d>>2]=a.Y}else if(35722==c){if(!a.W)for(c=0;c<C.getProgramParameter(a,35721);++c)a.W=Math.max(a.W,C.getActiveAttrib(a,c).name.length+1);b()[d>>2]=a.W}else if(35381==c){if(!a.X)for(c=0;c<C.getProgramParameter(a,35382);++c)a.X=
|
|
127
|
+
Math.max(a.X,C.getActiveUniformBlockName(a,c).length+1);b()[d>>2]=a.X}else b()[d>>2]=C.getProgramParameter(a,c);else Kd(1281)},glGetShaderInfoLog:function(a,c,d,e){a=C.getShaderInfoLog(Gd[a]);null===a&&(a="(unknown error)");c=0<c&&e?vd(a,e,c):0;d&&(b()[d>>2]=c)},glGetShaderiv:function(a,c,d){d?35716==c?(a=C.getShaderInfoLog(Gd[a]),null===a&&(a="(unknown error)"),a=a?a.length+1:0,b()[d>>2]=a):35720==c?(a=(a=C.getShaderSource(Gd[a]))?a.length+1:0,b()[d>>2]=a):b()[d>>2]=C.getShaderParameter(Gd[a],c):
|
|
128
|
+
Kd(1281)},glGetUniformLocation:function(a,c){c=r(c);if(a=Fd[a]){var d=a,e=d.T,f=d.Qa,g;if(!e)for(d.T=e={},d.Pa={},g=0;g<C.getProgramParameter(d,35718);++g){var h=C.getActiveUniform(d,g);var l=h.name;h=h.size;var t=ie(l);t=0<t?l.slice(0,t):l;var p=d.sa;d.sa+=h;f[t]=[h,p];for(l=0;l<h;++l)e[p]=l,d.Pa[p++]=t}d=a.T;e=0;f=c;g=ie(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]||C.getUniformLocation(a,c)))return e}else Kd(1281);return-1},glLineWidth:function(a){C.lineWidth(a)},
|
|
129
|
+
glLinkProgram:function(a){a=Fd[a];C.linkProgram(a);a.T=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)}C.shaderSource(Gd[a],f)},glUniform1i:function(a,c){C.uniform1i(je(a),c)},glUniform4f:function(a,c,d,e,f){C.uniform4f(je(a),c,d,e,f)},glUniform4fv:function(a,c,d){if(2<=Rd.version)c&&C.uniform4fv(je(a),oa(),d>>2,4*c);else{if(72>=c){var e=ke[4*c-1],f=oa();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];
|
|
130
|
+
e[g+2]=f[h+2];e[g+3]=f[h+3]}}else e=oa().subarray(d>>2,d+16*c>>2);C.uniform4fv(je(a),e)}},glUniformMatrix4fv:function(a,c,d,e){if(2<=Rd.version)c&&C.uniformMatrix4fv(je(a),!!d,oa(),e>>2,16*c);else{if(18>=c){var f=ke[16*c-1],g=oa();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+
|
|
131
|
+
15]}}else f=oa().subarray(e>>2,e+64*c>>2);C.uniformMatrix4fv(je(a),!!d,f)}},glUseProgram:function(a){a=Fd[a];C.useProgram(a);C.Wa=a},glValidateProgram:function(a){C.validateProgram(Fd[a])},glVertexAttribDivisor:function(a,c){C.vertexAttribDivisor(a,c)},glVertexAttribPointer:function(a,c,d,e,f,g){var h=Rd.U[a];C.V?(h.ea=!1,C.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,t,p,x,U,Q){this.vertexAttribPointer(l,t,p,x,U,Q)})},invoke_ii:ue,invoke_iiii:ve,
|
|
132
|
+
invoke_vi:we,invoke_vii:xe,memory:ca||n.wasmMemory,strftime_l:function(a,c,d,e){return pe(a,c,d,e)}};
|
|
133
|
+
(function(){function a(d,e){d=d.exports;n.asm=d;w.Oa.push(n.asm._emscripten_tls_init);Ta=n.asm.__indirect_function_table;Va.unshift(n.asm.__wasm_call_ctors);Oa=e;w.mb(()=>lb());return d}var c={env:ye,wasi_snapshot_preview1:ye};kb();if(n.instantiateWasm)try{return n.instantiateWasm(c,a)}catch(d){La("Module.instantiateWasm callback failed with error: "+d),ta(d)}sb(c,function(d){a(d.instance,d.module)}).catch(ta);return{}})();
|
|
134
|
+
var ze=n._emscripten_bind_MdRxObject_getObjectName_0=function(){return(ze=n._emscripten_bind_MdRxObject_getObjectName_0=n.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},Ae=n._emscripten_bind_MdRxObject_getDxf0_0=function(){return(Ae=n._emscripten_bind_MdRxObject_getDxf0_0=n.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},Be=n._emscripten_bind_MdRxObject_getJson_0=function(){return(Be=n._emscripten_bind_MdRxObject_getJson_0=n.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,
|
|
135
|
+
arguments)},Ce=n._emscripten_bind_MdRxObject_setJson_1=function(){return(Ce=n._emscripten_bind_MdRxObject_setJson_1=n.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},De=n._emscripten_bind_MdDbObject_getObjectID_0=function(){return(De=n._emscripten_bind_MdDbObject_getObjectID_0=n.asm.emscripten_bind_MdDbObject_getObjectID_0).apply(null,arguments)},Ee=n._emscripten_bind_MdDbObject_Erase_0=function(){return(Ee=n._emscripten_bind_MdDbObject_Erase_0=n.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,
|
|
136
|
+
arguments)},Fe=n._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(Fe=n._emscripten_bind_MdDbObject_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},Ge=n._emscripten_bind_MdDbObject_Clone_0=function(){return(Ge=n._emscripten_bind_MdDbObject_Clone_0=n.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},He=n._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(He=n._emscripten_bind_MdDbObject_moveGripPointsAt_4=
|
|
137
|
+
n.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,arguments)},Ie=n._emscripten_bind_MdDbObject_getObjectName_0=function(){return(Ie=n._emscripten_bind_MdDbObject_getObjectName_0=n.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},Je=n._emscripten_bind_MdDbObject_getDxf0_0=function(){return(Je=n._emscripten_bind_MdDbObject_getDxf0_0=n.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,arguments)},Ke=n._emscripten_bind_MdDbObject_getJson_0=function(){return(Ke=n._emscripten_bind_MdDbObject_getJson_0=
|
|
138
|
+
n.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,arguments)},Le=n._emscripten_bind_MdDbObject_setJson_1=function(){return(Le=n._emscripten_bind_MdDbObject_setJson_1=n.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Me=n._emscripten_bind_MdDbEntity_getObjectID_0=function(){return(Me=n._emscripten_bind_MdDbEntity_getObjectID_0=n.asm.emscripten_bind_MdDbEntity_getObjectID_0).apply(null,arguments)},Ne=n._emscripten_bind_MdDbEntity_Erase_0=function(){return(Ne=n._emscripten_bind_MdDbEntity_Erase_0=
|
|
139
|
+
n.asm.emscripten_bind_MdDbEntity_Erase_0).apply(null,arguments)},Oe=n._emscripten_bind_MdDbEntity_ConnectionTempObject_1=function(){return(Oe=n._emscripten_bind_MdDbEntity_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbEntity_ConnectionTempObject_1).apply(null,arguments)},Pe=n._emscripten_bind_MdDbEntity_Clone_0=function(){return(Pe=n._emscripten_bind_MdDbEntity_Clone_0=n.asm.emscripten_bind_MdDbEntity_Clone_0).apply(null,arguments)},Qe=n._emscripten_bind_MdDbEntity_moveGripPointsAt_4=function(){return(Qe=
|
|
140
|
+
n._emscripten_bind_MdDbEntity_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbEntity_moveGripPointsAt_4).apply(null,arguments)},Re=n._emscripten_bind_MdDbEntity_getObjectName_0=function(){return(Re=n._emscripten_bind_MdDbEntity_getObjectName_0=n.asm.emscripten_bind_MdDbEntity_getObjectName_0).apply(null,arguments)},Se=n._emscripten_bind_MdDbEntity_getDxf0_0=function(){return(Se=n._emscripten_bind_MdDbEntity_getDxf0_0=n.asm.emscripten_bind_MdDbEntity_getDxf0_0).apply(null,arguments)},Te=n._emscripten_bind_MdDbEntity_getJson_0=
|
|
141
|
+
function(){return(Te=n._emscripten_bind_MdDbEntity_getJson_0=n.asm.emscripten_bind_MdDbEntity_getJson_0).apply(null,arguments)},Ue=n._emscripten_bind_MdDbEntity_setJson_1=function(){return(Ue=n._emscripten_bind_MdDbEntity_setJson_1=n.asm.emscripten_bind_MdDbEntity_setJson_1).apply(null,arguments)},Ve=n._emscripten_bind_MdDbCurve_getStartParam_0=function(){return(Ve=n._emscripten_bind_MdDbCurve_getStartParam_0=n.asm.emscripten_bind_MdDbCurve_getStartParam_0).apply(null,arguments)},We=n._emscripten_bind_MdDbCurve_getEndParam_0=
|
|
142
|
+
function(){return(We=n._emscripten_bind_MdDbCurve_getEndParam_0=n.asm.emscripten_bind_MdDbCurve_getEndParam_0).apply(null,arguments)},Xe=n._emscripten_bind_MdDbCurve_getDistAtParam_1=function(){return(Xe=n._emscripten_bind_MdDbCurve_getDistAtParam_1=n.asm.emscripten_bind_MdDbCurve_getDistAtParam_1).apply(null,arguments)},Ye=n._emscripten_bind_MdDbCurve_getParamAtDist_1=function(){return(Ye=n._emscripten_bind_MdDbCurve_getParamAtDist_1=n.asm.emscripten_bind_MdDbCurve_getParamAtDist_1).apply(null,arguments)},
|
|
143
|
+
Ze=n._emscripten_bind_MdDbCurve_getDistAtPoint_1=function(){return(Ze=n._emscripten_bind_MdDbCurve_getDistAtPoint_1=n.asm.emscripten_bind_MdDbCurve_getDistAtPoint_1).apply(null,arguments)},$e=n._emscripten_bind_MdDbCurve_getPointAtDist_1=function(){return($e=n._emscripten_bind_MdDbCurve_getPointAtDist_1=n.asm.emscripten_bind_MdDbCurve_getPointAtDist_1).apply(null,arguments)},af=n._emscripten_bind_MdDbCurve_getObjectID_0=function(){return(af=n._emscripten_bind_MdDbCurve_getObjectID_0=n.asm.emscripten_bind_MdDbCurve_getObjectID_0).apply(null,
|
|
144
|
+
arguments)},bf=n._emscripten_bind_MdDbCurve_Erase_0=function(){return(bf=n._emscripten_bind_MdDbCurve_Erase_0=n.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,arguments)},cf=n._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(cf=n._emscripten_bind_MdDbCurve_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},df=n._emscripten_bind_MdDbCurve_Clone_0=function(){return(df=n._emscripten_bind_MdDbCurve_Clone_0=n.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,
|
|
145
|
+
arguments)},ef=n._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(ef=n._emscripten_bind_MdDbCurve_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},ff=n._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(ff=n._emscripten_bind_MdDbCurve_getObjectName_0=n.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},gf=n._emscripten_bind_MdDbCurve_getDxf0_0=function(){return(gf=n._emscripten_bind_MdDbCurve_getDxf0_0=n.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,
|
|
146
|
+
arguments)},hf=n._emscripten_bind_MdDbCurve_getJson_0=function(){return(hf=n._emscripten_bind_MdDbCurve_getJson_0=n.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},jf=n._emscripten_bind_MdDbCurve_setJson_1=function(){return(jf=n._emscripten_bind_MdDbCurve_setJson_1=n.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},kf=n._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(kf=n._emscripten_bind_MdDbDimension_MdDbDimension_0=n.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,
|
|
147
|
+
arguments)},lf=n._emscripten_bind_MdDbDimension_textPosition_0=function(){return(lf=n._emscripten_bind_MdDbDimension_textPosition_0=n.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},mf=n._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(mf=n._emscripten_bind_MdDbDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},nf=n._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(nf=n._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=
|
|
148
|
+
n.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},of=n._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(of=n._emscripten_bind_MdDbDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,arguments)},pf=n._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(pf=n._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,
|
|
149
|
+
arguments)},qf=n._emscripten_bind_MdDbDimension_elevation_0=function(){return(qf=n._emscripten_bind_MdDbDimension_elevation_0=n.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},rf=n._emscripten_bind_MdDbDimension_setElevation_1=function(){return(rf=n._emscripten_bind_MdDbDimension_setElevation_1=n.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},sf=n._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(sf=n._emscripten_bind_MdDbDimension_dimensionText_0=
|
|
150
|
+
n.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},tf=n._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(tf=n._emscripten_bind_MdDbDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},uf=n._emscripten_bind_MdDbDimension_textRotation_0=function(){return(uf=n._emscripten_bind_MdDbDimension_textRotation_0=n.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},vf=n._emscripten_bind_MdDbDimension_setTextRotation_1=
|
|
151
|
+
function(){return(vf=n._emscripten_bind_MdDbDimension_setTextRotation_1=n.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},wf=n._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(wf=n._emscripten_bind_MdDbDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,arguments)},xf=n._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(xf=n._emscripten_bind_MdDbDimension_setDimensionStyle_1=n.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,
|
|
152
|
+
arguments)},yf=n._emscripten_bind_MdDbDimension_textAttachment_0=function(){return(yf=n._emscripten_bind_MdDbDimension_textAttachment_0=n.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},zf=n._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(zf=n._emscripten_bind_MdDbDimension_setTextAttachment_1=n.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Af=n._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Af=
|
|
153
|
+
n._emscripten_bind_MdDbDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,arguments)},Bf=n._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Bf=n._emscripten_bind_MdDbDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,arguments)},Cf=n._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return(Cf=n._emscripten_bind_MdDbDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,
|
|
154
|
+
arguments)},Df=n._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(Df=n._emscripten_bind_MdDbDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},Ef=n._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(Ef=n._emscripten_bind_MdDbDimension_SetDimVarInt_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},Ff=n._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(Ff=n._emscripten_bind_MdDbDimension_GetDimVarDouble_1=
|
|
155
|
+
n.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,arguments)},Gf=n._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(Gf=n._emscripten_bind_MdDbDimension_SetDimVarDouble_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},Hf=n._emscripten_bind_MdDbDimension_GetDimVarString_1=function(){return(Hf=n._emscripten_bind_MdDbDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},If=n._emscripten_bind_MdDbDimension_SetDimVarString_2=
|
|
156
|
+
function(){return(If=n._emscripten_bind_MdDbDimension_SetDimVarString_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},Jf=n._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(Jf=n._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,arguments)},Kf=n._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return(Kf=n._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,
|
|
157
|
+
arguments)},Lf=n._emscripten_bind_MdDbDimension_getObjectID_0=function(){return(Lf=n._emscripten_bind_MdDbDimension_getObjectID_0=n.asm.emscripten_bind_MdDbDimension_getObjectID_0).apply(null,arguments)},Mf=n._emscripten_bind_MdDbDimension_Erase_0=function(){return(Mf=n._emscripten_bind_MdDbDimension_Erase_0=n.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,arguments)},Nf=n._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(Nf=n._emscripten_bind_MdDbDimension_ConnectionTempObject_1=
|
|
158
|
+
n.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,arguments)},Of=n._emscripten_bind_MdDbDimension_Clone_0=function(){return(Of=n._emscripten_bind_MdDbDimension_Clone_0=n.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},Pf=n._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(Pf=n._emscripten_bind_MdDbDimension_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,arguments)},Qf=n._emscripten_bind_MdDbDimension_getObjectName_0=
|
|
159
|
+
function(){return(Qf=n._emscripten_bind_MdDbDimension_getObjectName_0=n.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},Rf=n._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(Rf=n._emscripten_bind_MdDbDimension_getDxf0_0=n.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},Sf=n._emscripten_bind_MdDbDimension_getJson_0=function(){return(Sf=n._emscripten_bind_MdDbDimension_getJson_0=n.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,arguments)},
|
|
160
|
+
Tf=n._emscripten_bind_MdDbDimension_setJson_1=function(){return(Tf=n._emscripten_bind_MdDbDimension_setJson_1=n.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,arguments)},Uf=n._emscripten_bind_MdDbDimension___destroy___0=function(){return(Uf=n._emscripten_bind_MdDbDimension___destroy___0=n.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,arguments)},Vf=n._emscripten_bind_VoidPtr___destroy___0=function(){return(Vf=n._emscripten_bind_VoidPtr___destroy___0=n.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,
|
|
161
|
+
arguments)},Wf=n._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(Wf=n._emscripten_bind_MdCmColor_MdCmColor_0=n.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},Xf=n._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(Xf=n._emscripten_bind_MdCmColor_setColorIndex_1=n.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,arguments)},Yf=n._emscripten_bind_MdCmColor_setRGB_3=function(){return(Yf=n._emscripten_bind_MdCmColor_setRGB_3=n.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,
|
|
162
|
+
arguments)},Zf=n._emscripten_bind_MdCmColor_get_red_0=function(){return(Zf=n._emscripten_bind_MdCmColor_get_red_0=n.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},$f=n._emscripten_bind_MdCmColor_set_red_1=function(){return($f=n._emscripten_bind_MdCmColor_set_red_1=n.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,arguments)},ag=n._emscripten_bind_MdCmColor_get_green_0=function(){return(ag=n._emscripten_bind_MdCmColor_get_green_0=n.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,
|
|
163
|
+
arguments)},bg=n._emscripten_bind_MdCmColor_set_green_1=function(){return(bg=n._emscripten_bind_MdCmColor_set_green_1=n.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},cg=n._emscripten_bind_MdCmColor_get_blue_0=function(){return(cg=n._emscripten_bind_MdCmColor_get_blue_0=n.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,arguments)},dg=n._emscripten_bind_MdCmColor_set_blue_1=function(){return(dg=n._emscripten_bind_MdCmColor_set_blue_1=n.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,
|
|
164
|
+
arguments)},eg=n._emscripten_bind_MdCmColor_get_method_0=function(){return(eg=n._emscripten_bind_MdCmColor_get_method_0=n.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},fg=n._emscripten_bind_MdCmColor_set_method_1=function(){return(fg=n._emscripten_bind_MdCmColor_set_method_1=n.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,arguments)},gg=n._emscripten_bind_MdCmColor_get_n_0=function(){return(gg=n._emscripten_bind_MdCmColor_get_n_0=n.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,
|
|
165
|
+
arguments)},hg=n._emscripten_bind_MdCmColor_set_n_1=function(){return(hg=n._emscripten_bind_MdCmColor_set_n_1=n.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},ig=n._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(ig=n._emscripten_bind_MdCmColor_get_colorIndex_0=n.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,arguments)},jg=n._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(jg=n._emscripten_bind_MdCmColor_set_colorIndex_1=n.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,
|
|
166
|
+
arguments)},kg=n._emscripten_bind_MdCmColor___destroy___0=function(){return(kg=n._emscripten_bind_MdCmColor___destroy___0=n.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},lg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return(lg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_0=n.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,arguments)},mg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(mg=n._emscripten_bind_MdGePoint3d_MdGePoint3d_3=n.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,
|
|
167
|
+
arguments)},ng=n._emscripten_bind_MdGePoint3d_get_x_0=function(){return(ng=n._emscripten_bind_MdGePoint3d_get_x_0=n.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},og=n._emscripten_bind_MdGePoint3d_set_x_1=function(){return(og=n._emscripten_bind_MdGePoint3d_set_x_1=n.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,arguments)},pg=n._emscripten_bind_MdGePoint3d_get_y_0=function(){return(pg=n._emscripten_bind_MdGePoint3d_get_y_0=n.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,
|
|
168
|
+
arguments)},qg=n._emscripten_bind_MdGePoint3d_set_y_1=function(){return(qg=n._emscripten_bind_MdGePoint3d_set_y_1=n.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},rg=n._emscripten_bind_MdGePoint3d_get_z_0=function(){return(rg=n._emscripten_bind_MdGePoint3d_get_z_0=n.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,arguments)},sg=n._emscripten_bind_MdGePoint3d_set_z_1=function(){return(sg=n._emscripten_bind_MdGePoint3d_set_z_1=n.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,
|
|
169
|
+
arguments)},tg=n._emscripten_bind_MdGePoint3d___destroy___0=function(){return(tg=n._emscripten_bind_MdGePoint3d___destroy___0=n.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},ug=n._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(ug=n._emscripten_bind_MdGeVector3d_MdGeVector3d_0=n.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},vg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(vg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_3=
|
|
170
|
+
n.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},wg=n._emscripten_bind_MdGeVector3d_get_x_0=function(){return(wg=n._emscripten_bind_MdGeVector3d_get_x_0=n.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},xg=n._emscripten_bind_MdGeVector3d_set_x_1=function(){return(xg=n._emscripten_bind_MdGeVector3d_set_x_1=n.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,arguments)},yg=n._emscripten_bind_MdGeVector3d_get_y_0=function(){return(yg=n._emscripten_bind_MdGeVector3d_get_y_0=
|
|
171
|
+
n.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},zg=n._emscripten_bind_MdGeVector3d_set_y_1=function(){return(zg=n._emscripten_bind_MdGeVector3d_set_y_1=n.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},Ag=n._emscripten_bind_MdGeVector3d_get_z_0=function(){return(Ag=n._emscripten_bind_MdGeVector3d_get_z_0=n.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,arguments)},Bg=n._emscripten_bind_MdGeVector3d_set_z_1=function(){return(Bg=n._emscripten_bind_MdGeVector3d_set_z_1=
|
|
172
|
+
n.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},Cg=n._emscripten_bind_MdGeVector3d___destroy___0=function(){return(Cg=n._emscripten_bind_MdGeVector3d___destroy___0=n.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},Dg=n._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Dg=n._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=n.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,arguments)},Eg=n._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Eg=
|
|
173
|
+
n._emscripten_bind_MdGeMatrix3d_setToIdentity_0=n.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Fg=n._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Fg=n._emscripten_bind_MdGeMatrix3d_preMultBy_1=n.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},Gg=n._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Gg=n._emscripten_bind_MdGeMatrix3d_postMultBy_1=n.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Hg=n._emscripten_bind_MdGeMatrix3d_setToProduct_2=
|
|
174
|
+
function(){return(Hg=n._emscripten_bind_MdGeMatrix3d_setToProduct_2=n.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Ig=n._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Ig=n._emscripten_bind_MdGeMatrix3d_invert_0=n.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},Jg=n._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Jg=n._emscripten_bind_MdGeMatrix3d_isSingular_0=n.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},
|
|
175
|
+
Kg=n._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Kg=n._emscripten_bind_MdGeMatrix3d_transposeIt_0=n.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},Lg=n._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(Lg=n._emscripten_bind_MdGeMatrix3d_isEqualTo_1=n.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Mg=n._emscripten_bind_MdGeMatrix3d_det_0=function(){return(Mg=n._emscripten_bind_MdGeMatrix3d_det_0=n.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,
|
|
176
|
+
arguments)},Ng=n._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Ng=n._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=n.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Og=n._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Og=n._emscripten_bind_MdGeMatrix3d_setToTranslation_1=n.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,arguments)},Pg=n._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Pg=n._emscripten_bind_MdGeMatrix3d_setToRotation_3=
|
|
177
|
+
n.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Qg=n._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Qg=n._emscripten_bind_MdGeMatrix3d_setToScaling_2=n.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},Rg=n._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(Rg=n._emscripten_bind_MdGeMatrix3d_scale_0=n.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Sg=n._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Sg=
|
|
178
|
+
n._emscripten_bind_MdGeMatrix3d_getData_2=n.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Tg=n._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Tg=n._emscripten_bind_MdGeMatrix3d___destroy___0=n.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Ug=n._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Ug=n._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=n.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,
|
|
179
|
+
arguments)},Vg=n._emscripten_bind_MdDbLayerTableRecord_getName_0=function(){return(Vg=n._emscripten_bind_MdDbLayerTableRecord_getName_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,arguments)},Wg=n._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(Wg=n._emscripten_bind_MdDbLayerTableRecord_setName_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,arguments)},Xg=n._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return(Xg=n._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=
|
|
180
|
+
n.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,arguments)},Yg=n._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return(Yg=n._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},Zg=n._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(Zg=n._emscripten_bind_MdDbLayerTableRecord_isOff_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},$g=n._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=
|
|
181
|
+
function(){return($g=n._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},ah=n._emscripten_bind_MdDbLayerTableRecord_isLocked_0=function(){return(ah=n._emscripten_bind_MdDbLayerTableRecord_isLocked_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,arguments)},bh=n._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return(bh=n._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,
|
|
182
|
+
arguments)},ch=n._emscripten_bind_MdDbLayerTableRecord_color_0=function(){return(ch=n._emscripten_bind_MdDbLayerTableRecord_color_0=n.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,arguments)},dh=n._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(dh=n._emscripten_bind_MdDbLayerTableRecord_setColor_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},eh=n._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(eh=n._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=
|
|
183
|
+
n.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,arguments)},fh=n._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=function(){return(fh=n._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,arguments)},gh=n._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(gh=n._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=n.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,
|
|
184
|
+
arguments)},hh=n._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=function(){return(hh=n._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},ih=n._emscripten_bind_MdDbLayerTableRecord_getObjectID_0=function(){return(ih=n._emscripten_bind_MdDbLayerTableRecord_getObjectID_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getObjectID_0).apply(null,arguments)},jh=n._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(jh=
|
|
185
|
+
n._emscripten_bind_MdDbLayerTableRecord_Erase_0=n.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,arguments)},kh=n._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=function(){return(kh=n._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,arguments)},lh=n._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return(lh=n._emscripten_bind_MdDbLayerTableRecord_Clone_0=n.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,
|
|
186
|
+
arguments)},mh=n._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(mh=n._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},nh=n._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=function(){return(nh=n._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,arguments)},oh=n._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=
|
|
187
|
+
function(){return(oh=n._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,arguments)},ph=n._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(ph=n._emscripten_bind_MdDbLayerTableRecord_getJson_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,arguments)},qh=n._emscripten_bind_MdDbLayerTableRecord_setJson_1=function(){return(qh=n._emscripten_bind_MdDbLayerTableRecord_setJson_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,
|
|
188
|
+
arguments)},rh=n._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(rh=n._emscripten_bind_MdDbLayerTableRecord___destroy___0=n.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},sh=n._emscripten_bind_MdDbLayerTable_getObjectID_0=function(){return(sh=n._emscripten_bind_MdDbLayerTable_getObjectID_0=n.asm.emscripten_bind_MdDbLayerTable_getObjectID_0).apply(null,arguments)},th=n._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(th=n._emscripten_bind_MdDbLayerTable_Erase_0=
|
|
189
|
+
n.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},uh=n._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(uh=n._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},vh=n._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(vh=n._emscripten_bind_MdDbLayerTable_Clone_0=n.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},wh=n._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=
|
|
190
|
+
function(){return(wh=n._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},xh=n._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(xh=n._emscripten_bind_MdDbLayerTable_getObjectName_0=n.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},yh=n._emscripten_bind_MdDbLayerTable_getDxf0_0=function(){return(yh=n._emscripten_bind_MdDbLayerTable_getDxf0_0=n.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,
|
|
191
|
+
arguments)},zh=n._emscripten_bind_MdDbLayerTable_getJson_0=function(){return(zh=n._emscripten_bind_MdDbLayerTable_getJson_0=n.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},Ah=n._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(Ah=n._emscripten_bind_MdDbLayerTable_setJson_1=n.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},Bh=n._emscripten_bind_MdDbLinetypeTable_getObjectID_0=function(){return(Bh=n._emscripten_bind_MdDbLinetypeTable_getObjectID_0=
|
|
192
|
+
n.asm.emscripten_bind_MdDbLinetypeTable_getObjectID_0).apply(null,arguments)},Ch=n._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(Ch=n._emscripten_bind_MdDbLinetypeTable_Erase_0=n.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},Dh=n._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(Dh=n._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},Eh=n._emscripten_bind_MdDbLinetypeTable_Clone_0=
|
|
193
|
+
function(){return(Eh=n._emscripten_bind_MdDbLinetypeTable_Clone_0=n.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},Fh=n._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(Fh=n._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},Gh=n._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(Gh=n._emscripten_bind_MdDbLinetypeTable_getObjectName_0=n.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,
|
|
194
|
+
arguments)},Hh=n._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(Hh=n._emscripten_bind_MdDbLinetypeTable_getDxf0_0=n.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Ih=n._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Ih=n._emscripten_bind_MdDbLinetypeTable_getJson_0=n.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},Jh=n._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(Jh=n._emscripten_bind_MdDbLinetypeTable_setJson_1=
|
|
195
|
+
n.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Kh=n._emscripten_bind_MdDbTextStyleTable_getObjectID_0=function(){return(Kh=n._emscripten_bind_MdDbTextStyleTable_getObjectID_0=n.asm.emscripten_bind_MdDbTextStyleTable_getObjectID_0).apply(null,arguments)},Lh=n._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(Lh=n._emscripten_bind_MdDbTextStyleTable_Erase_0=n.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Mh=n._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=
|
|
196
|
+
function(){return(Mh=n._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Nh=n._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Nh=n._emscripten_bind_MdDbTextStyleTable_Clone_0=n.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Oh=n._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(Oh=n._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,
|
|
197
|
+
arguments)},Ph=n._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Ph=n._emscripten_bind_MdDbTextStyleTable_getObjectName_0=n.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},Qh=n._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(Qh=n._emscripten_bind_MdDbTextStyleTable_getDxf0_0=n.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,arguments)},Rh=n._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(Rh=n._emscripten_bind_MdDbTextStyleTable_getJson_0=
|
|
198
|
+
n.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},Sh=n._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(Sh=n._emscripten_bind_MdDbTextStyleTable_setJson_1=n.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},Th=n._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(Th=n._emscripten_bind_MdDbDatabase_GetLayerTable_0=n.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},Uh=n._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=
|
|
199
|
+
function(){return(Uh=n._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=n.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},Vh=n._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return(Vh=n._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=n.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},Wh=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(Wh=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=
|
|
200
|
+
n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,arguments)},Xh=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(Xh=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},Yh=n._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=function(){return(Yh=n._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,
|
|
201
|
+
arguments)},Zh=n._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=function(){return(Zh=n._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},$h=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return($h=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},ai=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=
|
|
202
|
+
function(){return(ai=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},bi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(bi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,arguments)},ci=n._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(ci=n._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=
|
|
203
|
+
n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,arguments)},di=n._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(di=n._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},ei=n._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(ei=n._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,
|
|
204
|
+
arguments)},fi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=function(){return(fi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},gi=n._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(gi=n._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},hi=n._emscripten_bind_MdDbDatabase_getObjectName_0=
|
|
205
|
+
function(){return(hi=n._emscripten_bind_MdDbDatabase_getObjectName_0=n.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},ii=n._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(ii=n._emscripten_bind_MdDbDatabase_getDxf0_0=n.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},ji=n._emscripten_bind_MdDbDatabase_getJson_0=function(){return(ji=n._emscripten_bind_MdDbDatabase_getJson_0=n.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},ki=
|
|
206
|
+
n._emscripten_bind_MdDbDatabase_setJson_1=function(){return(ki=n._emscripten_bind_MdDbDatabase_setJson_1=n.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},li=n._emscripten_bind_McObject_updateDisplay_2=function(){return(li=n._emscripten_bind_McObject_updateDisplay_2=n.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},mi=n._emscripten_bind_McObject_test_0=function(){return(mi=n._emscripten_bind_McObject_test_0=n.asm.emscripten_bind_McObject_test_0).apply(null,
|
|
207
|
+
arguments)},ni=n._emscripten_bind_McObject_openWebFile_3=function(){return(ni=n._emscripten_bind_McObject_openWebFile_3=n.asm.emscripten_bind_McObject_openWebFile_3).apply(null,arguments)},oi=n._emscripten_bind_McObject_saveFileToUrl_1=function(){return(oi=n._emscripten_bind_McObject_saveFileToUrl_1=n.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},pi=n._emscripten_bind_McObject_saveFile_1=function(){return(pi=n._emscripten_bind_McObject_saveFile_1=n.asm.emscripten_bind_McObject_saveFile_1).apply(null,
|
|
208
|
+
arguments)},qi=n._emscripten_bind_McObject_getViewDataJsonParam_0=function(){return(qi=n._emscripten_bind_McObject_getViewDataJsonParam_0=n.asm.emscripten_bind_McObject_getViewDataJsonParam_0).apply(null,arguments)},ri=n._emscripten_bind_McObject_updataAppData_0=function(){return(ri=n._emscripten_bind_McObject_updataAppData_0=n.asm.emscripten_bind_McObject_updataAppData_0).apply(null,arguments)},si=n._emscripten_bind_McObject_GetDatabase_0=function(){return(si=n._emscripten_bind_McObject_GetDatabase_0=
|
|
209
|
+
n.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},ti=n._emscripten_bind_McObject_GetSysVarString_1=function(){return(ti=n._emscripten_bind_McObject_GetSysVarString_1=n.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},ui=n._emscripten_bind_McObject_SetSysVarString_2=function(){return(ui=n._emscripten_bind_McObject_SetSysVarString_2=n.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},vi=n._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(vi=
|
|
210
|
+
n._emscripten_bind_McObject_GetSysVarDouble_1=n.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},wi=n._emscripten_bind_McObject_SetSysVarDouble_2=function(){return(wi=n._emscripten_bind_McObject_SetSysVarDouble_2=n.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},xi=n._emscripten_bind_McObject_GetSysVarLong_1=function(){return(xi=n._emscripten_bind_McObject_GetSysVarLong_1=n.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},yi=n._emscripten_bind_McObject_SetSysVarLong_2=
|
|
211
|
+
function(){return(yi=n._emscripten_bind_McObject_SetSysVarLong_2=n.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},zi=n._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(zi=n._emscripten_bind_McObject_fireEventWindowSize_2=n.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},Ai=n._emscripten_bind_McObject_fireEventCommandStart_0=function(){return(Ai=n._emscripten_bind_McObject_fireEventCommandStart_0=n.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,
|
|
212
|
+
arguments)},Bi=n._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(Bi=n._emscripten_bind_McObject_IntelliSelect_PointSelect_2=n.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},Ci=n._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(Ci=n._emscripten_bind_McObject_IntelliSelect_getGridData_1=n.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,arguments)},Di=n._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=
|
|
213
|
+
function(){return(Di=n._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,arguments)},Ei=n._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(Ei=n._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},Fi=n._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=
|
|
214
|
+
function(){return(Fi=n._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,arguments)},Gi=n._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(Gi=n._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},Hi=n._emscripten_bind_McObject_SetDrawColor_1=function(){return(Hi=
|
|
215
|
+
n._emscripten_bind_McObject_SetDrawColor_1=n.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},Ii=n._emscripten_bind_McObject_GetDrawColor_0=function(){return(Ii=n._emscripten_bind_McObject_GetDrawColor_0=n.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},Ji=n._emscripten_bind_McObject_AddLayer_1=function(){return(Ji=n._emscripten_bind_McObject_AddLayer_1=n.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Ki=n._emscripten_bind_McObject_SetDrawLayer_1=
|
|
216
|
+
function(){return(Ki=n._emscripten_bind_McObject_SetDrawLayer_1=n.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},Li=n._emscripten_bind_McObject_GetDrawLayer_0=function(){return(Li=n._emscripten_bind_McObject_GetDrawLayer_0=n.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},Mi=n._emscripten_bind_McObject_AddTextStyle_4=function(){return(Mi=n._emscripten_bind_McObject_AddTextStyle_4=n.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Ni=n._emscripten_bind_McObject_SetDrawTextStyle_1=
|
|
217
|
+
function(){return(Ni=n._emscripten_bind_McObject_SetDrawTextStyle_1=n.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},Oi=n._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Oi=n._emscripten_bind_McObject_GetDrawTextStyle_0=n.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Pi=n._emscripten_bind_McObject_AddLinetype_2=function(){return(Pi=n._emscripten_bind_McObject_AddLinetype_2=n.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},
|
|
218
|
+
Qi=n._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Qi=n._emscripten_bind_McObject_AddLinetypeEx_3=n.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,arguments)},Ri=n._emscripten_bind_McObject_AddDimStyle_5=function(){return(Ri=n._emscripten_bind_McObject_AddDimStyle_5=n.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Si=n._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Si=n._emscripten_bind_McObject_SetDrawLinetype_1=n.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,
|
|
219
|
+
arguments)},Ti=n._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Ti=n._emscripten_bind_McObject_GetDrawLinetype_0=n.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,arguments)},Ui=n._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(Ui=n._emscripten_bind_McObject_SetDrawLineWeight_1=n.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},Vi=n._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(Vi=n._emscripten_bind_McObject_GetDrawLineWeight_0=
|
|
220
|
+
n.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},Wi=n._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(Wi=n._emscripten_bind_McObject_SetDrawLineTypeScale_1=n.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},Xi=n._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(Xi=n._emscripten_bind_McObject_GetDrawLineTypeScale_0=n.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},Yi=n._emscripten_bind_McObject_SetDrawDimStyle_1=
|
|
221
|
+
function(){return(Yi=n._emscripten_bind_McObject_SetDrawDimStyle_1=n.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},Zi=n._emscripten_bind_McObject_GetDrawDimStyle_0=function(){return(Zi=n._emscripten_bind_McObject_GetDrawDimStyle_0=n.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},$i=n._emscripten_bind_McObject_SetPatternDefinition_1=function(){return($i=n._emscripten_bind_McObject_SetPatternDefinition_1=n.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,
|
|
222
|
+
arguments)},aj=n._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(aj=n._emscripten_bind_McObject_GetPatternDefinition_0=n.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,arguments)},bj=n._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(bj=n._emscripten_bind_McObject_SetDrawLineWidth_1=n.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},cj=n._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(cj=n._emscripten_bind_McObject_GetDrawLineWidth_0=
|
|
223
|
+
n.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},dj=n._emscripten_bind_McObject_DrawLine_6=function(){return(dj=n._emscripten_bind_McObject_DrawLine_6=n.asm.emscripten_bind_McObject_DrawLine_6).apply(null,arguments)},ej=n._emscripten_bind_McObject_DrawArc_5=function(){return(ej=n._emscripten_bind_McObject_DrawArc_5=n.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},fj=n._emscripten_bind_McObject_DrawArc2_6=function(){return(fj=n._emscripten_bind_McObject_DrawArc2_6=
|
|
224
|
+
n.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},gj=n._emscripten_bind_McObject_DrawCircle_3=function(){return(gj=n._emscripten_bind_McObject_DrawCircle_3=n.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,arguments)},hj=n._emscripten_bind_McObject_DrawEllipse_5=function(){return(hj=n._emscripten_bind_McObject_DrawEllipse_5=n.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},ij=n._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(ij=n._emscripten_bind_McObject_DrawEllipseArc_7=
|
|
225
|
+
n.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},jj=n._emscripten_bind_McObject_DrawPoint_2=function(){return(jj=n._emscripten_bind_McObject_DrawPoint_2=n.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,arguments)},kj=n._emscripten_bind_McObject_DrawSolid_8=function(){return(kj=n._emscripten_bind_McObject_DrawSolid_8=n.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},lj=n._emscripten_bind_McObject_DrawMText_7=function(){return(lj=n._emscripten_bind_McObject_DrawMText_7=
|
|
226
|
+
n.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},mj=n._emscripten_bind_McObject_DrawText_7=function(){return(mj=n._emscripten_bind_McObject_DrawText_7=n.asm.emscripten_bind_McObject_DrawText_7).apply(null,arguments)},nj=n._emscripten_bind_McObject_DrawBlockReference_5=function(){return(nj=n._emscripten_bind_McObject_DrawBlockReference_5=n.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},oj=n._emscripten_bind_McObject_DrawDimAligned_6=function(){return(oj=
|
|
227
|
+
n._emscripten_bind_McObject_DrawDimAligned_6=n.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},pj=n._emscripten_bind_McObject_DrawDimAngular_8=function(){return(pj=n._emscripten_bind_McObject_DrawDimAngular_8=n.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},qj=n._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(qj=n._emscripten_bind_McObject_DrawDimDiametric_5=n.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},rj=n._emscripten_bind_McObject_DrawDimRotated_7=
|
|
228
|
+
function(){return(rj=n._emscripten_bind_McObject_DrawDimRotated_7=n.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},sj=n._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(sj=n._emscripten_bind_McObject_DrawDimOrdinate_5=n.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},tj=n._emscripten_bind_McObject_DrawDimRadial_5=function(){return(tj=n._emscripten_bind_McObject_DrawDimRadial_5=n.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},
|
|
229
|
+
uj=n._emscripten_bind_McObject_PathMoveTo_2=function(){return(uj=n._emscripten_bind_McObject_PathMoveTo_2=n.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},vj=n._emscripten_bind_McObject_PathMoveToEx_5=function(){return(vj=n._emscripten_bind_McObject_PathMoveToEx_5=n.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},wj=n._emscripten_bind_McObject_PathLineTo_2=function(){return(wj=n._emscripten_bind_McObject_PathLineTo_2=n.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,
|
|
230
|
+
arguments)},xj=n._emscripten_bind_McObject_PathLineToEx_5=function(){return(xj=n._emscripten_bind_McObject_PathLineToEx_5=n.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},yj=n._emscripten_bind_McObject_DrawPathToPolyline_0=function(){return(yj=n._emscripten_bind_McObject_DrawPathToPolyline_0=n.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},zj=n._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(zj=n._emscripten_bind_McObject_DrawPathToSpline_0=
|
|
231
|
+
n.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},Aj=n._emscripten_bind_McObject_PathMakeClosed_0=function(){return(Aj=n._emscripten_bind_McObject_PathMakeClosed_0=n.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,arguments)},Bj=n._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(Bj=n._emscripten_bind_McObject_DrawPathToHatch_1=n.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},Cj=n._emscripten_bind_McObject_DrawEntity_1=function(){return(Cj=
|
|
232
|
+
n._emscripten_bind_McObject_DrawEntity_1=n.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Dj=n._emscripten_bind_McApp_McApp_0=function(){return(Dj=n._emscripten_bind_McApp_McApp_0=n.asm.emscripten_bind_McApp_McApp_0).apply(null,arguments)},Ej=n._emscripten_bind_McApp_Init_0=function(){return(Ej=n._emscripten_bind_McApp_Init_0=n.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},Fj=n._emscripten_bind_McApp_CreateMxDraw_5=function(){return(Fj=n._emscripten_bind_McApp_CreateMxDraw_5=
|
|
233
|
+
n.asm.emscripten_bind_McApp_CreateMxDraw_5).apply(null,arguments)},Gj=n._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(Gj=n._emscripten_bind_McApp_GetCurrentMxDraw_0=n.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,arguments)},Hj=n._emscripten_bind_McApp_DestroyObject_1=function(){return(Hj=n._emscripten_bind_McApp_DestroyObject_1=n.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},Ij=n._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(Ij=n._emscripten_bind_McApp_mcedRGB2Index_4=
|
|
234
|
+
n.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},Jj=n._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(Jj=n._emscripten_bind_McApp_ObjectIdToObjectName_1=n.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,arguments)},Kj=n._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(Kj=n._emscripten_bind_McApp_ObjectIdToMdDbLine_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},Lj=n._emscripten_bind_McApp_ObjectIdToMdDbText_1=
|
|
235
|
+
function(){return(Lj=n._emscripten_bind_McApp_ObjectIdToMdDbText_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},Mj=n._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(Mj=n._emscripten_bind_McApp_ObjectIdToMdObject_1=n.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Nj=n._emscripten_bind_McApp_getLastCallResult_0=function(){return(Nj=n._emscripten_bind_McApp_getLastCallResult_0=n.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,
|
|
236
|
+
arguments)},Oj=n._emscripten_bind_McApp___destroy___0=function(){return(Oj=n._emscripten_bind_McApp___destroy___0=n.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},Pj=n._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(Pj=n._emscripten_bind_McDrawResbuf_McDrawResbuf_0=n.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},Qj=n._emscripten_bind_McDrawResbuf_Clear_0=function(){return(Qj=n._emscripten_bind_McDrawResbuf_Clear_0=n.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,
|
|
237
|
+
arguments)},Rj=n._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(Rj=n._emscripten_bind_McDrawResbuf_GetCount_0=n.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},Sj=n._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(Sj=n._emscripten_bind_McDrawResbuf_AtDouble_1=n.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},Tj=n._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(Tj=n._emscripten_bind_McDrawResbuf_Atlong_1=n.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,
|
|
238
|
+
arguments)},Uj=n._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(Uj=n._emscripten_bind_McDrawResbuf_AtObjectId_1=n.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},Vj=n._emscripten_bind_McDrawResbuf_AtString_1=function(){return(Vj=n._emscripten_bind_McDrawResbuf_AtString_1=n.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},Wj=n._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(Wj=n._emscripten_bind_McDrawResbuf_AtPoint_1=n.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,
|
|
239
|
+
arguments)},Xj=n._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(Xj=n._emscripten_bind_McDrawResbuf_ItemDataType_1=n.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,arguments)},Yj=n._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(Yj=n._emscripten_bind_McDrawResbuf_AddDouble_2=n.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},Zj=n._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(Zj=n._emscripten_bind_McDrawResbuf_Addlong_2=n.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,
|
|
240
|
+
arguments)},ak=n._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(ak=n._emscripten_bind_McDrawResbuf_AddObjectId_2=n.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},bk=n._emscripten_bind_McDrawResbuf_AddString_2=function(){return(bk=n._emscripten_bind_McDrawResbuf_AddString_2=n.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,arguments)},ck=n._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(ck=n._emscripten_bind_McDrawResbuf_AddPoint_2=n.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,
|
|
241
|
+
arguments)},dk=n._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(dk=n._emscripten_bind_McDrawResbuf_RemoveAll_0=n.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},ek=n._emscripten_bind_McDrawResbuf_Remove_1=function(){return(ek=n._emscripten_bind_McDrawResbuf_Remove_1=n.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,arguments)},fk=n._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(fk=n._emscripten_bind_McDrawResbuf_getObjectName_0=n.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,
|
|
242
|
+
arguments)},gk=n._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(gk=n._emscripten_bind_McDrawResbuf_getDxf0_0=n.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},hk=n._emscripten_bind_McDrawResbuf_getJson_0=function(){return(hk=n._emscripten_bind_McDrawResbuf_getJson_0=n.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,arguments)},ik=n._emscripten_bind_McDrawResbuf_setJson_1=function(){return(ik=n._emscripten_bind_McDrawResbuf_setJson_1=n.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,
|
|
243
|
+
arguments)},jk=n._emscripten_bind_McDrawResbuf___destroy___0=function(){return(jk=n._emscripten_bind_McDrawResbuf___destroy___0=n.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},kk=n._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(kk=n._emscripten_bind_McDrawUtility_McDrawUtility_0=n.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},lk=n._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(lk=n._emscripten_bind_McDrawUtility_findEntAtPoint_5=
|
|
244
|
+
n.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},mk=n._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(mk=n._emscripten_bind_McDrawUtility_eraseEntity_1=n.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},nk=n._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(nk=n._emscripten_bind_McDrawUtility_highlightEntity_2=n.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},ok=n._emscripten_bind_McDrawUtility___destroy___0=
|
|
245
|
+
function(){return(ok=n._emscripten_bind_McDrawUtility___destroy___0=n.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},pk=n._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(pk=n._emscripten_bind_MdDbLine_MdDbLine_0=n.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},qk=n._emscripten_bind_MdDbLine_startPoint_0=function(){return(qk=n._emscripten_bind_MdDbLine_startPoint_0=n.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},rk=n._emscripten_bind_MdDbLine_setStartPoint_1=
|
|
246
|
+
function(){return(rk=n._emscripten_bind_MdDbLine_setStartPoint_1=n.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},sk=n._emscripten_bind_MdDbLine_endPoint_0=function(){return(sk=n._emscripten_bind_MdDbLine_endPoint_0=n.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},tk=n._emscripten_bind_MdDbLine_setEndPoint_1=function(){return(tk=n._emscripten_bind_MdDbLine_setEndPoint_1=n.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},uk=n._emscripten_bind_MdDbLine_getStartParam_0=
|
|
247
|
+
function(){return(uk=n._emscripten_bind_MdDbLine_getStartParam_0=n.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},vk=n._emscripten_bind_MdDbLine_getEndParam_0=function(){return(vk=n._emscripten_bind_MdDbLine_getEndParam_0=n.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},wk=n._emscripten_bind_MdDbLine_getDistAtParam_1=function(){return(wk=n._emscripten_bind_MdDbLine_getDistAtParam_1=n.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},xk=
|
|
248
|
+
n._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(xk=n._emscripten_bind_MdDbLine_getParamAtDist_1=n.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},yk=n._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(yk=n._emscripten_bind_MdDbLine_getDistAtPoint_1=n.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},zk=n._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(zk=n._emscripten_bind_MdDbLine_getPointAtDist_1=n.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,
|
|
249
|
+
arguments)},Ak=n._emscripten_bind_MdDbLine_getObjectID_0=function(){return(Ak=n._emscripten_bind_MdDbLine_getObjectID_0=n.asm.emscripten_bind_MdDbLine_getObjectID_0).apply(null,arguments)},Bk=n._emscripten_bind_MdDbLine_Erase_0=function(){return(Bk=n._emscripten_bind_MdDbLine_Erase_0=n.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,arguments)},Ck=n._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(Ck=n._emscripten_bind_MdDbLine_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,
|
|
250
|
+
arguments)},Dk=n._emscripten_bind_MdDbLine_Clone_0=function(){return(Dk=n._emscripten_bind_MdDbLine_Clone_0=n.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},Ek=n._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(Ek=n._emscripten_bind_MdDbLine_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,arguments)},Fk=n._emscripten_bind_MdDbLine_getObjectName_0=function(){return(Fk=n._emscripten_bind_MdDbLine_getObjectName_0=n.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,
|
|
251
|
+
arguments)},Gk=n._emscripten_bind_MdDbLine_getDxf0_0=function(){return(Gk=n._emscripten_bind_MdDbLine_getDxf0_0=n.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},Hk=n._emscripten_bind_MdDbLine_getJson_0=function(){return(Hk=n._emscripten_bind_MdDbLine_getJson_0=n.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,arguments)},Ik=n._emscripten_bind_MdDbLine_setJson_1=function(){return(Ik=n._emscripten_bind_MdDbLine_setJson_1=n.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},
|
|
252
|
+
Jk=n._emscripten_bind_MdDbLine___destroy___0=function(){return(Jk=n._emscripten_bind_MdDbLine___destroy___0=n.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},Kk=n._emscripten_bind_MdDbText_MdDbText_0=function(){return(Kk=n._emscripten_bind_MdDbText_MdDbText_0=n.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,arguments)},Lk=n._emscripten_bind_MdDbText_position_0=function(){return(Lk=n._emscripten_bind_MdDbText_position_0=n.asm.emscripten_bind_MdDbText_position_0).apply(null,
|
|
253
|
+
arguments)},Mk=n._emscripten_bind_MdDbText_setPosition_1=function(){return(Mk=n._emscripten_bind_MdDbText_setPosition_1=n.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},Nk=n._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(Nk=n._emscripten_bind_MdDbText_alignmentPoint_0=n.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,arguments)},Ok=n._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(Ok=n._emscripten_bind_MdDbText_setAlignmentPoint_1=n.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,
|
|
254
|
+
arguments)},Pk=n._emscripten_bind_MdDbText_oblique_0=function(){return(Pk=n._emscripten_bind_MdDbText_oblique_0=n.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},Qk=n._emscripten_bind_MdDbText_setOblique_1=function(){return(Qk=n._emscripten_bind_MdDbText_setOblique_1=n.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,arguments)},Rk=n._emscripten_bind_MdDbText_rotation_0=function(){return(Rk=n._emscripten_bind_MdDbText_rotation_0=n.asm.emscripten_bind_MdDbText_rotation_0).apply(null,
|
|
255
|
+
arguments)},Sk=n._emscripten_bind_MdDbText_setRotation_1=function(){return(Sk=n._emscripten_bind_MdDbText_setRotation_1=n.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},Tk=n._emscripten_bind_MdDbText_height_0=function(){return(Tk=n._emscripten_bind_MdDbText_height_0=n.asm.emscripten_bind_MdDbText_height_0).apply(null,arguments)},Uk=n._emscripten_bind_MdDbText_setHeight_1=function(){return(Uk=n._emscripten_bind_MdDbText_setHeight_1=n.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,
|
|
256
|
+
arguments)},Vk=n._emscripten_bind_MdDbText_widthFactor_0=function(){return(Vk=n._emscripten_bind_MdDbText_widthFactor_0=n.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},Wk=n._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(Wk=n._emscripten_bind_MdDbText_setWidthFactor_1=n.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,arguments)},Xk=n._emscripten_bind_MdDbText_textString_0=function(){return(Xk=n._emscripten_bind_MdDbText_textString_0=n.asm.emscripten_bind_MdDbText_textString_0).apply(null,
|
|
257
|
+
arguments)},Yk=n._emscripten_bind_MdDbText_setTextString_1=function(){return(Yk=n._emscripten_bind_MdDbText_setTextString_1=n.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},Zk=n._emscripten_bind_MdDbText_horizontalMode_0=function(){return(Zk=n._emscripten_bind_MdDbText_horizontalMode_0=n.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,arguments)},$k=n._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return($k=n._emscripten_bind_MdDbText_setHorizontalMode_1=
|
|
258
|
+
n.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},al=n._emscripten_bind_MdDbText_verticalMode_0=function(){return(al=n._emscripten_bind_MdDbText_verticalMode_0=n.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},bl=n._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(bl=n._emscripten_bind_MdDbText_setVerticalMode_1=n.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},cl=n._emscripten_bind_MdDbText_getObjectID_0=function(){return(cl=
|
|
259
|
+
n._emscripten_bind_MdDbText_getObjectID_0=n.asm.emscripten_bind_MdDbText_getObjectID_0).apply(null,arguments)},dl=n._emscripten_bind_MdDbText_Erase_0=function(){return(dl=n._emscripten_bind_MdDbText_Erase_0=n.asm.emscripten_bind_MdDbText_Erase_0).apply(null,arguments)},el=n._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(el=n._emscripten_bind_MdDbText_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},fl=n._emscripten_bind_MdDbText_Clone_0=
|
|
260
|
+
function(){return(fl=n._emscripten_bind_MdDbText_Clone_0=n.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},gl=n._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(gl=n._emscripten_bind_MdDbText_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,arguments)},hl=n._emscripten_bind_MdDbText_getObjectName_0=function(){return(hl=n._emscripten_bind_MdDbText_getObjectName_0=n.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},il=n._emscripten_bind_MdDbText_getDxf0_0=
|
|
261
|
+
function(){return(il=n._emscripten_bind_MdDbText_getDxf0_0=n.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},jl=n._emscripten_bind_MdDbText_getJson_0=function(){return(jl=n._emscripten_bind_MdDbText_getJson_0=n.asm.emscripten_bind_MdDbText_getJson_0).apply(null,arguments)},kl=n._emscripten_bind_MdDbText_setJson_1=function(){return(kl=n._emscripten_bind_MdDbText_setJson_1=n.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},ll=n._emscripten_bind_MdDbText___destroy___0=function(){return(ll=
|
|
262
|
+
n._emscripten_bind_MdDbText___destroy___0=n.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},ml=n._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(ml=n._emscripten_bind_MdDbCircle_MdDbCircle_0=n.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,arguments)},nl=n._emscripten_bind_MdDbCircle_center_0=function(){return(nl=n._emscripten_bind_MdDbCircle_center_0=n.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},ol=n._emscripten_bind_MdDbCircle_setCenter_1=
|
|
263
|
+
function(){return(ol=n._emscripten_bind_MdDbCircle_setCenter_1=n.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},pl=n._emscripten_bind_MdDbCircle_radius_0=function(){return(pl=n._emscripten_bind_MdDbCircle_radius_0=n.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,arguments)},ql=n._emscripten_bind_MdDbCircle_setRadius_1=function(){return(ql=n._emscripten_bind_MdDbCircle_setRadius_1=n.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},rl=n._emscripten_bind_MdDbCircle_getStartParam_0=
|
|
264
|
+
function(){return(rl=n._emscripten_bind_MdDbCircle_getStartParam_0=n.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},sl=n._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(sl=n._emscripten_bind_MdDbCircle_getEndParam_0=n.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,arguments)},tl=n._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(tl=n._emscripten_bind_MdDbCircle_getDistAtParam_1=n.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,
|
|
265
|
+
arguments)},ul=n._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(ul=n._emscripten_bind_MdDbCircle_getParamAtDist_1=n.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},vl=n._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(vl=n._emscripten_bind_MdDbCircle_getDistAtPoint_1=n.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},wl=n._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(wl=n._emscripten_bind_MdDbCircle_getPointAtDist_1=
|
|
266
|
+
n.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},xl=n._emscripten_bind_MdDbCircle_getObjectID_0=function(){return(xl=n._emscripten_bind_MdDbCircle_getObjectID_0=n.asm.emscripten_bind_MdDbCircle_getObjectID_0).apply(null,arguments)},yl=n._emscripten_bind_MdDbCircle_Erase_0=function(){return(yl=n._emscripten_bind_MdDbCircle_Erase_0=n.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,arguments)},zl=n._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(zl=n._emscripten_bind_MdDbCircle_ConnectionTempObject_1=
|
|
267
|
+
n.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},Al=n._emscripten_bind_MdDbCircle_Clone_0=function(){return(Al=n._emscripten_bind_MdDbCircle_Clone_0=n.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},Bl=n._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(Bl=n._emscripten_bind_MdDbCircle_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,arguments)},Cl=n._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(Cl=
|
|
268
|
+
n._emscripten_bind_MdDbCircle_getObjectName_0=n.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},Dl=n._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(Dl=n._emscripten_bind_MdDbCircle_getDxf0_0=n.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},El=n._emscripten_bind_MdDbCircle_getJson_0=function(){return(El=n._emscripten_bind_MdDbCircle_getJson_0=n.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,arguments)},Fl=n._emscripten_bind_MdDbCircle_setJson_1=
|
|
269
|
+
function(){return(Fl=n._emscripten_bind_MdDbCircle_setJson_1=n.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},Gl=n._emscripten_bind_MdDbCircle___destroy___0=function(){return(Gl=n._emscripten_bind_MdDbCircle___destroy___0=n.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},Hl=n._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(Hl=n._emscripten_bind_MdDbPolyline_MdDbPolyline_0=n.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},
|
|
270
|
+
Il=n._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(Il=n._emscripten_bind_MdDbPolyline_setClosed_1=n.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},Jl=n._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return(Jl=n._emscripten_bind_MdDbPolyline_setConstantWidth_1=n.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},Kl=n._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(Kl=n._emscripten_bind_MdDbPolyline_isClosed_0=n.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,
|
|
271
|
+
arguments)},Ll=n._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(Ll=n._emscripten_bind_MdDbPolyline_getConstantWidth_0=n.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},Ml=n._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(Ml=n._emscripten_bind_MdDbPolyline_addVertexAt_5=n.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},Nl=n._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(Nl=n._emscripten_bind_MdDbPolyline_removeVertexAt_1=
|
|
272
|
+
n.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},Ol=n._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(Ol=n._emscripten_bind_MdDbPolyline_numVerts_0=n.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},Pl=n._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(Pl=n._emscripten_bind_MdDbPolyline_getPointAt_1=n.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},Ql=n._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(Ql=
|
|
273
|
+
n._emscripten_bind_MdDbPolyline_getBulgeAt_1=n.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},Rl=n._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(Rl=n._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=n.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},Sl=n._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(Sl=n._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=n.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,
|
|
274
|
+
arguments)},Tl=n._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(Tl=n._emscripten_bind_MdDbPolyline_setPointAt_2=n.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},Ul=n._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(Ul=n._emscripten_bind_MdDbPolyline_setBulgeAt_2=n.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},Vl=n._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(Vl=n._emscripten_bind_MdDbPolyline_getStartParam_0=
|
|
275
|
+
n.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},Wl=n._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(Wl=n._emscripten_bind_MdDbPolyline_getEndParam_0=n.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},Xl=n._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(Xl=n._emscripten_bind_MdDbPolyline_getDistAtParam_1=n.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},Yl=n._emscripten_bind_MdDbPolyline_getParamAtDist_1=
|
|
276
|
+
function(){return(Yl=n._emscripten_bind_MdDbPolyline_getParamAtDist_1=n.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},Zl=n._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(Zl=n._emscripten_bind_MdDbPolyline_getDistAtPoint_1=n.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},$l=n._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return($l=n._emscripten_bind_MdDbPolyline_getPointAtDist_1=n.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,
|
|
277
|
+
arguments)},am=n._emscripten_bind_MdDbPolyline_getObjectID_0=function(){return(am=n._emscripten_bind_MdDbPolyline_getObjectID_0=n.asm.emscripten_bind_MdDbPolyline_getObjectID_0).apply(null,arguments)},bm=n._emscripten_bind_MdDbPolyline_Erase_0=function(){return(bm=n._emscripten_bind_MdDbPolyline_Erase_0=n.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},cm=n._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(cm=n._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=
|
|
278
|
+
n.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},dm=n._emscripten_bind_MdDbPolyline_Clone_0=function(){return(dm=n._emscripten_bind_MdDbPolyline_Clone_0=n.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},em=n._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(em=n._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},fm=n._emscripten_bind_MdDbPolyline_getObjectName_0=
|
|
279
|
+
function(){return(fm=n._emscripten_bind_MdDbPolyline_getObjectName_0=n.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},gm=n._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(gm=n._emscripten_bind_MdDbPolyline_getDxf0_0=n.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},hm=n._emscripten_bind_MdDbPolyline_getJson_0=function(){return(hm=n._emscripten_bind_MdDbPolyline_getJson_0=n.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},im=
|
|
280
|
+
n._emscripten_bind_MdDbPolyline_setJson_1=function(){return(im=n._emscripten_bind_MdDbPolyline_setJson_1=n.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},jm=n._emscripten_bind_MdDbPolyline___destroy___0=function(){return(jm=n._emscripten_bind_MdDbPolyline___destroy___0=n.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},km=n._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(km=n._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=
|
|
281
|
+
n.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},lm=n._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(lm=n._emscripten_bind_MdDbBlockReference_blockTableRecord_0=n.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,arguments)},mm=n._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(mm=n._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=n.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,
|
|
282
|
+
arguments)},nm=n._emscripten_bind_MdDbBlockReference_position_0=function(){return(nm=n._emscripten_bind_MdDbBlockReference_position_0=n.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},om=n._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(om=n._emscripten_bind_MdDbBlockReference_setPosition_1=n.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},pm=n._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(pm=n._emscripten_bind_MdDbBlockReference_scaleFactors_0=
|
|
283
|
+
n.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},qm=n._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(qm=n._emscripten_bind_MdDbBlockReference_setScaleFactors_1=n.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,arguments)},rm=n._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(rm=n._emscripten_bind_MdDbBlockReference_rotation_0=n.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},sm=n._emscripten_bind_MdDbBlockReference_setRotation_1=
|
|
284
|
+
function(){return(sm=n._emscripten_bind_MdDbBlockReference_setRotation_1=n.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},tm=n._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(tm=n._emscripten_bind_MdDbBlockReference_blockTransform_0=n.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},um=n._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(um=n._emscripten_bind_MdDbBlockReference_setBlockTransform_1=
|
|
285
|
+
n.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},wm=n._emscripten_bind_MdDbBlockReference_getObjectID_0=function(){return(wm=n._emscripten_bind_MdDbBlockReference_getObjectID_0=n.asm.emscripten_bind_MdDbBlockReference_getObjectID_0).apply(null,arguments)},xm=n._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(xm=n._emscripten_bind_MdDbBlockReference_Erase_0=n.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},ym=n._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=
|
|
286
|
+
function(){return(ym=n._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},zm=n._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(zm=n._emscripten_bind_MdDbBlockReference_Clone_0=n.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},Am=n._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(Am=n._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,
|
|
287
|
+
arguments)},Bm=n._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(Bm=n._emscripten_bind_MdDbBlockReference_getObjectName_0=n.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},Cm=n._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(Cm=n._emscripten_bind_MdDbBlockReference_getDxf0_0=n.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},Dm=n._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(Dm=n._emscripten_bind_MdDbBlockReference_getJson_0=
|
|
288
|
+
n.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},Em=n._emscripten_bind_MdDbBlockReference_setJson_1=function(){return(Em=n._emscripten_bind_MdDbBlockReference_setJson_1=n.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},Fm=n._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(Fm=n._emscripten_bind_MdDbBlockReference___destroy___0=n.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},Gm=n._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=
|
|
289
|
+
function(){return(Gm=n._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=n.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,arguments)},Hm=n._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return(Hm=n._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=n.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},Im=n._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return(Im=n._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=
|
|
290
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,arguments)},Jm=n._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=function(){return(Jm=n._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=n.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},Km=n._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(Km=n._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=n.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,
|
|
291
|
+
arguments)},Lm=n._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=function(){return(Lm=n._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},Mm=n._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(Mm=n._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=n.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},Nm=n._emscripten_bind_MdDbAlignedDimension_oblique_0=
|
|
292
|
+
function(){return(Nm=n._emscripten_bind_MdDbAlignedDimension_oblique_0=n.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},Om=n._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(Om=n._emscripten_bind_MdDbAlignedDimension_setOblique_1=n.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},Pm=n._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(Pm=n._emscripten_bind_MdDbAlignedDimension_textPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,
|
|
293
|
+
arguments)},Qm=n._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(Qm=n._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},Rm=n._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(Rm=n._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},Sm=n._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
|
|
294
|
+
function(){return(Sm=n._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},Tm=n._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(Tm=n._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},Um=n._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(Um=n._emscripten_bind_MdDbAlignedDimension_elevation_0=
|
|
295
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,arguments)},Vm=n._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(Vm=n._emscripten_bind_MdDbAlignedDimension_setElevation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},Wm=n._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(Wm=n._emscripten_bind_MdDbAlignedDimension_dimensionText_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,
|
|
296
|
+
arguments)},Xm=n._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=function(){return(Xm=n._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},Ym=n._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(Ym=n._emscripten_bind_MdDbAlignedDimension_textRotation_0=n.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},Zm=n._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
|
|
297
|
+
function(){return(Zm=n._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},$m=n._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return($m=n._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},an=n._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(an=n._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=
|
|
298
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,arguments)},bn=n._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(bn=n._emscripten_bind_MdDbAlignedDimension_textAttachment_0=n.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},cn=n._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(cn=n._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,
|
|
299
|
+
arguments)},dn=n._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=function(){return(dn=n._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},en=n._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(en=n._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},fn=n._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
|
|
300
|
+
function(){return(fn=n._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},gn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(gn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},hn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(hn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=
|
|
301
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,arguments)},jn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(jn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},kn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(kn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,
|
|
302
|
+
arguments)},ln=n._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=function(){return(ln=n._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},mn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(mn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},nn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
|
|
303
|
+
function(){return(nn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},on=n._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(on=n._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},pn=n._emscripten_bind_MdDbAlignedDimension_getObjectID_0=function(){return(pn=n._emscripten_bind_MdDbAlignedDimension_getObjectID_0=
|
|
304
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_getObjectID_0).apply(null,arguments)},qn=n._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(qn=n._emscripten_bind_MdDbAlignedDimension_Erase_0=n.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},rn=n._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=function(){return(rn=n._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,
|
|
305
|
+
arguments)},sn=n._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return(sn=n._emscripten_bind_MdDbAlignedDimension_Clone_0=n.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},tn=n._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(tn=n._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},un=n._emscripten_bind_MdDbAlignedDimension_getObjectName_0=function(){return(un=
|
|
306
|
+
n._emscripten_bind_MdDbAlignedDimension_getObjectName_0=n.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},vn=n._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(vn=n._emscripten_bind_MdDbAlignedDimension_getDxf0_0=n.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},wn=n._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(wn=n._emscripten_bind_MdDbAlignedDimension_getJson_0=n.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,
|
|
307
|
+
arguments)},xn=n._emscripten_bind_MdDbAlignedDimension_setJson_1=function(){return(xn=n._emscripten_bind_MdDbAlignedDimension_setJson_1=n.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},yn=n._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(yn=n._emscripten_bind_MdDbAlignedDimension___destroy___0=n.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},zn=n._emscripten_bind_MdDbMText_MdDbMText_0=function(){return(zn=n._emscripten_bind_MdDbMText_MdDbMText_0=
|
|
308
|
+
n.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},An=n._emscripten_bind_MdDbMText_location_0=function(){return(An=n._emscripten_bind_MdDbMText_location_0=n.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},Bn=n._emscripten_bind_MdDbMText_setLocation_1=function(){return(Bn=n._emscripten_bind_MdDbMText_setLocation_1=n.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},Cn=n._emscripten_bind_MdDbMText_rotation_0=function(){return(Cn=n._emscripten_bind_MdDbMText_rotation_0=
|
|
309
|
+
n.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},Dn=n._emscripten_bind_MdDbMText_setRotation_1=function(){return(Dn=n._emscripten_bind_MdDbMText_setRotation_1=n.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,arguments)},En=n._emscripten_bind_MdDbMText_width_0=function(){return(En=n._emscripten_bind_MdDbMText_width_0=n.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},Fn=n._emscripten_bind_MdDbMText_setWidth_1=function(){return(Fn=n._emscripten_bind_MdDbMText_setWidth_1=
|
|
310
|
+
n.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},Gn=n._emscripten_bind_MdDbMText_textHeight_0=function(){return(Gn=n._emscripten_bind_MdDbMText_textHeight_0=n.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,arguments)},Hn=n._emscripten_bind_MdDbMText_setTextHeight_1=function(){return(Hn=n._emscripten_bind_MdDbMText_setTextHeight_1=n.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},In=n._emscripten_bind_MdDbMText_attachment_0=function(){return(In=n._emscripten_bind_MdDbMText_attachment_0=
|
|
311
|
+
n.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},Jn=n._emscripten_bind_MdDbMText_setAttachment_1=function(){return(Jn=n._emscripten_bind_MdDbMText_setAttachment_1=n.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,arguments)},Kn=n._emscripten_bind_MdDbMText_contents_0=function(){return(Kn=n._emscripten_bind_MdDbMText_contents_0=n.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},Ln=n._emscripten_bind_MdDbMText_setContents_1=function(){return(Ln=n._emscripten_bind_MdDbMText_setContents_1=
|
|
312
|
+
n.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},Mn=n._emscripten_bind_MdDbMText_getObjectID_0=function(){return(Mn=n._emscripten_bind_MdDbMText_getObjectID_0=n.asm.emscripten_bind_MdDbMText_getObjectID_0).apply(null,arguments)},Nn=n._emscripten_bind_MdDbMText_Erase_0=function(){return(Nn=n._emscripten_bind_MdDbMText_Erase_0=n.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,arguments)},On=n._emscripten_bind_MdDbMText_ConnectionTempObject_1=function(){return(On=n._emscripten_bind_MdDbMText_ConnectionTempObject_1=
|
|
313
|
+
n.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,arguments)},Pn=n._emscripten_bind_MdDbMText_Clone_0=function(){return(Pn=n._emscripten_bind_MdDbMText_Clone_0=n.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},Qn=n._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(Qn=n._emscripten_bind_MdDbMText_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,arguments)},Rn=n._emscripten_bind_MdDbMText_getObjectName_0=function(){return(Rn=
|
|
314
|
+
n._emscripten_bind_MdDbMText_getObjectName_0=n.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,arguments)},Sn=n._emscripten_bind_MdDbMText_getDxf0_0=function(){return(Sn=n._emscripten_bind_MdDbMText_getDxf0_0=n.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},Tn=n._emscripten_bind_MdDbMText_getJson_0=function(){return(Tn=n._emscripten_bind_MdDbMText_getJson_0=n.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,arguments)},Un=n._emscripten_bind_MdDbMText_setJson_1=function(){return(Un=
|
|
315
|
+
n._emscripten_bind_MdDbMText_setJson_1=n.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,arguments)},Vn=n._emscripten_bind_MdDbMText___destroy___0=function(){return(Vn=n._emscripten_bind_MdDbMText___destroy___0=n.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},td=n._malloc=function(){return(td=n._malloc=n.asm.malloc).apply(null,arguments)},wd=n._free=function(){return(wd=n._free=n.asm.free).apply(null,arguments)};
|
|
316
|
+
function Sc(){return(Sc=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 Ic=n._pthread_self=function(){return(Ic=n._pthread_self=n.asm.pthread_self).apply(null,arguments)},te=n.__emscripten_thread_init=function(){return(te=n.__emscripten_thread_init=n.asm._emscripten_thread_init).apply(null,arguments)};
|
|
317
|
+
n.__emscripten_thread_crashed=function(){return(n.__emscripten_thread_crashed=n.asm._emscripten_thread_crashed).apply(null,arguments)};function nd(){return(nd=n.asm._emscripten_run_in_main_runtime_thread_js).apply(null,arguments)}function Hc(){return(Hc=n.asm._emscripten_thread_free_data).apply(null,arguments)}
|
|
318
|
+
var Oc=n.__emscripten_thread_exit=function(){return(Oc=n.__emscripten_thread_exit=n.asm._emscripten_thread_exit).apply(null,arguments)},Zc=n.__emscripten_check_mailbox=function(){return(Zc=n.__emscripten_check_mailbox=n.asm._emscripten_check_mailbox).apply(null,arguments)};function Wn(){return(Wn=n.asm.setThrew).apply(null,arguments)}function Kc(){return(Kc=n.asm.emscripten_stack_set_limits).apply(null,arguments)}function ld(){return(ld=n.asm.stackSave).apply(null,arguments)}
|
|
319
|
+
function Lc(){return(Lc=n.asm.stackRestore).apply(null,arguments)}function md(){return(md=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)};
|
|
320
|
+
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)};
|
|
321
|
+
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)};
|
|
322
|
+
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=253168;n.___stop_em_js=253266;function xe(a,c,d){var e=ld();try{Nc(a)(c,d)}catch(f){Lc(e);if(f!==f+0)throw f;Wn(1,0)}}
|
|
323
|
+
function we(a,c){var d=ld();try{Nc(a)(c)}catch(e){Lc(d);if(e!==e+0)throw e;Wn(1,0)}}function ue(a,c){var d=ld();try{return Nc(a)(c)}catch(e){Lc(d);if(e!==e+0)throw e;Wn(1,0)}}function ve(a,c,d,e){var f=ld();try{return Nc(a)(c,d,e)}catch(g){Lc(f);if(g!==g+0)throw g;Wn(1,0)}}n.keepRuntimeAlive=Ya;n.wasmMemory=ca;n.ExitStatus=Ab;n.PThread=w;var Xn;jb=function Yn(){Xn||Zn();Xn||(jb=Yn)};
|
|
324
|
+
function Zn(){function a(){if(!Xn&&(Xn=!0,n.calledRun=!0,!Pa)){Za();sa(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();Wa.unshift(c)}fb(Wa)}}}if(!(0<hb))if(q)sa(n),Za(),startWorker(n);else{if(n.preRun)for("function"==typeof n.preRun&&(n.preRun=[n.preRun]);n.preRun.length;)gb();fb(Ua);0<hb||(n.setStatus?(n.setStatus("Running..."),setTimeout(function(){setTimeout(function(){n.setStatus("")},
|
|
325
|
+
1);a()},1)):a())}}if(n.preInit)for("function"==typeof n.preInit&&(n.preInit=[n.preInit]);0<n.preInit.length;)n.preInit.pop()();Zn();function $n(){}$n.prototype=Object.create($n.prototype);$n.prototype.constructor=$n;$n.prototype.l=$n;$n.m={};n.WrapperObject=$n;function ao(a){return(a||$n).m}n.getCache=ao;function D(a,c){var d=ao(c),e=d[a];if(e)return e;e=Object.create((c||$n).prototype);e.g=a;return d[a]=e}n.wrapPointer=D;n.castObject=function(a,c){return D(a.g,c)};n.NULL=D(0);
|
|
326
|
+
n.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete ao(a.l)[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.l};var bo=0,co=0,eo=0,fo=[],go=0;function E(){if(go){for(var a=0;a<fo.length;a++)n._free(fo[a]);fo.length=0;n._free(bo);bo=0;co+=go;go=0}bo||(co+=128,(bo=n._malloc(co))||Na());eo=0}
|
|
327
|
+
function ho(a,c){bo||Na();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;eo+a>=co?(0<a||Na(),go+=a,c=n._malloc(a),fo.push(c)):(c=bo+eo,eo+=a);return c}function io(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 F(a){if("string"===typeof a){a=Mb(a);var c=ho(a,ba());io(a,ba(),c);return c}return a}function jo(a){if("object"===typeof a){var c=ho(a,qa());io(a,qa(),c);return c}return a}
|
|
328
|
+
function ko(){throw"cannot construct a MdRxObject, no constructor in IDL";}ko.prototype=Object.create($n.prototype);ko.prototype.constructor=ko;ko.prototype.l=ko;ko.m={};n.MdRxObject=ko;ko.prototype.getObjectName=function(){return r(ze(this.g))};ko.prototype.getDxf0=function(){return r(Ae(this.g))};ko.prototype.getJson=function(){return r(Be(this.g))};ko.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Ce(c,a)};
|
|
329
|
+
function G(){throw"cannot construct a MdDbObject, no constructor in IDL";}G.prototype=Object.create(ko.prototype);G.prototype.constructor=G;G.prototype.l=G;G.m={};n.MdDbObject=G;G.prototype.getObjectID=function(){return De(this.g)};G.prototype.Erase=function(){return!!Ee(this.g)};G.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fe(c,a)};G.prototype.Clone=function(){return D(Ge(this.g),G)};
|
|
330
|
+
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!!He(f,a,c,d,e)};G.prototype.getObjectName=function(){return r(Ie(this.g))};G.prototype.getDxf0=function(){return r(Je(this.g))};G.prototype.getJson=function(){return r(Ke(this.g))};G.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Le(c,a)};
|
|
331
|
+
function lo(){throw"cannot construct a MdDbEntity, no constructor in IDL";}lo.prototype=Object.create(G.prototype);lo.prototype.constructor=lo;lo.prototype.l=lo;lo.m={};n.MdDbEntity=lo;lo.prototype.getObjectID=function(){return Me(this.g)};lo.prototype.Erase=function(){return!!Ne(this.g)};lo.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Oe(c,a)};lo.prototype.Clone=function(){return D(Pe(this.g),G)};
|
|
332
|
+
lo.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Qe(f,a,c,d,e)};lo.prototype.getObjectName=function(){return r(Re(this.g))};lo.prototype.getDxf0=function(){return r(Se(this.g))};lo.prototype.getJson=function(){return r(Te(this.g))};lo.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Ue(c,a)};
|
|
333
|
+
function mo(){throw"cannot construct a MdDbCurve, no constructor in IDL";}mo.prototype=Object.create(lo.prototype);mo.prototype.constructor=mo;mo.prototype.l=mo;mo.m={};n.MdDbCurve=mo;mo.prototype.getStartParam=function(){return Ve(this.g)};mo.prototype.getEndParam=function(){return We(this.g)};mo.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xe(c,a)};mo.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ye(c,a)};
|
|
334
|
+
mo.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ze(c,a)};mo.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D($e(c,a),H)};mo.prototype.getObjectID=function(){return af(this.g)};mo.prototype.Erase=function(){return!!bf(this.g)};mo.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cf(c,a)};mo.prototype.Clone=function(){return D(df(this.g),G)};
|
|
335
|
+
mo.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!!ef(f,a,c,d,e)};mo.prototype.getObjectName=function(){return r(ff(this.g))};mo.prototype.getDxf0=function(){return r(gf(this.g))};mo.prototype.getJson=function(){return r(hf(this.g))};mo.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!jf(c,a)};
|
|
336
|
+
function I(){this.g=kf();ao(I)[this.g]=this}I.prototype=Object.create(lo.prototype);I.prototype.constructor=I;I.prototype.l=I;I.m={};n.MdDbDimension=I;I.prototype.textPosition=function(){return D(lf(this.g),H)};I.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mf(c,a)};I.prototype.isUsingDefaultTextPosition=function(){return!!nf(this.g)};I.prototype.useSetTextPosition=function(){return!!of(this.g)};I.prototype.useDefaultTextPosition=function(){return!!pf(this.g)};
|
|
337
|
+
I.prototype.elevation=I.prototype.elevation=function(){return qf(this.g)};I.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rf(c,a)};I.prototype.dimensionText=function(){return r(sf(this.g))};I.prototype.setDimensionText=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!tf(c,a)};I.prototype.textRotation=function(){return uf(this.g)};I.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vf(c,a)};
|
|
338
|
+
I.prototype.dimensionStyle=function(){return wf(this.g)};I.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xf(c,a)};I.prototype.textAttachment=function(){return yf(this.g)};I.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zf(c,a)};I.prototype.horizontalRotation=function(){return Af(this.g)};I.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bf(c,a)};
|
|
339
|
+
I.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cf(c,a)};I.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Df(c,a)};I.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ef(d,a,c)};I.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ff(c,a)};
|
|
340
|
+
I.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Gf(d,a,c)};I.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Hf(c,a))};I.prototype.SetDimVarString=function(a,c){var d=this.g;E();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:F(c);return!!If(d,a,c)};I.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Jf(c,a)};
|
|
341
|
+
I.prototype.SetDimVarObjectId=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)};I.prototype.getObjectID=function(){return Lf(this.g)};I.prototype.Erase=function(){return!!Mf(this.g)};I.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nf(c,a)};I.prototype.Clone=function(){return D(Of(this.g),G)};
|
|
342
|
+
I.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Pf(f,a,c,d,e)};I.prototype.getObjectName=function(){return r(Qf(this.g))};I.prototype.getDxf0=function(){return r(Rf(this.g))};I.prototype.getJson=function(){return r(Sf(this.g))};I.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Tf(c,a)};I.prototype.__destroy__=function(){Uf(this.g)};
|
|
343
|
+
function no(){throw"cannot construct a VoidPtr, no constructor in IDL";}no.prototype=Object.create($n.prototype);no.prototype.constructor=no;no.prototype.l=no;no.m={};n.VoidPtr=no;no.prototype.__destroy__=function(){Vf(this.g)};function J(){this.g=Wf();ao(J)[this.g]=this}J.prototype=Object.create($n.prototype);J.prototype.constructor=J;J.prototype.l=J;J.m={};n.MdCmColor=J;J.prototype.setColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Xf(c,a)};
|
|
344
|
+
J.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);Yf(e,a,c,d)};J.prototype.get_red=J.prototype.fb=function(){return Zf(this.g)};J.prototype.set_red=J.prototype.xb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);$f(c,a)};Object.defineProperty(J.prototype,"red",{get:J.prototype.fb,set:J.prototype.xb});J.prototype.get_green=J.prototype.bb=function(){return ag(this.g)};
|
|
345
|
+
J.prototype.set_green=J.prototype.ub=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);bg(c,a)};Object.defineProperty(J.prototype,"green",{get:J.prototype.bb,set:J.prototype.ub});J.prototype.get_blue=J.prototype.$a=function(){return cg(this.g)};J.prototype.set_blue=J.prototype.sb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);dg(c,a)};Object.defineProperty(J.prototype,"blue",{get:J.prototype.$a,set:J.prototype.sb});J.prototype.get_method=J.prototype.cb=function(){return eg(this.g)};
|
|
346
|
+
J.prototype.set_method=J.prototype.vb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);fg(c,a)};Object.defineProperty(J.prototype,"method",{get:J.prototype.cb,set:J.prototype.vb});J.prototype.get_n=J.prototype.eb=function(){return gg(this.g)};J.prototype.set_n=J.prototype.wb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);hg(c,a)};Object.defineProperty(J.prototype,"n",{get:J.prototype.eb,set:J.prototype.wb});J.prototype.get_colorIndex=J.prototype.ab=function(){return ig(this.g)};
|
|
347
|
+
J.prototype.set_colorIndex=J.prototype.tb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);jg(c,a)};Object.defineProperty(J.prototype,"colorIndex",{get:J.prototype.ab,set:J.prototype.tb});J.prototype.__destroy__=function(){kg(this.g)};
|
|
348
|
+
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?lg():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):mg(a,c,d);ao(H)[this.g]=this}H.prototype=Object.create($n.prototype);H.prototype.constructor=H;H.prototype.l=H;H.m={};n.MdGePoint3d=H;H.prototype.get_x=H.prototype.ga=function(){return ng(this.g)};
|
|
349
|
+
H.prototype.set_x=H.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);og(c,a)};Object.defineProperty(H.prototype,"x",{get:H.prototype.ga,set:H.prototype.ma});H.prototype.get_y=H.prototype.ha=function(){return pg(this.g)};H.prototype.set_y=H.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);qg(c,a)};Object.defineProperty(H.prototype,"y",{get:H.prototype.ha,set:H.prototype.na});H.prototype.get_z=H.prototype.ia=function(){return rg(this.g)};
|
|
350
|
+
H.prototype.set_z=H.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);sg(c,a)};Object.defineProperty(H.prototype,"z",{get:H.prototype.ia,set:H.prototype.oa});H.prototype.__destroy__=function(){tg(this.g)};
|
|
351
|
+
function K(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?ug():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):vg(a,c,d);ao(K)[this.g]=this}K.prototype=Object.create($n.prototype);K.prototype.constructor=K;K.prototype.l=K;K.m={};n.MdGeVector3d=K;K.prototype.get_x=K.prototype.ga=function(){return wg(this.g)};
|
|
352
|
+
K.prototype.set_x=K.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);xg(c,a)};Object.defineProperty(K.prototype,"x",{get:K.prototype.ga,set:K.prototype.ma});K.prototype.get_y=K.prototype.ha=function(){return yg(this.g)};K.prototype.set_y=K.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);zg(c,a)};Object.defineProperty(K.prototype,"y",{get:K.prototype.ha,set:K.prototype.na});K.prototype.get_z=K.prototype.ia=function(){return Ag(this.g)};
|
|
353
|
+
K.prototype.set_z=K.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Bg(c,a)};Object.defineProperty(K.prototype,"z",{get:K.prototype.ia,set:K.prototype.oa});K.prototype.__destroy__=function(){Cg(this.g)};function L(){this.g=Dg();ao(L)[this.g]=this}L.prototype=Object.create($n.prototype);L.prototype.constructor=L;L.prototype.l=L;L.m={};n.MdGeMatrix3d=L;L.prototype.setToIdentity=function(){Eg(this.g)};
|
|
354
|
+
L.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Fg(c,a)};L.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Gg(c,a)};L.prototype.setToProduct=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Hg(d,a,c)};L.prototype.invert=function(){Ig(this.g)};L.prototype.isSingular=function(){return!!Jg(this.g)};L.prototype.transposeIt=function(){Kg(this.g)};
|
|
355
|
+
L.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lg(c,a)};L.prototype.det=function(){return Mg(this.g)};L.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);Ng(f,a,c,d,e)};L.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Og(c,a)};
|
|
356
|
+
L.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);Pg(e,a,c,d)};L.prototype.setToScaling=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Qg(d,a,c)};L.prototype.scale=L.prototype.scale=function(){return Rg(this.g)};
|
|
357
|
+
L.prototype.getData=L.prototype.getData=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return Sg(d,a,c)};L.prototype.__destroy__=function(){Tg(this.g)};function M(){this.g=Ug();ao(M)[this.g]=this}M.prototype=Object.create(G.prototype);M.prototype.constructor=M;M.prototype.l=M;M.m={};n.MdDbLayerTableRecord=M;M.prototype.getName=function(){return r(Vg(this.g))};
|
|
358
|
+
M.prototype.setName=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Wg(c,a)};M.prototype.isFrozen=M.prototype.isFrozen=function(){return!!Xg(this.g)};M.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yg(c,a)};M.prototype.isOff=function(){return!!Zg(this.g)};M.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$g(c,a)};M.prototype.isLocked=function(){return!!ah(this.g)};
|
|
359
|
+
M.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bh(c,a)};M.prototype.color=M.prototype.color=function(){return D(ch(this.g),J)};M.prototype.setColor=M.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dh(c,a)};M.prototype.linetypeObjectId=function(){return eh(this.g)};M.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fh(c,a)};M.prototype.lineWeight=function(){return gh(this.g)};
|
|
360
|
+
M.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hh(c,a)};M.prototype.getObjectID=function(){return ih(this.g)};M.prototype.Erase=function(){return!!jh(this.g)};M.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kh(c,a)};M.prototype.Clone=function(){return D(lh(this.g),G)};
|
|
361
|
+
M.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!mh(f,a,c,d,e)};M.prototype.getObjectName=function(){return r(nh(this.g))};M.prototype.getDxf0=function(){return r(oh(this.g))};M.prototype.getJson=function(){return r(ph(this.g))};M.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!qh(c,a)};M.prototype.__destroy__=function(){rh(this.g)};
|
|
362
|
+
function po(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}po.prototype=Object.create(G.prototype);po.prototype.constructor=po;po.prototype.l=po;po.m={};n.MdDbLayerTable=po;po.prototype.getObjectID=function(){return sh(this.g)};po.prototype.Erase=function(){return!!th(this.g)};po.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uh(c,a)};po.prototype.Clone=function(){return D(vh(this.g),G)};
|
|
363
|
+
po.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!!wh(f,a,c,d,e)};po.prototype.getObjectName=function(){return r(xh(this.g))};po.prototype.getDxf0=function(){return r(yh(this.g))};po.prototype.getJson=function(){return r(zh(this.g))};po.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Ah(c,a)};
|
|
364
|
+
function qo(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}qo.prototype=Object.create(G.prototype);qo.prototype.constructor=qo;qo.prototype.l=qo;qo.m={};n.MdDbLinetypeTable=qo;qo.prototype.getObjectID=function(){return Bh(this.g)};qo.prototype.Erase=function(){return!!Ch(this.g)};qo.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dh(c,a)};qo.prototype.Clone=function(){return D(Eh(this.g),G)};
|
|
365
|
+
qo.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!!Fh(f,a,c,d,e)};qo.prototype.getObjectName=function(){return r(Gh(this.g))};qo.prototype.getDxf0=function(){return r(Hh(this.g))};qo.prototype.getJson=function(){return r(Ih(this.g))};qo.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Jh(c,a)};
|
|
366
|
+
function ro(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}ro.prototype=Object.create(G.prototype);ro.prototype.constructor=ro;ro.prototype.l=ro;ro.m={};n.MdDbTextStyleTable=ro;ro.prototype.getObjectID=function(){return Kh(this.g)};ro.prototype.Erase=function(){return!!Lh(this.g)};ro.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mh(c,a)};ro.prototype.Clone=function(){return D(Nh(this.g),G)};
|
|
367
|
+
ro.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!!Oh(f,a,c,d,e)};ro.prototype.getObjectName=function(){return r(Ph(this.g))};ro.prototype.getDxf0=function(){return r(Qh(this.g))};ro.prototype.getJson=function(){return r(Rh(this.g))};ro.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Sh(c,a)};
|
|
368
|
+
function N(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}N.prototype=Object.create(ko.prototype);N.prototype.constructor=N;N.prototype.l=N;N.m={};n.MdDbDatabase=N;N.prototype.GetLayerTable=function(){return D(Th(this.g),po)};N.prototype.GetLinetypeTable=function(){return D(Uh(this.g),qo)};N.prototype.GetTextStyleTable=function(){return D(Vh(this.g),ro)};N.prototype.GetCurrentlyLineTypeScale=function(){return Wh(this.g)};
|
|
369
|
+
N.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Xh(c,a)};N.prototype.GetCurrentlyLayerName=function(){return r(Yh(this.g))};N.prototype.SetCurrentlyLayerName=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);Zh(c,a)};N.prototype.GetCurrentlyLineTypeName=function(){return r($h(this.g))};N.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);ai(c,a)};
|
|
370
|
+
N.prototype.GetCurrentlyTrueColor=function(){return D(bi(this.g),J)};N.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ci(c,a)};N.prototype.GetCurrentlyColorIndex=function(){return di(this.g)};N.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ei(c,a)};N.prototype.GetCurrentlyTextStyleName=function(){return r(fi(this.g))};
|
|
371
|
+
N.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);gi(c,a)};N.prototype.getObjectName=function(){return r(hi(this.g))};N.prototype.getDxf0=function(){return r(ii(this.g))};N.prototype.getJson=function(){return r(ji(this.g))};N.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!ki(c,a)};function O(){throw"cannot construct a McObject, no constructor in IDL";}O.prototype=Object.create($n.prototype);
|
|
372
|
+
O.prototype.constructor=O;O.prototype.l=O;O.m={};n.McObject=O;O.prototype.updateDisplay=function(a,c){var d=this.g;E();"object"==typeof a&&(a=jo(a));"object"==typeof c&&(c=jo(c));return!!li(d,a,c)};O.prototype.test=O.prototype.test=function(){mi(this.g)};O.prototype.openWebFile=function(a,c,d){var e=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!ni(e,a,c,d)};
|
|
373
|
+
O.prototype.saveFileToUrl=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!oi(c,a)};O.prototype.saveFile=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!pi(c,a)};O.prototype.getViewDataJsonParam=function(){return r(qi(this.g))};O.prototype.updataAppData=function(){ri(this.g)};O.prototype.GetDatabase=function(){return D(si(this.g),N)};O.prototype.GetSysVarString=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return r(ti(c,a))};
|
|
374
|
+
O.prototype.SetSysVarString=function(a,c){var d=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c=c&&"object"===typeof c?c.g:F(c);return!!ui(d,a,c)};O.prototype.GetSysVarDouble=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return vi(c,a)};O.prototype.SetSysVarDouble=function(a,c){var d=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c&&"object"===typeof c&&(c=c.g);return!!wi(d,a,c)};O.prototype.GetSysVarLong=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return xi(c,a)};
|
|
375
|
+
O.prototype.SetSysVarLong=function(a,c){var d=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c&&"object"===typeof c&&(c=c.g);return!!yi(d,a,c)};O.prototype.fireEventWindowSize=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);zi(d,a,c)};O.prototype.fireEventCommandStart=function(){Ai(this.g)};O.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 Bi(d,a,c)};
|
|
376
|
+
O.prototype.IntelliSelect_getGridData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Ci(c,a))};O.prototype.EntityTempWordDraw_onJigCommandEnd=function(){Di(this.g)};O.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ei(c,a)};O.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){Fi(this.g)};O.prototype.EntityTempWordDraw_onJigClearDisplay=function(){Gi(this.g)};
|
|
377
|
+
O.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Hi(c,a)};O.prototype.GetDrawColor=function(){return D(Ii(this.g),J)};O.prototype.AddLayer=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);Ji(c,a)};O.prototype.SetDrawLayer=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);Ki(c,a)};O.prototype.GetDrawLayer=function(){return r(Li(this.g))};
|
|
378
|
+
O.prototype.AddTextStyle=function(a,c,d,e){var f=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c=c&&"object"===typeof c?c.g:F(c);d=d&&"object"===typeof d?d.g:F(d);e&&"object"===typeof e&&(e=e.g);Mi(f,a,c,d,e)};O.prototype.SetDrawTextStyle=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);Ni(c,a)};O.prototype.GetDrawTextStyle=function(){return r(Oi(this.g))};
|
|
379
|
+
O.prototype.AddLinetype=function(a,c){var d=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c=c&&"object"===typeof c?c.g:F(c);Pi(d,a,c)};O.prototype.AddLinetypeEx=function(a,c,d){var e=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c=c&&"object"===typeof c?c.g:F(c);d=d&&"object"===typeof d?d.g:F(d);Qi(e,a,c,d)};
|
|
380
|
+
O.prototype.AddDimStyle=function(a,c,d,e,f){var g=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c=c&&"object"===typeof c?c.g:F(c);d=d&&"object"===typeof d?d.g:F(d);e=e&&"object"===typeof e?e.g:F(e);f=f&&"object"===typeof f?f.g:F(f);Ri(g,a,c,d,e,f)};O.prototype.SetDrawLinetype=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);Si(c,a)};O.prototype.GetDrawLinetype=function(){return r(Ti(this.g))};
|
|
381
|
+
O.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ui(c,a)};O.prototype.GetDrawLineWeight=function(){return Vi(this.g)};O.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Wi(c,a)};O.prototype.GetDrawLineTypeScale=function(){return Xi(this.g)};O.prototype.SetDrawDimStyle=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);Yi(c,a)};O.prototype.GetDrawDimStyle=function(){return r(Zi(this.g))};
|
|
382
|
+
O.prototype.SetPatternDefinition=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);$i(c,a)};O.prototype.GetPatternDefinition=function(){return r(aj(this.g))};O.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);bj(c,a)};O.prototype.GetDrawLineWidth=function(){return cj(this.g)};
|
|
383
|
+
O.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 dj(h,a,c,d,e,f,g)};
|
|
384
|
+
O.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 ej(g,a,c,d,e,f)};
|
|
385
|
+
O.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 fj(h,a,c,d,e,f,g)};O.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 gj(e,a,c,d)};
|
|
386
|
+
O.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 hj(g,a,c,d,e,f)};
|
|
387
|
+
O.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 ij(l,a,c,d,e,f,g,h)};O.prototype.DrawPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return jj(d,a,c)};
|
|
388
|
+
O.prototype.DrawSolid=function(a,c,d,e,f,g,h,l){var t=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 kj(t,a,c,d,e,f,g,h,l)};
|
|
389
|
+
O.prototype.DrawMText=function(a,c,d,e,f,g,h){var l=this.g;E();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:F(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 lj(l,a,c,d,e,f,g,h)};
|
|
390
|
+
O.prototype.DrawText=function(a,c,d,e,f,g,h){var l=this.g;E();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:F(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 mj(l,a,c,d,e,f,g,h)};
|
|
391
|
+
O.prototype.DrawBlockReference=function(a,c,d,e,f){var g=this.g;E();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:F(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return nj(g,a,c,d,e,f)};
|
|
392
|
+
O.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 oj(h,a,c,d,e,f,g)};
|
|
393
|
+
O.prototype.DrawDimAngular=function(a,c,d,e,f,g,h,l){var t=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 pj(t,a,c,d,e,f,g,h,l)};
|
|
394
|
+
O.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 qj(g,a,c,d,e,f)};
|
|
395
|
+
O.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 rj(l,a,c,d,e,f,g,h)};
|
|
396
|
+
O.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 sj(g,a,c,d,e,f)};O.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 tj(g,a,c,d,e,f)};
|
|
397
|
+
O.prototype.PathMoveTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);uj(d,a,c)};O.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);vj(g,a,c,d,e,f)};O.prototype.PathLineTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);wj(d,a,c)};
|
|
398
|
+
O.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);xj(g,a,c,d,e,f)};O.prototype.DrawPathToPolyline=function(){return yj(this.g)};O.prototype.DrawPathToSpline=function(){return zj(this.g)};O.prototype.PathMakeClosed=function(){Aj(this.g)};
|
|
399
|
+
O.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Bj(c,a)};O.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Cj(c,a)};function so(){this.g=Dj();ao(so)[this.g]=this}so.prototype=Object.create($n.prototype);so.prototype.constructor=so;so.prototype.l=so;so.m={};n.McApp=so;so.prototype.Init=function(){Ej(this.g)};
|
|
400
|
+
so.prototype.CreateMxDraw=function(a,c,d,e,f){var g=this.g;E();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:F(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return D(Fj(g,a,c,d,e,f),O)};so.prototype.GetCurrentMxDraw=function(){return D(Gj(this.g),O)};so.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Hj(c,a)};
|
|
401
|
+
so.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 Ij(f,a,c,d,e)};so.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Jj(c,a))};so.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D(Kj(c,a),P)};
|
|
402
|
+
so.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D(Lj(c,a),R)};so.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D(Mj(c,a),G)};so.prototype.getLastCallResult=function(){return Nj(this.g)};so.prototype.__destroy__=function(){Oj(this.g)};function S(){this.g=Pj();ao(S)[this.g]=this}S.prototype=Object.create(ko.prototype);S.prototype.constructor=S;S.prototype.l=S;S.m={};n.McDrawResbuf=S;S.prototype.Clear=function(){Qj(this.g)};
|
|
403
|
+
S.prototype.GetCount=function(){return Rj(this.g)};S.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Sj(c,a)};S.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Tj(c,a)};S.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Uj(c,a)};S.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(Vj(c,a))};
|
|
404
|
+
S.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D(Wj(c,a),H)};S.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xj(c,a)};S.prototype.AddDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Yj(d,a,c)};S.prototype.Addlong=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Zj(d,a,c)};
|
|
405
|
+
S.prototype.AddObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);ak(d,a,c)};S.prototype.AddString=function(a,c){var d=this.g;E();a=a&&"object"===typeof a?a.g:F(a);c&&"object"===typeof c&&(c=c.g);bk(d,a,c)};S.prototype.AddPoint=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)};S.prototype.RemoveAll=function(){dk(this.g)};
|
|
406
|
+
S.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ek(c,a)};S.prototype.getObjectName=function(){return r(fk(this.g))};S.prototype.getDxf0=function(){return r(gk(this.g))};S.prototype.getJson=function(){return r(hk(this.g))};S.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!ik(c,a)};S.prototype.__destroy__=function(){jk(this.g)};function to(){this.g=kk();ao(to)[this.g]=this}to.prototype=Object.create($n.prototype);
|
|
407
|
+
to.prototype.constructor=to;to.prototype.l=to;to.m={};n.McDrawUtility=to;to.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 lk(g,a,c,d,e,f)};to.prototype.eraseEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mk(c,a)};
|
|
408
|
+
to.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!nk(d,a,c)};to.prototype.__destroy__=function(){ok(this.g)};function P(){this.g=pk();ao(P)[this.g]=this}P.prototype=Object.create(mo.prototype);P.prototype.constructor=P;P.prototype.l=P;P.m={};n.MdDbLine=P;P.prototype.startPoint=function(){return D(qk(this.g),H)};P.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rk(c,a)};
|
|
409
|
+
P.prototype.endPoint=function(){return D(sk(this.g),H)};P.prototype.setEndPoint=P.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tk(c,a)};P.prototype.getStartParam=function(){return uk(this.g)};P.prototype.getEndParam=function(){return vk(this.g)};P.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return wk(c,a)};P.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return xk(c,a)};
|
|
410
|
+
P.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return yk(c,a)};P.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D(zk(c,a),H)};P.prototype.getObjectID=function(){return Ak(this.g)};P.prototype.Erase=function(){return!!Bk(this.g)};P.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ck(c,a)};P.prototype.Clone=function(){return D(Dk(this.g),G)};
|
|
411
|
+
P.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!!Ek(f,a,c,d,e)};P.prototype.getObjectName=function(){return r(Fk(this.g))};P.prototype.getDxf0=function(){return r(Gk(this.g))};P.prototype.getJson=function(){return r(Hk(this.g))};P.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Ik(c,a)};P.prototype.__destroy__=function(){Jk(this.g)};
|
|
412
|
+
function R(){this.g=Kk();ao(R)[this.g]=this}R.prototype=Object.create(lo.prototype);R.prototype.constructor=R;R.prototype.l=R;R.m={};n.MdDbText=R;R.prototype.position=R.prototype.position=function(){return D(Lk(this.g),H)};R.prototype.setPosition=R.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mk(c,a)};R.prototype.alignmentPoint=function(){return D(Nk(this.g),H)};
|
|
413
|
+
R.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ok(c,a)};R.prototype.oblique=function(){return Pk(this.g)};R.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qk(c,a)};R.prototype.rotation=R.prototype.rotation=function(){return Rk(this.g)};R.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sk(c,a)};R.prototype.height=R.prototype.height=function(){return Tk(this.g)};
|
|
414
|
+
R.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uk(c,a)};R.prototype.widthFactor=function(){return Vk(this.g)};R.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wk(c,a)};R.prototype.textString=function(){return r(Xk(this.g))};R.prototype.setTextString=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Yk(c,a)};R.prototype.horizontalMode=function(){return Zk(this.g)};
|
|
415
|
+
R.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$k(c,a)};R.prototype.verticalMode=function(){return al(this.g)};R.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bl(c,a)};R.prototype.getObjectID=function(){return cl(this.g)};R.prototype.Erase=function(){return!!dl(this.g)};R.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!el(c,a)};
|
|
416
|
+
R.prototype.Clone=function(){return D(fl(this.g),G)};R.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!gl(f,a,c,d,e)};R.prototype.getObjectName=function(){return r(hl(this.g))};R.prototype.getDxf0=function(){return r(il(this.g))};R.prototype.getJson=function(){return r(jl(this.g))};
|
|
417
|
+
R.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!kl(c,a)};R.prototype.__destroy__=function(){ll(this.g)};function T(){this.g=ml();ao(T)[this.g]=this}T.prototype=Object.create(mo.prototype);T.prototype.constructor=T;T.prototype.l=T;T.m={};n.MdDbCircle=T;T.prototype.center=function(){return D(nl(this.g),H)};T.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ol(c,a)};T.prototype.radius=function(){return pl(this.g)};
|
|
418
|
+
T.prototype.setRadius=T.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ql(c,a)};T.prototype.getStartParam=function(){return rl(this.g)};T.prototype.getEndParam=function(){return sl(this.g)};T.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return tl(c,a)};T.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ul(c,a)};
|
|
419
|
+
T.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return vl(c,a)};T.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D(wl(c,a),H)};T.prototype.getObjectID=function(){return xl(this.g)};T.prototype.Erase=function(){return!!yl(this.g)};T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zl(c,a)};T.prototype.Clone=function(){return D(Al(this.g),G)};
|
|
420
|
+
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!!Bl(f,a,c,d,e)};T.prototype.getObjectName=function(){return r(Cl(this.g))};T.prototype.getDxf0=function(){return r(Dl(this.g))};T.prototype.getJson=function(){return r(El(this.g))};T.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Fl(c,a)};T.prototype.__destroy__=function(){Gl(this.g)};
|
|
421
|
+
function V(){this.g=Hl();ao(V)[this.g]=this}V.prototype=Object.create(mo.prototype);V.prototype.constructor=V;V.prototype.l=V;V.m={};n.MdDbPolyline=V;V.prototype.setClosed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Il(c,a)};V.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jl(c,a)};V.prototype.isClosed=function(){return!!Kl(this.g)};V.prototype.getConstantWidth=function(){return Ll(this.g)};
|
|
422
|
+
V.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!!Ml(g,a,c,d,e,f)};V.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nl(c,a)};V.prototype.numVerts=function(){return Ol(this.g)};V.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D(Pl(c,a),H)};
|
|
423
|
+
V.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ql(c,a)};V.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Rl(c,a)};V.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Sl(c,a)};V.prototype.setPointAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Tl(d,a,c)};
|
|
424
|
+
V.prototype.setBulgeAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ul(d,a,c)};V.prototype.getStartParam=function(){return Vl(this.g)};V.prototype.getEndParam=function(){return Wl(this.g)};V.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xl(c,a)};V.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Yl(c,a)};
|
|
425
|
+
V.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Zl(c,a)};V.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return D($l(c,a),H)};V.prototype.getObjectID=function(){return am(this.g)};V.prototype.Erase=function(){return!!bm(this.g)};V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cm(c,a)};V.prototype.Clone=function(){return D(dm(this.g),G)};
|
|
426
|
+
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!!em(f,a,c,d,e)};V.prototype.getObjectName=function(){return r(fm(this.g))};V.prototype.getDxf0=function(){return r(gm(this.g))};V.prototype.getJson=function(){return r(hm(this.g))};V.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!im(c,a)};V.prototype.__destroy__=function(){jm(this.g)};
|
|
427
|
+
function W(){this.g=km();ao(W)[this.g]=this}W.prototype=Object.create(lo.prototype);W.prototype.constructor=W;W.prototype.l=W;W.m={};n.MdDbBlockReference=W;W.prototype.blockTableRecord=function(){return lm(this.g)};W.prototype.setBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mm(c,a)};W.prototype.position=W.prototype.position=function(){return D(nm(this.g),H)};
|
|
428
|
+
W.prototype.setPosition=W.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!om(c,a)};W.prototype.scaleFactors=function(){return D(pm(this.g),H)};W.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qm(c,a)};W.prototype.rotation=W.prototype.rotation=function(){return rm(this.g)};W.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sm(c,a)};
|
|
429
|
+
W.prototype.blockTransform=function(){return D(tm(this.g),L)};W.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!um(c,a)};W.prototype.getObjectID=function(){return wm(this.g)};W.prototype.Erase=function(){return!!xm(this.g)};W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ym(c,a)};W.prototype.Clone=function(){return D(zm(this.g),G)};
|
|
430
|
+
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!!Am(f,a,c,d,e)};W.prototype.getObjectName=function(){return r(Bm(this.g))};W.prototype.getDxf0=function(){return r(Cm(this.g))};W.prototype.getJson=function(){return r(Dm(this.g))};W.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Em(c,a)};W.prototype.__destroy__=function(){Fm(this.g)};
|
|
431
|
+
function X(){this.g=Gm();ao(X)[this.g]=this}X.prototype=Object.create(I.prototype);X.prototype.constructor=X;X.prototype.l=X;X.m={};n.MdDbAlignedDimension=X;X.prototype.xLine1Point=function(){return D(Hm(this.g),H)};X.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Im(c,a)};X.prototype.xLine2Point=function(){return D(Jm(this.g),H)};X.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Km(c,a)};
|
|
432
|
+
X.prototype.dimLinePoint=function(){return D(Lm(this.g),H)};X.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mm(c,a)};X.prototype.oblique=function(){return Nm(this.g)};X.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Om(c,a)};X.prototype.textPosition=function(){return D(Pm(this.g),H)};X.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qm(c,a)};
|
|
433
|
+
X.prototype.isUsingDefaultTextPosition=function(){return!!Rm(this.g)};X.prototype.useSetTextPosition=function(){return!!Sm(this.g)};X.prototype.useDefaultTextPosition=function(){return!!Tm(this.g)};X.prototype.elevation=X.prototype.elevation=function(){return Um(this.g)};X.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vm(c,a)};X.prototype.dimensionText=function(){return r(Wm(this.g))};
|
|
434
|
+
X.prototype.setDimensionText=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Xm(c,a)};X.prototype.textRotation=function(){return Ym(this.g)};X.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zm(c,a)};X.prototype.dimensionStyle=function(){return $m(this.g)};X.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!an(c,a)};X.prototype.textAttachment=function(){return bn(this.g)};
|
|
435
|
+
X.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cn(c,a)};X.prototype.horizontalRotation=function(){return dn(this.g)};X.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!en(c,a)};X.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fn(c,a)};X.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gn(c,a)};
|
|
436
|
+
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!!hn(d,a,c)};X.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return jn(c,a)};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!!kn(d,a,c)};X.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return r(ln(c,a))};
|
|
437
|
+
X.prototype.SetDimVarString=function(a,c){var d=this.g;E();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:F(c);return!!mn(d,a,c)};X.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return nn(c,a)};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!!on(d,a,c)};X.prototype.getObjectID=function(){return pn(this.g)};X.prototype.Erase=function(){return!!qn(this.g)};
|
|
438
|
+
X.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rn(c,a)};X.prototype.Clone=function(){return D(sn(this.g),G)};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!!tn(f,a,c,d,e)};X.prototype.getObjectName=function(){return r(un(this.g))};X.prototype.getDxf0=function(){return r(vn(this.g))};
|
|
439
|
+
X.prototype.getJson=function(){return r(wn(this.g))};X.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!xn(c,a)};X.prototype.__destroy__=function(){yn(this.g)};function Y(){this.g=zn();ao(Y)[this.g]=this}Y.prototype=Object.create(lo.prototype);Y.prototype.constructor=Y;Y.prototype.l=Y;Y.m={};n.MdDbMText=Y;Y.prototype.location=Y.prototype.location=function(){return D(An(this.g),H)};
|
|
440
|
+
Y.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bn(c,a)};Y.prototype.rotation=Y.prototype.rotation=function(){return Cn(this.g)};Y.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dn(c,a)};Y.prototype.width=Y.prototype.width=function(){return En(this.g)};Y.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fn(c,a)};Y.prototype.textHeight=function(){return Gn(this.g)};
|
|
441
|
+
Y.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hn(c,a)};Y.prototype.attachment=function(){return In(this.g)};Y.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jn(c,a)};Y.prototype.contents=Y.prototype.i=function(){return r(Kn(this.g))};Y.prototype.setContents=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Ln(c,a)};Y.prototype.getObjectID=function(){return Mn(this.g)};Y.prototype.Erase=function(){return!!Nn(this.g)};
|
|
442
|
+
Y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!On(c,a)};Y.prototype.Clone=function(){return D(Pn(this.g),G)};Y.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Qn(f,a,c,d,e)};Y.prototype.getObjectName=function(){return r(Rn(this.g))};Y.prototype.getDxf0=function(){return r(Sn(this.g))};
|
|
443
|
+
Y.prototype.getJson=function(){return r(Tn(this.g))};Y.prototype.setJson=function(a){var c=this.g;E();a=a&&"object"===typeof a?a.g:F(a);return!!Un(c,a)};Y.prototype.__destroy__=function(){Vn(this.g)};
|
|
444
|
+
|
|
445
|
+
|
|
446
|
+
return mxdrawassembly.ready
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
);
|
|
450
|
+
})();
|
|
451
|
+
if (typeof exports === 'object' && typeof module === 'object')
|
|
452
|
+
module.exports = mxdrawassembly;
|
|
453
|
+
else if (typeof define === 'function' && define['amd'])
|
|
454
|
+
define([], function() { return mxdrawassembly; });
|
|
455
|
+
else if (typeof exports === 'object')
|
|
456
|
+
exports["mxdrawassembly"] = mxdrawassembly;
|
|
457
|
+
self.mxdrawassembly = mxdrawassembly;
|