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