mxcad 1.0.49 → 1.0.51
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/README.md +318 -4
- package/dist/mxcad.d.ts +1471 -1112
- package/dist/mxcad.es.js +1257 -1317
- package/dist/mxcad.umd.js +37 -37
- package/dist/wasm/2d/mxdrawassembly_min.js +509 -507
- package/dist/wasm/2d/mxdrawassembly_min.wasm +0 -0
- package/dist/wasm/2d-st/mxdrawassembly_min.js +442 -440
- package/dist/wasm/2d-st/mxdrawassembly_minst.wasm +0 -0
- package/package.json +11 -9
|
@@ -5,516 +5,518 @@ var mxdrawassembly = (() => {
|
|
|
5
5
|
return (
|
|
6
6
|
function(mxdrawassembly = {}) {
|
|
7
7
|
|
|
8
|
-
function
|
|
9
|
-
var
|
|
10
|
-
if(
|
|
11
|
-
};
|
|
12
|
-
(Da=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},
|
|
13
|
-
var Ha=console.log.bind(console),Ia=console.warn.bind(console);
|
|
14
|
-
function
|
|
15
|
-
if(
|
|
16
|
-
Error("bad memory");
|
|
17
|
-
function hb(){var a=
|
|
8
|
+
function ba(){ca.buffer!=da.buffer&&ea();return da}function fa(){ca.buffer!=da.buffer&&ea();return ha}function ja(){ca.buffer!=da.buffer&&ea();return la}function b(){ca.buffer!=da.buffer&&ea();return ma}function m(){ca.buffer!=da.buffer&&ea();return na}function oa(){ca.buffer!=da.buffer&&ea();return pa}function qa(){ca.buffer!=da.buffer&&ea();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,Aa=n.ENVIRONMENT_IS_PTHREAD||!1,Ba="";function Ca(a){return n.locateFile?n.locateFile(a,Ba):Ba+a}var Da,Ea,Fa;
|
|
10
|
+
if(za){var fs=require("fs"),Ga=require("path");Ba=ya?Ga.dirname(Ba)+"/":__dirname+"/";Da=(c,d)=>{c=c.startsWith("file://")?new URL(c):Ga.normalize(c);return fs.readFileSync(c,d?void 0:"utf8")};Fa=c=>{c=Da(c,!0);c.buffer||(c=new Uint8Array(c));return c};Ea=(c,d,e)=>{c=c.startsWith("file://")?new URL(c):Ga.normalize(c);fs.readFile(c,function(f,g){f?e(f):d(g.buffer)})};!n.thisProgram&&1<process.argv.length&&(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?Ba=self.location.href:"undefined"!=typeof document&&document.currentScript&&(Ba=document.currentScript.src),_scriptDir&&(Ba=_scriptDir),Ba=0!==Ba.indexOf("blob:")?Ba.substr(0,Ba.replace(/[?#].*/,"").lastIndexOf("/")+1):"",za||
|
|
12
|
+
(Da=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)}),Ea=(a,c,d)=>{var e=new XMLHttpRequest;e.open("GET",a,!0);e.responseType="arraybuffer";e.onload=()=>{200==e.status||0==e.status&&e.response?c(e.response):d()};e.onerror=d;e.send(null)});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,Pa,Qa=!1,Ra,da,ha,Sa,la,ma,na,pa,ra;
|
|
14
|
+
function ea(){var a=ca.buffer;n.HEAP8=da=new Int8Array(a);n.HEAP16=Sa=new Int16Array(a);n.HEAP32=ma=new Int32Array(a);n.HEAPU8=ha=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 Ta=n.INITIAL_MEMORY||16777216;4194304<=Ta||Na("INITIAL_MEMORY should be larger than STACK_SIZE, was "+Ta+"! (STACK_SIZE=4194304)");
|
|
15
|
+
if(Aa)ca=n.wasmMemory;else if(n.wasmMemory)ca=n.wasmMemory;else if(ca=new WebAssembly.Memory({initial:Ta/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");ea();Ta=ca.buffer.byteLength;var Ua,Va=[],Wa=[],Xa=[],Ya=0;function Za(){return noExitRuntime||0<Ya}function $a(){Aa||(n.noFSInit||ab||(ab=!0,bb(),n.stdin=n.stdin,n.stdout=n.stdout,n.stderr=n.stderr,n.stdin?cb("stdin",n.stdin):db("/dev/tty","/dev/stdin"),n.stdout?cb("stdout",null,n.stdout):db("/dev/tty","/dev/stdout"),n.stderr?cb("stderr",null,n.stderr):db("/dev/tty1","/dev/stderr"),eb("/dev/stdin",0),eb("/dev/stdout",1),eb("/dev/stderr",1)),fb=!1,gb(Wa))}
|
|
17
|
+
function hb(){var a=n.preRun.shift();Va.unshift(a)}var ib=0,jb=null,kb=null;function lb(){ib++;n.monitorRunDependencies&&n.monitorRunDependencies(ib)}function mb(){ib--;n.monitorRunDependencies&&n.monitorRunDependencies(ib);if(0==ib&&(null!==jb&&(clearInterval(jb),jb=null),kb)){var a=kb;kb=null;a()}}function Na(a){if(n.onAbort)n.onAbort(a);a="Aborted("+a+")";La(a);Qa=!0;Ra=1;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ta(a);throw a;}
|
|
18
18
|
function nb(a){return a.startsWith("data:application/octet-stream;base64,")}var ob;ob="mxdrawassembly_min.wasm";nb(ob)||(ob=Ca(ob));function pb(a){try{if(a==ob&&Ma)return new Uint8Array(Ma);if(Fa)return Fa(a);throw"both async and sync fetching of the wasm failed";}catch(c){Na(c)}}
|
|
19
|
-
function qb(a){if(!Ma&&(ya
|
|
19
|
+
function qb(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 pb(a)});if(Ea)return new Promise(function(c,d){Ea(a,function(e){c(new Uint8Array(e))},d)})}return Promise.resolve().then(function(){return pb(a)})}
|
|
20
20
|
function rb(a,c,d){return qb(a).then(function(e){return WebAssembly.instantiate(e,c)}).then(function(e){return e}).then(d,function(e){La("failed to asynchronously prepare wasm: "+e);Na(e)})}
|
|
21
|
-
function sb(a,c){var d=ob;return Ma||"function"!=typeof WebAssembly.instantiateStreaming||nb(d)||d.startsWith("file://")||
|
|
22
|
-
var tb,ub,Ab={
|
|
23
|
-
function Bb(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function Cb(a){a.terminate();a.onmessage=()=>{}}function Db(a){(a=
|
|
24
|
-
var
|
|
25
|
-
{if("/"===a)return"/";a=
|
|
26
|
-
function
|
|
27
|
-
function
|
|
28
|
-
function
|
|
29
|
-
var
|
|
30
|
-
0;f<e;f++)a.tty.O.ka(a.tty,c[d+f])}catch(g){throw new
|
|
31
|
-
c&&(c+="\n"));if(!c)return null;a.input=
|
|
32
|
-
c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new
|
|
33
|
-
d.m=
|
|
34
|
-
256)),d=a.j,a.j=new Uint8Array(c),0<a.o&&a.j.set(d.subarray(0,a.o),0))},
|
|
35
|
-
new Date(a.timestamp);c.
|
|
36
|
-
a.parent=c},unlink:function(a,c){delete a.j[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=
|
|
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===
|
|
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
|
|
39
|
-
Ja:function(a,c,d,e){
|
|
40
|
-
}return{path:e,node:d}},
|
|
41
|
-
c)return d}return a.h.lookup(a,c)},
|
|
42
|
-
|
|
43
|
-
set:function(d){this.$.position=d}}}));a=Object.assign(new
|
|
44
|
-
a=
|
|
45
|
-
c.h.rmdir(c,a);
|
|
46
|
-
8192===(f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new
|
|
47
|
-
m:f.m,
|
|
48
|
-
if(16384===(a.node.mode&61440))throw new
|
|
49
|
-
146);return d},cb=(a,c,d)=>{a=
|
|
50
|
-
f)},wc
|
|
51
|
-
function yb(a,c,d){var e=c+d;for(d=c;a[d]&&!(d>=e);)++d;if(16<d-c&&a.buffer&&
|
|
52
|
-
function
|
|
53
|
-
var
|
|
54
|
-
{a.onmessage=g=>{g=g.data;var h=g.cmd;a.
|
|
55
|
-
h)
|
|
56
|
-
": "+g.message);throw g;};
|
|
57
|
-
|
|
58
|
-
function
|
|
59
|
-
function
|
|
60
|
-
function
|
|
61
|
-
return-g.s}}function
|
|
62
|
-
function
|
|
63
|
-
function
|
|
64
|
-
function
|
|
65
|
-
function
|
|
66
|
-
a++,h=
|
|
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;
|
|
68
|
-
|
|
69
|
-
d("double");if(isNaN(g))
|
|
70
|
-
("0"==l[0].slice(-1)||"."==l[0].slice(-1));)l[0]=l[0].slice(0,-1);else for(
|
|
71
|
-
if(
|
|
72
|
-
function
|
|
73
|
-
function
|
|
74
|
-
a=a^8|16);var d=null;if(a&128)for(d=
|
|
75
|
-
|
|
76
|
-
function
|
|
77
|
-
function
|
|
78
|
-
2];h=m()[
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
function
|
|
82
|
-
function
|
|
83
|
-
|
|
84
|
-
function
|
|
85
|
-
function
|
|
86
|
-
function
|
|
87
|
-
function
|
|
88
|
-
function
|
|
21
|
+
function sb(a,c){var d=ob;return Ma||"function"!=typeof WebAssembly.instantiateStreaming||nb(d)||d.startsWith("file://")||za||"function"!=typeof fetch?rb(d,a,c):fetch(d,{credentials:"same-origin"}).then(function(e){return WebAssembly.instantiateStreaming(e,a).then(c,function(f){La("wasm streaming compile failed: "+f);La("falling back to ArrayBuffer instantiation");return rb(d,a,c)})})}
|
|
22
|
+
var tb,ub,Ab={249162:()=>ba().length,249182:a=>{a=q(a);if(window.mx_saveFile_call){var c=c||"binary";if("utf8"!==c&&"binary"!==c)throw Error('Invalid encoding type "'+c+'"');var d;var e=eb(a,e||0);a=vb(a,{fa:!0}).node;if(!a)throw new r(44);if(!a.h.u)throw new r(63);a=a.h.u(a).size;var f=new Uint8Array(a);wb(e,f,0,a,0);"utf8"===c?d=yb(f,0):"binary"===c&&(d=f);zb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};
|
|
23
|
+
function Bb(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function Cb(a){a.terminate();a.onmessage=()=>{}}function Db(a){(a=t.F[a])||Na();t.pb(a)}
|
|
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 r(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 r(60);for(var f=0,g=0;g<e;g++){try{var h=a.tty.O.Da(a.tty)}catch(l){throw new r(29);}if(void 0===h&&0===f)throw new r(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 r(60);try{for(var f=
|
|
30
|
+
0;f<e;f++)a.tty.O.ka(a.tty,c[d+f])}catch(g){throw new r(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(yb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(Ka(yb(a.output,0)),a.output=[])}},Sb={ka:function(a,c){null===c||10===c?(La(yb(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(La(yb(a.output,0)),a.output=[])}},w={v:null,C:function(){return w.createNode(null,"/",16895,0)},createNode:function(a,
|
|
32
|
+
c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new r(63);w.v||(w.v={dir:{node:{u:w.h.u,A:w.h.A,lookup:w.h.lookup,Z:w.h.Z,rename:w.h.rename,unlink:w.h.unlink,rmdir:w.h.rmdir,readdir:w.h.readdir,symlink:w.h.symlink},stream:{H:w.m.H}},file:{node:{u:w.h.u,A:w.h.A},stream:{H:w.m.H,read:w.m.read,write:w.m.write,ta:w.m.ta,Ha:w.m.Ha,Ja:w.m.Ja}},link:{node:{u:w.h.u,A:w.h.A,readlink:w.h.readlink},stream:{}},va:{node:{u:w.h.u,A:w.h.A},stream:Tb}});d=Ub(a,c,d,e);16384===(d.mode&61440)?(d.h=w.v.dir.node,
|
|
33
|
+
d.m=w.v.dir.stream,d.j={}):32768===(d.mode&61440)?(d.h=w.v.file.node,d.m=w.v.file.stream,d.o=0,d.j=null):40960===(d.mode&61440)?(d.h=w.v.link.node,d.m=w.v.link.stream):8192===(d.mode&61440)&&(d.h=w.v.va.node,d.m=w.v.va.stream);d.timestamp=Date.now();a&&(a.j[c]=d,a.timestamp=d.timestamp);return d},Kb:function(a){return a.j?a.j.subarray?a.j.subarray(0,a.o):new Uint8Array(a.j):new Uint8Array(0)},Aa:function(a,c){var d=a.j?a.j.length:0;d>=c||(c=Math.max(c,d*(1048576>d?2:1.125)>>>0),0!=d&&(c=Math.max(c,
|
|
34
|
+
256)),d=a.j,a.j=new Uint8Array(c),0<a.o&&a.j.set(d.subarray(0,a.o),0))},ob:function(a,c){if(a.o!=c)if(0==c)a.j=null,a.o=0;else{var d=a.j;a.j=new Uint8Array(c);d&&a.j.set(d.subarray(0,Math.min(c,a.o)));a.o=c}},h:{u:function(a){var c={};c.dev=8192===(a.mode&61440)?a.id:1;c.ino=a.id;c.mode=a.mode;c.nlink=1;c.uid=0;c.gid=0;c.rdev=a.rdev;c.size=16384===(a.mode&61440)?4096:32768===(a.mode&61440)?a.o:40960===(a.mode&61440)?a.link.length:0;c.atime=new Date(a.timestamp);c.mtime=new Date(a.timestamp);c.ctime=
|
|
35
|
+
new Date(a.timestamp);c.Ta=4096;c.blocks=Math.ceil(c.size/c.Ta);return c},A:function(a,c){void 0!==c.mode&&(a.mode=c.mode);void 0!==c.timestamp&&(a.timestamp=c.timestamp);void 0!==c.size&&w.ob(a,c.size)},lookup:function(){throw Vb[44];},Z:function(a,c,d,e){return w.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.j)throw new r(55);}delete a.parent.j[a.name];a.parent.timestamp=Date.now();a.name=d;c.j[d]=a;c.timestamp=a.parent.timestamp;
|
|
36
|
+
a.parent=c},unlink:function(a,c){delete a.j[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=Wb(a,c),e;for(e in d.j)throw new r(55);delete a.j[c];a.timestamp=Date.now()},readdir:function(a){var c=[".",".."],d;for(d in a.j)a.j.hasOwnProperty(d)&&c.push(d);return c},symlink:function(a,c,d){a=w.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new r(28);return a.link}},m:{read:function(a,c,d,e,f){var g=a.node.j;if(f>=a.node.o)return 0;a=Math.min(a.node.o-
|
|
37
|
+
f,e);if(8<a&&g.subarray)c.set(g.subarray(f,f+a),d);else for(e=0;e<a;e++)c[d+e]=g[f+e];return a},write:function(a,c,d,e,f,g){c.buffer===ba().buffer&&(g=!1);if(!e)return 0;a=a.node;a.timestamp=Date.now();if(c.subarray&&(!a.j||a.j.subarray)){if(g)return a.j=c.subarray(d,d+e),a.o=e;if(0===a.o&&0===f)return a.j=c.slice(d,d+e),a.o=e;if(f+e<=a.o)return a.j.set(c.subarray(d,d+e),f),e}w.Aa(a,f+e);if(a.j.subarray&&c.subarray)a.j.set(c.subarray(d,d+e),f);else for(g=0;g<e;g++)a.j[f+g]=c[d+g];a.o=Math.max(a.o,
|
|
38
|
+
f+e);return e},H:function(a,c,d){1===d?c+=a.position:2===d&&32768===(a.node.mode&61440)&&(c+=a.node.o);if(0>c)throw new r(28);return c},ta:function(a,c,d){w.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 r(43);a=a.node.j;if(f&2||a.buffer!==ba().buffer){if(0<d||d+c<a.length)a=a.subarray?a.subarray(d,d+c):Array.prototype.slice.call(a,d,d+c);d=!0;Na();c=void 0;if(!c)throw new r(48);ba().set(a,c)}else d=!1,c=a.byteOffset;return{g:c,Eb:d}},
|
|
39
|
+
Ja:function(a,c,d,e){w.m.write(a,c,0,e,d,!1);return 0}}},Xb=null,Yb={},Zb=[],$b=1,ac=null,fb=!0,r=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 r(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 r(32);
|
|
40
|
+
}return{path:e,node:d}},cc=a=>{for(var c;;){if(a===a.parent)return a=a.C.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 r(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(fb)return 0;if(!c.includes("r")||a.mode&292){if(c.includes("w")&&!(a.mode&146)||c.includes("x")&&!(a.mode&73))return 2}else return 2;return 0},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 r(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.m=Yb[a.node.rdev].m;a.m.open&&a.m.open(a)},H:()=>{throw new r(70);}},Pb=(a,c)=>{Yb[a]={m:c}},oc=(a,c)=>{var d="/"===c,e=!c;if(d&&Xb)throw new r(10);if(!d&&!e){var f=vb(c,{Ba:!1});c=f.path;f=f.node;if(f.M)throw new r(10);if(16384!==(f.mode&61440))throw new r(54);}c={type:a,Ob:{},Ia:c,mb:[]};a=a.C(c);a.C=c;c.root=a;d?Xb=a:f&&(f.M=c,f.C&&f.C.mb.push(c))},pc=(a,c,d)=>{var e=vb(a,{parent:!0}).node;
|
|
44
|
+
a=Hb(a);if(!a||"."===a||".."===a)throw new r(28);var f=jc(e,a);if(f)throw new r(f);if(!e.h.Z)throw new r(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)},db=(a,c)=>{if(!Kb(a))throw new r(44);var d=vb(c,{parent:!0}).node;if(!d)throw new r(44);c=Hb(c);var e=jc(d,c);if(e)throw new r(e);if(!d.h.symlink)throw new r(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 r(e);if(!c.h.rmdir)throw new r(63);if(d.M)throw new r(10);
|
|
45
|
+
c.h.rmdir(c,a);ec(d)},bc=a=>{a=vb(a).node;if(!a)throw new r(44);if(!a.h.readlink)throw new r(28);return Kb(cc(a.parent),a.h.readlink(a))},eb=(a,c,d)=>{if(""===a)throw new r(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 r(20);}else f=pc(a,d,0),e=!0;if(!f)throw new r(44);
|
|
46
|
+
8192===(f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new r(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 r(d);if(c&512&&!e){d=f;d="string"==typeof d?vb(d,{fa:!0}).node:d;if(!d.h.A)throw new r(63);if(16384===(d.mode&61440))throw new r(31);if(32768!==(d.mode&61440))throw new r(28);if(e=fc(d,"w"))throw new r(e);d.h.A(d,{size:0,timestamp:Date.now()})}c&=-131713;f=nc({node:f,path:cc(f),flags:c,seekable:!0,position:0,
|
|
47
|
+
m:f.m,Cb:[],error:!1});f.m.open&&f.m.open(f);!n.logReadFiles||c&1||(sc||(sc={}),a in sc||(sc[a]=1));return f},zb=a=>{if(null===a.fd)throw new r(8);a.ja&&(a.ja=null);try{a.m.close&&a.m.close(a)}catch(c){throw c;}finally{Zb[a.fd]=null}a.fd=null},tc=(a,c,d)=>{if(null===a.fd)throw new r(8);if(!a.seekable||!a.m.H)throw new r(70);if(0!=d&&1!=d&&2!=d)throw new r(28);a.position=a.m.H(a,c,d);a.Cb=[]},wb=(a,c,d,e,f)=>{if(0>e||0>f)throw new r(28);if(null===a.fd)throw new r(8);if(1===(a.flags&2097155))throw new r(8);
|
|
48
|
+
if(16384===(a.node.mode&61440))throw new r(31);if(!a.m.read)throw new r(28);var g="undefined"!=typeof f;if(!g)f=a.position;else if(!a.seekable)throw new r(70);c=a.m.read(a,c,d,e,f);g||(a.position+=c);return c},bb=()=>{r||(r=function(a,c){this.name="ErrnoError";this.node=c;this.qb=function(d){this.s=d};this.qb(a);this.message="FS error"},r.prototype=Error(),r.prototype.constructor=r,[44].forEach(a=>{Vb[a]=new r(a);Vb[a].stack="<generic error, no stack>"}))},ab,uc=(a,c)=>{var d=0;a&&(d|=365);c&&(d|=
|
|
49
|
+
146);return d},cb=(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,v)=>{for(var p=0,G=0;G<v;G++){try{var X=c()}catch(U){throw new r(29);}if(void 0===X&&0===p)throw new r(6);if(null===X||void 0===X)break;p++;h[l+G]=X}p&&(g.node.timestamp=Date.now());return p},write:(g,h,l,v)=>{for(var p=0;p<v;p++)try{d(h[l+p])}catch(G){throw new r(29);}v&&(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 yb(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 q(a,c){return a?yb(fa(),a,c):""}function yc(a,c){if("/"===c.charAt(0))return c;a=-100===a?"/":zc(a).path;if(0==c.length)throw new r(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 r(8);return a}function Cc(a){if(Aa)return Dc(1,1,a);Ra=a;if(!Za()){t.xb();if(n.onExit)n.onExit(a);Qa=!0}wa(a,new Bb(a))}function Ec(a){Ra=a;if(Aa)throw Fc(a),"unwind";Cc(a)}function Gc(a){a instanceof Bb||"unwind"==a||wa(1,a)}
|
|
53
|
+
var t={G:[],I:[],Oa:[],F:{},gb:function(){Aa?t.jb():t.ib()},ib:function(){for(var a=1;a--;)t.ua()},jb:function(){t.receiveObjectTransfer=t.nb;t.threadInitTLS=t.Na;t.setExitStatus=t.La;noExitRuntime=!1},La:function(a){Ra=a},Ub:["$terminateWorker"],xb:function(){for(var a of t.I)Cb(a);for(a of t.G)Cb(a);t.G=[];t.I=[];t.F=[]},pb:function(a){var c=a.D;delete t.F[c];t.G.push(a);t.I.splice(t.I.indexOf(a),1);a.D=0;za&&a.unref();Hc(c)},nb:function(){},Na:function(){t.Oa.forEach(a=>a())},Ea:a=>new Promise(c=>
|
|
54
|
+
{a.onmessage=g=>{g=g.data;var h=g.cmd;a.D&&(t.Wa=a.D);if(g.targetThread&&g.targetThread!=Ic()){var l=t.F[g.Tb];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){if(h=t.Ya())t.I.push(h),t.F[g.D]=h,h.D=g.D,l={cmd:"run",start_routine:g.Sb,arg:g.Fb,pthread_ptr:g.D},za&&h.ref(),h.postMessage(l,g.Wb)}else if("cleanupThread"===h)Db(g.thread);
|
|
55
|
+
else if("killThread"===h)g=g.thread,h=t.F[g],delete t.F[g],Cb(h),Hc(g),t.I.splice(t.I.indexOf(h),1),h.D=0;else if("cancelThread"===h)t.F[g.thread].postMessage({cmd:"cancel"});else if("loaded"===h)a.loaded=!0,za&&!a.D&&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);
|
|
56
|
+
else h&&La("worker sent an unknown command "+h);t.Wa=void 0};a.onerror=g=>{La("worker sent an error! "+g.filename+":"+g.lineno+": "+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:Pa})}),lb:function(a){if(Aa)return a();
|
|
57
|
+
Promise.all(t.G.map(t.Ea)).then(a)},ua:function(){var a=Ca("mxdrawassembly_min.worker.js");a=new Worker(a);t.G.push(a)},Ya:function(){0==t.G.length&&(t.ua(),t.Ea(t.G[0]));return t.G.pop()}};n.PThread=t;function gb(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(Aa)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=Ua.get(a));return c}
|
|
58
|
+
n.invokeEntryPoint=function(a,c){a=Nc(a)(c);Za()?t.La(a):Oc(a)};
|
|
59
|
+
function Pc(a,c,d){if(Aa)return Dc(3,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&&ea(),Sa[f+0>>1]=2,0;case 6:case 7:return 0;case 16:case 8:return-28;case 9:return b()[Qc()>>2]=28,-1;default:return-28}}catch(g){if("undefined"==typeof wc||"ErrnoError"!==g.name)throw g;return-g.s}}
|
|
60
|
+
function Rc(a,c,d){if(Aa)return Dc(4,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.m.kb)throw new r(59);return e.m.kb(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 Sc(a,c,d,e){if(Aa)return Dc(5,1,a,c,d,e);Ac=e;try{c=q(c);c=yc(a,c);var f=e?Bc():0;return eb(c,d,f).fd}catch(g){if("undefined"==typeof wc||"ErrnoError"!==g.name)throw g;return-g.s}}function Tc(a){if(Aa)return Dc(6,1,a);try{return a=q(a),rc(a),0}catch(c){if("undefined"==typeof wc||"ErrnoError"!==c.name)throw c;return-c.s}}
|
|
62
|
+
function Uc(a,c,d){if(Aa)return Dc(7,1,a,c,d);try{c=q(c);c=yc(a,c);if(0===d){a=c;var e=vb(a,{parent:!0}).node;if(!e)throw new r(44);var f=Hb(a),g=Wb(e,f),h=kc(e,f,!1);if(h)throw new r(h);if(!e.h.unlink)throw new r(63);if(g.M)throw new r(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 Vc(a){if(!Qa)try{if(a(),!Za())try{Aa?Oc(Ra):Ec(Ra)}catch(c){Gc(c)}}catch(c){Gc(c)}}
|
|
63
|
+
function Wc(a){"function"===typeof Atomics.Db&&(Atomics.Db(b(),a>>2,a).value.then(Jc),a+=128,Atomics.store(b(),a>>2,1))}n.__emscripten_thread_mailbox_await=Wc;function Jc(){var a=Ic();a&&(Wc(a),Vc(()=>Xc()))}n.checkMailbox=Jc;var Yc=[];function Zc(a){$c||($c={});$c[a]||($c[a]=1,za&&(a="warning: "+a),La(a))}var $c,ad;ad=za?()=>{var a=process.hrtime();return 1E3*a[0]+a[1]/1E6}:()=>performance.timeOrigin+performance.now();
|
|
64
|
+
function bd(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 cd(a,c){return 0<=a?a:32>=c?2*Math.abs(1<<c-1)+a:Math.pow(2,c)+a}function dd(a){for(var c=a;fa()[c];)++c;return c-a}
|
|
65
|
+
function ed(a,c){function d(ka){var C=e;("double"===ka||"i64"===ka)&&C&7&&(C+=4);e=C;"double"===ka?(ka=qa()[e>>3],e+=8):"i64"==ka?(ka=[b()[e>>2],b()[e+4>>2]],e+=8):(ka=b()[e>>2],e+=4);return ka}for(var e=c,f=[],g,h;;){var l=a;g=ba()[a>>0];if(0===g)break;h=ba()[a+1>>0];if(37==g){var v=!1,p=c=!1,G=!1,X=!1;a:for(;;){switch(h){case 43:v=!0;break;case 45:c=!0;break;case 35:p=!0;break;case 48:if(G)break a;else{G=!0;break}case 32:X=!0;break;default:break a}a++;h=ba()[a+1>>0]}var U=0;if(42==h)U=d("i32"),
|
|
66
|
+
a++,h=ba()[a+1>>0];else for(;48<=h&&57>=h;)U=10*U+(h-48),a++,h=ba()[a+1>>0];var k=!1,B=-1;if(46==h){B=0;k=!0;a++;h=ba()[a+1>>0];if(42==h)B=d("i32"),a++;else for(;;){h=ba()[a+1>>0];if(48>h||57<h)break;B=10*B+(h-48);a++}h=ba()[a+1>>0]}0>B&&(B=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?bd:cd)(g&Math.pow(256,y)-1,8*y));var Z=Math.abs(g);l="";if(100==h||105==h)var u=bd(g,8*y).toString(10);else if(117==h)u=cd(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<B;)u="0"+u;0<=g&&(v?l="+"+l:X&&(l=" "+l));"-"==u.charAt(0)&&(l="-"+l,u=u.substr(1));for(;l.length+u.length<U;)c?u+=" ":G?u="0"+u:l=" "+l;u=l+u;u.split("").forEach(function(ka){f.push(ka.charCodeAt(0))});break;case "f":case "F":case "e":case "E":case "g":case "G":g=
|
|
69
|
+
d("double");if(isNaN(g))u="nan",G=!1;else if(isFinite(g)){k=!1;y=Math.min(B,20);if(103==h||71==h)k=!0,B=B||1,y=parseInt(g.toExponential(y).split("e")[1],10),B>y&&-4<=y?(h=(103==h?"f":"F").charCodeAt(0),B-=y+1):(h=(103==h?"e":"E").charCodeAt(0),B--),y=Math.min(B,20);if(101==h||69==h)u=g.toExponential(y),/[eE][-+]\d$/.test(u)&&(u=u.slice(0,-1)+"0"+u.slice(-1));else if(102==h||70==h)u=g.toFixed(y),0===g&&(0>g||0===g&&-Infinity===1/g)&&(u="-"+u);l=u.split("e");if(k&&!p)for(;1<l[0].length&&l[0].includes(".")&&
|
|
70
|
+
("0"==l[0].slice(-1)||"."==l[0].slice(-1));)l[0]=l[0].slice(0,-1);else for(p&&-1==u.indexOf(".")&&(l[0]+=".");B>y++;)l[0]+="0";u=l[0]+(1<l.length?"e"+l[1]:"");69==h&&(u=u.toUpperCase());0<=g&&(v?u="+"+u:X&&(u=" "+u))}else u=(0>g?"-":"")+"inf",G=!1;for(;u.length<U;)u=c?u+" ":!G||"-"!=u[0]&&"+"!=u[0]?(G?"0":" ")+u:u[0]+"0"+u.slice(1);97>h&&(u=u.toUpperCase());u.split("").forEach(function(ka){f.push(ka.charCodeAt(0))});break;case "s":G=(v=d("i8*"))?dd(v):6;k&&(G=Math.min(G,B));if(!c)for(;G<U--;)f.push(32);
|
|
71
|
+
if(v)for(p=0;p<G;p++)f.push(fa()[v++>>0]);else f=f.concat(Mb("(null)".substr(0,G),!0));if(c)for(;G<U--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--U;)f.push(32);c||f.push(d("i8"));break;case "n":c=d("i32*");b()[c>>2]=f.length;break;case "%":f.push(g);break;default:for(p=l;p<a+2;p++)f.push(ba()[p>>0])}a+=2}else f.push(g),a+=1}return f}
|
|
72
|
+
function fd(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 gd(a){a:{var c=Error();if(!c.stack){try{throw Error();}catch(B){c=B}if(!c.stack){c="(no stack trace available)";break a}}c=c.stack.toString()}c=c.slice(c.indexOf("\n",Math.max(c.lastIndexOf("_emscripten_log"),c.lastIndexOf("_emscripten_get_callstack")))+1);a&32&&Zc("EM_LOG_DEMANGLE is deprecated; ignoring");a&8&&"undefined"==typeof emscripten_source_map&&(Zc('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=fd(arguments);d[1].includes("_emscripten_");)d=fd(d[0]);var e=c.split("\n");c="";var f=RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)"),g=RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?"),h=RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)"),l;for(l in e){var v=e[l],p;if((p=h.exec(v))&&5==p.length){v=p[1];var G=p[2];var X=p[3];p=p[4]}else if((p=f.exec(v))||(p=g.exec(v)),p&&4<=p.length)v=p[1],G=p[2],X=p[3],p=p[4]|0;else{c+=v+"\n";continue}var U=!1;if(a&8){var k=emscripten_source_map.Pb({line:X,
|
|
75
|
+
Ua:p});if(U=k&&k.source)a&64&&(k.source=k.source.substring(k.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+v+" ("+k.source+":"+k.line+":"+k.Ua+")\n"}if(a&16||!U)a&64&&(G=G.substring(G.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(U?" = "+v:" at "+v)+" ("+G+":"+X+":"+p+")\n";a&128&&d[0]&&(d[1]==v&&0<d[2].length&&(c=c.replace(/\s+$/,""),c+=" with values: "+d[1]+d[2]+"\n"),d=fd(d[0]))}return c=c.replace(/\s+$/,"")}function hd(a){var c=jd();a=a();Lc(c);return a}
|
|
76
|
+
function Dc(a,c){var d=arguments.length-2,e=arguments;return hd(()=>{for(var f=kd(8*d),g=f>>3,h=0;h<d;h++){var l=e[2+h];qa()[g+h]=l}return ld(a,d,f,c)})}var md=[],nd={};function od(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 pd;
|
|
77
|
+
function qd(a,c,d,e,f){function g(){var ia=0,Ja=0;C.response&&u&&0===m()[a+12>>2]&&(Ja=C.response.byteLength);0<Ja&&(ia=rd(Ja),fa().set(new Uint8Array(C.response),ia));m()[a+12>>2]=ia;sd(a+16,Ja);sd(a+24,0);(ia=C.response?C.response.byteLength:0)&&sd(a+32,ia);ja()[a+40>>1]=C.readyState;ja()[a+42>>1]=C.status;C.statusText&&td(C.statusText,a+44,64)}var h=m()[a+8>>2];if(h){var l=q(h),v=a+112,p=q(v);p||(p="GET");m();var G=m()[v+52>>2],X=m()[v+56>>2],U=!!m()[v+60>>2];m();var k=m()[v+68>>2],B=m()[v+72>>
|
|
78
|
+
2];h=m()[v+76>>2];var y=m()[v+80>>2],Z=m()[v+84>>2];v=m()[v+88>>2];var u=!!(G&1),ka=!!(G&2);G=!!(G&64);k=k?q(k):void 0;B=B?q(B):void 0;var C=new XMLHttpRequest;C.withCredentials=U;C.open(p,l,!G,k,B);G||(C.timeout=X);C.Xb=l;C.responseType="arraybuffer";y&&(l=q(y),C.overrideMimeType(l));if(h)for(;;){p=m()[h>>2];if(!p)break;l=m()[h+4>>2];if(!l)break;h+=8;p=q(p);l=q(l);C.setRequestHeader(p,l)}var Oa=m()[a+0>>2];nd[Oa]=C;h=Z&&v?fa().slice(Z,Z+v):null;C.onload=ia=>{Oa in nd&&(g(),200<=C.status&&300>C.status?
|
|
79
|
+
c&&c(a,C,ia):d&&d(a,C,ia))};C.onerror=ia=>{Oa in nd&&(g(),d&&d(a,C,ia))};C.ontimeout=ia=>{Oa in nd&&d&&d(a,C,ia)};C.onprogress=ia=>{if(Oa in nd){var Ja=u&&ka&&C.response?C.response.byteLength:0,aa=0;0<Ja&&u&&ka&&(aa=rd(Ja),fa().set(new Uint8Array(C.response),aa));m()[a+12>>2]=aa;sd(a+16,Ja);sd(a+24,ia.loaded-Ja);sd(a+32,ia.total);ja()[a+40>>1]=C.readyState;3<=C.readyState&&0===C.status&&0<ia.loaded&&(C.status=200);ja()[a+42>>1]=C.status;C.statusText&&td(C.statusText,a+44,64);e&&e(a,C,ia);aa&&ud(aa)}};
|
|
80
|
+
C.onreadystatechange=ia=>{Oa in nd?(ja()[a+40>>1]=C.readyState,2<=C.readyState&&(ja()[a+42>>1]=C.status),f&&f(a,C,ia)):--Ya};try{C.send(h)}catch(ia){d&&d(a,C,ia)}}else d(a,0,"no url specified!")}function sd(a,c){m()[a>>2]=c;m()[a+4>>2]=(c-m()[a>>2])/4294967296}function td(a,c,d){return Lb(a,fa(),c,d)}
|
|
81
|
+
function vd(a,c,d,e){var f=pd;if(f){var g=a+112;(g=m()[g+64>>2])||(g=m()[a+8>>2]);var h=q(g);try{var l=f.transaction(["FILES"],"readwrite").objectStore("FILES").put(c,h);l.onsuccess=()=>{ja()[a+40>>1]=4;ja()[a+42>>1]=200;td("OK",a+44,64);d(a,0,h)};l.onerror=v=>{ja()[a+40>>1]=4;ja()[a+42>>1]=413;td("Payload Too Large",a+44,64);e(a,0,v)}}catch(v){e(a,0,v)}}else e(a,0,"IndexedDB not available!")}
|
|
82
|
+
function wd(a,c,d){var e=pd;if(e){var f=a+112;(f=m()[f+64>>2])||(f=m()[a+8>>2]);f=q(f);try{var g=e.transaction(["FILES"],"readonly").objectStore("FILES").get(f);g.onsuccess=h=>{if(h.target.result){h=h.target.result;var l=h.byteLength||h.length,v=rd(l);fa().set(new Uint8Array(h),v);m()[a+12>>2]=v;sd(a+16,l);sd(a+24,0);sd(a+32,l);ja()[a+40>>1]=4;ja()[a+42>>1]=200;td("OK",a+44,64);c(a,0,h)}else ja()[a+40>>1]=4,ja()[a+42>>1]=404,td("Not Found",a+44,64),d(a,0,"no data")};g.onerror=h=>{ja()[a+40>>1]=4;
|
|
83
|
+
ja()[a+42>>1]=404;td("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
|
|
84
|
+
function xd(a,c,d){var e=pd;if(e){var f=a+112;(f=m()[f+64>>2])||(f=m()[a+8>>2]);f=q(f);try{var g=e.transaction(["FILES"],"readwrite").objectStore("FILES").delete(f);g.onsuccess=h=>{h=h.target.result;m()[a+12>>2]=0;sd(a+16,0);sd(a+24,0);sd(a+32,0);ja()[a+40>>1]=4;ja()[a+42>>1]=200;td("OK",a+44,64);c(a,0,h)};g.onerror=h=>{ja()[a+40>>1]=4;ja()[a+42>>1]=404;td("Not Found",a+44,64);d(a,0,h)}}catch(h){d(a,0,h)}}else d(a,0,"IndexedDB not available!")}
|
|
85
|
+
function yd(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 zd(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 Ad(a){var c=a.getExtension("WEBGL_draw_buffers");c&&(a.drawBuffers=function(d,e){c.drawBuffersWEBGL(d,e)})}var Bd=1,Cd=[],Dd=[],Ed=[],Fd=[],Gd={},Hd=[1,1,2,2,4,4,4,2,3,4,8];
|
|
87
|
+
function Id(a){Jd||(Jd=a)}function Kd(a){for(var c=Bd++,d=a.length;d<c;d++)a[d]=null;return c}function Ld(a){return 32-Math.clz32(0===a?0:a-1)}
|
|
88
|
+
function Md(a){Nd=!1;for(var c=0;c<Od.Ga;++c){var d=Od.V[c];if(d.ea&&d.enabled){Nd=!0;var e=d.pa;e=0<e?a*e:d.size*Hd[d.type-5120]*a;var f=Ld(e);var g=Od.aa[f],h=Od.T[f];Od.T[f]=Od.T[f]+1&63;var l=g[h];l?f=l:(l=x.getParameter(34964),g[h]=x.createBuffer(),x.bindBuffer(34962,g[h]),x.bufferData(34962,1<<f,35048),x.bindBuffer(34962,l),f=g[h]);x.bindBuffer(34962,f);x.bufferSubData(34962,0,fa().subarray(d.g,d.g+e));d.Ra.call(x,c,d.size,d.type,d.Ka,d.pa,0)}}}
|
|
89
|
+
function Pd(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?Qd(d,c):0}
|
|
90
|
+
function Qd(a,c){var d=rd(8);b()[d+4>>2]=Ic();var e={fb:d,attributes:c,version:c.Fa,L:a};a.canvas&&(a.canvas.Sa=e);Gd[d]=e;("undefined"==typeof c.za||c.za)&&Rd(e);e.Ga=e.L.getParameter(34921);e.V=[];for(a=0;a<e.Ga;a++)e.V[a]={enabled:!1,ea:!1,size:0,type:0,Ka:0,pa:0,g:0,Ra:null};a=Ld(2097152);e.T=[];e.Ma=[];e.T.length=e.Ma.length=a+1;e.aa=[];e.qa=[];e.aa.length=e.qa.length=a+1;e.P=[];e.P.length=a+1;for(c=0;c<=a;++c){e.P[c]=null;e.T[c]=e.Ma[c]=0;e.aa[c]=[];e.qa[c]=[];var f=e.aa[c],g=e.qa[c];f.length=
|
|
89
91
|
g.length=64;for(var h=0;64>h;++h)f[h]=g[h]=null}return d}
|
|
90
|
-
function Rd(a){a||(a=
|
|
91
|
-
var
|
|
92
|
-
function
|
|
93
|
-
function
|
|
94
|
-
function
|
|
95
|
-
function
|
|
96
|
-
function
|
|
97
|
-
|
|
98
|
-
function
|
|
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:
|
|
100
|
-
a+")! (error: "+f+")");return}}break;default:
|
|
101
|
-
var
|
|
102
|
-
function
|
|
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
|
|
104
|
-
|
|
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
|
|
106
|
-
3)},"%B":function(k){return U[k.da]},"%C":function(k){return g((k.K+1900)/100|0,2)},"%d":function(k){return g(k.ra,2)},"%e":function(k){return f(k.ra,2," ")},"%g":function(k){return
|
|
107
|
-
2)},"%n":function(){return"\n"},"%p":function(k){return 0<=k.ba&&12>k.ba?"AM":"PM"},"%S":function(k){return g(k.
|
|
108
|
-
7-(k.
|
|
109
|
-
function
|
|
110
|
-
(()=>{
|
|
111
|
-
(()=>{
|
|
112
|
-
var
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
a&
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
c
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
(function(){function a(d,e){d=d.exports;
|
|
133
|
-
var
|
|
134
|
-
arguments)},
|
|
135
|
-
arguments)},
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
function(){return(
|
|
141
|
-
function(){return(
|
|
142
|
-
|
|
143
|
-
arguments)},
|
|
144
|
-
arguments)},
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
arguments)},
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
function(){return(
|
|
153
|
-
arguments)},
|
|
154
|
-
|
|
155
|
-
arguments)},
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
arguments)},
|
|
159
|
-
|
|
160
|
-
function(){return(
|
|
161
|
-
|
|
162
|
-
arguments)}
|
|
163
|
-
arguments)},
|
|
164
|
-
arguments)},
|
|
165
|
-
arguments)},
|
|
166
|
-
arguments)},
|
|
167
|
-
arguments)},
|
|
168
|
-
arguments)},
|
|
169
|
-
arguments)},
|
|
170
|
-
arguments)},
|
|
171
|
-
arguments)},
|
|
172
|
-
arguments)},
|
|
173
|
-
arguments)},
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
function(){return(
|
|
177
|
-
arguments)},
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
arguments)},
|
|
181
|
-
|
|
182
|
-
arguments)},
|
|
183
|
-
|
|
184
|
-
arguments)},
|
|
185
|
-
|
|
186
|
-
arguments)},
|
|
187
|
-
|
|
188
|
-
arguments)},
|
|
189
|
-
|
|
190
|
-
function(){return(
|
|
191
|
-
arguments)},
|
|
192
|
-
arguments)},
|
|
193
|
-
|
|
194
|
-
function(){return(
|
|
195
|
-
arguments)},
|
|
196
|
-
|
|
197
|
-
function(){return(
|
|
198
|
-
arguments)},
|
|
199
|
-
|
|
200
|
-
function(){return(
|
|
201
|
-
arguments)},
|
|
202
|
-
function(){return(
|
|
203
|
-
|
|
204
|
-
arguments)},
|
|
205
|
-
function(){return(
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
function(){return(
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
arguments)},
|
|
215
|
-
arguments)},
|
|
216
|
-
|
|
217
|
-
function(){return(
|
|
218
|
-
|
|
219
|
-
arguments)},
|
|
220
|
-
arguments)}
|
|
221
|
-
|
|
222
|
-
function(){return(
|
|
223
|
-
arguments)},
|
|
224
|
-
arguments)},
|
|
225
|
-
arguments)},
|
|
226
|
-
arguments)},
|
|
227
|
-
arguments)},
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
function(){return(
|
|
231
|
-
function(){return(
|
|
232
|
-
arguments)},
|
|
233
|
-
arguments)},
|
|
234
|
-
arguments)},
|
|
235
|
-
arguments)},
|
|
236
|
-
|
|
237
|
-
function(){return(
|
|
238
|
-
|
|
239
|
-
function(){return(
|
|
240
|
-
function(){return(
|
|
241
|
-
function(){return(
|
|
242
|
-
arguments)},
|
|
243
|
-
arguments)},
|
|
244
|
-
arguments)},
|
|
245
|
-
arguments)},
|
|
246
|
-
arguments)},
|
|
247
|
-
arguments)},
|
|
248
|
-
arguments)},
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
function(){return(
|
|
252
|
-
function(){return(
|
|
253
|
-
|
|
254
|
-
arguments)},
|
|
255
|
-
arguments)},
|
|
256
|
-
arguments)},
|
|
257
|
-
arguments)},
|
|
258
|
-
arguments)},
|
|
259
|
-
arguments)},
|
|
260
|
-
arguments)},
|
|
261
|
-
arguments)},
|
|
262
|
-
arguments)},
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
arguments)},
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
function(){return(
|
|
277
|
-
arguments)},
|
|
278
|
-
|
|
279
|
-
function(){return(
|
|
280
|
-
arguments)},
|
|
281
|
-
|
|
282
|
-
function(){return(
|
|
283
|
-
|
|
284
|
-
arguments)},
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
arguments)},
|
|
288
|
-
|
|
289
|
-
arguments)},
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
function(){return(
|
|
296
|
-
|
|
297
|
-
arguments)},
|
|
298
|
-
function(){return(
|
|
299
|
-
arguments)},
|
|
300
|
-
function(){return(
|
|
301
|
-
|
|
302
|
-
arguments)},
|
|
303
|
-
function(){return(
|
|
304
|
-
|
|
305
|
-
arguments)},
|
|
306
|
-
function(){return(
|
|
307
|
-
|
|
308
|
-
arguments)},
|
|
309
|
-
function(){return(
|
|
310
|
-
|
|
311
|
-
function(){return(
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
arguments)},
|
|
316
|
-
function(){return(
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
arguments)},
|
|
321
|
-
function(){return(
|
|
322
|
-
|
|
323
|
-
arguments)},
|
|
324
|
-
function(){return(
|
|
325
|
-
|
|
326
|
-
arguments)},
|
|
327
|
-
function(){return(
|
|
328
|
-
|
|
329
|
-
arguments)},
|
|
330
|
-
function(){return(
|
|
331
|
-
arguments)},
|
|
332
|
-
function(){return(
|
|
333
|
-
|
|
334
|
-
function(){return(
|
|
335
|
-
|
|
336
|
-
arguments)},
|
|
337
|
-
arguments)},
|
|
338
|
-
arguments)}
|
|
339
|
-
arguments)},
|
|
340
|
-
arguments)},
|
|
341
|
-
arguments)},
|
|
342
|
-
arguments)},
|
|
343
|
-
|
|
344
|
-
arguments)},
|
|
345
|
-
function(){return(
|
|
346
|
-
|
|
347
|
-
arguments)},
|
|
348
|
-
|
|
349
|
-
function(){return(
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
function(){return(
|
|
354
|
-
arguments)},
|
|
355
|
-
|
|
356
|
-
arguments)},
|
|
357
|
-
arguments)},
|
|
358
|
-
|
|
359
|
-
function(){return(
|
|
360
|
-
arguments)},
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
function(){return(
|
|
364
|
-
|
|
365
|
-
arguments)};function
|
|
366
|
-
|
|
367
|
-
var
|
|
368
|
-
function
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
function
|
|
373
|
-
function
|
|
374
|
-
1);a()},1)):a())}}if(
|
|
375
|
-
|
|
376
|
-
function
|
|
377
|
-
function
|
|
378
|
-
function
|
|
379
|
-
|
|
380
|
-
function
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
Object.defineProperty(
|
|
395
|
-
Object.defineProperty(
|
|
396
|
-
Object.defineProperty(
|
|
397
|
-
function
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
function
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
function
|
|
412
|
-
|
|
413
|
-
function
|
|
414
|
-
|
|
415
|
-
function
|
|
416
|
-
|
|
417
|
-
function
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
function
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
function
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
function
|
|
506
|
-
|
|
507
|
-
function
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
function
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
92
|
+
function Rd(a){a||(a=Od);if(!a.hb){a.hb=!0;var c=a.L;yd(c);zd(c);Ad(c);c.Hb=c.getExtension("WEBGL_draw_instanced_base_vertex_base_instance");c.Lb=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.Nb=c.getExtension("WEBGL_multi_draw");(c.getSupportedExtensions()||[]).forEach(function(d){d.includes("lose_context")||d.includes("debug")||c.getExtension(d)})}}
|
|
93
|
+
var Jd,Od,Nd,Sd=[],Td={},Ud=["default","low-power","high-performance"],Vd=[0,"undefined"!=typeof document?document:0,"undefined"!=typeof window?window:0],Wd={};
|
|
94
|
+
function Xd(){if(!Yd){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 Wd)void 0===Wd[c]?delete a[c]:a[c]=Wd[c];var d=[];for(c in a)d.push(c+"="+a[c]);Yd=d}return Yd}var Yd;
|
|
95
|
+
function Zd(a,c){if(Aa)return Dc(8,1,a,c);var d=0;Xd().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 $d(a,c){if(Aa)return Dc(9,1,a,c);var d=Xd();m()[a>>2]=d.length;var e=0;d.forEach(function(f){e+=f.length+1});m()[c>>2]=e;return 0}function ae(a){if(Aa)return Dc(10,1,a);try{var c=zc(a);zb(c);return 0}catch(d){if("undefined"==typeof wc||"ErrnoError"!==d.name)throw d;return d.s}}
|
|
96
|
+
function be(a,c,d,e){if(Aa)return Dc(11,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],v=m()[a+4>>2];a+=8;var p=wb(f,ba(),l,v,g);if(0>p){var G=-1;break a}c+=p;if(p<v)break;"undefined"!==typeof g&&(g+=p)}G=c}m()[e>>2]=G;return 0}catch(X){if("undefined"==typeof wc||"ErrnoError"!==X.name)throw X;return X.s}}
|
|
97
|
+
function ce(a,c,d,e,f){if(Aa)return Dc(12,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}}
|
|
98
|
+
function de(a,c,d,e){if(Aa)return Dc(13,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],v=m()[a+4>>2];a+=8;var p=f,G=ba(),X=l,U=v,k=g;if(0>U||0>k)throw new r(28);if(null===p.fd)throw new r(8);if(0===(p.flags&2097155))throw new r(8);if(16384===(p.node.mode&61440))throw new r(31);if(!p.m.write)throw new r(28);p.seekable&&p.flags&1024&&tc(p,0,2);var B="undefined"!=typeof k;if(!B)k=p.position;else if(!p.seekable)throw new r(70);var y=p.m.write(p,G,X,U,k,void 0);B||(p.position+=
|
|
99
|
+
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(ka){if("undefined"==typeof wc||"ErrnoError"!==ka.name)throw ka;return ka.s}}function ee(a,c,d,e){for(var f=0;f<a;f++){var g=x[d](),h=g&&Kd(e);g?(g.name=h,e[h]=g):Id(1282);b()[c+4*f>>2]=h}}function fe(a,c,d,e,f,g,h,l){c=Dd[c];if(a=x[a](c,d))e=l&&td(a.name,l,e),f&&(b()[f>>2]=e),g&&(b()[g>>2]=a.size),h&&(b()[h>>2]=a.type)}
|
|
100
|
+
function ge(a,c){if(c){var d=void 0;switch(a){case 36346:d=1;break;case 36344:Id(1280);return;case 34814:case 36345:d=0;break;case 34466:var e=x.getParameter(34467);d=e?e.length:0;break;case 33309:if(2>Od.version){Id(1282);return}d=2*(x.getSupportedExtensions()||[]).length;break;case 33307:case 33308:if(2>Od.version){Id(1280);return}d=33307==a?3:0}if(void 0===d)switch(e=x.getParameter(a),typeof e){case "number":d=e;break;case "boolean":d=e?1:0;break;case "string":Id(1280);return;case "object":if(null===
|
|
101
|
+
e)switch(a){case 34964:case 35725:case 34965:case 36006:case 36007:case 32873:case 34229:case 36662:case 36663:case 35053:case 35055:case 36010:case 35097:case 35869:case 32874:case 36389:case 35983:case 35368:case 34068:d=0;break;default:Id(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){Id(1280);La("GL_INVALID_ENUM in glGet4v: Unknown object returned from WebGL getParameter("+
|
|
102
|
+
a+")! (error: "+f+")");return}}break;default:Id(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 Id(1281)}function he(a){return"]"==a.slice(-1)&&a.lastIndexOf("[")}function ie(a){var c=x.Va;if(c){var d=c.U[a];"number"==typeof d&&(c.U[a]=d=x.getUniformLocation(c,c.Pa[a]+(0<d?"["+d+"]":"")));return d}Id(1282)}var je=[];function ke(a){return 0===a%4&&(0!==a%100||0===a%400)}
|
|
103
|
+
var le=[31,29,31,30,31,30,31,31,30,31,30,31],me=[31,28,31,30,31,30,31,31,30,31,30,31];function ne(a,c){ba().set(a,c)}
|
|
104
|
+
function oe(a,c,d,e){function f(k,B,y){for(k="number"==typeof k?k.toString():k||"";k.length<B;)k=y[0]+k;return k}function g(k,B){return f(k,B,"0")}function h(k,B){function y(u){return 0>u?-1:0<u?1:0}var Z;0===(Z=y(k.getFullYear()-B.getFullYear()))&&0===(Z=y(k.getMonth()-B.getMonth()))&&(Z=y(k.getDate()-B.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(),
|
|
105
|
+
0,2);case 4:return new Date(k.getFullYear(),0,1);case 5:return new Date(k.getFullYear()-1,11,31);case 6:return new Date(k.getFullYear()-1,11,30)}}function v(k){var B=k.J;for(k=new Date((new Date(k.K+1900,0,1)).getTime());0<B;){var y=k.getMonth(),Z=(ke(k.getFullYear())?le:me)[y];if(B>Z-k.getDate())B-=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()+B);break}}y=new Date(k.getFullYear()+1,0,4);B=l(new Date(k.getFullYear(),0,
|
|
106
|
+
4));y=l(y);return 0>=h(B,k)?0>=h(y,k)?k.getFullYear()+1:k.getFullYear():k.getFullYear()-1}var p=b()[e+40>>2];e={Ab:b()[e>>2],zb:b()[e+4>>2],ba:b()[e+8>>2],ra:b()[e+12>>2],da:b()[e+16>>2],K:b()[e+20>>2],B:b()[e+24>>2],J:b()[e+28>>2],Vb:b()[e+32>>2],yb:b()[e+36>>2],Bb:p?q(p):""};d=q(d);p={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y",
|
|
107
|
+
"%EY":"%Y","%Od":"%d","%Oe":"%e","%OH":"%H","%OI":"%I","%Om":"%m","%OM":"%M","%OS":"%S","%Ou":"%u","%OU":"%U","%OV":"%V","%Ow":"%w","%OW":"%W","%Oy":"%y"};for(var G in p)d=d.replace(new RegExp(G,"g"),p[G]);var X="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),U="January February March April May June July August September October November December".split(" ");p={"%a":function(k){return X[k.B].substring(0,3)},"%A":function(k){return X[k.B]},"%b":function(k){return U[k.da].substring(0,
|
|
108
|
+
3)},"%B":function(k){return U[k.da]},"%C":function(k){return g((k.K+1900)/100|0,2)},"%d":function(k){return g(k.ra,2)},"%e":function(k){return f(k.ra,2," ")},"%g":function(k){return v(k).toString().substring(2)},"%G":function(k){return v(k)},"%H":function(k){return g(k.ba,2)},"%I":function(k){k=k.ba;0==k?k=12:12<k&&(k-=12);return g(k,2)},"%j":function(k){for(var B=0,y=0;y<=k.da-1;B+=(ke(k.K+1900)?le:me)[y++]);return g(k.ra+B,3)},"%m":function(k){return g(k.da+1,2)},"%M":function(k){return g(k.zb,
|
|
109
|
+
2)},"%n":function(){return"\n"},"%p":function(k){return 0<=k.ba&&12>k.ba?"AM":"PM"},"%S":function(k){return g(k.Ab,2)},"%t":function(){return"\t"},"%u":function(k){return k.B||7},"%U":function(k){return g(Math.floor((k.J+7-k.B)/7),2)},"%V":function(k){var B=Math.floor((k.J+7-(k.B+6)%7)/7);2>=(k.B+371-k.J-2)%7&&B++;if(B)53==B&&(y=(k.B+371-k.J)%7,4==y||3==y&&ke(k.K)||(B=1));else{B=52;var y=(k.B+7-k.J-1)%7;(4==y||5==y&&ke(k.K%400-1))&&B++}return g(B,2)},"%w":function(k){return k.B},"%W":function(k){return g(Math.floor((k.J+
|
|
110
|
+
7-(k.B+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.yb;var B=0<=k;k=Math.abs(k)/60;return(B?"+":"-")+String("0000"+(k/60*100+k%60)).slice(-4)},"%Z":function(k){return k.Bb},"%%":function(){return"%"}};d=d.replace(/%%/g,"\x00\x00");for(G in p)d.includes(G)&&(d=d.replace(new RegExp(G,"g"),p[G](e)));d=d.replace(/\0\0/g,"%");G=Mb(d,!1);if(G.length>c)return 0;ne(G,a);return G.length-1}t.gb();
|
|
111
|
+
function gc(a,c,d,e){a||(a=this);this.parent=a;this.C=a.C;this.M=null;this.id=$b++;this.name=c;this.mode=d;this.h={};this.m={};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}}});bb();ac=Array(4096);oc(w,"/");pc("/tmp",16895,0);pc("/home",16895,0);pc("/home/web_user",16895,0);
|
|
112
|
+
(()=>{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]};cb("random",d);cb("urandom",d);pc("/dev/shm",16895,0);pc("/dev/shm/tmp",16895,0)})();
|
|
113
|
+
(()=>{pc("/proc",16895,0);var a=pc("/proc/self",16895,0);pc("/proc/self/fd",16895,0);oc({C:()=>{var c=Ub(a,"fd",16895,73);c.h={lookup:(d,e)=>{var f=Zb[+e];if(!f)throw new r(8);d={parent:null,C:{Ia:"fake"},h:{readlink:()=>f.path}};return d.parent=d}};return c}},"/proc/self/fd")})();Aa||(lb(),od(a=>{pd=a;mb()},()=>{pd=!1;mb()}));for(var x,pe=new Float32Array(288),qe=0;288>qe;++qe)je[qe]=pe.subarray(0,qe+1);
|
|
114
|
+
var re=[null,Cc,Fc,Pc,Rc,Sc,Tc,Uc,Zd,$d,ae,be,ce,de],xe={__assert_fail:function(a,c,d,e){Na("Assertion failed: "+q(a)+", at: "+[c?q(c):"unknown filename",d,e?q(e):"unknown function"])},__emscripten_init_main_thread_js:function(a){se(a,!ya,1,!xa);t.Na()},__emscripten_thread_cleanup:function(a){Aa?postMessage({cmd:"cleanupThread",thread:a}):Db(a)},__syscall_fcntl64:Pc,__syscall_ioctl:Rc,__syscall_openat:Sc,__syscall_rmdir:Tc,__syscall_unlinkat:Uc,_emscripten_fetch_free:function(a){var c=nd[a];c&&(delete nd[a],
|
|
115
|
+
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()):Aa?postMessage({targetThread:a,cmd:"checkMailbox"}):(a=t.F[a])&&a.postMessage({cmd:"checkMailbox"})},_emscripten_set_offscreencanvas_size:function(){return-1},_emscripten_thread_mailbox_await:Wc,_emscripten_throw_longjmp:function(){throw Infinity;},abort:function(){Na("")},emscripten_asm_const_int:function(a,c,d){Yc.length=
|
|
116
|
+
0;var e;for(d>>=2;e=fa()[c++];)d+=105!=e&d,Yc.push(105==e?b()[d]:qa()[d++>>1]),++d;return Ab[a].apply(null,Yc)},emscripten_check_blocking_allowed:function(){},emscripten_date_now:function(){return Date.now()},emscripten_exit_with_live_runtime:function(){Ya+=1;throw"unwind";},emscripten_get_now:ad,emscripten_log:function(a,c,d){c=ed(c,d);c=yb(c,0);a&24&&(c=c.replace(/\s+$/,""),c+=(0<c.length?"\n":"")+gd(a));a&1?a&4?console.error(c):a&2?console.warn(c):a&512?console.info(c):a&256?console.debug(c):console.log(c):
|
|
117
|
+
a&6?La(c):Ka(c)},emscripten_memcpy_big:function(a,c,d){fa().copyWithin(a,c,c+d)},emscripten_receive_on_main_thread_js:function(a,c,d){md.length=c;d>>=3;for(var e=0;e<c;e++)md[e]=qa()[d+e];return(0>a?Ab[-a-1]:re[a]).apply(null,md)},emscripten_resize_heap:function(a){var c=fa().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)%65536;a:{var h=ca.buffer;try{ca.grow(g.call(f,2147483648,e)-
|
|
118
|
+
h.byteLength+65535>>>16);ea();var l=1;break a}catch(v){}l=void 0}if(l)return!0}return!1},emscripten_run_script:function(a){eval(q(a))},emscripten_start_fetch:function(a,c,d,e,f){function g(aa){Z?aa():Vc(aa)}Ya+=1;var h=a+112,l=q(h),v=m()[h+36>>2],p=m()[h+40>>2],G=m()[h+44>>2],X=m()[h+48>>2],U=m()[h+52>>2],k=!!(U&4),B=!!(U&32),y=!!(U&16),Z=!!(U&64),u=aa=>{--Ya;g(()=>{v?Nc(v)(aa):c&&c(aa)})},ka=aa=>{g(()=>{G?Nc(G)(aa):e&&e(aa)})},C=aa=>{--Ya;g(()=>{p?Nc(p)(aa):d&&d(aa)})},Oa=aa=>{g(()=>{X?Nc(X)(aa):
|
|
119
|
+
f&&f(aa)})};U=aa=>{qd(aa,u,C,ka,Oa)};var ia=(aa,Oq)=>{vd(aa,Oq.response,xb=>{--Ya;g(()=>{v?Nc(v)(xb):c&&c(xb)})},xb=>{--Ya;g(()=>{v?Nc(v)(xb):c&&c(xb)})})},Ja=aa=>{qd(aa,ia,C,ka,Oa)};if("EM_IDB_STORE"===l)l=m()[h+84>>2],vd(a,fa().slice(l,l+m()[h+88>>2]),u,C);else if("EM_IDB_DELETE"===l)xd(a,u,C);else if(y){if(B)return 0;qd(a,k?ia:u,C,ka,Oa)}else wd(a,u,B?C:k?Ja:U);return a},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+
|
|
120
|
+
3],premultipliedAlpha:!!b()[c+4],preserveDrawingBuffer:!!b()[c+5],powerPreference:Ud[d],failIfMajorPerformanceCaveat:!!b()[c+7],Fa:b()[c+8],Mb:b()[c+9],za:b()[c+10],Xa:b()[c+11],Qb:b()[c+12],Rb:b()[c+13]};a=2<a?q(a):a;a=Vd[a]||("undefined"!=typeof document?document.querySelector(a):void 0);return!a||c.Xa?0:Pd(a,c)},emscripten_webgl_destroy_context:function(a){Od==a&&(Od=0);Od===Gd[a]&&(Od=null);if("object"==typeof Td)for(var c=Gd[a].L.canvas,d=0;d<Sd.length;++d)if(Sd[d].target==c){var e=d--,f=Sd[e];
|
|
121
|
+
f.target.removeEventListener(f.Jb,f.Ib,f.Yb);Sd.splice(e,1)}Gd[a]&&Gd[a].L.canvas&&(Gd[a].L.canvas.Sa=void 0);ud(Gd[a].fb);Gd[a]=null},emscripten_webgl_make_context_current:function(a){Od=Gd[a];n.Gb=x=Od&&Od.L;return!a||x?0:-5},environ_get:Zd,environ_sizes_get:$d,exit:Ec,fd_close:ae,fd_read:be,fd_seek:ce,fd_write:de,getentropy:function(a,c){Jb(fa().subarray(a,a+c));return 0},glAttachShader:function(a,c){x.attachShader(Dd[a],Ed[c])},glBindAttribLocation:function(a,c,d){x.bindAttribLocation(Dd[a],c,
|
|
122
|
+
q(d))},glBindBuffer:function(a,c){34962==a?x.R=c:34963==a&&(x.S=c);35051==a?x.wa=c:35052==a&&(x.xa=c);x.bindBuffer(a,Cd[c])},glBindVertexArray:function(a){x.bindVertexArray(Fd[a]);a=x.getParameter(34965);x.S=a?a.name|0:0},glBufferData:function(a,c,d,e){2<=Od.version?d&&c?x.bufferData(a,fa(),e,d,c):x.bufferData(a,c,e):x.bufferData(a,d?fa().subarray(d,d+c):c,e)},glClear:function(a){x.clear(a)},glClearColor:function(a,c,d,e){x.clearColor(a,c,d,e)},glClearStencil:function(a){x.clearStencil(a)},glColorMask:function(a,
|
|
123
|
+
c,d,e){x.colorMask(!!a,!!c,!!d,!!e)},glCompileShader:function(a){x.compileShader(Ed[a])},glCreateProgram:function(){var a=Kd(Dd),c=x.createProgram();c.name=a;c.Y=c.W=c.X=0;c.sa=1;Dd[a]=c;return a},glCreateShader:function(a){var c=Kd(Ed);Ed[c]=x.createShader(a);return c},glDeleteBuffers:function(a,c){for(var d=0;d<a;d++){var e=b()[c+4*d>>2],f=Cd[e];f&&(x.deleteBuffer(f),f.name=0,Cd[e]=null,e==x.R&&(x.R=0),e==x.S&&(x.S=0),e==x.wa&&(x.wa=0),e==x.xa&&(x.xa=0))}},glDeleteProgram:function(a){if(a){var c=
|
|
124
|
+
Dd[a];c?(x.deleteProgram(c),c.name=0,Dd[a]=null):Id(1281)}},glDeleteShader:function(a){if(a){var c=Ed[a];c?(x.deleteShader(c),Ed[a]=null):Id(1281)}},glDeleteVertexArrays:function(a,c){for(var d=0;d<a;d++){var e=b()[c+4*d>>2];x.deleteVertexArray(Fd[e]);Fd[e]=null}},glDepthMask:function(a){x.depthMask(!!a)},glDisable:function(a){x.disable(a)},glDrawArrays:function(a,c,d){Md(c+d);x.drawArrays(a,c,d);Nd&&x.bindBuffer(34962,Cd[x.R])},glDrawElements:function(a,c,d,e){if(!x.S){var f=1*Hd[d-5120]*c;var g=
|
|
125
|
+
Ld(f);var h=Od.P[g];h?g=h:(h=x.getParameter(34965),Od.P[g]=x.createBuffer(),x.bindBuffer(34963,Od.P[g]),x.bufferData(34963,1<<g,35048),x.bindBuffer(34963,h),g=Od.P[g]);x.bindBuffer(34963,g);x.bufferSubData(34963,0,fa().subarray(e,e+f));e=0}Md(c);x.drawElements(a,c,d,e);Nd&&x.bindBuffer(34962,Cd[x.R]);x.S||x.bindBuffer(34963,null)},glDrawElementsInstanced:function(a,c,d,e,f){x.drawElementsInstanced(a,c,d,e,f)},glEnable:function(a){x.enable(a)},glEnableVertexAttribArray:function(a){Od.V[a].enabled=
|
|
126
|
+
!0;x.enableVertexAttribArray(a)},glGenBuffers:function(a,c){ee(a,c,"createBuffer",Cd)},glGenVertexArrays:function(a,c){ee(a,c,"createVertexArray",Fd)},glGetActiveAttrib:function(a,c,d,e,f,g,h){fe("getActiveAttrib",a,c,d,e,f,g,h)},glGetActiveUniform:function(a,c,d,e,f,g,h){fe("getActiveUniform",a,c,d,e,f,g,h)},glGetAttribLocation:function(a,c){return x.getAttribLocation(Dd[a],q(c))},glGetBooleanv:function(a,c){ge(a,c)},glGetError:function(){var a=x.getError()||Jd;Jd=0;return a},glGetProgramInfoLog:function(a,
|
|
127
|
+
c,d,e){a=x.getProgramInfoLog(Dd[a]);null===a&&(a="(unknown error)");c=0<c&&e?td(a,e,c):0;d&&(b()[d>>2]=c)},glGetProgramiv:function(a,c,d){if(d)if(a>=Bd)Id(1281);else if(a=Dd[a],35716==c)a=x.getProgramInfoLog(a),null===a&&(a="(unknown error)"),b()[d>>2]=a.length+1;else if(35719==c){if(!a.Y)for(c=0;c<x.getProgramParameter(a,35718);++c)a.Y=Math.max(a.Y,x.getActiveUniform(a,c).name.length+1);b()[d>>2]=a.Y}else if(35722==c){if(!a.W)for(c=0;c<x.getProgramParameter(a,35721);++c)a.W=Math.max(a.W,x.getActiveAttrib(a,
|
|
128
|
+
c).name.length+1);b()[d>>2]=a.W}else if(35381==c){if(!a.X)for(c=0;c<x.getProgramParameter(a,35382);++c)a.X=Math.max(a.X,x.getActiveUniformBlockName(a,c).length+1);b()[d>>2]=a.X}else b()[d>>2]=x.getProgramParameter(a,c);else Id(1281)},glGetShaderiv:function(a,c,d){d?35716==c?(a=x.getShaderInfoLog(Ed[a]),null===a&&(a="(unknown error)"),a=a?a.length+1:0,b()[d>>2]=a):35720==c?(a=(a=x.getShaderSource(Ed[a]))?a.length+1:0,b()[d>>2]=a):b()[d>>2]=x.getShaderParameter(Ed[a],c):Id(1281)},glGetUniformLocation:function(a,
|
|
129
|
+
c){c=q(c);if(a=Dd[a]){var d=a,e=d.U,f=d.Qa,g;if(!e)for(d.U=e={},d.Pa={},g=0;g<x.getProgramParameter(d,35718);++g){var h=x.getActiveUniform(d,g);var l=h.name;h=h.size;var v=he(l);v=0<v?l.slice(0,v):l;var p=d.sa;d.sa+=h;f[v]=[h,p];for(l=0;l<h;++l)e[p]=l,d.Pa[p++]=v}d=a.U;e=0;f=c;g=he(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]||x.getUniformLocation(a,c)))return e}else Id(1281);return-1},glLineWidth:function(a){x.lineWidth(a)},glLinkProgram:function(a){a=
|
|
130
|
+
Dd[a];x.linkProgram(a);a.U=0;a.Qa={}},glShaderSource:function(a,c,d,e){for(var f="",g=0;g<c;++g){var h=e?b()[e+4*g>>2]:-1;f+=q(b()[d+4*g>>2],0>h?void 0:h)}x.shaderSource(Ed[a],f)},glStencilFunc:function(a,c,d){x.stencilFunc(a,c,d)},glStencilMask:function(a){x.stencilMask(a)},glStencilOp:function(a,c,d){x.stencilOp(a,c,d)},glUniform1i:function(a,c){x.uniform1i(ie(a),c)},glUniform4f:function(a,c,d,e,f){x.uniform4f(ie(a),c,d,e,f)},glUniform4fv:function(a,c,d){if(2<=Od.version)c&&x.uniform4fv(ie(a),oa(),
|
|
131
|
+
d>>2,4*c);else{if(72>=c){var e=je[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];e[g+2]=f[h+2];e[g+3]=f[h+3]}}else e=oa().subarray(d>>2,d+16*c>>2);x.uniform4fv(ie(a),e)}},glUniformMatrix4fv:function(a,c,d,e){if(2<=Od.version)c&&x.uniformMatrix4fv(ie(a),!!d,oa(),e>>2,16*c);else{if(18>=c){var f=je[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+
|
|
132
|
+
8];f[h+9]=g[l+9];f[h+10]=g[l+10];f[h+11]=g[l+11];f[h+12]=g[l+12];f[h+13]=g[l+13];f[h+14]=g[l+14];f[h+15]=g[l+15]}}else f=oa().subarray(e>>2,e+64*c>>2);x.uniformMatrix4fv(ie(a),!!d,f)}},glUseProgram:function(a){a=Dd[a];x.useProgram(a);x.Va=a},glVertexAttribDivisor:function(a,c){x.vertexAttribDivisor(a,c)},glVertexAttribPointer:function(a,c,d,e,f,g){var h=Od.V[a];x.R?(h.ea=!1,x.vertexAttribPointer(a,c,d,!!e,f,g)):(h.size=c,h.type=d,h.Ka=e,h.pa=f,h.g=g,h.ea=!0,h.Ra=function(l,v,p,G,X,U){this.vertexAttribPointer(l,
|
|
133
|
+
v,p,G,X,U)})},invoke_ii:te,invoke_iiii:ue,invoke_vi:ve,invoke_vii:we,memory:ca||n.wasmMemory,strftime_l:function(a,c,d,e){return oe(a,c,d,e)}};
|
|
134
|
+
(function(){function a(d,e){d=d.exports;n.asm=d;t.Oa.push(n.asm._emscripten_tls_init);Ua=n.asm.__indirect_function_table;Wa.unshift(n.asm.__wasm_call_ctors);Pa=e;t.lb(()=>mb());return d}var c={env:xe,wasi_snapshot_preview1:xe};lb();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{}})();
|
|
135
|
+
var ye=n._emscripten_bind_MdRxObject_getObjectName_0=function(){return(ye=n._emscripten_bind_MdRxObject_getObjectName_0=n.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},ze=n._emscripten_bind_MdRxObject_getDxf0_0=function(){return(ze=n._emscripten_bind_MdRxObject_getDxf0_0=n.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},Ae=n._emscripten_bind_MdRxObject_getJson_0=function(){return(Ae=n._emscripten_bind_MdRxObject_getJson_0=n.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,
|
|
136
|
+
arguments)},Be=n._emscripten_bind_MdRxObject_setJson_1=function(){return(Be=n._emscripten_bind_MdRxObject_setJson_1=n.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},Ce=n._emscripten_bind_MdDbObject_getObjectID_0=function(){return(Ce=n._emscripten_bind_MdDbObject_getObjectID_0=n.asm.emscripten_bind_MdDbObject_getObjectID_0).apply(null,arguments)},De=n._emscripten_bind_MdDbObject_Erase_0=function(){return(De=n._emscripten_bind_MdDbObject_Erase_0=n.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,
|
|
137
|
+
arguments)},Ee=n._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(Ee=n._emscripten_bind_MdDbObject_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},Fe=n._emscripten_bind_MdDbObject_Clone_0=function(){return(Fe=n._emscripten_bind_MdDbObject_Clone_0=n.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},Ge=n._emscripten_bind_MdDbObject_moveGripPointsAt_4=function(){return(Ge=n._emscripten_bind_MdDbObject_moveGripPointsAt_4=
|
|
138
|
+
n.asm.emscripten_bind_MdDbObject_moveGripPointsAt_4).apply(null,arguments)},He=n._emscripten_bind_MdDbObject_getObjectName_0=function(){return(He=n._emscripten_bind_MdDbObject_getObjectName_0=n.asm.emscripten_bind_MdDbObject_getObjectName_0).apply(null,arguments)},Ie=n._emscripten_bind_MdDbObject_getDxf0_0=function(){return(Ie=n._emscripten_bind_MdDbObject_getDxf0_0=n.asm.emscripten_bind_MdDbObject_getDxf0_0).apply(null,arguments)},Je=n._emscripten_bind_MdDbObject_getJson_0=function(){return(Je=n._emscripten_bind_MdDbObject_getJson_0=
|
|
139
|
+
n.asm.emscripten_bind_MdDbObject_getJson_0).apply(null,arguments)},Ke=n._emscripten_bind_MdDbObject_setJson_1=function(){return(Ke=n._emscripten_bind_MdDbObject_setJson_1=n.asm.emscripten_bind_MdDbObject_setJson_1).apply(null,arguments)},Le=n._emscripten_bind_MdDbEntity_explode_0=function(){return(Le=n._emscripten_bind_MdDbEntity_explode_0=n.asm.emscripten_bind_MdDbEntity_explode_0).apply(null,arguments)},Me=n._emscripten_bind_MdDbEntity_getObjectID_0=function(){return(Me=n._emscripten_bind_MdDbEntity_getObjectID_0=
|
|
140
|
+
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=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=
|
|
141
|
+
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=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=
|
|
142
|
+
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=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=
|
|
143
|
+
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=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)},
|
|
144
|
+
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)},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,
|
|
145
|
+
arguments)},af=n._emscripten_bind_MdDbCurve_explode_0=function(){return(af=n._emscripten_bind_MdDbCurve_explode_0=n.asm.emscripten_bind_MdDbCurve_explode_0).apply(null,arguments)},bf=n._emscripten_bind_MdDbCurve_getObjectID_0=function(){return(bf=n._emscripten_bind_MdDbCurve_getObjectID_0=n.asm.emscripten_bind_MdDbCurve_getObjectID_0).apply(null,arguments)},cf=n._emscripten_bind_MdDbCurve_Erase_0=function(){return(cf=n._emscripten_bind_MdDbCurve_Erase_0=n.asm.emscripten_bind_MdDbCurve_Erase_0).apply(null,
|
|
146
|
+
arguments)},df=n._emscripten_bind_MdDbCurve_ConnectionTempObject_1=function(){return(df=n._emscripten_bind_MdDbCurve_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbCurve_ConnectionTempObject_1).apply(null,arguments)},ef=n._emscripten_bind_MdDbCurve_Clone_0=function(){return(ef=n._emscripten_bind_MdDbCurve_Clone_0=n.asm.emscripten_bind_MdDbCurve_Clone_0).apply(null,arguments)},ff=n._emscripten_bind_MdDbCurve_moveGripPointsAt_4=function(){return(ff=n._emscripten_bind_MdDbCurve_moveGripPointsAt_4=
|
|
147
|
+
n.asm.emscripten_bind_MdDbCurve_moveGripPointsAt_4).apply(null,arguments)},gf=n._emscripten_bind_MdDbCurve_getObjectName_0=function(){return(gf=n._emscripten_bind_MdDbCurve_getObjectName_0=n.asm.emscripten_bind_MdDbCurve_getObjectName_0).apply(null,arguments)},hf=n._emscripten_bind_MdDbCurve_getDxf0_0=function(){return(hf=n._emscripten_bind_MdDbCurve_getDxf0_0=n.asm.emscripten_bind_MdDbCurve_getDxf0_0).apply(null,arguments)},jf=n._emscripten_bind_MdDbCurve_getJson_0=function(){return(jf=n._emscripten_bind_MdDbCurve_getJson_0=
|
|
148
|
+
n.asm.emscripten_bind_MdDbCurve_getJson_0).apply(null,arguments)},kf=n._emscripten_bind_MdDbCurve_setJson_1=function(){return(kf=n._emscripten_bind_MdDbCurve_setJson_1=n.asm.emscripten_bind_MdDbCurve_setJson_1).apply(null,arguments)},lf=n._emscripten_bind_MdDbDimension_MdDbDimension_0=function(){return(lf=n._emscripten_bind_MdDbDimension_MdDbDimension_0=n.asm.emscripten_bind_MdDbDimension_MdDbDimension_0).apply(null,arguments)},mf=n._emscripten_bind_MdDbDimension_textPosition_0=function(){return(mf=
|
|
149
|
+
n._emscripten_bind_MdDbDimension_textPosition_0=n.asm.emscripten_bind_MdDbDimension_textPosition_0).apply(null,arguments)},nf=n._emscripten_bind_MdDbDimension_setTextPosition_1=function(){return(nf=n._emscripten_bind_MdDbDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbDimension_setTextPosition_1).apply(null,arguments)},of=n._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=function(){return(of=n._emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0=n.asm.emscripten_bind_MdDbDimension_isUsingDefaultTextPosition_0).apply(null,
|
|
150
|
+
arguments)},pf=n._emscripten_bind_MdDbDimension_useSetTextPosition_0=function(){return(pf=n._emscripten_bind_MdDbDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbDimension_useSetTextPosition_0).apply(null,arguments)},qf=n._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=function(){return(qf=n._emscripten_bind_MdDbDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbDimension_useDefaultTextPosition_0).apply(null,arguments)},rf=n._emscripten_bind_MdDbDimension_elevation_0=function(){return(rf=
|
|
151
|
+
n._emscripten_bind_MdDbDimension_elevation_0=n.asm.emscripten_bind_MdDbDimension_elevation_0).apply(null,arguments)},sf=n._emscripten_bind_MdDbDimension_setElevation_1=function(){return(sf=n._emscripten_bind_MdDbDimension_setElevation_1=n.asm.emscripten_bind_MdDbDimension_setElevation_1).apply(null,arguments)},tf=n._emscripten_bind_MdDbDimension_dimensionText_0=function(){return(tf=n._emscripten_bind_MdDbDimension_dimensionText_0=n.asm.emscripten_bind_MdDbDimension_dimensionText_0).apply(null,arguments)},
|
|
152
|
+
uf=n._emscripten_bind_MdDbDimension_setDimensionText_1=function(){return(uf=n._emscripten_bind_MdDbDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbDimension_setDimensionText_1).apply(null,arguments)},vf=n._emscripten_bind_MdDbDimension_textRotation_0=function(){return(vf=n._emscripten_bind_MdDbDimension_textRotation_0=n.asm.emscripten_bind_MdDbDimension_textRotation_0).apply(null,arguments)},wf=n._emscripten_bind_MdDbDimension_setTextRotation_1=function(){return(wf=n._emscripten_bind_MdDbDimension_setTextRotation_1=
|
|
153
|
+
n.asm.emscripten_bind_MdDbDimension_setTextRotation_1).apply(null,arguments)},xf=n._emscripten_bind_MdDbDimension_dimensionStyle_0=function(){return(xf=n._emscripten_bind_MdDbDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbDimension_dimensionStyle_0).apply(null,arguments)},yf=n._emscripten_bind_MdDbDimension_setDimensionStyle_1=function(){return(yf=n._emscripten_bind_MdDbDimension_setDimensionStyle_1=n.asm.emscripten_bind_MdDbDimension_setDimensionStyle_1).apply(null,arguments)},zf=n._emscripten_bind_MdDbDimension_textAttachment_0=
|
|
154
|
+
function(){return(zf=n._emscripten_bind_MdDbDimension_textAttachment_0=n.asm.emscripten_bind_MdDbDimension_textAttachment_0).apply(null,arguments)},Af=n._emscripten_bind_MdDbDimension_setTextAttachment_1=function(){return(Af=n._emscripten_bind_MdDbDimension_setTextAttachment_1=n.asm.emscripten_bind_MdDbDimension_setTextAttachment_1).apply(null,arguments)},Bf=n._emscripten_bind_MdDbDimension_horizontalRotation_0=function(){return(Bf=n._emscripten_bind_MdDbDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbDimension_horizontalRotation_0).apply(null,
|
|
155
|
+
arguments)},Cf=n._emscripten_bind_MdDbDimension_setHorizontalRotation_1=function(){return(Cf=n._emscripten_bind_MdDbDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbDimension_setHorizontalRotation_1).apply(null,arguments)},Df=n._emscripten_bind_MdDbDimension_recomputeDimBlock_1=function(){return(Df=n._emscripten_bind_MdDbDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbDimension_recomputeDimBlock_1).apply(null,arguments)},Ef=n._emscripten_bind_MdDbDimension_GetDimVarInt_1=function(){return(Ef=
|
|
156
|
+
n._emscripten_bind_MdDbDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarInt_1).apply(null,arguments)},Ff=n._emscripten_bind_MdDbDimension_SetDimVarInt_2=function(){return(Ff=n._emscripten_bind_MdDbDimension_SetDimVarInt_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarInt_2).apply(null,arguments)},Gf=n._emscripten_bind_MdDbDimension_GetDimVarDouble_1=function(){return(Gf=n._emscripten_bind_MdDbDimension_GetDimVarDouble_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarDouble_1).apply(null,
|
|
157
|
+
arguments)},Hf=n._emscripten_bind_MdDbDimension_SetDimVarDouble_2=function(){return(Hf=n._emscripten_bind_MdDbDimension_SetDimVarDouble_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarDouble_2).apply(null,arguments)},If=n._emscripten_bind_MdDbDimension_GetDimVarString_1=function(){return(If=n._emscripten_bind_MdDbDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarString_1).apply(null,arguments)},Jf=n._emscripten_bind_MdDbDimension_SetDimVarString_2=function(){return(Jf=n._emscripten_bind_MdDbDimension_SetDimVarString_2=
|
|
158
|
+
n.asm.emscripten_bind_MdDbDimension_SetDimVarString_2).apply(null,arguments)},Kf=n._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=function(){return(Kf=n._emscripten_bind_MdDbDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbDimension_GetDimVarObjectId_1).apply(null,arguments)},Lf=n._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=function(){return(Lf=n._emscripten_bind_MdDbDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbDimension_SetDimVarObjectId_2).apply(null,arguments)},Mf=
|
|
159
|
+
n._emscripten_bind_MdDbDimension_explode_0=function(){return(Mf=n._emscripten_bind_MdDbDimension_explode_0=n.asm.emscripten_bind_MdDbDimension_explode_0).apply(null,arguments)},Nf=n._emscripten_bind_MdDbDimension_getObjectID_0=function(){return(Nf=n._emscripten_bind_MdDbDimension_getObjectID_0=n.asm.emscripten_bind_MdDbDimension_getObjectID_0).apply(null,arguments)},Of=n._emscripten_bind_MdDbDimension_Erase_0=function(){return(Of=n._emscripten_bind_MdDbDimension_Erase_0=n.asm.emscripten_bind_MdDbDimension_Erase_0).apply(null,
|
|
160
|
+
arguments)},Pf=n._emscripten_bind_MdDbDimension_ConnectionTempObject_1=function(){return(Pf=n._emscripten_bind_MdDbDimension_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbDimension_ConnectionTempObject_1).apply(null,arguments)},Qf=n._emscripten_bind_MdDbDimension_Clone_0=function(){return(Qf=n._emscripten_bind_MdDbDimension_Clone_0=n.asm.emscripten_bind_MdDbDimension_Clone_0).apply(null,arguments)},Rf=n._emscripten_bind_MdDbDimension_moveGripPointsAt_4=function(){return(Rf=n._emscripten_bind_MdDbDimension_moveGripPointsAt_4=
|
|
161
|
+
n.asm.emscripten_bind_MdDbDimension_moveGripPointsAt_4).apply(null,arguments)},Sf=n._emscripten_bind_MdDbDimension_getObjectName_0=function(){return(Sf=n._emscripten_bind_MdDbDimension_getObjectName_0=n.asm.emscripten_bind_MdDbDimension_getObjectName_0).apply(null,arguments)},Tf=n._emscripten_bind_MdDbDimension_getDxf0_0=function(){return(Tf=n._emscripten_bind_MdDbDimension_getDxf0_0=n.asm.emscripten_bind_MdDbDimension_getDxf0_0).apply(null,arguments)},Uf=n._emscripten_bind_MdDbDimension_getJson_0=
|
|
162
|
+
function(){return(Uf=n._emscripten_bind_MdDbDimension_getJson_0=n.asm.emscripten_bind_MdDbDimension_getJson_0).apply(null,arguments)},Vf=n._emscripten_bind_MdDbDimension_setJson_1=function(){return(Vf=n._emscripten_bind_MdDbDimension_setJson_1=n.asm.emscripten_bind_MdDbDimension_setJson_1).apply(null,arguments)},Wf=n._emscripten_bind_MdDbDimension___destroy___0=function(){return(Wf=n._emscripten_bind_MdDbDimension___destroy___0=n.asm.emscripten_bind_MdDbDimension___destroy___0).apply(null,arguments)},
|
|
163
|
+
Xf=n._emscripten_bind_VoidPtr___destroy___0=function(){return(Xf=n._emscripten_bind_VoidPtr___destroy___0=n.asm.emscripten_bind_VoidPtr___destroy___0).apply(null,arguments)},Yf=n._emscripten_bind_MdCmColor_MdCmColor_0=function(){return(Yf=n._emscripten_bind_MdCmColor_MdCmColor_0=n.asm.emscripten_bind_MdCmColor_MdCmColor_0).apply(null,arguments)},Zf=n._emscripten_bind_MdCmColor_setColorIndex_1=function(){return(Zf=n._emscripten_bind_MdCmColor_setColorIndex_1=n.asm.emscripten_bind_MdCmColor_setColorIndex_1).apply(null,
|
|
164
|
+
arguments)},$f=n._emscripten_bind_MdCmColor_setRGB_3=function(){return($f=n._emscripten_bind_MdCmColor_setRGB_3=n.asm.emscripten_bind_MdCmColor_setRGB_3).apply(null,arguments)},ag=n._emscripten_bind_MdCmColor_get_red_0=function(){return(ag=n._emscripten_bind_MdCmColor_get_red_0=n.asm.emscripten_bind_MdCmColor_get_red_0).apply(null,arguments)},bg=n._emscripten_bind_MdCmColor_set_red_1=function(){return(bg=n._emscripten_bind_MdCmColor_set_red_1=n.asm.emscripten_bind_MdCmColor_set_red_1).apply(null,
|
|
165
|
+
arguments)},cg=n._emscripten_bind_MdCmColor_get_green_0=function(){return(cg=n._emscripten_bind_MdCmColor_get_green_0=n.asm.emscripten_bind_MdCmColor_get_green_0).apply(null,arguments)},dg=n._emscripten_bind_MdCmColor_set_green_1=function(){return(dg=n._emscripten_bind_MdCmColor_set_green_1=n.asm.emscripten_bind_MdCmColor_set_green_1).apply(null,arguments)},eg=n._emscripten_bind_MdCmColor_get_blue_0=function(){return(eg=n._emscripten_bind_MdCmColor_get_blue_0=n.asm.emscripten_bind_MdCmColor_get_blue_0).apply(null,
|
|
166
|
+
arguments)},fg=n._emscripten_bind_MdCmColor_set_blue_1=function(){return(fg=n._emscripten_bind_MdCmColor_set_blue_1=n.asm.emscripten_bind_MdCmColor_set_blue_1).apply(null,arguments)},gg=n._emscripten_bind_MdCmColor_get_method_0=function(){return(gg=n._emscripten_bind_MdCmColor_get_method_0=n.asm.emscripten_bind_MdCmColor_get_method_0).apply(null,arguments)},hg=n._emscripten_bind_MdCmColor_set_method_1=function(){return(hg=n._emscripten_bind_MdCmColor_set_method_1=n.asm.emscripten_bind_MdCmColor_set_method_1).apply(null,
|
|
167
|
+
arguments)},ig=n._emscripten_bind_MdCmColor_get_n_0=function(){return(ig=n._emscripten_bind_MdCmColor_get_n_0=n.asm.emscripten_bind_MdCmColor_get_n_0).apply(null,arguments)},jg=n._emscripten_bind_MdCmColor_set_n_1=function(){return(jg=n._emscripten_bind_MdCmColor_set_n_1=n.asm.emscripten_bind_MdCmColor_set_n_1).apply(null,arguments)},kg=n._emscripten_bind_MdCmColor_get_colorIndex_0=function(){return(kg=n._emscripten_bind_MdCmColor_get_colorIndex_0=n.asm.emscripten_bind_MdCmColor_get_colorIndex_0).apply(null,
|
|
168
|
+
arguments)},lg=n._emscripten_bind_MdCmColor_set_colorIndex_1=function(){return(lg=n._emscripten_bind_MdCmColor_set_colorIndex_1=n.asm.emscripten_bind_MdCmColor_set_colorIndex_1).apply(null,arguments)},mg=n._emscripten_bind_MdCmColor___destroy___0=function(){return(mg=n._emscripten_bind_MdCmColor___destroy___0=n.asm.emscripten_bind_MdCmColor___destroy___0).apply(null,arguments)},ng=n._emscripten_bind_MdGePoint3d_MdGePoint3d_0=function(){return(ng=n._emscripten_bind_MdGePoint3d_MdGePoint3d_0=n.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_0).apply(null,
|
|
169
|
+
arguments)},og=n._emscripten_bind_MdGePoint3d_MdGePoint3d_3=function(){return(og=n._emscripten_bind_MdGePoint3d_MdGePoint3d_3=n.asm.emscripten_bind_MdGePoint3d_MdGePoint3d_3).apply(null,arguments)},pg=n._emscripten_bind_MdGePoint3d_get_x_0=function(){return(pg=n._emscripten_bind_MdGePoint3d_get_x_0=n.asm.emscripten_bind_MdGePoint3d_get_x_0).apply(null,arguments)},qg=n._emscripten_bind_MdGePoint3d_set_x_1=function(){return(qg=n._emscripten_bind_MdGePoint3d_set_x_1=n.asm.emscripten_bind_MdGePoint3d_set_x_1).apply(null,
|
|
170
|
+
arguments)},rg=n._emscripten_bind_MdGePoint3d_get_y_0=function(){return(rg=n._emscripten_bind_MdGePoint3d_get_y_0=n.asm.emscripten_bind_MdGePoint3d_get_y_0).apply(null,arguments)},sg=n._emscripten_bind_MdGePoint3d_set_y_1=function(){return(sg=n._emscripten_bind_MdGePoint3d_set_y_1=n.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},tg=n._emscripten_bind_MdGePoint3d_get_z_0=function(){return(tg=n._emscripten_bind_MdGePoint3d_get_z_0=n.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,
|
|
171
|
+
arguments)},ug=n._emscripten_bind_MdGePoint3d_set_z_1=function(){return(ug=n._emscripten_bind_MdGePoint3d_set_z_1=n.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,arguments)},vg=n._emscripten_bind_MdGePoint3d___destroy___0=function(){return(vg=n._emscripten_bind_MdGePoint3d___destroy___0=n.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},wg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(wg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_0=n.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,
|
|
172
|
+
arguments)},xg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(xg=n._emscripten_bind_MdGeVector3d_MdGeVector3d_3=n.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},yg=n._emscripten_bind_MdGeVector3d_get_x_0=function(){return(yg=n._emscripten_bind_MdGeVector3d_get_x_0=n.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},zg=n._emscripten_bind_MdGeVector3d_set_x_1=function(){return(zg=n._emscripten_bind_MdGeVector3d_set_x_1=n.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,
|
|
173
|
+
arguments)},Ag=n._emscripten_bind_MdGeVector3d_get_y_0=function(){return(Ag=n._emscripten_bind_MdGeVector3d_get_y_0=n.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},Bg=n._emscripten_bind_MdGeVector3d_set_y_1=function(){return(Bg=n._emscripten_bind_MdGeVector3d_set_y_1=n.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},Cg=n._emscripten_bind_MdGeVector3d_get_z_0=function(){return(Cg=n._emscripten_bind_MdGeVector3d_get_z_0=n.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,
|
|
174
|
+
arguments)},Dg=n._emscripten_bind_MdGeVector3d_set_z_1=function(){return(Dg=n._emscripten_bind_MdGeVector3d_set_z_1=n.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},Eg=n._emscripten_bind_MdGeVector3d___destroy___0=function(){return(Eg=n._emscripten_bind_MdGeVector3d___destroy___0=n.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},Fg=n._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Fg=n._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=n.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,
|
|
175
|
+
arguments)},Gg=n._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Gg=n._emscripten_bind_MdGeMatrix3d_setToIdentity_0=n.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Hg=n._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Hg=n._emscripten_bind_MdGeMatrix3d_preMultBy_1=n.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},Ig=n._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Ig=n._emscripten_bind_MdGeMatrix3d_postMultBy_1=
|
|
176
|
+
n.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Jg=n._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(Jg=n._emscripten_bind_MdGeMatrix3d_setToProduct_2=n.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Kg=n._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Kg=n._emscripten_bind_MdGeMatrix3d_invert_0=n.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},Lg=n._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Lg=
|
|
177
|
+
n._emscripten_bind_MdGeMatrix3d_isSingular_0=n.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},Mg=n._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Mg=n._emscripten_bind_MdGeMatrix3d_transposeIt_0=n.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},Ng=n._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(Ng=n._emscripten_bind_MdGeMatrix3d_isEqualTo_1=n.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Og=n._emscripten_bind_MdGeMatrix3d_det_0=
|
|
178
|
+
function(){return(Og=n._emscripten_bind_MdGeMatrix3d_det_0=n.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Pg=n._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Pg=n._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=n.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Qg=n._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Qg=n._emscripten_bind_MdGeMatrix3d_setToTranslation_1=n.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,
|
|
179
|
+
arguments)},Rg=n._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Rg=n._emscripten_bind_MdGeMatrix3d_setToRotation_3=n.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Sg=n._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Sg=n._emscripten_bind_MdGeMatrix3d_setToScaling_2=n.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},Tg=n._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(Tg=n._emscripten_bind_MdGeMatrix3d_scale_0=
|
|
180
|
+
n.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Ug=n._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Ug=n._emscripten_bind_MdGeMatrix3d_getData_2=n.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Vg=n._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Vg=n._emscripten_bind_MdGeMatrix3d___destroy___0=n.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Wg=n._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Wg=
|
|
181
|
+
n._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=n.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,arguments)},Xg=n._emscripten_bind_MdDbLayerTableRecord_getName_0=function(){return(Xg=n._emscripten_bind_MdDbLayerTableRecord_getName_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,arguments)},Yg=n._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(Yg=n._emscripten_bind_MdDbLayerTableRecord_setName_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,
|
|
182
|
+
arguments)},Zg=n._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return(Zg=n._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,arguments)},$g=n._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return($g=n._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},ah=n._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(ah=
|
|
183
|
+
n._emscripten_bind_MdDbLayerTableRecord_isOff_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},bh=n._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=function(){return(bh=n._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},ch=n._emscripten_bind_MdDbLayerTableRecord_isLocked_0=function(){return(ch=n._emscripten_bind_MdDbLayerTableRecord_isLocked_0=n.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,
|
|
184
|
+
arguments)},dh=n._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return(dh=n._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,arguments)},eh=n._emscripten_bind_MdDbLayerTableRecord_color_0=function(){return(eh=n._emscripten_bind_MdDbLayerTableRecord_color_0=n.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,arguments)},fh=n._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(fh=n._emscripten_bind_MdDbLayerTableRecord_setColor_1=
|
|
185
|
+
n.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},gh=n._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(gh=n._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=n.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,arguments)},hh=n._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=function(){return(hh=n._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,
|
|
186
|
+
arguments)},ih=n._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(ih=n._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=n.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,arguments)},jh=n._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=function(){return(jh=n._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},kh=n._emscripten_bind_MdDbLayerTableRecord_getObjectID_0=function(){return(kh=
|
|
187
|
+
n._emscripten_bind_MdDbLayerTableRecord_getObjectID_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getObjectID_0).apply(null,arguments)},lh=n._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(lh=n._emscripten_bind_MdDbLayerTableRecord_Erase_0=n.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,arguments)},mh=n._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=function(){return(mh=n._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,
|
|
188
|
+
arguments)},nh=n._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return(nh=n._emscripten_bind_MdDbLayerTableRecord_Clone_0=n.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,arguments)},oh=n._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(oh=n._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},ph=n._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=function(){return(ph=
|
|
189
|
+
n._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,arguments)},qh=n._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=function(){return(qh=n._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,arguments)},rh=n._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(rh=n._emscripten_bind_MdDbLayerTableRecord_getJson_0=n.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,
|
|
190
|
+
arguments)},sh=n._emscripten_bind_MdDbLayerTableRecord_setJson_1=function(){return(sh=n._emscripten_bind_MdDbLayerTableRecord_setJson_1=n.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,arguments)},th=n._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(th=n._emscripten_bind_MdDbLayerTableRecord___destroy___0=n.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},uh=n._emscripten_bind_MdDbLayerTable_getObjectID_0=function(){return(uh=n._emscripten_bind_MdDbLayerTable_getObjectID_0=
|
|
191
|
+
n.asm.emscripten_bind_MdDbLayerTable_getObjectID_0).apply(null,arguments)},vh=n._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(vh=n._emscripten_bind_MdDbLayerTable_Erase_0=n.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},wh=n._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(wh=n._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},xh=n._emscripten_bind_MdDbLayerTable_Clone_0=
|
|
192
|
+
function(){return(xh=n._emscripten_bind_MdDbLayerTable_Clone_0=n.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},yh=n._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(yh=n._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},zh=n._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(zh=n._emscripten_bind_MdDbLayerTable_getObjectName_0=n.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,
|
|
193
|
+
arguments)},Ah=n._emscripten_bind_MdDbLayerTable_getDxf0_0=function(){return(Ah=n._emscripten_bind_MdDbLayerTable_getDxf0_0=n.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},Bh=n._emscripten_bind_MdDbLayerTable_getJson_0=function(){return(Bh=n._emscripten_bind_MdDbLayerTable_getJson_0=n.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},Ch=n._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(Ch=n._emscripten_bind_MdDbLayerTable_setJson_1=n.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,
|
|
194
|
+
arguments)},Dh=n._emscripten_bind_MdDbLinetypeTable_getObjectID_0=function(){return(Dh=n._emscripten_bind_MdDbLinetypeTable_getObjectID_0=n.asm.emscripten_bind_MdDbLinetypeTable_getObjectID_0).apply(null,arguments)},Eh=n._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(Eh=n._emscripten_bind_MdDbLinetypeTable_Erase_0=n.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},Fh=n._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(Fh=n._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=
|
|
195
|
+
n.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},Gh=n._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(Gh=n._emscripten_bind_MdDbLinetypeTable_Clone_0=n.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},Hh=n._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(Hh=n._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},Ih=n._emscripten_bind_MdDbLinetypeTable_getObjectName_0=
|
|
196
|
+
function(){return(Ih=n._emscripten_bind_MdDbLinetypeTable_getObjectName_0=n.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},Jh=n._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(Jh=n._emscripten_bind_MdDbLinetypeTable_getDxf0_0=n.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Kh=n._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Kh=n._emscripten_bind_MdDbLinetypeTable_getJson_0=n.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,
|
|
197
|
+
arguments)},Lh=n._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(Lh=n._emscripten_bind_MdDbLinetypeTable_setJson_1=n.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Mh=n._emscripten_bind_MdDbTextStyleTable_getObjectID_0=function(){return(Mh=n._emscripten_bind_MdDbTextStyleTable_getObjectID_0=n.asm.emscripten_bind_MdDbTextStyleTable_getObjectID_0).apply(null,arguments)},Nh=n._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(Nh=n._emscripten_bind_MdDbTextStyleTable_Erase_0=
|
|
198
|
+
n.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Oh=n._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(Oh=n._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Ph=n._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Ph=n._emscripten_bind_MdDbTextStyleTable_Clone_0=n.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Qh=n._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=
|
|
199
|
+
function(){return(Qh=n._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},Rh=n._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Rh=n._emscripten_bind_MdDbTextStyleTable_getObjectName_0=n.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},Sh=n._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(Sh=n._emscripten_bind_MdDbTextStyleTable_getDxf0_0=n.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,
|
|
200
|
+
arguments)},Th=n._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(Th=n._emscripten_bind_MdDbTextStyleTable_getJson_0=n.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},Uh=n._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(Uh=n._emscripten_bind_MdDbTextStyleTable_setJson_1=n.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},Vh=n._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(Vh=n._emscripten_bind_MdDbDatabase_GetLayerTable_0=
|
|
201
|
+
n.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},Wh=n._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(Wh=n._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=n.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},Xh=n._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return(Xh=n._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=n.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},Yh=n._emscripten_bind_MdDbDatabase_GetBlockTable_0=
|
|
202
|
+
function(){return(Yh=n._emscripten_bind_MdDbDatabase_GetBlockTable_0=n.asm.emscripten_bind_MdDbDatabase_GetBlockTable_0).apply(null,arguments)},Zh=n._emscripten_bind_MdDbDatabase_CurrentSpace_0=function(){return(Zh=n._emscripten_bind_MdDbDatabase_CurrentSpace_0=n.asm.emscripten_bind_MdDbDatabase_CurrentSpace_0).apply(null,arguments)},$h=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return($h=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,
|
|
203
|
+
arguments)},ai=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(ai=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},bi=n._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=function(){return(bi=n._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},ci=n._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=
|
|
204
|
+
function(){return(ci=n._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},di=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(di=n._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},ei=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(ei=n._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=
|
|
205
|
+
n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},fi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(fi=n._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,arguments)},gi=n._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(gi=n._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,
|
|
206
|
+
arguments)},hi=n._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(hi=n._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},ii=n._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(ii=n._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},ji=n._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=
|
|
207
|
+
function(){return(ji=n._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=n.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},ki=n._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(ki=n._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=n.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},li=n._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(li=n._emscripten_bind_MdDbDatabase_getObjectName_0=
|
|
208
|
+
n.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},mi=n._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(mi=n._emscripten_bind_MdDbDatabase_getDxf0_0=n.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},ni=n._emscripten_bind_MdDbDatabase_getJson_0=function(){return(ni=n._emscripten_bind_MdDbDatabase_getJson_0=n.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},oi=n._emscripten_bind_MdDbDatabase_setJson_1=function(){return(oi=n._emscripten_bind_MdDbDatabase_setJson_1=
|
|
209
|
+
n.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},pi=n._emscripten_bind_McObject_updateDisplay_2=function(){return(pi=n._emscripten_bind_McObject_updateDisplay_2=n.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},qi=n._emscripten_bind_McObject_test_0=function(){return(qi=n._emscripten_bind_McObject_test_0=n.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},ri=n._emscripten_bind_McObject_openWebFile_3=function(){return(ri=n._emscripten_bind_McObject_openWebFile_3=
|
|
210
|
+
n.asm.emscripten_bind_McObject_openWebFile_3).apply(null,arguments)},si=n._emscripten_bind_McObject_saveFileToUrl_1=function(){return(si=n._emscripten_bind_McObject_saveFileToUrl_1=n.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},ti=n._emscripten_bind_McObject_saveFile_1=function(){return(ti=n._emscripten_bind_McObject_saveFile_1=n.asm.emscripten_bind_McObject_saveFile_1).apply(null,arguments)},ui=n._emscripten_bind_McObject_getViewDataJsonParam_0=function(){return(ui=n._emscripten_bind_McObject_getViewDataJsonParam_0=
|
|
211
|
+
n.asm.emscripten_bind_McObject_getViewDataJsonParam_0).apply(null,arguments)},vi=n._emscripten_bind_McObject_updataAppData_0=function(){return(vi=n._emscripten_bind_McObject_updataAppData_0=n.asm.emscripten_bind_McObject_updataAppData_0).apply(null,arguments)},wi=n._emscripten_bind_McObject_GetDatabase_0=function(){return(wi=n._emscripten_bind_McObject_GetDatabase_0=n.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},xi=n._emscripten_bind_McObject_GetSysVarString_1=function(){return(xi=
|
|
212
|
+
n._emscripten_bind_McObject_GetSysVarString_1=n.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},yi=n._emscripten_bind_McObject_SetSysVarString_2=function(){return(yi=n._emscripten_bind_McObject_SetSysVarString_2=n.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},zi=n._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(zi=n._emscripten_bind_McObject_GetSysVarDouble_1=n.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},Ai=n._emscripten_bind_McObject_SetSysVarDouble_2=
|
|
213
|
+
function(){return(Ai=n._emscripten_bind_McObject_SetSysVarDouble_2=n.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},Bi=n._emscripten_bind_McObject_GetSysVarLong_1=function(){return(Bi=n._emscripten_bind_McObject_GetSysVarLong_1=n.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},Ci=n._emscripten_bind_McObject_SetSysVarLong_2=function(){return(Ci=n._emscripten_bind_McObject_SetSysVarLong_2=n.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},
|
|
214
|
+
Di=n._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(Di=n._emscripten_bind_McObject_fireEventWindowSize_2=n.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},Ei=n._emscripten_bind_McObject_fireEventCommandStart_0=function(){return(Ei=n._emscripten_bind_McObject_fireEventCommandStart_0=n.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,arguments)},Fi=n._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(Fi=n._emscripten_bind_McObject_IntelliSelect_PointSelect_2=
|
|
215
|
+
n.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},Gi=n._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(Gi=n._emscripten_bind_McObject_IntelliSelect_getGridData_1=n.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,arguments)},Hi=n._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(Hi=n._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,
|
|
216
|
+
arguments)},Ii=n._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(Ii=n._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},Ji=n._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(Ji=n._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,
|
|
217
|
+
arguments)},Ki=n._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(Ki=n._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=n.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},Li=n._emscripten_bind_McObject_SetDrawColor_1=function(){return(Li=n._emscripten_bind_McObject_SetDrawColor_1=n.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},Mi=n._emscripten_bind_McObject_GetDrawColor_0=function(){return(Mi=
|
|
218
|
+
n._emscripten_bind_McObject_GetDrawColor_0=n.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},Ni=n._emscripten_bind_McObject_AddLayer_1=function(){return(Ni=n._emscripten_bind_McObject_AddLayer_1=n.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Oi=n._emscripten_bind_McObject_SetDrawLayer_1=function(){return(Oi=n._emscripten_bind_McObject_SetDrawLayer_1=n.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},Pi=n._emscripten_bind_McObject_GetDrawLayer_0=
|
|
219
|
+
function(){return(Pi=n._emscripten_bind_McObject_GetDrawLayer_0=n.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},Qi=n._emscripten_bind_McObject_AddTextStyle_4=function(){return(Qi=n._emscripten_bind_McObject_AddTextStyle_4=n.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Ri=n._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Ri=n._emscripten_bind_McObject_SetDrawTextStyle_1=n.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},
|
|
220
|
+
Si=n._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Si=n._emscripten_bind_McObject_GetDrawTextStyle_0=n.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Ti=n._emscripten_bind_McObject_AddLinetype_2=function(){return(Ti=n._emscripten_bind_McObject_AddLinetype_2=n.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Ui=n._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Ui=n._emscripten_bind_McObject_AddLinetypeEx_3=n.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,
|
|
221
|
+
arguments)},Vi=n._emscripten_bind_McObject_AddDimStyle_5=function(){return(Vi=n._emscripten_bind_McObject_AddDimStyle_5=n.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Wi=n._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Wi=n._emscripten_bind_McObject_SetDrawLinetype_1=n.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},Xi=n._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Xi=n._emscripten_bind_McObject_GetDrawLinetype_0=n.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,
|
|
222
|
+
arguments)},Yi=n._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(Yi=n._emscripten_bind_McObject_SetDrawLineWeight_1=n.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},Zi=n._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(Zi=n._emscripten_bind_McObject_GetDrawLineWeight_0=n.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},$i=n._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return($i=n._emscripten_bind_McObject_SetDrawLineTypeScale_1=
|
|
223
|
+
n.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},aj=n._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(aj=n._emscripten_bind_McObject_GetDrawLineTypeScale_0=n.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},bj=n._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(bj=n._emscripten_bind_McObject_SetDrawDimStyle_1=n.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},cj=n._emscripten_bind_McObject_GetDrawDimStyle_0=
|
|
224
|
+
function(){return(cj=n._emscripten_bind_McObject_GetDrawDimStyle_0=n.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},dj=n._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(dj=n._emscripten_bind_McObject_SetPatternDefinition_1=n.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},ej=n._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(ej=n._emscripten_bind_McObject_GetPatternDefinition_0=n.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,
|
|
225
|
+
arguments)},fj=n._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(fj=n._emscripten_bind_McObject_SetDrawLineWidth_1=n.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},gj=n._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(gj=n._emscripten_bind_McObject_GetDrawLineWidth_0=n.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},hj=n._emscripten_bind_McObject_DrawLine_6=function(){return(hj=n._emscripten_bind_McObject_DrawLine_6=n.asm.emscripten_bind_McObject_DrawLine_6).apply(null,
|
|
226
|
+
arguments)},ij=n._emscripten_bind_McObject_DrawArc_5=function(){return(ij=n._emscripten_bind_McObject_DrawArc_5=n.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},jj=n._emscripten_bind_McObject_DrawArc2_6=function(){return(jj=n._emscripten_bind_McObject_DrawArc2_6=n.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},kj=n._emscripten_bind_McObject_DrawCircle_3=function(){return(kj=n._emscripten_bind_McObject_DrawCircle_3=n.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,
|
|
227
|
+
arguments)},lj=n._emscripten_bind_McObject_DrawEllipse_5=function(){return(lj=n._emscripten_bind_McObject_DrawEllipse_5=n.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},mj=n._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(mj=n._emscripten_bind_McObject_DrawEllipseArc_7=n.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},nj=n._emscripten_bind_McObject_DrawPoint_2=function(){return(nj=n._emscripten_bind_McObject_DrawPoint_2=n.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,
|
|
228
|
+
arguments)},oj=n._emscripten_bind_McObject_DrawSolid_8=function(){return(oj=n._emscripten_bind_McObject_DrawSolid_8=n.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},pj=n._emscripten_bind_McObject_DrawMText_7=function(){return(pj=n._emscripten_bind_McObject_DrawMText_7=n.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},qj=n._emscripten_bind_McObject_DrawText_7=function(){return(qj=n._emscripten_bind_McObject_DrawText_7=n.asm.emscripten_bind_McObject_DrawText_7).apply(null,
|
|
229
|
+
arguments)},rj=n._emscripten_bind_McObject_DrawBlockReference_5=function(){return(rj=n._emscripten_bind_McObject_DrawBlockReference_5=n.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},sj=n._emscripten_bind_McObject_DrawDimAligned_6=function(){return(sj=n._emscripten_bind_McObject_DrawDimAligned_6=n.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},tj=n._emscripten_bind_McObject_DrawDimAngular_8=function(){return(tj=n._emscripten_bind_McObject_DrawDimAngular_8=
|
|
230
|
+
n.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},uj=n._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(uj=n._emscripten_bind_McObject_DrawDimDiametric_5=n.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},vj=n._emscripten_bind_McObject_DrawDimRotated_7=function(){return(vj=n._emscripten_bind_McObject_DrawDimRotated_7=n.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},wj=n._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(wj=
|
|
231
|
+
n._emscripten_bind_McObject_DrawDimOrdinate_5=n.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},xj=n._emscripten_bind_McObject_DrawDimRadial_5=function(){return(xj=n._emscripten_bind_McObject_DrawDimRadial_5=n.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},yj=n._emscripten_bind_McObject_PathMoveTo_2=function(){return(yj=n._emscripten_bind_McObject_PathMoveTo_2=n.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},zj=n._emscripten_bind_McObject_PathMoveToEx_5=
|
|
232
|
+
function(){return(zj=n._emscripten_bind_McObject_PathMoveToEx_5=n.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},Aj=n._emscripten_bind_McObject_PathLineTo_2=function(){return(Aj=n._emscripten_bind_McObject_PathLineTo_2=n.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},Bj=n._emscripten_bind_McObject_PathLineToEx_5=function(){return(Bj=n._emscripten_bind_McObject_PathLineToEx_5=n.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},Cj=n._emscripten_bind_McObject_DrawPathToPolyline_0=
|
|
233
|
+
function(){return(Cj=n._emscripten_bind_McObject_DrawPathToPolyline_0=n.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},Dj=n._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(Dj=n._emscripten_bind_McObject_DrawPathToSpline_0=n.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},Ej=n._emscripten_bind_McObject_PathMakeClosed_0=function(){return(Ej=n._emscripten_bind_McObject_PathMakeClosed_0=n.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,
|
|
234
|
+
arguments)},Fj=n._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(Fj=n._emscripten_bind_McObject_DrawPathToHatch_1=n.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},Gj=n._emscripten_bind_McObject_DrawEntity_1=function(){return(Gj=n._emscripten_bind_McObject_DrawEntity_1=n.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Hj=n._emscripten_bind_McApp_McApp_0=function(){return(Hj=n._emscripten_bind_McApp_McApp_0=n.asm.emscripten_bind_McApp_McApp_0).apply(null,
|
|
235
|
+
arguments)},Ij=n._emscripten_bind_McApp_Init_0=function(){return(Ij=n._emscripten_bind_McApp_Init_0=n.asm.emscripten_bind_McApp_Init_0).apply(null,arguments)},Jj=n._emscripten_bind_McApp_CreateMxDraw_5=function(){return(Jj=n._emscripten_bind_McApp_CreateMxDraw_5=n.asm.emscripten_bind_McApp_CreateMxDraw_5).apply(null,arguments)},Kj=n._emscripten_bind_McApp_GetCurrentMxDraw_0=function(){return(Kj=n._emscripten_bind_McApp_GetCurrentMxDraw_0=n.asm.emscripten_bind_McApp_GetCurrentMxDraw_0).apply(null,
|
|
236
|
+
arguments)},Lj=n._emscripten_bind_McApp_DestroyObject_1=function(){return(Lj=n._emscripten_bind_McApp_DestroyObject_1=n.asm.emscripten_bind_McApp_DestroyObject_1).apply(null,arguments)},Mj=n._emscripten_bind_McApp_mcedRGB2Index_4=function(){return(Mj=n._emscripten_bind_McApp_mcedRGB2Index_4=n.asm.emscripten_bind_McApp_mcedRGB2Index_4).apply(null,arguments)},Nj=n._emscripten_bind_McApp_ObjectIdToObjectName_1=function(){return(Nj=n._emscripten_bind_McApp_ObjectIdToObjectName_1=n.asm.emscripten_bind_McApp_ObjectIdToObjectName_1).apply(null,
|
|
237
|
+
arguments)},Oj=n._emscripten_bind_McApp_ObjectIdToMdObject_1=function(){return(Oj=n._emscripten_bind_McApp_ObjectIdToMdObject_1=n.asm.emscripten_bind_McApp_ObjectIdToMdObject_1).apply(null,arguments)},Pj=n._emscripten_bind_McApp_ObjectIdToMdDbLine_1=function(){return(Pj=n._emscripten_bind_McApp_ObjectIdToMdDbLine_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbLine_1).apply(null,arguments)},Qj=n._emscripten_bind_McApp_ObjectIdToMdDbText_1=function(){return(Qj=n._emscripten_bind_McApp_ObjectIdToMdDbText_1=
|
|
238
|
+
n.asm.emscripten_bind_McApp_ObjectIdToMdDbText_1).apply(null,arguments)},Rj=n._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=function(){return(Rj=n._emscripten_bind_McApp_ObjectIdToMdDbPolyline_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbPolyline_1).apply(null,arguments)},Sj=n._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=function(){return(Sj=n._emscripten_bind_McApp_ObjectIdToMdDbCircle_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbCircle_1).apply(null,arguments)},Tj=n._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=
|
|
239
|
+
function(){return(Tj=n._emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbBlockReference_1).apply(null,arguments)},Uj=n._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=function(){return(Uj=n._emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbAlignedDimension_1).apply(null,arguments)},Vj=n._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=function(){return(Vj=n._emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1=
|
|
240
|
+
n.asm.emscripten_bind_McApp_ObjectIdToMdDbRotatedDimension_1).apply(null,arguments)},Wj=n._emscripten_bind_McApp_ObjectIdToMdDbMText_1=function(){return(Wj=n._emscripten_bind_McApp_ObjectIdToMdDbMText_1=n.asm.emscripten_bind_McApp_ObjectIdToMdDbMText_1).apply(null,arguments)},Xj=n._emscripten_bind_McApp_getLastCallResult_0=function(){return(Xj=n._emscripten_bind_McApp_getLastCallResult_0=n.asm.emscripten_bind_McApp_getLastCallResult_0).apply(null,arguments)},Yj=n._emscripten_bind_McApp___destroy___0=
|
|
241
|
+
function(){return(Yj=n._emscripten_bind_McApp___destroy___0=n.asm.emscripten_bind_McApp___destroy___0).apply(null,arguments)},Zj=n._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(Zj=n._emscripten_bind_McDrawResbuf_McDrawResbuf_0=n.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},ak=n._emscripten_bind_McDrawResbuf_Clear_0=function(){return(ak=n._emscripten_bind_McDrawResbuf_Clear_0=n.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},bk=n._emscripten_bind_McDrawResbuf_GetCount_0=
|
|
242
|
+
function(){return(bk=n._emscripten_bind_McDrawResbuf_GetCount_0=n.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},ck=n._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(ck=n._emscripten_bind_McDrawResbuf_AtDouble_1=n.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},dk=n._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(dk=n._emscripten_bind_McDrawResbuf_Atlong_1=n.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},ek=n._emscripten_bind_McDrawResbuf_AtObjectId_1=
|
|
243
|
+
function(){return(ek=n._emscripten_bind_McDrawResbuf_AtObjectId_1=n.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},fk=n._emscripten_bind_McDrawResbuf_AtObject_1=function(){return(fk=n._emscripten_bind_McDrawResbuf_AtObject_1=n.asm.emscripten_bind_McDrawResbuf_AtObject_1).apply(null,arguments)},gk=n._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=function(){return(gk=n._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=n.asm.emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1).apply(null,
|
|
244
|
+
arguments)},hk=n._emscripten_bind_McDrawResbuf_AtObjectName_1=function(){return(hk=n._emscripten_bind_McDrawResbuf_AtObjectName_1=n.asm.emscripten_bind_McDrawResbuf_AtObjectName_1).apply(null,arguments)},ik=n._emscripten_bind_McDrawResbuf_AtString_1=function(){return(ik=n._emscripten_bind_McDrawResbuf_AtString_1=n.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},jk=n._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(jk=n._emscripten_bind_McDrawResbuf_AtPoint_1=n.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,
|
|
245
|
+
arguments)},kk=n._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(kk=n._emscripten_bind_McDrawResbuf_ItemDataType_1=n.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,arguments)},lk=n._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(lk=n._emscripten_bind_McDrawResbuf_AddDouble_2=n.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},mk=n._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(mk=n._emscripten_bind_McDrawResbuf_Addlong_2=n.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,
|
|
246
|
+
arguments)},nk=n._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(nk=n._emscripten_bind_McDrawResbuf_AddObjectId_2=n.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},ok=n._emscripten_bind_McDrawResbuf_AddObject_1=function(){return(ok=n._emscripten_bind_McDrawResbuf_AddObject_1=n.asm.emscripten_bind_McDrawResbuf_AddObject_1).apply(null,arguments)},pk=n._emscripten_bind_McDrawResbuf_AddString_2=function(){return(pk=n._emscripten_bind_McDrawResbuf_AddString_2=n.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,
|
|
247
|
+
arguments)},qk=n._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(qk=n._emscripten_bind_McDrawResbuf_AddPoint_2=n.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},rk=n._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(rk=n._emscripten_bind_McDrawResbuf_RemoveAll_0=n.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},sk=n._emscripten_bind_McDrawResbuf_Remove_1=function(){return(sk=n._emscripten_bind_McDrawResbuf_Remove_1=n.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,
|
|
248
|
+
arguments)},tk=n._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(tk=n._emscripten_bind_McDrawResbuf_getObjectName_0=n.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,arguments)},uk=n._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(uk=n._emscripten_bind_McDrawResbuf_getDxf0_0=n.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},vk=n._emscripten_bind_McDrawResbuf_getJson_0=function(){return(vk=n._emscripten_bind_McDrawResbuf_getJson_0=n.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,
|
|
249
|
+
arguments)},wk=n._emscripten_bind_McDrawResbuf_setJson_1=function(){return(wk=n._emscripten_bind_McDrawResbuf_setJson_1=n.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,arguments)},xk=n._emscripten_bind_McDrawResbuf___destroy___0=function(){return(xk=n._emscripten_bind_McDrawResbuf___destroy___0=n.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},yk=n._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(yk=n._emscripten_bind_McDrawUtility_McDrawUtility_0=n.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,
|
|
250
|
+
arguments)},zk=n._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(zk=n._emscripten_bind_McDrawUtility_findEntAtPoint_5=n.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},Ak=n._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(Ak=n._emscripten_bind_McDrawUtility_eraseEntity_1=n.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},Bk=n._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(Bk=n._emscripten_bind_McDrawUtility_highlightEntity_2=
|
|
251
|
+
n.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},Ck=n._emscripten_bind_McDrawUtility___destroy___0=function(){return(Ck=n._emscripten_bind_McDrawUtility___destroy___0=n.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},Dk=n._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(Dk=n._emscripten_bind_MdDbLine_MdDbLine_0=n.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},Ek=n._emscripten_bind_MdDbLine_startPoint_0=function(){return(Ek=
|
|
252
|
+
n._emscripten_bind_MdDbLine_startPoint_0=n.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},Fk=n._emscripten_bind_MdDbLine_setStartPoint_1=function(){return(Fk=n._emscripten_bind_MdDbLine_setStartPoint_1=n.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},Gk=n._emscripten_bind_MdDbLine_endPoint_0=function(){return(Gk=n._emscripten_bind_MdDbLine_endPoint_0=n.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},Hk=n._emscripten_bind_MdDbLine_setEndPoint_1=
|
|
253
|
+
function(){return(Hk=n._emscripten_bind_MdDbLine_setEndPoint_1=n.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},Ik=n._emscripten_bind_MdDbLine_getStartParam_0=function(){return(Ik=n._emscripten_bind_MdDbLine_getStartParam_0=n.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},Jk=n._emscripten_bind_MdDbLine_getEndParam_0=function(){return(Jk=n._emscripten_bind_MdDbLine_getEndParam_0=n.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},Kk=n._emscripten_bind_MdDbLine_getDistAtParam_1=
|
|
254
|
+
function(){return(Kk=n._emscripten_bind_MdDbLine_getDistAtParam_1=n.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},Lk=n._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(Lk=n._emscripten_bind_MdDbLine_getParamAtDist_1=n.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},Mk=n._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(Mk=n._emscripten_bind_MdDbLine_getDistAtPoint_1=n.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},
|
|
255
|
+
Nk=n._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(Nk=n._emscripten_bind_MdDbLine_getPointAtDist_1=n.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,arguments)},Ok=n._emscripten_bind_MdDbLine_explode_0=function(){return(Ok=n._emscripten_bind_MdDbLine_explode_0=n.asm.emscripten_bind_MdDbLine_explode_0).apply(null,arguments)},Pk=n._emscripten_bind_MdDbLine_getObjectID_0=function(){return(Pk=n._emscripten_bind_MdDbLine_getObjectID_0=n.asm.emscripten_bind_MdDbLine_getObjectID_0).apply(null,
|
|
256
|
+
arguments)},Qk=n._emscripten_bind_MdDbLine_Erase_0=function(){return(Qk=n._emscripten_bind_MdDbLine_Erase_0=n.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,arguments)},Rk=n._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(Rk=n._emscripten_bind_MdDbLine_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},Sk=n._emscripten_bind_MdDbLine_Clone_0=function(){return(Sk=n._emscripten_bind_MdDbLine_Clone_0=n.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,
|
|
257
|
+
arguments)},Tk=n._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(Tk=n._emscripten_bind_MdDbLine_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,arguments)},Uk=n._emscripten_bind_MdDbLine_getObjectName_0=function(){return(Uk=n._emscripten_bind_MdDbLine_getObjectName_0=n.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},Vk=n._emscripten_bind_MdDbLine_getDxf0_0=function(){return(Vk=n._emscripten_bind_MdDbLine_getDxf0_0=n.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,
|
|
258
|
+
arguments)},Wk=n._emscripten_bind_MdDbLine_getJson_0=function(){return(Wk=n._emscripten_bind_MdDbLine_getJson_0=n.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,arguments)},Xk=n._emscripten_bind_MdDbLine_setJson_1=function(){return(Xk=n._emscripten_bind_MdDbLine_setJson_1=n.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},Yk=n._emscripten_bind_MdDbLine___destroy___0=function(){return(Yk=n._emscripten_bind_MdDbLine___destroy___0=n.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,
|
|
259
|
+
arguments)},Zk=n._emscripten_bind_MdDbText_MdDbText_0=function(){return(Zk=n._emscripten_bind_MdDbText_MdDbText_0=n.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,arguments)},$k=n._emscripten_bind_MdDbText_position_0=function(){return($k=n._emscripten_bind_MdDbText_position_0=n.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},al=n._emscripten_bind_MdDbText_setPosition_1=function(){return(al=n._emscripten_bind_MdDbText_setPosition_1=n.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,
|
|
260
|
+
arguments)},bl=n._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(bl=n._emscripten_bind_MdDbText_alignmentPoint_0=n.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,arguments)},cl=n._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(cl=n._emscripten_bind_MdDbText_setAlignmentPoint_1=n.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},dl=n._emscripten_bind_MdDbText_oblique_0=function(){return(dl=n._emscripten_bind_MdDbText_oblique_0=n.asm.emscripten_bind_MdDbText_oblique_0).apply(null,
|
|
261
|
+
arguments)},el=n._emscripten_bind_MdDbText_setOblique_1=function(){return(el=n._emscripten_bind_MdDbText_setOblique_1=n.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,arguments)},fl=n._emscripten_bind_MdDbText_rotation_0=function(){return(fl=n._emscripten_bind_MdDbText_rotation_0=n.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},gl=n._emscripten_bind_MdDbText_setRotation_1=function(){return(gl=n._emscripten_bind_MdDbText_setRotation_1=n.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,
|
|
262
|
+
arguments)},hl=n._emscripten_bind_MdDbText_height_0=function(){return(hl=n._emscripten_bind_MdDbText_height_0=n.asm.emscripten_bind_MdDbText_height_0).apply(null,arguments)},il=n._emscripten_bind_MdDbText_setHeight_1=function(){return(il=n._emscripten_bind_MdDbText_setHeight_1=n.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},jl=n._emscripten_bind_MdDbText_widthFactor_0=function(){return(jl=n._emscripten_bind_MdDbText_widthFactor_0=n.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,
|
|
263
|
+
arguments)},kl=n._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(kl=n._emscripten_bind_MdDbText_setWidthFactor_1=n.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,arguments)},ll=n._emscripten_bind_MdDbText_textString_0=function(){return(ll=n._emscripten_bind_MdDbText_textString_0=n.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},ml=n._emscripten_bind_MdDbText_setTextString_1=function(){return(ml=n._emscripten_bind_MdDbText_setTextString_1=n.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,
|
|
264
|
+
arguments)},nl=n._emscripten_bind_MdDbText_horizontalMode_0=function(){return(nl=n._emscripten_bind_MdDbText_horizontalMode_0=n.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,arguments)},ol=n._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(ol=n._emscripten_bind_MdDbText_setHorizontalMode_1=n.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},pl=n._emscripten_bind_MdDbText_verticalMode_0=function(){return(pl=n._emscripten_bind_MdDbText_verticalMode_0=
|
|
265
|
+
n.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},ql=n._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(ql=n._emscripten_bind_MdDbText_setVerticalMode_1=n.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},rl=n._emscripten_bind_MdDbText_explode_0=function(){return(rl=n._emscripten_bind_MdDbText_explode_0=n.asm.emscripten_bind_MdDbText_explode_0).apply(null,arguments)},sl=n._emscripten_bind_MdDbText_getObjectID_0=function(){return(sl=n._emscripten_bind_MdDbText_getObjectID_0=
|
|
266
|
+
n.asm.emscripten_bind_MdDbText_getObjectID_0).apply(null,arguments)},tl=n._emscripten_bind_MdDbText_Erase_0=function(){return(tl=n._emscripten_bind_MdDbText_Erase_0=n.asm.emscripten_bind_MdDbText_Erase_0).apply(null,arguments)},ul=n._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(ul=n._emscripten_bind_MdDbText_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},vl=n._emscripten_bind_MdDbText_Clone_0=function(){return(vl=n._emscripten_bind_MdDbText_Clone_0=
|
|
267
|
+
n.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},wl=n._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(wl=n._emscripten_bind_MdDbText_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,arguments)},xl=n._emscripten_bind_MdDbText_getObjectName_0=function(){return(xl=n._emscripten_bind_MdDbText_getObjectName_0=n.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},yl=n._emscripten_bind_MdDbText_getDxf0_0=function(){return(yl=n._emscripten_bind_MdDbText_getDxf0_0=
|
|
268
|
+
n.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},zl=n._emscripten_bind_MdDbText_getJson_0=function(){return(zl=n._emscripten_bind_MdDbText_getJson_0=n.asm.emscripten_bind_MdDbText_getJson_0).apply(null,arguments)},Al=n._emscripten_bind_MdDbText_setJson_1=function(){return(Al=n._emscripten_bind_MdDbText_setJson_1=n.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},Bl=n._emscripten_bind_MdDbText___destroy___0=function(){return(Bl=n._emscripten_bind_MdDbText___destroy___0=
|
|
269
|
+
n.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},Cl=n._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(Cl=n._emscripten_bind_MdDbCircle_MdDbCircle_0=n.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,arguments)},Dl=n._emscripten_bind_MdDbCircle_center_0=function(){return(Dl=n._emscripten_bind_MdDbCircle_center_0=n.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},El=n._emscripten_bind_MdDbCircle_setCenter_1=function(){return(El=n._emscripten_bind_MdDbCircle_setCenter_1=
|
|
270
|
+
n.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},Fl=n._emscripten_bind_MdDbCircle_radius_0=function(){return(Fl=n._emscripten_bind_MdDbCircle_radius_0=n.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,arguments)},Gl=n._emscripten_bind_MdDbCircle_setRadius_1=function(){return(Gl=n._emscripten_bind_MdDbCircle_setRadius_1=n.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},Hl=n._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(Hl=n._emscripten_bind_MdDbCircle_getStartParam_0=
|
|
271
|
+
n.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},Il=n._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(Il=n._emscripten_bind_MdDbCircle_getEndParam_0=n.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,arguments)},Jl=n._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(Jl=n._emscripten_bind_MdDbCircle_getDistAtParam_1=n.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},Kl=n._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(Kl=
|
|
272
|
+
n._emscripten_bind_MdDbCircle_getParamAtDist_1=n.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},Ll=n._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(Ll=n._emscripten_bind_MdDbCircle_getDistAtPoint_1=n.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},Ml=n._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(Ml=n._emscripten_bind_MdDbCircle_getPointAtDist_1=n.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},
|
|
273
|
+
Nl=n._emscripten_bind_MdDbCircle_explode_0=function(){return(Nl=n._emscripten_bind_MdDbCircle_explode_0=n.asm.emscripten_bind_MdDbCircle_explode_0).apply(null,arguments)},Ol=n._emscripten_bind_MdDbCircle_getObjectID_0=function(){return(Ol=n._emscripten_bind_MdDbCircle_getObjectID_0=n.asm.emscripten_bind_MdDbCircle_getObjectID_0).apply(null,arguments)},Pl=n._emscripten_bind_MdDbCircle_Erase_0=function(){return(Pl=n._emscripten_bind_MdDbCircle_Erase_0=n.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,
|
|
274
|
+
arguments)},Ql=n._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(Ql=n._emscripten_bind_MdDbCircle_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},Rl=n._emscripten_bind_MdDbCircle_Clone_0=function(){return(Rl=n._emscripten_bind_MdDbCircle_Clone_0=n.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},Sl=n._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(Sl=n._emscripten_bind_MdDbCircle_moveGripPointsAt_4=
|
|
275
|
+
n.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,arguments)},Tl=n._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(Tl=n._emscripten_bind_MdDbCircle_getObjectName_0=n.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},Ul=n._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(Ul=n._emscripten_bind_MdDbCircle_getDxf0_0=n.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},Vl=n._emscripten_bind_MdDbCircle_getJson_0=function(){return(Vl=n._emscripten_bind_MdDbCircle_getJson_0=
|
|
276
|
+
n.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,arguments)},Wl=n._emscripten_bind_MdDbCircle_setJson_1=function(){return(Wl=n._emscripten_bind_MdDbCircle_setJson_1=n.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},Xl=n._emscripten_bind_MdDbCircle___destroy___0=function(){return(Xl=n._emscripten_bind_MdDbCircle___destroy___0=n.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},Yl=n._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(Yl=n._emscripten_bind_MdDbPolyline_MdDbPolyline_0=
|
|
277
|
+
n.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},Zl=n._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(Zl=n._emscripten_bind_MdDbPolyline_setClosed_1=n.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},$l=n._emscripten_bind_MdDbPolyline_setConstantWidth_1=function(){return($l=n._emscripten_bind_MdDbPolyline_setConstantWidth_1=n.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},am=n._emscripten_bind_MdDbPolyline_isClosed_0=
|
|
278
|
+
function(){return(am=n._emscripten_bind_MdDbPolyline_isClosed_0=n.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,arguments)},bm=n._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(bm=n._emscripten_bind_MdDbPolyline_getConstantWidth_0=n.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,arguments)},cm=n._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(cm=n._emscripten_bind_MdDbPolyline_addVertexAt_5=n.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,
|
|
279
|
+
arguments)},dm=n._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(dm=n._emscripten_bind_MdDbPolyline_removeVertexAt_1=n.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},em=n._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(em=n._emscripten_bind_MdDbPolyline_numVerts_0=n.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},fm=n._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(fm=n._emscripten_bind_MdDbPolyline_getPointAt_1=
|
|
280
|
+
n.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},gm=n._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(gm=n._emscripten_bind_MdDbPolyline_getBulgeAt_1=n.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},hm=n._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(hm=n._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=n.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},im=n._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=
|
|
281
|
+
function(){return(im=n._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=n.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,arguments)},jm=n._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(jm=n._emscripten_bind_MdDbPolyline_setPointAt_2=n.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,arguments)},km=n._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(km=n._emscripten_bind_MdDbPolyline_setBulgeAt_2=n.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,
|
|
282
|
+
arguments)},lm=n._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(lm=n._emscripten_bind_MdDbPolyline_getStartParam_0=n.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},mm=n._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(mm=n._emscripten_bind_MdDbPolyline_getEndParam_0=n.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},nm=n._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(nm=n._emscripten_bind_MdDbPolyline_getDistAtParam_1=
|
|
283
|
+
n.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},om=n._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(om=n._emscripten_bind_MdDbPolyline_getParamAtDist_1=n.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},pm=n._emscripten_bind_MdDbPolyline_getDistAtPoint_1=function(){return(pm=n._emscripten_bind_MdDbPolyline_getDistAtPoint_1=n.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},qm=n._emscripten_bind_MdDbPolyline_getPointAtDist_1=
|
|
284
|
+
function(){return(qm=n._emscripten_bind_MdDbPolyline_getPointAtDist_1=n.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},rm=n._emscripten_bind_MdDbPolyline_explode_0=function(){return(rm=n._emscripten_bind_MdDbPolyline_explode_0=n.asm.emscripten_bind_MdDbPolyline_explode_0).apply(null,arguments)},sm=n._emscripten_bind_MdDbPolyline_getObjectID_0=function(){return(sm=n._emscripten_bind_MdDbPolyline_getObjectID_0=n.asm.emscripten_bind_MdDbPolyline_getObjectID_0).apply(null,arguments)},
|
|
285
|
+
tm=n._emscripten_bind_MdDbPolyline_Erase_0=function(){return(tm=n._emscripten_bind_MdDbPolyline_Erase_0=n.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},um=n._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(um=n._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},wm=n._emscripten_bind_MdDbPolyline_Clone_0=function(){return(wm=n._emscripten_bind_MdDbPolyline_Clone_0=n.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,
|
|
286
|
+
arguments)},xm=n._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(xm=n._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},ym=n._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(ym=n._emscripten_bind_MdDbPolyline_getObjectName_0=n.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},zm=n._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(zm=n._emscripten_bind_MdDbPolyline_getDxf0_0=
|
|
287
|
+
n.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},Am=n._emscripten_bind_MdDbPolyline_getJson_0=function(){return(Am=n._emscripten_bind_MdDbPolyline_getJson_0=n.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,arguments)},Bm=n._emscripten_bind_MdDbPolyline_setJson_1=function(){return(Bm=n._emscripten_bind_MdDbPolyline_setJson_1=n.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},Cm=n._emscripten_bind_MdDbPolyline___destroy___0=function(){return(Cm=n._emscripten_bind_MdDbPolyline___destroy___0=
|
|
288
|
+
n.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},Dm=n._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(Dm=n._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=n.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},Em=n._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(Em=n._emscripten_bind_MdDbBlockReference_blockTableRecord_0=n.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,
|
|
289
|
+
arguments)},Fm=n._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(Fm=n._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=n.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,arguments)},Gm=n._emscripten_bind_MdDbBlockReference_position_0=function(){return(Gm=n._emscripten_bind_MdDbBlockReference_position_0=n.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},Hm=n._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(Hm=
|
|
290
|
+
n._emscripten_bind_MdDbBlockReference_setPosition_1=n.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},Im=n._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(Im=n._emscripten_bind_MdDbBlockReference_scaleFactors_0=n.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},Jm=n._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(Jm=n._emscripten_bind_MdDbBlockReference_setScaleFactors_1=n.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,
|
|
291
|
+
arguments)},Km=n._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(Km=n._emscripten_bind_MdDbBlockReference_rotation_0=n.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},Lm=n._emscripten_bind_MdDbBlockReference_setRotation_1=function(){return(Lm=n._emscripten_bind_MdDbBlockReference_setRotation_1=n.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},Mm=n._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(Mm=n._emscripten_bind_MdDbBlockReference_blockTransform_0=
|
|
292
|
+
n.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},Nm=n._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(Nm=n._emscripten_bind_MdDbBlockReference_setBlockTransform_1=n.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},Om=n._emscripten_bind_MdDbBlockReference_explode_0=function(){return(Om=n._emscripten_bind_MdDbBlockReference_explode_0=n.asm.emscripten_bind_MdDbBlockReference_explode_0).apply(null,arguments)},
|
|
293
|
+
Pm=n._emscripten_bind_MdDbBlockReference_getObjectID_0=function(){return(Pm=n._emscripten_bind_MdDbBlockReference_getObjectID_0=n.asm.emscripten_bind_MdDbBlockReference_getObjectID_0).apply(null,arguments)},Qm=n._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(Qm=n._emscripten_bind_MdDbBlockReference_Erase_0=n.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},Rm=n._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(Rm=n._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=
|
|
294
|
+
n.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},Sm=n._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(Sm=n._emscripten_bind_MdDbBlockReference_Clone_0=n.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},Tm=n._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(Tm=n._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},Um=
|
|
295
|
+
n._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(Um=n._emscripten_bind_MdDbBlockReference_getObjectName_0=n.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},Vm=n._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(Vm=n._emscripten_bind_MdDbBlockReference_getDxf0_0=n.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},Wm=n._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(Wm=n._emscripten_bind_MdDbBlockReference_getJson_0=
|
|
296
|
+
n.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},Xm=n._emscripten_bind_MdDbBlockReference_setJson_1=function(){return(Xm=n._emscripten_bind_MdDbBlockReference_setJson_1=n.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},Ym=n._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(Ym=n._emscripten_bind_MdDbBlockReference___destroy___0=n.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},Zm=n._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=
|
|
297
|
+
function(){return(Zm=n._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=n.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,arguments)},$m=n._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return($m=n._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=n.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},an=n._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return(an=n._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=
|
|
298
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,arguments)},bn=n._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=function(){return(bn=n._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=n.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},cn=n._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(cn=n._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=n.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,
|
|
299
|
+
arguments)},dn=n._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=function(){return(dn=n._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},en=n._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(en=n._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=n.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},fn=n._emscripten_bind_MdDbAlignedDimension_oblique_0=
|
|
300
|
+
function(){return(fn=n._emscripten_bind_MdDbAlignedDimension_oblique_0=n.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},gn=n._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(gn=n._emscripten_bind_MdDbAlignedDimension_setOblique_1=n.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},hn=n._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(hn=n._emscripten_bind_MdDbAlignedDimension_textPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,
|
|
301
|
+
arguments)},jn=n._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(jn=n._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},kn=n._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(kn=n._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},ln=n._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
|
|
302
|
+
function(){return(ln=n._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},mn=n._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(mn=n._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},nn=n._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(nn=n._emscripten_bind_MdDbAlignedDimension_elevation_0=
|
|
303
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,arguments)},on=n._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(on=n._emscripten_bind_MdDbAlignedDimension_setElevation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},pn=n._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(pn=n._emscripten_bind_MdDbAlignedDimension_dimensionText_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,
|
|
304
|
+
arguments)},qn=n._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=function(){return(qn=n._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},rn=n._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(rn=n._emscripten_bind_MdDbAlignedDimension_textRotation_0=n.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},sn=n._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
|
|
305
|
+
function(){return(sn=n._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},tn=n._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return(tn=n._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},un=n._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(un=n._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=
|
|
306
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,arguments)},vn=n._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(vn=n._emscripten_bind_MdDbAlignedDimension_textAttachment_0=n.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},wn=n._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(wn=n._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=n.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,
|
|
307
|
+
arguments)},xn=n._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=function(){return(xn=n._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},yn=n._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(yn=n._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},zn=n._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
|
|
308
|
+
function(){return(zn=n._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},An=n._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(An=n._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},Bn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(Bn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=
|
|
309
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,arguments)},Cn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(Cn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},Dn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(Dn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,
|
|
310
|
+
arguments)},En=n._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=function(){return(En=n._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},Fn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(Fn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},Gn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
|
|
311
|
+
function(){return(Gn=n._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},Hn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(Hn=n._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},In=n._emscripten_bind_MdDbAlignedDimension_explode_0=function(){return(In=n._emscripten_bind_MdDbAlignedDimension_explode_0=
|
|
312
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_explode_0).apply(null,arguments)},Jn=n._emscripten_bind_MdDbAlignedDimension_getObjectID_0=function(){return(Jn=n._emscripten_bind_MdDbAlignedDimension_getObjectID_0=n.asm.emscripten_bind_MdDbAlignedDimension_getObjectID_0).apply(null,arguments)},Kn=n._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(Kn=n._emscripten_bind_MdDbAlignedDimension_Erase_0=n.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},Ln=n._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=
|
|
313
|
+
function(){return(Ln=n._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,arguments)},Mn=n._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return(Mn=n._emscripten_bind_MdDbAlignedDimension_Clone_0=n.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},Nn=n._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(Nn=n._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=
|
|
314
|
+
n.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},On=n._emscripten_bind_MdDbAlignedDimension_getObjectName_0=function(){return(On=n._emscripten_bind_MdDbAlignedDimension_getObjectName_0=n.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},Pn=n._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(Pn=n._emscripten_bind_MdDbAlignedDimension_getDxf0_0=n.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},
|
|
315
|
+
Qn=n._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(Qn=n._emscripten_bind_MdDbAlignedDimension_getJson_0=n.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,arguments)},Rn=n._emscripten_bind_MdDbAlignedDimension_setJson_1=function(){return(Rn=n._emscripten_bind_MdDbAlignedDimension_setJson_1=n.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},Sn=n._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(Sn=n._emscripten_bind_MdDbAlignedDimension___destroy___0=
|
|
316
|
+
n.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},Tn=n._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=function(){return(Tn=n._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=n.asm.emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0).apply(null,arguments)},Un=n._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=function(){return(Un=n._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=n.asm.emscripten_bind_MdDbRotatedDimension_xLine1Point_0).apply(null,
|
|
317
|
+
arguments)},Vn=n._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=function(){return(Vn=n._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=n.asm.emscripten_bind_MdDbRotatedDimension_setXLine1Point_1).apply(null,arguments)},Wn=n._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=function(){return(Wn=n._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=n.asm.emscripten_bind_MdDbRotatedDimension_xLine2Point_0).apply(null,arguments)},Xn=n._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=
|
|
318
|
+
function(){return(Xn=n._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=n.asm.emscripten_bind_MdDbRotatedDimension_setXLine2Point_1).apply(null,arguments)},Yn=n._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=function(){return(Yn=n._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=n.asm.emscripten_bind_MdDbRotatedDimension_dimLinePoint_0).apply(null,arguments)},Zn=n._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=function(){return(Zn=n._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=
|
|
319
|
+
n.asm.emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1).apply(null,arguments)},$n=n._emscripten_bind_MdDbRotatedDimension_rotation_0=function(){return($n=n._emscripten_bind_MdDbRotatedDimension_rotation_0=n.asm.emscripten_bind_MdDbRotatedDimension_rotation_0).apply(null,arguments)},ao=n._emscripten_bind_MdDbRotatedDimension_setRotation_1=function(){return(ao=n._emscripten_bind_MdDbRotatedDimension_setRotation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setRotation_1).apply(null,arguments)},
|
|
320
|
+
bo=n._emscripten_bind_MdDbRotatedDimension_oblique_0=function(){return(bo=n._emscripten_bind_MdDbRotatedDimension_oblique_0=n.asm.emscripten_bind_MdDbRotatedDimension_oblique_0).apply(null,arguments)},co=n._emscripten_bind_MdDbRotatedDimension_setOblique_1=function(){return(co=n._emscripten_bind_MdDbRotatedDimension_setOblique_1=n.asm.emscripten_bind_MdDbRotatedDimension_setOblique_1).apply(null,arguments)},eo=n._emscripten_bind_MdDbRotatedDimension_textPosition_0=function(){return(eo=n._emscripten_bind_MdDbRotatedDimension_textPosition_0=
|
|
321
|
+
n.asm.emscripten_bind_MdDbRotatedDimension_textPosition_0).apply(null,arguments)},fo=n._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=function(){return(fo=n._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=n.asm.emscripten_bind_MdDbRotatedDimension_setTextPosition_1).apply(null,arguments)},go=n._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=function(){return(go=n._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=n.asm.emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0).apply(null,
|
|
322
|
+
arguments)},ho=n._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=function(){return(ho=n._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=n.asm.emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0).apply(null,arguments)},io=n._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=function(){return(io=n._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=n.asm.emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0).apply(null,arguments)},jo=n._emscripten_bind_MdDbRotatedDimension_elevation_0=
|
|
323
|
+
function(){return(jo=n._emscripten_bind_MdDbRotatedDimension_elevation_0=n.asm.emscripten_bind_MdDbRotatedDimension_elevation_0).apply(null,arguments)},ko=n._emscripten_bind_MdDbRotatedDimension_setElevation_1=function(){return(ko=n._emscripten_bind_MdDbRotatedDimension_setElevation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setElevation_1).apply(null,arguments)},lo=n._emscripten_bind_MdDbRotatedDimension_dimensionText_0=function(){return(lo=n._emscripten_bind_MdDbRotatedDimension_dimensionText_0=
|
|
324
|
+
n.asm.emscripten_bind_MdDbRotatedDimension_dimensionText_0).apply(null,arguments)},mo=n._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=function(){return(mo=n._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=n.asm.emscripten_bind_MdDbRotatedDimension_setDimensionText_1).apply(null,arguments)},no=n._emscripten_bind_MdDbRotatedDimension_textRotation_0=function(){return(no=n._emscripten_bind_MdDbRotatedDimension_textRotation_0=n.asm.emscripten_bind_MdDbRotatedDimension_textRotation_0).apply(null,
|
|
325
|
+
arguments)},oo=n._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=function(){return(oo=n._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setTextRotation_1).apply(null,arguments)},po=n._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=function(){return(po=n._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=n.asm.emscripten_bind_MdDbRotatedDimension_dimensionStyle_0).apply(null,arguments)},qo=n._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=
|
|
326
|
+
function(){return(qo=n._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=n.asm.emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1).apply(null,arguments)},ro=n._emscripten_bind_MdDbRotatedDimension_textAttachment_0=function(){return(ro=n._emscripten_bind_MdDbRotatedDimension_textAttachment_0=n.asm.emscripten_bind_MdDbRotatedDimension_textAttachment_0).apply(null,arguments)},so=n._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=function(){return(so=n._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=
|
|
327
|
+
n.asm.emscripten_bind_MdDbRotatedDimension_setTextAttachment_1).apply(null,arguments)},to=n._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=function(){return(to=n._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=n.asm.emscripten_bind_MdDbRotatedDimension_horizontalRotation_0).apply(null,arguments)},uo=n._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=function(){return(uo=n._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=n.asm.emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1).apply(null,
|
|
328
|
+
arguments)},vo=n._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=function(){return(vo=n._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=n.asm.emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1).apply(null,arguments)},wo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=function(){return(wo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1).apply(null,arguments)},xo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=
|
|
329
|
+
function(){return(xo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2).apply(null,arguments)},yo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=function(){return(yo=n._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1).apply(null,arguments)},zo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=function(){return(zo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=
|
|
330
|
+
n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2).apply(null,arguments)},Ao=n._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=function(){return(Ao=n._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarString_1).apply(null,arguments)},Bo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=function(){return(Bo=n._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarString_2).apply(null,
|
|
331
|
+
arguments)},Co=n._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=function(){return(Co=n._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=n.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1).apply(null,arguments)},Do=n._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=function(){return(Do=n._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=n.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2).apply(null,arguments)},Eo=n._emscripten_bind_MdDbRotatedDimension_explode_0=
|
|
332
|
+
function(){return(Eo=n._emscripten_bind_MdDbRotatedDimension_explode_0=n.asm.emscripten_bind_MdDbRotatedDimension_explode_0).apply(null,arguments)},Fo=n._emscripten_bind_MdDbRotatedDimension_getObjectID_0=function(){return(Fo=n._emscripten_bind_MdDbRotatedDimension_getObjectID_0=n.asm.emscripten_bind_MdDbRotatedDimension_getObjectID_0).apply(null,arguments)},Go=n._emscripten_bind_MdDbRotatedDimension_Erase_0=function(){return(Go=n._emscripten_bind_MdDbRotatedDimension_Erase_0=n.asm.emscripten_bind_MdDbRotatedDimension_Erase_0).apply(null,
|
|
333
|
+
arguments)},Ho=n._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=function(){return(Ho=n._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1).apply(null,arguments)},Io=n._emscripten_bind_MdDbRotatedDimension_Clone_0=function(){return(Io=n._emscripten_bind_MdDbRotatedDimension_Clone_0=n.asm.emscripten_bind_MdDbRotatedDimension_Clone_0).apply(null,arguments)},Jo=n._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=
|
|
334
|
+
function(){return(Jo=n._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4).apply(null,arguments)},Ko=n._emscripten_bind_MdDbRotatedDimension_getObjectName_0=function(){return(Ko=n._emscripten_bind_MdDbRotatedDimension_getObjectName_0=n.asm.emscripten_bind_MdDbRotatedDimension_getObjectName_0).apply(null,arguments)},Lo=n._emscripten_bind_MdDbRotatedDimension_getDxf0_0=function(){return(Lo=n._emscripten_bind_MdDbRotatedDimension_getDxf0_0=
|
|
335
|
+
n.asm.emscripten_bind_MdDbRotatedDimension_getDxf0_0).apply(null,arguments)},Mo=n._emscripten_bind_MdDbRotatedDimension_getJson_0=function(){return(Mo=n._emscripten_bind_MdDbRotatedDimension_getJson_0=n.asm.emscripten_bind_MdDbRotatedDimension_getJson_0).apply(null,arguments)},No=n._emscripten_bind_MdDbRotatedDimension_setJson_1=function(){return(No=n._emscripten_bind_MdDbRotatedDimension_setJson_1=n.asm.emscripten_bind_MdDbRotatedDimension_setJson_1).apply(null,arguments)},Oo=n._emscripten_bind_MdDbRotatedDimension___destroy___0=
|
|
336
|
+
function(){return(Oo=n._emscripten_bind_MdDbRotatedDimension___destroy___0=n.asm.emscripten_bind_MdDbRotatedDimension___destroy___0).apply(null,arguments)},Po=n._emscripten_bind_MdDbMText_MdDbMText_0=function(){return(Po=n._emscripten_bind_MdDbMText_MdDbMText_0=n.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},Qo=n._emscripten_bind_MdDbMText_location_0=function(){return(Qo=n._emscripten_bind_MdDbMText_location_0=n.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},
|
|
337
|
+
Ro=n._emscripten_bind_MdDbMText_setLocation_1=function(){return(Ro=n._emscripten_bind_MdDbMText_setLocation_1=n.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},So=n._emscripten_bind_MdDbMText_rotation_0=function(){return(So=n._emscripten_bind_MdDbMText_rotation_0=n.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},To=n._emscripten_bind_MdDbMText_setRotation_1=function(){return(To=n._emscripten_bind_MdDbMText_setRotation_1=n.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,
|
|
338
|
+
arguments)},Uo=n._emscripten_bind_MdDbMText_width_0=function(){return(Uo=n._emscripten_bind_MdDbMText_width_0=n.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},Vo=n._emscripten_bind_MdDbMText_setWidth_1=function(){return(Vo=n._emscripten_bind_MdDbMText_setWidth_1=n.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},Wo=n._emscripten_bind_MdDbMText_textHeight_0=function(){return(Wo=n._emscripten_bind_MdDbMText_textHeight_0=n.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,
|
|
339
|
+
arguments)},Xo=n._emscripten_bind_MdDbMText_setTextHeight_1=function(){return(Xo=n._emscripten_bind_MdDbMText_setTextHeight_1=n.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},Yo=n._emscripten_bind_MdDbMText_attachment_0=function(){return(Yo=n._emscripten_bind_MdDbMText_attachment_0=n.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},Zo=n._emscripten_bind_MdDbMText_setAttachment_1=function(){return(Zo=n._emscripten_bind_MdDbMText_setAttachment_1=n.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,
|
|
340
|
+
arguments)},$o=n._emscripten_bind_MdDbMText_contents_0=function(){return($o=n._emscripten_bind_MdDbMText_contents_0=n.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},ap=n._emscripten_bind_MdDbMText_setContents_1=function(){return(ap=n._emscripten_bind_MdDbMText_setContents_1=n.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},bp=n._emscripten_bind_MdDbMText_explode_0=function(){return(bp=n._emscripten_bind_MdDbMText_explode_0=n.asm.emscripten_bind_MdDbMText_explode_0).apply(null,
|
|
341
|
+
arguments)},cp=n._emscripten_bind_MdDbMText_getObjectID_0=function(){return(cp=n._emscripten_bind_MdDbMText_getObjectID_0=n.asm.emscripten_bind_MdDbMText_getObjectID_0).apply(null,arguments)},dp=n._emscripten_bind_MdDbMText_Erase_0=function(){return(dp=n._emscripten_bind_MdDbMText_Erase_0=n.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,arguments)},ep=n._emscripten_bind_MdDbMText_ConnectionTempObject_1=function(){return(ep=n._emscripten_bind_MdDbMText_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,
|
|
342
|
+
arguments)},fp=n._emscripten_bind_MdDbMText_Clone_0=function(){return(fp=n._emscripten_bind_MdDbMText_Clone_0=n.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},gp=n._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(gp=n._emscripten_bind_MdDbMText_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,arguments)},hp=n._emscripten_bind_MdDbMText_getObjectName_0=function(){return(hp=n._emscripten_bind_MdDbMText_getObjectName_0=n.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,
|
|
343
|
+
arguments)},ip=n._emscripten_bind_MdDbMText_getDxf0_0=function(){return(ip=n._emscripten_bind_MdDbMText_getDxf0_0=n.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},jp=n._emscripten_bind_MdDbMText_getJson_0=function(){return(jp=n._emscripten_bind_MdDbMText_getJson_0=n.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,arguments)},kp=n._emscripten_bind_MdDbMText_setJson_1=function(){return(kp=n._emscripten_bind_MdDbMText_setJson_1=n.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,
|
|
344
|
+
arguments)},lp=n._emscripten_bind_MdDbMText___destroy___0=function(){return(lp=n._emscripten_bind_MdDbMText___destroy___0=n.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},mp=n._emscripten_bind_MdDbBlockTableRecordIterator_start_2=function(){return(mp=n._emscripten_bind_MdDbBlockTableRecordIterator_start_2=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_start_2).apply(null,arguments)},np=n._emscripten_bind_MdDbBlockTableRecordIterator_done_0=function(){return(np=n._emscripten_bind_MdDbBlockTableRecordIterator_done_0=
|
|
345
|
+
n.asm.emscripten_bind_MdDbBlockTableRecordIterator_done_0).apply(null,arguments)},op=n._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=function(){return(op=n._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0).apply(null,arguments)},pp=n._emscripten_bind_MdDbBlockTableRecordIterator_step_2=function(){return(pp=n._emscripten_bind_MdDbBlockTableRecordIterator_step_2=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_step_2).apply(null,
|
|
346
|
+
arguments)},qp=n._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=function(){return(qp=n._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0).apply(null,arguments)},rp=n._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=function(){return(rp=n._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0).apply(null,arguments)},sp=n._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=
|
|
347
|
+
function(){return(sp=n._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_getJson_0).apply(null,arguments)},tp=n._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=function(){return(tp=n._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=n.asm.emscripten_bind_MdDbBlockTableRecordIterator_setJson_1).apply(null,arguments)},up=n._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=function(){return(up=n._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=
|
|
348
|
+
n.asm.emscripten_bind_MdDbBlockTableRecordIterator___destroy___0).apply(null,arguments)},vp=n._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=function(){return(vp=n._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=n.asm.emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0).apply(null,arguments)},wp=n._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=function(){return(wp=n._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=n.asm.emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1).apply(null,
|
|
349
|
+
arguments)},xp=n._emscripten_bind_MdDbBlockTableRecord_newIterator_2=function(){return(xp=n._emscripten_bind_MdDbBlockTableRecord_newIterator_2=n.asm.emscripten_bind_MdDbBlockTableRecord_newIterator_2).apply(null,arguments)},yp=n._emscripten_bind_MdDbBlockTableRecord_origin_0=function(){return(yp=n._emscripten_bind_MdDbBlockTableRecord_origin_0=n.asm.emscripten_bind_MdDbBlockTableRecord_origin_0).apply(null,arguments)},zp=n._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=function(){return(zp=n._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=
|
|
350
|
+
n.asm.emscripten_bind_MdDbBlockTableRecord_setOrigin_1).apply(null,arguments)},Ap=n._emscripten_bind_MdDbBlockTableRecord_getObjectID_0=function(){return(Ap=n._emscripten_bind_MdDbBlockTableRecord_getObjectID_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getObjectID_0).apply(null,arguments)},Bp=n._emscripten_bind_MdDbBlockTableRecord_Erase_0=function(){return(Bp=n._emscripten_bind_MdDbBlockTableRecord_Erase_0=n.asm.emscripten_bind_MdDbBlockTableRecord_Erase_0).apply(null,arguments)},Cp=n._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=
|
|
351
|
+
function(){return(Cp=n._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=n.asm.emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1).apply(null,arguments)},Dp=n._emscripten_bind_MdDbBlockTableRecord_Clone_0=function(){return(Dp=n._emscripten_bind_MdDbBlockTableRecord_Clone_0=n.asm.emscripten_bind_MdDbBlockTableRecord_Clone_0).apply(null,arguments)},Ep=n._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=function(){return(Ep=n._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=
|
|
352
|
+
n.asm.emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4).apply(null,arguments)},Fp=n._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=function(){return(Fp=n._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getObjectName_0).apply(null,arguments)},Gp=n._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=function(){return(Gp=n._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getDxf0_0).apply(null,arguments)},
|
|
353
|
+
Hp=n._emscripten_bind_MdDbBlockTableRecord_getJson_0=function(){return(Hp=n._emscripten_bind_MdDbBlockTableRecord_getJson_0=n.asm.emscripten_bind_MdDbBlockTableRecord_getJson_0).apply(null,arguments)},Ip=n._emscripten_bind_MdDbBlockTableRecord_setJson_1=function(){return(Ip=n._emscripten_bind_MdDbBlockTableRecord_setJson_1=n.asm.emscripten_bind_MdDbBlockTableRecord_setJson_1).apply(null,arguments)},Jp=n._emscripten_bind_MdDbBlockTableRecord___destroy___0=function(){return(Jp=n._emscripten_bind_MdDbBlockTableRecord___destroy___0=
|
|
354
|
+
n.asm.emscripten_bind_MdDbBlockTableRecord___destroy___0).apply(null,arguments)},Kp=n._emscripten_bind_MdDbBlockTableIterator_start_2=function(){return(Kp=n._emscripten_bind_MdDbBlockTableIterator_start_2=n.asm.emscripten_bind_MdDbBlockTableIterator_start_2).apply(null,arguments)},Lp=n._emscripten_bind_MdDbBlockTableIterator_done_0=function(){return(Lp=n._emscripten_bind_MdDbBlockTableIterator_done_0=n.asm.emscripten_bind_MdDbBlockTableIterator_done_0).apply(null,arguments)},Mp=n._emscripten_bind_MdDbBlockTableIterator_getRecord_0=
|
|
355
|
+
function(){return(Mp=n._emscripten_bind_MdDbBlockTableIterator_getRecord_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getRecord_0).apply(null,arguments)},Np=n._emscripten_bind_MdDbBlockTableIterator_step_2=function(){return(Np=n._emscripten_bind_MdDbBlockTableIterator_step_2=n.asm.emscripten_bind_MdDbBlockTableIterator_step_2).apply(null,arguments)},Op=n._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=function(){return(Op=n._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getObjectName_0).apply(null,
|
|
356
|
+
arguments)},Pp=n._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=function(){return(Pp=n._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getDxf0_0).apply(null,arguments)},Qp=n._emscripten_bind_MdDbBlockTableIterator_getJson_0=function(){return(Qp=n._emscripten_bind_MdDbBlockTableIterator_getJson_0=n.asm.emscripten_bind_MdDbBlockTableIterator_getJson_0).apply(null,arguments)},Rp=n._emscripten_bind_MdDbBlockTableIterator_setJson_1=function(){return(Rp=
|
|
357
|
+
n._emscripten_bind_MdDbBlockTableIterator_setJson_1=n.asm.emscripten_bind_MdDbBlockTableIterator_setJson_1).apply(null,arguments)},Sp=n._emscripten_bind_MdDbBlockTableIterator___destroy___0=function(){return(Sp=n._emscripten_bind_MdDbBlockTableIterator___destroy___0=n.asm.emscripten_bind_MdDbBlockTableIterator___destroy___0).apply(null,arguments)},Tp=n._emscripten_bind_MdDbBlockTable_getAt_1=function(){return(Tp=n._emscripten_bind_MdDbBlockTable_getAt_1=n.asm.emscripten_bind_MdDbBlockTable_getAt_1).apply(null,
|
|
358
|
+
arguments)},Up=n._emscripten_bind_MdDbBlockTable_has_1=function(){return(Up=n._emscripten_bind_MdDbBlockTable_has_1=n.asm.emscripten_bind_MdDbBlockTable_has_1).apply(null,arguments)},Vp=n._emscripten_bind_MdDbBlockTable_newIterator_2=function(){return(Vp=n._emscripten_bind_MdDbBlockTable_newIterator_2=n.asm.emscripten_bind_MdDbBlockTable_newIterator_2).apply(null,arguments)},Wp=n._emscripten_bind_MdDbBlockTable_add_1=function(){return(Wp=n._emscripten_bind_MdDbBlockTable_add_1=n.asm.emscripten_bind_MdDbBlockTable_add_1).apply(null,
|
|
359
|
+
arguments)},Xp=n._emscripten_bind_MdDbBlockTable_getObjectID_0=function(){return(Xp=n._emscripten_bind_MdDbBlockTable_getObjectID_0=n.asm.emscripten_bind_MdDbBlockTable_getObjectID_0).apply(null,arguments)},Yp=n._emscripten_bind_MdDbBlockTable_Erase_0=function(){return(Yp=n._emscripten_bind_MdDbBlockTable_Erase_0=n.asm.emscripten_bind_MdDbBlockTable_Erase_0).apply(null,arguments)},Zp=n._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=function(){return(Zp=n._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=
|
|
360
|
+
n.asm.emscripten_bind_MdDbBlockTable_ConnectionTempObject_1).apply(null,arguments)},$p=n._emscripten_bind_MdDbBlockTable_Clone_0=function(){return($p=n._emscripten_bind_MdDbBlockTable_Clone_0=n.asm.emscripten_bind_MdDbBlockTable_Clone_0).apply(null,arguments)},aq=n._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=function(){return(aq=n._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=n.asm.emscripten_bind_MdDbBlockTable_moveGripPointsAt_4).apply(null,arguments)},bq=n._emscripten_bind_MdDbBlockTable_getObjectName_0=
|
|
361
|
+
function(){return(bq=n._emscripten_bind_MdDbBlockTable_getObjectName_0=n.asm.emscripten_bind_MdDbBlockTable_getObjectName_0).apply(null,arguments)},cq=n._emscripten_bind_MdDbBlockTable_getDxf0_0=function(){return(cq=n._emscripten_bind_MdDbBlockTable_getDxf0_0=n.asm.emscripten_bind_MdDbBlockTable_getDxf0_0).apply(null,arguments)},dq=n._emscripten_bind_MdDbBlockTable_getJson_0=function(){return(dq=n._emscripten_bind_MdDbBlockTable_getJson_0=n.asm.emscripten_bind_MdDbBlockTable_getJson_0).apply(null,
|
|
362
|
+
arguments)},eq=n._emscripten_bind_MdDbBlockTable_setJson_1=function(){return(eq=n._emscripten_bind_MdDbBlockTable_setJson_1=n.asm.emscripten_bind_MdDbBlockTable_setJson_1).apply(null,arguments)},fq=n._emscripten_bind_MdDbBlockTable___destroy___0=function(){return(fq=n._emscripten_bind_MdDbBlockTable___destroy___0=n.asm.emscripten_bind_MdDbBlockTable___destroy___0).apply(null,arguments)},gq=n._emscripten_bind_McDrawSelSet_McDrawSelSet_0=function(){return(gq=n._emscripten_bind_McDrawSelSet_McDrawSelSet_0=
|
|
363
|
+
n.asm.emscripten_bind_McDrawSelSet_McDrawSelSet_0).apply(null,arguments)},hq=n._emscripten_bind_McDrawSelSet_allSelect_1=function(){return(hq=n._emscripten_bind_McDrawSelSet_allSelect_1=n.asm.emscripten_bind_McDrawSelSet_allSelect_1).apply(null,arguments)},iq=n._emscripten_bind_McDrawSelSet_pointSelect_4=function(){return(iq=n._emscripten_bind_McDrawSelSet_pointSelect_4=n.asm.emscripten_bind_McDrawSelSet_pointSelect_4).apply(null,arguments)},jq=n._emscripten_bind_McDrawSelSet_crossingSelect_5=function(){return(jq=
|
|
364
|
+
n._emscripten_bind_McDrawSelSet_crossingSelect_5=n.asm.emscripten_bind_McDrawSelSet_crossingSelect_5).apply(null,arguments)},kq=n._emscripten_bind_McDrawSelSet_count_0=function(){return(kq=n._emscripten_bind_McDrawSelSet_count_0=n.asm.emscripten_bind_McDrawSelSet_count_0).apply(null,arguments)},lq=n._emscripten_bind_McDrawSelSet_item_1=function(){return(lq=n._emscripten_bind_McDrawSelSet_item_1=n.asm.emscripten_bind_McDrawSelSet_item_1).apply(null,arguments)},mq=n._emscripten_bind_McDrawSelSet_getObjectName_0=
|
|
365
|
+
function(){return(mq=n._emscripten_bind_McDrawSelSet_getObjectName_0=n.asm.emscripten_bind_McDrawSelSet_getObjectName_0).apply(null,arguments)},nq=n._emscripten_bind_McDrawSelSet_getDxf0_0=function(){return(nq=n._emscripten_bind_McDrawSelSet_getDxf0_0=n.asm.emscripten_bind_McDrawSelSet_getDxf0_0).apply(null,arguments)},oq=n._emscripten_bind_McDrawSelSet_getJson_0=function(){return(oq=n._emscripten_bind_McDrawSelSet_getJson_0=n.asm.emscripten_bind_McDrawSelSet_getJson_0).apply(null,arguments)},pq=
|
|
366
|
+
n._emscripten_bind_McDrawSelSet_setJson_1=function(){return(pq=n._emscripten_bind_McDrawSelSet_setJson_1=n.asm.emscripten_bind_McDrawSelSet_setJson_1).apply(null,arguments)},qq=n._emscripten_bind_McDrawSelSet___destroy___0=function(){return(qq=n._emscripten_bind_McDrawSelSet___destroy___0=n.asm.emscripten_bind_McDrawSelSet___destroy___0).apply(null,arguments)},rd=n._malloc=function(){return(rd=n._malloc=n.asm.malloc).apply(null,arguments)},ud=n._free=function(){return(ud=n._free=n.asm.free).apply(null,
|
|
367
|
+
arguments)};function Qc(){return(Qc=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)},se=n.__emscripten_thread_init=function(){return(se=n.__emscripten_thread_init=n.asm._emscripten_thread_init).apply(null,arguments)};
|
|
368
|
+
n.__emscripten_thread_crashed=function(){return(n.__emscripten_thread_crashed=n.asm._emscripten_thread_crashed).apply(null,arguments)};function ld(){return(ld=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)}
|
|
369
|
+
var Oc=n.__emscripten_thread_exit=function(){return(Oc=n.__emscripten_thread_exit=n.asm._emscripten_thread_exit).apply(null,arguments)},Xc=n.__emscripten_check_mailbox=function(){return(Xc=n.__emscripten_check_mailbox=n.asm._emscripten_check_mailbox).apply(null,arguments)};function rq(){return(rq=n.asm.setThrew).apply(null,arguments)}function Kc(){return(Kc=n.asm.emscripten_stack_set_limits).apply(null,arguments)}function jd(){return(jd=n.asm.stackSave).apply(null,arguments)}
|
|
370
|
+
function Lc(){return(Lc=n.asm.stackRestore).apply(null,arguments)}function kd(){return(kd=n.asm.stackAlloc).apply(null,arguments)}n.dynCall_iijj=function(){return(n.dynCall_iijj=n.asm.dynCall_iijj).apply(null,arguments)};n.dynCall_iij=function(){return(n.dynCall_iij=n.asm.dynCall_iij).apply(null,arguments)};n.dynCall_iiiiiji=function(){return(n.dynCall_iiiiiji=n.asm.dynCall_iiiiiji).apply(null,arguments)};n.dynCall_iiji=function(){return(n.dynCall_iiji=n.asm.dynCall_iiji).apply(null,arguments)};
|
|
371
|
+
n.dynCall_iiiiiijji=function(){return(n.dynCall_iiiiiijji=n.asm.dynCall_iiiiiijji).apply(null,arguments)};n.dynCall_ji=function(){return(n.dynCall_ji=n.asm.dynCall_ji).apply(null,arguments)};n.dynCall_vij=function(){return(n.dynCall_vij=n.asm.dynCall_vij).apply(null,arguments)};n.dynCall_iiij=function(){return(n.dynCall_iiij=n.asm.dynCall_iiij).apply(null,arguments)};n.dynCall_iiiiij=function(){return(n.dynCall_iiiiij=n.asm.dynCall_iiiiij).apply(null,arguments)};
|
|
372
|
+
n.dynCall_iiijjiddddddii=function(){return(n.dynCall_iiijjiddddddii=n.asm.dynCall_iiijjiddddddii).apply(null,arguments)};n.dynCall_iiiiddddiiiiiijjiiiiii=function(){return(n.dynCall_iiiiddddiiiiiijjiiiiii=n.asm.dynCall_iiiiddddiiiiiijjiiiiii).apply(null,arguments)};n.dynCall_viij=function(){return(n.dynCall_viij=n.asm.dynCall_viij).apply(null,arguments)};n.dynCall_jiji=function(){return(n.dynCall_jiji=n.asm.dynCall_jiji).apply(null,arguments)};
|
|
373
|
+
n.dynCall_viijii=function(){return(n.dynCall_viijii=n.asm.dynCall_viijii).apply(null,arguments)};n.dynCall_iiiiijj=function(){return(n.dynCall_iiiiijj=n.asm.dynCall_iiiiijj).apply(null,arguments)};n.dynCall_iiiiiijj=function(){return(n.dynCall_iiiiiijj=n.asm.dynCall_iiiiiijj).apply(null,arguments)};n.___start_em_js=249064;n.___stop_em_js=249162;function we(a,c,d){var e=jd();try{Nc(a)(c,d)}catch(f){Lc(e);if(f!==f+0)throw f;rq(1,0)}}
|
|
374
|
+
function ve(a,c){var d=jd();try{Nc(a)(c)}catch(e){Lc(d);if(e!==e+0)throw e;rq(1,0)}}function te(a,c){var d=jd();try{return Nc(a)(c)}catch(e){Lc(d);if(e!==e+0)throw e;rq(1,0)}}function ue(a,c,d,e){var f=jd();try{return Nc(a)(c,d,e)}catch(g){Lc(f);if(g!==g+0)throw g;rq(1,0)}}n.keepRuntimeAlive=Za;n.wasmMemory=ca;n.ExitStatus=Bb;n.PThread=t;var sq;kb=function tq(){sq||uq();sq||(kb=tq)};
|
|
375
|
+
function uq(){function a(){if(!sq&&(sq=!0,n.calledRun=!0,!Qa)){$a();sa(n);if(n.onRuntimeInitialized)n.onRuntimeInitialized();if(!Aa){if(n.postRun)for("function"==typeof n.postRun&&(n.postRun=[n.postRun]);n.postRun.length;){var c=n.postRun.shift();Xa.unshift(c)}gb(Xa)}}}if(!(0<ib))if(Aa)sa(n),$a(),startWorker(n);else{if(n.preRun)for("function"==typeof n.preRun&&(n.preRun=[n.preRun]);n.preRun.length;)hb();gb(Va);0<ib||(n.setStatus?(n.setStatus("Running..."),setTimeout(function(){setTimeout(function(){n.setStatus("")},
|
|
376
|
+
1);a()},1)):a())}}if(n.preInit)for("function"==typeof n.preInit&&(n.preInit=[n.preInit]);0<n.preInit.length;)n.preInit.pop()();uq();function vq(){}vq.prototype=Object.create(vq.prototype);vq.prototype.constructor=vq;vq.prototype.i=vq;vq.l={};n.WrapperObject=vq;function wq(a){return(a||vq).l}n.getCache=wq;function z(a,c){var d=wq(c),e=d[a];if(e)return e;e=Object.create((c||vq).prototype);e.g=a;return d[a]=e}n.wrapPointer=z;n.castObject=function(a,c){return z(a.g,c)};n.NULL=z(0);
|
|
377
|
+
n.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete wq(a.i)[a.g]};n.compare=function(a,c){return a.g===c.g};n.getPointer=function(a){return a.g};n.getClass=function(a){return a.i};var xq=0,yq=0,zq=0,Aq=[],Bq=0;function A(){if(Bq){for(var a=0;a<Aq.length;a++)n._free(Aq[a]);Aq.length=0;n._free(xq);xq=0;yq+=Bq;Bq=0}xq||(yq+=128,(xq=n._malloc(yq))||Na());zq=0}
|
|
378
|
+
function Cq(a,c){xq||Na();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;zq+a>=yq?(0<a||Na(),Bq+=a,c=n._malloc(a),Aq.push(c)):(c=xq+zq,zq+=a);return c}function Dq(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 D(a){if("string"===typeof a){a=Mb(a);var c=Cq(a,ba());Dq(a,ba(),c);return c}return a}function Eq(a){if("object"===typeof a){var c=Cq(a,qa());Dq(a,qa(),c);return c}return a}
|
|
379
|
+
function Fq(){throw"cannot construct a MdRxObject, no constructor in IDL";}Fq.prototype=Object.create(vq.prototype);Fq.prototype.constructor=Fq;Fq.prototype.i=Fq;Fq.l={};n.MdRxObject=Fq;Fq.prototype.getObjectName=function(){return q(ye(this.g))};Fq.prototype.getDxf0=function(){return q(ze(this.g))};Fq.prototype.getJson=function(){return q(Ae(this.g))};Fq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Be(c,a)};
|
|
380
|
+
function E(){throw"cannot construct a MdDbObject, no constructor in IDL";}E.prototype=Object.create(Fq.prototype);E.prototype.constructor=E;E.prototype.i=E;E.l={};n.MdDbObject=E;E.prototype.getObjectID=function(){return Ce(this.g)};E.prototype.Erase=function(){return!!De(this.g)};E.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ee(c,a)};E.prototype.Clone=function(){return z(Fe(this.g),E)};
|
|
381
|
+
E.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Ge(f,a,c,d,e)};E.prototype.getObjectName=function(){return q(He(this.g))};E.prototype.getDxf0=function(){return q(Ie(this.g))};E.prototype.getJson=function(){return q(Je(this.g))};E.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Ke(c,a)};
|
|
382
|
+
function Gq(){throw"cannot construct a MdDbEntity, no constructor in IDL";}Gq.prototype=Object.create(E.prototype);Gq.prototype.constructor=Gq;Gq.prototype.i=Gq;Gq.l={};n.MdDbEntity=Gq;Gq.prototype.explode=function(){return z(Le(this.g),F)};Gq.prototype.getObjectID=function(){return Me(this.g)};Gq.prototype.Erase=function(){return!!Ne(this.g)};Gq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Oe(c,a)};
|
|
383
|
+
Gq.prototype.Clone=function(){return z(Pe(this.g),E)};Gq.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)};Gq.prototype.getObjectName=function(){return q(Re(this.g))};Gq.prototype.getDxf0=function(){return q(Se(this.g))};Gq.prototype.getJson=function(){return q(Te(this.g))};
|
|
384
|
+
Gq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Ue(c,a)};function Hq(){throw"cannot construct a MdDbCurve, no constructor in IDL";}Hq.prototype=Object.create(Gq.prototype);Hq.prototype.constructor=Hq;Hq.prototype.i=Hq;Hq.l={};n.MdDbCurve=Hq;Hq.prototype.getStartParam=function(){return Ve(this.g)};Hq.prototype.getEndParam=function(){return We(this.g)};Hq.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xe(c,a)};
|
|
385
|
+
Hq.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ye(c,a)};Hq.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ze(c,a)};Hq.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z($e(c,a),H)};Hq.prototype.explode=function(){return z(af(this.g),F)};Hq.prototype.getObjectID=function(){return bf(this.g)};Hq.prototype.Erase=function(){return!!cf(this.g)};
|
|
386
|
+
Hq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!df(c,a)};Hq.prototype.Clone=function(){return z(ef(this.g),E)};Hq.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!!ff(f,a,c,d,e)};Hq.prototype.getObjectName=function(){return q(gf(this.g))};Hq.prototype.getDxf0=function(){return q(hf(this.g))};
|
|
387
|
+
Hq.prototype.getJson=function(){return q(jf(this.g))};Hq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!kf(c,a)};function I(){this.g=lf();wq(I)[this.g]=this}I.prototype=Object.create(Gq.prototype);I.prototype.constructor=I;I.prototype.i=I;I.l={};n.MdDbDimension=I;I.prototype.textPosition=function(){return z(mf(this.g),H)};I.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nf(c,a)};
|
|
388
|
+
I.prototype.isUsingDefaultTextPosition=function(){return!!of(this.g)};I.prototype.useSetTextPosition=function(){return!!pf(this.g)};I.prototype.useDefaultTextPosition=function(){return!!qf(this.g)};I.prototype.elevation=I.prototype.elevation=function(){return rf(this.g)};I.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sf(c,a)};I.prototype.dimensionText=function(){return q(tf(this.g))};
|
|
389
|
+
I.prototype.setDimensionText=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!uf(c,a)};I.prototype.textRotation=function(){return vf(this.g)};I.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wf(c,a)};I.prototype.dimensionStyle=function(){return xf(this.g)};I.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yf(c,a)};I.prototype.textAttachment=function(){return zf(this.g)};
|
|
390
|
+
I.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Af(c,a)};I.prototype.horizontalRotation=function(){return Bf(this.g)};I.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cf(c,a)};I.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Df(c,a)};I.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ef(c,a)};
|
|
391
|
+
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!!Ff(d,a,c)};I.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Gf(c,a)};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!!Hf(d,a,c)};I.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return q(If(c,a))};
|
|
392
|
+
I.prototype.SetDimVarString=function(a,c){var d=this.g;A();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:D(c);return!!Jf(d,a,c)};I.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Kf(c,a)};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!!Lf(d,a,c)};I.prototype.explode=function(){return z(Mf(this.g),F)};I.prototype.getObjectID=function(){return Nf(this.g)};
|
|
393
|
+
I.prototype.Erase=function(){return!!Of(this.g)};I.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pf(c,a)};I.prototype.Clone=function(){return z(Qf(this.g),E)};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!!Rf(f,a,c,d,e)};I.prototype.getObjectName=function(){return q(Sf(this.g))};I.prototype.getDxf0=function(){return q(Tf(this.g))};
|
|
394
|
+
I.prototype.getJson=function(){return q(Uf(this.g))};I.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Vf(c,a)};I.prototype.__destroy__=function(){Wf(this.g)};function Iq(){throw"cannot construct a VoidPtr, no constructor in IDL";}Iq.prototype=Object.create(vq.prototype);Iq.prototype.constructor=Iq;Iq.prototype.i=Iq;Iq.l={};n.VoidPtr=Iq;Iq.prototype.__destroy__=function(){Xf(this.g)};function J(){this.g=Yf();wq(J)[this.g]=this}J.prototype=Object.create(vq.prototype);
|
|
395
|
+
J.prototype.constructor=J;J.prototype.i=J;J.l={};n.MdCmColor=J;J.prototype.setColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Zf(c,a)};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);$f(e,a,c,d)};J.prototype.get_red=J.prototype.eb=function(){return ag(this.g)};J.prototype.set_red=J.prototype.wb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);bg(c,a)};
|
|
396
|
+
Object.defineProperty(J.prototype,"red",{get:J.prototype.eb,set:J.prototype.wb});J.prototype.get_green=J.prototype.ab=function(){return cg(this.g)};J.prototype.set_green=J.prototype.tb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);dg(c,a)};Object.defineProperty(J.prototype,"green",{get:J.prototype.ab,set:J.prototype.tb});J.prototype.get_blue=J.prototype.Za=function(){return eg(this.g)};J.prototype.set_blue=J.prototype.rb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);fg(c,a)};
|
|
397
|
+
Object.defineProperty(J.prototype,"blue",{get:J.prototype.Za,set:J.prototype.rb});J.prototype.get_method=J.prototype.bb=function(){return gg(this.g)};J.prototype.set_method=J.prototype.ub=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);hg(c,a)};Object.defineProperty(J.prototype,"method",{get:J.prototype.bb,set:J.prototype.ub});J.prototype.get_n=J.prototype.cb=function(){return ig(this.g)};J.prototype.set_n=J.prototype.vb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);jg(c,a)};
|
|
398
|
+
Object.defineProperty(J.prototype,"n",{get:J.prototype.cb,set:J.prototype.vb});J.prototype.get_colorIndex=J.prototype.$a=function(){return kg(this.g)};J.prototype.set_colorIndex=J.prototype.sb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);lg(c,a)};Object.defineProperty(J.prototype,"colorIndex",{get:J.prototype.$a,set:J.prototype.sb});J.prototype.__destroy__=function(){mg(this.g)};
|
|
399
|
+
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?ng():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):og(a,c,d);wq(H)[this.g]=this}H.prototype=Object.create(vq.prototype);H.prototype.constructor=H;H.prototype.i=H;H.l={};n.MdGePoint3d=H;H.prototype.get_x=H.prototype.ga=function(){return pg(this.g)};
|
|
400
|
+
H.prototype.set_x=H.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);qg(c,a)};Object.defineProperty(H.prototype,"x",{get:H.prototype.ga,set:H.prototype.ma});H.prototype.get_y=H.prototype.ha=function(){return rg(this.g)};H.prototype.set_y=H.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);sg(c,a)};Object.defineProperty(H.prototype,"y",{get:H.prototype.ha,set:H.prototype.na});H.prototype.get_z=H.prototype.ia=function(){return tg(this.g)};
|
|
401
|
+
H.prototype.set_z=H.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ug(c,a)};Object.defineProperty(H.prototype,"z",{get:H.prototype.ia,set:H.prototype.oa});H.prototype.__destroy__=function(){vg(this.g)};
|
|
402
|
+
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?wg():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):xg(a,c,d);wq(K)[this.g]=this}K.prototype=Object.create(vq.prototype);K.prototype.constructor=K;K.prototype.i=K;K.l={};n.MdGeVector3d=K;K.prototype.get_x=K.prototype.ga=function(){return yg(this.g)};
|
|
403
|
+
K.prototype.set_x=K.prototype.ma=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);zg(c,a)};Object.defineProperty(K.prototype,"x",{get:K.prototype.ga,set:K.prototype.ma});K.prototype.get_y=K.prototype.ha=function(){return Ag(this.g)};K.prototype.set_y=K.prototype.na=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Bg(c,a)};Object.defineProperty(K.prototype,"y",{get:K.prototype.ha,set:K.prototype.na});K.prototype.get_z=K.prototype.ia=function(){return Cg(this.g)};
|
|
404
|
+
K.prototype.set_z=K.prototype.oa=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Dg(c,a)};Object.defineProperty(K.prototype,"z",{get:K.prototype.ia,set:K.prototype.oa});K.prototype.__destroy__=function(){Eg(this.g)};function L(){this.g=Fg();wq(L)[this.g]=this}L.prototype=Object.create(vq.prototype);L.prototype.constructor=L;L.prototype.i=L;L.l={};n.MdGeMatrix3d=L;L.prototype.setToIdentity=function(){Gg(this.g)};
|
|
405
|
+
L.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Hg(c,a)};L.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ig(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);Jg(d,a,c)};L.prototype.invert=function(){Kg(this.g)};L.prototype.isSingular=function(){return!!Lg(this.g)};L.prototype.transposeIt=function(){Mg(this.g)};
|
|
406
|
+
L.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ng(c,a)};L.prototype.det=function(){return Og(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);Pg(f,a,c,d,e)};L.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Qg(c,a)};
|
|
407
|
+
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);Rg(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);Sg(d,a,c)};L.prototype.scale=L.prototype.scale=function(){return Tg(this.g)};
|
|
408
|
+
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 Ug(d,a,c)};L.prototype.__destroy__=function(){Vg(this.g)};function M(){this.g=Wg();wq(M)[this.g]=this}M.prototype=Object.create(E.prototype);M.prototype.constructor=M;M.prototype.i=M;M.l={};n.MdDbLayerTableRecord=M;M.prototype.getName=function(){return q(Xg(this.g))};
|
|
409
|
+
M.prototype.setName=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Yg(c,a)};M.prototype.isFrozen=M.prototype.isFrozen=function(){return!!Zg(this.g)};M.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$g(c,a)};M.prototype.isOff=function(){return!!ah(this.g)};M.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bh(c,a)};M.prototype.isLocked=function(){return!!ch(this.g)};
|
|
410
|
+
M.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dh(c,a)};M.prototype.color=M.prototype.color=function(){return z(eh(this.g),J)};M.prototype.setColor=M.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fh(c,a)};M.prototype.linetypeObjectId=function(){return gh(this.g)};M.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hh(c,a)};M.prototype.lineWeight=function(){return ih(this.g)};
|
|
411
|
+
M.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jh(c,a)};M.prototype.getObjectID=function(){return kh(this.g)};M.prototype.Erase=function(){return!!lh(this.g)};M.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mh(c,a)};M.prototype.Clone=function(){return z(nh(this.g),E)};
|
|
412
|
+
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!!oh(f,a,c,d,e)};M.prototype.getObjectName=function(){return q(ph(this.g))};M.prototype.getDxf0=function(){return q(qh(this.g))};M.prototype.getJson=function(){return q(rh(this.g))};M.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!sh(c,a)};M.prototype.__destroy__=function(){th(this.g)};
|
|
413
|
+
function Jq(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}Jq.prototype=Object.create(E.prototype);Jq.prototype.constructor=Jq;Jq.prototype.i=Jq;Jq.l={};n.MdDbLayerTable=Jq;Jq.prototype.getObjectID=function(){return uh(this.g)};Jq.prototype.Erase=function(){return!!vh(this.g)};Jq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wh(c,a)};Jq.prototype.Clone=function(){return z(xh(this.g),E)};
|
|
414
|
+
Jq.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!yh(f,a,c,d,e)};Jq.prototype.getObjectName=function(){return q(zh(this.g))};Jq.prototype.getDxf0=function(){return q(Ah(this.g))};Jq.prototype.getJson=function(){return q(Bh(this.g))};Jq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Ch(c,a)};
|
|
415
|
+
function Kq(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}Kq.prototype=Object.create(E.prototype);Kq.prototype.constructor=Kq;Kq.prototype.i=Kq;Kq.l={};n.MdDbLinetypeTable=Kq;Kq.prototype.getObjectID=function(){return Dh(this.g)};Kq.prototype.Erase=function(){return!!Eh(this.g)};Kq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fh(c,a)};Kq.prototype.Clone=function(){return z(Gh(this.g),E)};
|
|
416
|
+
Kq.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Hh(f,a,c,d,e)};Kq.prototype.getObjectName=function(){return q(Ih(this.g))};Kq.prototype.getDxf0=function(){return q(Jh(this.g))};Kq.prototype.getJson=function(){return q(Kh(this.g))};Kq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Lh(c,a)};
|
|
417
|
+
function Lq(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}Lq.prototype=Object.create(E.prototype);Lq.prototype.constructor=Lq;Lq.prototype.i=Lq;Lq.l={};n.MdDbTextStyleTable=Lq;Lq.prototype.getObjectID=function(){return Mh(this.g)};Lq.prototype.Erase=function(){return!!Nh(this.g)};Lq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Oh(c,a)};Lq.prototype.Clone=function(){return z(Ph(this.g),E)};
|
|
418
|
+
Lq.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!!Qh(f,a,c,d,e)};Lq.prototype.getObjectName=function(){return q(Rh(this.g))};Lq.prototype.getDxf0=function(){return q(Sh(this.g))};Lq.prototype.getJson=function(){return q(Th(this.g))};Lq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Uh(c,a)};
|
|
419
|
+
function N(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}N.prototype=Object.create(Fq.prototype);N.prototype.constructor=N;N.prototype.i=N;N.l={};n.MdDbDatabase=N;N.prototype.GetLayerTable=function(){return z(Vh(this.g),Jq)};N.prototype.GetLinetypeTable=function(){return z(Wh(this.g),Kq)};N.prototype.GetTextStyleTable=function(){return z(Xh(this.g),Lq)};N.prototype.GetBlockTable=function(){return z(Yh(this.g),Mq)};N.prototype.CurrentSpace=function(){return z(Zh(this.g),Nq)};
|
|
420
|
+
N.prototype.GetCurrentlyLineTypeScale=function(){return $h(this.g)};N.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ai(c,a)};N.prototype.GetCurrentlyLayerName=function(){return q(bi(this.g))};N.prototype.SetCurrentlyLayerName=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);ci(c,a)};N.prototype.GetCurrentlyLineTypeName=function(){return q(di(this.g))};
|
|
421
|
+
N.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);ei(c,a)};N.prototype.GetCurrentlyTrueColor=function(){return z(fi(this.g),J)};N.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);gi(c,a)};N.prototype.GetCurrentlyColorIndex=function(){return hi(this.g)};N.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ii(c,a)};N.prototype.GetCurrentlyTextStyleName=function(){return q(ji(this.g))};
|
|
422
|
+
N.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);ki(c,a)};N.prototype.getObjectName=function(){return q(li(this.g))};N.prototype.getDxf0=function(){return q(mi(this.g))};N.prototype.getJson=function(){return q(ni(this.g))};N.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!oi(c,a)};function O(){throw"cannot construct a McObject, no constructor in IDL";}O.prototype=Object.create(vq.prototype);
|
|
423
|
+
O.prototype.constructor=O;O.prototype.i=O;O.l={};n.McObject=O;O.prototype.updateDisplay=function(a,c){var d=this.g;A();"object"==typeof a&&(a=Eq(a));"object"==typeof c&&(c=Eq(c));return!!pi(d,a,c)};O.prototype.test=O.prototype.test=function(){qi(this.g)};O.prototype.openWebFile=function(a,c,d){var e=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!ri(e,a,c,d)};
|
|
424
|
+
O.prototype.saveFileToUrl=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!si(c,a)};O.prototype.saveFile=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!ti(c,a)};O.prototype.getViewDataJsonParam=function(){return q(ui(this.g))};O.prototype.updataAppData=function(){vi(this.g)};O.prototype.GetDatabase=function(){return z(wi(this.g),N)};O.prototype.GetSysVarString=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return q(xi(c,a))};
|
|
425
|
+
O.prototype.SetSysVarString=function(a,c){var d=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c=c&&"object"===typeof c?c.g:D(c);return!!yi(d,a,c)};O.prototype.GetSysVarDouble=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return zi(c,a)};O.prototype.SetSysVarDouble=function(a,c){var d=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c&&"object"===typeof c&&(c=c.g);return!!Ai(d,a,c)};O.prototype.GetSysVarLong=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return Bi(c,a)};
|
|
426
|
+
O.prototype.SetSysVarLong=function(a,c){var d=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c&&"object"===typeof c&&(c=c.g);return!!Ci(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);Di(d,a,c)};O.prototype.fireEventCommandStart=function(){Ei(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 Fi(d,a,c)};
|
|
427
|
+
O.prototype.IntelliSelect_getGridData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return q(Gi(c,a))};O.prototype.EntityTempWordDraw_onJigCommandEnd=function(){Hi(this.g)};O.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ii(c,a)};O.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){Ji(this.g)};O.prototype.EntityTempWordDraw_onJigClearDisplay=function(){Ki(this.g)};
|
|
428
|
+
O.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Li(c,a)};O.prototype.GetDrawColor=function(){return z(Mi(this.g),J)};O.prototype.AddLayer=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);Ni(c,a)};O.prototype.SetDrawLayer=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);Oi(c,a)};O.prototype.GetDrawLayer=function(){return q(Pi(this.g))};
|
|
429
|
+
O.prototype.AddTextStyle=function(a,c,d,e){var f=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c=c&&"object"===typeof c?c.g:D(c);d=d&&"object"===typeof d?d.g:D(d);e&&"object"===typeof e&&(e=e.g);Qi(f,a,c,d,e)};O.prototype.SetDrawTextStyle=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);Ri(c,a)};O.prototype.GetDrawTextStyle=function(){return q(Si(this.g))};
|
|
430
|
+
O.prototype.AddLinetype=function(a,c){var d=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c=c&&"object"===typeof c?c.g:D(c);Ti(d,a,c)};O.prototype.AddLinetypeEx=function(a,c,d){var e=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c=c&&"object"===typeof c?c.g:D(c);d=d&&"object"===typeof d?d.g:D(d);Ui(e,a,c,d)};
|
|
431
|
+
O.prototype.AddDimStyle=function(a,c,d,e,f){var g=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c=c&&"object"===typeof c?c.g:D(c);d=d&&"object"===typeof d?d.g:D(d);e=e&&"object"===typeof e?e.g:D(e);f=f&&"object"===typeof f?f.g:D(f);Vi(g,a,c,d,e,f)};O.prototype.SetDrawLinetype=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);Wi(c,a)};O.prototype.GetDrawLinetype=function(){return q(Xi(this.g))};
|
|
432
|
+
O.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Yi(c,a)};O.prototype.GetDrawLineWeight=function(){return Zi(this.g)};O.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);$i(c,a)};O.prototype.GetDrawLineTypeScale=function(){return aj(this.g)};O.prototype.SetDrawDimStyle=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);bj(c,a)};O.prototype.GetDrawDimStyle=function(){return q(cj(this.g))};
|
|
433
|
+
O.prototype.SetPatternDefinition=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);dj(c,a)};O.prototype.GetPatternDefinition=function(){return q(ej(this.g))};O.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);fj(c,a)};O.prototype.GetDrawLineWidth=function(){return gj(this.g)};
|
|
434
|
+
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 hj(h,a,c,d,e,f,g)};
|
|
435
|
+
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 ij(g,a,c,d,e,f)};
|
|
436
|
+
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 jj(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 kj(e,a,c,d)};
|
|
437
|
+
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 lj(g,a,c,d,e,f)};
|
|
438
|
+
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 mj(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 nj(d,a,c)};
|
|
439
|
+
O.prototype.DrawSolid=function(a,c,d,e,f,g,h,l){var v=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);l&&"object"===typeof l&&(l=l.g);return oj(v,a,c,d,e,f,g,h,l)};
|
|
440
|
+
O.prototype.DrawMText=function(a,c,d,e,f,g,h){var l=this.g;A();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:D(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 pj(l,a,c,d,e,f,g,h)};
|
|
441
|
+
O.prototype.DrawText=function(a,c,d,e,f,g,h){var l=this.g;A();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:D(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 qj(l,a,c,d,e,f,g,h)};
|
|
442
|
+
O.prototype.DrawBlockReference=function(a,c,d,e,f){var g=this.g;A();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:D(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return rj(g,a,c,d,e,f)};
|
|
443
|
+
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 sj(h,a,c,d,e,f,g)};
|
|
444
|
+
O.prototype.DrawDimAngular=function(a,c,d,e,f,g,h,l){var v=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);l&&"object"===typeof l&&(l=l.g);return tj(v,a,c,d,e,f,g,h,l)};
|
|
445
|
+
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 uj(g,a,c,d,e,f)};
|
|
446
|
+
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 vj(l,a,c,d,e,f,g,h)};
|
|
447
|
+
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 wj(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 xj(g,a,c,d,e,f)};
|
|
448
|
+
O.prototype.PathMoveTo=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)};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);zj(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);Aj(d,a,c)};
|
|
449
|
+
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);Bj(g,a,c,d,e,f)};O.prototype.DrawPathToPolyline=function(){return Cj(this.g)};O.prototype.DrawPathToSpline=function(){return Dj(this.g)};O.prototype.PathMakeClosed=function(){Ej(this.g)};
|
|
450
|
+
O.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Fj(c,a)};O.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Gj(c,a)};function Pq(){this.g=Hj();wq(Pq)[this.g]=this}Pq.prototype=Object.create(vq.prototype);Pq.prototype.constructor=Pq;Pq.prototype.i=Pq;Pq.l={};n.McApp=Pq;Pq.prototype.Init=function(){Ij(this.g)};
|
|
451
|
+
Pq.prototype.CreateMxDraw=function(a,c,d,e,f){var g=this.g;A();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:D(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return z(Jj(g,a,c,d,e,f),O)};Pq.prototype.GetCurrentMxDraw=function(){return z(Kj(this.g),O)};Pq.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Lj(c,a)};
|
|
452
|
+
Pq.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 Mj(f,a,c,d,e)};Pq.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return q(Nj(c,a))};Pq.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Oj(c,a),E)};
|
|
453
|
+
Pq.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Pj(c,a),P)};Pq.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Qj(c,a),Q)};Pq.prototype.ObjectIdToMdDbPolyline=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Rj(c,a),R)};Pq.prototype.ObjectIdToMdDbCircle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Sj(c,a),S)};
|
|
454
|
+
Pq.prototype.ObjectIdToMdDbBlockReference=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Tj(c,a),T)};Pq.prototype.ObjectIdToMdDbAlignedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Uj(c,a),V)};Pq.prototype.ObjectIdToMdDbRotatedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Vj(c,a),W)};Pq.prototype.ObjectIdToMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Wj(c,a),Y)};
|
|
455
|
+
Pq.prototype.getLastCallResult=function(){return Xj(this.g)};Pq.prototype.__destroy__=function(){Yj(this.g)};function F(){this.g=Zj();wq(F)[this.g]=this}F.prototype=Object.create(Fq.prototype);F.prototype.constructor=F;F.prototype.i=F;F.l={};n.McDrawResbuf=F;F.prototype.Clear=function(){ak(this.g)};F.prototype.GetCount=function(){return bk(this.g)};F.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ck(c,a)};
|
|
456
|
+
F.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return dk(c,a)};F.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ek(c,a)};F.prototype.AtObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(fk(c,a),Fq)};F.prototype.AtObjectMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(gk(c,a),Y)};F.prototype.AtObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return q(hk(c,a))};
|
|
457
|
+
F.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return q(ik(c,a))};F.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(jk(c,a),H)};F.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return kk(c,a)};F.prototype.AddDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);lk(d,a,c)};
|
|
458
|
+
F.prototype.Addlong=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);mk(d,a,c)};F.prototype.AddObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);nk(d,a,c)};F.prototype.AddObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ok(c,a)};F.prototype.AddString=function(a,c){var d=this.g;A();a=a&&"object"===typeof a?a.g:D(a);c&&"object"===typeof c&&(c=c.g);pk(d,a,c)};
|
|
459
|
+
F.prototype.AddPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);qk(d,a,c)};F.prototype.RemoveAll=function(){rk(this.g)};F.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);sk(c,a)};F.prototype.getObjectName=function(){return q(tk(this.g))};F.prototype.getDxf0=function(){return q(uk(this.g))};F.prototype.getJson=function(){return q(vk(this.g))};
|
|
460
|
+
F.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!wk(c,a)};F.prototype.__destroy__=function(){xk(this.g)};function Qq(){this.g=yk();wq(Qq)[this.g]=this}Qq.prototype=Object.create(vq.prototype);Qq.prototype.constructor=Qq;Qq.prototype.i=Qq;Qq.l={};n.McDrawUtility=Qq;
|
|
461
|
+
Qq.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 zk(g,a,c,d,e,f)};Qq.prototype.eraseEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ak(c,a)};Qq.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Bk(d,a,c)};
|
|
462
|
+
Qq.prototype.__destroy__=function(){Ck(this.g)};function P(){this.g=Dk();wq(P)[this.g]=this}P.prototype=Object.create(Hq.prototype);P.prototype.constructor=P;P.prototype.i=P;P.l={};n.MdDbLine=P;P.prototype.startPoint=function(){return z(Ek(this.g),H)};P.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fk(c,a)};P.prototype.endPoint=function(){return z(Gk(this.g),H)};
|
|
463
|
+
P.prototype.setEndPoint=P.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hk(c,a)};P.prototype.getStartParam=function(){return Ik(this.g)};P.prototype.getEndParam=function(){return Jk(this.g)};P.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Kk(c,a)};P.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Lk(c,a)};
|
|
464
|
+
P.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Mk(c,a)};P.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Nk(c,a),H)};P.prototype.explode=function(){return z(Ok(this.g),F)};P.prototype.getObjectID=function(){return Pk(this.g)};P.prototype.Erase=function(){return!!Qk(this.g)};P.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rk(c,a)};
|
|
465
|
+
P.prototype.Clone=function(){return z(Sk(this.g),E)};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!!Tk(f,a,c,d,e)};P.prototype.getObjectName=function(){return q(Uk(this.g))};P.prototype.getDxf0=function(){return q(Vk(this.g))};P.prototype.getJson=function(){return q(Wk(this.g))};
|
|
466
|
+
P.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Xk(c,a)};P.prototype.__destroy__=function(){Yk(this.g)};function Q(){this.g=Zk();wq(Q)[this.g]=this}Q.prototype=Object.create(Gq.prototype);Q.prototype.constructor=Q;Q.prototype.i=Q;Q.l={};n.MdDbText=Q;Q.prototype.position=Q.prototype.position=function(){return z($k(this.g),H)};Q.prototype.setPosition=Q.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!al(c,a)};
|
|
467
|
+
Q.prototype.alignmentPoint=function(){return z(bl(this.g),H)};Q.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cl(c,a)};Q.prototype.oblique=function(){return dl(this.g)};Q.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!el(c,a)};Q.prototype.rotation=Q.prototype.rotation=function(){return fl(this.g)};Q.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gl(c,a)};
|
|
468
|
+
Q.prototype.height=Q.prototype.height=function(){return hl(this.g)};Q.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!il(c,a)};Q.prototype.widthFactor=function(){return jl(this.g)};Q.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kl(c,a)};Q.prototype.textString=function(){return q(ll(this.g))};Q.prototype.setTextString=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!ml(c,a)};
|
|
469
|
+
Q.prototype.horizontalMode=function(){return nl(this.g)};Q.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ol(c,a)};Q.prototype.verticalMode=function(){return pl(this.g)};Q.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ql(c,a)};Q.prototype.explode=function(){return z(rl(this.g),F)};Q.prototype.getObjectID=function(){return sl(this.g)};Q.prototype.Erase=function(){return!!tl(this.g)};
|
|
470
|
+
Q.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ul(c,a)};Q.prototype.Clone=function(){return z(vl(this.g),E)};Q.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!wl(f,a,c,d,e)};Q.prototype.getObjectName=function(){return q(xl(this.g))};Q.prototype.getDxf0=function(){return q(yl(this.g))};
|
|
471
|
+
Q.prototype.getJson=function(){return q(zl(this.g))};Q.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Al(c,a)};Q.prototype.__destroy__=function(){Bl(this.g)};function S(){this.g=Cl();wq(S)[this.g]=this}S.prototype=Object.create(Hq.prototype);S.prototype.constructor=S;S.prototype.i=S;S.l={};n.MdDbCircle=S;S.prototype.center=function(){return z(Dl(this.g),H)};S.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!El(c,a)};
|
|
472
|
+
S.prototype.radius=function(){return Fl(this.g)};S.prototype.setRadius=S.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gl(c,a)};S.prototype.getStartParam=function(){return Hl(this.g)};S.prototype.getEndParam=function(){return Il(this.g)};S.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Jl(c,a)};S.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Kl(c,a)};
|
|
473
|
+
S.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ll(c,a)};S.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(Ml(c,a),H)};S.prototype.explode=function(){return z(Nl(this.g),F)};S.prototype.getObjectID=function(){return Ol(this.g)};S.prototype.Erase=function(){return!!Pl(this.g)};S.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ql(c,a)};
|
|
474
|
+
S.prototype.Clone=function(){return z(Rl(this.g),E)};S.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Sl(f,a,c,d,e)};S.prototype.getObjectName=function(){return q(Tl(this.g))};S.prototype.getDxf0=function(){return q(Ul(this.g))};S.prototype.getJson=function(){return q(Vl(this.g))};
|
|
475
|
+
S.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Wl(c,a)};S.prototype.__destroy__=function(){Xl(this.g)};function R(){this.g=Yl();wq(R)[this.g]=this}R.prototype=Object.create(Hq.prototype);R.prototype.constructor=R;R.prototype.i=R;R.l={};n.MdDbPolyline=R;R.prototype.setClosed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zl(c,a)};R.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$l(c,a)};
|
|
476
|
+
R.prototype.isClosed=function(){return!!am(this.g)};R.prototype.getConstantWidth=function(){return bm(this.g)};R.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!!cm(g,a,c,d,e,f)};R.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dm(c,a)};R.prototype.numVerts=function(){return em(this.g)};
|
|
477
|
+
R.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(fm(c,a),H)};R.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return gm(c,a)};R.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hm(c,a)};R.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return im(c,a)};
|
|
478
|
+
R.prototype.setPointAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jm(d,a,c)};R.prototype.setBulgeAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!km(d,a,c)};R.prototype.getStartParam=function(){return lm(this.g)};R.prototype.getEndParam=function(){return mm(this.g)};R.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return nm(c,a)};
|
|
479
|
+
R.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return om(c,a)};R.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return pm(c,a)};R.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return z(qm(c,a),H)};R.prototype.explode=function(){return z(rm(this.g),F)};R.prototype.getObjectID=function(){return sm(this.g)};R.prototype.Erase=function(){return!!tm(this.g)};
|
|
480
|
+
R.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!um(c,a)};R.prototype.Clone=function(){return z(wm(this.g),E)};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!!xm(f,a,c,d,e)};R.prototype.getObjectName=function(){return q(ym(this.g))};R.prototype.getDxf0=function(){return q(zm(this.g))};
|
|
481
|
+
R.prototype.getJson=function(){return q(Am(this.g))};R.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Bm(c,a)};R.prototype.__destroy__=function(){Cm(this.g)};function T(){this.g=Dm();wq(T)[this.g]=this}T.prototype=Object.create(Gq.prototype);T.prototype.constructor=T;T.prototype.i=T;T.l={};n.MdDbBlockReference=T;T.prototype.blockTableRecord=function(){return Em(this.g)};
|
|
482
|
+
T.prototype.setBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fm(c,a)};T.prototype.position=T.prototype.position=function(){return z(Gm(this.g),H)};T.prototype.setPosition=T.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hm(c,a)};T.prototype.scaleFactors=function(){return z(Im(this.g),H)};T.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jm(c,a)};
|
|
483
|
+
T.prototype.rotation=T.prototype.rotation=function(){return Km(this.g)};T.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lm(c,a)};T.prototype.blockTransform=function(){return z(Mm(this.g),L)};T.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nm(c,a)};T.prototype.explode=function(){return z(Om(this.g),F)};T.prototype.getObjectID=function(){return Pm(this.g)};T.prototype.Erase=function(){return!!Qm(this.g)};
|
|
484
|
+
T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rm(c,a)};T.prototype.Clone=function(){return z(Sm(this.g),E)};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!!Tm(f,a,c,d,e)};T.prototype.getObjectName=function(){return q(Um(this.g))};T.prototype.getDxf0=function(){return q(Vm(this.g))};
|
|
485
|
+
T.prototype.getJson=function(){return q(Wm(this.g))};T.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Xm(c,a)};T.prototype.__destroy__=function(){Ym(this.g)};function V(){this.g=Zm();wq(V)[this.g]=this}V.prototype=Object.create(I.prototype);V.prototype.constructor=V;V.prototype.i=V;V.l={};n.MdDbAlignedDimension=V;V.prototype.xLine1Point=function(){return z($m(this.g),H)};
|
|
486
|
+
V.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!an(c,a)};V.prototype.xLine2Point=function(){return z(bn(this.g),H)};V.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cn(c,a)};V.prototype.dimLinePoint=function(){return z(dn(this.g),H)};V.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!en(c,a)};V.prototype.oblique=function(){return fn(this.g)};
|
|
487
|
+
V.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gn(c,a)};V.prototype.textPosition=function(){return z(hn(this.g),H)};V.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jn(c,a)};V.prototype.isUsingDefaultTextPosition=function(){return!!kn(this.g)};V.prototype.useSetTextPosition=function(){return!!ln(this.g)};V.prototype.useDefaultTextPosition=function(){return!!mn(this.g)};
|
|
488
|
+
V.prototype.elevation=V.prototype.elevation=function(){return nn(this.g)};V.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!on(c,a)};V.prototype.dimensionText=function(){return q(pn(this.g))};V.prototype.setDimensionText=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!qn(c,a)};V.prototype.textRotation=function(){return rn(this.g)};V.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sn(c,a)};
|
|
489
|
+
V.prototype.dimensionStyle=function(){return tn(this.g)};V.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!un(c,a)};V.prototype.textAttachment=function(){return vn(this.g)};V.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wn(c,a)};V.prototype.horizontalRotation=function(){return xn(this.g)};V.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yn(c,a)};
|
|
490
|
+
V.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zn(c,a)};V.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return An(c,a)};V.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Bn(d,a,c)};V.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Cn(c,a)};
|
|
491
|
+
V.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Dn(d,a,c)};V.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return q(En(c,a))};V.prototype.SetDimVarString=function(a,c){var d=this.g;A();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:D(c);return!!Fn(d,a,c)};V.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Gn(c,a)};
|
|
492
|
+
V.prototype.SetDimVarObjectId=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)};V.prototype.explode=function(){return z(In(this.g),F)};V.prototype.getObjectID=function(){return Jn(this.g)};V.prototype.Erase=function(){return!!Kn(this.g)};V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ln(c,a)};V.prototype.Clone=function(){return z(Mn(this.g),E)};
|
|
493
|
+
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!!Nn(f,a,c,d,e)};V.prototype.getObjectName=function(){return q(On(this.g))};V.prototype.getDxf0=function(){return q(Pn(this.g))};V.prototype.getJson=function(){return q(Qn(this.g))};V.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Rn(c,a)};V.prototype.__destroy__=function(){Sn(this.g)};
|
|
494
|
+
function W(){this.g=Tn();wq(W)[this.g]=this}W.prototype=Object.create(I.prototype);W.prototype.constructor=W;W.prototype.i=W;W.l={};n.MdDbRotatedDimension=W;W.prototype.xLine1Point=function(){return z(Un(this.g),H)};W.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vn(c,a)};W.prototype.xLine2Point=function(){return z(Wn(this.g),H)};W.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xn(c,a)};
|
|
495
|
+
W.prototype.dimLinePoint=function(){return z(Yn(this.g),H)};W.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zn(c,a)};W.prototype.rotation=W.prototype.rotation=function(){return $n(this.g)};W.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ao(c,a)};W.prototype.oblique=function(){return bo(this.g)};W.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!co(c,a)};
|
|
496
|
+
W.prototype.textPosition=function(){return z(eo(this.g),H)};W.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fo(c,a)};W.prototype.isUsingDefaultTextPosition=function(){return!!go(this.g)};W.prototype.useSetTextPosition=function(){return!!ho(this.g)};W.prototype.useDefaultTextPosition=function(){return!!io(this.g)};W.prototype.elevation=W.prototype.elevation=function(){return jo(this.g)};
|
|
497
|
+
W.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ko(c,a)};W.prototype.dimensionText=function(){return q(lo(this.g))};W.prototype.setDimensionText=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!mo(c,a)};W.prototype.textRotation=function(){return no(this.g)};W.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!oo(c,a)};W.prototype.dimensionStyle=function(){return po(this.g)};
|
|
498
|
+
W.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qo(c,a)};W.prototype.textAttachment=function(){return ro(this.g)};W.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!so(c,a)};W.prototype.horizontalRotation=function(){return to(this.g)};W.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uo(c,a)};
|
|
499
|
+
W.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vo(c,a)};W.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return wo(c,a)};W.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!xo(d,a,c)};W.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return yo(c,a)};
|
|
500
|
+
W.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!zo(d,a,c)};W.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return q(Ao(c,a))};W.prototype.SetDimVarString=function(a,c){var d=this.g;A();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:D(c);return!!Bo(d,a,c)};W.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Co(c,a)};
|
|
501
|
+
W.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Do(d,a,c)};W.prototype.explode=function(){return z(Eo(this.g),F)};W.prototype.getObjectID=function(){return Fo(this.g)};W.prototype.Erase=function(){return!!Go(this.g)};W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ho(c,a)};W.prototype.Clone=function(){return z(Io(this.g),E)};
|
|
502
|
+
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!!Jo(f,a,c,d,e)};W.prototype.getObjectName=function(){return q(Ko(this.g))};W.prototype.getDxf0=function(){return q(Lo(this.g))};W.prototype.getJson=function(){return q(Mo(this.g))};W.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!No(c,a)};W.prototype.__destroy__=function(){Oo(this.g)};
|
|
503
|
+
function Y(){this.g=Po();wq(Y)[this.g]=this}Y.prototype=Object.create(Gq.prototype);Y.prototype.constructor=Y;Y.prototype.i=Y;Y.l={};n.MdDbMText=Y;Y.prototype.location=Y.prototype.location=function(){return z(Qo(this.g),H)};Y.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ro(c,a)};Y.prototype.rotation=Y.prototype.rotation=function(){return So(this.g)};Y.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!To(c,a)};
|
|
504
|
+
Y.prototype.width=Y.prototype.width=function(){return Uo(this.g)};Y.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vo(c,a)};Y.prototype.textHeight=function(){return Wo(this.g)};Y.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xo(c,a)};Y.prototype.attachment=function(){return Yo(this.g)};Y.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zo(c,a)};
|
|
505
|
+
Y.prototype.contents=Y.prototype.j=function(){return q($o(this.g))};Y.prototype.setContents=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!ap(c,a)};Y.prototype.explode=function(){return z(bp(this.g),F)};Y.prototype.getObjectID=function(){return cp(this.g)};Y.prototype.Erase=function(){return!!dp(this.g)};Y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ep(c,a)};Y.prototype.Clone=function(){return z(fp(this.g),E)};
|
|
506
|
+
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!!gp(f,a,c,d,e)};Y.prototype.getObjectName=function(){return q(hp(this.g))};Y.prototype.getDxf0=function(){return q(ip(this.g))};Y.prototype.getJson=function(){return q(jp(this.g))};Y.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!kp(c,a)};Y.prototype.__destroy__=function(){lp(this.g)};
|
|
507
|
+
function Rq(){throw"cannot construct a MdDbBlockTableRecordIterator, no constructor in IDL";}Rq.prototype=Object.create(Fq.prototype);Rq.prototype.constructor=Rq;Rq.prototype.i=Rq;Rq.l={};n.MdDbBlockTableRecordIterator=Rq;Rq.prototype.start=Rq.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);mp(d,a,c)};Rq.prototype.done=Rq.prototype.done=function(){return!!np(this.g)};Rq.prototype.getEntityId=function(){return op(this.g)};
|
|
508
|
+
Rq.prototype.step=Rq.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);pp(d,a,c)};Rq.prototype.getObjectName=function(){return q(qp(this.g))};Rq.prototype.getDxf0=function(){return q(rp(this.g))};Rq.prototype.getJson=function(){return q(sp(this.g))};Rq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!tp(c,a)};Rq.prototype.__destroy__=function(){up(this.g)};
|
|
509
|
+
function Nq(){this.g=vp();wq(Nq)[this.g]=this}Nq.prototype=Object.create(E.prototype);Nq.prototype.constructor=Nq;Nq.prototype.i=Nq;Nq.l={};n.MdDbBlockTableRecord=Nq;Nq.prototype.appendAcDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return wp(c,a)};Nq.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return z(xp(d,a,c),Rq)};Nq.prototype.origin=Nq.prototype.origin=function(){return z(yp(this.g),H)};
|
|
510
|
+
Nq.prototype.setOrigin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zp(c,a)};Nq.prototype.getObjectID=function(){return Ap(this.g)};Nq.prototype.Erase=function(){return!!Bp(this.g)};Nq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cp(c,a)};Nq.prototype.Clone=function(){return z(Dp(this.g),E)};
|
|
511
|
+
Nq.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Ep(f,a,c,d,e)};Nq.prototype.getObjectName=function(){return q(Fp(this.g))};Nq.prototype.getDxf0=function(){return q(Gp(this.g))};Nq.prototype.getJson=function(){return q(Hp(this.g))};Nq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Ip(c,a)};
|
|
512
|
+
Nq.prototype.__destroy__=function(){Jp(this.g)};function Sq(){throw"cannot construct a MdDbBlockTableIterator, no constructor in IDL";}Sq.prototype=Object.create(Fq.prototype);Sq.prototype.constructor=Sq;Sq.prototype.i=Sq;Sq.l={};n.MdDbBlockTableIterator=Sq;Sq.prototype.start=Sq.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Kp(d,a,c)};Sq.prototype.done=Sq.prototype.done=function(){return!!Lp(this.g)};
|
|
513
|
+
Sq.prototype.getRecord=function(){return z(Mp(this.g),Nq)};Sq.prototype.step=Sq.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Np(d,a,c)};Sq.prototype.getObjectName=function(){return q(Op(this.g))};Sq.prototype.getDxf0=function(){return q(Pp(this.g))};Sq.prototype.getJson=function(){return q(Qp(this.g))};Sq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Rp(c,a)};Sq.prototype.__destroy__=function(){Sp(this.g)};
|
|
514
|
+
function Mq(){throw"cannot construct a MdDbBlockTable, no constructor in IDL";}Mq.prototype=Object.create(E.prototype);Mq.prototype.constructor=Mq;Mq.prototype.i=Mq;Mq.l={};n.MdDbBlockTable=Mq;Mq.prototype.getAt=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return z(Tp(c,a),Nq)};Mq.prototype.has=Mq.prototype.has=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!Up(c,a)};
|
|
515
|
+
Mq.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return z(Vp(d,a,c),Sq)};Mq.prototype.add=Mq.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Wp(c,a)};Mq.prototype.getObjectID=function(){return Xp(this.g)};Mq.prototype.Erase=function(){return!!Yp(this.g)};Mq.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zp(c,a)};
|
|
516
|
+
Mq.prototype.Clone=function(){return z($p(this.g),E)};Mq.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!aq(f,a,c,d,e)};Mq.prototype.getObjectName=function(){return q(bq(this.g))};Mq.prototype.getDxf0=function(){return q(cq(this.g))};Mq.prototype.getJson=function(){return q(dq(this.g))};
|
|
517
|
+
Mq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!eq(c,a)};Mq.prototype.__destroy__=function(){fq(this.g)};function Tq(){this.g=gq();wq(Tq)[this.g]=this}Tq.prototype=Object.create(Fq.prototype);Tq.prototype.constructor=Tq;Tq.prototype.i=Tq;Tq.l={};n.McDrawSelSet=Tq;Tq.prototype.allSelect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return hq(c,a)};
|
|
518
|
+
Tq.prototype.pointSelect=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return iq(f,a,c,d,e)};Tq.prototype.crossingSelect=function(a,c,d,e,f){var g=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return jq(g,a,c,d,e,f)};Tq.prototype.count=Tq.prototype.count=function(){return kq(this.g)};
|
|
519
|
+
Tq.prototype.item=Tq.prototype.item=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return lq(c,a)};Tq.prototype.getObjectName=function(){return q(mq(this.g))};Tq.prototype.getDxf0=function(){return q(nq(this.g))};Tq.prototype.getJson=function(){return q(oq(this.g))};Tq.prototype.setJson=function(a){var c=this.g;A();a=a&&"object"===typeof a?a.g:D(a);return!!pq(c,a)};Tq.prototype.__destroy__=function(){qq(this.g)};
|
|
518
520
|
|
|
519
521
|
|
|
520
522
|
return mxdrawassembly.ready
|