mxcad 1.0.65 → 1.0.67

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.
@@ -9,32 +9,32 @@ var b;b||(b=typeof mxdrawassembly !== 'undefined' ? mxdrawassembly : {});var aa,
9
9
  if(ka){var fs=require("fs"),ra=require("path");na=ja?ra.dirname(na)+"/":__dirname+"/";oa=(a,c)=>{a=a.startsWith("file://")?new URL(a):ra.normalize(a);return fs.readFileSync(a,c?void 0:"utf8")};qa=a=>{a=oa(a,!0);a.buffer||(a=new Uint8Array(a));return a};pa=(a,c,d)=>{a=a.startsWith("file://")?new URL(a):ra.normalize(a);fs.readFile(a,function(e,f){e?d(e):c(f.buffer)})};!b.thisProgram&&1<process.argv.length&&(da=process.argv[1].replace(/\\/g,"/"));process.argv.slice(2);ea=(a,c)=>{process.exitCode=a;throw c;
10
10
  };b.inspect=function(){return"[Emscripten Module object]"}}else if(fa||ja)ja?na=self.location.href:"undefined"!=typeof document&&document.currentScript&&(na=document.currentScript.src),_scriptDir&&(na=_scriptDir),na=0!==na.indexOf("blob:")?na.substr(0,na.replace(/[?#].*/,"").lastIndexOf("/")+1):"",oa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.send(null);return c.responseText},ja&&(qa=a=>{var c=new XMLHttpRequest;c.open("GET",a,!1);c.responseType="arraybuffer";c.send(null);return new Uint8Array(c.response)}),
11
11
  pa=(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 sa=b.print||console.log.bind(console),ta=b.printErr||console.warn.bind(console);Object.assign(b,ca);ca=null;b.thisProgram&&(da=b.thisProgram);b.quit&&(ea=b.quit);var ua;b.wasmBinary&&(ua=b.wasmBinary);var noExitRuntime=b.noExitRuntime||!0;"object"!=typeof WebAssembly&&va("no native wasm support detected");
12
- var wa,xa=!1,ya,za,Aa,Ba,Ca,k,l,Da,Ea;function Fa(){var a=wa.buffer;b.HEAP8=za=new Int8Array(a);b.HEAP16=Ba=new Int16Array(a);b.HEAP32=k=new Int32Array(a);b.HEAPU8=Aa=new Uint8Array(a);b.HEAPU16=Ca=new Uint16Array(a);b.HEAPU32=l=new Uint32Array(a);b.HEAPF32=Da=new Float32Array(a);b.HEAPF64=Ea=new Float64Array(a)}var Ga,Ha=[],Ja=[],La=[];function Ma(){var a=b.preRun.shift();Ha.unshift(a)}var Na=0,Oa=null,Pa=null;function Qa(){Na++;b.monitorRunDependencies&&b.monitorRunDependencies(Na)}
12
+ var wa,xa=!1,ya,za,Aa,Ba,Ca,k,l,Da,Ea;function Fa(){var a=wa.buffer;b.HEAP8=za=new Int8Array(a);b.HEAP16=Ba=new Int16Array(a);b.HEAP32=k=new Int32Array(a);b.HEAPU8=Aa=new Uint8Array(a);b.HEAPU16=Ca=new Uint16Array(a);b.HEAPU32=l=new Uint32Array(a);b.HEAPF32=Da=new Float32Array(a);b.HEAPF64=Ea=new Float64Array(a)}var Ga,Ha=[],Ia=[],Ka=[];function Ma(){var a=b.preRun.shift();Ha.unshift(a)}var Na=0,Oa=null,Pa=null;function Qa(){Na++;b.monitorRunDependencies&&b.monitorRunDependencies(Na)}
13
13
  function Ra(){Na--;b.monitorRunDependencies&&b.monitorRunDependencies(Na);if(0==Na&&(null!==Oa&&(clearInterval(Oa),Oa=null),Pa)){var a=Pa;Pa=null;a()}}function va(a){if(b.onAbort)b.onAbort(a);a="Aborted("+a+")";ta(a);xa=!0;ya=1;a=new WebAssembly.RuntimeError(a+". Build with -sASSERTIONS for more info.");ba(a);throw a;}function Sa(a){return a.startsWith("data:application/octet-stream;base64,")}var Ta;Ta="mxdrawassembly_minst.wasm";if(!Sa(Ta)){var Ua=Ta;Ta=b.locateFile?b.locateFile(Ua,na):na+Ua}
14
14
  function Va(a){try{if(a==Ta&&ua)return new Uint8Array(ua);if(qa)return qa(a);throw"both async and sync fetching of the wasm failed";}catch(c){va(c)}}
15
15
  function Wa(a){if(!ua&&(fa||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 Va(a)});if(pa)return new Promise(function(c,d){pa(a,function(e){c(new Uint8Array(e))},d)})}return Promise.resolve().then(function(){return Va(a)})}
16
16
  function Xa(a,c,d){return Wa(a).then(function(e){return WebAssembly.instantiate(e,c)}).then(function(e){return e}).then(d,function(e){ta("failed to asynchronously prepare wasm: "+e);va(e)})}
17
17
  function Ya(a,c){var d=Ta;return ua||"function"!=typeof WebAssembly.instantiateStreaming||Sa(d)||d.startsWith("file://")||ka||"function"!=typeof fetch?Xa(d,a,c):fetch(d,{credentials:"same-origin"}).then(function(e){return WebAssembly.instantiateStreaming(e,a).then(c,function(f){ta("wasm streaming compile failed: "+f);ta("falling back to ArrayBuffer instantiation");return Xa(d,a,c)})})}
18
- var Za,$a,fb={259786:()=>za.length,259806:a=>{a=p(a);if(window.mx_saveFile_call){var c=c||"binary";if("utf8"!==c&&"binary"!==c)throw Error('Invalid encoding type "'+c+'"');var d;var e=ab(a,e||0);a=bb(a,{aa:!0}).node;if(!a)throw new q(44);if(!a.h.u)throw new q(63);a=a.h.u(a).size;var f=new Uint8Array(a);cb(e,f,0,a,0);"utf8"===c?d=db(f,0):"binary"===c&&(d=f);eb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};
18
+ var Za,$a,fb={264682:()=>za.length,264702:a=>{a=p(a);if(window.mx_saveFile_call){var c=c||"binary";if("utf8"!==c&&"binary"!==c)throw Error('Invalid encoding type "'+c+'"');var d;var e=ab(a,e||0);a=bb(a,{aa:!0}).node;if(!a)throw new q(44);if(!a.h.u)throw new q(63);a=a.h.u(a).size;var f=new Uint8Array(a);cb(e,f,0,a,0);"utf8"===c?d=db(f,0):"binary"===c&&(d=f);eb(e);window.mx_saveFile_call(d)}else console.log("window.mx_saveFile_call undefined")}};
19
19
  function gb(a){this.name="ExitStatus";this.message="Program terminated with exit("+a+")";this.status=a}function hb(a){for(;0<a.length;)a.shift()(b)}var ib="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0;
20
20
  function db(a,c,d){var e=c+d;for(d=c;a[d]&&!(d>=e);)++d;if(16<d-c&&a.buffer&&ib)return ib.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 p(a,c){return a?db(Aa,a,c):""}
21
21
  function jb(a){this.g=a-24;this.lb=function(c){l[this.g+4>>2]=c};this.eb=function(c){l[this.g+8>>2]=c};this.jb=function(){k[this.g>>2]=0};this.bb=function(){za[this.g+12>>0]=0};this.kb=function(){za[this.g+13>>0]=0};this.Ua=function(c,d){this.$a();this.lb(c);this.eb(d);this.jb();this.bb();this.kb()};this.$a=function(){l[this.g+16>>2]=0}}
22
- var kb=0,lb=0,mb=(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},nb=a=>{var c="/"===a.charAt(0),d="/"===a.substr(-1);(a=mb(a.split("/").filter(e=>!!e),!c).join("/"))||c||(a=".");a&&d&&(a+="/");return(c?"/":"")+a},pb=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+
22
+ var kb=0,lb=0,mb=(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},nb=a=>{var c="/"===a.charAt(0),d="/"===a.substr(-1);(a=mb(a.split("/").filter(e=>!!e),!c).join("/"))||c||(a=".");a&&d&&(a+="/");return(c?"/":"")+a},ob=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+
23
23
  c},qb=a=>{if("/"===a)return"/";a=nb(a);a=a.replace(/\/$/,"");var c=a.lastIndexOf("/");return-1===c?a:a.substr(c+1)};function rb(){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){}va("initRandomDevice")}function sb(a){return(sb=rb())(a)}
24
24
  function tb(){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=mb(a.split("/").filter(e=>!!e),!c).join("/");return(c?"/":"")+a||"."}
25
25
  function ub(a,c,d,e){if(!(0<e))return 0;var f=d;e=d+e-1;for(var g=0;g<a.length;++g){var h=a.charCodeAt(g);if(55296<=h&&57343>=h){var n=a.charCodeAt(++g);h=65536+((h&1023)<<10)|n&1023}if(127>=h){if(d>=e)break;c[d++]=h}else{if(2047>=h){if(d+1>=e)break;c[d++]=192|h>>6}else{if(65535>=h){if(d+2>=e)break;c[d++]=224|h>>12}else{if(d+3>=e)break;c[d++]=240|h>>18;c[d++]=128|h>>12&63}c[d++]=128|h>>6&63}c[d++]=128|h&63}}c[d]=0;return d-f}
26
26
  function vb(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=ub(a,d,0,d.length);c&&(d.length=a);return d}var wb=[];function xb(a,c){wb[a]={input:[],output:[],K:c};yb(a,zb)}
27
27
  var zb={open:function(a){var c=wb[a.node.rdev];if(!c)throw new q(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 q(60);for(var f=0,g=0;g<e;g++){try{var h=a.tty.K.ya(a.tty)}catch(n){throw new q(29);}if(void 0===h&&0===f)throw new q(6);if(null===h||void 0===h)break;f++;c[d+g]=h}f&&(a.node.timestamp=Date.now());return f},write:function(a,c,d,e){if(!a.tty||!a.tty.K.ga)throw new q(60);try{for(var f=
28
28
  0;f<e;f++)a.tty.K.ga(a.tty,c[d+f])}catch(g){throw new q(29);}e&&(a.node.timestamp=Date.now());return f}},Ab={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!==
29
- c&&(c+="\n"));if(!c)return null;a.input=vb(c,!0)}return a.input.shift()},ga:function(a,c){null===c||10===c?(sa(db(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(sa(db(a.output,0)),a.output=[])}},Bb={ga:function(a,c){null===c||10===c?(ta(db(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(ta(db(a.output,0)),a.output=[])}},t={v:null,C:function(){return t.createNode(null,"/",16895,0)},createNode:function(a,
30
- c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new q(63);t.v||(t.v={dir:{node:{u:t.h.u,A:t.h.A,lookup:t.h.lookup,V:t.h.V,rename:t.h.rename,unlink:t.h.unlink,rmdir:t.h.rmdir,readdir:t.h.readdir,symlink:t.h.symlink},stream:{D:t.m.D}},file:{node:{u:t.h.u,A:t.h.A},stream:{D:t.m.D,read:t.m.read,write:t.m.write,pa:t.m.pa,Ba:t.m.Ba,Da:t.m.Da}},link:{node:{u:t.h.u,A:t.h.A,readlink:t.h.readlink},stream:{}},qa:{node:{u:t.h.u,A:t.h.A},stream:Cb}});d=Db(a,c,d,e);16384===(d.mode&61440)?(d.h=t.v.dir.node,
31
- d.m=t.v.dir.stream,d.l={}):32768===(d.mode&61440)?(d.h=t.v.file.node,d.m=t.v.file.stream,d.o=0,d.l=null):40960===(d.mode&61440)?(d.h=t.v.link.node,d.m=t.v.link.stream):8192===(d.mode&61440)&&(d.h=t.v.qa.node,d.m=t.v.qa.stream);d.timestamp=Date.now();a&&(a.l[c]=d,a.timestamp=d.timestamp);return d},wb:function(a){return a.l?a.l.subarray?a.l.subarray(0,a.o):new Uint8Array(a.l):new Uint8Array(0)},va:function(a,c){var d=a.l?a.l.length:0;d>=c||(c=Math.max(c,d*(1048576>d?2:1.125)>>>0),0!=d&&(c=Math.max(c,
29
+ c&&(c+="\n"));if(!c)return null;a.input=vb(c,!0)}return a.input.shift()},ga:function(a,c){null===c||10===c?(sa(db(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(sa(db(a.output,0)),a.output=[])}},Bb={ga:function(a,c){null===c||10===c?(ta(db(a.output,0)),a.output=[]):0!=c&&a.output.push(c)},fsync:function(a){a.output&&0<a.output.length&&(ta(db(a.output,0)),a.output=[])}},r={v:null,C:function(){return r.createNode(null,"/",16895,0)},createNode:function(a,
30
+ c,d,e){if(24576===(d&61440)||4096===(d&61440))throw new q(63);r.v||(r.v={dir:{node:{u:r.h.u,A:r.h.A,lookup:r.h.lookup,V:r.h.V,rename:r.h.rename,unlink:r.h.unlink,rmdir:r.h.rmdir,readdir:r.h.readdir,symlink:r.h.symlink},stream:{D:r.m.D}},file:{node:{u:r.h.u,A:r.h.A},stream:{D:r.m.D,read:r.m.read,write:r.m.write,pa:r.m.pa,Ba:r.m.Ba,Da:r.m.Da}},link:{node:{u:r.h.u,A:r.h.A,readlink:r.h.readlink},stream:{}},qa:{node:{u:r.h.u,A:r.h.A},stream:Cb}});d=Db(a,c,d,e);16384===(d.mode&61440)?(d.h=r.v.dir.node,
31
+ d.m=r.v.dir.stream,d.l={}):32768===(d.mode&61440)?(d.h=r.v.file.node,d.m=r.v.file.stream,d.o=0,d.l=null):40960===(d.mode&61440)?(d.h=r.v.link.node,d.m=r.v.link.stream):8192===(d.mode&61440)&&(d.h=r.v.qa.node,d.m=r.v.qa.stream);d.timestamp=Date.now();a&&(a.l[c]=d,a.timestamp=d.timestamp);return d},wb:function(a){return a.l?a.l.subarray?a.l.subarray(0,a.o):new Uint8Array(a.l):new Uint8Array(0)},va:function(a,c){var d=a.l?a.l.length:0;d>=c||(c=Math.max(c,d*(1048576>d?2:1.125)>>>0),0!=d&&(c=Math.max(c,
32
32
  256)),d=a.l,a.l=new Uint8Array(c),0<a.o&&a.l.set(d.subarray(0,a.o),0))},Ya:function(a,c){if(a.o!=c)if(0==c)a.l=null,a.o=0;else{var d=a.l;a.l=new Uint8Array(c);d&&a.l.set(d.subarray(0,Math.min(c,a.o)));a.o=c}},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=
33
- 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&&t.Ya(a,c.size)},lookup:function(){throw Eb[44];},V:function(a,c,d,e){return t.createNode(a,c,d,e)},rename:function(a,c,d){if(16384===(a.mode&61440)){try{var e=Fb(c,d)}catch(g){}if(e)for(var f in e.l)throw new q(55);}delete a.parent.l[a.name];a.parent.timestamp=Date.now();a.name=d;c.l[d]=a;c.timestamp=a.parent.timestamp;
34
- a.parent=c},unlink:function(a,c){delete a.l[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=Fb(a,c),e;for(e in d.l)throw new q(55);delete a.l[c];a.timestamp=Date.now()},readdir:function(a){var c=[".",".."],d;for(d in a.l)a.l.hasOwnProperty(d)&&c.push(d);return c},symlink:function(a,c,d){a=t.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new q(28);return a.link}},m:{read:function(a,c,d,e,f){var g=a.node.l;if(f>=a.node.o)return 0;a=Math.min(a.node.o-
35
- 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===za.buffer&&(g=!1);if(!e)return 0;a=a.node;a.timestamp=Date.now();if(c.subarray&&(!a.l||a.l.subarray)){if(g)return a.l=c.subarray(d,d+e),a.o=e;if(0===a.o&&0===f)return a.l=c.slice(d,d+e),a.o=e;if(f+e<=a.o)return a.l.set(c.subarray(d,d+e),f),e}t.va(a,f+e);if(a.l.subarray&&c.subarray)a.l.set(c.subarray(d,d+e),f);else for(g=0;g<e;g++)a.l[f+g]=c[d+g];a.o=Math.max(a.o,f+
36
- 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 q(28);return c},pa:function(a,c,d){t.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 q(43);a=a.node.l;if(f&2||a.buffer!==za.buffer){if(0<d||d+c<a.length)a=a.subarray?a.subarray(d,d+c):Array.prototype.slice.call(a,d,d+c);d=!0;va();c=void 0;if(!c)throw new q(48);za.set(a,c)}else d=!1,c=a.byteOffset;return{g:c,rb:d}},Da:function(a,
37
- c,d,e){t.m.write(a,c,0,e,d,!1);return 0}}},Gb=null,Hb={},Ib=[],Jb=1,Kb=null,Lb=!0,q=null,Eb={},bb=(a,c={})=>{a=tb(a);if(!a)return{path:"",node:null};c=Object.assign({wa:!0,ha:0},c);if(8<c.ha)throw new q(32);a=a.split("/").filter(h=>!!h);for(var d=Gb,e="/",f=0;f<a.length;f++){var g=f===a.length-1;if(g&&c.parent)break;d=Fb(d,a[f]);e=nb(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=Mb(e),e=tb(pb(e),d),d=bb(e,{ha:c.ha+1}).node,40<g++)throw new q(32);}return{path:e,
33
+ 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&&r.Ya(a,c.size)},lookup:function(){throw Eb[44];},V:function(a,c,d,e){return r.createNode(a,c,d,e)},rename:function(a,c,d){if(16384===(a.mode&61440)){try{var e=Fb(c,d)}catch(g){}if(e)for(var f in e.l)throw new q(55);}delete a.parent.l[a.name];a.parent.timestamp=Date.now();a.name=d;c.l[d]=a;c.timestamp=a.parent.timestamp;
34
+ a.parent=c},unlink:function(a,c){delete a.l[c];a.timestamp=Date.now()},rmdir:function(a,c){var d=Fb(a,c),e;for(e in d.l)throw new q(55);delete a.l[c];a.timestamp=Date.now()},readdir:function(a){var c=[".",".."],d;for(d in a.l)a.l.hasOwnProperty(d)&&c.push(d);return c},symlink:function(a,c,d){a=r.createNode(a,c,41471,0);a.link=d;return a},readlink:function(a){if(40960!==(a.mode&61440))throw new q(28);return a.link}},m:{read:function(a,c,d,e,f){var g=a.node.l;if(f>=a.node.o)return 0;a=Math.min(a.node.o-
35
+ 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===za.buffer&&(g=!1);if(!e)return 0;a=a.node;a.timestamp=Date.now();if(c.subarray&&(!a.l||a.l.subarray)){if(g)return a.l=c.subarray(d,d+e),a.o=e;if(0===a.o&&0===f)return a.l=c.slice(d,d+e),a.o=e;if(f+e<=a.o)return a.l.set(c.subarray(d,d+e),f),e}r.va(a,f+e);if(a.l.subarray&&c.subarray)a.l.set(c.subarray(d,d+e),f);else for(g=0;g<e;g++)a.l[f+g]=c[d+g];a.o=Math.max(a.o,f+
36
+ 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 q(28);return c},pa:function(a,c,d){r.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 q(43);a=a.node.l;if(f&2||a.buffer!==za.buffer){if(0<d||d+c<a.length)a=a.subarray?a.subarray(d,d+c):Array.prototype.slice.call(a,d,d+c);d=!0;va();c=void 0;if(!c)throw new q(48);za.set(a,c)}else d=!1,c=a.byteOffset;return{g:c,rb:d}},Da:function(a,
37
+ c,d,e){r.m.write(a,c,0,e,d,!1);return 0}}},Gb=null,Hb={},Ib=[],Jb=1,Kb=null,Lb=!0,q=null,Eb={},bb=(a,c={})=>{a=tb(a);if(!a)return{path:"",node:null};c=Object.assign({wa:!0,ha:0},c);if(8<c.ha)throw new q(32);a=a.split("/").filter(h=>!!h);for(var d=Gb,e="/",f=0;f<a.length;f++){var g=f===a.length-1;if(g&&c.parent)break;d=Fb(d,a[f]);e=nb(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=Mb(e),e=tb(ob(e),d),d=bb(e,{ha:c.ha+1}).node,40<g++)throw new q(32);}return{path:e,
38
38
  node:d}},Nb=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}},Ob=(a,c)=>{for(var d=0,e=0;e<c.length;e++)d=(d<<5)-d+c.charCodeAt(e)|0;return(a+d>>>0)%Kb.length},Pb=a=>{var c=Ob(a.parent.id,a.name);if(Kb[c]===a)Kb[c]=a.J;else for(c=Kb[c];c;){if(c.J===a){c.J=a.J;break}c=c.J}},Fb=(a,c)=>{var d;if(d=(d=Qb(a,"x"))?d:a.h.lookup?0:2)throw new q(d,a);for(d=Kb[Ob(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,
39
39
  c)},Db=(a,c,d,e)=>{a=new Rb(a,c,d,e);c=Ob(a.parent.id,a.name);a.J=Kb[c];return Kb[c]=a},Sb={r:0,"r+":2,w:577,"w+":578,a:1089,"a+":1090},Tb=a=>{var c=["r","w","rw"][a&3];a&512&&(c+="w");return c},Qb=(a,c)=>{if(Lb)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},Ub=(a,c)=>{try{return Fb(a,c),20}catch(d){}return Qb(a,"wx")},Vb=(a,c,d)=>{try{var e=Fb(a,c)}catch(f){return f.s}if(a=Qb(a,"wx"))return a;if(d){if(16384!==
40
40
  (e.mode&61440))return 54;if(e===e.parent||"/"===Nb(e))return 10}else if(16384===(e.mode&61440))return 31;return 0},Wb=(a=0)=>{for(;4096>=a;a++)if(!Ib[a])return a;throw new q(33);},Yb=(a,c)=>{Xb||(Xb=function(){this.W={}},Xb.prototype={},Object.defineProperties(Xb.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=
@@ -44,23 +44,23 @@ a);Pb(d)},Mb=a=>{a=bb(a).node;if(!a)throw new q(44);if(!a.h.readlink)throw new q
44
44
  (f.mode&61440)&&(c&=-513);if(c&65536&&16384!==(f.mode&61440))throw new q(54);if(!e&&(d=f?40960===(f.mode&61440)?32:16384===(f.mode&61440)&&("r"!==Tb(c)||c&512)?31:Qb(f,Tb(c)):44))throw new q(d);if(c&512&&!e){d=f;d="string"==typeof d?bb(d,{aa:!0}).node:d;if(!d.h.A)throw new q(63);if(16384===(d.mode&61440))throw new q(31);if(32768!==(d.mode&61440))throw new q(28);if(e=Qb(d,"w"))throw new q(e);d.h.A(d,{size:0,timestamp:Date.now()})}c&=-131713;f=Yb({node:f,path:Nb(f),flags:c,seekable:!0,position:0,m:f.m,
45
45
  qb:[],error:!1});f.m.open&&f.m.open(f);!b.logReadFiles||c&1||(dc||(dc={}),a in dc||(dc[a]=1));return f},eb=a=>{if(null===a.fd)throw new q(8);a.fa&&(a.fa=null);try{a.m.close&&a.m.close(a)}catch(c){throw c;}finally{Ib[a.fd]=null}a.fd=null},ec=(a,c,d)=>{if(null===a.fd)throw new q(8);if(!a.seekable||!a.m.D)throw new q(70);if(0!=d&&1!=d&&2!=d)throw new q(28);a.position=a.m.D(a,c,d);a.qb=[]},cb=(a,c,d,e,f)=>{if(0>e||0>f)throw new q(28);if(null===a.fd)throw new q(8);if(1===(a.flags&2097155))throw new q(8);
46
46
  if(16384===(a.node.mode&61440))throw new q(31);if(!a.m.read)throw new q(28);var g="undefined"!=typeof f;if(!g)f=a.position;else if(!a.seekable)throw new q(70);c=a.m.read(a,c,d,e,f);g||(a.position+=c);return c},fc=()=>{q||(q=function(a,c){this.name="ErrnoError";this.node=c;this.Za=function(d){this.s=d};this.Za(a);this.message="FS error"},q.prototype=Error(),q.prototype.constructor=q,[44].forEach(a=>{Eb[a]=new q(a);Eb[a].stack="<generic error, no stack>"}))},gc,hc=(a,c)=>{var d=0;a&&(d|=365);c&&(d|=
47
- 146);return d},jc=(a,c,d)=>{a=nb("/dev/"+a);var e=hc(!!c,!!d);ic||(ic=64);var f=ic++<<8|0;yb(f,{open:g=>{g.seekable=!1},close:()=>{d&&d.buffer&&d.buffer.length&&d(10)},read:(g,h,n,A)=>{for(var r=0,R=0;R<A;R++){try{var Z=c()}catch(Y){throw new q(29);}if(void 0===Z&&0===r)throw new q(6);if(null===Z||void 0===Z)break;r++;h[n+R]=Z}r&&(g.node.timestamp=Date.now());return r},write:(g,h,n,A)=>{for(var r=0;r<A;r++)try{d(h[n+r])}catch(R){throw new q(29);}A&&(g.node.timestamp=Date.now());return r}});ac(a,e,
47
+ 146);return d},jc=(a,c,d)=>{a=nb("/dev/"+a);var e=hc(!!c,!!d);ic||(ic=64);var f=ic++<<8|0;yb(f,{open:g=>{g.seekable=!1},close:()=>{d&&d.buffer&&d.buffer.length&&d(10)},read:(g,h,n,A)=>{for(var t=0,R=0;R<A;R++){try{var Z=c()}catch(Y){throw new q(29);}if(void 0===Z&&0===t)throw new q(6);if(null===Z||void 0===Z)break;t++;h[n+R]=Z}t&&(g.node.timestamp=Date.now());return t},write:(g,h,n,A)=>{for(var t=0;t<A;t++)try{d(h[n+t])}catch(R){throw new q(29);}A&&(g.node.timestamp=Date.now());return t}});ac(a,e,
48
48
  f)},ic,kc={},Xb,dc;function lc(a,c){if("/"===c.charAt(0))return c;a=-100===a?"/":mc(a).path;if(0==c.length)throw new q(44);return nb(a+"/"+c)}var nc=void 0;function oc(){nc+=4;return k[nc-4>>2]}function mc(a){a=Ib[a];if(!a)throw new q(8);return a}var pc=[];function qc(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 rc(a,c){return 0<=a?a:32>=c?2*Math.abs(1<<c-1)+a:Math.pow(2,c)+a}function sc(a){for(var c=a;Aa[c];)++c;return c-a}
49
- function tc(a,c){function d(ma){var O=e;("double"===ma||"i64"===ma)&&O&7&&(O+=4);e=O;"double"===ma?(ma=Ea[e>>3],e+=8):"i64"==ma?(ma=[k[e>>2],k[e+4>>2]],e+=8):(ma=k[e>>2],e+=4);return ma}for(var e=c,f=[],g,h;;){var n=a;g=za[a>>0];if(0===g)break;h=za[a+1>>0];if(37==g){var A=!1,r=c=!1,R=!1,Z=!1;a:for(;;){switch(h){case 43:A=!0;break;case 45:c=!0;break;case 35:r=!0;break;case 48:if(R)break a;else{R=!0;break}case 32:Z=!0;break;default:break a}a++;h=za[a+1>>0]}var Y=0;if(42==h)Y=d("i32"),a++,h=za[a+1>>
49
+ function tc(a,c){function d(ma){var O=e;("double"===ma||"i64"===ma)&&O&7&&(O+=4);e=O;"double"===ma?(ma=Ea[e>>3],e+=8):"i64"==ma?(ma=[k[e>>2],k[e+4>>2]],e+=8):(ma=k[e>>2],e+=4);return ma}for(var e=c,f=[],g,h;;){var n=a;g=za[a>>0];if(0===g)break;h=za[a+1>>0];if(37==g){var A=!1,t=c=!1,R=!1,Z=!1;a:for(;;){switch(h){case 43:A=!0;break;case 45:c=!0;break;case 35:t=!0;break;case 48:if(R)break a;else{R=!0;break}case 32:Z=!0;break;default:break a}a++;h=za[a+1>>0]}var Y=0;if(42==h)Y=d("i32"),a++,h=za[a+1>>
50
50
  0];else for(;48<=h&&57>=h;)Y=10*Y+(h-48),a++,h=za[a+1>>0];var m=!1,M=-1;if(46==h){M=0;m=!0;a++;h=za[a+1>>0];if(42==h)M=d("i32"),a++;else for(;;){h=za[a+1>>0];if(48>h||57<h)break;M=10*M+(h-48);a++}h=za[a+1>>0]}0>M&&(M=6,m=!1);switch(String.fromCharCode(h)){case "h":h=za[a+2>>0];if(104==h){a++;var L=1}else L=2;break;case "l":h=za[a+2>>0];108==h?(a++,L=8):L=4;break;case "L":case "q":case "j":L=8;break;case "z":case "t":case "I":L=4;break;default:L=null}L&&a++;h=za[a+1>>0];switch(String.fromCharCode(h)){case "d":case "i":case "u":case "o":case "x":case "X":case "p":n=
51
- 100==h||105==h;L=L||4;g=d("i"+8*L);8==L&&(g=117==h?(g[0]>>>0)+4294967296*(g[1]>>>0):(g[0]>>>0)+4294967296*g[1]);4>=L&&(g=(n?qc:rc)(g&Math.pow(256,L)-1,8*L));var ha=Math.abs(g);n="";if(100==h||105==h)var B=qc(g,8*L).toString(10);else if(117==h)B=rc(g,8*L).toString(10),g=Math.abs(g);else if(111==h)B=(r?"0":"")+ha.toString(8);else if(120==h||88==h){n=r&&0!=g?"0x":"";if(0>g){g=-g;B=(ha-1).toString(16);ha=[];for(r=0;r<B.length;r++)ha.push((15-parseInt(B[r],16)).toString(16));for(B=ha.join("");B.length<
51
+ 100==h||105==h;L=L||4;g=d("i"+8*L);8==L&&(g=117==h?(g[0]>>>0)+4294967296*(g[1]>>>0):(g[0]>>>0)+4294967296*g[1]);4>=L&&(g=(n?qc:rc)(g&Math.pow(256,L)-1,8*L));var ha=Math.abs(g);n="";if(100==h||105==h)var B=qc(g,8*L).toString(10);else if(117==h)B=rc(g,8*L).toString(10),g=Math.abs(g);else if(111==h)B=(t?"0":"")+ha.toString(8);else if(120==h||88==h){n=t&&0!=g?"0x":"";if(0>g){g=-g;B=(ha-1).toString(16);ha=[];for(t=0;t<B.length;t++)ha.push((15-parseInt(B[t],16)).toString(16));for(B=ha.join("");B.length<
52
52
  2*L;)B="f"+B}else B=ha.toString(16);88==h&&(n=n.toUpperCase(),B=B.toUpperCase())}else 112==h&&(0===ha?B="(nil)":(n="0x",B=ha.toString(16)));if(m)for(;B.length<M;)B="0"+B;0<=g&&(A?n="+"+n:Z&&(n=" "+n));"-"==B.charAt(0)&&(n="-"+n,B=B.substr(1));for(;n.length+B.length<Y;)c?B+=" ":R?B="0"+B:n=" "+n;B=n+B;B.split("").forEach(function(ma){f.push(ma.charCodeAt(0))});break;case "f":case "F":case "e":case "E":case "g":case "G":g=d("double");if(isNaN(g))B="nan",R=!1;else if(isFinite(g)){m=!1;L=Math.min(M,20);
53
- if(103==h||71==h)m=!0,M=M||1,L=parseInt(g.toExponential(L).split("e")[1],10),M>L&&-4<=L?(h=(103==h?"f":"F").charCodeAt(0),M-=L+1):(h=(103==h?"e":"E").charCodeAt(0),M--),L=Math.min(M,20);if(101==h||69==h)B=g.toExponential(L),/[eE][-+]\d$/.test(B)&&(B=B.slice(0,-1)+"0"+B.slice(-1));else if(102==h||70==h)B=g.toFixed(L),0===g&&(0>g||0===g&&-Infinity===1/g)&&(B="-"+B);n=B.split("e");if(m&&!r)for(;1<n[0].length&&n[0].includes(".")&&("0"==n[0].slice(-1)||"."==n[0].slice(-1));)n[0]=n[0].slice(0,-1);else for(r&&
54
- -1==B.indexOf(".")&&(n[0]+=".");M>L++;)n[0]+="0";B=n[0]+(1<n.length?"e"+n[1]:"");69==h&&(B=B.toUpperCase());0<=g&&(A?B="+"+B:Z&&(B=" "+B))}else B=(0>g?"-":"")+"inf",R=!1;for(;B.length<Y;)B=c?B+" ":!R||"-"!=B[0]&&"+"!=B[0]?(R?"0":" ")+B:B[0]+"0"+B.slice(1);97>h&&(B=B.toUpperCase());B.split("").forEach(function(ma){f.push(ma.charCodeAt(0))});break;case "s":R=(A=d("i8*"))?sc(A):6;m&&(R=Math.min(R,M));if(!c)for(;R<Y--;)f.push(32);if(A)for(r=0;r<R;r++)f.push(Aa[A++>>0]);else f=f.concat(vb("(null)".substr(0,
55
- R),!0));if(c)for(;R<Y--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--Y;)f.push(32);c||f.push(d("i8"));break;case "n":c=d("i32*");k[c>>2]=f.length;break;case "%":f.push(g);break;default:for(r=n;r<a+2;r++)f.push(za[r>>0])}a+=2}else f.push(g),a+=1}return f}
53
+ if(103==h||71==h)m=!0,M=M||1,L=parseInt(g.toExponential(L).split("e")[1],10),M>L&&-4<=L?(h=(103==h?"f":"F").charCodeAt(0),M-=L+1):(h=(103==h?"e":"E").charCodeAt(0),M--),L=Math.min(M,20);if(101==h||69==h)B=g.toExponential(L),/[eE][-+]\d$/.test(B)&&(B=B.slice(0,-1)+"0"+B.slice(-1));else if(102==h||70==h)B=g.toFixed(L),0===g&&(0>g||0===g&&-Infinity===1/g)&&(B="-"+B);n=B.split("e");if(m&&!t)for(;1<n[0].length&&n[0].includes(".")&&("0"==n[0].slice(-1)||"."==n[0].slice(-1));)n[0]=n[0].slice(0,-1);else for(t&&
54
+ -1==B.indexOf(".")&&(n[0]+=".");M>L++;)n[0]+="0";B=n[0]+(1<n.length?"e"+n[1]:"");69==h&&(B=B.toUpperCase());0<=g&&(A?B="+"+B:Z&&(B=" "+B))}else B=(0>g?"-":"")+"inf",R=!1;for(;B.length<Y;)B=c?B+" ":!R||"-"!=B[0]&&"+"!=B[0]?(R?"0":" ")+B:B[0]+"0"+B.slice(1);97>h&&(B=B.toUpperCase());B.split("").forEach(function(ma){f.push(ma.charCodeAt(0))});break;case "s":R=(A=d("i8*"))?sc(A):6;m&&(R=Math.min(R,M));if(!c)for(;R<Y--;)f.push(32);if(A)for(t=0;t<R;t++)f.push(Aa[A++>>0]);else f=f.concat(vb("(null)".substr(0,
55
+ R),!0));if(c)for(;R<Y--;)f.push(32);break;case "c":for(c&&f.push(d("i8"));0<--Y;)f.push(32);c||f.push(d("i8"));break;case "n":c=d("i32*");k[c>>2]=f.length;break;case "%":f.push(g);break;default:for(t=n;t<a+2;t++)f.push(za[t>>0])}a+=2}else f.push(g),a+=1}return f}
56
56
  function uc(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 vc(a){wc||(wc={});wc[a]||(wc[a]=1,ka&&(a="warning: "+a),ta(a))}var wc;
57
57
  function xc(a){a:{var c=Error();if(!c.stack){try{throw Error();}catch(M){c=M}if(!c.stack){c="(no stack trace available)";break a}}c=c.stack.toString()}c=c.slice(c.indexOf("\n",Math.max(c.lastIndexOf("_emscripten_log"),c.lastIndexOf("_emscripten_get_callstack")))+1);a&32&&vc("EM_LOG_DEMANGLE is deprecated; ignoring");a&8&&"undefined"==typeof emscripten_source_map&&(vc('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.'),
58
- a=a^8|16);var d=null;if(a&128)for(d=uc(arguments);d[1].includes("_emscripten_");)d=uc(d[0]);var e=c.split("\n");c="";var f=RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)"),g=RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?"),h=RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)"),n;for(n in e){var A=e[n],r;if((r=h.exec(A))&&5==r.length){A=r[1];var R=r[2];var Z=r[3];r=r[4]}else if((r=f.exec(A))||(r=g.exec(A)),r&&4<=r.length)A=r[1],R=r[2],Z=r[3],r=r[4]|0;else{c+=A+"\n";continue}var Y=!1;if(a&8){var m=emscripten_source_map.Cb({line:Z,
59
- La:r});if(Y=m&&m.source)a&64&&(m.source=m.source.substring(m.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+A+" ("+m.source+":"+m.line+":"+m.La+")\n"}if(a&16||!Y)a&64&&(R=R.substring(R.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(Y?" = "+A:" at "+A)+" ("+R+":"+Z+":"+r+")\n";a&128&&d[0]&&(d[1]==A&&0<d[2].length&&(c=c.replace(/\s+$/,""),c+=" with values: "+d[1]+d[2]+"\n"),d=uc(d[0]))}return c=c.replace(/\s+$/,"")}function yc(a){a instanceof gb||"unwind"==a||ea(1,a)}
58
+ a=a^8|16);var d=null;if(a&128)for(d=uc(arguments);d[1].includes("_emscripten_");)d=uc(d[0]);var e=c.split("\n");c="";var f=RegExp("\\s*(.*?)@(.*?):([0-9]+):([0-9]+)"),g=RegExp("\\s*(.*?)@(.*):(.*)(:(.*))?"),h=RegExp("\\s*at (.*?) \\((.*):(.*):(.*)\\)"),n;for(n in e){var A=e[n],t;if((t=h.exec(A))&&5==t.length){A=t[1];var R=t[2];var Z=t[3];t=t[4]}else if((t=f.exec(A))||(t=g.exec(A)),t&&4<=t.length)A=t[1],R=t[2],Z=t[3],t=t[4]|0;else{c+=A+"\n";continue}var Y=!1;if(a&8){var m=emscripten_source_map.Cb({line:Z,
59
+ La:t});if(Y=m&&m.source)a&64&&(m.source=m.source.substring(m.source.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=" at "+A+" ("+m.source+":"+m.line+":"+m.La+")\n"}if(a&16||!Y)a&64&&(R=R.substring(R.replace(/\\/g,"/").lastIndexOf("/")+1)),c+=(Y?" = "+A:" at "+A)+" ("+R+":"+Z+":"+t+")\n";a&128&&d[0]&&(d[1]==A&&0<d[2].length&&(c=c.replace(/\s+$/,""),c+=" with values: "+d[1]+d[2]+"\n"),d=uc(d[0]))}return c=c.replace(/\s+$/,"")}function yc(a){a instanceof gb||"unwind"==a||ea(1,a)}
60
60
  function zc(a){if(!xa)try{if(a(),!noExitRuntime)try{ya=ya=a=ya;if(!noExitRuntime){if(b.onExit)b.onExit(a);xa=!0}ea(a,new gb(a))}catch(c){yc(c)}}catch(c){yc(c)}}var Ac=[];function Bc(a){var c=Ac[a];c||(a>=Ac.length&&(Ac.length=a+1),Ac[a]=c=Ga.get(a));return c}var Cc={},Dc;
61
- function Ec(a,c,d,e,f){function g(){var la=0,Ia=0;O.response&&B&&0===l[a+12>>2]&&(Ia=O.response.byteLength);0<Ia&&(la=Fc(Ia),Aa.set(new Uint8Array(O.response),la));l[a+12>>2]=la;Gc(a+16,Ia);Gc(a+24,0);(la=O.response?O.response.byteLength:0)&&Gc(a+32,la);Ca[a+40>>1]=O.readyState;Ca[a+42>>1]=O.status;O.statusText&&ub(O.statusText,Aa,a+44,64)}var h=l[a+8>>2];if(h){var n=p(h),A=a+112,r=p(A);r||(r="GET");var R=l[A+52>>2],Z=l[A+56>>2],Y=!!l[A+60>>2],m=l[A+68>>2],M=l[A+72>>2];h=l[A+76>>2];var L=l[A+80>>
62
- 2],ha=l[A+84>>2];A=l[A+88>>2];var B=!!(R&1),ma=!!(R&2);R=!!(R&64);m=m?p(m):void 0;M=M?p(M):void 0;var O=new XMLHttpRequest;O.withCredentials=Y;O.open(r,n,!R,m,M);R||(O.timeout=Z);O.Gb=n;O.responseType="arraybuffer";L&&(n=p(L),O.overrideMimeType(n));if(h)for(;;){r=l[h>>2];if(!r)break;n=l[h+4>>2];if(!n)break;h+=8;r=p(r);n=p(n);O.setRequestHeader(r,n)}var Ka=l[a+0>>2];Cc[Ka]=O;h=ha&&A?Aa.slice(ha,ha+A):null;O.onload=la=>{Ka in Cc&&(g(),200<=O.status&&300>O.status?c&&c(a,O,la):d&&d(a,O,la))};O.onerror=
63
- la=>{Ka in Cc&&(g(),d&&d(a,O,la))};O.ontimeout=la=>{Ka in Cc&&d&&d(a,O,la)};O.onprogress=la=>{if(Ka in Cc){var Ia=B&&ma&&O.response?O.response.byteLength:0,ia=0;0<Ia&&B&&ma&&(ia=Fc(Ia),Aa.set(new Uint8Array(O.response),ia));l[a+12>>2]=ia;Gc(a+16,Ia);Gc(a+24,la.loaded-Ia);Gc(a+32,la.total);Ca[a+40>>1]=O.readyState;3<=O.readyState&&0===O.status&&0<la.loaded&&(O.status=200);Ca[a+42>>1]=O.status;O.statusText&&ub(O.statusText,Aa,a+44,64);e&&e(a,O,la);ia&&Hc(ia)}};O.onreadystatechange=la=>{Ka in Cc&&(Ca[a+
61
+ function Ec(a,c,d,e,f){function g(){var la=0,Ja=0;O.response&&B&&0===l[a+12>>2]&&(Ja=O.response.byteLength);0<Ja&&(la=Fc(Ja),Aa.set(new Uint8Array(O.response),la));l[a+12>>2]=la;Gc(a+16,Ja);Gc(a+24,0);(la=O.response?O.response.byteLength:0)&&Gc(a+32,la);Ca[a+40>>1]=O.readyState;Ca[a+42>>1]=O.status;O.statusText&&ub(O.statusText,Aa,a+44,64)}var h=l[a+8>>2];if(h){var n=p(h),A=a+112,t=p(A);t||(t="GET");var R=l[A+52>>2],Z=l[A+56>>2],Y=!!l[A+60>>2],m=l[A+68>>2],M=l[A+72>>2];h=l[A+76>>2];var L=l[A+80>>
62
+ 2],ha=l[A+84>>2];A=l[A+88>>2];var B=!!(R&1),ma=!!(R&2);R=!!(R&64);m=m?p(m):void 0;M=M?p(M):void 0;var O=new XMLHttpRequest;O.withCredentials=Y;O.open(t,n,!R,m,M);R||(O.timeout=Z);O.Gb=n;O.responseType="arraybuffer";L&&(n=p(L),O.overrideMimeType(n));if(h)for(;;){t=l[h>>2];if(!t)break;n=l[h+4>>2];if(!n)break;h+=8;t=p(t);n=p(n);O.setRequestHeader(t,n)}var La=l[a+0>>2];Cc[La]=O;h=ha&&A?Aa.slice(ha,ha+A):null;O.onload=la=>{La in Cc&&(g(),200<=O.status&&300>O.status?c&&c(a,O,la):d&&d(a,O,la))};O.onerror=
63
+ la=>{La in Cc&&(g(),d&&d(a,O,la))};O.ontimeout=la=>{La in Cc&&d&&d(a,O,la)};O.onprogress=la=>{if(La in Cc){var Ja=B&&ma&&O.response?O.response.byteLength:0,ia=0;0<Ja&&B&&ma&&(ia=Fc(Ja),Aa.set(new Uint8Array(O.response),ia));l[a+12>>2]=ia;Gc(a+16,Ja);Gc(a+24,la.loaded-Ja);Gc(a+32,la.total);Ca[a+40>>1]=O.readyState;3<=O.readyState&&0===O.status&&0<la.loaded&&(O.status=200);Ca[a+42>>1]=O.status;O.statusText&&ub(O.statusText,Aa,a+44,64);e&&e(a,O,la);ia&&Hc(ia)}};O.onreadystatechange=la=>{La in Cc&&(Ca[a+
64
64
  40>>1]=O.readyState,2<=O.readyState&&(Ca[a+42>>1]=O.status),f&&f(a,O,la))};try{O.send(h)}catch(la){d&&d(a,O,la)}}else d(a,0,"no url specified!")}function Gc(a,c){l[a>>2]=c;l[a+4>>2]=(c-l[a>>2])/4294967296}
65
65
  function Ic(a,c,d,e){var f=Dc;if(f){var g=l[a+112+64>>2];g||(g=l[a+8>>2]);var h=p(g);try{var n=f.transaction(["FILES"],"readwrite").objectStore("FILES").put(c,h);n.onsuccess=()=>{Ca[a+40>>1]=4;Ca[a+42>>1]=200;ub("OK",Aa,a+44,64);d(a,0,h)};n.onerror=A=>{Ca[a+40>>1]=4;Ca[a+42>>1]=413;ub("Payload Too Large",Aa,a+44,64);e(a,0,A)}}catch(A){e(a,0,A)}}else e(a,0,"IndexedDB not available!")}
66
66
  function Jc(a,c,d){var e=Dc;if(e){var f=l[a+112+64>>2];f||(f=l[a+8>>2]);f=p(f);try{var g=e.transaction(["FILES"],"readonly").objectStore("FILES").get(f);g.onsuccess=h=>{if(h.target.result){h=h.target.result;var n=h.byteLength||h.length,A=Fc(n);Aa.set(new Uint8Array(h),A);l[a+12>>2]=A;Gc(a+16,n);Gc(a+24,0);Gc(a+32,n);Ca[a+40>>1]=4;Ca[a+42>>1]=200;ub("OK",Aa,a+44,64);c(a,0,h)}else Ca[a+40>>1]=4,Ca[a+42>>1]=404,ub("Not Found",Aa,a+44,64),d(a,0,"no data")};g.onerror=h=>{Ca[a+40>>1]=4;Ca[a+42>>1]=404;
@@ -83,12 +83,12 @@ a+")! (error: "+f+")");return}}break;default:Vc(1280);ta("GL_INVALID_ENUM in glG
83
83
  var td=[31,29,31,30,31,30,31,31,30,31,30,31],ud=[31,28,31,30,31,30,31,31,30,31,30,31];
84
84
  function vd(a,c,d,e){function f(m,M,L){for(m="number"==typeof m?m.toString():m||"";m.length<M;)m=L[0]+m;return m}function g(m,M){return f(m,M,"0")}function h(m,M){function L(B){return 0>B?-1:0<B?1:0}var ha;0===(ha=L(m.getFullYear()-M.getFullYear()))&&0===(ha=L(m.getMonth()-M.getMonth()))&&(ha=L(m.getDate()-M.getDate()));return ha}function n(m){switch(m.getDay()){case 0:return new Date(m.getFullYear()-1,11,29);case 1:return m;case 2:return new Date(m.getFullYear(),0,3);case 3:return new Date(m.getFullYear(),
85
85
  0,2);case 4:return new Date(m.getFullYear(),0,1);case 5:return new Date(m.getFullYear()-1,11,31);case 6:return new Date(m.getFullYear()-1,11,30)}}function A(m){var M=m.F;for(m=new Date((new Date(m.G+1900,0,1)).getTime());0<M;){var L=m.getMonth(),ha=(sd(m.getFullYear())?td:ud)[L];if(M>ha-m.getDate())M-=ha-m.getDate()+1,m.setDate(1),11>L?m.setMonth(L+1):(m.setMonth(0),m.setFullYear(m.getFullYear()+1));else{m.setDate(m.getDate()+M);break}}L=new Date(m.getFullYear()+1,0,4);M=n(new Date(m.getFullYear(),
86
- 0,4));L=n(L);return 0>=h(M,m)?0>=h(L,m)?m.getFullYear()+1:m.getFullYear():m.getFullYear()-1}var r=k[e+40>>2];e={ob:k[e>>2],nb:k[e+4>>2],Y:k[e+8>>2],na:k[e+12>>2],Z:k[e+16>>2],G:k[e+20>>2],B:k[e+24>>2],F:k[e+28>>2],Fb:k[e+32>>2],mb:k[e+36>>2],pb:r?p(r):""};d=p(d);r={"%c":"%a %b %d %H:%M:%S %Y","%D":"%m/%d/%y","%F":"%Y-%m-%d","%h":"%b","%r":"%I:%M:%S %p","%R":"%H:%M","%T":"%H:%M:%S","%x":"%m/%d/%y","%X":"%H:%M:%S","%Ec":"%c","%EC":"%C","%Ex":"%m/%d/%y","%EX":"%H:%M:%S","%Ey":"%y","%EY":"%Y","%Od":"%d",
87
- "%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 R in r)d=d.replace(new RegExp(R,"g"),r[R]);var Z="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),Y="January February March April May June July August September October November December".split(" ");r={"%a":function(m){return Z[m.B].substring(0,3)},"%A":function(m){return Z[m.B]},"%b":function(m){return Y[m.Z].substring(0,3)},"%B":function(m){return Y[m.Z]},
86
+ 0,4));L=n(L);return 0>=h(M,m)?0>=h(L,m)?m.getFullYear()+1:m.getFullYear():m.getFullYear()-1}var t=k[e+40>>2];e={ob:k[e>>2],nb:k[e+4>>2],Y:k[e+8>>2],na:k[e+12>>2],Z:k[e+16>>2],G:k[e+20>>2],B:k[e+24>>2],F:k[e+28>>2],Fb:k[e+32>>2],mb:k[e+36>>2],pb:t?p(t):""};d=p(d);t={"%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",
87
+ "%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 R in t)d=d.replace(new RegExp(R,"g"),t[R]);var Z="Sunday Monday Tuesday Wednesday Thursday Friday Saturday".split(" "),Y="January February March April May June July August September October November December".split(" ");t={"%a":function(m){return Z[m.B].substring(0,3)},"%A":function(m){return Z[m.B]},"%b":function(m){return Y[m.Z].substring(0,3)},"%B":function(m){return Y[m.Z]},
88
88
  "%C":function(m){return g((m.G+1900)/100|0,2)},"%d":function(m){return g(m.na,2)},"%e":function(m){return f(m.na,2," ")},"%g":function(m){return A(m).toString().substring(2)},"%G":function(m){return A(m)},"%H":function(m){return g(m.Y,2)},"%I":function(m){m=m.Y;0==m?m=12:12<m&&(m-=12);return g(m,2)},"%j":function(m){for(var M=0,L=0;L<=m.Z-1;M+=(sd(m.G+1900)?td:ud)[L++]);return g(m.na+M,3)},"%m":function(m){return g(m.Z+1,2)},"%M":function(m){return g(m.nb,2)},"%n":function(){return"\n"},"%p":function(m){return 0<=
89
89
  m.Y&&12>m.Y?"AM":"PM"},"%S":function(m){return g(m.ob,2)},"%t":function(){return"\t"},"%u":function(m){return m.B||7},"%U":function(m){return g(Math.floor((m.F+7-m.B)/7),2)},"%V":function(m){var M=Math.floor((m.F+7-(m.B+6)%7)/7);2>=(m.B+371-m.F-2)%7&&M++;if(M)53==M&&(L=(m.B+371-m.F)%7,4==L||3==L&&sd(m.G)||(M=1));else{M=52;var L=(m.B+7-m.F-1)%7;(4==L||5==L&&sd(m.G%400-1))&&M++}return g(M,2)},"%w":function(m){return m.B},"%W":function(m){return g(Math.floor((m.F+7-(m.B+6)%7)/7),2)},"%y":function(m){return(m.G+
90
- 1900).toString().substring(2)},"%Y":function(m){return m.G+1900},"%z":function(m){m=m.mb;var M=0<=m;m=Math.abs(m)/60;return(M?"+":"-")+String("0000"+(m/60*100+m%60)).slice(-4)},"%Z":function(m){return m.pb},"%%":function(){return"%"}};d=d.replace(/%%/g,"\x00\x00");for(R in r)d.includes(R)&&(d=d.replace(new RegExp(R,"g"),r[R](e)));d=d.replace(/\0\0/g,"%");R=vb(d,!1);if(R.length>c)return 0;za.set(R,a);return R.length-1}
91
- function Rb(a,c,d,e){a||(a=this);this.parent=a;this.C=a.C;this.I=null;this.id=Jb++;this.name=c;this.mode=d;this.h={};this.m={};this.rdev=e}Object.defineProperties(Rb.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}}});fc();Kb=Array(4096);Zb(t,"/");$b("/tmp",16895,0);$b("/home",16895,0);$b("/home/web_user",16895,0);
90
+ 1900).toString().substring(2)},"%Y":function(m){return m.G+1900},"%z":function(m){m=m.mb;var M=0<=m;m=Math.abs(m)/60;return(M?"+":"-")+String("0000"+(m/60*100+m%60)).slice(-4)},"%Z":function(m){return m.pb},"%%":function(){return"%"}};d=d.replace(/%%/g,"\x00\x00");for(R in t)d.includes(R)&&(d=d.replace(new RegExp(R,"g"),t[R](e)));d=d.replace(/\0\0/g,"%");R=vb(d,!1);if(R.length>c)return 0;za.set(R,a);return R.length-1}
91
+ function Rb(a,c,d,e){a||(a=this);this.parent=a;this.C=a.C;this.I=null;this.id=Jb++;this.name=c;this.mode=d;this.h={};this.m={};this.rdev=e}Object.defineProperties(Rb.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}}});fc();Kb=Array(4096);Zb(r,"/");$b("/tmp",16895,0);$b("/home",16895,0);$b("/home/web_user",16895,0);
92
92
  (()=>{$b("/dev",16895,0);yb(259,{read:()=>0,write:(e,f,g,h)=>h});ac("/dev/null",259);xb(1280,Ab);xb(1536,Bb);ac("/dev/tty",1280);ac("/dev/tty1",1536);var a=new Uint8Array(1024),c=0,d=()=>{0===c&&(c=sb(a).byteLength);return a[--c]};jc("random",d);jc("urandom",d);$b("/dev/shm",16895,0);$b("/dev/shm/tmp",16895,0)})();
93
93
  (()=>{$b("/proc",16895,0);var a=$b("/proc/self",16895,0);$b("/proc/self/fd",16895,0);Zb({C:()=>{var c=Db(a,"fd",16895,73);c.h={lookup:(d,e)=>{var f=Ib[+e];if(!f)throw new q(8);d={parent:null,C:{Ca:"fake"},h:{readlink:()=>f.path}};return d.parent=d}};return c}},"/proc/self/fd")})();Qa();
94
94
  (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=>{Dc=a;Ra()},()=>{Dc=!1;Ra()});for(var u,wd=new Float32Array(288),xd=0;288>xd;++xd)rd[xd]=wd.subarray(0,xd+1);
@@ -98,13 +98,13 @@ var Dd={__assert_fail:function(a,c,d,e){va("Assertion failed: "+p(a)+", at: "+[c
98
98
  if(!e)throw new q(44);var f=qb(a),g=Fb(e,f),h=Vb(e,f,!1);if(h)throw new q(h);if(!e.h.unlink)throw new q(63);if(g.I)throw new q(10);e.h.unlink(e,f);Pb(g)}else 512===d?cc(c):va("Invalid flags passed to unlinkat");return 0}catch(n){if("undefined"==typeof kc||"ErrnoError"!==n.name)throw n;return-n.s}},_emscripten_fetch_free:function(a){var c=Cc[a];c&&(delete Cc[a],0<c.readyState&&4>c.readyState&&c.abort())},_emscripten_throw_longjmp:function(){throw Infinity;},abort:function(){va("")},emscripten_asm_const_int:function(a,
99
99
  c,d){pc.length=0;var e;for(d>>=2;e=Aa[c++];)d+=105!=e&d,pc.push(105==e?k[d]:Ea[d++>>1]),++d;return fb[a].apply(null,pc)},emscripten_clear_interval:function(a){clearInterval(a)},emscripten_is_main_browser_thread:function(){return!ja},emscripten_log:function(a,c,d){c=tc(c,d);c=db(c,0);a&24&&(c=c.replace(/\s+$/,""),c+=(0<c.length?"\n":"")+xc(a));a&1?a&4?console.error(c):a&2?console.warn(c):a&512?console.info(c):a&256?console.debug(c):console.log(c):a&6?ta(c):sa(c)},emscripten_memcpy_big:function(a,c,
100
100
  d){Aa.copyWithin(a,c,c+d)},emscripten_resize_heap:function(a){var c=Aa.length;a>>>=0;if(2147483648<a)return!1;for(var d=1;4>=d;d*=2){var e=c*(1+.2/d);e=Math.min(e,a+100663296);var f=Math,g=f.min;e=Math.max(a,e);e+=(65536-e%65536)%65536;a:{var h=wa.buffer;try{wa.grow(g.call(f,2147483648,e)-h.byteLength+65535>>>16);Fa();var n=1;break a}catch(A){}n=void 0}if(n)return!0}return!1},emscripten_run_script:function(a){eval(p(a))},emscripten_set_interval:function(a,c,d){return setInterval(function(){zc(function(){Bc(a)(d)})},
101
- c)},emscripten_start_fetch:function(a,c,d,e,f){function g(ia){ha?ia():zc(ia)}var h=a+112,n=p(h),A=l[h+36>>2],r=l[h+40>>2],R=l[h+44>>2],Z=l[h+48>>2],Y=l[h+52>>2],m=!!(Y&4),M=!!(Y&32),L=!!(Y&16),ha=!!(Y&64),B=ia=>{g(()=>{A?Bc(A)(ia):c&&c(ia)})},ma=ia=>{g(()=>{R?Bc(R)(ia):e&&e(ia)})},O=ia=>{g(()=>{r?Bc(r)(ia):d&&d(ia)})},Ka=ia=>{g(()=>{Z?Bc(Z)(ia):f&&f(ia)})};Y=ia=>{Ec(ia,B,O,ma,Ka)};var la=(ia,hy)=>{Ic(ia,hy.response,ob=>{g(()=>{A?Bc(A)(ob):c&&c(ob)})},ob=>{g(()=>{A?Bc(A)(ob):c&&c(ob)})})},Ia=ia=>{Ec(ia,
102
- la,O,ma,Ka)};if("EM_IDB_STORE"===n)n=l[h+84>>2],Ic(a,Aa.slice(n,n+l[h+88>>2]),B,O);else if("EM_IDB_DELETE"===n)Kc(a,B,O);else if(L){if(M)return 0;Ec(a,m?la:B,O,ma,Ka)}else Jc(a,B,M?O:m?Ia:Y);return a},emscripten_webgl_create_context:function(a,c){c>>=2;c={alpha:!!k[c+0],depth:!!k[c+1],stencil:!!k[c+2],antialias:!!k[c+3],premultipliedAlpha:!!k[c+4],preserveDrawingBuffer:!!k[c+5],powerPreference:gd[k[c+6]],failIfMajorPerformanceCaveat:!!k[c+7],za:k[c+8],zb:k[c+9],ua:k[c+10],Na:k[c+11],Db:k[c+12],Eb:k[c+
101
+ c)},emscripten_start_fetch:function(a,c,d,e,f){function g(ia){ha?ia():zc(ia)}var h=a+112,n=p(h),A=l[h+36>>2],t=l[h+40>>2],R=l[h+44>>2],Z=l[h+48>>2],Y=l[h+52>>2],m=!!(Y&4),M=!!(Y&32),L=!!(Y&16),ha=!!(Y&64),B=ia=>{g(()=>{A?Bc(A)(ia):c&&c(ia)})},ma=ia=>{g(()=>{R?Bc(R)(ia):e&&e(ia)})},O=ia=>{g(()=>{t?Bc(t)(ia):d&&d(ia)})},La=ia=>{g(()=>{Z?Bc(Z)(ia):f&&f(ia)})};Y=ia=>{Ec(ia,B,O,ma,La)};var la=(ia,ty)=>{Ic(ia,ty.response,pb=>{g(()=>{A?Bc(A)(pb):c&&c(pb)})},pb=>{g(()=>{A?Bc(A)(pb):c&&c(pb)})})},Ja=ia=>{Ec(ia,
102
+ la,O,ma,La)};if("EM_IDB_STORE"===n)n=l[h+84>>2],Ic(a,Aa.slice(n,n+l[h+88>>2]),B,O);else if("EM_IDB_DELETE"===n)Kc(a,B,O);else if(L){if(M)return 0;Ec(a,m?la:B,O,ma,La)}else Jc(a,B,M?O:m?Ja:Y);return a},emscripten_webgl_create_context:function(a,c){c>>=2;c={alpha:!!k[c+0],depth:!!k[c+1],stencil:!!k[c+2],antialias:!!k[c+3],premultipliedAlpha:!!k[c+4],preserveDrawingBuffer:!!k[c+5],powerPreference:gd[k[c+6]],failIfMajorPerformanceCaveat:!!k[c+7],za:k[c+8],zb:k[c+9],ua:k[c+10],Na:k[c+11],Db:k[c+12],Eb:k[c+
103
103
  13]};a=2<a?p(a):a;a=hd[a]||("undefined"!=typeof document?document.querySelector(a):void 0);return!a||c.Na?0:bd(a,c)},emscripten_webgl_destroy_context:function(a){ad==a&&(ad=0);ad===Tc[a]&&(ad=null);if("object"==typeof fd)for(var c=Tc[a].H.canvas,d=0;d<ed.length;++d)if(ed[d].target==c){var e=d--,f=ed[e];f.target.removeEventListener(f.vb,f.ub,f.Hb);ed.splice(e,1)}Tc[a]&&Tc[a].H.canvas&&(Tc[a].H.canvas.Ja=void 0);Tc[a]=null},emscripten_webgl_make_context_current:function(a){ad=Tc[a];b.sb=u=ad&&ad.H;
104
104
  return!a||u?0:-5},environ_get:function(a,c){var d=0;kd().forEach(function(e,f){var g=c+d;f=l[a+4*f>>2]=g;for(g=0;g<e.length;++g)za[f++>>0]=e.charCodeAt(g);za[f>>0]=0;d+=e.length+1});return 0},environ_sizes_get:function(a,c){var d=kd();l[a>>2]=d.length;var e=0;d.forEach(function(f){e+=f.length+1});l[c>>2]=e;return 0},fd_close:function(a){try{var c=mc(a);eb(c);return 0}catch(d){if("undefined"==typeof kc||"ErrnoError"!==d.name)throw d;return d.s}},fd_read:function(a,c,d,e){try{a:{var f=mc(a);a=c;for(var g,
105
- h=c=0;h<d;h++){var n=l[a>>2],A=l[a+4>>2];a+=8;var r=cb(f,za,n,A,g);if(0>r){var R=-1;break a}c+=r;if(r<A)break;"undefined"!==typeof g&&(g+=r)}R=c}l[e>>2]=R;return 0}catch(Z){if("undefined"==typeof kc||"ErrnoError"!==Z.name)throw Z;return Z.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=mc(a);ec(g,c,e);$a=[g.position>>>0,(Za=g.position,1<=+Math.abs(Za)?0<Za?(Math.min(+Math.floor(Za/4294967296),4294967295)|0)>>>0:~~+Math.ceil((Za-
106
- +(~~Za>>>0))/4294967296)>>>0:0)];k[f>>2]=$a[0];k[f+4>>2]=$a[1];g.fa&&0===c&&0===e&&(g.fa=null);return 0}catch(h){if("undefined"==typeof kc||"ErrnoError"!==h.name)throw h;return h.s}},fd_write:function(a,c,d,e){try{a:{var f=mc(a);a=c;for(var g,h=c=0;h<d;h++){var n=l[a>>2],A=l[a+4>>2];a+=8;var r=f,R=n,Z=A,Y=g,m=za;if(0>Z||0>Y)throw new q(28);if(null===r.fd)throw new q(8);if(0===(r.flags&2097155))throw new q(8);if(16384===(r.node.mode&61440))throw new q(31);if(!r.m.write)throw new q(28);r.seekable&&
107
- r.flags&1024&&ec(r,0,2);var M="undefined"!=typeof Y;if(!M)Y=r.position;else if(!r.seekable)throw new q(70);var L=r.m.write(r,m,R,Z,Y,void 0);M||(r.position+=L);var ha=L;if(0>ha){var B=-1;break a}c+=ha;"undefined"!==typeof g&&(g+=ha)}B=c}l[e>>2]=B;return 0}catch(ma){if("undefined"==typeof kc||"ErrnoError"!==ma.name)throw ma;return ma.s}},getentropy:function(a,c){sb(Aa.subarray(a,a+c));return 0},glAttachShader:function(a,c){u.attachShader(Qc[a],Rc[c])},glBindAttribLocation:function(a,c,d){u.bindAttribLocation(Qc[a],
105
+ h=c=0;h<d;h++){var n=l[a>>2],A=l[a+4>>2];a+=8;var t=cb(f,za,n,A,g);if(0>t){var R=-1;break a}c+=t;if(t<A)break;"undefined"!==typeof g&&(g+=t)}R=c}l[e>>2]=R;return 0}catch(Z){if("undefined"==typeof kc||"ErrnoError"!==Z.name)throw Z;return Z.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=mc(a);ec(g,c,e);$a=[g.position>>>0,(Za=g.position,1<=+Math.abs(Za)?0<Za?(Math.min(+Math.floor(Za/4294967296),4294967295)|0)>>>0:~~+Math.ceil((Za-
106
+ +(~~Za>>>0))/4294967296)>>>0:0)];k[f>>2]=$a[0];k[f+4>>2]=$a[1];g.fa&&0===c&&0===e&&(g.fa=null);return 0}catch(h){if("undefined"==typeof kc||"ErrnoError"!==h.name)throw h;return h.s}},fd_write:function(a,c,d,e){try{a:{var f=mc(a);a=c;for(var g,h=c=0;h<d;h++){var n=l[a>>2],A=l[a+4>>2];a+=8;var t=f,R=n,Z=A,Y=g,m=za;if(0>Z||0>Y)throw new q(28);if(null===t.fd)throw new q(8);if(0===(t.flags&2097155))throw new q(8);if(16384===(t.node.mode&61440))throw new q(31);if(!t.m.write)throw new q(28);t.seekable&&
107
+ t.flags&1024&&ec(t,0,2);var M="undefined"!=typeof Y;if(!M)Y=t.position;else if(!t.seekable)throw new q(70);var L=t.m.write(t,m,R,Z,Y,void 0);M||(t.position+=L);var ha=L;if(0>ha){var B=-1;break a}c+=ha;"undefined"!==typeof g&&(g+=ha)}B=c}l[e>>2]=B;return 0}catch(ma){if("undefined"==typeof kc||"ErrnoError"!==ma.name)throw ma;return ma.s}},getentropy:function(a,c){sb(Aa.subarray(a,a+c));return 0},glAttachShader:function(a,c){u.attachShader(Qc[a],Rc[c])},glBindAttribLocation:function(a,c,d){u.bindAttribLocation(Qc[a],
108
108
  c,p(d))},glBindBuffer:function(a,c){34962==a?u.M=c:34963==a&&(u.N=c);35051==a?u.ra=c:35052==a&&(u.sa=c);u.bindBuffer(a,Pc[c])},glBindVertexArray:function(a){u.bindVertexArray(Sc[a]);a=u.getParameter(34965);u.N=a?a.name|0:0},glBufferData:function(a,c,d,e){2<=ad.version?d&&c?u.bufferData(a,Aa,e,d,c):u.bufferData(a,c,e):u.bufferData(a,d?Aa.subarray(d,d+c):c,e)},glClear:function(a){u.clear(a)},glClearColor:function(a,c,d,e){u.clearColor(a,c,d,e)},glClearStencil:function(a){u.clearStencil(a)},glColorMask:function(a,
109
109
  c,d,e){u.colorMask(!!a,!!c,!!d,!!e)},glCompileShader:function(a){u.compileShader(Rc[a])},glCreateProgram:function(){var a=Xc(Qc),c=u.createProgram();c.name=a;c.U=c.S=c.T=0;c.oa=1;Qc[a]=c;return a},glCreateShader:function(a){var c=Xc(Rc);Rc[c]=u.createShader(a);return c},glDeleteBuffers:function(a,c){for(var d=0;d<a;d++){var e=k[c+4*d>>2],f=Pc[e];f&&(u.deleteBuffer(f),f.name=0,Pc[e]=null,e==u.M&&(u.M=0),e==u.N&&(u.N=0),e==u.ra&&(u.ra=0),e==u.sa&&(u.sa=0))}},glDeleteProgram:function(a){if(a){var c=
110
110
  Qc[a];c?(u.deleteProgram(c),c.name=0,Qc[a]=null):Vc(1281)}},glDeleteShader:function(a){if(a){var c=Rc[a];c?(u.deleteShader(c),Rc[a]=null):Vc(1281)}},glDeleteVertexArrays:function(a,c){for(var d=0;d<a;d++){var e=k[c+4*d>>2];u.deleteVertexArray(Sc[e]);Sc[e]=null}},glDepthMask:function(a){u.depthMask(!!a)},glDisable:function(a){u.disable(a)},glDrawArrays:function(a,c,d){Zc(c+d);u.drawArrays(a,c,d);$c&&u.bindBuffer(34962,Pc[u.M])},glDrawElements:function(a,c,d,e){if(!u.N){var f=1*Uc[d-5120]*c;var g=Yc(f);
@@ -112,11 +112,11 @@ var h=ad.L[g];h?g=h:(h=u.getParameter(34965),ad.L[g]=u.createBuffer(),u.bindBuff
112
112
  glGenBuffers:function(a,c){md(a,c,"createBuffer",Pc)},glGenVertexArrays:function(a,c){md(a,c,"createVertexArray",Sc)},glGetActiveAttrib:function(a,c,d,e,f,g,h){nd("getActiveAttrib",a,c,d,e,f,g,h)},glGetActiveUniform:function(a,c,d,e,f,g,h){nd("getActiveUniform",a,c,d,e,f,g,h)},glGetAttribLocation:function(a,c){return u.getAttribLocation(Qc[a],p(c))},glGetBooleanv:function(a,c){od(a,c)},glGetError:function(){var a=u.getError()||Wc;Wc=0;return a},glGetProgramInfoLog:function(a,c,d,e){a=u.getProgramInfoLog(Qc[a]);
113
113
  null===a&&(a="(unknown error)");c=0<c&&e?ub(a,Aa,e,c):0;d&&(k[d>>2]=c)},glGetProgramiv:function(a,c,d){if(d)if(a>=Oc)Vc(1281);else if(a=Qc[a],35716==c)a=u.getProgramInfoLog(a),null===a&&(a="(unknown error)"),k[d>>2]=a.length+1;else if(35719==c){if(!a.U)for(c=0;c<u.getProgramParameter(a,35718);++c)a.U=Math.max(a.U,u.getActiveUniform(a,c).name.length+1);k[d>>2]=a.U}else if(35722==c){if(!a.S)for(c=0;c<u.getProgramParameter(a,35721);++c)a.S=Math.max(a.S,u.getActiveAttrib(a,c).name.length+1);k[d>>2]=a.S}else if(35381==
114
114
  c){if(!a.T)for(c=0;c<u.getProgramParameter(a,35382);++c)a.T=Math.max(a.T,u.getActiveUniformBlockName(a,c).length+1);k[d>>2]=a.T}else k[d>>2]=u.getProgramParameter(a,c);else Vc(1281)},glGetShaderiv:function(a,c,d){d?35716==c?(a=u.getShaderInfoLog(Rc[a]),null===a&&(a="(unknown error)"),k[d>>2]=a?a.length+1:0):35720==c?(a=u.getShaderSource(Rc[a]),k[d>>2]=a?a.length+1:0):k[d>>2]=u.getShaderParameter(Rc[a],c):Vc(1281)},glGetUniformLocation:function(a,c){c=p(c);if(a=Qc[a]){var d=a,e=d.P,f=d.Ha,g;if(!e)for(d.P=
115
- e={},d.Ga={},g=0;g<u.getProgramParameter(d,35718);++g){var h=u.getActiveUniform(d,g);var n=h.name;h=h.size;var A=pd(n);A=0<A?n.slice(0,A):n;var r=d.oa;d.oa+=h;f[A]=[h,r];for(n=0;n<h;++n)e[r]=n,d.Ga[r++]=A}d=a.P;e=0;f=c;g=pd(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]=d[e]||u.getUniformLocation(a,c)))return e}else Vc(1281);return-1},glLineWidth:function(a){u.lineWidth(a)},glLinkProgram:function(a){a=Qc[a];u.linkProgram(a);a.P=0;a.Ha={}},glShaderSource:function(a,
115
+ e={},d.Ga={},g=0;g<u.getProgramParameter(d,35718);++g){var h=u.getActiveUniform(d,g);var n=h.name;h=h.size;var A=pd(n);A=0<A?n.slice(0,A):n;var t=d.oa;d.oa+=h;f[A]=[h,t];for(n=0;n<h;++n)e[t]=n,d.Ga[t++]=A}d=a.P;e=0;f=c;g=pd(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]=d[e]||u.getUniformLocation(a,c)))return e}else Vc(1281);return-1},glLineWidth:function(a){u.lineWidth(a)},glLinkProgram:function(a){a=Qc[a];u.linkProgram(a);a.P=0;a.Ha={}},glShaderSource:function(a,
116
116
  c,d,e){for(var f="",g=0;g<c;++g){var h=e?k[e+4*g>>2]:-1;f+=p(k[d+4*g>>2],0>h?void 0:h)}u.shaderSource(Rc[a],f)},glStencilFunc:function(a,c,d){u.stencilFunc(a,c,d)},glStencilMask:function(a){u.stencilMask(a)},glStencilOp:function(a,c,d){u.stencilOp(a,c,d)},glUniform1i:function(a,c){u.uniform1i(qd(a),c)},glUniform4f:function(a,c,d,e,f){u.uniform4f(qd(a),c,d,e,f)},glUniform4fv:function(a,c,d){if(2<=ad.version)c&&u.uniform4fv(qd(a),Da,d>>2,4*c);else{if(72>=c){var e=rd[4*c-1],f=Da;d>>=2;for(var g=0;g<
117
117
  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=Da.subarray(d>>2,d+16*c>>2);u.uniform4fv(qd(a),e)}},glUniformMatrix4fv:function(a,c,d,e){if(2<=ad.version)c&&u.uniformMatrix4fv(qd(a),!!d,Da,e>>2,16*c);else{if(18>=c){var f=rd[16*c-1],g=Da;e>>=2;for(var h=0;h<16*c;h+=16){var n=e+h;f[h]=g[n];f[h+1]=g[n+1];f[h+2]=g[n+2];f[h+3]=g[n+3];f[h+4]=g[n+4];f[h+5]=g[n+5];f[h+6]=g[n+6];f[h+7]=g[n+7];f[h+8]=g[n+8];f[h+9]=g[n+9];f[h+10]=g[n+10];f[h+11]=g[n+11];f[h+12]=g[n+12];f[h+13]=
118
- g[n+13];f[h+14]=g[n+14];f[h+15]=g[n+15]}}else f=Da.subarray(e>>2,e+64*c>>2);u.uniformMatrix4fv(qd(a),!!d,f)}},glUseProgram:function(a){a=Qc[a];u.useProgram(a);u.Ma=a},glVertexAttribDivisor:function(a,c){u.vertexAttribDivisor(a,c)},glVertexAttribPointer:function(a,c,d,e,f,g){var h=ad.R[a];u.M?(h.$=!1,u.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(n,A,r,R,Z,Y){this.vertexAttribPointer(n,A,r,R,Z,Y)})},invoke_ii:zd,invoke_iiii:Ad,invoke_vi:Bd,invoke_vii:Cd,
119
- strftime_l:function(a,c,d,e){return vd(a,c,d,e)}};(function(){function a(d){d=d.exports;b.asm=d;wa=b.asm.memory;Fa();Ga=b.asm.__indirect_function_table;Ja.unshift(b.asm.__wasm_call_ctors);Ra();return d}var c={env:Dd,wasi_snapshot_preview1:Dd};Qa();if(b.instantiateWasm)try{return b.instantiateWasm(c,a)}catch(d){ta("Module.instantiateWasm callback failed with error: "+d),ba(d)}Ya(c,function(d){a(d.instance)}).catch(ba);return{}})();
118
+ g[n+13];f[h+14]=g[n+14];f[h+15]=g[n+15]}}else f=Da.subarray(e>>2,e+64*c>>2);u.uniformMatrix4fv(qd(a),!!d,f)}},glUseProgram:function(a){a=Qc[a];u.useProgram(a);u.Ma=a},glVertexAttribDivisor:function(a,c){u.vertexAttribDivisor(a,c)},glVertexAttribPointer:function(a,c,d,e,f,g){var h=ad.R[a];u.M?(h.$=!1,u.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(n,A,t,R,Z,Y){this.vertexAttribPointer(n,A,t,R,Z,Y)})},invoke_ii:zd,invoke_iiii:Ad,invoke_vi:Bd,invoke_vii:Cd,
119
+ strftime_l:function(a,c,d,e){return vd(a,c,d,e)}};(function(){function a(d){d=d.exports;b.asm=d;wa=b.asm.memory;Fa();Ga=b.asm.__indirect_function_table;Ia.unshift(b.asm.__wasm_call_ctors);Ra();return d}var c={env:Dd,wasi_snapshot_preview1:Dd};Qa();if(b.instantiateWasm)try{return b.instantiateWasm(c,a)}catch(d){ta("Module.instantiateWasm callback failed with error: "+d),ba(d)}Ya(c,function(d){a(d.instance)}).catch(ba);return{}})();
120
120
  var Ed=b._emscripten_bind_MdRxObject_getObjectName_0=function(){return(Ed=b._emscripten_bind_MdRxObject_getObjectName_0=b.asm.emscripten_bind_MdRxObject_getObjectName_0).apply(null,arguments)},Fd=b._emscripten_bind_MdRxObject_getDxf0_0=function(){return(Fd=b._emscripten_bind_MdRxObject_getDxf0_0=b.asm.emscripten_bind_MdRxObject_getDxf0_0).apply(null,arguments)},Gd=b._emscripten_bind_MdRxObject_getJson_0=function(){return(Gd=b._emscripten_bind_MdRxObject_getJson_0=b.asm.emscripten_bind_MdRxObject_getJson_0).apply(null,
121
121
  arguments)},Hd=b._emscripten_bind_MdRxObject_setJson_1=function(){return(Hd=b._emscripten_bind_MdRxObject_setJson_1=b.asm.emscripten_bind_MdRxObject_setJson_1).apply(null,arguments)},Id=b._emscripten_bind_MdDbObject_GetObjectID_0=function(){return(Id=b._emscripten_bind_MdDbObject_GetObjectID_0=b.asm.emscripten_bind_MdDbObject_GetObjectID_0).apply(null,arguments)},Jd=b._emscripten_bind_MdDbObject_Erase_0=function(){return(Jd=b._emscripten_bind_MdDbObject_Erase_0=b.asm.emscripten_bind_MdDbObject_Erase_0).apply(null,
122
122
  arguments)},Kd=b._emscripten_bind_MdDbObject_ConnectionTempObject_1=function(){return(Kd=b._emscripten_bind_MdDbObject_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbObject_ConnectionTempObject_1).apply(null,arguments)},Ld=b._emscripten_bind_MdDbObject_Clone_0=function(){return(Ld=b._emscripten_bind_MdDbObject_Clone_0=b.asm.emscripten_bind_MdDbObject_Clone_0).apply(null,arguments)},Md=b._emscripten_bind_MdDbObject_GetHandle_0=function(){return(Md=b._emscripten_bind_MdDbObject_GetHandle_0=b.asm.emscripten_bind_MdDbObject_GetHandle_0).apply(null,
@@ -195,324 +195,328 @@ arguments)},Eh=b._emscripten_bind_MdGePoint3d_get_x_0=function(){return(Eh=b._em
195
195
  arguments)},Hh=b._emscripten_bind_MdGePoint3d_set_y_1=function(){return(Hh=b._emscripten_bind_MdGePoint3d_set_y_1=b.asm.emscripten_bind_MdGePoint3d_set_y_1).apply(null,arguments)},Ih=b._emscripten_bind_MdGePoint3d_get_z_0=function(){return(Ih=b._emscripten_bind_MdGePoint3d_get_z_0=b.asm.emscripten_bind_MdGePoint3d_get_z_0).apply(null,arguments)},Jh=b._emscripten_bind_MdGePoint3d_set_z_1=function(){return(Jh=b._emscripten_bind_MdGePoint3d_set_z_1=b.asm.emscripten_bind_MdGePoint3d_set_z_1).apply(null,
196
196
  arguments)},Kh=b._emscripten_bind_MdGePoint3d___destroy___0=function(){return(Kh=b._emscripten_bind_MdGePoint3d___destroy___0=b.asm.emscripten_bind_MdGePoint3d___destroy___0).apply(null,arguments)},Lh=b._emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0=function(){return(Lh=b._emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0=b.asm.emscripten_bind_MdGePoint3dArray_MdGePoint3dArray_0).apply(null,arguments)},Mh=b._emscripten_bind_MdGePoint3dArray_append_1=function(){return(Mh=b._emscripten_bind_MdGePoint3dArray_append_1=
197
197
  b.asm.emscripten_bind_MdGePoint3dArray_append_1).apply(null,arguments)},Nh=b._emscripten_bind_MdGePoint3dArray_length_0=function(){return(Nh=b._emscripten_bind_MdGePoint3dArray_length_0=b.asm.emscripten_bind_MdGePoint3dArray_length_0).apply(null,arguments)},Oh=b._emscripten_bind_MdGePoint3dArray_at_1=function(){return(Oh=b._emscripten_bind_MdGePoint3dArray_at_1=b.asm.emscripten_bind_MdGePoint3dArray_at_1).apply(null,arguments)},Ph=b._emscripten_bind_MdGePoint3dArray_setAt_2=function(){return(Ph=b._emscripten_bind_MdGePoint3dArray_setAt_2=
198
- b.asm.emscripten_bind_MdGePoint3dArray_setAt_2).apply(null,arguments)},Qh=b._emscripten_bind_MdGePoint3dArray___destroy___0=function(){return(Qh=b._emscripten_bind_MdGePoint3dArray___destroy___0=b.asm.emscripten_bind_MdGePoint3dArray___destroy___0).apply(null,arguments)},Rh=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=function(){return(Rh=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},Sh=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=
199
- function(){return(Sh=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},Th=b._emscripten_bind_MdGeVector3d_rotateBy_2=function(){return(Th=b._emscripten_bind_MdGeVector3d_rotateBy_2=b.asm.emscripten_bind_MdGeVector3d_rotateBy_2).apply(null,arguments)},Uh=b._emscripten_bind_MdGeVector3d_negate_0=function(){return(Uh=b._emscripten_bind_MdGeVector3d_negate_0=b.asm.emscripten_bind_MdGeVector3d_negate_0).apply(null,arguments)},Vh=b._emscripten_bind_MdGeVector3d_perpVector_0=
200
- function(){return(Vh=b._emscripten_bind_MdGeVector3d_perpVector_0=b.asm.emscripten_bind_MdGeVector3d_perpVector_0).apply(null,arguments)},Wh=b._emscripten_bind_MdGeVector3d_angleTo_1=function(){return(Wh=b._emscripten_bind_MdGeVector3d_angleTo_1=b.asm.emscripten_bind_MdGeVector3d_angleTo_1).apply(null,arguments)},Xh=b._emscripten_bind_MdGeVector3d_angleTo_2=function(){return(Xh=b._emscripten_bind_MdGeVector3d_angleTo_2=b.asm.emscripten_bind_MdGeVector3d_angleTo_2).apply(null,arguments)},Yh=b._emscripten_bind_MdGeVector3d_normalize_0=
201
- function(){return(Yh=b._emscripten_bind_MdGeVector3d_normalize_0=b.asm.emscripten_bind_MdGeVector3d_normalize_0).apply(null,arguments)},Zh=b._emscripten_bind_MdGeVector3d_length_0=function(){return(Zh=b._emscripten_bind_MdGeVector3d_length_0=b.asm.emscripten_bind_MdGeVector3d_length_0).apply(null,arguments)},$h=b._emscripten_bind_MdGeVector3d_isUnitLength_0=function(){return($h=b._emscripten_bind_MdGeVector3d_isUnitLength_0=b.asm.emscripten_bind_MdGeVector3d_isUnitLength_0).apply(null,arguments)},
202
- ai=b._emscripten_bind_MdGeVector3d_isZeroLength_0=function(){return(ai=b._emscripten_bind_MdGeVector3d_isZeroLength_0=b.asm.emscripten_bind_MdGeVector3d_isZeroLength_0).apply(null,arguments)},bi=b._emscripten_bind_MdGeVector3d_dotProduct_1=function(){return(bi=b._emscripten_bind_MdGeVector3d_dotProduct_1=b.asm.emscripten_bind_MdGeVector3d_dotProduct_1).apply(null,arguments)},ci=b._emscripten_bind_MdGeVector3d_crossProduct_1=function(){return(ci=b._emscripten_bind_MdGeVector3d_crossProduct_1=b.asm.emscripten_bind_MdGeVector3d_crossProduct_1).apply(null,
203
- arguments)},di=b._emscripten_bind_MdGeVector3d_isEqualTo_1=function(){return(di=b._emscripten_bind_MdGeVector3d_isEqualTo_1=b.asm.emscripten_bind_MdGeVector3d_isEqualTo_1).apply(null,arguments)},ei=b._emscripten_bind_MdGeVector3d_get_x_0=function(){return(ei=b._emscripten_bind_MdGeVector3d_get_x_0=b.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},fi=b._emscripten_bind_MdGeVector3d_set_x_1=function(){return(fi=b._emscripten_bind_MdGeVector3d_set_x_1=b.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,
204
- arguments)},gi=b._emscripten_bind_MdGeVector3d_get_y_0=function(){return(gi=b._emscripten_bind_MdGeVector3d_get_y_0=b.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},hi=b._emscripten_bind_MdGeVector3d_set_y_1=function(){return(hi=b._emscripten_bind_MdGeVector3d_set_y_1=b.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},ii=b._emscripten_bind_MdGeVector3d_get_z_0=function(){return(ii=b._emscripten_bind_MdGeVector3d_get_z_0=b.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,
205
- arguments)},ji=b._emscripten_bind_MdGeVector3d_set_z_1=function(){return(ji=b._emscripten_bind_MdGeVector3d_set_z_1=b.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},ki=b._emscripten_bind_MdGeVector3d___destroy___0=function(){return(ki=b._emscripten_bind_MdGeVector3d___destroy___0=b.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},li=b._emscripten_bind_MdDbLongArray_MdDbLongArray_0=function(){return(li=b._emscripten_bind_MdDbLongArray_MdDbLongArray_0=b.asm.emscripten_bind_MdDbLongArray_MdDbLongArray_0).apply(null,
206
- arguments)},mi=b._emscripten_bind_MdDbLongArray_append_1=function(){return(mi=b._emscripten_bind_MdDbLongArray_append_1=b.asm.emscripten_bind_MdDbLongArray_append_1).apply(null,arguments)},ni=b._emscripten_bind_MdDbLongArray_length_0=function(){return(ni=b._emscripten_bind_MdDbLongArray_length_0=b.asm.emscripten_bind_MdDbLongArray_length_0).apply(null,arguments)},oi=b._emscripten_bind_MdDbLongArray_at_1=function(){return(oi=b._emscripten_bind_MdDbLongArray_at_1=b.asm.emscripten_bind_MdDbLongArray_at_1).apply(null,
207
- arguments)},pi=b._emscripten_bind_MdDbLongArray_setAt_2=function(){return(pi=b._emscripten_bind_MdDbLongArray_setAt_2=b.asm.emscripten_bind_MdDbLongArray_setAt_2).apply(null,arguments)},qi=b._emscripten_bind_MdDbLongArray___destroy___0=function(){return(qi=b._emscripten_bind_MdDbLongArray___destroy___0=b.asm.emscripten_bind_MdDbLongArray___destroy___0).apply(null,arguments)},ri=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(ri=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=b.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,
208
- arguments)},si=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(si=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=b.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},ti=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(ti=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=b.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},ui=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(ui=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=
209
- b.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},vi=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(vi=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=b.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},wi=b._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(wi=b._emscripten_bind_MdGeMatrix3d_invert_0=b.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},xi=b._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(xi=
210
- b._emscripten_bind_MdGeMatrix3d_isSingular_0=b.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},yi=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(yi=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=b.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},zi=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=function(){return(zi=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=b.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Ai=b._emscripten_bind_MdGeMatrix3d_det_0=
211
- function(){return(Ai=b._emscripten_bind_MdGeMatrix3d_det_0=b.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Bi=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Bi=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=b.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Ci=b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Ci=b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=b.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,
212
- arguments)},Di=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Di=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=b.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Ei=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Ei=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=b.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},Fi=b._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(Fi=b._emscripten_bind_MdGeMatrix3d_scale_0=
213
- b.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Gi=b._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Gi=b._emscripten_bind_MdGeMatrix3d_getData_2=b.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Hi=b._emscripten_bind_MdGeMatrix3d_copy_1=function(){return(Hi=b._emscripten_bind_MdGeMatrix3d_copy_1=b.asm.emscripten_bind_MdGeMatrix3d_copy_1).apply(null,arguments)},Ii=b._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Ii=b._emscripten_bind_MdGeMatrix3d___destroy___0=
214
- b.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Ji=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Ji=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=b.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,arguments)},Ki=b._emscripten_bind_MdDbLayerTableRecord_getName_0=function(){return(Ki=b._emscripten_bind_MdDbLayerTableRecord_getName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,
215
- arguments)},Li=b._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(Li=b._emscripten_bind_MdDbLayerTableRecord_setName_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,arguments)},Mi=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return(Mi=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,arguments)},Ni=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return(Ni=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=
216
- b.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},Oi=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(Oi=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},Pi=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=function(){return(Pi=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},Qi=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=
217
- function(){return(Qi=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,arguments)},Ri=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return(Ri=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,arguments)},Si=b._emscripten_bind_MdDbLayerTableRecord_color_0=function(){return(Si=b._emscripten_bind_MdDbLayerTableRecord_color_0=b.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,
218
- arguments)},Ti=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(Ti=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},Ui=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(Ui=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=b.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,arguments)},Vi=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=
219
- function(){return(Vi=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,arguments)},Wi=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(Wi=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=b.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,arguments)},Xi=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=function(){return(Xi=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=
220
- b.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},Yi=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=function(){return(Yi=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetObjectID_0).apply(null,arguments)},Zi=b._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(Zi=b._emscripten_bind_MdDbLayerTableRecord_Erase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,arguments)},$i=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=
221
- function(){return($i=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,arguments)},aj=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return(aj=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,arguments)},bj=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=function(){return(bj=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetHandle_0).apply(null,
222
- arguments)},cj=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=function(){return(cj=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetDatabase_0).apply(null,arguments)},dj=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=function(){return(dj=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0).apply(null,arguments)},ej=b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(ej=
223
- b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},fj=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=function(){return(fj=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,arguments)},gj=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=function(){return(gj=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,
224
- arguments)},hj=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(hj=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,arguments)},ij=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=function(){return(ij=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,arguments)},jj=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(jj=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=
225
- b.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},kj=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=function(){return(kj=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTable_GetObjectID_0).apply(null,arguments)},lj=b._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(lj=b._emscripten_bind_MdDbLayerTable_Erase_0=b.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},mj=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=
226
- function(){return(mj=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},nj=b._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(nj=b._emscripten_bind_MdDbLayerTable_Clone_0=b.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},oj=b._emscripten_bind_MdDbLayerTable_GetHandle_0=function(){return(oj=b._emscripten_bind_MdDbLayerTable_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTable_GetHandle_0).apply(null,
227
- arguments)},pj=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=function(){return(pj=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=b.asm.emscripten_bind_MdDbLayerTable_GetDatabase_0).apply(null,arguments)},qj=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=function(){return(qj=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTable_GetOwnerID_0).apply(null,arguments)},rj=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(rj=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=
228
- b.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},sj=b._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(sj=b._emscripten_bind_MdDbLayerTable_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},tj=b._emscripten_bind_MdDbLayerTable_getDxf0_0=function(){return(tj=b._emscripten_bind_MdDbLayerTable_getDxf0_0=b.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},uj=b._emscripten_bind_MdDbLayerTable_getJson_0=
229
- function(){return(uj=b._emscripten_bind_MdDbLayerTable_getJson_0=b.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},vj=b._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(vj=b._emscripten_bind_MdDbLayerTable_setJson_1=b.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},wj=b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=function(){return(wj=b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetObjectID_0).apply(null,
230
- arguments)},xj=b._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(xj=b._emscripten_bind_MdDbLinetypeTable_Erase_0=b.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},yj=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(yj=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,arguments)},zj=b._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(zj=b._emscripten_bind_MdDbLinetypeTable_Clone_0=
231
- b.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},Aj=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=function(){return(Aj=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetHandle_0).apply(null,arguments)},Bj=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=function(){return(Bj=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetDatabase_0).apply(null,arguments)},Cj=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=
232
- function(){return(Cj=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetOwnerID_0).apply(null,arguments)},Dj=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(Dj=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},Ej=b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(Ej=b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=b.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,
233
- arguments)},Fj=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(Fj=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=b.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Gj=b._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Gj=b._emscripten_bind_MdDbLinetypeTable_getJson_0=b.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},Hj=b._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(Hj=b._emscripten_bind_MdDbLinetypeTable_setJson_1=
234
- b.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Ij=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=function(){return(Ij=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetObjectID_0).apply(null,arguments)},Jj=b._emscripten_bind_MdDbTextStyleTable_Erase_0=function(){return(Jj=b._emscripten_bind_MdDbTextStyleTable_Erase_0=b.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Kj=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=
235
- function(){return(Kj=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Lj=b._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Lj=b._emscripten_bind_MdDbTextStyleTable_Clone_0=b.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,arguments)},Mj=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=function(){return(Mj=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetHandle_0).apply(null,
236
- arguments)},Nj=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=function(){return(Nj=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetDatabase_0).apply(null,arguments)},Oj=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=function(){return(Oj=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetOwnerID_0).apply(null,arguments)},Pj=b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(Pj=
237
- b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},Qj=b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Qj=b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=b.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,arguments)},Rj=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(Rj=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=b.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,
238
- arguments)},Sj=b._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(Sj=b._emscripten_bind_MdDbTextStyleTable_getJson_0=b.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},Tj=b._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(Tj=b._emscripten_bind_MdDbTextStyleTable_setJson_1=b.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},Uj=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(Uj=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=
239
- b.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},Vj=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(Vj=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=b.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},Wj=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=function(){return(Wj=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=b.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},Xj=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=
240
- function(){return(Xj=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=b.asm.emscripten_bind_MdDbDatabase_GetBlockTable_0).apply(null,arguments)},Yj=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=function(){return(Yj=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=b.asm.emscripten_bind_MdDbDatabase_CurrentSpace_0).apply(null,arguments)},Zj=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(Zj=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,
241
- arguments)},ak=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(ak=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},bk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=function(){return(bk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},ck=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=
242
- function(){return(ck=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},dk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(dk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},ek=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(ek=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=
243
- b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},fk=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(fk=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,arguments)},gk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(gk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,
244
- arguments)},hk=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(hk=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},ik=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=function(){return(ik=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},jk=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=
245
- function(){return(jk=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},kk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(kk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},lk=b._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(lk=b._emscripten_bind_MdDbDatabase_getObjectName_0=
246
- b.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},mk=b._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(mk=b._emscripten_bind_MdDbDatabase_getDxf0_0=b.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},nk=b._emscripten_bind_MdDbDatabase_getJson_0=function(){return(nk=b._emscripten_bind_MdDbDatabase_getJson_0=b.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},ok=b._emscripten_bind_MdDbDatabase_setJson_1=function(){return(ok=b._emscripten_bind_MdDbDatabase_setJson_1=
247
- b.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},pk=b._emscripten_bind_McObject_updateDisplay_2=function(){return(pk=b._emscripten_bind_McObject_updateDisplay_2=b.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},qk=b._emscripten_bind_McObject_test_0=function(){return(qk=b._emscripten_bind_McObject_test_0=b.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},rk=b._emscripten_bind_McObject_openWebFile_3=function(){return(rk=b._emscripten_bind_McObject_openWebFile_3=
248
- b.asm.emscripten_bind_McObject_openWebFile_3).apply(null,arguments)},sk=b._emscripten_bind_McObject_saveFileToUrl_1=function(){return(sk=b._emscripten_bind_McObject_saveFileToUrl_1=b.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},tk=b._emscripten_bind_McObject_saveFile_1=function(){return(tk=b._emscripten_bind_McObject_saveFile_1=b.asm.emscripten_bind_McObject_saveFile_1).apply(null,arguments)},uk=b._emscripten_bind_McObject_getViewDataJsonParam_0=function(){return(uk=b._emscripten_bind_McObject_getViewDataJsonParam_0=
249
- b.asm.emscripten_bind_McObject_getViewDataJsonParam_0).apply(null,arguments)},vk=b._emscripten_bind_McObject_updataAppData_0=function(){return(vk=b._emscripten_bind_McObject_updataAppData_0=b.asm.emscripten_bind_McObject_updataAppData_0).apply(null,arguments)},wk=b._emscripten_bind_McObject_GetDatabase_0=function(){return(wk=b._emscripten_bind_McObject_GetDatabase_0=b.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},xk=b._emscripten_bind_McObject_GetSysVarString_1=function(){return(xk=
250
- b._emscripten_bind_McObject_GetSysVarString_1=b.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},yk=b._emscripten_bind_McObject_SetSysVarString_2=function(){return(yk=b._emscripten_bind_McObject_SetSysVarString_2=b.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,arguments)},zk=b._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(zk=b._emscripten_bind_McObject_GetSysVarDouble_1=b.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},Ak=b._emscripten_bind_McObject_SetSysVarDouble_2=
251
- function(){return(Ak=b._emscripten_bind_McObject_SetSysVarDouble_2=b.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},Bk=b._emscripten_bind_McObject_GetSysVarLong_1=function(){return(Bk=b._emscripten_bind_McObject_GetSysVarLong_1=b.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},Ck=b._emscripten_bind_McObject_SetSysVarLong_2=function(){return(Ck=b._emscripten_bind_McObject_SetSysVarLong_2=b.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},
252
- Dk=b._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(Dk=b._emscripten_bind_McObject_fireEventWindowSize_2=b.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},Ek=b._emscripten_bind_McObject_fireEventCommandStart_0=function(){return(Ek=b._emscripten_bind_McObject_fireEventCommandStart_0=b.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,arguments)},Fk=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(Fk=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=
253
- b.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},Gk=b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=function(){return(Gk=b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=b.asm.emscripten_bind_McObject_IntelliSelect_RangeSelect_5).apply(null,arguments)},Hk=b._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(Hk=b._emscripten_bind_McObject_IntelliSelect_getGridData_1=b.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,
254
- arguments)},Ik=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=function(){return(Ik=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=b.asm.emscripten_bind_McObject_Osnap_NotifyOsnap_8).apply(null,arguments)},Jk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=function(){return(Jk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,arguments)},Kk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=
255
- function(){return(Kk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},Lk=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=function(){return(Lk=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,arguments)},Mk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=
256
- function(){return(Mk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},Nk=b._emscripten_bind_McObject_SetDrawColor_1=function(){return(Nk=b._emscripten_bind_McObject_SetDrawColor_1=b.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},Ok=b._emscripten_bind_McObject_GetDrawColor_0=function(){return(Ok=b._emscripten_bind_McObject_GetDrawColor_0=b.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,
257
- arguments)},Pk=b._emscripten_bind_McObject_AddLayer_1=function(){return(Pk=b._emscripten_bind_McObject_AddLayer_1=b.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Qk=b._emscripten_bind_McObject_SetDrawLayer_1=function(){return(Qk=b._emscripten_bind_McObject_SetDrawLayer_1=b.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},Rk=b._emscripten_bind_McObject_GetDrawLayer_0=function(){return(Rk=b._emscripten_bind_McObject_GetDrawLayer_0=b.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,
258
- arguments)},Sk=b._emscripten_bind_McObject_AddTextStyle_4=function(){return(Sk=b._emscripten_bind_McObject_AddTextStyle_4=b.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},Tk=b._emscripten_bind_McObject_SetDrawTextStyle_1=function(){return(Tk=b._emscripten_bind_McObject_SetDrawTextStyle_1=b.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},Uk=b._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(Uk=b._emscripten_bind_McObject_GetDrawTextStyle_0=
259
- b.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},Vk=b._emscripten_bind_McObject_AddLinetype_2=function(){return(Vk=b._emscripten_bind_McObject_AddLinetype_2=b.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},Wk=b._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(Wk=b._emscripten_bind_McObject_AddLinetypeEx_3=b.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,arguments)},Xk=b._emscripten_bind_McObject_AddDimStyle_5=function(){return(Xk=b._emscripten_bind_McObject_AddDimStyle_5=
260
- b.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},Yk=b._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(Yk=b._emscripten_bind_McObject_SetDrawLinetype_1=b.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,arguments)},Zk=b._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(Zk=b._emscripten_bind_McObject_GetDrawLinetype_0=b.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,arguments)},$k=b._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return($k=
261
- b._emscripten_bind_McObject_SetDrawLineWeight_1=b.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},al=b._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(al=b._emscripten_bind_McObject_GetDrawLineWeight_0=b.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},bl=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(bl=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=b.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,
262
- arguments)},cl=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(cl=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=b.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},dl=b._emscripten_bind_McObject_SetDrawDimStyle_1=function(){return(dl=b._emscripten_bind_McObject_SetDrawDimStyle_1=b.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},el=b._emscripten_bind_McObject_GetDrawDimStyle_0=function(){return(el=b._emscripten_bind_McObject_GetDrawDimStyle_0=
263
- b.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},fl=b._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(fl=b._emscripten_bind_McObject_SetPatternDefinition_1=b.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,arguments)},gl=b._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(gl=b._emscripten_bind_McObject_GetPatternDefinition_0=b.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,arguments)},hl=b._emscripten_bind_McObject_SetDrawLineWidth_1=
264
- function(){return(hl=b._emscripten_bind_McObject_SetDrawLineWidth_1=b.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},il=b._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(il=b._emscripten_bind_McObject_GetDrawLineWidth_0=b.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},jl=b._emscripten_bind_McObject_DrawLine_6=function(){return(jl=b._emscripten_bind_McObject_DrawLine_6=b.asm.emscripten_bind_McObject_DrawLine_6).apply(null,arguments)},
265
- kl=b._emscripten_bind_McObject_DrawArc_5=function(){return(kl=b._emscripten_bind_McObject_DrawArc_5=b.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},ll=b._emscripten_bind_McObject_DrawArc2_6=function(){return(ll=b._emscripten_bind_McObject_DrawArc2_6=b.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},ml=b._emscripten_bind_McObject_DrawCircle_3=function(){return(ml=b._emscripten_bind_McObject_DrawCircle_3=b.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,arguments)},
266
- nl=b._emscripten_bind_McObject_DrawEllipse_5=function(){return(nl=b._emscripten_bind_McObject_DrawEllipse_5=b.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},ol=b._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(ol=b._emscripten_bind_McObject_DrawEllipseArc_7=b.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},pl=b._emscripten_bind_McObject_DrawPoint_2=function(){return(pl=b._emscripten_bind_McObject_DrawPoint_2=b.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,
267
- arguments)},ql=b._emscripten_bind_McObject_DrawSolid_8=function(){return(ql=b._emscripten_bind_McObject_DrawSolid_8=b.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},rl=b._emscripten_bind_McObject_DrawMText_7=function(){return(rl=b._emscripten_bind_McObject_DrawMText_7=b.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},sl=b._emscripten_bind_McObject_DrawText_7=function(){return(sl=b._emscripten_bind_McObject_DrawText_7=b.asm.emscripten_bind_McObject_DrawText_7).apply(null,
268
- arguments)},tl=b._emscripten_bind_McObject_DrawBlockReference_5=function(){return(tl=b._emscripten_bind_McObject_DrawBlockReference_5=b.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},ul=b._emscripten_bind_McObject_DrawDimAligned_6=function(){return(ul=b._emscripten_bind_McObject_DrawDimAligned_6=b.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},vl=b._emscripten_bind_McObject_DrawDimAngular_8=function(){return(vl=b._emscripten_bind_McObject_DrawDimAngular_8=
269
- b.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},wl=b._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(wl=b._emscripten_bind_McObject_DrawDimDiametric_5=b.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},xl=b._emscripten_bind_McObject_DrawDimRotated_7=function(){return(xl=b._emscripten_bind_McObject_DrawDimRotated_7=b.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},yl=b._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(yl=
270
- b._emscripten_bind_McObject_DrawDimOrdinate_5=b.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},zl=b._emscripten_bind_McObject_DrawDimRadial_5=function(){return(zl=b._emscripten_bind_McObject_DrawDimRadial_5=b.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},Al=b._emscripten_bind_McObject_PathMoveTo_2=function(){return(Al=b._emscripten_bind_McObject_PathMoveTo_2=b.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},Bl=b._emscripten_bind_McObject_PathMoveToEx_5=
271
- function(){return(Bl=b._emscripten_bind_McObject_PathMoveToEx_5=b.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},Cl=b._emscripten_bind_McObject_PathLineTo_2=function(){return(Cl=b._emscripten_bind_McObject_PathLineTo_2=b.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,arguments)},Dl=b._emscripten_bind_McObject_PathLineToEx_5=function(){return(Dl=b._emscripten_bind_McObject_PathLineToEx_5=b.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},El=b._emscripten_bind_McObject_DrawPathToPolyline_0=
272
- function(){return(El=b._emscripten_bind_McObject_DrawPathToPolyline_0=b.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},Fl=b._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(Fl=b._emscripten_bind_McObject_DrawPathToSpline_0=b.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},Gl=b._emscripten_bind_McObject_PathMakeClosed_0=function(){return(Gl=b._emscripten_bind_McObject_PathMakeClosed_0=b.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,
273
- arguments)},Hl=b._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(Hl=b._emscripten_bind_McObject_DrawPathToHatch_1=b.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},Il=b._emscripten_bind_McObject_DrawEntity_1=function(){return(Il=b._emscripten_bind_McObject_DrawEntity_1=b.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Jl=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=function(){return(Jl=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=b.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,
274
- arguments)},Kl=b._emscripten_bind_McDrawResbuf_Clear_0=function(){return(Kl=b._emscripten_bind_McDrawResbuf_Clear_0=b.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},Ll=b._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(Ll=b._emscripten_bind_McDrawResbuf_GetCount_0=b.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},Ml=b._emscripten_bind_McDrawResbuf_AtDouble_1=function(){return(Ml=b._emscripten_bind_McDrawResbuf_AtDouble_1=b.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,
275
- arguments)},Nl=b._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(Nl=b._emscripten_bind_McDrawResbuf_Atlong_1=b.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},Ol=b._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(Ol=b._emscripten_bind_McDrawResbuf_AtObjectId_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},Pl=b._emscripten_bind_McDrawResbuf_AtObject_1=function(){return(Pl=b._emscripten_bind_McDrawResbuf_AtObject_1=b.asm.emscripten_bind_McDrawResbuf_AtObject_1).apply(null,
276
- arguments)},Ql=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=function(){return(Ql=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1).apply(null,arguments)},Rl=b._emscripten_bind_McDrawResbuf_AtObjectName_1=function(){return(Rl=b._emscripten_bind_McDrawResbuf_AtObjectName_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectName_1).apply(null,arguments)},Sl=b._emscripten_bind_McDrawResbuf_AtString_1=function(){return(Sl=b._emscripten_bind_McDrawResbuf_AtString_1=
277
- b.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},Tl=b._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(Tl=b._emscripten_bind_McDrawResbuf_AtPoint_1=b.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,arguments)},Ul=b._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(Ul=b._emscripten_bind_McDrawResbuf_ItemDataType_1=b.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,arguments)},Vl=b._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(Vl=
278
- b._emscripten_bind_McDrawResbuf_AddDouble_2=b.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},Wl=b._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(Wl=b._emscripten_bind_McDrawResbuf_Addlong_2=b.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,arguments)},Xl=b._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(Xl=b._emscripten_bind_McDrawResbuf_AddObjectId_2=b.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,arguments)},Yl=b._emscripten_bind_McDrawResbuf_AddObject_1=
279
- function(){return(Yl=b._emscripten_bind_McDrawResbuf_AddObject_1=b.asm.emscripten_bind_McDrawResbuf_AddObject_1).apply(null,arguments)},Zl=b._emscripten_bind_McDrawResbuf_AddString_2=function(){return(Zl=b._emscripten_bind_McDrawResbuf_AddString_2=b.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,arguments)},$l=b._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return($l=b._emscripten_bind_McDrawResbuf_AddPoint_2=b.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,arguments)},am=
280
- b._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(am=b._emscripten_bind_McDrawResbuf_RemoveAll_0=b.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},bm=b._emscripten_bind_McDrawResbuf_Remove_1=function(){return(bm=b._emscripten_bind_McDrawResbuf_Remove_1=b.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,arguments)},cm=b._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(cm=b._emscripten_bind_McDrawResbuf_getObjectName_0=b.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,
281
- arguments)},dm=b._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(dm=b._emscripten_bind_McDrawResbuf_getDxf0_0=b.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},em=b._emscripten_bind_McDrawResbuf_getJson_0=function(){return(em=b._emscripten_bind_McDrawResbuf_getJson_0=b.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,arguments)},fm=b._emscripten_bind_McDrawResbuf_setJson_1=function(){return(fm=b._emscripten_bind_McDrawResbuf_setJson_1=b.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,
282
- arguments)},gm=b._emscripten_bind_McDrawResbuf___destroy___0=function(){return(gm=b._emscripten_bind_McDrawResbuf___destroy___0=b.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},hm=b._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(hm=b._emscripten_bind_McDrawUtility_McDrawUtility_0=b.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},im=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(im=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=
283
- b.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},jm=b._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(jm=b._emscripten_bind_McDrawUtility_eraseEntity_1=b.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},km=b._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(km=b._emscripten_bind_McDrawUtility_highlightEntity_2=b.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},lm=b._emscripten_bind_McDrawUtility___destroy___0=
284
- function(){return(lm=b._emscripten_bind_McDrawUtility___destroy___0=b.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},mm=b._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(mm=b._emscripten_bind_MdDbLine_MdDbLine_0=b.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},nm=b._emscripten_bind_MdDbLine_startPoint_0=function(){return(nm=b._emscripten_bind_MdDbLine_startPoint_0=b.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},om=b._emscripten_bind_MdDbLine_setStartPoint_1=
285
- function(){return(om=b._emscripten_bind_MdDbLine_setStartPoint_1=b.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},pm=b._emscripten_bind_MdDbLine_endPoint_0=function(){return(pm=b._emscripten_bind_MdDbLine_endPoint_0=b.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},qm=b._emscripten_bind_MdDbLine_setEndPoint_1=function(){return(qm=b._emscripten_bind_MdDbLine_setEndPoint_1=b.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},rm=b._emscripten_bind_MdDbLine_getStartParam_0=
286
- function(){return(rm=b._emscripten_bind_MdDbLine_getStartParam_0=b.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},sm=b._emscripten_bind_MdDbLine_getEndParam_0=function(){return(sm=b._emscripten_bind_MdDbLine_getEndParam_0=b.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},tm=b._emscripten_bind_MdDbLine_getDistAtParam_1=function(){return(tm=b._emscripten_bind_MdDbLine_getDistAtParam_1=b.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},um=
287
- b._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(um=b._emscripten_bind_MdDbLine_getParamAtDist_1=b.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},wm=b._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(wm=b._emscripten_bind_MdDbLine_getDistAtPoint_1=b.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},xm=b._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(xm=b._emscripten_bind_MdDbLine_getPointAtDist_1=b.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,
288
- arguments)},ym=b._emscripten_bind_MdDbLine_getStartPoint_0=function(){return(ym=b._emscripten_bind_MdDbLine_getStartPoint_0=b.asm.emscripten_bind_MdDbLine_getStartPoint_0).apply(null,arguments)},zm=b._emscripten_bind_MdDbLine_getEndPoint_0=function(){return(zm=b._emscripten_bind_MdDbLine_getEndPoint_0=b.asm.emscripten_bind_MdDbLine_getEndPoint_0).apply(null,arguments)},Am=b._emscripten_bind_MdDbLine_getPointAtParam_1=function(){return(Am=b._emscripten_bind_MdDbLine_getPointAtParam_1=b.asm.emscripten_bind_MdDbLine_getPointAtParam_1).apply(null,
289
- arguments)},Bm=b._emscripten_bind_MdDbLine_getParamAtPoint_1=function(){return(Bm=b._emscripten_bind_MdDbLine_getParamAtPoint_1=b.asm.emscripten_bind_MdDbLine_getParamAtPoint_1).apply(null,arguments)},Cm=b._emscripten_bind_MdDbLine_getFirstDeriv_1=function(){return(Cm=b._emscripten_bind_MdDbLine_getFirstDeriv_1=b.asm.emscripten_bind_MdDbLine_getFirstDeriv_1).apply(null,arguments)},Dm=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=function(){return(Dm=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbLine_getFirstDerivEx_1).apply(null,
290
- arguments)},Em=b._emscripten_bind_MdDbLine_getClosestPointTo_2=function(){return(Em=b._emscripten_bind_MdDbLine_getClosestPointTo_2=b.asm.emscripten_bind_MdDbLine_getClosestPointTo_2).apply(null,arguments)},Fm=b._emscripten_bind_MdDbLine_offsetCurves_2=function(){return(Fm=b._emscripten_bind_MdDbLine_offsetCurves_2=b.asm.emscripten_bind_MdDbLine_offsetCurves_2).apply(null,arguments)},Gm=b._emscripten_bind_MdDbLine_splitCurves_1=function(){return(Gm=b._emscripten_bind_MdDbLine_splitCurves_1=b.asm.emscripten_bind_MdDbLine_splitCurves_1).apply(null,
291
- arguments)},Hm=b._emscripten_bind_MdDbLine_getArea_0=function(){return(Hm=b._emscripten_bind_MdDbLine_getArea_0=b.asm.emscripten_bind_MdDbLine_getArea_0).apply(null,arguments)},Im=b._emscripten_bind_MdDbLine_getSamplePoints_1=function(){return(Im=b._emscripten_bind_MdDbLine_getSamplePoints_1=b.asm.emscripten_bind_MdDbLine_getSamplePoints_1).apply(null,arguments)},Jm=b._emscripten_bind_MdDbLine_getLength_0=function(){return(Jm=b._emscripten_bind_MdDbLine_getLength_0=b.asm.emscripten_bind_MdDbLine_getLength_0).apply(null,
292
- arguments)},Km=b._emscripten_bind_MdDbLine_explode_0=function(){return(Km=b._emscripten_bind_MdDbLine_explode_0=b.asm.emscripten_bind_MdDbLine_explode_0).apply(null,arguments)},Lm=b._emscripten_bind_MdDbLine_TrueColor_0=function(){return(Lm=b._emscripten_bind_MdDbLine_TrueColor_0=b.asm.emscripten_bind_MdDbLine_TrueColor_0).apply(null,arguments)},Mm=b._emscripten_bind_MdDbLine_SetTrueColor_1=function(){return(Mm=b._emscripten_bind_MdDbLine_SetTrueColor_1=b.asm.emscripten_bind_MdDbLine_SetTrueColor_1).apply(null,
293
- arguments)},Nm=b._emscripten_bind_MdDbLine_ColorIndex_0=function(){return(Nm=b._emscripten_bind_MdDbLine_ColorIndex_0=b.asm.emscripten_bind_MdDbLine_ColorIndex_0).apply(null,arguments)},Om=b._emscripten_bind_MdDbLine_SetColorIndex_1=function(){return(Om=b._emscripten_bind_MdDbLine_SetColorIndex_1=b.asm.emscripten_bind_MdDbLine_SetColorIndex_1).apply(null,arguments)},Pm=b._emscripten_bind_MdDbLine_Layer_0=function(){return(Pm=b._emscripten_bind_MdDbLine_Layer_0=b.asm.emscripten_bind_MdDbLine_Layer_0).apply(null,
294
- arguments)},Qm=b._emscripten_bind_MdDbLine_SetLayer_1=function(){return(Qm=b._emscripten_bind_MdDbLine_SetLayer_1=b.asm.emscripten_bind_MdDbLine_SetLayer_1).apply(null,arguments)},Rm=b._emscripten_bind_MdDbLine_LinetypeScale_0=function(){return(Rm=b._emscripten_bind_MdDbLine_LinetypeScale_0=b.asm.emscripten_bind_MdDbLine_LinetypeScale_0).apply(null,arguments)},Sm=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=function(){return(Sm=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbLine_SetLinetypeScale_1).apply(null,
295
- arguments)},Tm=b._emscripten_bind_MdDbLine_Visible_0=function(){return(Tm=b._emscripten_bind_MdDbLine_Visible_0=b.asm.emscripten_bind_MdDbLine_Visible_0).apply(null,arguments)},Um=b._emscripten_bind_MdDbLine_SetVisible_1=function(){return(Um=b._emscripten_bind_MdDbLine_SetVisible_1=b.asm.emscripten_bind_MdDbLine_SetVisible_1).apply(null,arguments)},Vm=b._emscripten_bind_MdDbLine_Lineweight_0=function(){return(Vm=b._emscripten_bind_MdDbLine_Lineweight_0=b.asm.emscripten_bind_MdDbLine_Lineweight_0).apply(null,
296
- arguments)},Wm=b._emscripten_bind_MdDbLine_SetLineweight_1=function(){return(Wm=b._emscripten_bind_MdDbLine_SetLineweight_1=b.asm.emscripten_bind_MdDbLine_SetLineweight_1).apply(null,arguments)},Xm=b._emscripten_bind_MdDbLine_TextStyle_0=function(){return(Xm=b._emscripten_bind_MdDbLine_TextStyle_0=b.asm.emscripten_bind_MdDbLine_TextStyle_0).apply(null,arguments)},Ym=b._emscripten_bind_MdDbLine_SetTextStyle_1=function(){return(Ym=b._emscripten_bind_MdDbLine_SetTextStyle_1=b.asm.emscripten_bind_MdDbLine_SetTextStyle_1).apply(null,
297
- arguments)},Zm=b._emscripten_bind_MdDbLine_Highlight_1=function(){return(Zm=b._emscripten_bind_MdDbLine_Highlight_1=b.asm.emscripten_bind_MdDbLine_Highlight_1).apply(null,arguments)},$m=b._emscripten_bind_MdDbLine_Move_2=function(){return($m=b._emscripten_bind_MdDbLine_Move_2=b.asm.emscripten_bind_MdDbLine_Move_2).apply(null,arguments)},an=b._emscripten_bind_MdDbLine_Rotate_2=function(){return(an=b._emscripten_bind_MdDbLine_Rotate_2=b.asm.emscripten_bind_MdDbLine_Rotate_2).apply(null,arguments)},
298
- bn=b._emscripten_bind_MdDbLine_Mirror_2=function(){return(bn=b._emscripten_bind_MdDbLine_Mirror_2=b.asm.emscripten_bind_MdDbLine_Mirror_2).apply(null,arguments)},cn=b._emscripten_bind_MdDbLine_ScaleEntity_2=function(){return(cn=b._emscripten_bind_MdDbLine_ScaleEntity_2=b.asm.emscripten_bind_MdDbLine_ScaleEntity_2).apply(null,arguments)},dn=b._emscripten_bind_MdDbLine_TransformBy_1=function(){return(dn=b._emscripten_bind_MdDbLine_TransformBy_1=b.asm.emscripten_bind_MdDbLine_TransformBy_1).apply(null,
299
- arguments)},en=b._emscripten_bind_MdDbLine_GetBoundingBox_0=function(){return(en=b._emscripten_bind_MdDbLine_GetBoundingBox_0=b.asm.emscripten_bind_MdDbLine_GetBoundingBox_0).apply(null,arguments)},fn=b._emscripten_bind_MdDbLine_GetObjectID_0=function(){return(fn=b._emscripten_bind_MdDbLine_GetObjectID_0=b.asm.emscripten_bind_MdDbLine_GetObjectID_0).apply(null,arguments)},gn=b._emscripten_bind_MdDbLine_Erase_0=function(){return(gn=b._emscripten_bind_MdDbLine_Erase_0=b.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,
300
- arguments)},hn=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(hn=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},jn=b._emscripten_bind_MdDbLine_Clone_0=function(){return(jn=b._emscripten_bind_MdDbLine_Clone_0=b.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},kn=b._emscripten_bind_MdDbLine_GetHandle_0=function(){return(kn=b._emscripten_bind_MdDbLine_GetHandle_0=b.asm.emscripten_bind_MdDbLine_GetHandle_0).apply(null,
301
- arguments)},ln=b._emscripten_bind_MdDbLine_GetDatabase_0=function(){return(ln=b._emscripten_bind_MdDbLine_GetDatabase_0=b.asm.emscripten_bind_MdDbLine_GetDatabase_0).apply(null,arguments)},mn=b._emscripten_bind_MdDbLine_GetOwnerID_0=function(){return(mn=b._emscripten_bind_MdDbLine_GetOwnerID_0=b.asm.emscripten_bind_MdDbLine_GetOwnerID_0).apply(null,arguments)},nn=b._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(nn=b._emscripten_bind_MdDbLine_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,
302
- arguments)},on=b._emscripten_bind_MdDbLine_getObjectName_0=function(){return(on=b._emscripten_bind_MdDbLine_getObjectName_0=b.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},pn=b._emscripten_bind_MdDbLine_getDxf0_0=function(){return(pn=b._emscripten_bind_MdDbLine_getDxf0_0=b.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},qn=b._emscripten_bind_MdDbLine_getJson_0=function(){return(qn=b._emscripten_bind_MdDbLine_getJson_0=b.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,
303
- arguments)},rn=b._emscripten_bind_MdDbLine_setJson_1=function(){return(rn=b._emscripten_bind_MdDbLine_setJson_1=b.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},sn=b._emscripten_bind_MdDbLine___destroy___0=function(){return(sn=b._emscripten_bind_MdDbLine___destroy___0=b.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},tn=b._emscripten_bind_MdDbText_MdDbText_0=function(){return(tn=b._emscripten_bind_MdDbText_MdDbText_0=b.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,
304
- arguments)},un=b._emscripten_bind_MdDbText_position_0=function(){return(un=b._emscripten_bind_MdDbText_position_0=b.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},vn=b._emscripten_bind_MdDbText_setPosition_1=function(){return(vn=b._emscripten_bind_MdDbText_setPosition_1=b.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},wn=b._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(wn=b._emscripten_bind_MdDbText_alignmentPoint_0=b.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,
305
- arguments)},xn=b._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(xn=b._emscripten_bind_MdDbText_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},yn=b._emscripten_bind_MdDbText_oblique_0=function(){return(yn=b._emscripten_bind_MdDbText_oblique_0=b.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},zn=b._emscripten_bind_MdDbText_setOblique_1=function(){return(zn=b._emscripten_bind_MdDbText_setOblique_1=b.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,
306
- arguments)},An=b._emscripten_bind_MdDbText_rotation_0=function(){return(An=b._emscripten_bind_MdDbText_rotation_0=b.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},Bn=b._emscripten_bind_MdDbText_setRotation_1=function(){return(Bn=b._emscripten_bind_MdDbText_setRotation_1=b.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},Cn=b._emscripten_bind_MdDbText_height_0=function(){return(Cn=b._emscripten_bind_MdDbText_height_0=b.asm.emscripten_bind_MdDbText_height_0).apply(null,
307
- arguments)},Dn=b._emscripten_bind_MdDbText_setHeight_1=function(){return(Dn=b._emscripten_bind_MdDbText_setHeight_1=b.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},En=b._emscripten_bind_MdDbText_widthFactor_0=function(){return(En=b._emscripten_bind_MdDbText_widthFactor_0=b.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},Fn=b._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(Fn=b._emscripten_bind_MdDbText_setWidthFactor_1=b.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,
308
- arguments)},Gn=b._emscripten_bind_MdDbText_textString_0=function(){return(Gn=b._emscripten_bind_MdDbText_textString_0=b.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},Hn=b._emscripten_bind_MdDbText_setTextString_1=function(){return(Hn=b._emscripten_bind_MdDbText_setTextString_1=b.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},In=b._emscripten_bind_MdDbText_horizontalMode_0=function(){return(In=b._emscripten_bind_MdDbText_horizontalMode_0=b.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,
309
- arguments)},Jn=b._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(Jn=b._emscripten_bind_MdDbText_setHorizontalMode_1=b.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},Kn=b._emscripten_bind_MdDbText_verticalMode_0=function(){return(Kn=b._emscripten_bind_MdDbText_verticalMode_0=b.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},Ln=b._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(Ln=b._emscripten_bind_MdDbText_setVerticalMode_1=
310
- b.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},Mn=b._emscripten_bind_MdDbText_explode_0=function(){return(Mn=b._emscripten_bind_MdDbText_explode_0=b.asm.emscripten_bind_MdDbText_explode_0).apply(null,arguments)},Nn=b._emscripten_bind_MdDbText_TrueColor_0=function(){return(Nn=b._emscripten_bind_MdDbText_TrueColor_0=b.asm.emscripten_bind_MdDbText_TrueColor_0).apply(null,arguments)},On=b._emscripten_bind_MdDbText_SetTrueColor_1=function(){return(On=b._emscripten_bind_MdDbText_SetTrueColor_1=
311
- b.asm.emscripten_bind_MdDbText_SetTrueColor_1).apply(null,arguments)},Pn=b._emscripten_bind_MdDbText_ColorIndex_0=function(){return(Pn=b._emscripten_bind_MdDbText_ColorIndex_0=b.asm.emscripten_bind_MdDbText_ColorIndex_0).apply(null,arguments)},Qn=b._emscripten_bind_MdDbText_SetColorIndex_1=function(){return(Qn=b._emscripten_bind_MdDbText_SetColorIndex_1=b.asm.emscripten_bind_MdDbText_SetColorIndex_1).apply(null,arguments)},Rn=b._emscripten_bind_MdDbText_Layer_0=function(){return(Rn=b._emscripten_bind_MdDbText_Layer_0=
312
- b.asm.emscripten_bind_MdDbText_Layer_0).apply(null,arguments)},Sn=b._emscripten_bind_MdDbText_SetLayer_1=function(){return(Sn=b._emscripten_bind_MdDbText_SetLayer_1=b.asm.emscripten_bind_MdDbText_SetLayer_1).apply(null,arguments)},Tn=b._emscripten_bind_MdDbText_LinetypeScale_0=function(){return(Tn=b._emscripten_bind_MdDbText_LinetypeScale_0=b.asm.emscripten_bind_MdDbText_LinetypeScale_0).apply(null,arguments)},Un=b._emscripten_bind_MdDbText_SetLinetypeScale_1=function(){return(Un=b._emscripten_bind_MdDbText_SetLinetypeScale_1=
313
- b.asm.emscripten_bind_MdDbText_SetLinetypeScale_1).apply(null,arguments)},Vn=b._emscripten_bind_MdDbText_Visible_0=function(){return(Vn=b._emscripten_bind_MdDbText_Visible_0=b.asm.emscripten_bind_MdDbText_Visible_0).apply(null,arguments)},Wn=b._emscripten_bind_MdDbText_SetVisible_1=function(){return(Wn=b._emscripten_bind_MdDbText_SetVisible_1=b.asm.emscripten_bind_MdDbText_SetVisible_1).apply(null,arguments)},Xn=b._emscripten_bind_MdDbText_Lineweight_0=function(){return(Xn=b._emscripten_bind_MdDbText_Lineweight_0=
314
- b.asm.emscripten_bind_MdDbText_Lineweight_0).apply(null,arguments)},Yn=b._emscripten_bind_MdDbText_SetLineweight_1=function(){return(Yn=b._emscripten_bind_MdDbText_SetLineweight_1=b.asm.emscripten_bind_MdDbText_SetLineweight_1).apply(null,arguments)},Zn=b._emscripten_bind_MdDbText_TextStyle_0=function(){return(Zn=b._emscripten_bind_MdDbText_TextStyle_0=b.asm.emscripten_bind_MdDbText_TextStyle_0).apply(null,arguments)},$n=b._emscripten_bind_MdDbText_SetTextStyle_1=function(){return($n=b._emscripten_bind_MdDbText_SetTextStyle_1=
315
- b.asm.emscripten_bind_MdDbText_SetTextStyle_1).apply(null,arguments)},ao=b._emscripten_bind_MdDbText_Highlight_1=function(){return(ao=b._emscripten_bind_MdDbText_Highlight_1=b.asm.emscripten_bind_MdDbText_Highlight_1).apply(null,arguments)},bo=b._emscripten_bind_MdDbText_Move_2=function(){return(bo=b._emscripten_bind_MdDbText_Move_2=b.asm.emscripten_bind_MdDbText_Move_2).apply(null,arguments)},co=b._emscripten_bind_MdDbText_Rotate_2=function(){return(co=b._emscripten_bind_MdDbText_Rotate_2=b.asm.emscripten_bind_MdDbText_Rotate_2).apply(null,
316
- arguments)},eo=b._emscripten_bind_MdDbText_Mirror_2=function(){return(eo=b._emscripten_bind_MdDbText_Mirror_2=b.asm.emscripten_bind_MdDbText_Mirror_2).apply(null,arguments)},fo=b._emscripten_bind_MdDbText_ScaleEntity_2=function(){return(fo=b._emscripten_bind_MdDbText_ScaleEntity_2=b.asm.emscripten_bind_MdDbText_ScaleEntity_2).apply(null,arguments)},go=b._emscripten_bind_MdDbText_TransformBy_1=function(){return(go=b._emscripten_bind_MdDbText_TransformBy_1=b.asm.emscripten_bind_MdDbText_TransformBy_1).apply(null,
317
- arguments)},ho=b._emscripten_bind_MdDbText_GetBoundingBox_0=function(){return(ho=b._emscripten_bind_MdDbText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbText_GetBoundingBox_0).apply(null,arguments)},io=b._emscripten_bind_MdDbText_GetObjectID_0=function(){return(io=b._emscripten_bind_MdDbText_GetObjectID_0=b.asm.emscripten_bind_MdDbText_GetObjectID_0).apply(null,arguments)},jo=b._emscripten_bind_MdDbText_Erase_0=function(){return(jo=b._emscripten_bind_MdDbText_Erase_0=b.asm.emscripten_bind_MdDbText_Erase_0).apply(null,
318
- arguments)},ko=b._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(ko=b._emscripten_bind_MdDbText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},lo=b._emscripten_bind_MdDbText_Clone_0=function(){return(lo=b._emscripten_bind_MdDbText_Clone_0=b.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},mo=b._emscripten_bind_MdDbText_GetHandle_0=function(){return(mo=b._emscripten_bind_MdDbText_GetHandle_0=b.asm.emscripten_bind_MdDbText_GetHandle_0).apply(null,
319
- arguments)},no=b._emscripten_bind_MdDbText_GetDatabase_0=function(){return(no=b._emscripten_bind_MdDbText_GetDatabase_0=b.asm.emscripten_bind_MdDbText_GetDatabase_0).apply(null,arguments)},oo=b._emscripten_bind_MdDbText_GetOwnerID_0=function(){return(oo=b._emscripten_bind_MdDbText_GetOwnerID_0=b.asm.emscripten_bind_MdDbText_GetOwnerID_0).apply(null,arguments)},po=b._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(po=b._emscripten_bind_MdDbText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,
320
- arguments)},qo=b._emscripten_bind_MdDbText_getObjectName_0=function(){return(qo=b._emscripten_bind_MdDbText_getObjectName_0=b.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},ro=b._emscripten_bind_MdDbText_getDxf0_0=function(){return(ro=b._emscripten_bind_MdDbText_getDxf0_0=b.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},so=b._emscripten_bind_MdDbText_getJson_0=function(){return(so=b._emscripten_bind_MdDbText_getJson_0=b.asm.emscripten_bind_MdDbText_getJson_0).apply(null,
321
- arguments)},to=b._emscripten_bind_MdDbText_setJson_1=function(){return(to=b._emscripten_bind_MdDbText_setJson_1=b.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},uo=b._emscripten_bind_MdDbText___destroy___0=function(){return(uo=b._emscripten_bind_MdDbText___destroy___0=b.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},vo=b._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(vo=b._emscripten_bind_MdDbCircle_MdDbCircle_0=b.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,
322
- arguments)},wo=b._emscripten_bind_MdDbCircle_center_0=function(){return(wo=b._emscripten_bind_MdDbCircle_center_0=b.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},xo=b._emscripten_bind_MdDbCircle_setCenter_1=function(){return(xo=b._emscripten_bind_MdDbCircle_setCenter_1=b.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},yo=b._emscripten_bind_MdDbCircle_radius_0=function(){return(yo=b._emscripten_bind_MdDbCircle_radius_0=b.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,
323
- arguments)},zo=b._emscripten_bind_MdDbCircle_setRadius_1=function(){return(zo=b._emscripten_bind_MdDbCircle_setRadius_1=b.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},Ao=b._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(Ao=b._emscripten_bind_MdDbCircle_getStartParam_0=b.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},Bo=b._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(Bo=b._emscripten_bind_MdDbCircle_getEndParam_0=b.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,
324
- arguments)},Co=b._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(Co=b._emscripten_bind_MdDbCircle_getDistAtParam_1=b.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},Do=b._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(Do=b._emscripten_bind_MdDbCircle_getParamAtDist_1=b.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},Eo=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(Eo=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=
325
- b.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},Fo=b._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(Fo=b._emscripten_bind_MdDbCircle_getPointAtDist_1=b.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},Go=b._emscripten_bind_MdDbCircle_getStartPoint_0=function(){return(Go=b._emscripten_bind_MdDbCircle_getStartPoint_0=b.asm.emscripten_bind_MdDbCircle_getStartPoint_0).apply(null,arguments)},Ho=b._emscripten_bind_MdDbCircle_getEndPoint_0=
326
- function(){return(Ho=b._emscripten_bind_MdDbCircle_getEndPoint_0=b.asm.emscripten_bind_MdDbCircle_getEndPoint_0).apply(null,arguments)},Io=b._emscripten_bind_MdDbCircle_getPointAtParam_1=function(){return(Io=b._emscripten_bind_MdDbCircle_getPointAtParam_1=b.asm.emscripten_bind_MdDbCircle_getPointAtParam_1).apply(null,arguments)},Jo=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=function(){return(Jo=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=b.asm.emscripten_bind_MdDbCircle_getParamAtPoint_1).apply(null,
327
- arguments)},Ko=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=function(){return(Ko=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=b.asm.emscripten_bind_MdDbCircle_getFirstDeriv_1).apply(null,arguments)},Lo=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=function(){return(Lo=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbCircle_getFirstDerivEx_1).apply(null,arguments)},Mo=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=function(){return(Mo=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=
328
- b.asm.emscripten_bind_MdDbCircle_getClosestPointTo_2).apply(null,arguments)},No=b._emscripten_bind_MdDbCircle_offsetCurves_2=function(){return(No=b._emscripten_bind_MdDbCircle_offsetCurves_2=b.asm.emscripten_bind_MdDbCircle_offsetCurves_2).apply(null,arguments)},Oo=b._emscripten_bind_MdDbCircle_splitCurves_1=function(){return(Oo=b._emscripten_bind_MdDbCircle_splitCurves_1=b.asm.emscripten_bind_MdDbCircle_splitCurves_1).apply(null,arguments)},Po=b._emscripten_bind_MdDbCircle_getArea_0=function(){return(Po=
329
- b._emscripten_bind_MdDbCircle_getArea_0=b.asm.emscripten_bind_MdDbCircle_getArea_0).apply(null,arguments)},Qo=b._emscripten_bind_MdDbCircle_getSamplePoints_1=function(){return(Qo=b._emscripten_bind_MdDbCircle_getSamplePoints_1=b.asm.emscripten_bind_MdDbCircle_getSamplePoints_1).apply(null,arguments)},Ro=b._emscripten_bind_MdDbCircle_getLength_0=function(){return(Ro=b._emscripten_bind_MdDbCircle_getLength_0=b.asm.emscripten_bind_MdDbCircle_getLength_0).apply(null,arguments)},So=b._emscripten_bind_MdDbCircle_explode_0=
330
- function(){return(So=b._emscripten_bind_MdDbCircle_explode_0=b.asm.emscripten_bind_MdDbCircle_explode_0).apply(null,arguments)},To=b._emscripten_bind_MdDbCircle_TrueColor_0=function(){return(To=b._emscripten_bind_MdDbCircle_TrueColor_0=b.asm.emscripten_bind_MdDbCircle_TrueColor_0).apply(null,arguments)},Uo=b._emscripten_bind_MdDbCircle_SetTrueColor_1=function(){return(Uo=b._emscripten_bind_MdDbCircle_SetTrueColor_1=b.asm.emscripten_bind_MdDbCircle_SetTrueColor_1).apply(null,arguments)},Vo=b._emscripten_bind_MdDbCircle_ColorIndex_0=
331
- function(){return(Vo=b._emscripten_bind_MdDbCircle_ColorIndex_0=b.asm.emscripten_bind_MdDbCircle_ColorIndex_0).apply(null,arguments)},Wo=b._emscripten_bind_MdDbCircle_SetColorIndex_1=function(){return(Wo=b._emscripten_bind_MdDbCircle_SetColorIndex_1=b.asm.emscripten_bind_MdDbCircle_SetColorIndex_1).apply(null,arguments)},Xo=b._emscripten_bind_MdDbCircle_Layer_0=function(){return(Xo=b._emscripten_bind_MdDbCircle_Layer_0=b.asm.emscripten_bind_MdDbCircle_Layer_0).apply(null,arguments)},Yo=b._emscripten_bind_MdDbCircle_SetLayer_1=
332
- function(){return(Yo=b._emscripten_bind_MdDbCircle_SetLayer_1=b.asm.emscripten_bind_MdDbCircle_SetLayer_1).apply(null,arguments)},Zo=b._emscripten_bind_MdDbCircle_LinetypeScale_0=function(){return(Zo=b._emscripten_bind_MdDbCircle_LinetypeScale_0=b.asm.emscripten_bind_MdDbCircle_LinetypeScale_0).apply(null,arguments)},$o=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=function(){return($o=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCircle_SetLinetypeScale_1).apply(null,
333
- arguments)},ap=b._emscripten_bind_MdDbCircle_Visible_0=function(){return(ap=b._emscripten_bind_MdDbCircle_Visible_0=b.asm.emscripten_bind_MdDbCircle_Visible_0).apply(null,arguments)},bp=b._emscripten_bind_MdDbCircle_SetVisible_1=function(){return(bp=b._emscripten_bind_MdDbCircle_SetVisible_1=b.asm.emscripten_bind_MdDbCircle_SetVisible_1).apply(null,arguments)},cp=b._emscripten_bind_MdDbCircle_Lineweight_0=function(){return(cp=b._emscripten_bind_MdDbCircle_Lineweight_0=b.asm.emscripten_bind_MdDbCircle_Lineweight_0).apply(null,
334
- arguments)},dp=b._emscripten_bind_MdDbCircle_SetLineweight_1=function(){return(dp=b._emscripten_bind_MdDbCircle_SetLineweight_1=b.asm.emscripten_bind_MdDbCircle_SetLineweight_1).apply(null,arguments)},ep=b._emscripten_bind_MdDbCircle_TextStyle_0=function(){return(ep=b._emscripten_bind_MdDbCircle_TextStyle_0=b.asm.emscripten_bind_MdDbCircle_TextStyle_0).apply(null,arguments)},fp=b._emscripten_bind_MdDbCircle_SetTextStyle_1=function(){return(fp=b._emscripten_bind_MdDbCircle_SetTextStyle_1=b.asm.emscripten_bind_MdDbCircle_SetTextStyle_1).apply(null,
335
- arguments)},gp=b._emscripten_bind_MdDbCircle_Highlight_1=function(){return(gp=b._emscripten_bind_MdDbCircle_Highlight_1=b.asm.emscripten_bind_MdDbCircle_Highlight_1).apply(null,arguments)},hp=b._emscripten_bind_MdDbCircle_Move_2=function(){return(hp=b._emscripten_bind_MdDbCircle_Move_2=b.asm.emscripten_bind_MdDbCircle_Move_2).apply(null,arguments)},ip=b._emscripten_bind_MdDbCircle_Rotate_2=function(){return(ip=b._emscripten_bind_MdDbCircle_Rotate_2=b.asm.emscripten_bind_MdDbCircle_Rotate_2).apply(null,
336
- arguments)},jp=b._emscripten_bind_MdDbCircle_Mirror_2=function(){return(jp=b._emscripten_bind_MdDbCircle_Mirror_2=b.asm.emscripten_bind_MdDbCircle_Mirror_2).apply(null,arguments)},kp=b._emscripten_bind_MdDbCircle_ScaleEntity_2=function(){return(kp=b._emscripten_bind_MdDbCircle_ScaleEntity_2=b.asm.emscripten_bind_MdDbCircle_ScaleEntity_2).apply(null,arguments)},lp=b._emscripten_bind_MdDbCircle_TransformBy_1=function(){return(lp=b._emscripten_bind_MdDbCircle_TransformBy_1=b.asm.emscripten_bind_MdDbCircle_TransformBy_1).apply(null,
337
- arguments)},mp=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=function(){return(mp=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=b.asm.emscripten_bind_MdDbCircle_GetBoundingBox_0).apply(null,arguments)},np=b._emscripten_bind_MdDbCircle_GetObjectID_0=function(){return(np=b._emscripten_bind_MdDbCircle_GetObjectID_0=b.asm.emscripten_bind_MdDbCircle_GetObjectID_0).apply(null,arguments)},op=b._emscripten_bind_MdDbCircle_Erase_0=function(){return(op=b._emscripten_bind_MdDbCircle_Erase_0=b.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,
338
- arguments)},pp=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(pp=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},qp=b._emscripten_bind_MdDbCircle_Clone_0=function(){return(qp=b._emscripten_bind_MdDbCircle_Clone_0=b.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},rp=b._emscripten_bind_MdDbCircle_GetHandle_0=function(){return(rp=b._emscripten_bind_MdDbCircle_GetHandle_0=b.asm.emscripten_bind_MdDbCircle_GetHandle_0).apply(null,
339
- arguments)},sp=b._emscripten_bind_MdDbCircle_GetDatabase_0=function(){return(sp=b._emscripten_bind_MdDbCircle_GetDatabase_0=b.asm.emscripten_bind_MdDbCircle_GetDatabase_0).apply(null,arguments)},tp=b._emscripten_bind_MdDbCircle_GetOwnerID_0=function(){return(tp=b._emscripten_bind_MdDbCircle_GetOwnerID_0=b.asm.emscripten_bind_MdDbCircle_GetOwnerID_0).apply(null,arguments)},up=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(up=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,
340
- arguments)},vp=b._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(vp=b._emscripten_bind_MdDbCircle_getObjectName_0=b.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},wp=b._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(wp=b._emscripten_bind_MdDbCircle_getDxf0_0=b.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},xp=b._emscripten_bind_MdDbCircle_getJson_0=function(){return(xp=b._emscripten_bind_MdDbCircle_getJson_0=b.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,
341
- arguments)},yp=b._emscripten_bind_MdDbCircle_setJson_1=function(){return(yp=b._emscripten_bind_MdDbCircle_setJson_1=b.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},zp=b._emscripten_bind_MdDbCircle___destroy___0=function(){return(zp=b._emscripten_bind_MdDbCircle___destroy___0=b.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},Ap=b._emscripten_bind_MdDbArc_MdDbArc_0=function(){return(Ap=b._emscripten_bind_MdDbArc_MdDbArc_0=b.asm.emscripten_bind_MdDbArc_MdDbArc_0).apply(null,
342
- arguments)},Bp=b._emscripten_bind_MdDbArc_center_0=function(){return(Bp=b._emscripten_bind_MdDbArc_center_0=b.asm.emscripten_bind_MdDbArc_center_0).apply(null,arguments)},Cp=b._emscripten_bind_MdDbArc_setCenter_1=function(){return(Cp=b._emscripten_bind_MdDbArc_setCenter_1=b.asm.emscripten_bind_MdDbArc_setCenter_1).apply(null,arguments)},Dp=b._emscripten_bind_MdDbArc_radius_0=function(){return(Dp=b._emscripten_bind_MdDbArc_radius_0=b.asm.emscripten_bind_MdDbArc_radius_0).apply(null,arguments)},Ep=
343
- b._emscripten_bind_MdDbArc_setRadius_1=function(){return(Ep=b._emscripten_bind_MdDbArc_setRadius_1=b.asm.emscripten_bind_MdDbArc_setRadius_1).apply(null,arguments)},Fp=b._emscripten_bind_MdDbArc_startAngle_0=function(){return(Fp=b._emscripten_bind_MdDbArc_startAngle_0=b.asm.emscripten_bind_MdDbArc_startAngle_0).apply(null,arguments)},Gp=b._emscripten_bind_MdDbArc_setStartAngle_1=function(){return(Gp=b._emscripten_bind_MdDbArc_setStartAngle_1=b.asm.emscripten_bind_MdDbArc_setStartAngle_1).apply(null,
344
- arguments)},Hp=b._emscripten_bind_MdDbArc_endAngle_0=function(){return(Hp=b._emscripten_bind_MdDbArc_endAngle_0=b.asm.emscripten_bind_MdDbArc_endAngle_0).apply(null,arguments)},Ip=b._emscripten_bind_MdDbArc_setEndAngle_1=function(){return(Ip=b._emscripten_bind_MdDbArc_setEndAngle_1=b.asm.emscripten_bind_MdDbArc_setEndAngle_1).apply(null,arguments)},Jp=b._emscripten_bind_MdDbArc_getStartParam_0=function(){return(Jp=b._emscripten_bind_MdDbArc_getStartParam_0=b.asm.emscripten_bind_MdDbArc_getStartParam_0).apply(null,
345
- arguments)},Kp=b._emscripten_bind_MdDbArc_getEndParam_0=function(){return(Kp=b._emscripten_bind_MdDbArc_getEndParam_0=b.asm.emscripten_bind_MdDbArc_getEndParam_0).apply(null,arguments)},Lp=b._emscripten_bind_MdDbArc_getDistAtParam_1=function(){return(Lp=b._emscripten_bind_MdDbArc_getDistAtParam_1=b.asm.emscripten_bind_MdDbArc_getDistAtParam_1).apply(null,arguments)},Mp=b._emscripten_bind_MdDbArc_getParamAtDist_1=function(){return(Mp=b._emscripten_bind_MdDbArc_getParamAtDist_1=b.asm.emscripten_bind_MdDbArc_getParamAtDist_1).apply(null,
346
- arguments)},Np=b._emscripten_bind_MdDbArc_getDistAtPoint_1=function(){return(Np=b._emscripten_bind_MdDbArc_getDistAtPoint_1=b.asm.emscripten_bind_MdDbArc_getDistAtPoint_1).apply(null,arguments)},Op=b._emscripten_bind_MdDbArc_getPointAtDist_1=function(){return(Op=b._emscripten_bind_MdDbArc_getPointAtDist_1=b.asm.emscripten_bind_MdDbArc_getPointAtDist_1).apply(null,arguments)},Pp=b._emscripten_bind_MdDbArc_getStartPoint_0=function(){return(Pp=b._emscripten_bind_MdDbArc_getStartPoint_0=b.asm.emscripten_bind_MdDbArc_getStartPoint_0).apply(null,
347
- arguments)},Qp=b._emscripten_bind_MdDbArc_getEndPoint_0=function(){return(Qp=b._emscripten_bind_MdDbArc_getEndPoint_0=b.asm.emscripten_bind_MdDbArc_getEndPoint_0).apply(null,arguments)},Rp=b._emscripten_bind_MdDbArc_getPointAtParam_1=function(){return(Rp=b._emscripten_bind_MdDbArc_getPointAtParam_1=b.asm.emscripten_bind_MdDbArc_getPointAtParam_1).apply(null,arguments)},Sp=b._emscripten_bind_MdDbArc_getParamAtPoint_1=function(){return(Sp=b._emscripten_bind_MdDbArc_getParamAtPoint_1=b.asm.emscripten_bind_MdDbArc_getParamAtPoint_1).apply(null,
348
- arguments)},Tp=b._emscripten_bind_MdDbArc_getFirstDeriv_1=function(){return(Tp=b._emscripten_bind_MdDbArc_getFirstDeriv_1=b.asm.emscripten_bind_MdDbArc_getFirstDeriv_1).apply(null,arguments)},Up=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=function(){return(Up=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbArc_getFirstDerivEx_1).apply(null,arguments)},Vp=b._emscripten_bind_MdDbArc_getClosestPointTo_2=function(){return(Vp=b._emscripten_bind_MdDbArc_getClosestPointTo_2=b.asm.emscripten_bind_MdDbArc_getClosestPointTo_2).apply(null,
349
- arguments)},Wp=b._emscripten_bind_MdDbArc_offsetCurves_2=function(){return(Wp=b._emscripten_bind_MdDbArc_offsetCurves_2=b.asm.emscripten_bind_MdDbArc_offsetCurves_2).apply(null,arguments)},Xp=b._emscripten_bind_MdDbArc_splitCurves_1=function(){return(Xp=b._emscripten_bind_MdDbArc_splitCurves_1=b.asm.emscripten_bind_MdDbArc_splitCurves_1).apply(null,arguments)},Yp=b._emscripten_bind_MdDbArc_getArea_0=function(){return(Yp=b._emscripten_bind_MdDbArc_getArea_0=b.asm.emscripten_bind_MdDbArc_getArea_0).apply(null,
350
- arguments)},Zp=b._emscripten_bind_MdDbArc_getSamplePoints_1=function(){return(Zp=b._emscripten_bind_MdDbArc_getSamplePoints_1=b.asm.emscripten_bind_MdDbArc_getSamplePoints_1).apply(null,arguments)},$p=b._emscripten_bind_MdDbArc_getLength_0=function(){return($p=b._emscripten_bind_MdDbArc_getLength_0=b.asm.emscripten_bind_MdDbArc_getLength_0).apply(null,arguments)},aq=b._emscripten_bind_MdDbArc_explode_0=function(){return(aq=b._emscripten_bind_MdDbArc_explode_0=b.asm.emscripten_bind_MdDbArc_explode_0).apply(null,
351
- arguments)},bq=b._emscripten_bind_MdDbArc_TrueColor_0=function(){return(bq=b._emscripten_bind_MdDbArc_TrueColor_0=b.asm.emscripten_bind_MdDbArc_TrueColor_0).apply(null,arguments)},cq=b._emscripten_bind_MdDbArc_SetTrueColor_1=function(){return(cq=b._emscripten_bind_MdDbArc_SetTrueColor_1=b.asm.emscripten_bind_MdDbArc_SetTrueColor_1).apply(null,arguments)},dq=b._emscripten_bind_MdDbArc_ColorIndex_0=function(){return(dq=b._emscripten_bind_MdDbArc_ColorIndex_0=b.asm.emscripten_bind_MdDbArc_ColorIndex_0).apply(null,
352
- arguments)},eq=b._emscripten_bind_MdDbArc_SetColorIndex_1=function(){return(eq=b._emscripten_bind_MdDbArc_SetColorIndex_1=b.asm.emscripten_bind_MdDbArc_SetColorIndex_1).apply(null,arguments)},fq=b._emscripten_bind_MdDbArc_Layer_0=function(){return(fq=b._emscripten_bind_MdDbArc_Layer_0=b.asm.emscripten_bind_MdDbArc_Layer_0).apply(null,arguments)},gq=b._emscripten_bind_MdDbArc_SetLayer_1=function(){return(gq=b._emscripten_bind_MdDbArc_SetLayer_1=b.asm.emscripten_bind_MdDbArc_SetLayer_1).apply(null,
353
- arguments)},hq=b._emscripten_bind_MdDbArc_LinetypeScale_0=function(){return(hq=b._emscripten_bind_MdDbArc_LinetypeScale_0=b.asm.emscripten_bind_MdDbArc_LinetypeScale_0).apply(null,arguments)},iq=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=function(){return(iq=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbArc_SetLinetypeScale_1).apply(null,arguments)},jq=b._emscripten_bind_MdDbArc_Visible_0=function(){return(jq=b._emscripten_bind_MdDbArc_Visible_0=b.asm.emscripten_bind_MdDbArc_Visible_0).apply(null,
354
- arguments)},kq=b._emscripten_bind_MdDbArc_SetVisible_1=function(){return(kq=b._emscripten_bind_MdDbArc_SetVisible_1=b.asm.emscripten_bind_MdDbArc_SetVisible_1).apply(null,arguments)},lq=b._emscripten_bind_MdDbArc_Lineweight_0=function(){return(lq=b._emscripten_bind_MdDbArc_Lineweight_0=b.asm.emscripten_bind_MdDbArc_Lineweight_0).apply(null,arguments)},mq=b._emscripten_bind_MdDbArc_SetLineweight_1=function(){return(mq=b._emscripten_bind_MdDbArc_SetLineweight_1=b.asm.emscripten_bind_MdDbArc_SetLineweight_1).apply(null,
355
- arguments)},nq=b._emscripten_bind_MdDbArc_TextStyle_0=function(){return(nq=b._emscripten_bind_MdDbArc_TextStyle_0=b.asm.emscripten_bind_MdDbArc_TextStyle_0).apply(null,arguments)},oq=b._emscripten_bind_MdDbArc_SetTextStyle_1=function(){return(oq=b._emscripten_bind_MdDbArc_SetTextStyle_1=b.asm.emscripten_bind_MdDbArc_SetTextStyle_1).apply(null,arguments)},pq=b._emscripten_bind_MdDbArc_Highlight_1=function(){return(pq=b._emscripten_bind_MdDbArc_Highlight_1=b.asm.emscripten_bind_MdDbArc_Highlight_1).apply(null,
356
- arguments)},qq=b._emscripten_bind_MdDbArc_Move_2=function(){return(qq=b._emscripten_bind_MdDbArc_Move_2=b.asm.emscripten_bind_MdDbArc_Move_2).apply(null,arguments)},rq=b._emscripten_bind_MdDbArc_Rotate_2=function(){return(rq=b._emscripten_bind_MdDbArc_Rotate_2=b.asm.emscripten_bind_MdDbArc_Rotate_2).apply(null,arguments)},sq=b._emscripten_bind_MdDbArc_Mirror_2=function(){return(sq=b._emscripten_bind_MdDbArc_Mirror_2=b.asm.emscripten_bind_MdDbArc_Mirror_2).apply(null,arguments)},tq=b._emscripten_bind_MdDbArc_ScaleEntity_2=
357
- function(){return(tq=b._emscripten_bind_MdDbArc_ScaleEntity_2=b.asm.emscripten_bind_MdDbArc_ScaleEntity_2).apply(null,arguments)},uq=b._emscripten_bind_MdDbArc_TransformBy_1=function(){return(uq=b._emscripten_bind_MdDbArc_TransformBy_1=b.asm.emscripten_bind_MdDbArc_TransformBy_1).apply(null,arguments)},vq=b._emscripten_bind_MdDbArc_GetBoundingBox_0=function(){return(vq=b._emscripten_bind_MdDbArc_GetBoundingBox_0=b.asm.emscripten_bind_MdDbArc_GetBoundingBox_0).apply(null,arguments)},wq=b._emscripten_bind_MdDbArc_GetObjectID_0=
358
- function(){return(wq=b._emscripten_bind_MdDbArc_GetObjectID_0=b.asm.emscripten_bind_MdDbArc_GetObjectID_0).apply(null,arguments)},xq=b._emscripten_bind_MdDbArc_Erase_0=function(){return(xq=b._emscripten_bind_MdDbArc_Erase_0=b.asm.emscripten_bind_MdDbArc_Erase_0).apply(null,arguments)},yq=b._emscripten_bind_MdDbArc_ConnectionTempObject_1=function(){return(yq=b._emscripten_bind_MdDbArc_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbArc_ConnectionTempObject_1).apply(null,arguments)},zq=b._emscripten_bind_MdDbArc_Clone_0=
359
- function(){return(zq=b._emscripten_bind_MdDbArc_Clone_0=b.asm.emscripten_bind_MdDbArc_Clone_0).apply(null,arguments)},Aq=b._emscripten_bind_MdDbArc_GetHandle_0=function(){return(Aq=b._emscripten_bind_MdDbArc_GetHandle_0=b.asm.emscripten_bind_MdDbArc_GetHandle_0).apply(null,arguments)},Bq=b._emscripten_bind_MdDbArc_GetDatabase_0=function(){return(Bq=b._emscripten_bind_MdDbArc_GetDatabase_0=b.asm.emscripten_bind_MdDbArc_GetDatabase_0).apply(null,arguments)},Cq=b._emscripten_bind_MdDbArc_GetOwnerID_0=
360
- function(){return(Cq=b._emscripten_bind_MdDbArc_GetOwnerID_0=b.asm.emscripten_bind_MdDbArc_GetOwnerID_0).apply(null,arguments)},Dq=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=function(){return(Dq=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbArc_moveGripPointsAt_4).apply(null,arguments)},Eq=b._emscripten_bind_MdDbArc_getObjectName_0=function(){return(Eq=b._emscripten_bind_MdDbArc_getObjectName_0=b.asm.emscripten_bind_MdDbArc_getObjectName_0).apply(null,arguments)},Fq=b._emscripten_bind_MdDbArc_getDxf0_0=
361
- function(){return(Fq=b._emscripten_bind_MdDbArc_getDxf0_0=b.asm.emscripten_bind_MdDbArc_getDxf0_0).apply(null,arguments)},Gq=b._emscripten_bind_MdDbArc_getJson_0=function(){return(Gq=b._emscripten_bind_MdDbArc_getJson_0=b.asm.emscripten_bind_MdDbArc_getJson_0).apply(null,arguments)},Hq=b._emscripten_bind_MdDbArc_setJson_1=function(){return(Hq=b._emscripten_bind_MdDbArc_setJson_1=b.asm.emscripten_bind_MdDbArc_setJson_1).apply(null,arguments)},Iq=b._emscripten_bind_MdDbArc___destroy___0=function(){return(Iq=
362
- b._emscripten_bind_MdDbArc___destroy___0=b.asm.emscripten_bind_MdDbArc___destroy___0).apply(null,arguments)},Jq=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(Jq=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=b.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},Kq=b._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(Kq=b._emscripten_bind_MdDbPolyline_setClosed_1=b.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},Lq=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=
363
- function(){return(Lq=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=b.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},Mq=b._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(Mq=b._emscripten_bind_MdDbPolyline_isClosed_0=b.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,arguments)},Nq=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(Nq=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=b.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,
364
- arguments)},Oq=b._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(Oq=b._emscripten_bind_MdDbPolyline_addVertexAt_5=b.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},Pq=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return(Pq=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=b.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},Qq=b._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(Qq=b._emscripten_bind_MdDbPolyline_numVerts_0=
365
- b.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},Rq=b._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(Rq=b._emscripten_bind_MdDbPolyline_getPointAt_1=b.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},Sq=b._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(Sq=b._emscripten_bind_MdDbPolyline_getBulgeAt_1=b.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},Tq=b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(Tq=
366
- b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},Uq=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(Uq=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,arguments)},Vq=b._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(Vq=b._emscripten_bind_MdDbPolyline_setPointAt_2=b.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,
367
- arguments)},Wq=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(Wq=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=b.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},Xq=b._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(Xq=b._emscripten_bind_MdDbPolyline_getStartParam_0=b.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},Yq=b._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(Yq=b._emscripten_bind_MdDbPolyline_getEndParam_0=
368
- b.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},Zq=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(Zq=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},$q=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return($q=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},ar=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=
369
- function(){return(ar=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},br=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return(br=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},cr=b._emscripten_bind_MdDbPolyline_getStartPoint_0=function(){return(cr=b._emscripten_bind_MdDbPolyline_getStartPoint_0=b.asm.emscripten_bind_MdDbPolyline_getStartPoint_0).apply(null,
370
- arguments)},dr=b._emscripten_bind_MdDbPolyline_getEndPoint_0=function(){return(dr=b._emscripten_bind_MdDbPolyline_getEndPoint_0=b.asm.emscripten_bind_MdDbPolyline_getEndPoint_0).apply(null,arguments)},er=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=function(){return(er=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtParam_1).apply(null,arguments)},fr=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=function(){return(fr=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=
371
- b.asm.emscripten_bind_MdDbPolyline_getParamAtPoint_1).apply(null,arguments)},gr=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=function(){return(gr=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDeriv_1).apply(null,arguments)},hr=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=function(){return(hr=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDerivEx_1).apply(null,arguments)},ir=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=
372
- function(){return(ir=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=b.asm.emscripten_bind_MdDbPolyline_getClosestPointTo_2).apply(null,arguments)},jr=b._emscripten_bind_MdDbPolyline_offsetCurves_2=function(){return(jr=b._emscripten_bind_MdDbPolyline_offsetCurves_2=b.asm.emscripten_bind_MdDbPolyline_offsetCurves_2).apply(null,arguments)},kr=b._emscripten_bind_MdDbPolyline_splitCurves_1=function(){return(kr=b._emscripten_bind_MdDbPolyline_splitCurves_1=b.asm.emscripten_bind_MdDbPolyline_splitCurves_1).apply(null,
373
- arguments)},lr=b._emscripten_bind_MdDbPolyline_getArea_0=function(){return(lr=b._emscripten_bind_MdDbPolyline_getArea_0=b.asm.emscripten_bind_MdDbPolyline_getArea_0).apply(null,arguments)},mr=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=function(){return(mr=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=b.asm.emscripten_bind_MdDbPolyline_getSamplePoints_1).apply(null,arguments)},nr=b._emscripten_bind_MdDbPolyline_getLength_0=function(){return(nr=b._emscripten_bind_MdDbPolyline_getLength_0=
374
- b.asm.emscripten_bind_MdDbPolyline_getLength_0).apply(null,arguments)},or=b._emscripten_bind_MdDbPolyline_explode_0=function(){return(or=b._emscripten_bind_MdDbPolyline_explode_0=b.asm.emscripten_bind_MdDbPolyline_explode_0).apply(null,arguments)},pr=b._emscripten_bind_MdDbPolyline_TrueColor_0=function(){return(pr=b._emscripten_bind_MdDbPolyline_TrueColor_0=b.asm.emscripten_bind_MdDbPolyline_TrueColor_0).apply(null,arguments)},qr=b._emscripten_bind_MdDbPolyline_SetTrueColor_1=function(){return(qr=
375
- b._emscripten_bind_MdDbPolyline_SetTrueColor_1=b.asm.emscripten_bind_MdDbPolyline_SetTrueColor_1).apply(null,arguments)},rr=b._emscripten_bind_MdDbPolyline_ColorIndex_0=function(){return(rr=b._emscripten_bind_MdDbPolyline_ColorIndex_0=b.asm.emscripten_bind_MdDbPolyline_ColorIndex_0).apply(null,arguments)},sr=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=function(){return(sr=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=b.asm.emscripten_bind_MdDbPolyline_SetColorIndex_1).apply(null,arguments)},
376
- tr=b._emscripten_bind_MdDbPolyline_Layer_0=function(){return(tr=b._emscripten_bind_MdDbPolyline_Layer_0=b.asm.emscripten_bind_MdDbPolyline_Layer_0).apply(null,arguments)},ur=b._emscripten_bind_MdDbPolyline_SetLayer_1=function(){return(ur=b._emscripten_bind_MdDbPolyline_SetLayer_1=b.asm.emscripten_bind_MdDbPolyline_SetLayer_1).apply(null,arguments)},vr=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=function(){return(vr=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=b.asm.emscripten_bind_MdDbPolyline_LinetypeScale_0).apply(null,
377
- arguments)},wr=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=function(){return(wr=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetypeScale_1).apply(null,arguments)},xr=b._emscripten_bind_MdDbPolyline_Visible_0=function(){return(xr=b._emscripten_bind_MdDbPolyline_Visible_0=b.asm.emscripten_bind_MdDbPolyline_Visible_0).apply(null,arguments)},yr=b._emscripten_bind_MdDbPolyline_SetVisible_1=function(){return(yr=b._emscripten_bind_MdDbPolyline_SetVisible_1=
378
- b.asm.emscripten_bind_MdDbPolyline_SetVisible_1).apply(null,arguments)},zr=b._emscripten_bind_MdDbPolyline_Lineweight_0=function(){return(zr=b._emscripten_bind_MdDbPolyline_Lineweight_0=b.asm.emscripten_bind_MdDbPolyline_Lineweight_0).apply(null,arguments)},Ar=b._emscripten_bind_MdDbPolyline_SetLineweight_1=function(){return(Ar=b._emscripten_bind_MdDbPolyline_SetLineweight_1=b.asm.emscripten_bind_MdDbPolyline_SetLineweight_1).apply(null,arguments)},Br=b._emscripten_bind_MdDbPolyline_TextStyle_0=function(){return(Br=
379
- b._emscripten_bind_MdDbPolyline_TextStyle_0=b.asm.emscripten_bind_MdDbPolyline_TextStyle_0).apply(null,arguments)},Cr=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=function(){return(Cr=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=b.asm.emscripten_bind_MdDbPolyline_SetTextStyle_1).apply(null,arguments)},Dr=b._emscripten_bind_MdDbPolyline_Highlight_1=function(){return(Dr=b._emscripten_bind_MdDbPolyline_Highlight_1=b.asm.emscripten_bind_MdDbPolyline_Highlight_1).apply(null,arguments)},Er=b._emscripten_bind_MdDbPolyline_Move_2=
380
- function(){return(Er=b._emscripten_bind_MdDbPolyline_Move_2=b.asm.emscripten_bind_MdDbPolyline_Move_2).apply(null,arguments)},Fr=b._emscripten_bind_MdDbPolyline_Rotate_2=function(){return(Fr=b._emscripten_bind_MdDbPolyline_Rotate_2=b.asm.emscripten_bind_MdDbPolyline_Rotate_2).apply(null,arguments)},Gr=b._emscripten_bind_MdDbPolyline_Mirror_2=function(){return(Gr=b._emscripten_bind_MdDbPolyline_Mirror_2=b.asm.emscripten_bind_MdDbPolyline_Mirror_2).apply(null,arguments)},Hr=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=
381
- function(){return(Hr=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=b.asm.emscripten_bind_MdDbPolyline_ScaleEntity_2).apply(null,arguments)},Ir=b._emscripten_bind_MdDbPolyline_TransformBy_1=function(){return(Ir=b._emscripten_bind_MdDbPolyline_TransformBy_1=b.asm.emscripten_bind_MdDbPolyline_TransformBy_1).apply(null,arguments)},Jr=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=function(){return(Jr=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=b.asm.emscripten_bind_MdDbPolyline_GetBoundingBox_0).apply(null,
382
- arguments)},Kr=b._emscripten_bind_MdDbPolyline_GetObjectID_0=function(){return(Kr=b._emscripten_bind_MdDbPolyline_GetObjectID_0=b.asm.emscripten_bind_MdDbPolyline_GetObjectID_0).apply(null,arguments)},Lr=b._emscripten_bind_MdDbPolyline_Erase_0=function(){return(Lr=b._emscripten_bind_MdDbPolyline_Erase_0=b.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},Mr=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(Mr=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=
383
- b.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},Nr=b._emscripten_bind_MdDbPolyline_Clone_0=function(){return(Nr=b._emscripten_bind_MdDbPolyline_Clone_0=b.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},Or=b._emscripten_bind_MdDbPolyline_GetHandle_0=function(){return(Or=b._emscripten_bind_MdDbPolyline_GetHandle_0=b.asm.emscripten_bind_MdDbPolyline_GetHandle_0).apply(null,arguments)},Pr=b._emscripten_bind_MdDbPolyline_GetDatabase_0=function(){return(Pr=
384
- b._emscripten_bind_MdDbPolyline_GetDatabase_0=b.asm.emscripten_bind_MdDbPolyline_GetDatabase_0).apply(null,arguments)},Qr=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=function(){return(Qr=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=b.asm.emscripten_bind_MdDbPolyline_GetOwnerID_0).apply(null,arguments)},Rr=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(Rr=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},
385
- Sr=b._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(Sr=b._emscripten_bind_MdDbPolyline_getObjectName_0=b.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},Tr=b._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(Tr=b._emscripten_bind_MdDbPolyline_getDxf0_0=b.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},Ur=b._emscripten_bind_MdDbPolyline_getJson_0=function(){return(Ur=b._emscripten_bind_MdDbPolyline_getJson_0=b.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,
386
- arguments)},Vr=b._emscripten_bind_MdDbPolyline_setJson_1=function(){return(Vr=b._emscripten_bind_MdDbPolyline_setJson_1=b.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},Wr=b._emscripten_bind_MdDbPolyline___destroy___0=function(){return(Wr=b._emscripten_bind_MdDbPolyline___destroy___0=b.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},Xr=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(Xr=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=
387
- b.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},Yr=b._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(Yr=b._emscripten_bind_MdDbBlockReference_blockTableRecord_0=b.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,arguments)},Zr=b._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(Zr=b._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=b.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,
388
- arguments)},$r=b._emscripten_bind_MdDbBlockReference_position_0=function(){return($r=b._emscripten_bind_MdDbBlockReference_position_0=b.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},as=b._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(as=b._emscripten_bind_MdDbBlockReference_setPosition_1=b.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},bs=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(bs=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=
389
- b.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},cs=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(cs=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=b.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,arguments)},ds=b._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(ds=b._emscripten_bind_MdDbBlockReference_rotation_0=b.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},es=b._emscripten_bind_MdDbBlockReference_setRotation_1=
390
- function(){return(es=b._emscripten_bind_MdDbBlockReference_setRotation_1=b.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},gs=b._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(gs=b._emscripten_bind_MdDbBlockReference_blockTransform_0=b.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},hs=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(hs=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=
391
- b.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},is=b._emscripten_bind_MdDbBlockReference_explode_0=function(){return(is=b._emscripten_bind_MdDbBlockReference_explode_0=b.asm.emscripten_bind_MdDbBlockReference_explode_0).apply(null,arguments)},js=b._emscripten_bind_MdDbBlockReference_TrueColor_0=function(){return(js=b._emscripten_bind_MdDbBlockReference_TrueColor_0=b.asm.emscripten_bind_MdDbBlockReference_TrueColor_0).apply(null,arguments)},ks=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=
392
- function(){return(ks=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=b.asm.emscripten_bind_MdDbBlockReference_SetTrueColor_1).apply(null,arguments)},ls=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=function(){return(ls=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=b.asm.emscripten_bind_MdDbBlockReference_ColorIndex_0).apply(null,arguments)},ms=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=function(){return(ms=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=b.asm.emscripten_bind_MdDbBlockReference_SetColorIndex_1).apply(null,
393
- arguments)},ns=b._emscripten_bind_MdDbBlockReference_Layer_0=function(){return(ns=b._emscripten_bind_MdDbBlockReference_Layer_0=b.asm.emscripten_bind_MdDbBlockReference_Layer_0).apply(null,arguments)},ps=b._emscripten_bind_MdDbBlockReference_SetLayer_1=function(){return(ps=b._emscripten_bind_MdDbBlockReference_SetLayer_1=b.asm.emscripten_bind_MdDbBlockReference_SetLayer_1).apply(null,arguments)},qs=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=function(){return(qs=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=
394
- b.asm.emscripten_bind_MdDbBlockReference_LinetypeScale_0).apply(null,arguments)},rs=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=function(){return(rs=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbBlockReference_SetLinetypeScale_1).apply(null,arguments)},ss=b._emscripten_bind_MdDbBlockReference_Visible_0=function(){return(ss=b._emscripten_bind_MdDbBlockReference_Visible_0=b.asm.emscripten_bind_MdDbBlockReference_Visible_0).apply(null,arguments)},ts=
395
- b._emscripten_bind_MdDbBlockReference_SetVisible_1=function(){return(ts=b._emscripten_bind_MdDbBlockReference_SetVisible_1=b.asm.emscripten_bind_MdDbBlockReference_SetVisible_1).apply(null,arguments)},us=b._emscripten_bind_MdDbBlockReference_Lineweight_0=function(){return(us=b._emscripten_bind_MdDbBlockReference_Lineweight_0=b.asm.emscripten_bind_MdDbBlockReference_Lineweight_0).apply(null,arguments)},vs=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=function(){return(vs=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=
396
- b.asm.emscripten_bind_MdDbBlockReference_SetLineweight_1).apply(null,arguments)},xs=b._emscripten_bind_MdDbBlockReference_TextStyle_0=function(){return(xs=b._emscripten_bind_MdDbBlockReference_TextStyle_0=b.asm.emscripten_bind_MdDbBlockReference_TextStyle_0).apply(null,arguments)},ys=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=function(){return(ys=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=b.asm.emscripten_bind_MdDbBlockReference_SetTextStyle_1).apply(null,arguments)},zs=b._emscripten_bind_MdDbBlockReference_Highlight_1=
397
- function(){return(zs=b._emscripten_bind_MdDbBlockReference_Highlight_1=b.asm.emscripten_bind_MdDbBlockReference_Highlight_1).apply(null,arguments)},As=b._emscripten_bind_MdDbBlockReference_Move_2=function(){return(As=b._emscripten_bind_MdDbBlockReference_Move_2=b.asm.emscripten_bind_MdDbBlockReference_Move_2).apply(null,arguments)},Bs=b._emscripten_bind_MdDbBlockReference_Rotate_2=function(){return(Bs=b._emscripten_bind_MdDbBlockReference_Rotate_2=b.asm.emscripten_bind_MdDbBlockReference_Rotate_2).apply(null,
398
- arguments)},Cs=b._emscripten_bind_MdDbBlockReference_Mirror_2=function(){return(Cs=b._emscripten_bind_MdDbBlockReference_Mirror_2=b.asm.emscripten_bind_MdDbBlockReference_Mirror_2).apply(null,arguments)},Ds=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=function(){return(Ds=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=b.asm.emscripten_bind_MdDbBlockReference_ScaleEntity_2).apply(null,arguments)},Es=b._emscripten_bind_MdDbBlockReference_TransformBy_1=function(){return(Es=b._emscripten_bind_MdDbBlockReference_TransformBy_1=
399
- b.asm.emscripten_bind_MdDbBlockReference_TransformBy_1).apply(null,arguments)},Fs=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=function(){return(Fs=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=b.asm.emscripten_bind_MdDbBlockReference_GetBoundingBox_0).apply(null,arguments)},Gs=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=function(){return(Gs=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockReference_GetObjectID_0).apply(null,arguments)},
400
- Hs=b._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(Hs=b._emscripten_bind_MdDbBlockReference_Erase_0=b.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},Is=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(Is=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},Js=b._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(Js=b._emscripten_bind_MdDbBlockReference_Clone_0=
401
- b.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},Ks=b._emscripten_bind_MdDbBlockReference_GetHandle_0=function(){return(Ks=b._emscripten_bind_MdDbBlockReference_GetHandle_0=b.asm.emscripten_bind_MdDbBlockReference_GetHandle_0).apply(null,arguments)},Ls=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=function(){return(Ls=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockReference_GetDatabase_0).apply(null,arguments)},Ms=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=
402
- function(){return(Ms=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockReference_GetOwnerID_0).apply(null,arguments)},Ns=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(Ns=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},Os=b._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(Os=b._emscripten_bind_MdDbBlockReference_getObjectName_0=
403
- b.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},Ps=b._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return(Ps=b._emscripten_bind_MdDbBlockReference_getDxf0_0=b.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},Qs=b._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(Qs=b._emscripten_bind_MdDbBlockReference_getJson_0=b.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},Rs=b._emscripten_bind_MdDbBlockReference_setJson_1=
404
- function(){return(Rs=b._emscripten_bind_MdDbBlockReference_setJson_1=b.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},Ss=b._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(Ss=b._emscripten_bind_MdDbBlockReference___destroy___0=b.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},Ts=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=function(){return(Ts=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=
405
- b.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,arguments)},Us=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return(Us=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},Vs=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return(Vs=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,
406
- arguments)},Ws=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=function(){return(Ws=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},Xs=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(Xs=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,arguments)},Ys=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=
407
- function(){return(Ys=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},Zs=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(Zs=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},$s=b._emscripten_bind_MdDbAlignedDimension_oblique_0=function(){return($s=b._emscripten_bind_MdDbAlignedDimension_oblique_0=
408
- b.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},at=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(at=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=b.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},bt=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(bt=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,arguments)},
409
- ct=b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(ct=b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},dt=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(dt=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},et=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
410
- function(){return(et=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},ft=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(ft=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},gt=b._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(gt=b._emscripten_bind_MdDbAlignedDimension_elevation_0=
411
- b.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,arguments)},ht=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(ht=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},it=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(it=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,
412
- arguments)},jt=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=function(){return(jt=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},kt=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(kt=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},lt=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
413
- function(){return(lt=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},mt=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return(mt=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},nt=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(nt=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=
414
- b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,arguments)},ot=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(ot=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},pt=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(pt=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,
415
- arguments)},qt=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=function(){return(qt=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},rt=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(rt=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},st=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
416
- function(){return(st=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=b.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},tt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(tt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},ut=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(ut=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=
417
- b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,arguments)},vt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(vt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},wt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(wt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,
418
- arguments)},xt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=function(){return(xt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},yt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(yt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},zt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
419
- function(){return(zt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},At=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(At=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},Bt=b._emscripten_bind_MdDbAlignedDimension_explode_0=function(){return(Bt=b._emscripten_bind_MdDbAlignedDimension_explode_0=
420
- b.asm.emscripten_bind_MdDbAlignedDimension_explode_0).apply(null,arguments)},Ct=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=function(){return(Ct=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbAlignedDimension_TrueColor_0).apply(null,arguments)},Dt=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=function(){return(Dt=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTrueColor_1).apply(null,arguments)},Et=
421
- b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=function(){return(Et=b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbAlignedDimension_ColorIndex_0).apply(null,arguments)},Ft=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=function(){return(Ft=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetColorIndex_1).apply(null,arguments)},Gt=b._emscripten_bind_MdDbAlignedDimension_Layer_0=function(){return(Gt=b._emscripten_bind_MdDbAlignedDimension_Layer_0=
422
- b.asm.emscripten_bind_MdDbAlignedDimension_Layer_0).apply(null,arguments)},Ht=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=function(){return(Ht=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLayer_1).apply(null,arguments)},It=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=function(){return(It=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbAlignedDimension_LinetypeScale_0).apply(null,arguments)},Jt=
423
- b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=function(){return(Jt=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1).apply(null,arguments)},Kt=b._emscripten_bind_MdDbAlignedDimension_Visible_0=function(){return(Kt=b._emscripten_bind_MdDbAlignedDimension_Visible_0=b.asm.emscripten_bind_MdDbAlignedDimension_Visible_0).apply(null,arguments)},Lt=b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=function(){return(Lt=
424
- b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetVisible_1).apply(null,arguments)},Mt=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=function(){return(Mt=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbAlignedDimension_Lineweight_0).apply(null,arguments)},Nt=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=function(){return(Nt=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLineweight_1).apply(null,
425
- arguments)},Ot=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=function(){return(Ot=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_TextStyle_0).apply(null,arguments)},Pt=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=function(){return(Pt=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTextStyle_1).apply(null,arguments)},Qt=b._emscripten_bind_MdDbAlignedDimension_Highlight_1=function(){return(Qt=
426
- b._emscripten_bind_MdDbAlignedDimension_Highlight_1=b.asm.emscripten_bind_MdDbAlignedDimension_Highlight_1).apply(null,arguments)},Rt=b._emscripten_bind_MdDbAlignedDimension_Move_2=function(){return(Rt=b._emscripten_bind_MdDbAlignedDimension_Move_2=b.asm.emscripten_bind_MdDbAlignedDimension_Move_2).apply(null,arguments)},St=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=function(){return(St=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=b.asm.emscripten_bind_MdDbAlignedDimension_Rotate_2).apply(null,
427
- arguments)},Tt=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=function(){return(Tt=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=b.asm.emscripten_bind_MdDbAlignedDimension_Mirror_2).apply(null,arguments)},Ut=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=function(){return(Ut=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbAlignedDimension_ScaleEntity_2).apply(null,arguments)},Vt=b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=function(){return(Vt=
428
- b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbAlignedDimension_TransformBy_1).apply(null,arguments)},Wt=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=function(){return(Wt=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0).apply(null,arguments)},Xt=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=function(){return(Xt=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetObjectID_0).apply(null,
429
- arguments)},Yt=b._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(Yt=b._emscripten_bind_MdDbAlignedDimension_Erase_0=b.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},Zt=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=function(){return(Zt=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,arguments)},$t=b._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return($t=
430
- b._emscripten_bind_MdDbAlignedDimension_Clone_0=b.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},au=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=function(){return(au=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetHandle_0).apply(null,arguments)},bu=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=function(){return(bu=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetDatabase_0).apply(null,
431
- arguments)},cu=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=function(){return(cu=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetOwnerID_0).apply(null,arguments)},du=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(du=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},eu=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=
432
- function(){return(eu=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},fu=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(fu=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},gu=b._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(gu=b._emscripten_bind_MdDbAlignedDimension_getJson_0=b.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,
433
- arguments)},hu=b._emscripten_bind_MdDbAlignedDimension_setJson_1=function(){return(hu=b._emscripten_bind_MdDbAlignedDimension_setJson_1=b.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},iu=b._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(iu=b._emscripten_bind_MdDbAlignedDimension___destroy___0=b.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},ju=b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=function(){return(ju=
434
- b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=b.asm.emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0).apply(null,arguments)},ku=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=function(){return(ku=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbRotatedDimension_xLine1Point_0).apply(null,arguments)},lu=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=function(){return(lu=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=
435
- b.asm.emscripten_bind_MdDbRotatedDimension_setXLine1Point_1).apply(null,arguments)},mu=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=function(){return(mu=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=b.asm.emscripten_bind_MdDbRotatedDimension_xLine2Point_0).apply(null,arguments)},nu=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=function(){return(nu=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbRotatedDimension_setXLine2Point_1).apply(null,
436
- arguments)},ou=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=function(){return(ou=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimLinePoint_0).apply(null,arguments)},pu=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=function(){return(pu=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1).apply(null,arguments)},qu=b._emscripten_bind_MdDbRotatedDimension_rotation_0=
437
- function(){return(qu=b._emscripten_bind_MdDbRotatedDimension_rotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_rotation_0).apply(null,arguments)},ru=b._emscripten_bind_MdDbRotatedDimension_setRotation_1=function(){return(ru=b._emscripten_bind_MdDbRotatedDimension_setRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setRotation_1).apply(null,arguments)},su=b._emscripten_bind_MdDbRotatedDimension_oblique_0=function(){return(su=b._emscripten_bind_MdDbRotatedDimension_oblique_0=b.asm.emscripten_bind_MdDbRotatedDimension_oblique_0).apply(null,
438
- arguments)},tu=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=function(){return(tu=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=b.asm.emscripten_bind_MdDbRotatedDimension_setOblique_1).apply(null,arguments)},uu=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=function(){return(uu=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_textPosition_0).apply(null,arguments)},vu=b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=function(){return(vu=
439
- b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextPosition_1).apply(null,arguments)},wu=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=function(){return(wu=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},xu=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=function(){return(xu=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=
440
- b.asm.emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0).apply(null,arguments)},yu=b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=function(){return(yu=b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0).apply(null,arguments)},zu=b._emscripten_bind_MdDbRotatedDimension_elevation_0=function(){return(zu=b._emscripten_bind_MdDbRotatedDimension_elevation_0=b.asm.emscripten_bind_MdDbRotatedDimension_elevation_0).apply(null,
441
- arguments)},Au=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=function(){return(Au=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setElevation_1).apply(null,arguments)},Bu=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=function(){return(Bu=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimensionText_0).apply(null,arguments)},Cu=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=
442
- function(){return(Cu=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionText_1).apply(null,arguments)},Du=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=function(){return(Du=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_textRotation_0).apply(null,arguments)},Eu=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=function(){return(Eu=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=
443
- b.asm.emscripten_bind_MdDbRotatedDimension_setTextRotation_1).apply(null,arguments)},Fu=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=function(){return(Fu=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimensionStyle_0).apply(null,arguments)},Gu=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=function(){return(Gu=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1).apply(null,
444
- arguments)},Hu=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=function(){return(Hu=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbRotatedDimension_textAttachment_0).apply(null,arguments)},Iu=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=function(){return(Iu=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextAttachment_1).apply(null,arguments)},Ju=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=
445
- function(){return(Ju=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_horizontalRotation_0).apply(null,arguments)},Ku=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=function(){return(Ku=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1).apply(null,arguments)},Lu=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=function(){return(Lu=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=
446
- b.asm.emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1).apply(null,arguments)},Mu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=function(){return(Mu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1).apply(null,arguments)},Nu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=function(){return(Nu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2).apply(null,
447
- arguments)},Ou=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=function(){return(Ou=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1).apply(null,arguments)},Pu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=function(){return(Pu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2).apply(null,arguments)},Qu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=
448
- function(){return(Qu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarString_1).apply(null,arguments)},Ru=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=function(){return(Ru=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarString_2).apply(null,arguments)},Su=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=function(){return(Su=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=
449
- b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1).apply(null,arguments)},Tu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=function(){return(Tu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2).apply(null,arguments)},Uu=b._emscripten_bind_MdDbRotatedDimension_explode_0=function(){return(Uu=b._emscripten_bind_MdDbRotatedDimension_explode_0=b.asm.emscripten_bind_MdDbRotatedDimension_explode_0).apply(null,
450
- arguments)},Vu=b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=function(){return(Vu=b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbRotatedDimension_TrueColor_0).apply(null,arguments)},Wu=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=function(){return(Wu=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTrueColor_1).apply(null,arguments)},Xu=b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=function(){return(Xu=
451
- b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbRotatedDimension_ColorIndex_0).apply(null,arguments)},Yu=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=function(){return(Yu=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetColorIndex_1).apply(null,arguments)},Zu=b._emscripten_bind_MdDbRotatedDimension_Layer_0=function(){return(Zu=b._emscripten_bind_MdDbRotatedDimension_Layer_0=b.asm.emscripten_bind_MdDbRotatedDimension_Layer_0).apply(null,
452
- arguments)},$u=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=function(){return($u=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLayer_1).apply(null,arguments)},av=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=function(){return(av=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbRotatedDimension_LinetypeScale_0).apply(null,arguments)},bv=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=function(){return(bv=
453
- b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1).apply(null,arguments)},cv=b._emscripten_bind_MdDbRotatedDimension_Visible_0=function(){return(cv=b._emscripten_bind_MdDbRotatedDimension_Visible_0=b.asm.emscripten_bind_MdDbRotatedDimension_Visible_0).apply(null,arguments)},dv=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=function(){return(dv=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetVisible_1).apply(null,
454
- arguments)},ev=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=function(){return(ev=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbRotatedDimension_Lineweight_0).apply(null,arguments)},fv=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=function(){return(fv=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLineweight_1).apply(null,arguments)},gv=b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=function(){return(gv=
455
- b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=b.asm.emscripten_bind_MdDbRotatedDimension_TextStyle_0).apply(null,arguments)},hv=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=function(){return(hv=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTextStyle_1).apply(null,arguments)},iv=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=function(){return(iv=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=b.asm.emscripten_bind_MdDbRotatedDimension_Highlight_1).apply(null,
456
- arguments)},jv=b._emscripten_bind_MdDbRotatedDimension_Move_2=function(){return(jv=b._emscripten_bind_MdDbRotatedDimension_Move_2=b.asm.emscripten_bind_MdDbRotatedDimension_Move_2).apply(null,arguments)},kv=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=function(){return(kv=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=b.asm.emscripten_bind_MdDbRotatedDimension_Rotate_2).apply(null,arguments)},lv=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=function(){return(lv=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=
457
- b.asm.emscripten_bind_MdDbRotatedDimension_Mirror_2).apply(null,arguments)},mv=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=function(){return(mv=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbRotatedDimension_ScaleEntity_2).apply(null,arguments)},nv=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=function(){return(nv=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbRotatedDimension_TransformBy_1).apply(null,arguments)},
458
- ov=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=function(){return(ov=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0).apply(null,arguments)},pv=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=function(){return(pv=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetObjectID_0).apply(null,arguments)},qv=b._emscripten_bind_MdDbRotatedDimension_Erase_0=function(){return(qv=
459
- b._emscripten_bind_MdDbRotatedDimension_Erase_0=b.asm.emscripten_bind_MdDbRotatedDimension_Erase_0).apply(null,arguments)},rv=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=function(){return(rv=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1).apply(null,arguments)},sv=b._emscripten_bind_MdDbRotatedDimension_Clone_0=function(){return(sv=b._emscripten_bind_MdDbRotatedDimension_Clone_0=b.asm.emscripten_bind_MdDbRotatedDimension_Clone_0).apply(null,
460
- arguments)},tv=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=function(){return(tv=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetHandle_0).apply(null,arguments)},uv=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=function(){return(uv=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetDatabase_0).apply(null,arguments)},vv=b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=function(){return(vv=
461
- b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetOwnerID_0).apply(null,arguments)},wv=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=function(){return(wv=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4).apply(null,arguments)},xv=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=function(){return(xv=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbRotatedDimension_getObjectName_0).apply(null,
462
- arguments)},yv=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=function(){return(yv=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbRotatedDimension_getDxf0_0).apply(null,arguments)},zv=b._emscripten_bind_MdDbRotatedDimension_getJson_0=function(){return(zv=b._emscripten_bind_MdDbRotatedDimension_getJson_0=b.asm.emscripten_bind_MdDbRotatedDimension_getJson_0).apply(null,arguments)},Av=b._emscripten_bind_MdDbRotatedDimension_setJson_1=function(){return(Av=b._emscripten_bind_MdDbRotatedDimension_setJson_1=
463
- b.asm.emscripten_bind_MdDbRotatedDimension_setJson_1).apply(null,arguments)},Bv=b._emscripten_bind_MdDbRotatedDimension___destroy___0=function(){return(Bv=b._emscripten_bind_MdDbRotatedDimension___destroy___0=b.asm.emscripten_bind_MdDbRotatedDimension___destroy___0).apply(null,arguments)},Cv=b._emscripten_bind_MdDbMText_MdDbMText_0=function(){return(Cv=b._emscripten_bind_MdDbMText_MdDbMText_0=b.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},Dv=b._emscripten_bind_MdDbMText_location_0=
464
- function(){return(Dv=b._emscripten_bind_MdDbMText_location_0=b.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},Ev=b._emscripten_bind_MdDbMText_setLocation_1=function(){return(Ev=b._emscripten_bind_MdDbMText_setLocation_1=b.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},Fv=b._emscripten_bind_MdDbMText_rotation_0=function(){return(Fv=b._emscripten_bind_MdDbMText_rotation_0=b.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},Gv=b._emscripten_bind_MdDbMText_setRotation_1=
465
- function(){return(Gv=b._emscripten_bind_MdDbMText_setRotation_1=b.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,arguments)},Hv=b._emscripten_bind_MdDbMText_width_0=function(){return(Hv=b._emscripten_bind_MdDbMText_width_0=b.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},Iv=b._emscripten_bind_MdDbMText_setWidth_1=function(){return(Iv=b._emscripten_bind_MdDbMText_setWidth_1=b.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},Jv=b._emscripten_bind_MdDbMText_textHeight_0=
466
- function(){return(Jv=b._emscripten_bind_MdDbMText_textHeight_0=b.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,arguments)},Kv=b._emscripten_bind_MdDbMText_setTextHeight_1=function(){return(Kv=b._emscripten_bind_MdDbMText_setTextHeight_1=b.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},Lv=b._emscripten_bind_MdDbMText_attachment_0=function(){return(Lv=b._emscripten_bind_MdDbMText_attachment_0=b.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},Mv=b._emscripten_bind_MdDbMText_setAttachment_1=
467
- function(){return(Mv=b._emscripten_bind_MdDbMText_setAttachment_1=b.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,arguments)},Nv=b._emscripten_bind_MdDbMText_contents_0=function(){return(Nv=b._emscripten_bind_MdDbMText_contents_0=b.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},Ov=b._emscripten_bind_MdDbMText_setContents_1=function(){return(Ov=b._emscripten_bind_MdDbMText_setContents_1=b.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},Pv=b._emscripten_bind_MdDbMText_explode_0=
468
- function(){return(Pv=b._emscripten_bind_MdDbMText_explode_0=b.asm.emscripten_bind_MdDbMText_explode_0).apply(null,arguments)},Qv=b._emscripten_bind_MdDbMText_TrueColor_0=function(){return(Qv=b._emscripten_bind_MdDbMText_TrueColor_0=b.asm.emscripten_bind_MdDbMText_TrueColor_0).apply(null,arguments)},Rv=b._emscripten_bind_MdDbMText_SetTrueColor_1=function(){return(Rv=b._emscripten_bind_MdDbMText_SetTrueColor_1=b.asm.emscripten_bind_MdDbMText_SetTrueColor_1).apply(null,arguments)},Sv=b._emscripten_bind_MdDbMText_ColorIndex_0=
469
- function(){return(Sv=b._emscripten_bind_MdDbMText_ColorIndex_0=b.asm.emscripten_bind_MdDbMText_ColorIndex_0).apply(null,arguments)},Tv=b._emscripten_bind_MdDbMText_SetColorIndex_1=function(){return(Tv=b._emscripten_bind_MdDbMText_SetColorIndex_1=b.asm.emscripten_bind_MdDbMText_SetColorIndex_1).apply(null,arguments)},Uv=b._emscripten_bind_MdDbMText_Layer_0=function(){return(Uv=b._emscripten_bind_MdDbMText_Layer_0=b.asm.emscripten_bind_MdDbMText_Layer_0).apply(null,arguments)},Vv=b._emscripten_bind_MdDbMText_SetLayer_1=
470
- function(){return(Vv=b._emscripten_bind_MdDbMText_SetLayer_1=b.asm.emscripten_bind_MdDbMText_SetLayer_1).apply(null,arguments)},Wv=b._emscripten_bind_MdDbMText_LinetypeScale_0=function(){return(Wv=b._emscripten_bind_MdDbMText_LinetypeScale_0=b.asm.emscripten_bind_MdDbMText_LinetypeScale_0).apply(null,arguments)},Xv=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=function(){return(Xv=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbMText_SetLinetypeScale_1).apply(null,arguments)},
471
- Yv=b._emscripten_bind_MdDbMText_Visible_0=function(){return(Yv=b._emscripten_bind_MdDbMText_Visible_0=b.asm.emscripten_bind_MdDbMText_Visible_0).apply(null,arguments)},Zv=b._emscripten_bind_MdDbMText_SetVisible_1=function(){return(Zv=b._emscripten_bind_MdDbMText_SetVisible_1=b.asm.emscripten_bind_MdDbMText_SetVisible_1).apply(null,arguments)},$v=b._emscripten_bind_MdDbMText_Lineweight_0=function(){return($v=b._emscripten_bind_MdDbMText_Lineweight_0=b.asm.emscripten_bind_MdDbMText_Lineweight_0).apply(null,
472
- arguments)},aw=b._emscripten_bind_MdDbMText_SetLineweight_1=function(){return(aw=b._emscripten_bind_MdDbMText_SetLineweight_1=b.asm.emscripten_bind_MdDbMText_SetLineweight_1).apply(null,arguments)},bw=b._emscripten_bind_MdDbMText_TextStyle_0=function(){return(bw=b._emscripten_bind_MdDbMText_TextStyle_0=b.asm.emscripten_bind_MdDbMText_TextStyle_0).apply(null,arguments)},cw=b._emscripten_bind_MdDbMText_SetTextStyle_1=function(){return(cw=b._emscripten_bind_MdDbMText_SetTextStyle_1=b.asm.emscripten_bind_MdDbMText_SetTextStyle_1).apply(null,
473
- arguments)},dw=b._emscripten_bind_MdDbMText_Highlight_1=function(){return(dw=b._emscripten_bind_MdDbMText_Highlight_1=b.asm.emscripten_bind_MdDbMText_Highlight_1).apply(null,arguments)},ew=b._emscripten_bind_MdDbMText_Move_2=function(){return(ew=b._emscripten_bind_MdDbMText_Move_2=b.asm.emscripten_bind_MdDbMText_Move_2).apply(null,arguments)},fw=b._emscripten_bind_MdDbMText_Rotate_2=function(){return(fw=b._emscripten_bind_MdDbMText_Rotate_2=b.asm.emscripten_bind_MdDbMText_Rotate_2).apply(null,arguments)},
474
- gw=b._emscripten_bind_MdDbMText_Mirror_2=function(){return(gw=b._emscripten_bind_MdDbMText_Mirror_2=b.asm.emscripten_bind_MdDbMText_Mirror_2).apply(null,arguments)},hw=b._emscripten_bind_MdDbMText_ScaleEntity_2=function(){return(hw=b._emscripten_bind_MdDbMText_ScaleEntity_2=b.asm.emscripten_bind_MdDbMText_ScaleEntity_2).apply(null,arguments)},iw=b._emscripten_bind_MdDbMText_TransformBy_1=function(){return(iw=b._emscripten_bind_MdDbMText_TransformBy_1=b.asm.emscripten_bind_MdDbMText_TransformBy_1).apply(null,
475
- arguments)},jw=b._emscripten_bind_MdDbMText_GetBoundingBox_0=function(){return(jw=b._emscripten_bind_MdDbMText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbMText_GetBoundingBox_0).apply(null,arguments)},kw=b._emscripten_bind_MdDbMText_GetObjectID_0=function(){return(kw=b._emscripten_bind_MdDbMText_GetObjectID_0=b.asm.emscripten_bind_MdDbMText_GetObjectID_0).apply(null,arguments)},lw=b._emscripten_bind_MdDbMText_Erase_0=function(){return(lw=b._emscripten_bind_MdDbMText_Erase_0=b.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,
476
- arguments)},mw=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=function(){return(mw=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,arguments)},nw=b._emscripten_bind_MdDbMText_Clone_0=function(){return(nw=b._emscripten_bind_MdDbMText_Clone_0=b.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},ow=b._emscripten_bind_MdDbMText_GetHandle_0=function(){return(ow=b._emscripten_bind_MdDbMText_GetHandle_0=b.asm.emscripten_bind_MdDbMText_GetHandle_0).apply(null,
477
- arguments)},pw=b._emscripten_bind_MdDbMText_GetDatabase_0=function(){return(pw=b._emscripten_bind_MdDbMText_GetDatabase_0=b.asm.emscripten_bind_MdDbMText_GetDatabase_0).apply(null,arguments)},qw=b._emscripten_bind_MdDbMText_GetOwnerID_0=function(){return(qw=b._emscripten_bind_MdDbMText_GetOwnerID_0=b.asm.emscripten_bind_MdDbMText_GetOwnerID_0).apply(null,arguments)},rw=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(rw=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,
478
- arguments)},sw=b._emscripten_bind_MdDbMText_getObjectName_0=function(){return(sw=b._emscripten_bind_MdDbMText_getObjectName_0=b.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,arguments)},tw=b._emscripten_bind_MdDbMText_getDxf0_0=function(){return(tw=b._emscripten_bind_MdDbMText_getDxf0_0=b.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},uw=b._emscripten_bind_MdDbMText_getJson_0=function(){return(uw=b._emscripten_bind_MdDbMText_getJson_0=b.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,
479
- arguments)},vw=b._emscripten_bind_MdDbMText_setJson_1=function(){return(vw=b._emscripten_bind_MdDbMText_setJson_1=b.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,arguments)},ww=b._emscripten_bind_MdDbMText___destroy___0=function(){return(ww=b._emscripten_bind_MdDbMText___destroy___0=b.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},xw=b._emscripten_bind_MdDbBlockTableRecordIterator_start_2=function(){return(xw=b._emscripten_bind_MdDbBlockTableRecordIterator_start_2=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_start_2).apply(null,
480
- arguments)},yw=b._emscripten_bind_MdDbBlockTableRecordIterator_done_0=function(){return(yw=b._emscripten_bind_MdDbBlockTableRecordIterator_done_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_done_0).apply(null,arguments)},zw=b._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=function(){return(zw=b._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0).apply(null,arguments)},Aw=b._emscripten_bind_MdDbBlockTableRecordIterator_step_2=
481
- function(){return(Aw=b._emscripten_bind_MdDbBlockTableRecordIterator_step_2=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_step_2).apply(null,arguments)},Bw=b._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=function(){return(Bw=b._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0).apply(null,arguments)},Cw=b._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=function(){return(Cw=b._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=
482
- b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0).apply(null,arguments)},Dw=b._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=function(){return(Dw=b._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getJson_0).apply(null,arguments)},Ew=b._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=function(){return(Ew=b._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_setJson_1).apply(null,
483
- arguments)},Fw=b._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=function(){return(Fw=b._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator___destroy___0).apply(null,arguments)},Gw=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=function(){return(Gw=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=b.asm.emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0).apply(null,arguments)},Hw=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=
484
- function(){return(Hw=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=b.asm.emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1).apply(null,arguments)},Iw=b._emscripten_bind_MdDbBlockTableRecord_newIterator_2=function(){return(Iw=b._emscripten_bind_MdDbBlockTableRecord_newIterator_2=b.asm.emscripten_bind_MdDbBlockTableRecord_newIterator_2).apply(null,arguments)},Jw=b._emscripten_bind_MdDbBlockTableRecord_origin_0=function(){return(Jw=b._emscripten_bind_MdDbBlockTableRecord_origin_0=
485
- b.asm.emscripten_bind_MdDbBlockTableRecord_origin_0).apply(null,arguments)},Kw=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=function(){return(Kw=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setOrigin_1).apply(null,arguments)},Lw=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=function(){return(Lw=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetObjectID_0).apply(null,arguments)},Mw=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=
486
- function(){return(Mw=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_Erase_0).apply(null,arguments)},Nw=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=function(){return(Nw=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1).apply(null,arguments)},Ow=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=function(){return(Ow=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=
487
- b.asm.emscripten_bind_MdDbBlockTableRecord_Clone_0).apply(null,arguments)},Pw=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=function(){return(Pw=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetHandle_0).apply(null,arguments)},Qw=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=function(){return(Qw=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetDatabase_0).apply(null,arguments)},Rw=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=
488
- function(){return(Rw=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0).apply(null,arguments)},Sw=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=function(){return(Sw=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4).apply(null,arguments)},Tw=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=function(){return(Tw=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=
489
- b.asm.emscripten_bind_MdDbBlockTableRecord_getObjectName_0).apply(null,arguments)},Uw=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=function(){return(Uw=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getDxf0_0).apply(null,arguments)},Vw=b._emscripten_bind_MdDbBlockTableRecord_getJson_0=function(){return(Vw=b._emscripten_bind_MdDbBlockTableRecord_getJson_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getJson_0).apply(null,arguments)},Ww=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=
490
- function(){return(Ww=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setJson_1).apply(null,arguments)},Xw=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=function(){return(Xw=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=b.asm.emscripten_bind_MdDbBlockTableRecord___destroy___0).apply(null,arguments)},Yw=b._emscripten_bind_MdDbBlockTableIterator_start_2=function(){return(Yw=b._emscripten_bind_MdDbBlockTableIterator_start_2=b.asm.emscripten_bind_MdDbBlockTableIterator_start_2).apply(null,
491
- arguments)},Zw=b._emscripten_bind_MdDbBlockTableIterator_done_0=function(){return(Zw=b._emscripten_bind_MdDbBlockTableIterator_done_0=b.asm.emscripten_bind_MdDbBlockTableIterator_done_0).apply(null,arguments)},$w=b._emscripten_bind_MdDbBlockTableIterator_getRecord_0=function(){return($w=b._emscripten_bind_MdDbBlockTableIterator_getRecord_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getRecord_0).apply(null,arguments)},ax=b._emscripten_bind_MdDbBlockTableIterator_step_2=function(){return(ax=b._emscripten_bind_MdDbBlockTableIterator_step_2=
492
- b.asm.emscripten_bind_MdDbBlockTableIterator_step_2).apply(null,arguments)},bx=b._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=function(){return(bx=b._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getObjectName_0).apply(null,arguments)},cx=b._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=function(){return(cx=b._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getDxf0_0).apply(null,arguments)},
493
- dx=b._emscripten_bind_MdDbBlockTableIterator_getJson_0=function(){return(dx=b._emscripten_bind_MdDbBlockTableIterator_getJson_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getJson_0).apply(null,arguments)},ex=b._emscripten_bind_MdDbBlockTableIterator_setJson_1=function(){return(ex=b._emscripten_bind_MdDbBlockTableIterator_setJson_1=b.asm.emscripten_bind_MdDbBlockTableIterator_setJson_1).apply(null,arguments)},fx=b._emscripten_bind_MdDbBlockTableIterator___destroy___0=function(){return(fx=b._emscripten_bind_MdDbBlockTableIterator___destroy___0=
494
- b.asm.emscripten_bind_MdDbBlockTableIterator___destroy___0).apply(null,arguments)},gx=b._emscripten_bind_MdDbBlockTable_getAt_1=function(){return(gx=b._emscripten_bind_MdDbBlockTable_getAt_1=b.asm.emscripten_bind_MdDbBlockTable_getAt_1).apply(null,arguments)},hx=b._emscripten_bind_MdDbBlockTable_has_1=function(){return(hx=b._emscripten_bind_MdDbBlockTable_has_1=b.asm.emscripten_bind_MdDbBlockTable_has_1).apply(null,arguments)},ix=b._emscripten_bind_MdDbBlockTable_newIterator_2=function(){return(ix=
495
- b._emscripten_bind_MdDbBlockTable_newIterator_2=b.asm.emscripten_bind_MdDbBlockTable_newIterator_2).apply(null,arguments)},jx=b._emscripten_bind_MdDbBlockTable_add_1=function(){return(jx=b._emscripten_bind_MdDbBlockTable_add_1=b.asm.emscripten_bind_MdDbBlockTable_add_1).apply(null,arguments)},kx=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=function(){return(kx=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTable_GetObjectID_0).apply(null,arguments)},lx=b._emscripten_bind_MdDbBlockTable_Erase_0=
496
- function(){return(lx=b._emscripten_bind_MdDbBlockTable_Erase_0=b.asm.emscripten_bind_MdDbBlockTable_Erase_0).apply(null,arguments)},mx=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=function(){return(mx=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTable_ConnectionTempObject_1).apply(null,arguments)},nx=b._emscripten_bind_MdDbBlockTable_Clone_0=function(){return(nx=b._emscripten_bind_MdDbBlockTable_Clone_0=b.asm.emscripten_bind_MdDbBlockTable_Clone_0).apply(null,
497
- arguments)},ox=b._emscripten_bind_MdDbBlockTable_GetHandle_0=function(){return(ox=b._emscripten_bind_MdDbBlockTable_GetHandle_0=b.asm.emscripten_bind_MdDbBlockTable_GetHandle_0).apply(null,arguments)},px=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=function(){return(px=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTable_GetDatabase_0).apply(null,arguments)},qx=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=function(){return(qx=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=
498
- b.asm.emscripten_bind_MdDbBlockTable_GetOwnerID_0).apply(null,arguments)},rx=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=function(){return(rx=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockTable_moveGripPointsAt_4).apply(null,arguments)},sx=b._emscripten_bind_MdDbBlockTable_getObjectName_0=function(){return(sx=b._emscripten_bind_MdDbBlockTable_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTable_getObjectName_0).apply(null,arguments)},tx=b._emscripten_bind_MdDbBlockTable_getDxf0_0=
499
- function(){return(tx=b._emscripten_bind_MdDbBlockTable_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTable_getDxf0_0).apply(null,arguments)},ux=b._emscripten_bind_MdDbBlockTable_getJson_0=function(){return(ux=b._emscripten_bind_MdDbBlockTable_getJson_0=b.asm.emscripten_bind_MdDbBlockTable_getJson_0).apply(null,arguments)},vx=b._emscripten_bind_MdDbBlockTable_setJson_1=function(){return(vx=b._emscripten_bind_MdDbBlockTable_setJson_1=b.asm.emscripten_bind_MdDbBlockTable_setJson_1).apply(null,arguments)},
500
- wx=b._emscripten_bind_MdDbBlockTable___destroy___0=function(){return(wx=b._emscripten_bind_MdDbBlockTable___destroy___0=b.asm.emscripten_bind_MdDbBlockTable___destroy___0).apply(null,arguments)},xx=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=function(){return(xx=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=b.asm.emscripten_bind_McDrawSelSet_McDrawSelSet_0).apply(null,arguments)},yx=b._emscripten_bind_McDrawSelSet_allSelect_1=function(){return(yx=b._emscripten_bind_McDrawSelSet_allSelect_1=b.asm.emscripten_bind_McDrawSelSet_allSelect_1).apply(null,
501
- arguments)},zx=b._emscripten_bind_McDrawSelSet_pointSelect_4=function(){return(zx=b._emscripten_bind_McDrawSelSet_pointSelect_4=b.asm.emscripten_bind_McDrawSelSet_pointSelect_4).apply(null,arguments)},Ax=b._emscripten_bind_McDrawSelSet_crossingSelect_5=function(){return(Ax=b._emscripten_bind_McDrawSelSet_crossingSelect_5=b.asm.emscripten_bind_McDrawSelSet_crossingSelect_5).apply(null,arguments)},Bx=b._emscripten_bind_McDrawSelSet_count_0=function(){return(Bx=b._emscripten_bind_McDrawSelSet_count_0=
502
- b.asm.emscripten_bind_McDrawSelSet_count_0).apply(null,arguments)},Cx=b._emscripten_bind_McDrawSelSet_item_1=function(){return(Cx=b._emscripten_bind_McDrawSelSet_item_1=b.asm.emscripten_bind_McDrawSelSet_item_1).apply(null,arguments)},Dx=b._emscripten_bind_McDrawSelSet_getObjectName_0=function(){return(Dx=b._emscripten_bind_McDrawSelSet_getObjectName_0=b.asm.emscripten_bind_McDrawSelSet_getObjectName_0).apply(null,arguments)},Ex=b._emscripten_bind_McDrawSelSet_getDxf0_0=function(){return(Ex=b._emscripten_bind_McDrawSelSet_getDxf0_0=
503
- b.asm.emscripten_bind_McDrawSelSet_getDxf0_0).apply(null,arguments)},Fx=b._emscripten_bind_McDrawSelSet_getJson_0=function(){return(Fx=b._emscripten_bind_McDrawSelSet_getJson_0=b.asm.emscripten_bind_McDrawSelSet_getJson_0).apply(null,arguments)},Gx=b._emscripten_bind_McDrawSelSet_setJson_1=function(){return(Gx=b._emscripten_bind_McDrawSelSet_setJson_1=b.asm.emscripten_bind_McDrawSelSet_setJson_1).apply(null,arguments)},Hx=b._emscripten_bind_McDrawSelSet___destroy___0=function(){return(Hx=b._emscripten_bind_McDrawSelSet___destroy___0=
504
- b.asm.emscripten_bind_McDrawSelSet___destroy___0).apply(null,arguments)},Fc=b._malloc=function(){return(Fc=b._malloc=b.asm.malloc).apply(null,arguments)},Hc=b._free=function(){return(Hc=b._free=b.asm.free).apply(null,arguments)};function yd(){return(yd=b.asm.__errno_location).apply(null,arguments)}function Ix(){return(Ix=b.asm.setThrew).apply(null,arguments)}function Jx(){return(Jx=b.asm.stackSave).apply(null,arguments)}function Kx(){return(Kx=b.asm.stackRestore).apply(null,arguments)}
198
+ b.asm.emscripten_bind_MdGePoint3dArray_setAt_2).apply(null,arguments)},Qh=b._emscripten_bind_MdGePoint3dArray_copy_1=function(){return(Qh=b._emscripten_bind_MdGePoint3dArray_copy_1=b.asm.emscripten_bind_MdGePoint3dArray_copy_1).apply(null,arguments)},Rh=b._emscripten_bind_MdGePoint3dArray___destroy___0=function(){return(Rh=b._emscripten_bind_MdGePoint3dArray___destroy___0=b.asm.emscripten_bind_MdGePoint3dArray___destroy___0).apply(null,arguments)},Sh=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=
199
+ function(){return(Sh=b._emscripten_bind_MdGeVector3d_MdGeVector3d_0=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_0).apply(null,arguments)},Th=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=function(){return(Th=b._emscripten_bind_MdGeVector3d_MdGeVector3d_3=b.asm.emscripten_bind_MdGeVector3d_MdGeVector3d_3).apply(null,arguments)},Uh=b._emscripten_bind_MdGeVector3d_rotateBy_2=function(){return(Uh=b._emscripten_bind_MdGeVector3d_rotateBy_2=b.asm.emscripten_bind_MdGeVector3d_rotateBy_2).apply(null,
200
+ arguments)},Vh=b._emscripten_bind_MdGeVector3d_negate_0=function(){return(Vh=b._emscripten_bind_MdGeVector3d_negate_0=b.asm.emscripten_bind_MdGeVector3d_negate_0).apply(null,arguments)},Wh=b._emscripten_bind_MdGeVector3d_perpVector_0=function(){return(Wh=b._emscripten_bind_MdGeVector3d_perpVector_0=b.asm.emscripten_bind_MdGeVector3d_perpVector_0).apply(null,arguments)},Xh=b._emscripten_bind_MdGeVector3d_angleTo_1=function(){return(Xh=b._emscripten_bind_MdGeVector3d_angleTo_1=b.asm.emscripten_bind_MdGeVector3d_angleTo_1).apply(null,
201
+ arguments)},Yh=b._emscripten_bind_MdGeVector3d_angleTo_2=function(){return(Yh=b._emscripten_bind_MdGeVector3d_angleTo_2=b.asm.emscripten_bind_MdGeVector3d_angleTo_2).apply(null,arguments)},Zh=b._emscripten_bind_MdGeVector3d_normalize_0=function(){return(Zh=b._emscripten_bind_MdGeVector3d_normalize_0=b.asm.emscripten_bind_MdGeVector3d_normalize_0).apply(null,arguments)},$h=b._emscripten_bind_MdGeVector3d_length_0=function(){return($h=b._emscripten_bind_MdGeVector3d_length_0=b.asm.emscripten_bind_MdGeVector3d_length_0).apply(null,
202
+ arguments)},ai=b._emscripten_bind_MdGeVector3d_isUnitLength_0=function(){return(ai=b._emscripten_bind_MdGeVector3d_isUnitLength_0=b.asm.emscripten_bind_MdGeVector3d_isUnitLength_0).apply(null,arguments)},bi=b._emscripten_bind_MdGeVector3d_isZeroLength_0=function(){return(bi=b._emscripten_bind_MdGeVector3d_isZeroLength_0=b.asm.emscripten_bind_MdGeVector3d_isZeroLength_0).apply(null,arguments)},ci=b._emscripten_bind_MdGeVector3d_dotProduct_1=function(){return(ci=b._emscripten_bind_MdGeVector3d_dotProduct_1=
203
+ b.asm.emscripten_bind_MdGeVector3d_dotProduct_1).apply(null,arguments)},di=b._emscripten_bind_MdGeVector3d_crossProduct_1=function(){return(di=b._emscripten_bind_MdGeVector3d_crossProduct_1=b.asm.emscripten_bind_MdGeVector3d_crossProduct_1).apply(null,arguments)},ei=b._emscripten_bind_MdGeVector3d_isEqualTo_1=function(){return(ei=b._emscripten_bind_MdGeVector3d_isEqualTo_1=b.asm.emscripten_bind_MdGeVector3d_isEqualTo_1).apply(null,arguments)},fi=b._emscripten_bind_MdGeVector3d_get_x_0=function(){return(fi=
204
+ b._emscripten_bind_MdGeVector3d_get_x_0=b.asm.emscripten_bind_MdGeVector3d_get_x_0).apply(null,arguments)},gi=b._emscripten_bind_MdGeVector3d_set_x_1=function(){return(gi=b._emscripten_bind_MdGeVector3d_set_x_1=b.asm.emscripten_bind_MdGeVector3d_set_x_1).apply(null,arguments)},hi=b._emscripten_bind_MdGeVector3d_get_y_0=function(){return(hi=b._emscripten_bind_MdGeVector3d_get_y_0=b.asm.emscripten_bind_MdGeVector3d_get_y_0).apply(null,arguments)},ii=b._emscripten_bind_MdGeVector3d_set_y_1=function(){return(ii=
205
+ b._emscripten_bind_MdGeVector3d_set_y_1=b.asm.emscripten_bind_MdGeVector3d_set_y_1).apply(null,arguments)},ji=b._emscripten_bind_MdGeVector3d_get_z_0=function(){return(ji=b._emscripten_bind_MdGeVector3d_get_z_0=b.asm.emscripten_bind_MdGeVector3d_get_z_0).apply(null,arguments)},ki=b._emscripten_bind_MdGeVector3d_set_z_1=function(){return(ki=b._emscripten_bind_MdGeVector3d_set_z_1=b.asm.emscripten_bind_MdGeVector3d_set_z_1).apply(null,arguments)},li=b._emscripten_bind_MdGeVector3d___destroy___0=function(){return(li=
206
+ b._emscripten_bind_MdGeVector3d___destroy___0=b.asm.emscripten_bind_MdGeVector3d___destroy___0).apply(null,arguments)},mi=b._emscripten_bind_MdGeLongArray_MdGeLongArray_0=function(){return(mi=b._emscripten_bind_MdGeLongArray_MdGeLongArray_0=b.asm.emscripten_bind_MdGeLongArray_MdGeLongArray_0).apply(null,arguments)},ni=b._emscripten_bind_MdGeLongArray_append_1=function(){return(ni=b._emscripten_bind_MdGeLongArray_append_1=b.asm.emscripten_bind_MdGeLongArray_append_1).apply(null,arguments)},oi=b._emscripten_bind_MdGeLongArray_length_0=
207
+ function(){return(oi=b._emscripten_bind_MdGeLongArray_length_0=b.asm.emscripten_bind_MdGeLongArray_length_0).apply(null,arguments)},pi=b._emscripten_bind_MdGeLongArray_at_1=function(){return(pi=b._emscripten_bind_MdGeLongArray_at_1=b.asm.emscripten_bind_MdGeLongArray_at_1).apply(null,arguments)},qi=b._emscripten_bind_MdGeLongArray_setAt_2=function(){return(qi=b._emscripten_bind_MdGeLongArray_setAt_2=b.asm.emscripten_bind_MdGeLongArray_setAt_2).apply(null,arguments)},ri=b._emscripten_bind_MdGeLongArray_copy_1=
208
+ function(){return(ri=b._emscripten_bind_MdGeLongArray_copy_1=b.asm.emscripten_bind_MdGeLongArray_copy_1).apply(null,arguments)},si=b._emscripten_bind_MdGeLongArray___destroy___0=function(){return(si=b._emscripten_bind_MdGeLongArray___destroy___0=b.asm.emscripten_bind_MdGeLongArray___destroy___0).apply(null,arguments)},ti=b._emscripten_bind_MdGeStringArray_MdGeStringArray_0=function(){return(ti=b._emscripten_bind_MdGeStringArray_MdGeStringArray_0=b.asm.emscripten_bind_MdGeStringArray_MdGeStringArray_0).apply(null,
209
+ arguments)},ui=b._emscripten_bind_MdGeStringArray_append_1=function(){return(ui=b._emscripten_bind_MdGeStringArray_append_1=b.asm.emscripten_bind_MdGeStringArray_append_1).apply(null,arguments)},vi=b._emscripten_bind_MdGeStringArray_length_0=function(){return(vi=b._emscripten_bind_MdGeStringArray_length_0=b.asm.emscripten_bind_MdGeStringArray_length_0).apply(null,arguments)},wi=b._emscripten_bind_MdGeStringArray_at_1=function(){return(wi=b._emscripten_bind_MdGeStringArray_at_1=b.asm.emscripten_bind_MdGeStringArray_at_1).apply(null,
210
+ arguments)},xi=b._emscripten_bind_MdGeStringArray_setAt_2=function(){return(xi=b._emscripten_bind_MdGeStringArray_setAt_2=b.asm.emscripten_bind_MdGeStringArray_setAt_2).apply(null,arguments)},yi=b._emscripten_bind_MdGeStringArray_copy_1=function(){return(yi=b._emscripten_bind_MdGeStringArray_copy_1=b.asm.emscripten_bind_MdGeStringArray_copy_1).apply(null,arguments)},zi=b._emscripten_bind_MdGeStringArray___destroy___0=function(){return(zi=b._emscripten_bind_MdGeStringArray___destroy___0=b.asm.emscripten_bind_MdGeStringArray___destroy___0).apply(null,
211
+ arguments)},Ai=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=function(){return(Ai=b._emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0=b.asm.emscripten_bind_MdGeMatrix3d_MdGeMatrix3d_0).apply(null,arguments)},Bi=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=function(){return(Bi=b._emscripten_bind_MdGeMatrix3d_setToIdentity_0=b.asm.emscripten_bind_MdGeMatrix3d_setToIdentity_0).apply(null,arguments)},Ci=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=function(){return(Ci=b._emscripten_bind_MdGeMatrix3d_preMultBy_1=
212
+ b.asm.emscripten_bind_MdGeMatrix3d_preMultBy_1).apply(null,arguments)},Di=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=function(){return(Di=b._emscripten_bind_MdGeMatrix3d_postMultBy_1=b.asm.emscripten_bind_MdGeMatrix3d_postMultBy_1).apply(null,arguments)},Ei=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=function(){return(Ei=b._emscripten_bind_MdGeMatrix3d_setToProduct_2=b.asm.emscripten_bind_MdGeMatrix3d_setToProduct_2).apply(null,arguments)},Fi=b._emscripten_bind_MdGeMatrix3d_invert_0=function(){return(Fi=
213
+ b._emscripten_bind_MdGeMatrix3d_invert_0=b.asm.emscripten_bind_MdGeMatrix3d_invert_0).apply(null,arguments)},Gi=b._emscripten_bind_MdGeMatrix3d_isSingular_0=function(){return(Gi=b._emscripten_bind_MdGeMatrix3d_isSingular_0=b.asm.emscripten_bind_MdGeMatrix3d_isSingular_0).apply(null,arguments)},Hi=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=function(){return(Hi=b._emscripten_bind_MdGeMatrix3d_transposeIt_0=b.asm.emscripten_bind_MdGeMatrix3d_transposeIt_0).apply(null,arguments)},Ii=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=
214
+ function(){return(Ii=b._emscripten_bind_MdGeMatrix3d_isEqualTo_1=b.asm.emscripten_bind_MdGeMatrix3d_isEqualTo_1).apply(null,arguments)},Ji=b._emscripten_bind_MdGeMatrix3d_det_0=function(){return(Ji=b._emscripten_bind_MdGeMatrix3d_det_0=b.asm.emscripten_bind_MdGeMatrix3d_det_0).apply(null,arguments)},Ki=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=function(){return(Ki=b._emscripten_bind_MdGeMatrix3d_setCoordSystem_4=b.asm.emscripten_bind_MdGeMatrix3d_setCoordSystem_4).apply(null,arguments)},Li=
215
+ b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=function(){return(Li=b._emscripten_bind_MdGeMatrix3d_setToTranslation_1=b.asm.emscripten_bind_MdGeMatrix3d_setToTranslation_1).apply(null,arguments)},Mi=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=function(){return(Mi=b._emscripten_bind_MdGeMatrix3d_setToRotation_3=b.asm.emscripten_bind_MdGeMatrix3d_setToRotation_3).apply(null,arguments)},Ni=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=function(){return(Ni=b._emscripten_bind_MdGeMatrix3d_setToScaling_2=
216
+ b.asm.emscripten_bind_MdGeMatrix3d_setToScaling_2).apply(null,arguments)},Oi=b._emscripten_bind_MdGeMatrix3d_scale_0=function(){return(Oi=b._emscripten_bind_MdGeMatrix3d_scale_0=b.asm.emscripten_bind_MdGeMatrix3d_scale_0).apply(null,arguments)},Pi=b._emscripten_bind_MdGeMatrix3d_getData_2=function(){return(Pi=b._emscripten_bind_MdGeMatrix3d_getData_2=b.asm.emscripten_bind_MdGeMatrix3d_getData_2).apply(null,arguments)},Qi=b._emscripten_bind_MdGeMatrix3d_copy_1=function(){return(Qi=b._emscripten_bind_MdGeMatrix3d_copy_1=
217
+ b.asm.emscripten_bind_MdGeMatrix3d_copy_1).apply(null,arguments)},Ri=b._emscripten_bind_MdGeMatrix3d___destroy___0=function(){return(Ri=b._emscripten_bind_MdGeMatrix3d___destroy___0=b.asm.emscripten_bind_MdGeMatrix3d___destroy___0).apply(null,arguments)},Si=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=function(){return(Si=b._emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0=b.asm.emscripten_bind_MdDbLayerTableRecord_MdDbLayerTableRecord_0).apply(null,arguments)},Ti=b._emscripten_bind_MdDbLayerTableRecord_getName_0=
218
+ function(){return(Ti=b._emscripten_bind_MdDbLayerTableRecord_getName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getName_0).apply(null,arguments)},Ui=b._emscripten_bind_MdDbLayerTableRecord_setName_1=function(){return(Ui=b._emscripten_bind_MdDbLayerTableRecord_setName_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setName_1).apply(null,arguments)},Vi=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=function(){return(Vi=b._emscripten_bind_MdDbLayerTableRecord_isFrozen_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isFrozen_0).apply(null,
219
+ arguments)},Wi=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=function(){return(Wi=b._emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsFrozen_1).apply(null,arguments)},Xi=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=function(){return(Xi=b._emscripten_bind_MdDbLayerTableRecord_isOff_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isOff_0).apply(null,arguments)},Yi=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=function(){return(Yi=b._emscripten_bind_MdDbLayerTableRecord_setIsOff_1=
220
+ b.asm.emscripten_bind_MdDbLayerTableRecord_setIsOff_1).apply(null,arguments)},Zi=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=function(){return(Zi=b._emscripten_bind_MdDbLayerTableRecord_isLocked_0=b.asm.emscripten_bind_MdDbLayerTableRecord_isLocked_0).apply(null,arguments)},$i=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=function(){return($i=b._emscripten_bind_MdDbLayerTableRecord_setIsLocked_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setIsLocked_1).apply(null,arguments)},aj=b._emscripten_bind_MdDbLayerTableRecord_color_0=
221
+ function(){return(aj=b._emscripten_bind_MdDbLayerTableRecord_color_0=b.asm.emscripten_bind_MdDbLayerTableRecord_color_0).apply(null,arguments)},bj=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=function(){return(bj=b._emscripten_bind_MdDbLayerTableRecord_setColor_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setColor_1).apply(null,arguments)},cj=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=function(){return(cj=b._emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0=b.asm.emscripten_bind_MdDbLayerTableRecord_linetypeObjectId_0).apply(null,
222
+ arguments)},dj=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=function(){return(dj=b._emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setLinetypeObjectId_1).apply(null,arguments)},ej=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=function(){return(ej=b._emscripten_bind_MdDbLayerTableRecord_lineWeight_0=b.asm.emscripten_bind_MdDbLayerTableRecord_lineWeight_0).apply(null,arguments)},fj=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=
223
+ function(){return(fj=b._emscripten_bind_MdDbLayerTableRecord_setLineWeight_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setLineWeight_1).apply(null,arguments)},gj=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=function(){return(gj=b._emscripten_bind_MdDbLayerTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetObjectID_0).apply(null,arguments)},hj=b._emscripten_bind_MdDbLayerTableRecord_Erase_0=function(){return(hj=b._emscripten_bind_MdDbLayerTableRecord_Erase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Erase_0).apply(null,
224
+ arguments)},ij=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=function(){return(ij=b._emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTableRecord_ConnectionTempObject_1).apply(null,arguments)},jj=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=function(){return(jj=b._emscripten_bind_MdDbLayerTableRecord_Clone_0=b.asm.emscripten_bind_MdDbLayerTableRecord_Clone_0).apply(null,arguments)},kj=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=
225
+ function(){return(kj=b._emscripten_bind_MdDbLayerTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetHandle_0).apply(null,arguments)},lj=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=function(){return(lj=b._emscripten_bind_MdDbLayerTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetDatabase_0).apply(null,arguments)},mj=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=function(){return(mj=b._emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTableRecord_GetOwnerID_0).apply(null,
226
+ arguments)},nj=b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=function(){return(nj=b._emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLayerTableRecord_moveGripPointsAt_4).apply(null,arguments)},oj=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=function(){return(oj=b._emscripten_bind_MdDbLayerTableRecord_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getObjectName_0).apply(null,arguments)},pj=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=
227
+ function(){return(pj=b._emscripten_bind_MdDbLayerTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getDxf0_0).apply(null,arguments)},qj=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=function(){return(qj=b._emscripten_bind_MdDbLayerTableRecord_getJson_0=b.asm.emscripten_bind_MdDbLayerTableRecord_getJson_0).apply(null,arguments)},rj=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=function(){return(rj=b._emscripten_bind_MdDbLayerTableRecord_setJson_1=b.asm.emscripten_bind_MdDbLayerTableRecord_setJson_1).apply(null,
228
+ arguments)},sj=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=function(){return(sj=b._emscripten_bind_MdDbLayerTableRecord___destroy___0=b.asm.emscripten_bind_MdDbLayerTableRecord___destroy___0).apply(null,arguments)},tj=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=function(){return(tj=b._emscripten_bind_MdDbLayerTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLayerTable_GetObjectID_0).apply(null,arguments)},uj=b._emscripten_bind_MdDbLayerTable_Erase_0=function(){return(uj=b._emscripten_bind_MdDbLayerTable_Erase_0=
229
+ b.asm.emscripten_bind_MdDbLayerTable_Erase_0).apply(null,arguments)},vj=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=function(){return(vj=b._emscripten_bind_MdDbLayerTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLayerTable_ConnectionTempObject_1).apply(null,arguments)},wj=b._emscripten_bind_MdDbLayerTable_Clone_0=function(){return(wj=b._emscripten_bind_MdDbLayerTable_Clone_0=b.asm.emscripten_bind_MdDbLayerTable_Clone_0).apply(null,arguments)},xj=b._emscripten_bind_MdDbLayerTable_GetHandle_0=
230
+ function(){return(xj=b._emscripten_bind_MdDbLayerTable_GetHandle_0=b.asm.emscripten_bind_MdDbLayerTable_GetHandle_0).apply(null,arguments)},yj=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=function(){return(yj=b._emscripten_bind_MdDbLayerTable_GetDatabase_0=b.asm.emscripten_bind_MdDbLayerTable_GetDatabase_0).apply(null,arguments)},zj=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=function(){return(zj=b._emscripten_bind_MdDbLayerTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLayerTable_GetOwnerID_0).apply(null,
231
+ arguments)},Aj=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=function(){return(Aj=b._emscripten_bind_MdDbLayerTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLayerTable_moveGripPointsAt_4).apply(null,arguments)},Bj=b._emscripten_bind_MdDbLayerTable_getObjectName_0=function(){return(Bj=b._emscripten_bind_MdDbLayerTable_getObjectName_0=b.asm.emscripten_bind_MdDbLayerTable_getObjectName_0).apply(null,arguments)},Cj=b._emscripten_bind_MdDbLayerTable_getDxf0_0=function(){return(Cj=b._emscripten_bind_MdDbLayerTable_getDxf0_0=
232
+ b.asm.emscripten_bind_MdDbLayerTable_getDxf0_0).apply(null,arguments)},Dj=b._emscripten_bind_MdDbLayerTable_getJson_0=function(){return(Dj=b._emscripten_bind_MdDbLayerTable_getJson_0=b.asm.emscripten_bind_MdDbLayerTable_getJson_0).apply(null,arguments)},Ej=b._emscripten_bind_MdDbLayerTable_setJson_1=function(){return(Ej=b._emscripten_bind_MdDbLayerTable_setJson_1=b.asm.emscripten_bind_MdDbLayerTable_setJson_1).apply(null,arguments)},Fj=b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=function(){return(Fj=
233
+ b._emscripten_bind_MdDbLinetypeTable_GetObjectID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetObjectID_0).apply(null,arguments)},Gj=b._emscripten_bind_MdDbLinetypeTable_Erase_0=function(){return(Gj=b._emscripten_bind_MdDbLinetypeTable_Erase_0=b.asm.emscripten_bind_MdDbLinetypeTable_Erase_0).apply(null,arguments)},Hj=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=function(){return(Hj=b._emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLinetypeTable_ConnectionTempObject_1).apply(null,
234
+ arguments)},Ij=b._emscripten_bind_MdDbLinetypeTable_Clone_0=function(){return(Ij=b._emscripten_bind_MdDbLinetypeTable_Clone_0=b.asm.emscripten_bind_MdDbLinetypeTable_Clone_0).apply(null,arguments)},Jj=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=function(){return(Jj=b._emscripten_bind_MdDbLinetypeTable_GetHandle_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetHandle_0).apply(null,arguments)},Kj=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=function(){return(Kj=b._emscripten_bind_MdDbLinetypeTable_GetDatabase_0=
235
+ b.asm.emscripten_bind_MdDbLinetypeTable_GetDatabase_0).apply(null,arguments)},Lj=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=function(){return(Lj=b._emscripten_bind_MdDbLinetypeTable_GetOwnerID_0=b.asm.emscripten_bind_MdDbLinetypeTable_GetOwnerID_0).apply(null,arguments)},Mj=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=function(){return(Mj=b._emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLinetypeTable_moveGripPointsAt_4).apply(null,arguments)},Nj=
236
+ b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=function(){return(Nj=b._emscripten_bind_MdDbLinetypeTable_getObjectName_0=b.asm.emscripten_bind_MdDbLinetypeTable_getObjectName_0).apply(null,arguments)},Oj=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=function(){return(Oj=b._emscripten_bind_MdDbLinetypeTable_getDxf0_0=b.asm.emscripten_bind_MdDbLinetypeTable_getDxf0_0).apply(null,arguments)},Pj=b._emscripten_bind_MdDbLinetypeTable_getJson_0=function(){return(Pj=b._emscripten_bind_MdDbLinetypeTable_getJson_0=
237
+ b.asm.emscripten_bind_MdDbLinetypeTable_getJson_0).apply(null,arguments)},Qj=b._emscripten_bind_MdDbLinetypeTable_setJson_1=function(){return(Qj=b._emscripten_bind_MdDbLinetypeTable_setJson_1=b.asm.emscripten_bind_MdDbLinetypeTable_setJson_1).apply(null,arguments)},Rj=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=function(){return(Rj=b._emscripten_bind_MdDbTextStyleTable_GetObjectID_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetObjectID_0).apply(null,arguments)},Sj=b._emscripten_bind_MdDbTextStyleTable_Erase_0=
238
+ function(){return(Sj=b._emscripten_bind_MdDbTextStyleTable_Erase_0=b.asm.emscripten_bind_MdDbTextStyleTable_Erase_0).apply(null,arguments)},Tj=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=function(){return(Tj=b._emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbTextStyleTable_ConnectionTempObject_1).apply(null,arguments)},Uj=b._emscripten_bind_MdDbTextStyleTable_Clone_0=function(){return(Uj=b._emscripten_bind_MdDbTextStyleTable_Clone_0=b.asm.emscripten_bind_MdDbTextStyleTable_Clone_0).apply(null,
239
+ arguments)},Vj=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=function(){return(Vj=b._emscripten_bind_MdDbTextStyleTable_GetHandle_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetHandle_0).apply(null,arguments)},Wj=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=function(){return(Wj=b._emscripten_bind_MdDbTextStyleTable_GetDatabase_0=b.asm.emscripten_bind_MdDbTextStyleTable_GetDatabase_0).apply(null,arguments)},Xj=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=function(){return(Xj=b._emscripten_bind_MdDbTextStyleTable_GetOwnerID_0=
240
+ b.asm.emscripten_bind_MdDbTextStyleTable_GetOwnerID_0).apply(null,arguments)},Yj=b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=function(){return(Yj=b._emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbTextStyleTable_moveGripPointsAt_4).apply(null,arguments)},Zj=b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=function(){return(Zj=b._emscripten_bind_MdDbTextStyleTable_getObjectName_0=b.asm.emscripten_bind_MdDbTextStyleTable_getObjectName_0).apply(null,
241
+ arguments)},ak=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=function(){return(ak=b._emscripten_bind_MdDbTextStyleTable_getDxf0_0=b.asm.emscripten_bind_MdDbTextStyleTable_getDxf0_0).apply(null,arguments)},bk=b._emscripten_bind_MdDbTextStyleTable_getJson_0=function(){return(bk=b._emscripten_bind_MdDbTextStyleTable_getJson_0=b.asm.emscripten_bind_MdDbTextStyleTable_getJson_0).apply(null,arguments)},ck=b._emscripten_bind_MdDbTextStyleTable_setJson_1=function(){return(ck=b._emscripten_bind_MdDbTextStyleTable_setJson_1=
242
+ b.asm.emscripten_bind_MdDbTextStyleTable_setJson_1).apply(null,arguments)},dk=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=function(){return(dk=b._emscripten_bind_MdDbDatabase_GetLayerTable_0=b.asm.emscripten_bind_MdDbDatabase_GetLayerTable_0).apply(null,arguments)},ek=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=function(){return(ek=b._emscripten_bind_MdDbDatabase_GetLinetypeTable_0=b.asm.emscripten_bind_MdDbDatabase_GetLinetypeTable_0).apply(null,arguments)},fk=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=
243
+ function(){return(fk=b._emscripten_bind_MdDbDatabase_GetTextStyleTable_0=b.asm.emscripten_bind_MdDbDatabase_GetTextStyleTable_0).apply(null,arguments)},gk=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=function(){return(gk=b._emscripten_bind_MdDbDatabase_GetBlockTable_0=b.asm.emscripten_bind_MdDbDatabase_GetBlockTable_0).apply(null,arguments)},hk=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=function(){return(hk=b._emscripten_bind_MdDbDatabase_CurrentSpace_0=b.asm.emscripten_bind_MdDbDatabase_CurrentSpace_0).apply(null,
244
+ arguments)},ik=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=function(){return(ik=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeScale_0).apply(null,arguments)},jk=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=function(){return(jk=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeScale_1).apply(null,arguments)},kk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=
245
+ function(){return(kk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLayerName_0).apply(null,arguments)},lk=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=function(){return(lk=b._emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLayerName_1).apply(null,arguments)},mk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=function(){return(mk=b._emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0=
246
+ b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyLineTypeName_0).apply(null,arguments)},nk=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=function(){return(nk=b._emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyLineTypeName_1).apply(null,arguments)},ok=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=function(){return(ok=b._emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTrueColor_0).apply(null,
247
+ arguments)},pk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=function(){return(pk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTrueColor_1).apply(null,arguments)},qk=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=function(){return(qk=b._emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyColorIndex_0).apply(null,arguments)},rk=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=
248
+ function(){return(rk=b._emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1=b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyColorIndex_1).apply(null,arguments)},sk=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=function(){return(sk=b._emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0=b.asm.emscripten_bind_MdDbDatabase_GetCurrentlyTextStyleName_0).apply(null,arguments)},tk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=function(){return(tk=b._emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1=
249
+ b.asm.emscripten_bind_MdDbDatabase_SetCurrentlyTextStyle_1).apply(null,arguments)},uk=b._emscripten_bind_MdDbDatabase_getObjectName_0=function(){return(uk=b._emscripten_bind_MdDbDatabase_getObjectName_0=b.asm.emscripten_bind_MdDbDatabase_getObjectName_0).apply(null,arguments)},vk=b._emscripten_bind_MdDbDatabase_getDxf0_0=function(){return(vk=b._emscripten_bind_MdDbDatabase_getDxf0_0=b.asm.emscripten_bind_MdDbDatabase_getDxf0_0).apply(null,arguments)},wk=b._emscripten_bind_MdDbDatabase_getJson_0=function(){return(wk=
250
+ b._emscripten_bind_MdDbDatabase_getJson_0=b.asm.emscripten_bind_MdDbDatabase_getJson_0).apply(null,arguments)},xk=b._emscripten_bind_MdDbDatabase_setJson_1=function(){return(xk=b._emscripten_bind_MdDbDatabase_setJson_1=b.asm.emscripten_bind_MdDbDatabase_setJson_1).apply(null,arguments)},yk=b._emscripten_bind_McObject_updateDisplay_2=function(){return(yk=b._emscripten_bind_McObject_updateDisplay_2=b.asm.emscripten_bind_McObject_updateDisplay_2).apply(null,arguments)},zk=b._emscripten_bind_McObject_test_0=
251
+ function(){return(zk=b._emscripten_bind_McObject_test_0=b.asm.emscripten_bind_McObject_test_0).apply(null,arguments)},Ak=b._emscripten_bind_McObject_openWebFile_3=function(){return(Ak=b._emscripten_bind_McObject_openWebFile_3=b.asm.emscripten_bind_McObject_openWebFile_3).apply(null,arguments)},Bk=b._emscripten_bind_McObject_saveFileToUrl_1=function(){return(Bk=b._emscripten_bind_McObject_saveFileToUrl_1=b.asm.emscripten_bind_McObject_saveFileToUrl_1).apply(null,arguments)},Ck=b._emscripten_bind_McObject_saveFile_1=
252
+ function(){return(Ck=b._emscripten_bind_McObject_saveFile_1=b.asm.emscripten_bind_McObject_saveFile_1).apply(null,arguments)},Dk=b._emscripten_bind_McObject_getViewDataJsonParam_1=function(){return(Dk=b._emscripten_bind_McObject_getViewDataJsonParam_1=b.asm.emscripten_bind_McObject_getViewDataJsonParam_1).apply(null,arguments)},Ek=b._emscripten_bind_McObject_updataAppData_0=function(){return(Ek=b._emscripten_bind_McObject_updataAppData_0=b.asm.emscripten_bind_McObject_updataAppData_0).apply(null,
253
+ arguments)},Fk=b._emscripten_bind_McObject_GetDatabase_0=function(){return(Fk=b._emscripten_bind_McObject_GetDatabase_0=b.asm.emscripten_bind_McObject_GetDatabase_0).apply(null,arguments)},Gk=b._emscripten_bind_McObject_GetSysVarString_1=function(){return(Gk=b._emscripten_bind_McObject_GetSysVarString_1=b.asm.emscripten_bind_McObject_GetSysVarString_1).apply(null,arguments)},Hk=b._emscripten_bind_McObject_SetSysVarString_2=function(){return(Hk=b._emscripten_bind_McObject_SetSysVarString_2=b.asm.emscripten_bind_McObject_SetSysVarString_2).apply(null,
254
+ arguments)},Ik=b._emscripten_bind_McObject_GetSysVarDouble_1=function(){return(Ik=b._emscripten_bind_McObject_GetSysVarDouble_1=b.asm.emscripten_bind_McObject_GetSysVarDouble_1).apply(null,arguments)},Jk=b._emscripten_bind_McObject_SetSysVarDouble_2=function(){return(Jk=b._emscripten_bind_McObject_SetSysVarDouble_2=b.asm.emscripten_bind_McObject_SetSysVarDouble_2).apply(null,arguments)},Kk=b._emscripten_bind_McObject_GetSysVarLong_1=function(){return(Kk=b._emscripten_bind_McObject_GetSysVarLong_1=
255
+ b.asm.emscripten_bind_McObject_GetSysVarLong_1).apply(null,arguments)},Lk=b._emscripten_bind_McObject_SetSysVarLong_2=function(){return(Lk=b._emscripten_bind_McObject_SetSysVarLong_2=b.asm.emscripten_bind_McObject_SetSysVarLong_2).apply(null,arguments)},Mk=b._emscripten_bind_McObject_fireEventWindowSize_2=function(){return(Mk=b._emscripten_bind_McObject_fireEventWindowSize_2=b.asm.emscripten_bind_McObject_fireEventWindowSize_2).apply(null,arguments)},Nk=b._emscripten_bind_McObject_fireEventCommandStart_0=
256
+ function(){return(Nk=b._emscripten_bind_McObject_fireEventCommandStart_0=b.asm.emscripten_bind_McObject_fireEventCommandStart_0).apply(null,arguments)},Ok=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=function(){return(Ok=b._emscripten_bind_McObject_IntelliSelect_PointSelect_2=b.asm.emscripten_bind_McObject_IntelliSelect_PointSelect_2).apply(null,arguments)},Pk=b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=function(){return(Pk=b._emscripten_bind_McObject_IntelliSelect_RangeSelect_5=
257
+ b.asm.emscripten_bind_McObject_IntelliSelect_RangeSelect_5).apply(null,arguments)},Qk=b._emscripten_bind_McObject_IntelliSelect_getGridData_1=function(){return(Qk=b._emscripten_bind_McObject_IntelliSelect_getGridData_1=b.asm.emscripten_bind_McObject_IntelliSelect_getGridData_1).apply(null,arguments)},Rk=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=function(){return(Rk=b._emscripten_bind_McObject_Osnap_NotifyOsnap_8=b.asm.emscripten_bind_McObject_Osnap_NotifyOsnap_8).apply(null,arguments)},Sk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=
258
+ function(){return(Sk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigCommandEnd_0).apply(null,arguments)},Tk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=function(){return(Tk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigDrawEntityDisplay_1).apply(null,arguments)},Uk=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=
259
+ function(){return(Uk=b._emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onReadyJigUpdateDispla_0).apply(null,arguments)},Vk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=function(){return(Vk=b._emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0=b.asm.emscripten_bind_McObject_EntityTempWordDraw_onJigClearDisplay_0).apply(null,arguments)},Wk=b._emscripten_bind_McObject_SetDrawColor_1=function(){return(Wk=
260
+ b._emscripten_bind_McObject_SetDrawColor_1=b.asm.emscripten_bind_McObject_SetDrawColor_1).apply(null,arguments)},Xk=b._emscripten_bind_McObject_GetDrawColor_0=function(){return(Xk=b._emscripten_bind_McObject_GetDrawColor_0=b.asm.emscripten_bind_McObject_GetDrawColor_0).apply(null,arguments)},Yk=b._emscripten_bind_McObject_AddLayer_1=function(){return(Yk=b._emscripten_bind_McObject_AddLayer_1=b.asm.emscripten_bind_McObject_AddLayer_1).apply(null,arguments)},Zk=b._emscripten_bind_McObject_SetDrawLayer_1=
261
+ function(){return(Zk=b._emscripten_bind_McObject_SetDrawLayer_1=b.asm.emscripten_bind_McObject_SetDrawLayer_1).apply(null,arguments)},$k=b._emscripten_bind_McObject_GetDrawLayer_0=function(){return($k=b._emscripten_bind_McObject_GetDrawLayer_0=b.asm.emscripten_bind_McObject_GetDrawLayer_0).apply(null,arguments)},al=b._emscripten_bind_McObject_AddTextStyle_4=function(){return(al=b._emscripten_bind_McObject_AddTextStyle_4=b.asm.emscripten_bind_McObject_AddTextStyle_4).apply(null,arguments)},bl=b._emscripten_bind_McObject_SetDrawTextStyle_1=
262
+ function(){return(bl=b._emscripten_bind_McObject_SetDrawTextStyle_1=b.asm.emscripten_bind_McObject_SetDrawTextStyle_1).apply(null,arguments)},cl=b._emscripten_bind_McObject_GetDrawTextStyle_0=function(){return(cl=b._emscripten_bind_McObject_GetDrawTextStyle_0=b.asm.emscripten_bind_McObject_GetDrawTextStyle_0).apply(null,arguments)},dl=b._emscripten_bind_McObject_AddLinetype_2=function(){return(dl=b._emscripten_bind_McObject_AddLinetype_2=b.asm.emscripten_bind_McObject_AddLinetype_2).apply(null,arguments)},
263
+ el=b._emscripten_bind_McObject_AddLinetypeEx_3=function(){return(el=b._emscripten_bind_McObject_AddLinetypeEx_3=b.asm.emscripten_bind_McObject_AddLinetypeEx_3).apply(null,arguments)},fl=b._emscripten_bind_McObject_AddDimStyle_5=function(){return(fl=b._emscripten_bind_McObject_AddDimStyle_5=b.asm.emscripten_bind_McObject_AddDimStyle_5).apply(null,arguments)},gl=b._emscripten_bind_McObject_SetDrawLinetype_1=function(){return(gl=b._emscripten_bind_McObject_SetDrawLinetype_1=b.asm.emscripten_bind_McObject_SetDrawLinetype_1).apply(null,
264
+ arguments)},hl=b._emscripten_bind_McObject_GetDrawLinetype_0=function(){return(hl=b._emscripten_bind_McObject_GetDrawLinetype_0=b.asm.emscripten_bind_McObject_GetDrawLinetype_0).apply(null,arguments)},il=b._emscripten_bind_McObject_SetDrawLineWeight_1=function(){return(il=b._emscripten_bind_McObject_SetDrawLineWeight_1=b.asm.emscripten_bind_McObject_SetDrawLineWeight_1).apply(null,arguments)},jl=b._emscripten_bind_McObject_GetDrawLineWeight_0=function(){return(jl=b._emscripten_bind_McObject_GetDrawLineWeight_0=
265
+ b.asm.emscripten_bind_McObject_GetDrawLineWeight_0).apply(null,arguments)},kl=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=function(){return(kl=b._emscripten_bind_McObject_SetDrawLineTypeScale_1=b.asm.emscripten_bind_McObject_SetDrawLineTypeScale_1).apply(null,arguments)},ll=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=function(){return(ll=b._emscripten_bind_McObject_GetDrawLineTypeScale_0=b.asm.emscripten_bind_McObject_GetDrawLineTypeScale_0).apply(null,arguments)},ml=b._emscripten_bind_McObject_SetDrawDimStyle_1=
266
+ function(){return(ml=b._emscripten_bind_McObject_SetDrawDimStyle_1=b.asm.emscripten_bind_McObject_SetDrawDimStyle_1).apply(null,arguments)},nl=b._emscripten_bind_McObject_GetDrawDimStyle_0=function(){return(nl=b._emscripten_bind_McObject_GetDrawDimStyle_0=b.asm.emscripten_bind_McObject_GetDrawDimStyle_0).apply(null,arguments)},ol=b._emscripten_bind_McObject_SetPatternDefinition_1=function(){return(ol=b._emscripten_bind_McObject_SetPatternDefinition_1=b.asm.emscripten_bind_McObject_SetPatternDefinition_1).apply(null,
267
+ arguments)},pl=b._emscripten_bind_McObject_GetPatternDefinition_0=function(){return(pl=b._emscripten_bind_McObject_GetPatternDefinition_0=b.asm.emscripten_bind_McObject_GetPatternDefinition_0).apply(null,arguments)},ql=b._emscripten_bind_McObject_SetDrawLineWidth_1=function(){return(ql=b._emscripten_bind_McObject_SetDrawLineWidth_1=b.asm.emscripten_bind_McObject_SetDrawLineWidth_1).apply(null,arguments)},rl=b._emscripten_bind_McObject_GetDrawLineWidth_0=function(){return(rl=b._emscripten_bind_McObject_GetDrawLineWidth_0=
268
+ b.asm.emscripten_bind_McObject_GetDrawLineWidth_0).apply(null,arguments)},sl=b._emscripten_bind_McObject_DrawLine_6=function(){return(sl=b._emscripten_bind_McObject_DrawLine_6=b.asm.emscripten_bind_McObject_DrawLine_6).apply(null,arguments)},tl=b._emscripten_bind_McObject_DrawArc_5=function(){return(tl=b._emscripten_bind_McObject_DrawArc_5=b.asm.emscripten_bind_McObject_DrawArc_5).apply(null,arguments)},ul=b._emscripten_bind_McObject_DrawArc2_6=function(){return(ul=b._emscripten_bind_McObject_DrawArc2_6=
269
+ b.asm.emscripten_bind_McObject_DrawArc2_6).apply(null,arguments)},vl=b._emscripten_bind_McObject_DrawCircle_3=function(){return(vl=b._emscripten_bind_McObject_DrawCircle_3=b.asm.emscripten_bind_McObject_DrawCircle_3).apply(null,arguments)},wl=b._emscripten_bind_McObject_DrawEllipse_5=function(){return(wl=b._emscripten_bind_McObject_DrawEllipse_5=b.asm.emscripten_bind_McObject_DrawEllipse_5).apply(null,arguments)},xl=b._emscripten_bind_McObject_DrawEllipseArc_7=function(){return(xl=b._emscripten_bind_McObject_DrawEllipseArc_7=
270
+ b.asm.emscripten_bind_McObject_DrawEllipseArc_7).apply(null,arguments)},yl=b._emscripten_bind_McObject_DrawPoint_2=function(){return(yl=b._emscripten_bind_McObject_DrawPoint_2=b.asm.emscripten_bind_McObject_DrawPoint_2).apply(null,arguments)},zl=b._emscripten_bind_McObject_DrawSolid_8=function(){return(zl=b._emscripten_bind_McObject_DrawSolid_8=b.asm.emscripten_bind_McObject_DrawSolid_8).apply(null,arguments)},Al=b._emscripten_bind_McObject_DrawMText_7=function(){return(Al=b._emscripten_bind_McObject_DrawMText_7=
271
+ b.asm.emscripten_bind_McObject_DrawMText_7).apply(null,arguments)},Bl=b._emscripten_bind_McObject_DrawText_7=function(){return(Bl=b._emscripten_bind_McObject_DrawText_7=b.asm.emscripten_bind_McObject_DrawText_7).apply(null,arguments)},Cl=b._emscripten_bind_McObject_DrawBlockReference_5=function(){return(Cl=b._emscripten_bind_McObject_DrawBlockReference_5=b.asm.emscripten_bind_McObject_DrawBlockReference_5).apply(null,arguments)},Dl=b._emscripten_bind_McObject_DrawDimAligned_6=function(){return(Dl=
272
+ b._emscripten_bind_McObject_DrawDimAligned_6=b.asm.emscripten_bind_McObject_DrawDimAligned_6).apply(null,arguments)},El=b._emscripten_bind_McObject_DrawDimAngular_8=function(){return(El=b._emscripten_bind_McObject_DrawDimAngular_8=b.asm.emscripten_bind_McObject_DrawDimAngular_8).apply(null,arguments)},Fl=b._emscripten_bind_McObject_DrawDimDiametric_5=function(){return(Fl=b._emscripten_bind_McObject_DrawDimDiametric_5=b.asm.emscripten_bind_McObject_DrawDimDiametric_5).apply(null,arguments)},Gl=b._emscripten_bind_McObject_DrawDimRotated_7=
273
+ function(){return(Gl=b._emscripten_bind_McObject_DrawDimRotated_7=b.asm.emscripten_bind_McObject_DrawDimRotated_7).apply(null,arguments)},Hl=b._emscripten_bind_McObject_DrawDimOrdinate_5=function(){return(Hl=b._emscripten_bind_McObject_DrawDimOrdinate_5=b.asm.emscripten_bind_McObject_DrawDimOrdinate_5).apply(null,arguments)},Il=b._emscripten_bind_McObject_DrawDimRadial_5=function(){return(Il=b._emscripten_bind_McObject_DrawDimRadial_5=b.asm.emscripten_bind_McObject_DrawDimRadial_5).apply(null,arguments)},
274
+ Jl=b._emscripten_bind_McObject_PathMoveTo_2=function(){return(Jl=b._emscripten_bind_McObject_PathMoveTo_2=b.asm.emscripten_bind_McObject_PathMoveTo_2).apply(null,arguments)},Kl=b._emscripten_bind_McObject_PathMoveToEx_5=function(){return(Kl=b._emscripten_bind_McObject_PathMoveToEx_5=b.asm.emscripten_bind_McObject_PathMoveToEx_5).apply(null,arguments)},Ll=b._emscripten_bind_McObject_PathLineTo_2=function(){return(Ll=b._emscripten_bind_McObject_PathLineTo_2=b.asm.emscripten_bind_McObject_PathLineTo_2).apply(null,
275
+ arguments)},Ml=b._emscripten_bind_McObject_PathLineToEx_5=function(){return(Ml=b._emscripten_bind_McObject_PathLineToEx_5=b.asm.emscripten_bind_McObject_PathLineToEx_5).apply(null,arguments)},Nl=b._emscripten_bind_McObject_DrawPathToPolyline_0=function(){return(Nl=b._emscripten_bind_McObject_DrawPathToPolyline_0=b.asm.emscripten_bind_McObject_DrawPathToPolyline_0).apply(null,arguments)},Ol=b._emscripten_bind_McObject_DrawPathToSpline_0=function(){return(Ol=b._emscripten_bind_McObject_DrawPathToSpline_0=
276
+ b.asm.emscripten_bind_McObject_DrawPathToSpline_0).apply(null,arguments)},Pl=b._emscripten_bind_McObject_PathMakeClosed_0=function(){return(Pl=b._emscripten_bind_McObject_PathMakeClosed_0=b.asm.emscripten_bind_McObject_PathMakeClosed_0).apply(null,arguments)},Ql=b._emscripten_bind_McObject_DrawPathToHatch_1=function(){return(Ql=b._emscripten_bind_McObject_DrawPathToHatch_1=b.asm.emscripten_bind_McObject_DrawPathToHatch_1).apply(null,arguments)},Rl=b._emscripten_bind_McObject_DrawEntity_1=function(){return(Rl=
277
+ b._emscripten_bind_McObject_DrawEntity_1=b.asm.emscripten_bind_McObject_DrawEntity_1).apply(null,arguments)},Sl=b._emscripten_bind_McObject_GetAllLayoutName_0=function(){return(Sl=b._emscripten_bind_McObject_GetAllLayoutName_0=b.asm.emscripten_bind_McObject_GetAllLayoutName_0).apply(null,arguments)},Tl=b._emscripten_bind_McObject_SetCurrentLayout_1=function(){return(Tl=b._emscripten_bind_McObject_SetCurrentLayout_1=b.asm.emscripten_bind_McObject_SetCurrentLayout_1).apply(null,arguments)},Ul=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=
278
+ function(){return(Ul=b._emscripten_bind_McDrawResbuf_McDrawResbuf_0=b.asm.emscripten_bind_McDrawResbuf_McDrawResbuf_0).apply(null,arguments)},Vl=b._emscripten_bind_McDrawResbuf_Clear_0=function(){return(Vl=b._emscripten_bind_McDrawResbuf_Clear_0=b.asm.emscripten_bind_McDrawResbuf_Clear_0).apply(null,arguments)},Wl=b._emscripten_bind_McDrawResbuf_GetCount_0=function(){return(Wl=b._emscripten_bind_McDrawResbuf_GetCount_0=b.asm.emscripten_bind_McDrawResbuf_GetCount_0).apply(null,arguments)},Xl=b._emscripten_bind_McDrawResbuf_AtDouble_1=
279
+ function(){return(Xl=b._emscripten_bind_McDrawResbuf_AtDouble_1=b.asm.emscripten_bind_McDrawResbuf_AtDouble_1).apply(null,arguments)},Yl=b._emscripten_bind_McDrawResbuf_Atlong_1=function(){return(Yl=b._emscripten_bind_McDrawResbuf_Atlong_1=b.asm.emscripten_bind_McDrawResbuf_Atlong_1).apply(null,arguments)},Zl=b._emscripten_bind_McDrawResbuf_AtObjectId_1=function(){return(Zl=b._emscripten_bind_McDrawResbuf_AtObjectId_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectId_1).apply(null,arguments)},$l=b._emscripten_bind_McDrawResbuf_AtObject_1=
280
+ function(){return($l=b._emscripten_bind_McDrawResbuf_AtObject_1=b.asm.emscripten_bind_McDrawResbuf_AtObject_1).apply(null,arguments)},am=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=function(){return(am=b._emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectMdDbMText_1).apply(null,arguments)},bm=b._emscripten_bind_McDrawResbuf_AtObjectName_1=function(){return(bm=b._emscripten_bind_McDrawResbuf_AtObjectName_1=b.asm.emscripten_bind_McDrawResbuf_AtObjectName_1).apply(null,
281
+ arguments)},cm=b._emscripten_bind_McDrawResbuf_AtString_1=function(){return(cm=b._emscripten_bind_McDrawResbuf_AtString_1=b.asm.emscripten_bind_McDrawResbuf_AtString_1).apply(null,arguments)},dm=b._emscripten_bind_McDrawResbuf_AtPoint_1=function(){return(dm=b._emscripten_bind_McDrawResbuf_AtPoint_1=b.asm.emscripten_bind_McDrawResbuf_AtPoint_1).apply(null,arguments)},em=b._emscripten_bind_McDrawResbuf_ItemDataType_1=function(){return(em=b._emscripten_bind_McDrawResbuf_ItemDataType_1=b.asm.emscripten_bind_McDrawResbuf_ItemDataType_1).apply(null,
282
+ arguments)},fm=b._emscripten_bind_McDrawResbuf_AddDouble_2=function(){return(fm=b._emscripten_bind_McDrawResbuf_AddDouble_2=b.asm.emscripten_bind_McDrawResbuf_AddDouble_2).apply(null,arguments)},gm=b._emscripten_bind_McDrawResbuf_Addlong_2=function(){return(gm=b._emscripten_bind_McDrawResbuf_Addlong_2=b.asm.emscripten_bind_McDrawResbuf_Addlong_2).apply(null,arguments)},hm=b._emscripten_bind_McDrawResbuf_AddObjectId_2=function(){return(hm=b._emscripten_bind_McDrawResbuf_AddObjectId_2=b.asm.emscripten_bind_McDrawResbuf_AddObjectId_2).apply(null,
283
+ arguments)},im=b._emscripten_bind_McDrawResbuf_AddObject_1=function(){return(im=b._emscripten_bind_McDrawResbuf_AddObject_1=b.asm.emscripten_bind_McDrawResbuf_AddObject_1).apply(null,arguments)},jm=b._emscripten_bind_McDrawResbuf_AddString_2=function(){return(jm=b._emscripten_bind_McDrawResbuf_AddString_2=b.asm.emscripten_bind_McDrawResbuf_AddString_2).apply(null,arguments)},km=b._emscripten_bind_McDrawResbuf_AddPoint_2=function(){return(km=b._emscripten_bind_McDrawResbuf_AddPoint_2=b.asm.emscripten_bind_McDrawResbuf_AddPoint_2).apply(null,
284
+ arguments)},lm=b._emscripten_bind_McDrawResbuf_RemoveAll_0=function(){return(lm=b._emscripten_bind_McDrawResbuf_RemoveAll_0=b.asm.emscripten_bind_McDrawResbuf_RemoveAll_0).apply(null,arguments)},mm=b._emscripten_bind_McDrawResbuf_Remove_1=function(){return(mm=b._emscripten_bind_McDrawResbuf_Remove_1=b.asm.emscripten_bind_McDrawResbuf_Remove_1).apply(null,arguments)},nm=b._emscripten_bind_McDrawResbuf_getObjectName_0=function(){return(nm=b._emscripten_bind_McDrawResbuf_getObjectName_0=b.asm.emscripten_bind_McDrawResbuf_getObjectName_0).apply(null,
285
+ arguments)},om=b._emscripten_bind_McDrawResbuf_getDxf0_0=function(){return(om=b._emscripten_bind_McDrawResbuf_getDxf0_0=b.asm.emscripten_bind_McDrawResbuf_getDxf0_0).apply(null,arguments)},pm=b._emscripten_bind_McDrawResbuf_getJson_0=function(){return(pm=b._emscripten_bind_McDrawResbuf_getJson_0=b.asm.emscripten_bind_McDrawResbuf_getJson_0).apply(null,arguments)},qm=b._emscripten_bind_McDrawResbuf_setJson_1=function(){return(qm=b._emscripten_bind_McDrawResbuf_setJson_1=b.asm.emscripten_bind_McDrawResbuf_setJson_1).apply(null,
286
+ arguments)},rm=b._emscripten_bind_McDrawResbuf___destroy___0=function(){return(rm=b._emscripten_bind_McDrawResbuf___destroy___0=b.asm.emscripten_bind_McDrawResbuf___destroy___0).apply(null,arguments)},sm=b._emscripten_bind_McDrawUtility_McDrawUtility_0=function(){return(sm=b._emscripten_bind_McDrawUtility_McDrawUtility_0=b.asm.emscripten_bind_McDrawUtility_McDrawUtility_0).apply(null,arguments)},tm=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=function(){return(tm=b._emscripten_bind_McDrawUtility_findEntAtPoint_5=
287
+ b.asm.emscripten_bind_McDrawUtility_findEntAtPoint_5).apply(null,arguments)},um=b._emscripten_bind_McDrawUtility_eraseEntity_1=function(){return(um=b._emscripten_bind_McDrawUtility_eraseEntity_1=b.asm.emscripten_bind_McDrawUtility_eraseEntity_1).apply(null,arguments)},wm=b._emscripten_bind_McDrawUtility_highlightEntity_2=function(){return(wm=b._emscripten_bind_McDrawUtility_highlightEntity_2=b.asm.emscripten_bind_McDrawUtility_highlightEntity_2).apply(null,arguments)},xm=b._emscripten_bind_McDrawUtility___destroy___0=
288
+ function(){return(xm=b._emscripten_bind_McDrawUtility___destroy___0=b.asm.emscripten_bind_McDrawUtility___destroy___0).apply(null,arguments)},ym=b._emscripten_bind_MdDbLine_MdDbLine_0=function(){return(ym=b._emscripten_bind_MdDbLine_MdDbLine_0=b.asm.emscripten_bind_MdDbLine_MdDbLine_0).apply(null,arguments)},zm=b._emscripten_bind_MdDbLine_startPoint_0=function(){return(zm=b._emscripten_bind_MdDbLine_startPoint_0=b.asm.emscripten_bind_MdDbLine_startPoint_0).apply(null,arguments)},Am=b._emscripten_bind_MdDbLine_setStartPoint_1=
289
+ function(){return(Am=b._emscripten_bind_MdDbLine_setStartPoint_1=b.asm.emscripten_bind_MdDbLine_setStartPoint_1).apply(null,arguments)},Bm=b._emscripten_bind_MdDbLine_endPoint_0=function(){return(Bm=b._emscripten_bind_MdDbLine_endPoint_0=b.asm.emscripten_bind_MdDbLine_endPoint_0).apply(null,arguments)},Cm=b._emscripten_bind_MdDbLine_setEndPoint_1=function(){return(Cm=b._emscripten_bind_MdDbLine_setEndPoint_1=b.asm.emscripten_bind_MdDbLine_setEndPoint_1).apply(null,arguments)},Dm=b._emscripten_bind_MdDbLine_getStartParam_0=
290
+ function(){return(Dm=b._emscripten_bind_MdDbLine_getStartParam_0=b.asm.emscripten_bind_MdDbLine_getStartParam_0).apply(null,arguments)},Em=b._emscripten_bind_MdDbLine_getEndParam_0=function(){return(Em=b._emscripten_bind_MdDbLine_getEndParam_0=b.asm.emscripten_bind_MdDbLine_getEndParam_0).apply(null,arguments)},Fm=b._emscripten_bind_MdDbLine_getDistAtParam_1=function(){return(Fm=b._emscripten_bind_MdDbLine_getDistAtParam_1=b.asm.emscripten_bind_MdDbLine_getDistAtParam_1).apply(null,arguments)},Gm=
291
+ b._emscripten_bind_MdDbLine_getParamAtDist_1=function(){return(Gm=b._emscripten_bind_MdDbLine_getParamAtDist_1=b.asm.emscripten_bind_MdDbLine_getParamAtDist_1).apply(null,arguments)},Hm=b._emscripten_bind_MdDbLine_getDistAtPoint_1=function(){return(Hm=b._emscripten_bind_MdDbLine_getDistAtPoint_1=b.asm.emscripten_bind_MdDbLine_getDistAtPoint_1).apply(null,arguments)},Im=b._emscripten_bind_MdDbLine_getPointAtDist_1=function(){return(Im=b._emscripten_bind_MdDbLine_getPointAtDist_1=b.asm.emscripten_bind_MdDbLine_getPointAtDist_1).apply(null,
292
+ arguments)},Jm=b._emscripten_bind_MdDbLine_getStartPoint_0=function(){return(Jm=b._emscripten_bind_MdDbLine_getStartPoint_0=b.asm.emscripten_bind_MdDbLine_getStartPoint_0).apply(null,arguments)},Km=b._emscripten_bind_MdDbLine_getEndPoint_0=function(){return(Km=b._emscripten_bind_MdDbLine_getEndPoint_0=b.asm.emscripten_bind_MdDbLine_getEndPoint_0).apply(null,arguments)},Lm=b._emscripten_bind_MdDbLine_getPointAtParam_1=function(){return(Lm=b._emscripten_bind_MdDbLine_getPointAtParam_1=b.asm.emscripten_bind_MdDbLine_getPointAtParam_1).apply(null,
293
+ arguments)},Mm=b._emscripten_bind_MdDbLine_getParamAtPoint_1=function(){return(Mm=b._emscripten_bind_MdDbLine_getParamAtPoint_1=b.asm.emscripten_bind_MdDbLine_getParamAtPoint_1).apply(null,arguments)},Nm=b._emscripten_bind_MdDbLine_getFirstDeriv_1=function(){return(Nm=b._emscripten_bind_MdDbLine_getFirstDeriv_1=b.asm.emscripten_bind_MdDbLine_getFirstDeriv_1).apply(null,arguments)},Om=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=function(){return(Om=b._emscripten_bind_MdDbLine_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbLine_getFirstDerivEx_1).apply(null,
294
+ arguments)},Pm=b._emscripten_bind_MdDbLine_getClosestPointTo_2=function(){return(Pm=b._emscripten_bind_MdDbLine_getClosestPointTo_2=b.asm.emscripten_bind_MdDbLine_getClosestPointTo_2).apply(null,arguments)},Qm=b._emscripten_bind_MdDbLine_offsetCurves_2=function(){return(Qm=b._emscripten_bind_MdDbLine_offsetCurves_2=b.asm.emscripten_bind_MdDbLine_offsetCurves_2).apply(null,arguments)},Rm=b._emscripten_bind_MdDbLine_splitCurves_1=function(){return(Rm=b._emscripten_bind_MdDbLine_splitCurves_1=b.asm.emscripten_bind_MdDbLine_splitCurves_1).apply(null,
295
+ arguments)},Sm=b._emscripten_bind_MdDbLine_getArea_0=function(){return(Sm=b._emscripten_bind_MdDbLine_getArea_0=b.asm.emscripten_bind_MdDbLine_getArea_0).apply(null,arguments)},Tm=b._emscripten_bind_MdDbLine_getSamplePoints_1=function(){return(Tm=b._emscripten_bind_MdDbLine_getSamplePoints_1=b.asm.emscripten_bind_MdDbLine_getSamplePoints_1).apply(null,arguments)},Um=b._emscripten_bind_MdDbLine_getLength_0=function(){return(Um=b._emscripten_bind_MdDbLine_getLength_0=b.asm.emscripten_bind_MdDbLine_getLength_0).apply(null,
296
+ arguments)},Vm=b._emscripten_bind_MdDbLine_explode_0=function(){return(Vm=b._emscripten_bind_MdDbLine_explode_0=b.asm.emscripten_bind_MdDbLine_explode_0).apply(null,arguments)},Wm=b._emscripten_bind_MdDbLine_TrueColor_0=function(){return(Wm=b._emscripten_bind_MdDbLine_TrueColor_0=b.asm.emscripten_bind_MdDbLine_TrueColor_0).apply(null,arguments)},Xm=b._emscripten_bind_MdDbLine_SetTrueColor_1=function(){return(Xm=b._emscripten_bind_MdDbLine_SetTrueColor_1=b.asm.emscripten_bind_MdDbLine_SetTrueColor_1).apply(null,
297
+ arguments)},Ym=b._emscripten_bind_MdDbLine_ColorIndex_0=function(){return(Ym=b._emscripten_bind_MdDbLine_ColorIndex_0=b.asm.emscripten_bind_MdDbLine_ColorIndex_0).apply(null,arguments)},Zm=b._emscripten_bind_MdDbLine_SetColorIndex_1=function(){return(Zm=b._emscripten_bind_MdDbLine_SetColorIndex_1=b.asm.emscripten_bind_MdDbLine_SetColorIndex_1).apply(null,arguments)},$m=b._emscripten_bind_MdDbLine_Layer_0=function(){return($m=b._emscripten_bind_MdDbLine_Layer_0=b.asm.emscripten_bind_MdDbLine_Layer_0).apply(null,
298
+ arguments)},an=b._emscripten_bind_MdDbLine_SetLayer_1=function(){return(an=b._emscripten_bind_MdDbLine_SetLayer_1=b.asm.emscripten_bind_MdDbLine_SetLayer_1).apply(null,arguments)},bn=b._emscripten_bind_MdDbLine_LinetypeScale_0=function(){return(bn=b._emscripten_bind_MdDbLine_LinetypeScale_0=b.asm.emscripten_bind_MdDbLine_LinetypeScale_0).apply(null,arguments)},cn=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=function(){return(cn=b._emscripten_bind_MdDbLine_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbLine_SetLinetypeScale_1).apply(null,
299
+ arguments)},dn=b._emscripten_bind_MdDbLine_Visible_0=function(){return(dn=b._emscripten_bind_MdDbLine_Visible_0=b.asm.emscripten_bind_MdDbLine_Visible_0).apply(null,arguments)},en=b._emscripten_bind_MdDbLine_SetVisible_1=function(){return(en=b._emscripten_bind_MdDbLine_SetVisible_1=b.asm.emscripten_bind_MdDbLine_SetVisible_1).apply(null,arguments)},fn=b._emscripten_bind_MdDbLine_Lineweight_0=function(){return(fn=b._emscripten_bind_MdDbLine_Lineweight_0=b.asm.emscripten_bind_MdDbLine_Lineweight_0).apply(null,
300
+ arguments)},gn=b._emscripten_bind_MdDbLine_SetLineweight_1=function(){return(gn=b._emscripten_bind_MdDbLine_SetLineweight_1=b.asm.emscripten_bind_MdDbLine_SetLineweight_1).apply(null,arguments)},hn=b._emscripten_bind_MdDbLine_TextStyle_0=function(){return(hn=b._emscripten_bind_MdDbLine_TextStyle_0=b.asm.emscripten_bind_MdDbLine_TextStyle_0).apply(null,arguments)},jn=b._emscripten_bind_MdDbLine_SetTextStyle_1=function(){return(jn=b._emscripten_bind_MdDbLine_SetTextStyle_1=b.asm.emscripten_bind_MdDbLine_SetTextStyle_1).apply(null,
301
+ arguments)},kn=b._emscripten_bind_MdDbLine_Highlight_1=function(){return(kn=b._emscripten_bind_MdDbLine_Highlight_1=b.asm.emscripten_bind_MdDbLine_Highlight_1).apply(null,arguments)},ln=b._emscripten_bind_MdDbLine_Move_2=function(){return(ln=b._emscripten_bind_MdDbLine_Move_2=b.asm.emscripten_bind_MdDbLine_Move_2).apply(null,arguments)},mn=b._emscripten_bind_MdDbLine_Rotate_2=function(){return(mn=b._emscripten_bind_MdDbLine_Rotate_2=b.asm.emscripten_bind_MdDbLine_Rotate_2).apply(null,arguments)},
302
+ nn=b._emscripten_bind_MdDbLine_Mirror_2=function(){return(nn=b._emscripten_bind_MdDbLine_Mirror_2=b.asm.emscripten_bind_MdDbLine_Mirror_2).apply(null,arguments)},on=b._emscripten_bind_MdDbLine_ScaleEntity_2=function(){return(on=b._emscripten_bind_MdDbLine_ScaleEntity_2=b.asm.emscripten_bind_MdDbLine_ScaleEntity_2).apply(null,arguments)},pn=b._emscripten_bind_MdDbLine_TransformBy_1=function(){return(pn=b._emscripten_bind_MdDbLine_TransformBy_1=b.asm.emscripten_bind_MdDbLine_TransformBy_1).apply(null,
303
+ arguments)},qn=b._emscripten_bind_MdDbLine_GetBoundingBox_0=function(){return(qn=b._emscripten_bind_MdDbLine_GetBoundingBox_0=b.asm.emscripten_bind_MdDbLine_GetBoundingBox_0).apply(null,arguments)},rn=b._emscripten_bind_MdDbLine_GetObjectID_0=function(){return(rn=b._emscripten_bind_MdDbLine_GetObjectID_0=b.asm.emscripten_bind_MdDbLine_GetObjectID_0).apply(null,arguments)},sn=b._emscripten_bind_MdDbLine_Erase_0=function(){return(sn=b._emscripten_bind_MdDbLine_Erase_0=b.asm.emscripten_bind_MdDbLine_Erase_0).apply(null,
304
+ arguments)},tn=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=function(){return(tn=b._emscripten_bind_MdDbLine_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbLine_ConnectionTempObject_1).apply(null,arguments)},un=b._emscripten_bind_MdDbLine_Clone_0=function(){return(un=b._emscripten_bind_MdDbLine_Clone_0=b.asm.emscripten_bind_MdDbLine_Clone_0).apply(null,arguments)},vn=b._emscripten_bind_MdDbLine_GetHandle_0=function(){return(vn=b._emscripten_bind_MdDbLine_GetHandle_0=b.asm.emscripten_bind_MdDbLine_GetHandle_0).apply(null,
305
+ arguments)},wn=b._emscripten_bind_MdDbLine_GetDatabase_0=function(){return(wn=b._emscripten_bind_MdDbLine_GetDatabase_0=b.asm.emscripten_bind_MdDbLine_GetDatabase_0).apply(null,arguments)},xn=b._emscripten_bind_MdDbLine_GetOwnerID_0=function(){return(xn=b._emscripten_bind_MdDbLine_GetOwnerID_0=b.asm.emscripten_bind_MdDbLine_GetOwnerID_0).apply(null,arguments)},yn=b._emscripten_bind_MdDbLine_moveGripPointsAt_4=function(){return(yn=b._emscripten_bind_MdDbLine_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbLine_moveGripPointsAt_4).apply(null,
306
+ arguments)},zn=b._emscripten_bind_MdDbLine_getObjectName_0=function(){return(zn=b._emscripten_bind_MdDbLine_getObjectName_0=b.asm.emscripten_bind_MdDbLine_getObjectName_0).apply(null,arguments)},An=b._emscripten_bind_MdDbLine_getDxf0_0=function(){return(An=b._emscripten_bind_MdDbLine_getDxf0_0=b.asm.emscripten_bind_MdDbLine_getDxf0_0).apply(null,arguments)},Bn=b._emscripten_bind_MdDbLine_getJson_0=function(){return(Bn=b._emscripten_bind_MdDbLine_getJson_0=b.asm.emscripten_bind_MdDbLine_getJson_0).apply(null,
307
+ arguments)},Cn=b._emscripten_bind_MdDbLine_setJson_1=function(){return(Cn=b._emscripten_bind_MdDbLine_setJson_1=b.asm.emscripten_bind_MdDbLine_setJson_1).apply(null,arguments)},Dn=b._emscripten_bind_MdDbLine___destroy___0=function(){return(Dn=b._emscripten_bind_MdDbLine___destroy___0=b.asm.emscripten_bind_MdDbLine___destroy___0).apply(null,arguments)},En=b._emscripten_bind_MdDbText_MdDbText_0=function(){return(En=b._emscripten_bind_MdDbText_MdDbText_0=b.asm.emscripten_bind_MdDbText_MdDbText_0).apply(null,
308
+ arguments)},Fn=b._emscripten_bind_MdDbText_position_0=function(){return(Fn=b._emscripten_bind_MdDbText_position_0=b.asm.emscripten_bind_MdDbText_position_0).apply(null,arguments)},Gn=b._emscripten_bind_MdDbText_setPosition_1=function(){return(Gn=b._emscripten_bind_MdDbText_setPosition_1=b.asm.emscripten_bind_MdDbText_setPosition_1).apply(null,arguments)},Hn=b._emscripten_bind_MdDbText_alignmentPoint_0=function(){return(Hn=b._emscripten_bind_MdDbText_alignmentPoint_0=b.asm.emscripten_bind_MdDbText_alignmentPoint_0).apply(null,
309
+ arguments)},In=b._emscripten_bind_MdDbText_setAlignmentPoint_1=function(){return(In=b._emscripten_bind_MdDbText_setAlignmentPoint_1=b.asm.emscripten_bind_MdDbText_setAlignmentPoint_1).apply(null,arguments)},Jn=b._emscripten_bind_MdDbText_oblique_0=function(){return(Jn=b._emscripten_bind_MdDbText_oblique_0=b.asm.emscripten_bind_MdDbText_oblique_0).apply(null,arguments)},Kn=b._emscripten_bind_MdDbText_setOblique_1=function(){return(Kn=b._emscripten_bind_MdDbText_setOblique_1=b.asm.emscripten_bind_MdDbText_setOblique_1).apply(null,
310
+ arguments)},Ln=b._emscripten_bind_MdDbText_rotation_0=function(){return(Ln=b._emscripten_bind_MdDbText_rotation_0=b.asm.emscripten_bind_MdDbText_rotation_0).apply(null,arguments)},Mn=b._emscripten_bind_MdDbText_setRotation_1=function(){return(Mn=b._emscripten_bind_MdDbText_setRotation_1=b.asm.emscripten_bind_MdDbText_setRotation_1).apply(null,arguments)},Nn=b._emscripten_bind_MdDbText_height_0=function(){return(Nn=b._emscripten_bind_MdDbText_height_0=b.asm.emscripten_bind_MdDbText_height_0).apply(null,
311
+ arguments)},On=b._emscripten_bind_MdDbText_setHeight_1=function(){return(On=b._emscripten_bind_MdDbText_setHeight_1=b.asm.emscripten_bind_MdDbText_setHeight_1).apply(null,arguments)},Pn=b._emscripten_bind_MdDbText_widthFactor_0=function(){return(Pn=b._emscripten_bind_MdDbText_widthFactor_0=b.asm.emscripten_bind_MdDbText_widthFactor_0).apply(null,arguments)},Qn=b._emscripten_bind_MdDbText_setWidthFactor_1=function(){return(Qn=b._emscripten_bind_MdDbText_setWidthFactor_1=b.asm.emscripten_bind_MdDbText_setWidthFactor_1).apply(null,
312
+ arguments)},Rn=b._emscripten_bind_MdDbText_textString_0=function(){return(Rn=b._emscripten_bind_MdDbText_textString_0=b.asm.emscripten_bind_MdDbText_textString_0).apply(null,arguments)},Sn=b._emscripten_bind_MdDbText_setTextString_1=function(){return(Sn=b._emscripten_bind_MdDbText_setTextString_1=b.asm.emscripten_bind_MdDbText_setTextString_1).apply(null,arguments)},Tn=b._emscripten_bind_MdDbText_horizontalMode_0=function(){return(Tn=b._emscripten_bind_MdDbText_horizontalMode_0=b.asm.emscripten_bind_MdDbText_horizontalMode_0).apply(null,
313
+ arguments)},Un=b._emscripten_bind_MdDbText_setHorizontalMode_1=function(){return(Un=b._emscripten_bind_MdDbText_setHorizontalMode_1=b.asm.emscripten_bind_MdDbText_setHorizontalMode_1).apply(null,arguments)},Vn=b._emscripten_bind_MdDbText_verticalMode_0=function(){return(Vn=b._emscripten_bind_MdDbText_verticalMode_0=b.asm.emscripten_bind_MdDbText_verticalMode_0).apply(null,arguments)},Wn=b._emscripten_bind_MdDbText_setVerticalMode_1=function(){return(Wn=b._emscripten_bind_MdDbText_setVerticalMode_1=
314
+ b.asm.emscripten_bind_MdDbText_setVerticalMode_1).apply(null,arguments)},Xn=b._emscripten_bind_MdDbText_explode_0=function(){return(Xn=b._emscripten_bind_MdDbText_explode_0=b.asm.emscripten_bind_MdDbText_explode_0).apply(null,arguments)},Yn=b._emscripten_bind_MdDbText_TrueColor_0=function(){return(Yn=b._emscripten_bind_MdDbText_TrueColor_0=b.asm.emscripten_bind_MdDbText_TrueColor_0).apply(null,arguments)},Zn=b._emscripten_bind_MdDbText_SetTrueColor_1=function(){return(Zn=b._emscripten_bind_MdDbText_SetTrueColor_1=
315
+ b.asm.emscripten_bind_MdDbText_SetTrueColor_1).apply(null,arguments)},$n=b._emscripten_bind_MdDbText_ColorIndex_0=function(){return($n=b._emscripten_bind_MdDbText_ColorIndex_0=b.asm.emscripten_bind_MdDbText_ColorIndex_0).apply(null,arguments)},ao=b._emscripten_bind_MdDbText_SetColorIndex_1=function(){return(ao=b._emscripten_bind_MdDbText_SetColorIndex_1=b.asm.emscripten_bind_MdDbText_SetColorIndex_1).apply(null,arguments)},bo=b._emscripten_bind_MdDbText_Layer_0=function(){return(bo=b._emscripten_bind_MdDbText_Layer_0=
316
+ b.asm.emscripten_bind_MdDbText_Layer_0).apply(null,arguments)},co=b._emscripten_bind_MdDbText_SetLayer_1=function(){return(co=b._emscripten_bind_MdDbText_SetLayer_1=b.asm.emscripten_bind_MdDbText_SetLayer_1).apply(null,arguments)},eo=b._emscripten_bind_MdDbText_LinetypeScale_0=function(){return(eo=b._emscripten_bind_MdDbText_LinetypeScale_0=b.asm.emscripten_bind_MdDbText_LinetypeScale_0).apply(null,arguments)},fo=b._emscripten_bind_MdDbText_SetLinetypeScale_1=function(){return(fo=b._emscripten_bind_MdDbText_SetLinetypeScale_1=
317
+ b.asm.emscripten_bind_MdDbText_SetLinetypeScale_1).apply(null,arguments)},go=b._emscripten_bind_MdDbText_Visible_0=function(){return(go=b._emscripten_bind_MdDbText_Visible_0=b.asm.emscripten_bind_MdDbText_Visible_0).apply(null,arguments)},ho=b._emscripten_bind_MdDbText_SetVisible_1=function(){return(ho=b._emscripten_bind_MdDbText_SetVisible_1=b.asm.emscripten_bind_MdDbText_SetVisible_1).apply(null,arguments)},io=b._emscripten_bind_MdDbText_Lineweight_0=function(){return(io=b._emscripten_bind_MdDbText_Lineweight_0=
318
+ b.asm.emscripten_bind_MdDbText_Lineweight_0).apply(null,arguments)},jo=b._emscripten_bind_MdDbText_SetLineweight_1=function(){return(jo=b._emscripten_bind_MdDbText_SetLineweight_1=b.asm.emscripten_bind_MdDbText_SetLineweight_1).apply(null,arguments)},ko=b._emscripten_bind_MdDbText_TextStyle_0=function(){return(ko=b._emscripten_bind_MdDbText_TextStyle_0=b.asm.emscripten_bind_MdDbText_TextStyle_0).apply(null,arguments)},lo=b._emscripten_bind_MdDbText_SetTextStyle_1=function(){return(lo=b._emscripten_bind_MdDbText_SetTextStyle_1=
319
+ b.asm.emscripten_bind_MdDbText_SetTextStyle_1).apply(null,arguments)},mo=b._emscripten_bind_MdDbText_Highlight_1=function(){return(mo=b._emscripten_bind_MdDbText_Highlight_1=b.asm.emscripten_bind_MdDbText_Highlight_1).apply(null,arguments)},no=b._emscripten_bind_MdDbText_Move_2=function(){return(no=b._emscripten_bind_MdDbText_Move_2=b.asm.emscripten_bind_MdDbText_Move_2).apply(null,arguments)},oo=b._emscripten_bind_MdDbText_Rotate_2=function(){return(oo=b._emscripten_bind_MdDbText_Rotate_2=b.asm.emscripten_bind_MdDbText_Rotate_2).apply(null,
320
+ arguments)},po=b._emscripten_bind_MdDbText_Mirror_2=function(){return(po=b._emscripten_bind_MdDbText_Mirror_2=b.asm.emscripten_bind_MdDbText_Mirror_2).apply(null,arguments)},qo=b._emscripten_bind_MdDbText_ScaleEntity_2=function(){return(qo=b._emscripten_bind_MdDbText_ScaleEntity_2=b.asm.emscripten_bind_MdDbText_ScaleEntity_2).apply(null,arguments)},ro=b._emscripten_bind_MdDbText_TransformBy_1=function(){return(ro=b._emscripten_bind_MdDbText_TransformBy_1=b.asm.emscripten_bind_MdDbText_TransformBy_1).apply(null,
321
+ arguments)},so=b._emscripten_bind_MdDbText_GetBoundingBox_0=function(){return(so=b._emscripten_bind_MdDbText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbText_GetBoundingBox_0).apply(null,arguments)},to=b._emscripten_bind_MdDbText_GetObjectID_0=function(){return(to=b._emscripten_bind_MdDbText_GetObjectID_0=b.asm.emscripten_bind_MdDbText_GetObjectID_0).apply(null,arguments)},uo=b._emscripten_bind_MdDbText_Erase_0=function(){return(uo=b._emscripten_bind_MdDbText_Erase_0=b.asm.emscripten_bind_MdDbText_Erase_0).apply(null,
322
+ arguments)},vo=b._emscripten_bind_MdDbText_ConnectionTempObject_1=function(){return(vo=b._emscripten_bind_MdDbText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbText_ConnectionTempObject_1).apply(null,arguments)},wo=b._emscripten_bind_MdDbText_Clone_0=function(){return(wo=b._emscripten_bind_MdDbText_Clone_0=b.asm.emscripten_bind_MdDbText_Clone_0).apply(null,arguments)},xo=b._emscripten_bind_MdDbText_GetHandle_0=function(){return(xo=b._emscripten_bind_MdDbText_GetHandle_0=b.asm.emscripten_bind_MdDbText_GetHandle_0).apply(null,
323
+ arguments)},yo=b._emscripten_bind_MdDbText_GetDatabase_0=function(){return(yo=b._emscripten_bind_MdDbText_GetDatabase_0=b.asm.emscripten_bind_MdDbText_GetDatabase_0).apply(null,arguments)},zo=b._emscripten_bind_MdDbText_GetOwnerID_0=function(){return(zo=b._emscripten_bind_MdDbText_GetOwnerID_0=b.asm.emscripten_bind_MdDbText_GetOwnerID_0).apply(null,arguments)},Ao=b._emscripten_bind_MdDbText_moveGripPointsAt_4=function(){return(Ao=b._emscripten_bind_MdDbText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbText_moveGripPointsAt_4).apply(null,
324
+ arguments)},Bo=b._emscripten_bind_MdDbText_getObjectName_0=function(){return(Bo=b._emscripten_bind_MdDbText_getObjectName_0=b.asm.emscripten_bind_MdDbText_getObjectName_0).apply(null,arguments)},Co=b._emscripten_bind_MdDbText_getDxf0_0=function(){return(Co=b._emscripten_bind_MdDbText_getDxf0_0=b.asm.emscripten_bind_MdDbText_getDxf0_0).apply(null,arguments)},Do=b._emscripten_bind_MdDbText_getJson_0=function(){return(Do=b._emscripten_bind_MdDbText_getJson_0=b.asm.emscripten_bind_MdDbText_getJson_0).apply(null,
325
+ arguments)},Eo=b._emscripten_bind_MdDbText_setJson_1=function(){return(Eo=b._emscripten_bind_MdDbText_setJson_1=b.asm.emscripten_bind_MdDbText_setJson_1).apply(null,arguments)},Fo=b._emscripten_bind_MdDbText___destroy___0=function(){return(Fo=b._emscripten_bind_MdDbText___destroy___0=b.asm.emscripten_bind_MdDbText___destroy___0).apply(null,arguments)},Go=b._emscripten_bind_MdDbCircle_MdDbCircle_0=function(){return(Go=b._emscripten_bind_MdDbCircle_MdDbCircle_0=b.asm.emscripten_bind_MdDbCircle_MdDbCircle_0).apply(null,
326
+ arguments)},Ho=b._emscripten_bind_MdDbCircle_center_0=function(){return(Ho=b._emscripten_bind_MdDbCircle_center_0=b.asm.emscripten_bind_MdDbCircle_center_0).apply(null,arguments)},Io=b._emscripten_bind_MdDbCircle_setCenter_1=function(){return(Io=b._emscripten_bind_MdDbCircle_setCenter_1=b.asm.emscripten_bind_MdDbCircle_setCenter_1).apply(null,arguments)},Jo=b._emscripten_bind_MdDbCircle_radius_0=function(){return(Jo=b._emscripten_bind_MdDbCircle_radius_0=b.asm.emscripten_bind_MdDbCircle_radius_0).apply(null,
327
+ arguments)},Ko=b._emscripten_bind_MdDbCircle_setRadius_1=function(){return(Ko=b._emscripten_bind_MdDbCircle_setRadius_1=b.asm.emscripten_bind_MdDbCircle_setRadius_1).apply(null,arguments)},Lo=b._emscripten_bind_MdDbCircle_getStartParam_0=function(){return(Lo=b._emscripten_bind_MdDbCircle_getStartParam_0=b.asm.emscripten_bind_MdDbCircle_getStartParam_0).apply(null,arguments)},Mo=b._emscripten_bind_MdDbCircle_getEndParam_0=function(){return(Mo=b._emscripten_bind_MdDbCircle_getEndParam_0=b.asm.emscripten_bind_MdDbCircle_getEndParam_0).apply(null,
328
+ arguments)},No=b._emscripten_bind_MdDbCircle_getDistAtParam_1=function(){return(No=b._emscripten_bind_MdDbCircle_getDistAtParam_1=b.asm.emscripten_bind_MdDbCircle_getDistAtParam_1).apply(null,arguments)},Oo=b._emscripten_bind_MdDbCircle_getParamAtDist_1=function(){return(Oo=b._emscripten_bind_MdDbCircle_getParamAtDist_1=b.asm.emscripten_bind_MdDbCircle_getParamAtDist_1).apply(null,arguments)},Po=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=function(){return(Po=b._emscripten_bind_MdDbCircle_getDistAtPoint_1=
329
+ b.asm.emscripten_bind_MdDbCircle_getDistAtPoint_1).apply(null,arguments)},Qo=b._emscripten_bind_MdDbCircle_getPointAtDist_1=function(){return(Qo=b._emscripten_bind_MdDbCircle_getPointAtDist_1=b.asm.emscripten_bind_MdDbCircle_getPointAtDist_1).apply(null,arguments)},Ro=b._emscripten_bind_MdDbCircle_getStartPoint_0=function(){return(Ro=b._emscripten_bind_MdDbCircle_getStartPoint_0=b.asm.emscripten_bind_MdDbCircle_getStartPoint_0).apply(null,arguments)},So=b._emscripten_bind_MdDbCircle_getEndPoint_0=
330
+ function(){return(So=b._emscripten_bind_MdDbCircle_getEndPoint_0=b.asm.emscripten_bind_MdDbCircle_getEndPoint_0).apply(null,arguments)},To=b._emscripten_bind_MdDbCircle_getPointAtParam_1=function(){return(To=b._emscripten_bind_MdDbCircle_getPointAtParam_1=b.asm.emscripten_bind_MdDbCircle_getPointAtParam_1).apply(null,arguments)},Uo=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=function(){return(Uo=b._emscripten_bind_MdDbCircle_getParamAtPoint_1=b.asm.emscripten_bind_MdDbCircle_getParamAtPoint_1).apply(null,
331
+ arguments)},Vo=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=function(){return(Vo=b._emscripten_bind_MdDbCircle_getFirstDeriv_1=b.asm.emscripten_bind_MdDbCircle_getFirstDeriv_1).apply(null,arguments)},Wo=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=function(){return(Wo=b._emscripten_bind_MdDbCircle_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbCircle_getFirstDerivEx_1).apply(null,arguments)},Xo=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=function(){return(Xo=b._emscripten_bind_MdDbCircle_getClosestPointTo_2=
332
+ b.asm.emscripten_bind_MdDbCircle_getClosestPointTo_2).apply(null,arguments)},Yo=b._emscripten_bind_MdDbCircle_offsetCurves_2=function(){return(Yo=b._emscripten_bind_MdDbCircle_offsetCurves_2=b.asm.emscripten_bind_MdDbCircle_offsetCurves_2).apply(null,arguments)},Zo=b._emscripten_bind_MdDbCircle_splitCurves_1=function(){return(Zo=b._emscripten_bind_MdDbCircle_splitCurves_1=b.asm.emscripten_bind_MdDbCircle_splitCurves_1).apply(null,arguments)},$o=b._emscripten_bind_MdDbCircle_getArea_0=function(){return($o=
333
+ b._emscripten_bind_MdDbCircle_getArea_0=b.asm.emscripten_bind_MdDbCircle_getArea_0).apply(null,arguments)},ap=b._emscripten_bind_MdDbCircle_getSamplePoints_1=function(){return(ap=b._emscripten_bind_MdDbCircle_getSamplePoints_1=b.asm.emscripten_bind_MdDbCircle_getSamplePoints_1).apply(null,arguments)},bp=b._emscripten_bind_MdDbCircle_getLength_0=function(){return(bp=b._emscripten_bind_MdDbCircle_getLength_0=b.asm.emscripten_bind_MdDbCircle_getLength_0).apply(null,arguments)},cp=b._emscripten_bind_MdDbCircle_explode_0=
334
+ function(){return(cp=b._emscripten_bind_MdDbCircle_explode_0=b.asm.emscripten_bind_MdDbCircle_explode_0).apply(null,arguments)},dp=b._emscripten_bind_MdDbCircle_TrueColor_0=function(){return(dp=b._emscripten_bind_MdDbCircle_TrueColor_0=b.asm.emscripten_bind_MdDbCircle_TrueColor_0).apply(null,arguments)},ep=b._emscripten_bind_MdDbCircle_SetTrueColor_1=function(){return(ep=b._emscripten_bind_MdDbCircle_SetTrueColor_1=b.asm.emscripten_bind_MdDbCircle_SetTrueColor_1).apply(null,arguments)},fp=b._emscripten_bind_MdDbCircle_ColorIndex_0=
335
+ function(){return(fp=b._emscripten_bind_MdDbCircle_ColorIndex_0=b.asm.emscripten_bind_MdDbCircle_ColorIndex_0).apply(null,arguments)},gp=b._emscripten_bind_MdDbCircle_SetColorIndex_1=function(){return(gp=b._emscripten_bind_MdDbCircle_SetColorIndex_1=b.asm.emscripten_bind_MdDbCircle_SetColorIndex_1).apply(null,arguments)},hp=b._emscripten_bind_MdDbCircle_Layer_0=function(){return(hp=b._emscripten_bind_MdDbCircle_Layer_0=b.asm.emscripten_bind_MdDbCircle_Layer_0).apply(null,arguments)},ip=b._emscripten_bind_MdDbCircle_SetLayer_1=
336
+ function(){return(ip=b._emscripten_bind_MdDbCircle_SetLayer_1=b.asm.emscripten_bind_MdDbCircle_SetLayer_1).apply(null,arguments)},jp=b._emscripten_bind_MdDbCircle_LinetypeScale_0=function(){return(jp=b._emscripten_bind_MdDbCircle_LinetypeScale_0=b.asm.emscripten_bind_MdDbCircle_LinetypeScale_0).apply(null,arguments)},kp=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=function(){return(kp=b._emscripten_bind_MdDbCircle_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbCircle_SetLinetypeScale_1).apply(null,
337
+ arguments)},lp=b._emscripten_bind_MdDbCircle_Visible_0=function(){return(lp=b._emscripten_bind_MdDbCircle_Visible_0=b.asm.emscripten_bind_MdDbCircle_Visible_0).apply(null,arguments)},mp=b._emscripten_bind_MdDbCircle_SetVisible_1=function(){return(mp=b._emscripten_bind_MdDbCircle_SetVisible_1=b.asm.emscripten_bind_MdDbCircle_SetVisible_1).apply(null,arguments)},np=b._emscripten_bind_MdDbCircle_Lineweight_0=function(){return(np=b._emscripten_bind_MdDbCircle_Lineweight_0=b.asm.emscripten_bind_MdDbCircle_Lineweight_0).apply(null,
338
+ arguments)},op=b._emscripten_bind_MdDbCircle_SetLineweight_1=function(){return(op=b._emscripten_bind_MdDbCircle_SetLineweight_1=b.asm.emscripten_bind_MdDbCircle_SetLineweight_1).apply(null,arguments)},pp=b._emscripten_bind_MdDbCircle_TextStyle_0=function(){return(pp=b._emscripten_bind_MdDbCircle_TextStyle_0=b.asm.emscripten_bind_MdDbCircle_TextStyle_0).apply(null,arguments)},qp=b._emscripten_bind_MdDbCircle_SetTextStyle_1=function(){return(qp=b._emscripten_bind_MdDbCircle_SetTextStyle_1=b.asm.emscripten_bind_MdDbCircle_SetTextStyle_1).apply(null,
339
+ arguments)},rp=b._emscripten_bind_MdDbCircle_Highlight_1=function(){return(rp=b._emscripten_bind_MdDbCircle_Highlight_1=b.asm.emscripten_bind_MdDbCircle_Highlight_1).apply(null,arguments)},sp=b._emscripten_bind_MdDbCircle_Move_2=function(){return(sp=b._emscripten_bind_MdDbCircle_Move_2=b.asm.emscripten_bind_MdDbCircle_Move_2).apply(null,arguments)},tp=b._emscripten_bind_MdDbCircle_Rotate_2=function(){return(tp=b._emscripten_bind_MdDbCircle_Rotate_2=b.asm.emscripten_bind_MdDbCircle_Rotate_2).apply(null,
340
+ arguments)},up=b._emscripten_bind_MdDbCircle_Mirror_2=function(){return(up=b._emscripten_bind_MdDbCircle_Mirror_2=b.asm.emscripten_bind_MdDbCircle_Mirror_2).apply(null,arguments)},vp=b._emscripten_bind_MdDbCircle_ScaleEntity_2=function(){return(vp=b._emscripten_bind_MdDbCircle_ScaleEntity_2=b.asm.emscripten_bind_MdDbCircle_ScaleEntity_2).apply(null,arguments)},wp=b._emscripten_bind_MdDbCircle_TransformBy_1=function(){return(wp=b._emscripten_bind_MdDbCircle_TransformBy_1=b.asm.emscripten_bind_MdDbCircle_TransformBy_1).apply(null,
341
+ arguments)},xp=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=function(){return(xp=b._emscripten_bind_MdDbCircle_GetBoundingBox_0=b.asm.emscripten_bind_MdDbCircle_GetBoundingBox_0).apply(null,arguments)},yp=b._emscripten_bind_MdDbCircle_GetObjectID_0=function(){return(yp=b._emscripten_bind_MdDbCircle_GetObjectID_0=b.asm.emscripten_bind_MdDbCircle_GetObjectID_0).apply(null,arguments)},zp=b._emscripten_bind_MdDbCircle_Erase_0=function(){return(zp=b._emscripten_bind_MdDbCircle_Erase_0=b.asm.emscripten_bind_MdDbCircle_Erase_0).apply(null,
342
+ arguments)},Ap=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=function(){return(Ap=b._emscripten_bind_MdDbCircle_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbCircle_ConnectionTempObject_1).apply(null,arguments)},Bp=b._emscripten_bind_MdDbCircle_Clone_0=function(){return(Bp=b._emscripten_bind_MdDbCircle_Clone_0=b.asm.emscripten_bind_MdDbCircle_Clone_0).apply(null,arguments)},Cp=b._emscripten_bind_MdDbCircle_GetHandle_0=function(){return(Cp=b._emscripten_bind_MdDbCircle_GetHandle_0=b.asm.emscripten_bind_MdDbCircle_GetHandle_0).apply(null,
343
+ arguments)},Dp=b._emscripten_bind_MdDbCircle_GetDatabase_0=function(){return(Dp=b._emscripten_bind_MdDbCircle_GetDatabase_0=b.asm.emscripten_bind_MdDbCircle_GetDatabase_0).apply(null,arguments)},Ep=b._emscripten_bind_MdDbCircle_GetOwnerID_0=function(){return(Ep=b._emscripten_bind_MdDbCircle_GetOwnerID_0=b.asm.emscripten_bind_MdDbCircle_GetOwnerID_0).apply(null,arguments)},Fp=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=function(){return(Fp=b._emscripten_bind_MdDbCircle_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbCircle_moveGripPointsAt_4).apply(null,
344
+ arguments)},Gp=b._emscripten_bind_MdDbCircle_getObjectName_0=function(){return(Gp=b._emscripten_bind_MdDbCircle_getObjectName_0=b.asm.emscripten_bind_MdDbCircle_getObjectName_0).apply(null,arguments)},Hp=b._emscripten_bind_MdDbCircle_getDxf0_0=function(){return(Hp=b._emscripten_bind_MdDbCircle_getDxf0_0=b.asm.emscripten_bind_MdDbCircle_getDxf0_0).apply(null,arguments)},Ip=b._emscripten_bind_MdDbCircle_getJson_0=function(){return(Ip=b._emscripten_bind_MdDbCircle_getJson_0=b.asm.emscripten_bind_MdDbCircle_getJson_0).apply(null,
345
+ arguments)},Jp=b._emscripten_bind_MdDbCircle_setJson_1=function(){return(Jp=b._emscripten_bind_MdDbCircle_setJson_1=b.asm.emscripten_bind_MdDbCircle_setJson_1).apply(null,arguments)},Kp=b._emscripten_bind_MdDbCircle___destroy___0=function(){return(Kp=b._emscripten_bind_MdDbCircle___destroy___0=b.asm.emscripten_bind_MdDbCircle___destroy___0).apply(null,arguments)},Lp=b._emscripten_bind_MdDbArc_MdDbArc_0=function(){return(Lp=b._emscripten_bind_MdDbArc_MdDbArc_0=b.asm.emscripten_bind_MdDbArc_MdDbArc_0).apply(null,
346
+ arguments)},Mp=b._emscripten_bind_MdDbArc_center_0=function(){return(Mp=b._emscripten_bind_MdDbArc_center_0=b.asm.emscripten_bind_MdDbArc_center_0).apply(null,arguments)},Np=b._emscripten_bind_MdDbArc_setCenter_1=function(){return(Np=b._emscripten_bind_MdDbArc_setCenter_1=b.asm.emscripten_bind_MdDbArc_setCenter_1).apply(null,arguments)},Op=b._emscripten_bind_MdDbArc_radius_0=function(){return(Op=b._emscripten_bind_MdDbArc_radius_0=b.asm.emscripten_bind_MdDbArc_radius_0).apply(null,arguments)},Pp=
347
+ b._emscripten_bind_MdDbArc_setRadius_1=function(){return(Pp=b._emscripten_bind_MdDbArc_setRadius_1=b.asm.emscripten_bind_MdDbArc_setRadius_1).apply(null,arguments)},Qp=b._emscripten_bind_MdDbArc_startAngle_0=function(){return(Qp=b._emscripten_bind_MdDbArc_startAngle_0=b.asm.emscripten_bind_MdDbArc_startAngle_0).apply(null,arguments)},Rp=b._emscripten_bind_MdDbArc_setStartAngle_1=function(){return(Rp=b._emscripten_bind_MdDbArc_setStartAngle_1=b.asm.emscripten_bind_MdDbArc_setStartAngle_1).apply(null,
348
+ arguments)},Sp=b._emscripten_bind_MdDbArc_endAngle_0=function(){return(Sp=b._emscripten_bind_MdDbArc_endAngle_0=b.asm.emscripten_bind_MdDbArc_endAngle_0).apply(null,arguments)},Tp=b._emscripten_bind_MdDbArc_setEndAngle_1=function(){return(Tp=b._emscripten_bind_MdDbArc_setEndAngle_1=b.asm.emscripten_bind_MdDbArc_setEndAngle_1).apply(null,arguments)},Up=b._emscripten_bind_MdDbArc_getStartParam_0=function(){return(Up=b._emscripten_bind_MdDbArc_getStartParam_0=b.asm.emscripten_bind_MdDbArc_getStartParam_0).apply(null,
349
+ arguments)},Vp=b._emscripten_bind_MdDbArc_getEndParam_0=function(){return(Vp=b._emscripten_bind_MdDbArc_getEndParam_0=b.asm.emscripten_bind_MdDbArc_getEndParam_0).apply(null,arguments)},Wp=b._emscripten_bind_MdDbArc_getDistAtParam_1=function(){return(Wp=b._emscripten_bind_MdDbArc_getDistAtParam_1=b.asm.emscripten_bind_MdDbArc_getDistAtParam_1).apply(null,arguments)},Xp=b._emscripten_bind_MdDbArc_getParamAtDist_1=function(){return(Xp=b._emscripten_bind_MdDbArc_getParamAtDist_1=b.asm.emscripten_bind_MdDbArc_getParamAtDist_1).apply(null,
350
+ arguments)},Yp=b._emscripten_bind_MdDbArc_getDistAtPoint_1=function(){return(Yp=b._emscripten_bind_MdDbArc_getDistAtPoint_1=b.asm.emscripten_bind_MdDbArc_getDistAtPoint_1).apply(null,arguments)},Zp=b._emscripten_bind_MdDbArc_getPointAtDist_1=function(){return(Zp=b._emscripten_bind_MdDbArc_getPointAtDist_1=b.asm.emscripten_bind_MdDbArc_getPointAtDist_1).apply(null,arguments)},$p=b._emscripten_bind_MdDbArc_getStartPoint_0=function(){return($p=b._emscripten_bind_MdDbArc_getStartPoint_0=b.asm.emscripten_bind_MdDbArc_getStartPoint_0).apply(null,
351
+ arguments)},aq=b._emscripten_bind_MdDbArc_getEndPoint_0=function(){return(aq=b._emscripten_bind_MdDbArc_getEndPoint_0=b.asm.emscripten_bind_MdDbArc_getEndPoint_0).apply(null,arguments)},bq=b._emscripten_bind_MdDbArc_getPointAtParam_1=function(){return(bq=b._emscripten_bind_MdDbArc_getPointAtParam_1=b.asm.emscripten_bind_MdDbArc_getPointAtParam_1).apply(null,arguments)},cq=b._emscripten_bind_MdDbArc_getParamAtPoint_1=function(){return(cq=b._emscripten_bind_MdDbArc_getParamAtPoint_1=b.asm.emscripten_bind_MdDbArc_getParamAtPoint_1).apply(null,
352
+ arguments)},dq=b._emscripten_bind_MdDbArc_getFirstDeriv_1=function(){return(dq=b._emscripten_bind_MdDbArc_getFirstDeriv_1=b.asm.emscripten_bind_MdDbArc_getFirstDeriv_1).apply(null,arguments)},eq=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=function(){return(eq=b._emscripten_bind_MdDbArc_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbArc_getFirstDerivEx_1).apply(null,arguments)},fq=b._emscripten_bind_MdDbArc_getClosestPointTo_2=function(){return(fq=b._emscripten_bind_MdDbArc_getClosestPointTo_2=b.asm.emscripten_bind_MdDbArc_getClosestPointTo_2).apply(null,
353
+ arguments)},gq=b._emscripten_bind_MdDbArc_offsetCurves_2=function(){return(gq=b._emscripten_bind_MdDbArc_offsetCurves_2=b.asm.emscripten_bind_MdDbArc_offsetCurves_2).apply(null,arguments)},hq=b._emscripten_bind_MdDbArc_splitCurves_1=function(){return(hq=b._emscripten_bind_MdDbArc_splitCurves_1=b.asm.emscripten_bind_MdDbArc_splitCurves_1).apply(null,arguments)},iq=b._emscripten_bind_MdDbArc_getArea_0=function(){return(iq=b._emscripten_bind_MdDbArc_getArea_0=b.asm.emscripten_bind_MdDbArc_getArea_0).apply(null,
354
+ arguments)},jq=b._emscripten_bind_MdDbArc_getSamplePoints_1=function(){return(jq=b._emscripten_bind_MdDbArc_getSamplePoints_1=b.asm.emscripten_bind_MdDbArc_getSamplePoints_1).apply(null,arguments)},kq=b._emscripten_bind_MdDbArc_getLength_0=function(){return(kq=b._emscripten_bind_MdDbArc_getLength_0=b.asm.emscripten_bind_MdDbArc_getLength_0).apply(null,arguments)},lq=b._emscripten_bind_MdDbArc_explode_0=function(){return(lq=b._emscripten_bind_MdDbArc_explode_0=b.asm.emscripten_bind_MdDbArc_explode_0).apply(null,
355
+ arguments)},mq=b._emscripten_bind_MdDbArc_TrueColor_0=function(){return(mq=b._emscripten_bind_MdDbArc_TrueColor_0=b.asm.emscripten_bind_MdDbArc_TrueColor_0).apply(null,arguments)},nq=b._emscripten_bind_MdDbArc_SetTrueColor_1=function(){return(nq=b._emscripten_bind_MdDbArc_SetTrueColor_1=b.asm.emscripten_bind_MdDbArc_SetTrueColor_1).apply(null,arguments)},oq=b._emscripten_bind_MdDbArc_ColorIndex_0=function(){return(oq=b._emscripten_bind_MdDbArc_ColorIndex_0=b.asm.emscripten_bind_MdDbArc_ColorIndex_0).apply(null,
356
+ arguments)},pq=b._emscripten_bind_MdDbArc_SetColorIndex_1=function(){return(pq=b._emscripten_bind_MdDbArc_SetColorIndex_1=b.asm.emscripten_bind_MdDbArc_SetColorIndex_1).apply(null,arguments)},qq=b._emscripten_bind_MdDbArc_Layer_0=function(){return(qq=b._emscripten_bind_MdDbArc_Layer_0=b.asm.emscripten_bind_MdDbArc_Layer_0).apply(null,arguments)},rq=b._emscripten_bind_MdDbArc_SetLayer_1=function(){return(rq=b._emscripten_bind_MdDbArc_SetLayer_1=b.asm.emscripten_bind_MdDbArc_SetLayer_1).apply(null,
357
+ arguments)},sq=b._emscripten_bind_MdDbArc_LinetypeScale_0=function(){return(sq=b._emscripten_bind_MdDbArc_LinetypeScale_0=b.asm.emscripten_bind_MdDbArc_LinetypeScale_0).apply(null,arguments)},tq=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=function(){return(tq=b._emscripten_bind_MdDbArc_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbArc_SetLinetypeScale_1).apply(null,arguments)},uq=b._emscripten_bind_MdDbArc_Visible_0=function(){return(uq=b._emscripten_bind_MdDbArc_Visible_0=b.asm.emscripten_bind_MdDbArc_Visible_0).apply(null,
358
+ arguments)},vq=b._emscripten_bind_MdDbArc_SetVisible_1=function(){return(vq=b._emscripten_bind_MdDbArc_SetVisible_1=b.asm.emscripten_bind_MdDbArc_SetVisible_1).apply(null,arguments)},wq=b._emscripten_bind_MdDbArc_Lineweight_0=function(){return(wq=b._emscripten_bind_MdDbArc_Lineweight_0=b.asm.emscripten_bind_MdDbArc_Lineweight_0).apply(null,arguments)},xq=b._emscripten_bind_MdDbArc_SetLineweight_1=function(){return(xq=b._emscripten_bind_MdDbArc_SetLineweight_1=b.asm.emscripten_bind_MdDbArc_SetLineweight_1).apply(null,
359
+ arguments)},yq=b._emscripten_bind_MdDbArc_TextStyle_0=function(){return(yq=b._emscripten_bind_MdDbArc_TextStyle_0=b.asm.emscripten_bind_MdDbArc_TextStyle_0).apply(null,arguments)},zq=b._emscripten_bind_MdDbArc_SetTextStyle_1=function(){return(zq=b._emscripten_bind_MdDbArc_SetTextStyle_1=b.asm.emscripten_bind_MdDbArc_SetTextStyle_1).apply(null,arguments)},Aq=b._emscripten_bind_MdDbArc_Highlight_1=function(){return(Aq=b._emscripten_bind_MdDbArc_Highlight_1=b.asm.emscripten_bind_MdDbArc_Highlight_1).apply(null,
360
+ arguments)},Bq=b._emscripten_bind_MdDbArc_Move_2=function(){return(Bq=b._emscripten_bind_MdDbArc_Move_2=b.asm.emscripten_bind_MdDbArc_Move_2).apply(null,arguments)},Cq=b._emscripten_bind_MdDbArc_Rotate_2=function(){return(Cq=b._emscripten_bind_MdDbArc_Rotate_2=b.asm.emscripten_bind_MdDbArc_Rotate_2).apply(null,arguments)},Dq=b._emscripten_bind_MdDbArc_Mirror_2=function(){return(Dq=b._emscripten_bind_MdDbArc_Mirror_2=b.asm.emscripten_bind_MdDbArc_Mirror_2).apply(null,arguments)},Eq=b._emscripten_bind_MdDbArc_ScaleEntity_2=
361
+ function(){return(Eq=b._emscripten_bind_MdDbArc_ScaleEntity_2=b.asm.emscripten_bind_MdDbArc_ScaleEntity_2).apply(null,arguments)},Fq=b._emscripten_bind_MdDbArc_TransformBy_1=function(){return(Fq=b._emscripten_bind_MdDbArc_TransformBy_1=b.asm.emscripten_bind_MdDbArc_TransformBy_1).apply(null,arguments)},Gq=b._emscripten_bind_MdDbArc_GetBoundingBox_0=function(){return(Gq=b._emscripten_bind_MdDbArc_GetBoundingBox_0=b.asm.emscripten_bind_MdDbArc_GetBoundingBox_0).apply(null,arguments)},Hq=b._emscripten_bind_MdDbArc_GetObjectID_0=
362
+ function(){return(Hq=b._emscripten_bind_MdDbArc_GetObjectID_0=b.asm.emscripten_bind_MdDbArc_GetObjectID_0).apply(null,arguments)},Iq=b._emscripten_bind_MdDbArc_Erase_0=function(){return(Iq=b._emscripten_bind_MdDbArc_Erase_0=b.asm.emscripten_bind_MdDbArc_Erase_0).apply(null,arguments)},Jq=b._emscripten_bind_MdDbArc_ConnectionTempObject_1=function(){return(Jq=b._emscripten_bind_MdDbArc_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbArc_ConnectionTempObject_1).apply(null,arguments)},Kq=b._emscripten_bind_MdDbArc_Clone_0=
363
+ function(){return(Kq=b._emscripten_bind_MdDbArc_Clone_0=b.asm.emscripten_bind_MdDbArc_Clone_0).apply(null,arguments)},Lq=b._emscripten_bind_MdDbArc_GetHandle_0=function(){return(Lq=b._emscripten_bind_MdDbArc_GetHandle_0=b.asm.emscripten_bind_MdDbArc_GetHandle_0).apply(null,arguments)},Mq=b._emscripten_bind_MdDbArc_GetDatabase_0=function(){return(Mq=b._emscripten_bind_MdDbArc_GetDatabase_0=b.asm.emscripten_bind_MdDbArc_GetDatabase_0).apply(null,arguments)},Nq=b._emscripten_bind_MdDbArc_GetOwnerID_0=
364
+ function(){return(Nq=b._emscripten_bind_MdDbArc_GetOwnerID_0=b.asm.emscripten_bind_MdDbArc_GetOwnerID_0).apply(null,arguments)},Oq=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=function(){return(Oq=b._emscripten_bind_MdDbArc_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbArc_moveGripPointsAt_4).apply(null,arguments)},Pq=b._emscripten_bind_MdDbArc_getObjectName_0=function(){return(Pq=b._emscripten_bind_MdDbArc_getObjectName_0=b.asm.emscripten_bind_MdDbArc_getObjectName_0).apply(null,arguments)},Qq=b._emscripten_bind_MdDbArc_getDxf0_0=
365
+ function(){return(Qq=b._emscripten_bind_MdDbArc_getDxf0_0=b.asm.emscripten_bind_MdDbArc_getDxf0_0).apply(null,arguments)},Rq=b._emscripten_bind_MdDbArc_getJson_0=function(){return(Rq=b._emscripten_bind_MdDbArc_getJson_0=b.asm.emscripten_bind_MdDbArc_getJson_0).apply(null,arguments)},Sq=b._emscripten_bind_MdDbArc_setJson_1=function(){return(Sq=b._emscripten_bind_MdDbArc_setJson_1=b.asm.emscripten_bind_MdDbArc_setJson_1).apply(null,arguments)},Tq=b._emscripten_bind_MdDbArc___destroy___0=function(){return(Tq=
366
+ b._emscripten_bind_MdDbArc___destroy___0=b.asm.emscripten_bind_MdDbArc___destroy___0).apply(null,arguments)},Uq=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=function(){return(Uq=b._emscripten_bind_MdDbPolyline_MdDbPolyline_0=b.asm.emscripten_bind_MdDbPolyline_MdDbPolyline_0).apply(null,arguments)},Vq=b._emscripten_bind_MdDbPolyline_setClosed_1=function(){return(Vq=b._emscripten_bind_MdDbPolyline_setClosed_1=b.asm.emscripten_bind_MdDbPolyline_setClosed_1).apply(null,arguments)},Wq=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=
367
+ function(){return(Wq=b._emscripten_bind_MdDbPolyline_setConstantWidth_1=b.asm.emscripten_bind_MdDbPolyline_setConstantWidth_1).apply(null,arguments)},Xq=b._emscripten_bind_MdDbPolyline_isClosed_0=function(){return(Xq=b._emscripten_bind_MdDbPolyline_isClosed_0=b.asm.emscripten_bind_MdDbPolyline_isClosed_0).apply(null,arguments)},Yq=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=function(){return(Yq=b._emscripten_bind_MdDbPolyline_getConstantWidth_0=b.asm.emscripten_bind_MdDbPolyline_getConstantWidth_0).apply(null,
368
+ arguments)},Zq=b._emscripten_bind_MdDbPolyline_addVertexAt_5=function(){return(Zq=b._emscripten_bind_MdDbPolyline_addVertexAt_5=b.asm.emscripten_bind_MdDbPolyline_addVertexAt_5).apply(null,arguments)},$q=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=function(){return($q=b._emscripten_bind_MdDbPolyline_removeVertexAt_1=b.asm.emscripten_bind_MdDbPolyline_removeVertexAt_1).apply(null,arguments)},ar=b._emscripten_bind_MdDbPolyline_numVerts_0=function(){return(ar=b._emscripten_bind_MdDbPolyline_numVerts_0=
369
+ b.asm.emscripten_bind_MdDbPolyline_numVerts_0).apply(null,arguments)},br=b._emscripten_bind_MdDbPolyline_getPointAt_1=function(){return(br=b._emscripten_bind_MdDbPolyline_getPointAt_1=b.asm.emscripten_bind_MdDbPolyline_getPointAt_1).apply(null,arguments)},cr=b._emscripten_bind_MdDbPolyline_getBulgeAt_1=function(){return(cr=b._emscripten_bind_MdDbPolyline_getBulgeAt_1=b.asm.emscripten_bind_MdDbPolyline_getBulgeAt_1).apply(null,arguments)},dr=b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=function(){return(dr=
370
+ b._emscripten_bind_MdDbPolyline_getStartWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getStartWidthsAt_1).apply(null,arguments)},er=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=function(){return(er=b._emscripten_bind_MdDbPolyline_getEndWidthsAt_1=b.asm.emscripten_bind_MdDbPolyline_getEndWidthsAt_1).apply(null,arguments)},fr=b._emscripten_bind_MdDbPolyline_setPointAt_2=function(){return(fr=b._emscripten_bind_MdDbPolyline_setPointAt_2=b.asm.emscripten_bind_MdDbPolyline_setPointAt_2).apply(null,
371
+ arguments)},gr=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=function(){return(gr=b._emscripten_bind_MdDbPolyline_setBulgeAt_2=b.asm.emscripten_bind_MdDbPolyline_setBulgeAt_2).apply(null,arguments)},hr=b._emscripten_bind_MdDbPolyline_getStartParam_0=function(){return(hr=b._emscripten_bind_MdDbPolyline_getStartParam_0=b.asm.emscripten_bind_MdDbPolyline_getStartParam_0).apply(null,arguments)},ir=b._emscripten_bind_MdDbPolyline_getEndParam_0=function(){return(ir=b._emscripten_bind_MdDbPolyline_getEndParam_0=
372
+ b.asm.emscripten_bind_MdDbPolyline_getEndParam_0).apply(null,arguments)},jr=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=function(){return(jr=b._emscripten_bind_MdDbPolyline_getDistAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtParam_1).apply(null,arguments)},kr=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=function(){return(kr=b._emscripten_bind_MdDbPolyline_getParamAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getParamAtDist_1).apply(null,arguments)},lr=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=
373
+ function(){return(lr=b._emscripten_bind_MdDbPolyline_getDistAtPoint_1=b.asm.emscripten_bind_MdDbPolyline_getDistAtPoint_1).apply(null,arguments)},mr=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=function(){return(mr=b._emscripten_bind_MdDbPolyline_getPointAtDist_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtDist_1).apply(null,arguments)},nr=b._emscripten_bind_MdDbPolyline_getStartPoint_0=function(){return(nr=b._emscripten_bind_MdDbPolyline_getStartPoint_0=b.asm.emscripten_bind_MdDbPolyline_getStartPoint_0).apply(null,
374
+ arguments)},or=b._emscripten_bind_MdDbPolyline_getEndPoint_0=function(){return(or=b._emscripten_bind_MdDbPolyline_getEndPoint_0=b.asm.emscripten_bind_MdDbPolyline_getEndPoint_0).apply(null,arguments)},pr=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=function(){return(pr=b._emscripten_bind_MdDbPolyline_getPointAtParam_1=b.asm.emscripten_bind_MdDbPolyline_getPointAtParam_1).apply(null,arguments)},qr=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=function(){return(qr=b._emscripten_bind_MdDbPolyline_getParamAtPoint_1=
375
+ b.asm.emscripten_bind_MdDbPolyline_getParamAtPoint_1).apply(null,arguments)},rr=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=function(){return(rr=b._emscripten_bind_MdDbPolyline_getFirstDeriv_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDeriv_1).apply(null,arguments)},sr=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=function(){return(sr=b._emscripten_bind_MdDbPolyline_getFirstDerivEx_1=b.asm.emscripten_bind_MdDbPolyline_getFirstDerivEx_1).apply(null,arguments)},tr=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=
376
+ function(){return(tr=b._emscripten_bind_MdDbPolyline_getClosestPointTo_2=b.asm.emscripten_bind_MdDbPolyline_getClosestPointTo_2).apply(null,arguments)},ur=b._emscripten_bind_MdDbPolyline_offsetCurves_2=function(){return(ur=b._emscripten_bind_MdDbPolyline_offsetCurves_2=b.asm.emscripten_bind_MdDbPolyline_offsetCurves_2).apply(null,arguments)},vr=b._emscripten_bind_MdDbPolyline_splitCurves_1=function(){return(vr=b._emscripten_bind_MdDbPolyline_splitCurves_1=b.asm.emscripten_bind_MdDbPolyline_splitCurves_1).apply(null,
377
+ arguments)},wr=b._emscripten_bind_MdDbPolyline_getArea_0=function(){return(wr=b._emscripten_bind_MdDbPolyline_getArea_0=b.asm.emscripten_bind_MdDbPolyline_getArea_0).apply(null,arguments)},xr=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=function(){return(xr=b._emscripten_bind_MdDbPolyline_getSamplePoints_1=b.asm.emscripten_bind_MdDbPolyline_getSamplePoints_1).apply(null,arguments)},yr=b._emscripten_bind_MdDbPolyline_getLength_0=function(){return(yr=b._emscripten_bind_MdDbPolyline_getLength_0=
378
+ b.asm.emscripten_bind_MdDbPolyline_getLength_0).apply(null,arguments)},zr=b._emscripten_bind_MdDbPolyline_explode_0=function(){return(zr=b._emscripten_bind_MdDbPolyline_explode_0=b.asm.emscripten_bind_MdDbPolyline_explode_0).apply(null,arguments)},Ar=b._emscripten_bind_MdDbPolyline_TrueColor_0=function(){return(Ar=b._emscripten_bind_MdDbPolyline_TrueColor_0=b.asm.emscripten_bind_MdDbPolyline_TrueColor_0).apply(null,arguments)},Br=b._emscripten_bind_MdDbPolyline_SetTrueColor_1=function(){return(Br=
379
+ b._emscripten_bind_MdDbPolyline_SetTrueColor_1=b.asm.emscripten_bind_MdDbPolyline_SetTrueColor_1).apply(null,arguments)},Cr=b._emscripten_bind_MdDbPolyline_ColorIndex_0=function(){return(Cr=b._emscripten_bind_MdDbPolyline_ColorIndex_0=b.asm.emscripten_bind_MdDbPolyline_ColorIndex_0).apply(null,arguments)},Dr=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=function(){return(Dr=b._emscripten_bind_MdDbPolyline_SetColorIndex_1=b.asm.emscripten_bind_MdDbPolyline_SetColorIndex_1).apply(null,arguments)},
380
+ Er=b._emscripten_bind_MdDbPolyline_Layer_0=function(){return(Er=b._emscripten_bind_MdDbPolyline_Layer_0=b.asm.emscripten_bind_MdDbPolyline_Layer_0).apply(null,arguments)},Fr=b._emscripten_bind_MdDbPolyline_SetLayer_1=function(){return(Fr=b._emscripten_bind_MdDbPolyline_SetLayer_1=b.asm.emscripten_bind_MdDbPolyline_SetLayer_1).apply(null,arguments)},Gr=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=function(){return(Gr=b._emscripten_bind_MdDbPolyline_LinetypeScale_0=b.asm.emscripten_bind_MdDbPolyline_LinetypeScale_0).apply(null,
381
+ arguments)},Hr=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=function(){return(Hr=b._emscripten_bind_MdDbPolyline_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbPolyline_SetLinetypeScale_1).apply(null,arguments)},Ir=b._emscripten_bind_MdDbPolyline_Visible_0=function(){return(Ir=b._emscripten_bind_MdDbPolyline_Visible_0=b.asm.emscripten_bind_MdDbPolyline_Visible_0).apply(null,arguments)},Jr=b._emscripten_bind_MdDbPolyline_SetVisible_1=function(){return(Jr=b._emscripten_bind_MdDbPolyline_SetVisible_1=
382
+ b.asm.emscripten_bind_MdDbPolyline_SetVisible_1).apply(null,arguments)},Kr=b._emscripten_bind_MdDbPolyline_Lineweight_0=function(){return(Kr=b._emscripten_bind_MdDbPolyline_Lineweight_0=b.asm.emscripten_bind_MdDbPolyline_Lineweight_0).apply(null,arguments)},Lr=b._emscripten_bind_MdDbPolyline_SetLineweight_1=function(){return(Lr=b._emscripten_bind_MdDbPolyline_SetLineweight_1=b.asm.emscripten_bind_MdDbPolyline_SetLineweight_1).apply(null,arguments)},Mr=b._emscripten_bind_MdDbPolyline_TextStyle_0=function(){return(Mr=
383
+ b._emscripten_bind_MdDbPolyline_TextStyle_0=b.asm.emscripten_bind_MdDbPolyline_TextStyle_0).apply(null,arguments)},Nr=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=function(){return(Nr=b._emscripten_bind_MdDbPolyline_SetTextStyle_1=b.asm.emscripten_bind_MdDbPolyline_SetTextStyle_1).apply(null,arguments)},Or=b._emscripten_bind_MdDbPolyline_Highlight_1=function(){return(Or=b._emscripten_bind_MdDbPolyline_Highlight_1=b.asm.emscripten_bind_MdDbPolyline_Highlight_1).apply(null,arguments)},Pr=b._emscripten_bind_MdDbPolyline_Move_2=
384
+ function(){return(Pr=b._emscripten_bind_MdDbPolyline_Move_2=b.asm.emscripten_bind_MdDbPolyline_Move_2).apply(null,arguments)},Qr=b._emscripten_bind_MdDbPolyline_Rotate_2=function(){return(Qr=b._emscripten_bind_MdDbPolyline_Rotate_2=b.asm.emscripten_bind_MdDbPolyline_Rotate_2).apply(null,arguments)},Rr=b._emscripten_bind_MdDbPolyline_Mirror_2=function(){return(Rr=b._emscripten_bind_MdDbPolyline_Mirror_2=b.asm.emscripten_bind_MdDbPolyline_Mirror_2).apply(null,arguments)},Sr=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=
385
+ function(){return(Sr=b._emscripten_bind_MdDbPolyline_ScaleEntity_2=b.asm.emscripten_bind_MdDbPolyline_ScaleEntity_2).apply(null,arguments)},Tr=b._emscripten_bind_MdDbPolyline_TransformBy_1=function(){return(Tr=b._emscripten_bind_MdDbPolyline_TransformBy_1=b.asm.emscripten_bind_MdDbPolyline_TransformBy_1).apply(null,arguments)},Ur=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=function(){return(Ur=b._emscripten_bind_MdDbPolyline_GetBoundingBox_0=b.asm.emscripten_bind_MdDbPolyline_GetBoundingBox_0).apply(null,
386
+ arguments)},Vr=b._emscripten_bind_MdDbPolyline_GetObjectID_0=function(){return(Vr=b._emscripten_bind_MdDbPolyline_GetObjectID_0=b.asm.emscripten_bind_MdDbPolyline_GetObjectID_0).apply(null,arguments)},Wr=b._emscripten_bind_MdDbPolyline_Erase_0=function(){return(Wr=b._emscripten_bind_MdDbPolyline_Erase_0=b.asm.emscripten_bind_MdDbPolyline_Erase_0).apply(null,arguments)},Xr=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=function(){return(Xr=b._emscripten_bind_MdDbPolyline_ConnectionTempObject_1=
387
+ b.asm.emscripten_bind_MdDbPolyline_ConnectionTempObject_1).apply(null,arguments)},Yr=b._emscripten_bind_MdDbPolyline_Clone_0=function(){return(Yr=b._emscripten_bind_MdDbPolyline_Clone_0=b.asm.emscripten_bind_MdDbPolyline_Clone_0).apply(null,arguments)},Zr=b._emscripten_bind_MdDbPolyline_GetHandle_0=function(){return(Zr=b._emscripten_bind_MdDbPolyline_GetHandle_0=b.asm.emscripten_bind_MdDbPolyline_GetHandle_0).apply(null,arguments)},$r=b._emscripten_bind_MdDbPolyline_GetDatabase_0=function(){return($r=
388
+ b._emscripten_bind_MdDbPolyline_GetDatabase_0=b.asm.emscripten_bind_MdDbPolyline_GetDatabase_0).apply(null,arguments)},as=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=function(){return(as=b._emscripten_bind_MdDbPolyline_GetOwnerID_0=b.asm.emscripten_bind_MdDbPolyline_GetOwnerID_0).apply(null,arguments)},bs=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=function(){return(bs=b._emscripten_bind_MdDbPolyline_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbPolyline_moveGripPointsAt_4).apply(null,arguments)},
389
+ cs=b._emscripten_bind_MdDbPolyline_getObjectName_0=function(){return(cs=b._emscripten_bind_MdDbPolyline_getObjectName_0=b.asm.emscripten_bind_MdDbPolyline_getObjectName_0).apply(null,arguments)},ds=b._emscripten_bind_MdDbPolyline_getDxf0_0=function(){return(ds=b._emscripten_bind_MdDbPolyline_getDxf0_0=b.asm.emscripten_bind_MdDbPolyline_getDxf0_0).apply(null,arguments)},es=b._emscripten_bind_MdDbPolyline_getJson_0=function(){return(es=b._emscripten_bind_MdDbPolyline_getJson_0=b.asm.emscripten_bind_MdDbPolyline_getJson_0).apply(null,
390
+ arguments)},gs=b._emscripten_bind_MdDbPolyline_setJson_1=function(){return(gs=b._emscripten_bind_MdDbPolyline_setJson_1=b.asm.emscripten_bind_MdDbPolyline_setJson_1).apply(null,arguments)},hs=b._emscripten_bind_MdDbPolyline___destroy___0=function(){return(hs=b._emscripten_bind_MdDbPolyline___destroy___0=b.asm.emscripten_bind_MdDbPolyline___destroy___0).apply(null,arguments)},is=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=function(){return(is=b._emscripten_bind_MdDbBlockReference_MdDbBlockReference_0=
391
+ b.asm.emscripten_bind_MdDbBlockReference_MdDbBlockReference_0).apply(null,arguments)},js=b._emscripten_bind_MdDbBlockReference_blockTableRecord_0=function(){return(js=b._emscripten_bind_MdDbBlockReference_blockTableRecord_0=b.asm.emscripten_bind_MdDbBlockReference_blockTableRecord_0).apply(null,arguments)},ks=b._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=function(){return(ks=b._emscripten_bind_MdDbBlockReference_setBlockTableRecord_1=b.asm.emscripten_bind_MdDbBlockReference_setBlockTableRecord_1).apply(null,
392
+ arguments)},ls=b._emscripten_bind_MdDbBlockReference_position_0=function(){return(ls=b._emscripten_bind_MdDbBlockReference_position_0=b.asm.emscripten_bind_MdDbBlockReference_position_0).apply(null,arguments)},ms=b._emscripten_bind_MdDbBlockReference_setPosition_1=function(){return(ms=b._emscripten_bind_MdDbBlockReference_setPosition_1=b.asm.emscripten_bind_MdDbBlockReference_setPosition_1).apply(null,arguments)},ns=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=function(){return(ns=b._emscripten_bind_MdDbBlockReference_scaleFactors_0=
393
+ b.asm.emscripten_bind_MdDbBlockReference_scaleFactors_0).apply(null,arguments)},ps=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=function(){return(ps=b._emscripten_bind_MdDbBlockReference_setScaleFactors_1=b.asm.emscripten_bind_MdDbBlockReference_setScaleFactors_1).apply(null,arguments)},qs=b._emscripten_bind_MdDbBlockReference_rotation_0=function(){return(qs=b._emscripten_bind_MdDbBlockReference_rotation_0=b.asm.emscripten_bind_MdDbBlockReference_rotation_0).apply(null,arguments)},rs=b._emscripten_bind_MdDbBlockReference_setRotation_1=
394
+ function(){return(rs=b._emscripten_bind_MdDbBlockReference_setRotation_1=b.asm.emscripten_bind_MdDbBlockReference_setRotation_1).apply(null,arguments)},ss=b._emscripten_bind_MdDbBlockReference_blockTransform_0=function(){return(ss=b._emscripten_bind_MdDbBlockReference_blockTransform_0=b.asm.emscripten_bind_MdDbBlockReference_blockTransform_0).apply(null,arguments)},ts=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=function(){return(ts=b._emscripten_bind_MdDbBlockReference_setBlockTransform_1=
395
+ b.asm.emscripten_bind_MdDbBlockReference_setBlockTransform_1).apply(null,arguments)},us=b._emscripten_bind_MdDbBlockReference_explode_0=function(){return(us=b._emscripten_bind_MdDbBlockReference_explode_0=b.asm.emscripten_bind_MdDbBlockReference_explode_0).apply(null,arguments)},vs=b._emscripten_bind_MdDbBlockReference_TrueColor_0=function(){return(vs=b._emscripten_bind_MdDbBlockReference_TrueColor_0=b.asm.emscripten_bind_MdDbBlockReference_TrueColor_0).apply(null,arguments)},xs=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=
396
+ function(){return(xs=b._emscripten_bind_MdDbBlockReference_SetTrueColor_1=b.asm.emscripten_bind_MdDbBlockReference_SetTrueColor_1).apply(null,arguments)},ys=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=function(){return(ys=b._emscripten_bind_MdDbBlockReference_ColorIndex_0=b.asm.emscripten_bind_MdDbBlockReference_ColorIndex_0).apply(null,arguments)},zs=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=function(){return(zs=b._emscripten_bind_MdDbBlockReference_SetColorIndex_1=b.asm.emscripten_bind_MdDbBlockReference_SetColorIndex_1).apply(null,
397
+ arguments)},As=b._emscripten_bind_MdDbBlockReference_Layer_0=function(){return(As=b._emscripten_bind_MdDbBlockReference_Layer_0=b.asm.emscripten_bind_MdDbBlockReference_Layer_0).apply(null,arguments)},Bs=b._emscripten_bind_MdDbBlockReference_SetLayer_1=function(){return(Bs=b._emscripten_bind_MdDbBlockReference_SetLayer_1=b.asm.emscripten_bind_MdDbBlockReference_SetLayer_1).apply(null,arguments)},Cs=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=function(){return(Cs=b._emscripten_bind_MdDbBlockReference_LinetypeScale_0=
398
+ b.asm.emscripten_bind_MdDbBlockReference_LinetypeScale_0).apply(null,arguments)},Ds=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=function(){return(Ds=b._emscripten_bind_MdDbBlockReference_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbBlockReference_SetLinetypeScale_1).apply(null,arguments)},Es=b._emscripten_bind_MdDbBlockReference_Visible_0=function(){return(Es=b._emscripten_bind_MdDbBlockReference_Visible_0=b.asm.emscripten_bind_MdDbBlockReference_Visible_0).apply(null,arguments)},Fs=
399
+ b._emscripten_bind_MdDbBlockReference_SetVisible_1=function(){return(Fs=b._emscripten_bind_MdDbBlockReference_SetVisible_1=b.asm.emscripten_bind_MdDbBlockReference_SetVisible_1).apply(null,arguments)},Gs=b._emscripten_bind_MdDbBlockReference_Lineweight_0=function(){return(Gs=b._emscripten_bind_MdDbBlockReference_Lineweight_0=b.asm.emscripten_bind_MdDbBlockReference_Lineweight_0).apply(null,arguments)},Hs=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=function(){return(Hs=b._emscripten_bind_MdDbBlockReference_SetLineweight_1=
400
+ b.asm.emscripten_bind_MdDbBlockReference_SetLineweight_1).apply(null,arguments)},Is=b._emscripten_bind_MdDbBlockReference_TextStyle_0=function(){return(Is=b._emscripten_bind_MdDbBlockReference_TextStyle_0=b.asm.emscripten_bind_MdDbBlockReference_TextStyle_0).apply(null,arguments)},Js=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=function(){return(Js=b._emscripten_bind_MdDbBlockReference_SetTextStyle_1=b.asm.emscripten_bind_MdDbBlockReference_SetTextStyle_1).apply(null,arguments)},Ks=b._emscripten_bind_MdDbBlockReference_Highlight_1=
401
+ function(){return(Ks=b._emscripten_bind_MdDbBlockReference_Highlight_1=b.asm.emscripten_bind_MdDbBlockReference_Highlight_1).apply(null,arguments)},Ls=b._emscripten_bind_MdDbBlockReference_Move_2=function(){return(Ls=b._emscripten_bind_MdDbBlockReference_Move_2=b.asm.emscripten_bind_MdDbBlockReference_Move_2).apply(null,arguments)},Ms=b._emscripten_bind_MdDbBlockReference_Rotate_2=function(){return(Ms=b._emscripten_bind_MdDbBlockReference_Rotate_2=b.asm.emscripten_bind_MdDbBlockReference_Rotate_2).apply(null,
402
+ arguments)},Ns=b._emscripten_bind_MdDbBlockReference_Mirror_2=function(){return(Ns=b._emscripten_bind_MdDbBlockReference_Mirror_2=b.asm.emscripten_bind_MdDbBlockReference_Mirror_2).apply(null,arguments)},Os=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=function(){return(Os=b._emscripten_bind_MdDbBlockReference_ScaleEntity_2=b.asm.emscripten_bind_MdDbBlockReference_ScaleEntity_2).apply(null,arguments)},Ps=b._emscripten_bind_MdDbBlockReference_TransformBy_1=function(){return(Ps=b._emscripten_bind_MdDbBlockReference_TransformBy_1=
403
+ b.asm.emscripten_bind_MdDbBlockReference_TransformBy_1).apply(null,arguments)},Qs=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=function(){return(Qs=b._emscripten_bind_MdDbBlockReference_GetBoundingBox_0=b.asm.emscripten_bind_MdDbBlockReference_GetBoundingBox_0).apply(null,arguments)},Rs=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=function(){return(Rs=b._emscripten_bind_MdDbBlockReference_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockReference_GetObjectID_0).apply(null,arguments)},
404
+ Ss=b._emscripten_bind_MdDbBlockReference_Erase_0=function(){return(Ss=b._emscripten_bind_MdDbBlockReference_Erase_0=b.asm.emscripten_bind_MdDbBlockReference_Erase_0).apply(null,arguments)},Ts=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=function(){return(Ts=b._emscripten_bind_MdDbBlockReference_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockReference_ConnectionTempObject_1).apply(null,arguments)},Us=b._emscripten_bind_MdDbBlockReference_Clone_0=function(){return(Us=b._emscripten_bind_MdDbBlockReference_Clone_0=
405
+ b.asm.emscripten_bind_MdDbBlockReference_Clone_0).apply(null,arguments)},Vs=b._emscripten_bind_MdDbBlockReference_GetHandle_0=function(){return(Vs=b._emscripten_bind_MdDbBlockReference_GetHandle_0=b.asm.emscripten_bind_MdDbBlockReference_GetHandle_0).apply(null,arguments)},Ws=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=function(){return(Ws=b._emscripten_bind_MdDbBlockReference_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockReference_GetDatabase_0).apply(null,arguments)},Xs=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=
406
+ function(){return(Xs=b._emscripten_bind_MdDbBlockReference_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockReference_GetOwnerID_0).apply(null,arguments)},Ys=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=function(){return(Ys=b._emscripten_bind_MdDbBlockReference_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockReference_moveGripPointsAt_4).apply(null,arguments)},Zs=b._emscripten_bind_MdDbBlockReference_getObjectName_0=function(){return(Zs=b._emscripten_bind_MdDbBlockReference_getObjectName_0=
407
+ b.asm.emscripten_bind_MdDbBlockReference_getObjectName_0).apply(null,arguments)},$s=b._emscripten_bind_MdDbBlockReference_getDxf0_0=function(){return($s=b._emscripten_bind_MdDbBlockReference_getDxf0_0=b.asm.emscripten_bind_MdDbBlockReference_getDxf0_0).apply(null,arguments)},at=b._emscripten_bind_MdDbBlockReference_getJson_0=function(){return(at=b._emscripten_bind_MdDbBlockReference_getJson_0=b.asm.emscripten_bind_MdDbBlockReference_getJson_0).apply(null,arguments)},bt=b._emscripten_bind_MdDbBlockReference_setJson_1=
408
+ function(){return(bt=b._emscripten_bind_MdDbBlockReference_setJson_1=b.asm.emscripten_bind_MdDbBlockReference_setJson_1).apply(null,arguments)},ct=b._emscripten_bind_MdDbBlockReference___destroy___0=function(){return(ct=b._emscripten_bind_MdDbBlockReference___destroy___0=b.asm.emscripten_bind_MdDbBlockReference___destroy___0).apply(null,arguments)},dt=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=function(){return(dt=b._emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0=
409
+ b.asm.emscripten_bind_MdDbAlignedDimension_MdDbAlignedDimension_0).apply(null,arguments)},et=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=function(){return(et=b._emscripten_bind_MdDbAlignedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine1Point_0).apply(null,arguments)},ft=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=function(){return(ft=b._emscripten_bind_MdDbAlignedDimension_setXLine1Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine1Point_1).apply(null,
410
+ arguments)},gt=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=function(){return(gt=b._emscripten_bind_MdDbAlignedDimension_xLine2Point_0=b.asm.emscripten_bind_MdDbAlignedDimension_xLine2Point_0).apply(null,arguments)},ht=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=function(){return(ht=b._emscripten_bind_MdDbAlignedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbAlignedDimension_setXLine2Point_1).apply(null,arguments)},it=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=
411
+ function(){return(it=b._emscripten_bind_MdDbAlignedDimension_dimLinePoint_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimLinePoint_0).apply(null,arguments)},jt=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=function(){return(jt=b._emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimLinePoint_1).apply(null,arguments)},kt=b._emscripten_bind_MdDbAlignedDimension_oblique_0=function(){return(kt=b._emscripten_bind_MdDbAlignedDimension_oblique_0=
412
+ b.asm.emscripten_bind_MdDbAlignedDimension_oblique_0).apply(null,arguments)},lt=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=function(){return(lt=b._emscripten_bind_MdDbAlignedDimension_setOblique_1=b.asm.emscripten_bind_MdDbAlignedDimension_setOblique_1).apply(null,arguments)},mt=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=function(){return(mt=b._emscripten_bind_MdDbAlignedDimension_textPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_textPosition_0).apply(null,arguments)},
413
+ nt=b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=function(){return(nt=b._emscripten_bind_MdDbAlignedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextPosition_1).apply(null,arguments)},ot=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=function(){return(ot=b._emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},pt=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=
414
+ function(){return(pt=b._emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_useSetTextPosition_0).apply(null,arguments)},qt=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=function(){return(qt=b._emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbAlignedDimension_useDefaultTextPosition_0).apply(null,arguments)},rt=b._emscripten_bind_MdDbAlignedDimension_elevation_0=function(){return(rt=b._emscripten_bind_MdDbAlignedDimension_elevation_0=
415
+ b.asm.emscripten_bind_MdDbAlignedDimension_elevation_0).apply(null,arguments)},st=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=function(){return(st=b._emscripten_bind_MdDbAlignedDimension_setElevation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setElevation_1).apply(null,arguments)},tt=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=function(){return(tt=b._emscripten_bind_MdDbAlignedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionText_0).apply(null,
416
+ arguments)},ut=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=function(){return(ut=b._emscripten_bind_MdDbAlignedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionText_1).apply(null,arguments)},vt=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=function(){return(vt=b._emscripten_bind_MdDbAlignedDimension_textRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_textRotation_0).apply(null,arguments)},wt=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=
417
+ function(){return(wt=b._emscripten_bind_MdDbAlignedDimension_setTextRotation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextRotation_1).apply(null,arguments)},xt=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=function(){return(xt=b._emscripten_bind_MdDbAlignedDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_dimensionStyle_0).apply(null,arguments)},yt=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=function(){return(yt=b._emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1=
418
+ b.asm.emscripten_bind_MdDbAlignedDimension_setDimensionStyle_1).apply(null,arguments)},zt=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=function(){return(zt=b._emscripten_bind_MdDbAlignedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbAlignedDimension_textAttachment_0).apply(null,arguments)},At=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=function(){return(At=b._emscripten_bind_MdDbAlignedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbAlignedDimension_setTextAttachment_1).apply(null,
419
+ arguments)},Bt=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=function(){return(Bt=b._emscripten_bind_MdDbAlignedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbAlignedDimension_horizontalRotation_0).apply(null,arguments)},Ct=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=function(){return(Ct=b._emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbAlignedDimension_setHorizontalRotation_1).apply(null,arguments)},Dt=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=
420
+ function(){return(Dt=b._emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1=b.asm.emscripten_bind_MdDbAlignedDimension_recomputeDimBlock_1).apply(null,arguments)},Et=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=function(){return(Et=b._emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarInt_1).apply(null,arguments)},Ft=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=function(){return(Ft=b._emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2=
421
+ b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarInt_2).apply(null,arguments)},Gt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=function(){return(Gt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarDouble_1).apply(null,arguments)},Ht=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=function(){return(Ht=b._emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarDouble_2).apply(null,
422
+ arguments)},It=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=function(){return(It=b._emscripten_bind_MdDbAlignedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarString_1).apply(null,arguments)},Jt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=function(){return(Jt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarString_2).apply(null,arguments)},Kt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=
423
+ function(){return(Kt=b._emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1=b.asm.emscripten_bind_MdDbAlignedDimension_GetDimVarObjectId_1).apply(null,arguments)},Lt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=function(){return(Lt=b._emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbAlignedDimension_SetDimVarObjectId_2).apply(null,arguments)},Mt=b._emscripten_bind_MdDbAlignedDimension_explode_0=function(){return(Mt=b._emscripten_bind_MdDbAlignedDimension_explode_0=
424
+ b.asm.emscripten_bind_MdDbAlignedDimension_explode_0).apply(null,arguments)},Nt=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=function(){return(Nt=b._emscripten_bind_MdDbAlignedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbAlignedDimension_TrueColor_0).apply(null,arguments)},Ot=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=function(){return(Ot=b._emscripten_bind_MdDbAlignedDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTrueColor_1).apply(null,arguments)},Pt=
425
+ b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=function(){return(Pt=b._emscripten_bind_MdDbAlignedDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbAlignedDimension_ColorIndex_0).apply(null,arguments)},Qt=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=function(){return(Qt=b._emscripten_bind_MdDbAlignedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetColorIndex_1).apply(null,arguments)},Rt=b._emscripten_bind_MdDbAlignedDimension_Layer_0=function(){return(Rt=b._emscripten_bind_MdDbAlignedDimension_Layer_0=
426
+ b.asm.emscripten_bind_MdDbAlignedDimension_Layer_0).apply(null,arguments)},St=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=function(){return(St=b._emscripten_bind_MdDbAlignedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLayer_1).apply(null,arguments)},Tt=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=function(){return(Tt=b._emscripten_bind_MdDbAlignedDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbAlignedDimension_LinetypeScale_0).apply(null,arguments)},Ut=
427
+ b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=function(){return(Ut=b._emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLinetypeScale_1).apply(null,arguments)},Vt=b._emscripten_bind_MdDbAlignedDimension_Visible_0=function(){return(Vt=b._emscripten_bind_MdDbAlignedDimension_Visible_0=b.asm.emscripten_bind_MdDbAlignedDimension_Visible_0).apply(null,arguments)},Wt=b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=function(){return(Wt=
428
+ b._emscripten_bind_MdDbAlignedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetVisible_1).apply(null,arguments)},Xt=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=function(){return(Xt=b._emscripten_bind_MdDbAlignedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbAlignedDimension_Lineweight_0).apply(null,arguments)},Yt=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=function(){return(Yt=b._emscripten_bind_MdDbAlignedDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetLineweight_1).apply(null,
429
+ arguments)},Zt=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=function(){return(Zt=b._emscripten_bind_MdDbAlignedDimension_TextStyle_0=b.asm.emscripten_bind_MdDbAlignedDimension_TextStyle_0).apply(null,arguments)},$t=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=function(){return($t=b._emscripten_bind_MdDbAlignedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbAlignedDimension_SetTextStyle_1).apply(null,arguments)},au=b._emscripten_bind_MdDbAlignedDimension_Highlight_1=function(){return(au=
430
+ b._emscripten_bind_MdDbAlignedDimension_Highlight_1=b.asm.emscripten_bind_MdDbAlignedDimension_Highlight_1).apply(null,arguments)},bu=b._emscripten_bind_MdDbAlignedDimension_Move_2=function(){return(bu=b._emscripten_bind_MdDbAlignedDimension_Move_2=b.asm.emscripten_bind_MdDbAlignedDimension_Move_2).apply(null,arguments)},cu=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=function(){return(cu=b._emscripten_bind_MdDbAlignedDimension_Rotate_2=b.asm.emscripten_bind_MdDbAlignedDimension_Rotate_2).apply(null,
431
+ arguments)},du=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=function(){return(du=b._emscripten_bind_MdDbAlignedDimension_Mirror_2=b.asm.emscripten_bind_MdDbAlignedDimension_Mirror_2).apply(null,arguments)},eu=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=function(){return(eu=b._emscripten_bind_MdDbAlignedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbAlignedDimension_ScaleEntity_2).apply(null,arguments)},fu=b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=function(){return(fu=
432
+ b._emscripten_bind_MdDbAlignedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbAlignedDimension_TransformBy_1).apply(null,arguments)},gu=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=function(){return(gu=b._emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetBoundingBox_0).apply(null,arguments)},hu=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=function(){return(hu=b._emscripten_bind_MdDbAlignedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetObjectID_0).apply(null,
433
+ arguments)},iu=b._emscripten_bind_MdDbAlignedDimension_Erase_0=function(){return(iu=b._emscripten_bind_MdDbAlignedDimension_Erase_0=b.asm.emscripten_bind_MdDbAlignedDimension_Erase_0).apply(null,arguments)},ju=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=function(){return(ju=b._emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbAlignedDimension_ConnectionTempObject_1).apply(null,arguments)},ku=b._emscripten_bind_MdDbAlignedDimension_Clone_0=function(){return(ku=
434
+ b._emscripten_bind_MdDbAlignedDimension_Clone_0=b.asm.emscripten_bind_MdDbAlignedDimension_Clone_0).apply(null,arguments)},lu=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=function(){return(lu=b._emscripten_bind_MdDbAlignedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetHandle_0).apply(null,arguments)},mu=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=function(){return(mu=b._emscripten_bind_MdDbAlignedDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetDatabase_0).apply(null,
435
+ arguments)},nu=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=function(){return(nu=b._emscripten_bind_MdDbAlignedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbAlignedDimension_GetOwnerID_0).apply(null,arguments)},ou=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=function(){return(ou=b._emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbAlignedDimension_moveGripPointsAt_4).apply(null,arguments)},pu=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=
436
+ function(){return(pu=b._emscripten_bind_MdDbAlignedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbAlignedDimension_getObjectName_0).apply(null,arguments)},qu=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=function(){return(qu=b._emscripten_bind_MdDbAlignedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbAlignedDimension_getDxf0_0).apply(null,arguments)},ru=b._emscripten_bind_MdDbAlignedDimension_getJson_0=function(){return(ru=b._emscripten_bind_MdDbAlignedDimension_getJson_0=b.asm.emscripten_bind_MdDbAlignedDimension_getJson_0).apply(null,
437
+ arguments)},su=b._emscripten_bind_MdDbAlignedDimension_setJson_1=function(){return(su=b._emscripten_bind_MdDbAlignedDimension_setJson_1=b.asm.emscripten_bind_MdDbAlignedDimension_setJson_1).apply(null,arguments)},tu=b._emscripten_bind_MdDbAlignedDimension___destroy___0=function(){return(tu=b._emscripten_bind_MdDbAlignedDimension___destroy___0=b.asm.emscripten_bind_MdDbAlignedDimension___destroy___0).apply(null,arguments)},uu=b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=function(){return(uu=
438
+ b._emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0=b.asm.emscripten_bind_MdDbRotatedDimension_MdDbRotatedDimension_0).apply(null,arguments)},vu=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=function(){return(vu=b._emscripten_bind_MdDbRotatedDimension_xLine1Point_0=b.asm.emscripten_bind_MdDbRotatedDimension_xLine1Point_0).apply(null,arguments)},wu=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=function(){return(wu=b._emscripten_bind_MdDbRotatedDimension_setXLine1Point_1=
439
+ b.asm.emscripten_bind_MdDbRotatedDimension_setXLine1Point_1).apply(null,arguments)},xu=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=function(){return(xu=b._emscripten_bind_MdDbRotatedDimension_xLine2Point_0=b.asm.emscripten_bind_MdDbRotatedDimension_xLine2Point_0).apply(null,arguments)},yu=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=function(){return(yu=b._emscripten_bind_MdDbRotatedDimension_setXLine2Point_1=b.asm.emscripten_bind_MdDbRotatedDimension_setXLine2Point_1).apply(null,
440
+ arguments)},zu=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=function(){return(zu=b._emscripten_bind_MdDbRotatedDimension_dimLinePoint_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimLinePoint_0).apply(null,arguments)},Au=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=function(){return(Au=b._emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimLinePoint_1).apply(null,arguments)},Bu=b._emscripten_bind_MdDbRotatedDimension_rotation_0=
441
+ function(){return(Bu=b._emscripten_bind_MdDbRotatedDimension_rotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_rotation_0).apply(null,arguments)},Cu=b._emscripten_bind_MdDbRotatedDimension_setRotation_1=function(){return(Cu=b._emscripten_bind_MdDbRotatedDimension_setRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setRotation_1).apply(null,arguments)},Du=b._emscripten_bind_MdDbRotatedDimension_oblique_0=function(){return(Du=b._emscripten_bind_MdDbRotatedDimension_oblique_0=b.asm.emscripten_bind_MdDbRotatedDimension_oblique_0).apply(null,
442
+ arguments)},Eu=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=function(){return(Eu=b._emscripten_bind_MdDbRotatedDimension_setOblique_1=b.asm.emscripten_bind_MdDbRotatedDimension_setOblique_1).apply(null,arguments)},Fu=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=function(){return(Fu=b._emscripten_bind_MdDbRotatedDimension_textPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_textPosition_0).apply(null,arguments)},Gu=b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=function(){return(Gu=
443
+ b._emscripten_bind_MdDbRotatedDimension_setTextPosition_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextPosition_1).apply(null,arguments)},Hu=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=function(){return(Hu=b._emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_isUsingDefaultTextPosition_0).apply(null,arguments)},Iu=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=function(){return(Iu=b._emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0=
444
+ b.asm.emscripten_bind_MdDbRotatedDimension_useSetTextPosition_0).apply(null,arguments)},Ju=b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=function(){return(Ju=b._emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0=b.asm.emscripten_bind_MdDbRotatedDimension_useDefaultTextPosition_0).apply(null,arguments)},Ku=b._emscripten_bind_MdDbRotatedDimension_elevation_0=function(){return(Ku=b._emscripten_bind_MdDbRotatedDimension_elevation_0=b.asm.emscripten_bind_MdDbRotatedDimension_elevation_0).apply(null,
445
+ arguments)},Lu=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=function(){return(Lu=b._emscripten_bind_MdDbRotatedDimension_setElevation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setElevation_1).apply(null,arguments)},Mu=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=function(){return(Mu=b._emscripten_bind_MdDbRotatedDimension_dimensionText_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimensionText_0).apply(null,arguments)},Nu=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=
446
+ function(){return(Nu=b._emscripten_bind_MdDbRotatedDimension_setDimensionText_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionText_1).apply(null,arguments)},Ou=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=function(){return(Ou=b._emscripten_bind_MdDbRotatedDimension_textRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_textRotation_0).apply(null,arguments)},Pu=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=function(){return(Pu=b._emscripten_bind_MdDbRotatedDimension_setTextRotation_1=
447
+ b.asm.emscripten_bind_MdDbRotatedDimension_setTextRotation_1).apply(null,arguments)},Qu=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=function(){return(Qu=b._emscripten_bind_MdDbRotatedDimension_dimensionStyle_0=b.asm.emscripten_bind_MdDbRotatedDimension_dimensionStyle_0).apply(null,arguments)},Ru=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=function(){return(Ru=b._emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_setDimensionStyle_1).apply(null,
448
+ arguments)},Su=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=function(){return(Su=b._emscripten_bind_MdDbRotatedDimension_textAttachment_0=b.asm.emscripten_bind_MdDbRotatedDimension_textAttachment_0).apply(null,arguments)},Tu=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=function(){return(Tu=b._emscripten_bind_MdDbRotatedDimension_setTextAttachment_1=b.asm.emscripten_bind_MdDbRotatedDimension_setTextAttachment_1).apply(null,arguments)},Uu=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=
449
+ function(){return(Uu=b._emscripten_bind_MdDbRotatedDimension_horizontalRotation_0=b.asm.emscripten_bind_MdDbRotatedDimension_horizontalRotation_0).apply(null,arguments)},Vu=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=function(){return(Vu=b._emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1=b.asm.emscripten_bind_MdDbRotatedDimension_setHorizontalRotation_1).apply(null,arguments)},Wu=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=function(){return(Wu=b._emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1=
450
+ b.asm.emscripten_bind_MdDbRotatedDimension_recomputeDimBlock_1).apply(null,arguments)},Xu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=function(){return(Xu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarInt_1).apply(null,arguments)},Yu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=function(){return(Yu=b._emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarInt_2).apply(null,
451
+ arguments)},Zu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=function(){return(Zu=b._emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarDouble_1).apply(null,arguments)},$u=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=function(){return($u=b._emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarDouble_2).apply(null,arguments)},av=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=
452
+ function(){return(av=b._emscripten_bind_MdDbRotatedDimension_GetDimVarString_1=b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarString_1).apply(null,arguments)},bv=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=function(){return(bv=b._emscripten_bind_MdDbRotatedDimension_SetDimVarString_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarString_2).apply(null,arguments)},cv=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=function(){return(cv=b._emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1=
453
+ b.asm.emscripten_bind_MdDbRotatedDimension_GetDimVarObjectId_1).apply(null,arguments)},dv=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=function(){return(dv=b._emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2=b.asm.emscripten_bind_MdDbRotatedDimension_SetDimVarObjectId_2).apply(null,arguments)},ev=b._emscripten_bind_MdDbRotatedDimension_explode_0=function(){return(ev=b._emscripten_bind_MdDbRotatedDimension_explode_0=b.asm.emscripten_bind_MdDbRotatedDimension_explode_0).apply(null,
454
+ arguments)},fv=b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=function(){return(fv=b._emscripten_bind_MdDbRotatedDimension_TrueColor_0=b.asm.emscripten_bind_MdDbRotatedDimension_TrueColor_0).apply(null,arguments)},gv=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=function(){return(gv=b._emscripten_bind_MdDbRotatedDimension_SetTrueColor_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTrueColor_1).apply(null,arguments)},hv=b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=function(){return(hv=
455
+ b._emscripten_bind_MdDbRotatedDimension_ColorIndex_0=b.asm.emscripten_bind_MdDbRotatedDimension_ColorIndex_0).apply(null,arguments)},iv=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=function(){return(iv=b._emscripten_bind_MdDbRotatedDimension_SetColorIndex_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetColorIndex_1).apply(null,arguments)},jv=b._emscripten_bind_MdDbRotatedDimension_Layer_0=function(){return(jv=b._emscripten_bind_MdDbRotatedDimension_Layer_0=b.asm.emscripten_bind_MdDbRotatedDimension_Layer_0).apply(null,
456
+ arguments)},kv=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=function(){return(kv=b._emscripten_bind_MdDbRotatedDimension_SetLayer_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLayer_1).apply(null,arguments)},lv=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=function(){return(lv=b._emscripten_bind_MdDbRotatedDimension_LinetypeScale_0=b.asm.emscripten_bind_MdDbRotatedDimension_LinetypeScale_0).apply(null,arguments)},mv=b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=function(){return(mv=
457
+ b._emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLinetypeScale_1).apply(null,arguments)},nv=b._emscripten_bind_MdDbRotatedDimension_Visible_0=function(){return(nv=b._emscripten_bind_MdDbRotatedDimension_Visible_0=b.asm.emscripten_bind_MdDbRotatedDimension_Visible_0).apply(null,arguments)},ov=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=function(){return(ov=b._emscripten_bind_MdDbRotatedDimension_SetVisible_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetVisible_1).apply(null,
458
+ arguments)},pv=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=function(){return(pv=b._emscripten_bind_MdDbRotatedDimension_Lineweight_0=b.asm.emscripten_bind_MdDbRotatedDimension_Lineweight_0).apply(null,arguments)},qv=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=function(){return(qv=b._emscripten_bind_MdDbRotatedDimension_SetLineweight_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetLineweight_1).apply(null,arguments)},rv=b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=function(){return(rv=
459
+ b._emscripten_bind_MdDbRotatedDimension_TextStyle_0=b.asm.emscripten_bind_MdDbRotatedDimension_TextStyle_0).apply(null,arguments)},sv=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=function(){return(sv=b._emscripten_bind_MdDbRotatedDimension_SetTextStyle_1=b.asm.emscripten_bind_MdDbRotatedDimension_SetTextStyle_1).apply(null,arguments)},tv=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=function(){return(tv=b._emscripten_bind_MdDbRotatedDimension_Highlight_1=b.asm.emscripten_bind_MdDbRotatedDimension_Highlight_1).apply(null,
460
+ arguments)},uv=b._emscripten_bind_MdDbRotatedDimension_Move_2=function(){return(uv=b._emscripten_bind_MdDbRotatedDimension_Move_2=b.asm.emscripten_bind_MdDbRotatedDimension_Move_2).apply(null,arguments)},vv=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=function(){return(vv=b._emscripten_bind_MdDbRotatedDimension_Rotate_2=b.asm.emscripten_bind_MdDbRotatedDimension_Rotate_2).apply(null,arguments)},wv=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=function(){return(wv=b._emscripten_bind_MdDbRotatedDimension_Mirror_2=
461
+ b.asm.emscripten_bind_MdDbRotatedDimension_Mirror_2).apply(null,arguments)},xv=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=function(){return(xv=b._emscripten_bind_MdDbRotatedDimension_ScaleEntity_2=b.asm.emscripten_bind_MdDbRotatedDimension_ScaleEntity_2).apply(null,arguments)},yv=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=function(){return(yv=b._emscripten_bind_MdDbRotatedDimension_TransformBy_1=b.asm.emscripten_bind_MdDbRotatedDimension_TransformBy_1).apply(null,arguments)},
462
+ zv=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=function(){return(zv=b._emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetBoundingBox_0).apply(null,arguments)},Av=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=function(){return(Av=b._emscripten_bind_MdDbRotatedDimension_GetObjectID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetObjectID_0).apply(null,arguments)},Bv=b._emscripten_bind_MdDbRotatedDimension_Erase_0=function(){return(Bv=
463
+ b._emscripten_bind_MdDbRotatedDimension_Erase_0=b.asm.emscripten_bind_MdDbRotatedDimension_Erase_0).apply(null,arguments)},Cv=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=function(){return(Cv=b._emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbRotatedDimension_ConnectionTempObject_1).apply(null,arguments)},Dv=b._emscripten_bind_MdDbRotatedDimension_Clone_0=function(){return(Dv=b._emscripten_bind_MdDbRotatedDimension_Clone_0=b.asm.emscripten_bind_MdDbRotatedDimension_Clone_0).apply(null,
464
+ arguments)},Ev=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=function(){return(Ev=b._emscripten_bind_MdDbRotatedDimension_GetHandle_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetHandle_0).apply(null,arguments)},Fv=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=function(){return(Fv=b._emscripten_bind_MdDbRotatedDimension_GetDatabase_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetDatabase_0).apply(null,arguments)},Gv=b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=function(){return(Gv=
465
+ b._emscripten_bind_MdDbRotatedDimension_GetOwnerID_0=b.asm.emscripten_bind_MdDbRotatedDimension_GetOwnerID_0).apply(null,arguments)},Hv=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=function(){return(Hv=b._emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbRotatedDimension_moveGripPointsAt_4).apply(null,arguments)},Iv=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=function(){return(Iv=b._emscripten_bind_MdDbRotatedDimension_getObjectName_0=b.asm.emscripten_bind_MdDbRotatedDimension_getObjectName_0).apply(null,
466
+ arguments)},Jv=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=function(){return(Jv=b._emscripten_bind_MdDbRotatedDimension_getDxf0_0=b.asm.emscripten_bind_MdDbRotatedDimension_getDxf0_0).apply(null,arguments)},Kv=b._emscripten_bind_MdDbRotatedDimension_getJson_0=function(){return(Kv=b._emscripten_bind_MdDbRotatedDimension_getJson_0=b.asm.emscripten_bind_MdDbRotatedDimension_getJson_0).apply(null,arguments)},Lv=b._emscripten_bind_MdDbRotatedDimension_setJson_1=function(){return(Lv=b._emscripten_bind_MdDbRotatedDimension_setJson_1=
467
+ b.asm.emscripten_bind_MdDbRotatedDimension_setJson_1).apply(null,arguments)},Mv=b._emscripten_bind_MdDbRotatedDimension___destroy___0=function(){return(Mv=b._emscripten_bind_MdDbRotatedDimension___destroy___0=b.asm.emscripten_bind_MdDbRotatedDimension___destroy___0).apply(null,arguments)},Nv=b._emscripten_bind_MdDbMText_MdDbMText_0=function(){return(Nv=b._emscripten_bind_MdDbMText_MdDbMText_0=b.asm.emscripten_bind_MdDbMText_MdDbMText_0).apply(null,arguments)},Ov=b._emscripten_bind_MdDbMText_location_0=
468
+ function(){return(Ov=b._emscripten_bind_MdDbMText_location_0=b.asm.emscripten_bind_MdDbMText_location_0).apply(null,arguments)},Pv=b._emscripten_bind_MdDbMText_setLocation_1=function(){return(Pv=b._emscripten_bind_MdDbMText_setLocation_1=b.asm.emscripten_bind_MdDbMText_setLocation_1).apply(null,arguments)},Qv=b._emscripten_bind_MdDbMText_rotation_0=function(){return(Qv=b._emscripten_bind_MdDbMText_rotation_0=b.asm.emscripten_bind_MdDbMText_rotation_0).apply(null,arguments)},Rv=b._emscripten_bind_MdDbMText_setRotation_1=
469
+ function(){return(Rv=b._emscripten_bind_MdDbMText_setRotation_1=b.asm.emscripten_bind_MdDbMText_setRotation_1).apply(null,arguments)},Sv=b._emscripten_bind_MdDbMText_width_0=function(){return(Sv=b._emscripten_bind_MdDbMText_width_0=b.asm.emscripten_bind_MdDbMText_width_0).apply(null,arguments)},Tv=b._emscripten_bind_MdDbMText_setWidth_1=function(){return(Tv=b._emscripten_bind_MdDbMText_setWidth_1=b.asm.emscripten_bind_MdDbMText_setWidth_1).apply(null,arguments)},Uv=b._emscripten_bind_MdDbMText_textHeight_0=
470
+ function(){return(Uv=b._emscripten_bind_MdDbMText_textHeight_0=b.asm.emscripten_bind_MdDbMText_textHeight_0).apply(null,arguments)},Vv=b._emscripten_bind_MdDbMText_setTextHeight_1=function(){return(Vv=b._emscripten_bind_MdDbMText_setTextHeight_1=b.asm.emscripten_bind_MdDbMText_setTextHeight_1).apply(null,arguments)},Wv=b._emscripten_bind_MdDbMText_attachment_0=function(){return(Wv=b._emscripten_bind_MdDbMText_attachment_0=b.asm.emscripten_bind_MdDbMText_attachment_0).apply(null,arguments)},Xv=b._emscripten_bind_MdDbMText_setAttachment_1=
471
+ function(){return(Xv=b._emscripten_bind_MdDbMText_setAttachment_1=b.asm.emscripten_bind_MdDbMText_setAttachment_1).apply(null,arguments)},Yv=b._emscripten_bind_MdDbMText_contents_0=function(){return(Yv=b._emscripten_bind_MdDbMText_contents_0=b.asm.emscripten_bind_MdDbMText_contents_0).apply(null,arguments)},Zv=b._emscripten_bind_MdDbMText_setContents_1=function(){return(Zv=b._emscripten_bind_MdDbMText_setContents_1=b.asm.emscripten_bind_MdDbMText_setContents_1).apply(null,arguments)},$v=b._emscripten_bind_MdDbMText_explode_0=
472
+ function(){return($v=b._emscripten_bind_MdDbMText_explode_0=b.asm.emscripten_bind_MdDbMText_explode_0).apply(null,arguments)},aw=b._emscripten_bind_MdDbMText_TrueColor_0=function(){return(aw=b._emscripten_bind_MdDbMText_TrueColor_0=b.asm.emscripten_bind_MdDbMText_TrueColor_0).apply(null,arguments)},bw=b._emscripten_bind_MdDbMText_SetTrueColor_1=function(){return(bw=b._emscripten_bind_MdDbMText_SetTrueColor_1=b.asm.emscripten_bind_MdDbMText_SetTrueColor_1).apply(null,arguments)},cw=b._emscripten_bind_MdDbMText_ColorIndex_0=
473
+ function(){return(cw=b._emscripten_bind_MdDbMText_ColorIndex_0=b.asm.emscripten_bind_MdDbMText_ColorIndex_0).apply(null,arguments)},dw=b._emscripten_bind_MdDbMText_SetColorIndex_1=function(){return(dw=b._emscripten_bind_MdDbMText_SetColorIndex_1=b.asm.emscripten_bind_MdDbMText_SetColorIndex_1).apply(null,arguments)},ew=b._emscripten_bind_MdDbMText_Layer_0=function(){return(ew=b._emscripten_bind_MdDbMText_Layer_0=b.asm.emscripten_bind_MdDbMText_Layer_0).apply(null,arguments)},fw=b._emscripten_bind_MdDbMText_SetLayer_1=
474
+ function(){return(fw=b._emscripten_bind_MdDbMText_SetLayer_1=b.asm.emscripten_bind_MdDbMText_SetLayer_1).apply(null,arguments)},gw=b._emscripten_bind_MdDbMText_LinetypeScale_0=function(){return(gw=b._emscripten_bind_MdDbMText_LinetypeScale_0=b.asm.emscripten_bind_MdDbMText_LinetypeScale_0).apply(null,arguments)},hw=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=function(){return(hw=b._emscripten_bind_MdDbMText_SetLinetypeScale_1=b.asm.emscripten_bind_MdDbMText_SetLinetypeScale_1).apply(null,arguments)},
475
+ iw=b._emscripten_bind_MdDbMText_Visible_0=function(){return(iw=b._emscripten_bind_MdDbMText_Visible_0=b.asm.emscripten_bind_MdDbMText_Visible_0).apply(null,arguments)},jw=b._emscripten_bind_MdDbMText_SetVisible_1=function(){return(jw=b._emscripten_bind_MdDbMText_SetVisible_1=b.asm.emscripten_bind_MdDbMText_SetVisible_1).apply(null,arguments)},kw=b._emscripten_bind_MdDbMText_Lineweight_0=function(){return(kw=b._emscripten_bind_MdDbMText_Lineweight_0=b.asm.emscripten_bind_MdDbMText_Lineweight_0).apply(null,
476
+ arguments)},lw=b._emscripten_bind_MdDbMText_SetLineweight_1=function(){return(lw=b._emscripten_bind_MdDbMText_SetLineweight_1=b.asm.emscripten_bind_MdDbMText_SetLineweight_1).apply(null,arguments)},mw=b._emscripten_bind_MdDbMText_TextStyle_0=function(){return(mw=b._emscripten_bind_MdDbMText_TextStyle_0=b.asm.emscripten_bind_MdDbMText_TextStyle_0).apply(null,arguments)},nw=b._emscripten_bind_MdDbMText_SetTextStyle_1=function(){return(nw=b._emscripten_bind_MdDbMText_SetTextStyle_1=b.asm.emscripten_bind_MdDbMText_SetTextStyle_1).apply(null,
477
+ arguments)},ow=b._emscripten_bind_MdDbMText_Highlight_1=function(){return(ow=b._emscripten_bind_MdDbMText_Highlight_1=b.asm.emscripten_bind_MdDbMText_Highlight_1).apply(null,arguments)},pw=b._emscripten_bind_MdDbMText_Move_2=function(){return(pw=b._emscripten_bind_MdDbMText_Move_2=b.asm.emscripten_bind_MdDbMText_Move_2).apply(null,arguments)},qw=b._emscripten_bind_MdDbMText_Rotate_2=function(){return(qw=b._emscripten_bind_MdDbMText_Rotate_2=b.asm.emscripten_bind_MdDbMText_Rotate_2).apply(null,arguments)},
478
+ rw=b._emscripten_bind_MdDbMText_Mirror_2=function(){return(rw=b._emscripten_bind_MdDbMText_Mirror_2=b.asm.emscripten_bind_MdDbMText_Mirror_2).apply(null,arguments)},sw=b._emscripten_bind_MdDbMText_ScaleEntity_2=function(){return(sw=b._emscripten_bind_MdDbMText_ScaleEntity_2=b.asm.emscripten_bind_MdDbMText_ScaleEntity_2).apply(null,arguments)},tw=b._emscripten_bind_MdDbMText_TransformBy_1=function(){return(tw=b._emscripten_bind_MdDbMText_TransformBy_1=b.asm.emscripten_bind_MdDbMText_TransformBy_1).apply(null,
479
+ arguments)},uw=b._emscripten_bind_MdDbMText_GetBoundingBox_0=function(){return(uw=b._emscripten_bind_MdDbMText_GetBoundingBox_0=b.asm.emscripten_bind_MdDbMText_GetBoundingBox_0).apply(null,arguments)},vw=b._emscripten_bind_MdDbMText_GetObjectID_0=function(){return(vw=b._emscripten_bind_MdDbMText_GetObjectID_0=b.asm.emscripten_bind_MdDbMText_GetObjectID_0).apply(null,arguments)},ww=b._emscripten_bind_MdDbMText_Erase_0=function(){return(ww=b._emscripten_bind_MdDbMText_Erase_0=b.asm.emscripten_bind_MdDbMText_Erase_0).apply(null,
480
+ arguments)},xw=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=function(){return(xw=b._emscripten_bind_MdDbMText_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbMText_ConnectionTempObject_1).apply(null,arguments)},yw=b._emscripten_bind_MdDbMText_Clone_0=function(){return(yw=b._emscripten_bind_MdDbMText_Clone_0=b.asm.emscripten_bind_MdDbMText_Clone_0).apply(null,arguments)},zw=b._emscripten_bind_MdDbMText_GetHandle_0=function(){return(zw=b._emscripten_bind_MdDbMText_GetHandle_0=b.asm.emscripten_bind_MdDbMText_GetHandle_0).apply(null,
481
+ arguments)},Aw=b._emscripten_bind_MdDbMText_GetDatabase_0=function(){return(Aw=b._emscripten_bind_MdDbMText_GetDatabase_0=b.asm.emscripten_bind_MdDbMText_GetDatabase_0).apply(null,arguments)},Bw=b._emscripten_bind_MdDbMText_GetOwnerID_0=function(){return(Bw=b._emscripten_bind_MdDbMText_GetOwnerID_0=b.asm.emscripten_bind_MdDbMText_GetOwnerID_0).apply(null,arguments)},Cw=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=function(){return(Cw=b._emscripten_bind_MdDbMText_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbMText_moveGripPointsAt_4).apply(null,
482
+ arguments)},Dw=b._emscripten_bind_MdDbMText_getObjectName_0=function(){return(Dw=b._emscripten_bind_MdDbMText_getObjectName_0=b.asm.emscripten_bind_MdDbMText_getObjectName_0).apply(null,arguments)},Ew=b._emscripten_bind_MdDbMText_getDxf0_0=function(){return(Ew=b._emscripten_bind_MdDbMText_getDxf0_0=b.asm.emscripten_bind_MdDbMText_getDxf0_0).apply(null,arguments)},Fw=b._emscripten_bind_MdDbMText_getJson_0=function(){return(Fw=b._emscripten_bind_MdDbMText_getJson_0=b.asm.emscripten_bind_MdDbMText_getJson_0).apply(null,
483
+ arguments)},Gw=b._emscripten_bind_MdDbMText_setJson_1=function(){return(Gw=b._emscripten_bind_MdDbMText_setJson_1=b.asm.emscripten_bind_MdDbMText_setJson_1).apply(null,arguments)},Hw=b._emscripten_bind_MdDbMText___destroy___0=function(){return(Hw=b._emscripten_bind_MdDbMText___destroy___0=b.asm.emscripten_bind_MdDbMText___destroy___0).apply(null,arguments)},Iw=b._emscripten_bind_MdDbBlockTableRecordIterator_start_2=function(){return(Iw=b._emscripten_bind_MdDbBlockTableRecordIterator_start_2=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_start_2).apply(null,
484
+ arguments)},Jw=b._emscripten_bind_MdDbBlockTableRecordIterator_done_0=function(){return(Jw=b._emscripten_bind_MdDbBlockTableRecordIterator_done_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_done_0).apply(null,arguments)},Kw=b._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=function(){return(Kw=b._emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getEntityId_0).apply(null,arguments)},Lw=b._emscripten_bind_MdDbBlockTableRecordIterator_step_2=
485
+ function(){return(Lw=b._emscripten_bind_MdDbBlockTableRecordIterator_step_2=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_step_2).apply(null,arguments)},Mw=b._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=function(){return(Mw=b._emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getObjectName_0).apply(null,arguments)},Nw=b._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=function(){return(Nw=b._emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0=
486
+ b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getDxf0_0).apply(null,arguments)},Ow=b._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=function(){return(Ow=b._emscripten_bind_MdDbBlockTableRecordIterator_getJson_0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_getJson_0).apply(null,arguments)},Pw=b._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=function(){return(Pw=b._emscripten_bind_MdDbBlockTableRecordIterator_setJson_1=b.asm.emscripten_bind_MdDbBlockTableRecordIterator_setJson_1).apply(null,
487
+ arguments)},Qw=b._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=function(){return(Qw=b._emscripten_bind_MdDbBlockTableRecordIterator___destroy___0=b.asm.emscripten_bind_MdDbBlockTableRecordIterator___destroy___0).apply(null,arguments)},Rw=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=function(){return(Rw=b._emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0=b.asm.emscripten_bind_MdDbBlockTableRecord_MdDbBlockTableRecord_0).apply(null,arguments)},Sw=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=
488
+ function(){return(Sw=b._emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1=b.asm.emscripten_bind_MdDbBlockTableRecord_appendAcDbEntity_1).apply(null,arguments)},Tw=b._emscripten_bind_MdDbBlockTableRecord_newIterator_2=function(){return(Tw=b._emscripten_bind_MdDbBlockTableRecord_newIterator_2=b.asm.emscripten_bind_MdDbBlockTableRecord_newIterator_2).apply(null,arguments)},Uw=b._emscripten_bind_MdDbBlockTableRecord_origin_0=function(){return(Uw=b._emscripten_bind_MdDbBlockTableRecord_origin_0=
489
+ b.asm.emscripten_bind_MdDbBlockTableRecord_origin_0).apply(null,arguments)},Vw=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=function(){return(Vw=b._emscripten_bind_MdDbBlockTableRecord_setOrigin_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setOrigin_1).apply(null,arguments)},Ww=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=function(){return(Ww=b._emscripten_bind_MdDbBlockTableRecord_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetObjectID_0).apply(null,arguments)},Xw=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=
490
+ function(){return(Xw=b._emscripten_bind_MdDbBlockTableRecord_Erase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_Erase_0).apply(null,arguments)},Yw=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=function(){return(Yw=b._emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTableRecord_ConnectionTempObject_1).apply(null,arguments)},Zw=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=function(){return(Zw=b._emscripten_bind_MdDbBlockTableRecord_Clone_0=
491
+ b.asm.emscripten_bind_MdDbBlockTableRecord_Clone_0).apply(null,arguments)},$w=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=function(){return($w=b._emscripten_bind_MdDbBlockTableRecord_GetHandle_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetHandle_0).apply(null,arguments)},ax=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=function(){return(ax=b._emscripten_bind_MdDbBlockTableRecord_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetDatabase_0).apply(null,arguments)},bx=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=
492
+ function(){return(bx=b._emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0=b.asm.emscripten_bind_MdDbBlockTableRecord_GetOwnerID_0).apply(null,arguments)},cx=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=function(){return(cx=b._emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockTableRecord_moveGripPointsAt_4).apply(null,arguments)},dx=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=function(){return(dx=b._emscripten_bind_MdDbBlockTableRecord_getObjectName_0=
493
+ b.asm.emscripten_bind_MdDbBlockTableRecord_getObjectName_0).apply(null,arguments)},ex=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=function(){return(ex=b._emscripten_bind_MdDbBlockTableRecord_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getDxf0_0).apply(null,arguments)},fx=b._emscripten_bind_MdDbBlockTableRecord_getJson_0=function(){return(fx=b._emscripten_bind_MdDbBlockTableRecord_getJson_0=b.asm.emscripten_bind_MdDbBlockTableRecord_getJson_0).apply(null,arguments)},gx=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=
494
+ function(){return(gx=b._emscripten_bind_MdDbBlockTableRecord_setJson_1=b.asm.emscripten_bind_MdDbBlockTableRecord_setJson_1).apply(null,arguments)},hx=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=function(){return(hx=b._emscripten_bind_MdDbBlockTableRecord___destroy___0=b.asm.emscripten_bind_MdDbBlockTableRecord___destroy___0).apply(null,arguments)},ix=b._emscripten_bind_MdDbBlockTableIterator_start_2=function(){return(ix=b._emscripten_bind_MdDbBlockTableIterator_start_2=b.asm.emscripten_bind_MdDbBlockTableIterator_start_2).apply(null,
495
+ arguments)},jx=b._emscripten_bind_MdDbBlockTableIterator_done_0=function(){return(jx=b._emscripten_bind_MdDbBlockTableIterator_done_0=b.asm.emscripten_bind_MdDbBlockTableIterator_done_0).apply(null,arguments)},kx=b._emscripten_bind_MdDbBlockTableIterator_getRecord_0=function(){return(kx=b._emscripten_bind_MdDbBlockTableIterator_getRecord_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getRecord_0).apply(null,arguments)},lx=b._emscripten_bind_MdDbBlockTableIterator_step_2=function(){return(lx=b._emscripten_bind_MdDbBlockTableIterator_step_2=
496
+ b.asm.emscripten_bind_MdDbBlockTableIterator_step_2).apply(null,arguments)},mx=b._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=function(){return(mx=b._emscripten_bind_MdDbBlockTableIterator_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getObjectName_0).apply(null,arguments)},nx=b._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=function(){return(nx=b._emscripten_bind_MdDbBlockTableIterator_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getDxf0_0).apply(null,arguments)},
497
+ ox=b._emscripten_bind_MdDbBlockTableIterator_getJson_0=function(){return(ox=b._emscripten_bind_MdDbBlockTableIterator_getJson_0=b.asm.emscripten_bind_MdDbBlockTableIterator_getJson_0).apply(null,arguments)},px=b._emscripten_bind_MdDbBlockTableIterator_setJson_1=function(){return(px=b._emscripten_bind_MdDbBlockTableIterator_setJson_1=b.asm.emscripten_bind_MdDbBlockTableIterator_setJson_1).apply(null,arguments)},qx=b._emscripten_bind_MdDbBlockTableIterator___destroy___0=function(){return(qx=b._emscripten_bind_MdDbBlockTableIterator___destroy___0=
498
+ b.asm.emscripten_bind_MdDbBlockTableIterator___destroy___0).apply(null,arguments)},rx=b._emscripten_bind_MdDbBlockTable_getAt_1=function(){return(rx=b._emscripten_bind_MdDbBlockTable_getAt_1=b.asm.emscripten_bind_MdDbBlockTable_getAt_1).apply(null,arguments)},sx=b._emscripten_bind_MdDbBlockTable_has_1=function(){return(sx=b._emscripten_bind_MdDbBlockTable_has_1=b.asm.emscripten_bind_MdDbBlockTable_has_1).apply(null,arguments)},tx=b._emscripten_bind_MdDbBlockTable_newIterator_2=function(){return(tx=
499
+ b._emscripten_bind_MdDbBlockTable_newIterator_2=b.asm.emscripten_bind_MdDbBlockTable_newIterator_2).apply(null,arguments)},ux=b._emscripten_bind_MdDbBlockTable_add_1=function(){return(ux=b._emscripten_bind_MdDbBlockTable_add_1=b.asm.emscripten_bind_MdDbBlockTable_add_1).apply(null,arguments)},vx=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=function(){return(vx=b._emscripten_bind_MdDbBlockTable_GetObjectID_0=b.asm.emscripten_bind_MdDbBlockTable_GetObjectID_0).apply(null,arguments)},wx=b._emscripten_bind_MdDbBlockTable_Erase_0=
500
+ function(){return(wx=b._emscripten_bind_MdDbBlockTable_Erase_0=b.asm.emscripten_bind_MdDbBlockTable_Erase_0).apply(null,arguments)},xx=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=function(){return(xx=b._emscripten_bind_MdDbBlockTable_ConnectionTempObject_1=b.asm.emscripten_bind_MdDbBlockTable_ConnectionTempObject_1).apply(null,arguments)},yx=b._emscripten_bind_MdDbBlockTable_Clone_0=function(){return(yx=b._emscripten_bind_MdDbBlockTable_Clone_0=b.asm.emscripten_bind_MdDbBlockTable_Clone_0).apply(null,
501
+ arguments)},zx=b._emscripten_bind_MdDbBlockTable_GetHandle_0=function(){return(zx=b._emscripten_bind_MdDbBlockTable_GetHandle_0=b.asm.emscripten_bind_MdDbBlockTable_GetHandle_0).apply(null,arguments)},Ax=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=function(){return(Ax=b._emscripten_bind_MdDbBlockTable_GetDatabase_0=b.asm.emscripten_bind_MdDbBlockTable_GetDatabase_0).apply(null,arguments)},Bx=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=function(){return(Bx=b._emscripten_bind_MdDbBlockTable_GetOwnerID_0=
502
+ b.asm.emscripten_bind_MdDbBlockTable_GetOwnerID_0).apply(null,arguments)},Cx=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=function(){return(Cx=b._emscripten_bind_MdDbBlockTable_moveGripPointsAt_4=b.asm.emscripten_bind_MdDbBlockTable_moveGripPointsAt_4).apply(null,arguments)},Dx=b._emscripten_bind_MdDbBlockTable_getObjectName_0=function(){return(Dx=b._emscripten_bind_MdDbBlockTable_getObjectName_0=b.asm.emscripten_bind_MdDbBlockTable_getObjectName_0).apply(null,arguments)},Ex=b._emscripten_bind_MdDbBlockTable_getDxf0_0=
503
+ function(){return(Ex=b._emscripten_bind_MdDbBlockTable_getDxf0_0=b.asm.emscripten_bind_MdDbBlockTable_getDxf0_0).apply(null,arguments)},Fx=b._emscripten_bind_MdDbBlockTable_getJson_0=function(){return(Fx=b._emscripten_bind_MdDbBlockTable_getJson_0=b.asm.emscripten_bind_MdDbBlockTable_getJson_0).apply(null,arguments)},Gx=b._emscripten_bind_MdDbBlockTable_setJson_1=function(){return(Gx=b._emscripten_bind_MdDbBlockTable_setJson_1=b.asm.emscripten_bind_MdDbBlockTable_setJson_1).apply(null,arguments)},
504
+ Hx=b._emscripten_bind_MdDbBlockTable___destroy___0=function(){return(Hx=b._emscripten_bind_MdDbBlockTable___destroy___0=b.asm.emscripten_bind_MdDbBlockTable___destroy___0).apply(null,arguments)},Ix=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=function(){return(Ix=b._emscripten_bind_McDrawSelSet_McDrawSelSet_0=b.asm.emscripten_bind_McDrawSelSet_McDrawSelSet_0).apply(null,arguments)},Jx=b._emscripten_bind_McDrawSelSet_allSelect_1=function(){return(Jx=b._emscripten_bind_McDrawSelSet_allSelect_1=b.asm.emscripten_bind_McDrawSelSet_allSelect_1).apply(null,
505
+ arguments)},Kx=b._emscripten_bind_McDrawSelSet_pointSelect_4=function(){return(Kx=b._emscripten_bind_McDrawSelSet_pointSelect_4=b.asm.emscripten_bind_McDrawSelSet_pointSelect_4).apply(null,arguments)},Lx=b._emscripten_bind_McDrawSelSet_crossingSelect_5=function(){return(Lx=b._emscripten_bind_McDrawSelSet_crossingSelect_5=b.asm.emscripten_bind_McDrawSelSet_crossingSelect_5).apply(null,arguments)},Mx=b._emscripten_bind_McDrawSelSet_count_0=function(){return(Mx=b._emscripten_bind_McDrawSelSet_count_0=
506
+ b.asm.emscripten_bind_McDrawSelSet_count_0).apply(null,arguments)},Nx=b._emscripten_bind_McDrawSelSet_item_1=function(){return(Nx=b._emscripten_bind_McDrawSelSet_item_1=b.asm.emscripten_bind_McDrawSelSet_item_1).apply(null,arguments)},Ox=b._emscripten_bind_McDrawSelSet_getObjectName_0=function(){return(Ox=b._emscripten_bind_McDrawSelSet_getObjectName_0=b.asm.emscripten_bind_McDrawSelSet_getObjectName_0).apply(null,arguments)},Px=b._emscripten_bind_McDrawSelSet_getDxf0_0=function(){return(Px=b._emscripten_bind_McDrawSelSet_getDxf0_0=
507
+ b.asm.emscripten_bind_McDrawSelSet_getDxf0_0).apply(null,arguments)},Qx=b._emscripten_bind_McDrawSelSet_getJson_0=function(){return(Qx=b._emscripten_bind_McDrawSelSet_getJson_0=b.asm.emscripten_bind_McDrawSelSet_getJson_0).apply(null,arguments)},Rx=b._emscripten_bind_McDrawSelSet_setJson_1=function(){return(Rx=b._emscripten_bind_McDrawSelSet_setJson_1=b.asm.emscripten_bind_McDrawSelSet_setJson_1).apply(null,arguments)},Sx=b._emscripten_bind_McDrawSelSet___destroy___0=function(){return(Sx=b._emscripten_bind_McDrawSelSet___destroy___0=
508
+ b.asm.emscripten_bind_McDrawSelSet___destroy___0).apply(null,arguments)},Fc=b._malloc=function(){return(Fc=b._malloc=b.asm.malloc).apply(null,arguments)},Hc=b._free=function(){return(Hc=b._free=b.asm.free).apply(null,arguments)};function yd(){return(yd=b.asm.__errno_location).apply(null,arguments)}function Tx(){return(Tx=b.asm.setThrew).apply(null,arguments)}function Ux(){return(Ux=b.asm.stackSave).apply(null,arguments)}function Vx(){return(Vx=b.asm.stackRestore).apply(null,arguments)}
505
509
  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)};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)};
506
510
  b.dynCall_ji=function(){return(b.dynCall_ji=b.asm.dynCall_ji).apply(null,arguments)};b.dynCall_vij=function(){return(b.dynCall_vij=b.asm.dynCall_vij).apply(null,arguments)};b.dynCall_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)};
507
511
  b.dynCall_iiiiddddiiiiiijjiiiiii=function(){return(b.dynCall_iiiiddddiiiiiijjiiiiii=b.asm.dynCall_iiiiddddiiiiiijjiiiiii).apply(null,arguments)};b.dynCall_viij=function(){return(b.dynCall_viij=b.asm.dynCall_viij).apply(null,arguments)};b.dynCall_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)};
508
- 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=259688;b.___stop_em_js=259786;function Cd(a,c,d){var e=Jx();try{Bc(a)(c,d)}catch(f){Kx(e);if(f!==f+0)throw f;Ix(1,0)}}function Bd(a,c){var d=Jx();try{Bc(a)(c)}catch(e){Kx(d);if(e!==e+0)throw e;Ix(1,0)}}
509
- function zd(a,c){var d=Jx();try{return Bc(a)(c)}catch(e){Kx(d);if(e!==e+0)throw e;Ix(1,0)}}function Ad(a,c,d,e){var f=Jx();try{return Bc(a)(c,d,e)}catch(g){Kx(f);if(g!==g+0)throw g;Ix(1,0)}}var Lx;Pa=function Mx(){Lx||Nx();Lx||(Pa=Mx)};
510
- function Nx(){function a(){if(!Lx&&(Lx=!0,b.calledRun=!0,!xa)){b.noFSInit||gc||(gc=!0,fc(),b.stdin=b.stdin,b.stdout=b.stdout,b.stderr=b.stderr,b.stdin?jc("stdin",b.stdin):bc("/dev/tty","/dev/stdin"),b.stdout?jc("stdout",null,b.stdout):bc("/dev/tty","/dev/stdout"),b.stderr?jc("stderr",null,b.stderr):bc("/dev/tty1","/dev/stderr"),ab("/dev/stdin",0),ab("/dev/stdout",1),ab("/dev/stderr",1));Lb=!1;hb(Ja);aa(b);if(b.onRuntimeInitialized)b.onRuntimeInitialized();if(b.postRun)for("function"==typeof b.postRun&&
511
- (b.postRun=[b.postRun]);b.postRun.length;){var c=b.postRun.shift();La.unshift(c)}hb(La)}}if(!(0<Na)){if(b.preRun)for("function"==typeof b.preRun&&(b.preRun=[b.preRun]);b.preRun.length;)Ma();hb(Ha);0<Na||(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()();Nx();function Ox(){}Ox.prototype=Object.create(Ox.prototype);
512
- Ox.prototype.constructor=Ox;Ox.prototype.i=Ox;Ox.j={};b.WrapperObject=Ox;function Px(a){return(a||Ox).j}b.getCache=Px;function v(a,c){var d=Px(c),e=d[a];if(e)return e;e=Object.create((c||Ox).prototype);e.g=a;return d[a]=e}b.wrapPointer=v;b.castObject=function(a,c){return v(a.g,c)};b.NULL=v(0);b.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete Px(a.i)[a.g]};b.compare=function(a,c){return a.g===c.g};b.getPointer=function(a){return a.g};
513
- b.getClass=function(a){return a.i};var Qx=0,Rx=0,Sx=0,Tx=[],Ux=0;function w(){if(Ux){for(var a=0;a<Tx.length;a++)b._free(Tx[a]);Tx.length=0;b._free(Qx);Qx=0;Rx+=Ux;Ux=0}Qx||(Rx+=128,(Qx=b._malloc(Rx))||va());Sx=0}function Vx(a,c){Qx||va();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;Sx+a>=Rx?(0<a||va(),Ux+=a,c=b._malloc(a),Tx.push(c)):(c=Qx+Sx,Sx+=a);return c}
514
- function Wx(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 x(a){if("string"===typeof a){a=vb(a);var c=Vx(a,za);Wx(a,za,c);return c}return a}function Xx(a){if("object"===typeof a){var c=Vx(a,Ea);Wx(a,Ea,c);return c}return a}function Yx(){throw"cannot construct a MdRxObject, no constructor in IDL";}Yx.prototype=Object.create(Ox.prototype);Yx.prototype.constructor=Yx;Yx.prototype.i=Yx;Yx.j={};
515
- b.MdRxObject=Yx;Yx.prototype.getObjectName=function(){return p(Ed(this.g))};Yx.prototype.getDxf0=function(){return p(Fd(this.g))};Yx.prototype.getJson=function(){return p(Gd(this.g))};Yx.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Hd(c,a)};function y(){throw"cannot construct a MdDbObject, no constructor in IDL";}y.prototype=Object.create(Yx.prototype);y.prototype.constructor=y;y.prototype.i=y;y.j={};b.MdDbObject=y;y.prototype.GetObjectID=function(){return Id(this.g)};
512
+ 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=264584;b.___stop_em_js=264682;function Cd(a,c,d){var e=Ux();try{Bc(a)(c,d)}catch(f){Vx(e);if(f!==f+0)throw f;Tx(1,0)}}function Bd(a,c){var d=Ux();try{Bc(a)(c)}catch(e){Vx(d);if(e!==e+0)throw e;Tx(1,0)}}
513
+ function zd(a,c){var d=Ux();try{return Bc(a)(c)}catch(e){Vx(d);if(e!==e+0)throw e;Tx(1,0)}}function Ad(a,c,d,e){var f=Ux();try{return Bc(a)(c,d,e)}catch(g){Vx(f);if(g!==g+0)throw g;Tx(1,0)}}var Wx;Pa=function Xx(){Wx||Yx();Wx||(Pa=Xx)};
514
+ function Yx(){function a(){if(!Wx&&(Wx=!0,b.calledRun=!0,!xa)){b.noFSInit||gc||(gc=!0,fc(),b.stdin=b.stdin,b.stdout=b.stdout,b.stderr=b.stderr,b.stdin?jc("stdin",b.stdin):bc("/dev/tty","/dev/stdin"),b.stdout?jc("stdout",null,b.stdout):bc("/dev/tty","/dev/stdout"),b.stderr?jc("stderr",null,b.stderr):bc("/dev/tty1","/dev/stderr"),ab("/dev/stdin",0),ab("/dev/stdout",1),ab("/dev/stderr",1));Lb=!1;hb(Ia);aa(b);if(b.onRuntimeInitialized)b.onRuntimeInitialized();if(b.postRun)for("function"==typeof b.postRun&&
515
+ (b.postRun=[b.postRun]);b.postRun.length;){var c=b.postRun.shift();Ka.unshift(c)}hb(Ka)}}if(!(0<Na)){if(b.preRun)for("function"==typeof b.preRun&&(b.preRun=[b.preRun]);b.preRun.length;)Ma();hb(Ha);0<Na||(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()();Yx();function Zx(){}Zx.prototype=Object.create(Zx.prototype);
516
+ Zx.prototype.constructor=Zx;Zx.prototype.i=Zx;Zx.j={};b.WrapperObject=Zx;function $x(a){return(a||Zx).j}b.getCache=$x;function v(a,c){var d=$x(c),e=d[a];if(e)return e;e=Object.create((c||Zx).prototype);e.g=a;return d[a]=e}b.wrapPointer=v;b.castObject=function(a,c){return v(a.g,c)};b.NULL=v(0);b.destroy=function(a){if(!a.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";a.__destroy__();delete $x(a.i)[a.g]};b.compare=function(a,c){return a.g===c.g};b.getPointer=function(a){return a.g};
517
+ b.getClass=function(a){return a.i};var ay=0,by=0,cy=0,dy=[],ey=0;function w(){if(ey){for(var a=0;a<dy.length;a++)b._free(dy[a]);dy.length=0;b._free(ay);ay=0;by+=ey;ey=0}ay||(by+=128,(ay=b._malloc(by))||va());cy=0}function fy(a,c){ay||va();a=a.length*c.BYTES_PER_ELEMENT;a=a+7&-8;cy+a>=by?(0<a||va(),ey+=a,c=b._malloc(a),dy.push(c)):(c=ay+cy,cy+=a);return c}
518
+ function gy(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 x(a){if("string"===typeof a){a=vb(a);var c=fy(a,za);gy(a,za,c);return c}return a}function hy(a){if("object"===typeof a){var c=fy(a,Ea);gy(a,Ea,c);return c}return a}function iy(){throw"cannot construct a MdRxObject, no constructor in IDL";}iy.prototype=Object.create(Zx.prototype);iy.prototype.constructor=iy;iy.prototype.i=iy;iy.j={};
519
+ b.MdRxObject=iy;iy.prototype.getObjectName=function(){return p(Ed(this.g))};iy.prototype.getDxf0=function(){return p(Fd(this.g))};iy.prototype.getJson=function(){return p(Gd(this.g))};iy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Hd(c,a)};function y(){throw"cannot construct a MdDbObject, no constructor in IDL";}y.prototype=Object.create(iy.prototype);y.prototype.constructor=y;y.prototype.i=y;y.j={};b.MdDbObject=y;y.prototype.GetObjectID=function(){return Id(this.g)};
516
520
  y.prototype.Erase=function(){return!!Jd(this.g)};y.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kd(c,a)};y.prototype.Clone=function(){return v(Ld(this.g),y)};y.prototype.GetHandle=function(){return p(Md(this.g))};y.prototype.GetDatabase=function(){return v(Nd(this.g),z)};y.prototype.GetOwnerID=function(){return Od(this.g)};
517
521
  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!!Pd(f,a,c,d,e)};y.prototype.getObjectName=function(){return p(Qd(this.g))};y.prototype.getDxf0=function(){return p(Rd(this.g))};y.prototype.getJson=function(){return p(Sd(this.g))};y.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Td(c,a)};
518
522
  function C(){throw"cannot construct a MdDbEntity, no constructor in IDL";}C.prototype=Object.create(y.prototype);C.prototype.constructor=C;C.prototype.i=C;C.j={};b.MdDbEntity=C;C.prototype.explode=function(){return v(Ud(this.g),D)};C.prototype.TrueColor=function(){return v(Vd(this.g),E)};C.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wd(c,a)};C.prototype.ColorIndex=function(){return Xd(this.g)};
@@ -531,7 +535,7 @@ F.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);
531
535
  F.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hf(c,a)};F.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jf(d,a,c)};F.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kf(d,a,c)};F.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lf(d,a,c)};
532
536
  F.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mf(d,a,c)};F.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nf(c,a)};F.prototype.GetBoundingBox=function(){return v(of(this.g),D)};F.prototype.GetObjectID=function(){return pf(this.g)};F.prototype.Erase=function(){return!!qf(this.g)};F.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rf(c,a)};
533
537
  F.prototype.Clone=function(){return v(sf(this.g),y)};F.prototype.GetHandle=function(){return p(tf(this.g))};F.prototype.GetDatabase=function(){return v(uf(this.g),z)};F.prototype.GetOwnerID=function(){return vf(this.g)};F.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!wf(f,a,c,d,e)};F.prototype.getObjectName=function(){return p(xf(this.g))};
534
- F.prototype.getDxf0=function(){return p(yf(this.g))};F.prototype.getJson=function(){return p(zf(this.g))};F.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Af(c,a)};function I(){this.g=Bf();Px(I)[this.g]=this}I.prototype=Object.create(C.prototype);I.prototype.constructor=I;I.prototype.i=I;I.j={};b.MdDbDimension=I;I.prototype.textPosition=function(){return v(Cf(this.g),G)};
538
+ F.prototype.getDxf0=function(){return p(yf(this.g))};F.prototype.getJson=function(){return p(zf(this.g))};F.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Af(c,a)};function I(){this.g=Bf();$x(I)[this.g]=this}I.prototype=Object.create(C.prototype);I.prototype.constructor=I;I.prototype.i=I;I.j={};b.MdDbDimension=I;I.prototype.textPosition=function(){return v(Cf(this.g),G)};
535
539
  I.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Df(c,a)};I.prototype.isUsingDefaultTextPosition=function(){return!!Ef(this.g)};I.prototype.useSetTextPosition=function(){return!!Ff(this.g)};I.prototype.useDefaultTextPosition=function(){return!!Gf(this.g)};I.prototype.elevation=I.prototype.elevation=function(){return Hf(this.g)};I.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!If(c,a)};I.prototype.dimensionText=function(){return p(Jf(this.g))};
536
540
  I.prototype.setDimensionText=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Kf(c,a)};I.prototype.textRotation=function(){return Lf(this.g)};I.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mf(c,a)};I.prototype.dimensionStyle=function(){return Nf(this.g)};I.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Of(c,a)};I.prototype.textAttachment=function(){return Pf(this.g)};
537
541
  I.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qf(c,a)};I.prototype.horizontalRotation=function(){return Rf(this.g)};I.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sf(c,a)};I.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tf(c,a)};I.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Uf(c,a)};
@@ -543,195 +547,197 @@ I.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a
543
547
  I.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!tg(d,a,c)};I.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ug(d,a,c)};I.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vg(c,a)};I.prototype.GetBoundingBox=function(){return v(wg(this.g),D)};I.prototype.GetObjectID=function(){return xg(this.g)};I.prototype.Erase=function(){return!!yg(this.g)};
544
548
  I.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zg(c,a)};I.prototype.Clone=function(){return v(Ag(this.g),y)};I.prototype.GetHandle=function(){return p(Bg(this.g))};I.prototype.GetDatabase=function(){return v(Cg(this.g),z)};I.prototype.GetOwnerID=function(){return Dg(this.g)};
545
549
  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!!Eg(f,a,c,d,e)};I.prototype.getObjectName=function(){return p(Fg(this.g))};I.prototype.getDxf0=function(){return p(Gg(this.g))};I.prototype.getJson=function(){return p(Hg(this.g))};I.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ig(c,a)};I.prototype.__destroy__=function(){Jg(this.g)};
546
- function Zx(){throw"cannot construct a VoidPtr, no constructor in IDL";}Zx.prototype=Object.create(Ox.prototype);Zx.prototype.constructor=Zx;Zx.prototype.i=Zx;Zx.j={};b.VoidPtr=Zx;Zx.prototype.__destroy__=function(){Kg(this.g)};function $x(){this.g=Lg();Px($x)[this.g]=this}$x.prototype=Object.create(Ox.prototype);$x.prototype.constructor=$x;$x.prototype.i=$x;$x.j={};b.McApp=$x;$x.prototype.Init=function(){Mg(this.g)};
547
- $x.prototype.CreateMxDraw=function(a,c,d,e,f){var g=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return v(Ng(g,a,c,d,e,f),J)};$x.prototype.GetCurrentMxDraw=function(){return v(Og(this.g),J)};$x.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Pg(c,a)};
548
- $x.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 Qg(f,a,c,d,e)};$x.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Rg(c,a))};$x.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Sg(c,a),y)};
549
- $x.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Tg(c,a),K)};$x.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Ug(c,a),N)};$x.prototype.ObjectIdToMdDbPolyline=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Vg(c,a),P)};$x.prototype.ObjectIdToMdDbCircle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Wg(c,a),Q)};
550
- $x.prototype.ObjectIdToMdDbArc=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Xg(c,a),S)};$x.prototype.ObjectIdToMdDbBlockReference=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Yg(c,a),T)};$x.prototype.ObjectIdToMdDbAlignedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Zg(c,a),U)};$x.prototype.ObjectIdToMdDbRotatedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v($g(c,a),V)};
551
- $x.prototype.ObjectIdToMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(ah(c,a),W)};$x.prototype.getLastCallResult=function(){return bh(this.g)};$x.prototype.ThreadTaskAbortExit=function(){ch(this.g)};$x.prototype.setFontFilePath=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);dh(c,a)};$x.prototype.addNetworkLoadingFont=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);eh(c,a)};$x.prototype.__destroy__=function(){fh(this.g)};
552
- function E(){this.g=gh();Px(E)[this.g]=this}E.prototype=Object.create(Ox.prototype);E.prototype.constructor=E;E.prototype.i=E;E.j={};b.MdCmColor=E;E.prototype.setColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);hh(c,a)};E.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);ih(e,a,c,d)};E.prototype.get_red=E.prototype.Ta=function(){return jh(this.g)};
550
+ function jy(){throw"cannot construct a VoidPtr, no constructor in IDL";}jy.prototype=Object.create(Zx.prototype);jy.prototype.constructor=jy;jy.prototype.i=jy;jy.j={};b.VoidPtr=jy;jy.prototype.__destroy__=function(){Kg(this.g)};function ky(){this.g=Lg();$x(ky)[this.g]=this}ky.prototype=Object.create(Zx.prototype);ky.prototype.constructor=ky;ky.prototype.i=ky;ky.j={};b.McApp=ky;ky.prototype.Init=function(){Mg(this.g)};
551
+ ky.prototype.CreateMxDraw=function(a,c,d,e,f){var g=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return v(Ng(g,a,c,d,e,f),J)};ky.prototype.GetCurrentMxDraw=function(){return v(Og(this.g),J)};ky.prototype.DestroyObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Pg(c,a)};
552
+ ky.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 Qg(f,a,c,d,e)};ky.prototype.ObjectIdToObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Rg(c,a))};ky.prototype.ObjectIdToMdObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Sg(c,a),y)};
553
+ ky.prototype.ObjectIdToMdDbLine=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Tg(c,a),K)};ky.prototype.ObjectIdToMdDbText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Ug(c,a),N)};ky.prototype.ObjectIdToMdDbPolyline=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Vg(c,a),P)};ky.prototype.ObjectIdToMdDbCircle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Wg(c,a),Q)};
554
+ ky.prototype.ObjectIdToMdDbArc=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Xg(c,a),S)};ky.prototype.ObjectIdToMdDbBlockReference=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Yg(c,a),T)};ky.prototype.ObjectIdToMdDbAlignedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Zg(c,a),U)};ky.prototype.ObjectIdToMdDbRotatedDimension=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v($g(c,a),V)};
555
+ ky.prototype.ObjectIdToMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(ah(c,a),W)};ky.prototype.getLastCallResult=function(){return bh(this.g)};ky.prototype.ThreadTaskAbortExit=function(){ch(this.g)};ky.prototype.setFontFilePath=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);dh(c,a)};ky.prototype.addNetworkLoadingFont=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);eh(c,a)};ky.prototype.__destroy__=function(){fh(this.g)};
556
+ function E(){this.g=gh();$x(E)[this.g]=this}E.prototype=Object.create(Zx.prototype);E.prototype.constructor=E;E.prototype.i=E;E.j={};b.MdCmColor=E;E.prototype.setColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);hh(c,a)};E.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);ih(e,a,c,d)};E.prototype.get_red=E.prototype.Ta=function(){return jh(this.g)};
553
557
  E.prototype.set_red=E.prototype.ib=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);kh(c,a)};Object.defineProperty(E.prototype,"red",{get:E.prototype.Ta,set:E.prototype.ib});E.prototype.get_green=E.prototype.Qa=function(){return lh(this.g)};E.prototype.set_green=E.prototype.fb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);mh(c,a)};Object.defineProperty(E.prototype,"green",{get:E.prototype.Qa,set:E.prototype.fb});E.prototype.get_blue=E.prototype.Oa=function(){return nh(this.g)};
554
558
  E.prototype.set_blue=E.prototype.ab=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);oh(c,a)};Object.defineProperty(E.prototype,"blue",{get:E.prototype.Oa,set:E.prototype.ab});E.prototype.get_method=E.prototype.Ra=function(){return ph(this.g)};E.prototype.set_method=E.prototype.gb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);qh(c,a)};Object.defineProperty(E.prototype,"method",{get:E.prototype.Ra,set:E.prototype.gb});E.prototype.get_n=E.prototype.Sa=function(){return rh(this.g)};
555
559
  E.prototype.set_n=E.prototype.hb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);sh(c,a)};Object.defineProperty(E.prototype,"n",{get:E.prototype.Sa,set:E.prototype.hb});E.prototype.get_colorIndex=E.prototype.Pa=function(){return th(this.g)};E.prototype.set_colorIndex=E.prototype.cb=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);uh(c,a)};Object.defineProperty(E.prototype,"colorIndex",{get:E.prototype.Pa,set:E.prototype.cb});E.prototype.__destroy__=function(){vh(this.g)};
556
- function G(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?wh():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):xh(a,c,d);Px(G)[this.g]=this}G.prototype=Object.create(Ox.prototype);G.prototype.constructor=G;G.prototype.i=G;G.j={};b.MdGePoint3d=G;G.prototype.transformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);yh(c,a)};
560
+ function G(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?wh():void 0===c?_emscripten_bind_MdGePoint3d_MdGePoint3d_1(a):void 0===d?_emscripten_bind_MdGePoint3d_MdGePoint3d_2(a,c):xh(a,c,d);$x(G)[this.g]=this}G.prototype=Object.create(Zx.prototype);G.prototype.constructor=G;G.prototype.i=G;G.j={};b.MdGePoint3d=G;G.prototype.transformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);yh(c,a)};
557
561
  G.prototype.addvec=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);zh(c,a)};G.prototype.subvec=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ah(c,a)};G.prototype.sub=G.prototype.sub=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Bh(c,a),H)};G.prototype.distanceTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ch(c,a)};G.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dh(c,a)};
558
562
  G.prototype.get_x=G.prototype.ba=function(){return Eh(this.g)};G.prototype.set_x=G.prototype.ia=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Fh(c,a)};Object.defineProperty(G.prototype,"x",{get:G.prototype.ba,set:G.prototype.ia});G.prototype.get_y=G.prototype.da=function(){return Gh(this.g)};G.prototype.set_y=G.prototype.ja=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Hh(c,a)};Object.defineProperty(G.prototype,"y",{get:G.prototype.da,set:G.prototype.ja});
559
- G.prototype.get_z=G.prototype.ea=function(){return Ih(this.g)};G.prototype.set_z=G.prototype.ka=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Jh(c,a)};Object.defineProperty(G.prototype,"z",{get:G.prototype.ea,set:G.prototype.ka});G.prototype.__destroy__=function(){Kh(this.g)};function ay(){this.g=Lh();Px(ay)[this.g]=this}ay.prototype=Object.create(Ox.prototype);ay.prototype.constructor=ay;ay.prototype.i=ay;ay.j={};b.MdGePoint3dArray=ay;
560
- ay.prototype.append=ay.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Mh(c,a)};ay.prototype.length=ay.prototype.length=function(){return Nh(this.g)};ay.prototype.at=ay.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Oh(c,a),G)};ay.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ph(d,a,c)};ay.prototype.__destroy__=function(){Qh(this.g)};
561
- 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?Rh():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):Sh(a,c,d);Px(H)[this.g]=this}H.prototype=Object.create(Ox.prototype);H.prototype.constructor=H;H.prototype.i=H;H.j={};b.MdGeVector3d=H;
562
- H.prototype.rotateBy=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)};H.prototype.negate=function(){Uh(this.g)};H.prototype.perpVector=function(){Vh(this.g)};H.prototype.angleTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return void 0===c?Wh(d,a):Xh(d,a,c)};H.prototype.normalize=H.prototype.normalize=function(){Yh(this.g)};H.prototype.length=H.prototype.length=function(){return Zh(this.g)};
563
- H.prototype.isUnitLength=function(){return!!$h(this.g)};H.prototype.isZeroLength=function(){return!!ai(this.g)};H.prototype.dotProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return bi(c,a)};H.prototype.crossProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(ci(c,a),H)};H.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!di(c,a)};H.prototype.get_x=H.prototype.ba=function(){return ei(this.g)};
564
- H.prototype.set_x=H.prototype.ia=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);fi(c,a)};Object.defineProperty(H.prototype,"x",{get:H.prototype.ba,set:H.prototype.ia});H.prototype.get_y=H.prototype.da=function(){return gi(this.g)};H.prototype.set_y=H.prototype.ja=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);hi(c,a)};Object.defineProperty(H.prototype,"y",{get:H.prototype.da,set:H.prototype.ja});H.prototype.get_z=H.prototype.ea=function(){return ii(this.g)};
565
- H.prototype.set_z=H.prototype.ka=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ji(c,a)};Object.defineProperty(H.prototype,"z",{get:H.prototype.ea,set:H.prototype.ka});H.prototype.__destroy__=function(){ki(this.g)};function by(){this.g=li();Px(by)[this.g]=this}by.prototype=Object.create(Ox.prototype);by.prototype.constructor=by;by.prototype.i=by;by.j={};b.MdDbLongArray=by;by.prototype.append=by.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);mi(c,a)};
566
- by.prototype.length=by.prototype.length=function(){return ni(this.g)};by.prototype.at=by.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return oi(c,a)};by.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);pi(d,a,c)};by.prototype.__destroy__=function(){qi(this.g)};function cy(){this.g=ri();Px(cy)[this.g]=this}cy.prototype=Object.create(Ox.prototype);cy.prototype.constructor=cy;cy.prototype.i=cy;cy.j={};b.MdGeMatrix3d=cy;
567
- cy.prototype.setToIdentity=function(){si(this.g)};cy.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ti(c,a)};cy.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ui(c,a)};cy.prototype.setToProduct=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);vi(d,a,c)};cy.prototype.invert=function(){wi(this.g)};cy.prototype.isSingular=function(){return!!xi(this.g)};cy.prototype.transposeIt=function(){yi(this.g)};
568
- cy.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zi(c,a)};cy.prototype.det=function(){return Ai(this.g)};cy.prototype.setCoordSystem=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);Bi(f,a,c,d,e)};cy.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ci(c,a)};
569
- cy.prototype.setToRotation=function(a,c,d){var e=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);Di(e,a,c,d)};cy.prototype.setToScaling=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ei(d,a,c)};cy.prototype.scale=cy.prototype.scale=function(){return Fi(this.g)};
570
- cy.prototype.getData=cy.prototype.getData=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return Gi(d,a,c)};cy.prototype.copy=cy.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Hi(c,a)};cy.prototype.__destroy__=function(){Ii(this.g)};function X(){this.g=Ji();Px(X)[this.g]=this}X.prototype=Object.create(y.prototype);X.prototype.constructor=X;X.prototype.i=X;X.j={};b.MdDbLayerTableRecord=X;X.prototype.getName=function(){return p(Ki(this.g))};
571
- X.prototype.setName=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Li(c,a)};X.prototype.isFrozen=X.prototype.isFrozen=function(){return!!Mi(this.g)};X.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ni(c,a)};X.prototype.isOff=function(){return!!Oi(this.g)};X.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pi(c,a)};X.prototype.isLocked=function(){return!!Qi(this.g)};
572
- X.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ri(c,a)};X.prototype.color=X.prototype.color=function(){return v(Si(this.g),E)};X.prototype.setColor=X.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ti(c,a)};X.prototype.linetypeObjectId=function(){return Ui(this.g)};X.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vi(c,a)};X.prototype.lineWeight=function(){return Wi(this.g)};
573
- X.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xi(c,a)};X.prototype.GetObjectID=function(){return Yi(this.g)};X.prototype.Erase=function(){return!!Zi(this.g)};X.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$i(c,a)};X.prototype.Clone=function(){return v(aj(this.g),y)};X.prototype.GetHandle=function(){return p(bj(this.g))};X.prototype.GetDatabase=function(){return v(cj(this.g),z)};X.prototype.GetOwnerID=function(){return dj(this.g)};
574
- 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!!ej(f,a,c,d,e)};X.prototype.getObjectName=function(){return p(fj(this.g))};X.prototype.getDxf0=function(){return p(gj(this.g))};X.prototype.getJson=function(){return p(hj(this.g))};X.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ij(c,a)};X.prototype.__destroy__=function(){jj(this.g)};
575
- function dy(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}dy.prototype=Object.create(y.prototype);dy.prototype.constructor=dy;dy.prototype.i=dy;dy.j={};b.MdDbLayerTable=dy;dy.prototype.GetObjectID=function(){return kj(this.g)};dy.prototype.Erase=function(){return!!lj(this.g)};dy.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mj(c,a)};dy.prototype.Clone=function(){return v(nj(this.g),y)};dy.prototype.GetHandle=function(){return p(oj(this.g))};
576
- dy.prototype.GetDatabase=function(){return v(pj(this.g),z)};dy.prototype.GetOwnerID=function(){return qj(this.g)};dy.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!!rj(f,a,c,d,e)};dy.prototype.getObjectName=function(){return p(sj(this.g))};dy.prototype.getDxf0=function(){return p(tj(this.g))};dy.prototype.getJson=function(){return p(uj(this.g))};
577
- dy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!vj(c,a)};function ey(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}ey.prototype=Object.create(y.prototype);ey.prototype.constructor=ey;ey.prototype.i=ey;ey.j={};b.MdDbLinetypeTable=ey;ey.prototype.GetObjectID=function(){return wj(this.g)};ey.prototype.Erase=function(){return!!xj(this.g)};
578
- ey.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yj(c,a)};ey.prototype.Clone=function(){return v(zj(this.g),y)};ey.prototype.GetHandle=function(){return p(Aj(this.g))};ey.prototype.GetDatabase=function(){return v(Bj(this.g),z)};ey.prototype.GetOwnerID=function(){return Cj(this.g)};
579
- ey.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Dj(f,a,c,d,e)};ey.prototype.getObjectName=function(){return p(Ej(this.g))};ey.prototype.getDxf0=function(){return p(Fj(this.g))};ey.prototype.getJson=function(){return p(Gj(this.g))};ey.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Hj(c,a)};
580
- function fy(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}fy.prototype=Object.create(y.prototype);fy.prototype.constructor=fy;fy.prototype.i=fy;fy.j={};b.MdDbTextStyleTable=fy;fy.prototype.GetObjectID=function(){return Ij(this.g)};fy.prototype.Erase=function(){return!!Jj(this.g)};fy.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kj(c,a)};fy.prototype.Clone=function(){return v(Lj(this.g),y)};fy.prototype.GetHandle=function(){return p(Mj(this.g))};
581
- fy.prototype.GetDatabase=function(){return v(Nj(this.g),z)};fy.prototype.GetOwnerID=function(){return Oj(this.g)};fy.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Pj(f,a,c,d,e)};fy.prototype.getObjectName=function(){return p(Qj(this.g))};fy.prototype.getDxf0=function(){return p(Rj(this.g))};fy.prototype.getJson=function(){return p(Sj(this.g))};
582
- fy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Tj(c,a)};function z(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}z.prototype=Object.create(Yx.prototype);z.prototype.constructor=z;z.prototype.i=z;z.j={};b.MdDbDatabase=z;z.prototype.GetLayerTable=function(){return v(Uj(this.g),dy)};z.prototype.GetLinetypeTable=function(){return v(Vj(this.g),ey)};z.prototype.GetTextStyleTable=function(){return v(Wj(this.g),fy)};
583
- z.prototype.GetBlockTable=function(){return v(Xj(this.g),gy)};z.prototype.CurrentSpace=function(){return v(Yj(this.g),iy)};z.prototype.GetCurrentlyLineTypeScale=function(){return Zj(this.g)};z.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ak(c,a)};z.prototype.GetCurrentlyLayerName=function(){return p(bk(this.g))};z.prototype.SetCurrentlyLayerName=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);ck(c,a)};
584
- z.prototype.GetCurrentlyLineTypeName=function(){return p(dk(this.g))};z.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);ek(c,a)};z.prototype.GetCurrentlyTrueColor=function(){return v(fk(this.g),E)};z.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);gk(c,a)};z.prototype.GetCurrentlyColorIndex=function(){return hk(this.g)};
585
- z.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ik(c,a)};z.prototype.GetCurrentlyTextStyleName=function(){return p(jk(this.g))};z.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);kk(c,a)};z.prototype.getObjectName=function(){return p(lk(this.g))};z.prototype.getDxf0=function(){return p(mk(this.g))};z.prototype.getJson=function(){return p(nk(this.g))};
586
- z.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ok(c,a)};function J(){throw"cannot construct a McObject, no constructor in IDL";}J.prototype=Object.create(Ox.prototype);J.prototype.constructor=J;J.prototype.i=J;J.j={};b.McObject=J;J.prototype.updateDisplay=function(a,c){var d=this.g;w();"object"==typeof a&&(a=Xx(a));"object"==typeof c&&(c=Xx(c));return!!pk(d,a,c)};J.prototype.test=J.prototype.test=function(){qk(this.g)};
587
- J.prototype.openWebFile=function(a,c,d){var e=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!rk(e,a,c,d)};J.prototype.saveFileToUrl=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!sk(c,a)};J.prototype.saveFile=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!tk(c,a)};J.prototype.getViewDataJsonParam=function(){return p(uk(this.g))};J.prototype.updataAppData=function(){vk(this.g)};
588
- J.prototype.GetDatabase=function(){return v(wk(this.g),z)};J.prototype.GetSysVarString=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return p(xk(c,a))};J.prototype.SetSysVarString=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);return!!yk(d,a,c)};J.prototype.GetSysVarDouble=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return zk(c,a)};
589
- J.prototype.SetSysVarDouble=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);return!!Ak(d,a,c)};J.prototype.GetSysVarLong=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return Bk(c,a)};J.prototype.SetSysVarLong=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);return!!Ck(d,a,c)};
590
- J.prototype.fireEventWindowSize=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Dk(d,a,c)};J.prototype.fireEventCommandStart=function(){Ek(this.g)};J.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 Fk(d,a,c)};
591
- J.prototype.IntelliSelect_RangeSelect=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 v(Gk(g,a,c,d,e,f),by)};J.prototype.IntelliSelect_getGridData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Hk(c,a))};
592
- J.prototype.Osnap_NotifyOsnap=function(a,c,d,e,f,g,h,n){var A=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);Ik(A,a,c,d,e,f,g,h,n)};J.prototype.EntityTempWordDraw_onJigCommandEnd=function(){Jk(this.g)};
593
- J.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Kk(c,a)};J.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){Lk(this.g)};J.prototype.EntityTempWordDraw_onJigClearDisplay=function(){Mk(this.g)};J.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Nk(c,a)};J.prototype.GetDrawColor=function(){return v(Ok(this.g),E)};
594
- J.prototype.AddLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);Pk(c,a)};J.prototype.SetDrawLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);Qk(c,a)};J.prototype.GetDrawLayer=function(){return p(Rk(this.g))};J.prototype.AddTextStyle=function(a,c,d,e){var f=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);d=d&&"object"===typeof d?d.g:x(d);e&&"object"===typeof e&&(e=e.g);Sk(f,a,c,d,e)};
595
- J.prototype.SetDrawTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);Tk(c,a)};J.prototype.GetDrawTextStyle=function(){return p(Uk(this.g))};J.prototype.AddLinetype=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);Vk(d,a,c)};J.prototype.AddLinetypeEx=function(a,c,d){var e=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);d=d&&"object"===typeof d?d.g:x(d);Wk(e,a,c,d)};
596
- J.prototype.AddDimStyle=function(a,c,d,e,f){var g=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);d=d&&"object"===typeof d?d.g:x(d);e=e&&"object"===typeof e?e.g:x(e);f=f&&"object"===typeof f?f.g:x(f);Xk(g,a,c,d,e,f)};J.prototype.SetDrawLinetype=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);Yk(c,a)};J.prototype.GetDrawLinetype=function(){return p(Zk(this.g))};
597
- J.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);$k(c,a)};J.prototype.GetDrawLineWeight=function(){return al(this.g)};J.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);bl(c,a)};J.prototype.GetDrawLineTypeScale=function(){return cl(this.g)};J.prototype.SetDrawDimStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);dl(c,a)};J.prototype.GetDrawDimStyle=function(){return p(el(this.g))};
598
- J.prototype.SetPatternDefinition=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);fl(c,a)};J.prototype.GetPatternDefinition=function(){return p(gl(this.g))};J.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);hl(c,a)};J.prototype.GetDrawLineWidth=function(){return il(this.g)};
599
- J.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 jl(h,a,c,d,e,f,g)};
600
- J.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 kl(g,a,c,d,e,f)};
601
- J.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 ll(h,a,c,d,e,f,g)};J.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 ml(e,a,c,d)};
602
- J.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 nl(g,a,c,d,e,f)};
603
- J.prototype.DrawEllipseArc=function(a,c,d,e,f,g,h){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return ol(n,a,c,d,e,f,g,h)};J.prototype.DrawPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return pl(d,a,c)};
604
- J.prototype.DrawSolid=function(a,c,d,e,f,g,h,n){var A=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return ql(A,a,c,d,e,f,g,h,n)};
605
- J.prototype.DrawMText=function(a,c,d,e,f,g,h){var n=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(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 rl(n,a,c,d,e,f,g,h)};
606
- J.prototype.DrawText=function(a,c,d,e,f,g,h){var n=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(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 sl(n,a,c,d,e,f,g,h)};
607
- J.prototype.DrawBlockReference=function(a,c,d,e,f){var g=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return tl(g,a,c,d,e,f)};
608
- J.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 ul(h,a,c,d,e,f,g)};
609
- J.prototype.DrawDimAngular=function(a,c,d,e,f,g,h,n){var A=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return vl(A,a,c,d,e,f,g,h,n)};
610
- J.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 wl(g,a,c,d,e,f)};
611
- J.prototype.DrawDimRotated=function(a,c,d,e,f,g,h){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return xl(n,a,c,d,e,f,g,h)};
612
- J.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 yl(g,a,c,d,e,f)};J.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 zl(g,a,c,d,e,f)};
613
- J.prototype.PathMoveTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Al(d,a,c)};J.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);Bl(g,a,c,d,e,f)};J.prototype.PathLineTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Cl(d,a,c)};
614
- J.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);Dl(g,a,c,d,e,f)};J.prototype.DrawPathToPolyline=function(){return El(this.g)};J.prototype.DrawPathToSpline=function(){return Fl(this.g)};J.prototype.PathMakeClosed=function(){Gl(this.g)};
615
- J.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Hl(c,a)};J.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Il(c,a)};function D(){this.g=Jl();Px(D)[this.g]=this}D.prototype=Object.create(Yx.prototype);D.prototype.constructor=D;D.prototype.i=D;D.j={};b.McDrawResbuf=D;D.prototype.Clear=function(){Kl(this.g)};D.prototype.GetCount=function(){return Ll(this.g)};
616
- D.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ml(c,a)};D.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Nl(c,a)};D.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ol(c,a)};D.prototype.AtObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Pl(c,a),Yx)};D.prototype.AtObjectMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Ql(c,a),W)};
617
- D.prototype.AtObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Rl(c,a))};D.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Sl(c,a))};D.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Tl(c,a),G)};D.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ul(c,a)};
618
- D.prototype.AddDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Vl(d,a,c)};D.prototype.Addlong=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Wl(d,a,c)};D.prototype.AddObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Xl(d,a,c)};D.prototype.AddObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yl(c,a)};
619
- D.prototype.AddString=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);Zl(d,a,c)};D.prototype.AddPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);$l(d,a,c)};D.prototype.RemoveAll=function(){am(this.g)};D.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);bm(c,a)};D.prototype.getObjectName=function(){return p(cm(this.g))};D.prototype.getDxf0=function(){return p(dm(this.g))};
620
- D.prototype.getJson=function(){return p(em(this.g))};D.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!fm(c,a)};D.prototype.__destroy__=function(){gm(this.g)};function jy(){this.g=hm();Px(jy)[this.g]=this}jy.prototype=Object.create(Ox.prototype);jy.prototype.constructor=jy;jy.prototype.i=jy;jy.j={};b.McDrawUtility=jy;
621
- jy.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 im(g,a,c,d,e,f)};jy.prototype.eraseEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jm(c,a)};jy.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!km(d,a,c)};
622
- jy.prototype.__destroy__=function(){lm(this.g)};function K(){this.g=mm();Px(K)[this.g]=this}K.prototype=Object.create(F.prototype);K.prototype.constructor=K;K.prototype.i=K;K.j={};b.MdDbLine=K;K.prototype.startPoint=function(){return v(nm(this.g),G)};K.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!om(c,a)};K.prototype.endPoint=function(){return v(pm(this.g),G)};
623
- K.prototype.setEndPoint=K.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qm(c,a)};K.prototype.getStartParam=function(){return rm(this.g)};K.prototype.getEndParam=function(){return sm(this.g)};K.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return tm(c,a)};K.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return um(c,a)};
624
- K.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return wm(c,a)};K.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(xm(c,a),G)};K.prototype.getStartPoint=function(){return v(ym(this.g),G)};K.prototype.getEndPoint=function(){return v(zm(this.g),G)};K.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Am(c,a),G)};
625
- K.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Bm(c,a)};K.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Cm(c,a),H)};K.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Dm(c,a),H)};K.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Em(d,a,c),G)};
626
- K.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Fm(d,a,c),D)};K.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Gm(c,a),D)};K.prototype.getArea=function(){return Hm(this.g)};K.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Im(c,a),D)};K.prototype.getLength=function(){return Jm(this.g)};K.prototype.explode=function(){return v(Km(this.g),D)};
627
- K.prototype.TrueColor=function(){return v(Lm(this.g),E)};K.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mm(c,a)};K.prototype.ColorIndex=function(){return Nm(this.g)};K.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Om(c,a)};K.prototype.Layer=function(){return p(Pm(this.g))};K.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Qm(c,a)};K.prototype.LinetypeScale=function(){return Rm(this.g)};
628
- K.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Sm(c,a)};K.prototype.Visible=function(){return!!Tm(this.g)};K.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Um(c,a)};K.prototype.Lineweight=function(){return Vm(this.g)};K.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wm(c,a)};K.prototype.TextStyle=function(){return p(Xm(this.g))};
629
- K.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ym(c,a)};K.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zm(c,a)};K.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!$m(d,a,c)};K.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!an(d,a,c)};
630
- K.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!bn(d,a,c)};K.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!cn(d,a,c)};K.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dn(c,a)};K.prototype.GetBoundingBox=function(){return v(en(this.g),D)};K.prototype.GetObjectID=function(){return fn(this.g)};K.prototype.Erase=function(){return!!gn(this.g)};
631
- K.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hn(c,a)};K.prototype.Clone=function(){return v(jn(this.g),y)};K.prototype.GetHandle=function(){return p(kn(this.g))};K.prototype.GetDatabase=function(){return v(ln(this.g),z)};K.prototype.GetOwnerID=function(){return mn(this.g)};
632
- K.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!nn(f,a,c,d,e)};K.prototype.getObjectName=function(){return p(on(this.g))};K.prototype.getDxf0=function(){return p(pn(this.g))};K.prototype.getJson=function(){return p(qn(this.g))};K.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!rn(c,a)};K.prototype.__destroy__=function(){sn(this.g)};
633
- function N(){this.g=tn();Px(N)[this.g]=this}N.prototype=Object.create(C.prototype);N.prototype.constructor=N;N.prototype.i=N;N.j={};b.MdDbText=N;N.prototype.position=N.prototype.position=function(){return v(un(this.g),G)};N.prototype.setPosition=N.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vn(c,a)};N.prototype.alignmentPoint=function(){return v(wn(this.g),G)};
634
- N.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xn(c,a)};N.prototype.oblique=function(){return yn(this.g)};N.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zn(c,a)};N.prototype.rotation=N.prototype.rotation=function(){return An(this.g)};N.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Bn(c,a)};N.prototype.height=N.prototype.height=function(){return Cn(this.g)};
635
- N.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dn(c,a)};N.prototype.widthFactor=function(){return En(this.g)};N.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fn(c,a)};N.prototype.textString=function(){return p(Gn(this.g))};N.prototype.setTextString=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Hn(c,a)};N.prototype.horizontalMode=function(){return In(this.g)};
636
- N.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jn(c,a)};N.prototype.verticalMode=function(){return Kn(this.g)};N.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ln(c,a)};N.prototype.explode=function(){return v(Mn(this.g),D)};N.prototype.TrueColor=function(){return v(Nn(this.g),E)};N.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!On(c,a)};N.prototype.ColorIndex=function(){return Pn(this.g)};
637
- N.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qn(c,a)};N.prototype.Layer=function(){return p(Rn(this.g))};N.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Sn(c,a)};N.prototype.LinetypeScale=function(){return Tn(this.g)};N.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Un(c,a)};N.prototype.Visible=function(){return!!Vn(this.g)};
638
- N.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wn(c,a)};N.prototype.Lineweight=function(){return Xn(this.g)};N.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yn(c,a)};N.prototype.TextStyle=function(){return p(Zn(this.g))};N.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!$n(c,a)};
639
- N.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ao(c,a)};N.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!bo(d,a,c)};N.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!co(d,a,c)};N.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!eo(d,a,c)};
640
- N.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!fo(d,a,c)};N.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!go(c,a)};N.prototype.GetBoundingBox=function(){return v(ho(this.g),D)};N.prototype.GetObjectID=function(){return io(this.g)};N.prototype.Erase=function(){return!!jo(this.g)};N.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ko(c,a)};
641
- N.prototype.Clone=function(){return v(lo(this.g),y)};N.prototype.GetHandle=function(){return p(mo(this.g))};N.prototype.GetDatabase=function(){return v(no(this.g),z)};N.prototype.GetOwnerID=function(){return oo(this.g)};N.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!po(f,a,c,d,e)};N.prototype.getObjectName=function(){return p(qo(this.g))};
642
- N.prototype.getDxf0=function(){return p(ro(this.g))};N.prototype.getJson=function(){return p(so(this.g))};N.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!to(c,a)};N.prototype.__destroy__=function(){uo(this.g)};function Q(){this.g=vo();Px(Q)[this.g]=this}Q.prototype=Object.create(F.prototype);Q.prototype.constructor=Q;Q.prototype.i=Q;Q.j={};b.MdDbCircle=Q;Q.prototype.center=function(){return v(wo(this.g),G)};
643
- Q.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xo(c,a)};Q.prototype.radius=function(){return yo(this.g)};Q.prototype.setRadius=Q.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zo(c,a)};Q.prototype.getStartParam=function(){return Ao(this.g)};Q.prototype.getEndParam=function(){return Bo(this.g)};Q.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Co(c,a)};
644
- Q.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Do(c,a)};Q.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Eo(c,a)};Q.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Fo(c,a),G)};Q.prototype.getStartPoint=function(){return v(Go(this.g),G)};Q.prototype.getEndPoint=function(){return v(Ho(this.g),G)};
645
- Q.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Io(c,a),G)};Q.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Jo(c,a)};Q.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Ko(c,a),H)};Q.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Lo(c,a),H)};
646
- Q.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Mo(d,a,c),G)};Q.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(No(d,a,c),D)};Q.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Oo(c,a),D)};Q.prototype.getArea=function(){return Po(this.g)};
647
- Q.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Qo(c,a),D)};Q.prototype.getLength=function(){return Ro(this.g)};Q.prototype.explode=function(){return v(So(this.g),D)};Q.prototype.TrueColor=function(){return v(To(this.g),E)};Q.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Uo(c,a)};Q.prototype.ColorIndex=function(){return Vo(this.g)};
648
- Q.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wo(c,a)};Q.prototype.Layer=function(){return p(Xo(this.g))};Q.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Yo(c,a)};Q.prototype.LinetypeScale=function(){return Zo(this.g)};Q.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$o(c,a)};Q.prototype.Visible=function(){return!!ap(this.g)};
649
- Q.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bp(c,a)};Q.prototype.Lineweight=function(){return cp(this.g)};Q.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dp(c,a)};Q.prototype.TextStyle=function(){return p(ep(this.g))};Q.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!fp(c,a)};
650
- Q.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gp(c,a)};Q.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!hp(d,a,c)};Q.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ip(d,a,c)};Q.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jp(d,a,c)};
651
- Q.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kp(d,a,c)};Q.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lp(c,a)};Q.prototype.GetBoundingBox=function(){return v(mp(this.g),D)};Q.prototype.GetObjectID=function(){return np(this.g)};Q.prototype.Erase=function(){return!!op(this.g)};Q.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pp(c,a)};
652
- Q.prototype.Clone=function(){return v(qp(this.g),y)};Q.prototype.GetHandle=function(){return p(rp(this.g))};Q.prototype.GetDatabase=function(){return v(sp(this.g),z)};Q.prototype.GetOwnerID=function(){return tp(this.g)};Q.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!up(f,a,c,d,e)};Q.prototype.getObjectName=function(){return p(vp(this.g))};
653
- Q.prototype.getDxf0=function(){return p(wp(this.g))};Q.prototype.getJson=function(){return p(xp(this.g))};Q.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!yp(c,a)};Q.prototype.__destroy__=function(){zp(this.g)};function S(){this.g=Ap();Px(S)[this.g]=this}S.prototype=Object.create(F.prototype);S.prototype.constructor=S;S.prototype.i=S;S.j={};b.MdDbArc=S;S.prototype.center=function(){return v(Bp(this.g),G)};
654
- S.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cp(c,a)};S.prototype.radius=function(){return Dp(this.g)};S.prototype.setRadius=S.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ep(c,a)};S.prototype.startAngle=function(){return Fp(this.g)};S.prototype.setStartAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gp(c,a)};S.prototype.endAngle=function(){return Hp(this.g)};
655
- S.prototype.setEndAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ip(c,a)};S.prototype.getStartParam=function(){return Jp(this.g)};S.prototype.getEndParam=function(){return Kp(this.g)};S.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Lp(c,a)};S.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Mp(c,a)};
656
- S.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Np(c,a)};S.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Op(c,a),G)};S.prototype.getStartPoint=function(){return v(Pp(this.g),G)};S.prototype.getEndPoint=function(){return v(Qp(this.g),G)};S.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Rp(c,a),G)};
657
- S.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Sp(c,a)};S.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Tp(c,a),H)};S.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Up(c,a),H)};S.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Vp(d,a,c),G)};
658
- S.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Wp(d,a,c),D)};S.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Xp(c,a),D)};S.prototype.getArea=function(){return Yp(this.g)};S.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Zp(c,a),D)};S.prototype.getLength=function(){return $p(this.g)};S.prototype.explode=function(){return v(aq(this.g),D)};
659
- S.prototype.TrueColor=function(){return v(bq(this.g),E)};S.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cq(c,a)};S.prototype.ColorIndex=function(){return dq(this.g)};S.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!eq(c,a)};S.prototype.Layer=function(){return p(fq(this.g))};S.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!gq(c,a)};S.prototype.LinetypeScale=function(){return hq(this.g)};
660
- S.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iq(c,a)};S.prototype.Visible=function(){return!!jq(this.g)};S.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kq(c,a)};S.prototype.Lineweight=function(){return lq(this.g)};S.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mq(c,a)};S.prototype.TextStyle=function(){return p(nq(this.g))};
661
- S.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!oq(c,a)};S.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pq(c,a)};S.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!qq(d,a,c)};S.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!rq(d,a,c)};
662
- S.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!sq(d,a,c)};S.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!tq(d,a,c)};S.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!uq(c,a)};S.prototype.GetBoundingBox=function(){return v(vq(this.g),D)};S.prototype.GetObjectID=function(){return wq(this.g)};S.prototype.Erase=function(){return!!xq(this.g)};
663
- S.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yq(c,a)};S.prototype.Clone=function(){return v(zq(this.g),y)};S.prototype.GetHandle=function(){return p(Aq(this.g))};S.prototype.GetDatabase=function(){return v(Bq(this.g),z)};S.prototype.GetOwnerID=function(){return Cq(this.g)};
664
- S.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Dq(f,a,c,d,e)};S.prototype.getObjectName=function(){return p(Eq(this.g))};S.prototype.getDxf0=function(){return p(Fq(this.g))};S.prototype.getJson=function(){return p(Gq(this.g))};S.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Hq(c,a)};S.prototype.__destroy__=function(){Iq(this.g)};
665
- function P(){this.g=Jq();Px(P)[this.g]=this}P.prototype=Object.create(F.prototype);P.prototype.constructor=P;P.prototype.i=P;P.j={};b.MdDbPolyline=P;P.prototype.setClosed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kq(c,a)};P.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lq(c,a)};P.prototype.isClosed=function(){return!!Mq(this.g)};P.prototype.getConstantWidth=function(){return Nq(this.g)};
666
- P.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!!Oq(g,a,c,d,e,f)};P.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pq(c,a)};P.prototype.numVerts=function(){return Qq(this.g)};P.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Rq(c,a),G)};
667
- P.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Sq(c,a)};P.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Tq(c,a)};P.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Uq(c,a)};P.prototype.setPointAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Vq(d,a,c)};
668
- P.prototype.setBulgeAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Wq(d,a,c)};P.prototype.getStartParam=function(){return Xq(this.g)};P.prototype.getEndParam=function(){return Yq(this.g)};P.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Zq(c,a)};P.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return $q(c,a)};
669
- P.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ar(c,a)};P.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(br(c,a),G)};P.prototype.getStartPoint=function(){return v(cr(this.g),G)};P.prototype.getEndPoint=function(){return v(dr(this.g),G)};P.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(er(c,a),G)};
670
- P.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return fr(c,a)};P.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(gr(c,a),H)};P.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(hr(c,a),H)};P.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(ir(d,a,c),G)};
671
- P.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(jr(d,a,c),D)};P.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(kr(c,a),D)};P.prototype.getArea=function(){return lr(this.g)};P.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(mr(c,a),D)};P.prototype.getLength=function(){return nr(this.g)};P.prototype.explode=function(){return v(or(this.g),D)};
672
- P.prototype.TrueColor=function(){return v(pr(this.g),E)};P.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qr(c,a)};P.prototype.ColorIndex=function(){return rr(this.g)};P.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!sr(c,a)};P.prototype.Layer=function(){return p(tr(this.g))};P.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ur(c,a)};P.prototype.LinetypeScale=function(){return vr(this.g)};
673
- P.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wr(c,a)};P.prototype.Visible=function(){return!!xr(this.g)};P.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yr(c,a)};P.prototype.Lineweight=function(){return zr(this.g)};P.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ar(c,a)};P.prototype.TextStyle=function(){return p(Br(this.g))};
674
- P.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Cr(c,a)};P.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dr(c,a)};P.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Er(d,a,c)};P.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Fr(d,a,c)};
675
- P.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Gr(d,a,c)};P.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Hr(d,a,c)};P.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ir(c,a)};P.prototype.GetBoundingBox=function(){return v(Jr(this.g),D)};P.prototype.GetObjectID=function(){return Kr(this.g)};P.prototype.Erase=function(){return!!Lr(this.g)};
676
- P.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mr(c,a)};P.prototype.Clone=function(){return v(Nr(this.g),y)};P.prototype.GetHandle=function(){return p(Or(this.g))};P.prototype.GetDatabase=function(){return v(Pr(this.g),z)};P.prototype.GetOwnerID=function(){return Qr(this.g)};
677
- P.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Rr(f,a,c,d,e)};P.prototype.getObjectName=function(){return p(Sr(this.g))};P.prototype.getDxf0=function(){return p(Tr(this.g))};P.prototype.getJson=function(){return p(Ur(this.g))};P.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Vr(c,a)};P.prototype.__destroy__=function(){Wr(this.g)};
678
- function T(){this.g=Xr();Px(T)[this.g]=this}T.prototype=Object.create(C.prototype);T.prototype.constructor=T;T.prototype.i=T;T.j={};b.MdDbBlockReference=T;T.prototype.blockTableRecord=function(){return Yr(this.g)};T.prototype.setBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zr(c,a)};T.prototype.position=T.prototype.position=function(){return v($r(this.g),G)};
679
- T.prototype.setPosition=T.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!as(c,a)};T.prototype.scaleFactors=function(){return v(bs(this.g),G)};T.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cs(c,a)};T.prototype.rotation=T.prototype.rotation=function(){return ds(this.g)};T.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!es(c,a)};
680
- T.prototype.blockTransform=function(){return v(gs(this.g),cy)};T.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hs(c,a)};T.prototype.explode=function(){return v(is(this.g),D)};T.prototype.TrueColor=function(){return v(js(this.g),E)};T.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ks(c,a)};T.prototype.ColorIndex=function(){return ls(this.g)};
681
- T.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ms(c,a)};T.prototype.Layer=function(){return p(ns(this.g))};T.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ps(c,a)};T.prototype.LinetypeScale=function(){return qs(this.g)};T.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rs(c,a)};T.prototype.Visible=function(){return!!ss(this.g)};
682
- T.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ts(c,a)};T.prototype.Lineweight=function(){return us(this.g)};T.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vs(c,a)};T.prototype.TextStyle=function(){return p(xs(this.g))};T.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ys(c,a)};
683
- T.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zs(c,a)};T.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!As(d,a,c)};T.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Bs(d,a,c)};T.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Cs(d,a,c)};
684
- T.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ds(d,a,c)};T.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Es(c,a)};T.prototype.GetBoundingBox=function(){return v(Fs(this.g),D)};T.prototype.GetObjectID=function(){return Gs(this.g)};T.prototype.Erase=function(){return!!Hs(this.g)};T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Is(c,a)};
685
- T.prototype.Clone=function(){return v(Js(this.g),y)};T.prototype.GetHandle=function(){return p(Ks(this.g))};T.prototype.GetDatabase=function(){return v(Ls(this.g),z)};T.prototype.GetOwnerID=function(){return Ms(this.g)};T.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Ns(f,a,c,d,e)};T.prototype.getObjectName=function(){return p(Os(this.g))};
686
- T.prototype.getDxf0=function(){return p(Ps(this.g))};T.prototype.getJson=function(){return p(Qs(this.g))};T.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Rs(c,a)};T.prototype.__destroy__=function(){Ss(this.g)};function U(){this.g=Ts();Px(U)[this.g]=this}U.prototype=Object.create(I.prototype);U.prototype.constructor=U;U.prototype.i=U;U.j={};b.MdDbAlignedDimension=U;U.prototype.xLine1Point=function(){return v(Us(this.g),G)};
687
- U.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vs(c,a)};U.prototype.xLine2Point=function(){return v(Ws(this.g),G)};U.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xs(c,a)};U.prototype.dimLinePoint=function(){return v(Ys(this.g),G)};U.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zs(c,a)};U.prototype.oblique=function(){return $s(this.g)};
688
- U.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!at(c,a)};U.prototype.textPosition=function(){return v(bt(this.g),G)};U.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ct(c,a)};U.prototype.isUsingDefaultTextPosition=function(){return!!dt(this.g)};U.prototype.useSetTextPosition=function(){return!!et(this.g)};U.prototype.useDefaultTextPosition=function(){return!!ft(this.g)};
689
- U.prototype.elevation=U.prototype.elevation=function(){return gt(this.g)};U.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ht(c,a)};U.prototype.dimensionText=function(){return p(it(this.g))};U.prototype.setDimensionText=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!jt(c,a)};U.prototype.textRotation=function(){return kt(this.g)};U.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lt(c,a)};
690
- U.prototype.dimensionStyle=function(){return mt(this.g)};U.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nt(c,a)};U.prototype.textAttachment=function(){return ot(this.g)};U.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pt(c,a)};U.prototype.horizontalRotation=function(){return qt(this.g)};U.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rt(c,a)};
691
- U.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!st(c,a)};U.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return tt(c,a)};U.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ut(d,a,c)};U.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return vt(c,a)};
692
- U.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!wt(d,a,c)};U.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(xt(c,a))};U.prototype.SetDimVarString=function(a,c){var d=this.g;w();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:x(c);return!!yt(d,a,c)};U.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return zt(c,a)};
693
- U.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!At(d,a,c)};U.prototype.explode=function(){return v(Bt(this.g),D)};U.prototype.TrueColor=function(){return v(Ct(this.g),E)};U.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dt(c,a)};U.prototype.ColorIndex=function(){return Et(this.g)};U.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ft(c,a)};
694
- U.prototype.Layer=function(){return p(Gt(this.g))};U.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ht(c,a)};U.prototype.LinetypeScale=function(){return It(this.g)};U.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jt(c,a)};U.prototype.Visible=function(){return!!Kt(this.g)};U.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lt(c,a)};U.prototype.Lineweight=function(){return Mt(this.g)};
695
- U.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nt(c,a)};U.prototype.TextStyle=function(){return p(Ot(this.g))};U.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Pt(c,a)};U.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qt(c,a)};U.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Rt(d,a,c)};
696
- U.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!St(d,a,c)};U.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Tt(d,a,c)};U.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ut(d,a,c)};U.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vt(c,a)};
697
- U.prototype.GetBoundingBox=function(){return v(Wt(this.g),D)};U.prototype.GetObjectID=function(){return Xt(this.g)};U.prototype.Erase=function(){return!!Yt(this.g)};U.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zt(c,a)};U.prototype.Clone=function(){return v($t(this.g),y)};U.prototype.GetHandle=function(){return p(au(this.g))};U.prototype.GetDatabase=function(){return v(bu(this.g),z)};U.prototype.GetOwnerID=function(){return cu(this.g)};
698
- 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!!du(f,a,c,d,e)};U.prototype.getObjectName=function(){return p(eu(this.g))};U.prototype.getDxf0=function(){return p(fu(this.g))};U.prototype.getJson=function(){return p(gu(this.g))};U.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!hu(c,a)};U.prototype.__destroy__=function(){iu(this.g)};
699
- function V(){this.g=ju();Px(V)[this.g]=this}V.prototype=Object.create(I.prototype);V.prototype.constructor=V;V.prototype.i=V;V.j={};b.MdDbRotatedDimension=V;V.prototype.xLine1Point=function(){return v(ku(this.g),G)};V.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lu(c,a)};V.prototype.xLine2Point=function(){return v(mu(this.g),G)};V.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nu(c,a)};
700
- V.prototype.dimLinePoint=function(){return v(ou(this.g),G)};V.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pu(c,a)};V.prototype.rotation=V.prototype.rotation=function(){return qu(this.g)};V.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ru(c,a)};V.prototype.oblique=function(){return su(this.g)};V.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tu(c,a)};
701
- V.prototype.textPosition=function(){return v(uu(this.g),G)};V.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vu(c,a)};V.prototype.isUsingDefaultTextPosition=function(){return!!wu(this.g)};V.prototype.useSetTextPosition=function(){return!!xu(this.g)};V.prototype.useDefaultTextPosition=function(){return!!yu(this.g)};V.prototype.elevation=V.prototype.elevation=function(){return zu(this.g)};
702
- V.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Au(c,a)};V.prototype.dimensionText=function(){return p(Bu(this.g))};V.prototype.setDimensionText=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Cu(c,a)};V.prototype.textRotation=function(){return Du(this.g)};V.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Eu(c,a)};V.prototype.dimensionStyle=function(){return Fu(this.g)};
703
- V.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gu(c,a)};V.prototype.textAttachment=function(){return Hu(this.g)};V.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Iu(c,a)};V.prototype.horizontalRotation=function(){return Ju(this.g)};V.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ku(c,a)};
704
- V.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lu(c,a)};V.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Mu(c,a)};V.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Nu(d,a,c)};V.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ou(c,a)};
705
- V.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Pu(d,a,c)};V.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Qu(c,a))};V.prototype.SetDimVarString=function(a,c){var d=this.g;w();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:x(c);return!!Ru(d,a,c)};V.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Su(c,a)};
706
- V.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Tu(d,a,c)};V.prototype.explode=function(){return v(Uu(this.g),D)};V.prototype.TrueColor=function(){return v(Vu(this.g),E)};V.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wu(c,a)};V.prototype.ColorIndex=function(){return Xu(this.g)};V.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yu(c,a)};
707
- V.prototype.Layer=function(){return p(Zu(this.g))};V.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!$u(c,a)};V.prototype.LinetypeScale=function(){return av(this.g)};V.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bv(c,a)};V.prototype.Visible=function(){return!!cv(this.g)};V.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dv(c,a)};V.prototype.Lineweight=function(){return ev(this.g)};
708
- V.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fv(c,a)};V.prototype.TextStyle=function(){return p(gv(this.g))};V.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!hv(c,a)};V.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iv(c,a)};V.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!jv(d,a,c)};
709
- V.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!kv(d,a,c)};V.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!lv(d,a,c)};V.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mv(d,a,c)};V.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nv(c,a)};
710
- V.prototype.GetBoundingBox=function(){return v(ov(this.g),D)};V.prototype.GetObjectID=function(){return pv(this.g)};V.prototype.Erase=function(){return!!qv(this.g)};V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rv(c,a)};V.prototype.Clone=function(){return v(sv(this.g),y)};V.prototype.GetHandle=function(){return p(tv(this.g))};V.prototype.GetDatabase=function(){return v(uv(this.g),z)};V.prototype.GetOwnerID=function(){return vv(this.g)};
711
- 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!!wv(f,a,c,d,e)};V.prototype.getObjectName=function(){return p(xv(this.g))};V.prototype.getDxf0=function(){return p(yv(this.g))};V.prototype.getJson=function(){return p(zv(this.g))};V.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Av(c,a)};V.prototype.__destroy__=function(){Bv(this.g)};
712
- function W(){this.g=Cv();Px(W)[this.g]=this}W.prototype=Object.create(C.prototype);W.prototype.constructor=W;W.prototype.i=W;W.j={};b.MdDbMText=W;W.prototype.location=W.prototype.location=function(){return v(Dv(this.g),G)};W.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ev(c,a)};W.prototype.rotation=W.prototype.rotation=function(){return Fv(this.g)};W.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gv(c,a)};
713
- W.prototype.width=W.prototype.width=function(){return Hv(this.g)};W.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Iv(c,a)};W.prototype.textHeight=function(){return Jv(this.g)};W.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kv(c,a)};W.prototype.attachment=function(){return Lv(this.g)};W.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mv(c,a)};
714
- W.prototype.contents=W.prototype.l=function(){return p(Nv(this.g))};W.prototype.setContents=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ov(c,a)};W.prototype.explode=function(){return v(Pv(this.g),D)};W.prototype.TrueColor=function(){return v(Qv(this.g),E)};W.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rv(c,a)};W.prototype.ColorIndex=function(){return Sv(this.g)};
715
- W.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tv(c,a)};W.prototype.Layer=function(){return p(Uv(this.g))};W.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Vv(c,a)};W.prototype.LinetypeScale=function(){return Wv(this.g)};W.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xv(c,a)};W.prototype.Visible=function(){return!!Yv(this.g)};
716
- W.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zv(c,a)};W.prototype.Lineweight=function(){return $v(this.g)};W.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!aw(c,a)};W.prototype.TextStyle=function(){return p(bw(this.g))};W.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!cw(c,a)};
717
- W.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dw(c,a)};W.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ew(d,a,c)};W.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!fw(d,a,c)};W.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!gw(d,a,c)};
718
- W.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!hw(d,a,c)};W.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iw(c,a)};W.prototype.GetBoundingBox=function(){return v(jw(this.g),D)};W.prototype.GetObjectID=function(){return kw(this.g)};W.prototype.Erase=function(){return!!lw(this.g)};W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mw(c,a)};
719
- W.prototype.Clone=function(){return v(nw(this.g),y)};W.prototype.GetHandle=function(){return p(ow(this.g))};W.prototype.GetDatabase=function(){return v(pw(this.g),z)};W.prototype.GetOwnerID=function(){return qw(this.g)};W.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!rw(f,a,c,d,e)};W.prototype.getObjectName=function(){return p(sw(this.g))};
720
- W.prototype.getDxf0=function(){return p(tw(this.g))};W.prototype.getJson=function(){return p(uw(this.g))};W.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!vw(c,a)};W.prototype.__destroy__=function(){ww(this.g)};function ky(){throw"cannot construct a MdDbBlockTableRecordIterator, no constructor in IDL";}ky.prototype=Object.create(Yx.prototype);ky.prototype.constructor=ky;ky.prototype.i=ky;ky.j={};b.MdDbBlockTableRecordIterator=ky;
721
- ky.prototype.start=ky.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);xw(d,a,c)};ky.prototype.done=ky.prototype.done=function(){return!!yw(this.g)};ky.prototype.getEntityId=function(){return zw(this.g)};ky.prototype.step=ky.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Aw(d,a,c)};ky.prototype.getObjectName=function(){return p(Bw(this.g))};ky.prototype.getDxf0=function(){return p(Cw(this.g))};
722
- ky.prototype.getJson=function(){return p(Dw(this.g))};ky.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ew(c,a)};ky.prototype.__destroy__=function(){Fw(this.g)};function iy(){this.g=Gw();Px(iy)[this.g]=this}iy.prototype=Object.create(y.prototype);iy.prototype.constructor=iy;iy.prototype.i=iy;iy.j={};b.MdDbBlockTableRecord=iy;iy.prototype.appendAcDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Hw(c,a)};
723
- iy.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Iw(d,a,c),ky)};iy.prototype.origin=iy.prototype.origin=function(){return v(Jw(this.g),G)};iy.prototype.setOrigin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kw(c,a)};iy.prototype.GetObjectID=function(){return Lw(this.g)};iy.prototype.Erase=function(){return!!Mw(this.g)};
724
- iy.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Nw(c,a)};iy.prototype.Clone=function(){return v(Ow(this.g),y)};iy.prototype.GetHandle=function(){return p(Pw(this.g))};iy.prototype.GetDatabase=function(){return v(Qw(this.g),z)};iy.prototype.GetOwnerID=function(){return Rw(this.g)};
725
- iy.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!!Sw(f,a,c,d,e)};iy.prototype.getObjectName=function(){return p(Tw(this.g))};iy.prototype.getDxf0=function(){return p(Uw(this.g))};iy.prototype.getJson=function(){return p(Vw(this.g))};iy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ww(c,a)};
726
- iy.prototype.__destroy__=function(){Xw(this.g)};function ly(){throw"cannot construct a MdDbBlockTableIterator, no constructor in IDL";}ly.prototype=Object.create(Yx.prototype);ly.prototype.constructor=ly;ly.prototype.i=ly;ly.j={};b.MdDbBlockTableIterator=ly;ly.prototype.start=ly.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Yw(d,a,c)};ly.prototype.done=ly.prototype.done=function(){return!!Zw(this.g)};
727
- ly.prototype.getRecord=function(){return v($w(this.g),iy)};ly.prototype.step=ly.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);ax(d,a,c)};ly.prototype.getObjectName=function(){return p(bx(this.g))};ly.prototype.getDxf0=function(){return p(cx(this.g))};ly.prototype.getJson=function(){return p(dx(this.g))};ly.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ex(c,a)};ly.prototype.__destroy__=function(){fx(this.g)};
728
- function gy(){throw"cannot construct a MdDbBlockTable, no constructor in IDL";}gy.prototype=Object.create(y.prototype);gy.prototype.constructor=gy;gy.prototype.i=gy;gy.j={};b.MdDbBlockTable=gy;gy.prototype.getAt=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return v(gx(c,a),iy)};gy.prototype.has=gy.prototype.has=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!hx(c,a)};
729
- gy.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(ix(d,a,c),ly)};gy.prototype.add=gy.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return jx(c,a)};gy.prototype.GetObjectID=function(){return kx(this.g)};gy.prototype.Erase=function(){return!!lx(this.g)};gy.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mx(c,a)};
730
- gy.prototype.Clone=function(){return v(nx(this.g),y)};gy.prototype.GetHandle=function(){return p(ox(this.g))};gy.prototype.GetDatabase=function(){return v(px(this.g),z)};gy.prototype.GetOwnerID=function(){return qx(this.g)};gy.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!!rx(f,a,c,d,e)};gy.prototype.getObjectName=function(){return p(sx(this.g))};
731
- gy.prototype.getDxf0=function(){return p(tx(this.g))};gy.prototype.getJson=function(){return p(ux(this.g))};gy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!vx(c,a)};gy.prototype.__destroy__=function(){wx(this.g)};function my(){this.g=xx();Px(my)[this.g]=this}my.prototype=Object.create(Yx.prototype);my.prototype.constructor=my;my.prototype.i=my;my.j={};b.McDrawSelSet=my;
732
- my.prototype.allSelect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return yx(c,a)};my.prototype.pointSelect=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return zx(f,a,c,d,e)};
733
- my.prototype.crossingSelect=function(a,c,d,e,f){var g=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return Ax(g,a,c,d,e,f)};my.prototype.count=my.prototype.count=function(){return Bx(this.g)};my.prototype.item=my.prototype.item=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Cx(c,a)};my.prototype.getObjectName=function(){return p(Dx(this.g))};
734
- my.prototype.getDxf0=function(){return p(Ex(this.g))};my.prototype.getJson=function(){return p(Fx(this.g))};my.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Gx(c,a)};my.prototype.__destroy__=function(){Hx(this.g)};
563
+ G.prototype.get_z=G.prototype.ea=function(){return Ih(this.g)};G.prototype.set_z=G.prototype.ka=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Jh(c,a)};Object.defineProperty(G.prototype,"z",{get:G.prototype.ea,set:G.prototype.ka});G.prototype.__destroy__=function(){Kh(this.g)};function ly(){this.g=Lh();$x(ly)[this.g]=this}ly.prototype=Object.create(Zx.prototype);ly.prototype.constructor=ly;ly.prototype.i=ly;ly.j={};b.MdGePoint3dArray=ly;
564
+ ly.prototype.append=ly.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Mh(c,a)};ly.prototype.length=ly.prototype.length=function(){return Nh(this.g)};ly.prototype.at=ly.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Oh(c,a),G)};ly.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ph(d,a,c)};
565
+ ly.prototype.copy=ly.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Qh(c,a)};ly.prototype.__destroy__=function(){Rh(this.g)};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?Sh():void 0===c?_emscripten_bind_MdGeVector3d_MdGeVector3d_1(a):void 0===d?_emscripten_bind_MdGeVector3d_MdGeVector3d_2(a,c):Th(a,c,d);$x(H)[this.g]=this}H.prototype=Object.create(Zx.prototype);H.prototype.constructor=H;
566
+ H.prototype.i=H;H.j={};b.MdGeVector3d=H;H.prototype.rotateBy=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Uh(d,a,c)};H.prototype.negate=function(){Vh(this.g)};H.prototype.perpVector=function(){Wh(this.g)};H.prototype.angleTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return void 0===c?Xh(d,a):Yh(d,a,c)};H.prototype.normalize=H.prototype.normalize=function(){Zh(this.g)};
567
+ H.prototype.length=H.prototype.length=function(){return $h(this.g)};H.prototype.isUnitLength=function(){return!!ai(this.g)};H.prototype.isZeroLength=function(){return!!bi(this.g)};H.prototype.dotProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ci(c,a)};H.prototype.crossProduct=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(di(c,a),H)};H.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ei(c,a)};
568
+ H.prototype.get_x=H.prototype.ba=function(){return fi(this.g)};H.prototype.set_x=H.prototype.ia=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);gi(c,a)};Object.defineProperty(H.prototype,"x",{get:H.prototype.ba,set:H.prototype.ia});H.prototype.get_y=H.prototype.da=function(){return hi(this.g)};H.prototype.set_y=H.prototype.ja=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ii(c,a)};Object.defineProperty(H.prototype,"y",{get:H.prototype.da,set:H.prototype.ja});
569
+ H.prototype.get_z=H.prototype.ea=function(){return ji(this.g)};H.prototype.set_z=H.prototype.ka=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ki(c,a)};Object.defineProperty(H.prototype,"z",{get:H.prototype.ea,set:H.prototype.ka});H.prototype.__destroy__=function(){li(this.g)};function my(){this.g=mi();$x(my)[this.g]=this}my.prototype=Object.create(Zx.prototype);my.prototype.constructor=my;my.prototype.i=my;my.j={};b.MdGeLongArray=my;
570
+ my.prototype.append=my.prototype.append=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ni(c,a)};my.prototype.length=my.prototype.length=function(){return oi(this.g)};my.prototype.at=my.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return pi(c,a)};my.prototype.setAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);qi(d,a,c)};my.prototype.copy=my.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ri(c,a)};
571
+ my.prototype.__destroy__=function(){si(this.g)};function ny(){this.g=ti();$x(ny)[this.g]=this}ny.prototype=Object.create(Zx.prototype);ny.prototype.constructor=ny;ny.prototype.i=ny;ny.j={};b.MdGeStringArray=ny;ny.prototype.append=ny.prototype.append=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);ui(c,a)};ny.prototype.length=ny.prototype.length=function(){return vi(this.g)};ny.prototype.at=ny.prototype.at=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(wi(c,a))};
572
+ ny.prototype.setAt=function(a,c){var d=this.g;w();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:x(c);xi(d,a,c)};ny.prototype.copy=ny.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);yi(c,a)};ny.prototype.__destroy__=function(){zi(this.g)};function oy(){this.g=Ai();$x(oy)[this.g]=this}oy.prototype=Object.create(Zx.prototype);oy.prototype.constructor=oy;oy.prototype.i=oy;oy.j={};b.MdGeMatrix3d=oy;oy.prototype.setToIdentity=function(){Bi(this.g)};
573
+ oy.prototype.preMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Ci(c,a)};oy.prototype.postMultBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Di(c,a)};oy.prototype.setToProduct=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ei(d,a,c)};oy.prototype.invert=function(){Fi(this.g)};oy.prototype.isSingular=function(){return!!Gi(this.g)};oy.prototype.transposeIt=function(){Hi(this.g)};
574
+ oy.prototype.isEqualTo=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ii(c,a)};oy.prototype.det=function(){return Ji(this.g)};oy.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);Ki(f,a,c,d,e)};oy.prototype.setToTranslation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Li(c,a)};
575
+ oy.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);Mi(e,a,c,d)};oy.prototype.setToScaling=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ni(d,a,c)};oy.prototype.scale=oy.prototype.scale=function(){return Oi(this.g)};
576
+ oy.prototype.getData=oy.prototype.getData=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return Pi(d,a,c)};oy.prototype.copy=oy.prototype.copy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Qi(c,a)};oy.prototype.__destroy__=function(){Ri(this.g)};function X(){this.g=Si();$x(X)[this.g]=this}X.prototype=Object.create(y.prototype);X.prototype.constructor=X;X.prototype.i=X;X.j={};b.MdDbLayerTableRecord=X;X.prototype.getName=function(){return p(Ti(this.g))};
577
+ X.prototype.setName=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ui(c,a)};X.prototype.isFrozen=X.prototype.isFrozen=function(){return!!Vi(this.g)};X.prototype.setIsFrozen=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wi(c,a)};X.prototype.isOff=function(){return!!Xi(this.g)};X.prototype.setIsOff=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yi(c,a)};X.prototype.isLocked=function(){return!!Zi(this.g)};
578
+ X.prototype.setIsLocked=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$i(c,a)};X.prototype.color=X.prototype.color=function(){return v(aj(this.g),E)};X.prototype.setColor=X.prototype.setColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bj(c,a)};X.prototype.linetypeObjectId=function(){return cj(this.g)};X.prototype.setLinetypeObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dj(c,a)};X.prototype.lineWeight=function(){return ej(this.g)};
579
+ X.prototype.setLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fj(c,a)};X.prototype.GetObjectID=function(){return gj(this.g)};X.prototype.Erase=function(){return!!hj(this.g)};X.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ij(c,a)};X.prototype.Clone=function(){return v(jj(this.g),y)};X.prototype.GetHandle=function(){return p(kj(this.g))};X.prototype.GetDatabase=function(){return v(lj(this.g),z)};X.prototype.GetOwnerID=function(){return mj(this.g)};
580
+ 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!!nj(f,a,c,d,e)};X.prototype.getObjectName=function(){return p(oj(this.g))};X.prototype.getDxf0=function(){return p(pj(this.g))};X.prototype.getJson=function(){return p(qj(this.g))};X.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!rj(c,a)};X.prototype.__destroy__=function(){sj(this.g)};
581
+ function py(){throw"cannot construct a MdDbLayerTable, no constructor in IDL";}py.prototype=Object.create(y.prototype);py.prototype.constructor=py;py.prototype.i=py;py.j={};b.MdDbLayerTable=py;py.prototype.GetObjectID=function(){return tj(this.g)};py.prototype.Erase=function(){return!!uj(this.g)};py.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vj(c,a)};py.prototype.Clone=function(){return v(wj(this.g),y)};py.prototype.GetHandle=function(){return p(xj(this.g))};
582
+ py.prototype.GetDatabase=function(){return v(yj(this.g),z)};py.prototype.GetOwnerID=function(){return zj(this.g)};py.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!!Aj(f,a,c,d,e)};py.prototype.getObjectName=function(){return p(Bj(this.g))};py.prototype.getDxf0=function(){return p(Cj(this.g))};py.prototype.getJson=function(){return p(Dj(this.g))};
583
+ py.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ej(c,a)};function qy(){throw"cannot construct a MdDbLinetypeTable, no constructor in IDL";}qy.prototype=Object.create(y.prototype);qy.prototype.constructor=qy;qy.prototype.i=qy;qy.j={};b.MdDbLinetypeTable=qy;qy.prototype.GetObjectID=function(){return Fj(this.g)};qy.prototype.Erase=function(){return!!Gj(this.g)};
584
+ qy.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hj(c,a)};qy.prototype.Clone=function(){return v(Ij(this.g),y)};qy.prototype.GetHandle=function(){return p(Jj(this.g))};qy.prototype.GetDatabase=function(){return v(Kj(this.g),z)};qy.prototype.GetOwnerID=function(){return Lj(this.g)};
585
+ qy.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!!Mj(f,a,c,d,e)};qy.prototype.getObjectName=function(){return p(Nj(this.g))};qy.prototype.getDxf0=function(){return p(Oj(this.g))};qy.prototype.getJson=function(){return p(Pj(this.g))};qy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Qj(c,a)};
586
+ function ry(){throw"cannot construct a MdDbTextStyleTable, no constructor in IDL";}ry.prototype=Object.create(y.prototype);ry.prototype.constructor=ry;ry.prototype.i=ry;ry.j={};b.MdDbTextStyleTable=ry;ry.prototype.GetObjectID=function(){return Rj(this.g)};ry.prototype.Erase=function(){return!!Sj(this.g)};ry.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tj(c,a)};ry.prototype.Clone=function(){return v(Uj(this.g),y)};ry.prototype.GetHandle=function(){return p(Vj(this.g))};
587
+ ry.prototype.GetDatabase=function(){return v(Wj(this.g),z)};ry.prototype.GetOwnerID=function(){return Xj(this.g)};ry.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!!Yj(f,a,c,d,e)};ry.prototype.getObjectName=function(){return p(Zj(this.g))};ry.prototype.getDxf0=function(){return p(ak(this.g))};ry.prototype.getJson=function(){return p(bk(this.g))};
588
+ ry.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ck(c,a)};function z(){throw"cannot construct a MdDbDatabase, no constructor in IDL";}z.prototype=Object.create(iy.prototype);z.prototype.constructor=z;z.prototype.i=z;z.j={};b.MdDbDatabase=z;z.prototype.GetLayerTable=function(){return v(dk(this.g),py)};z.prototype.GetLinetypeTable=function(){return v(ek(this.g),qy)};z.prototype.GetTextStyleTable=function(){return v(fk(this.g),ry)};
589
+ z.prototype.GetBlockTable=function(){return v(gk(this.g),sy)};z.prototype.CurrentSpace=function(){return v(hk(this.g),uy)};z.prototype.GetCurrentlyLineTypeScale=function(){return ik(this.g)};z.prototype.SetCurrentlyLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);jk(c,a)};z.prototype.GetCurrentlyLayerName=function(){return p(kk(this.g))};z.prototype.SetCurrentlyLayerName=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);lk(c,a)};
590
+ z.prototype.GetCurrentlyLineTypeName=function(){return p(mk(this.g))};z.prototype.SetCurrentlyLineTypeName=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);nk(c,a)};z.prototype.GetCurrentlyTrueColor=function(){return v(ok(this.g),E)};z.prototype.SetCurrentlyTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);pk(c,a)};z.prototype.GetCurrentlyColorIndex=function(){return qk(this.g)};
591
+ z.prototype.SetCurrentlyColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);rk(c,a)};z.prototype.GetCurrentlyTextStyleName=function(){return p(sk(this.g))};z.prototype.SetCurrentlyTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);tk(c,a)};z.prototype.getObjectName=function(){return p(uk(this.g))};z.prototype.getDxf0=function(){return p(vk(this.g))};z.prototype.getJson=function(){return p(wk(this.g))};
592
+ z.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!xk(c,a)};function J(){throw"cannot construct a McObject, no constructor in IDL";}J.prototype=Object.create(Zx.prototype);J.prototype.constructor=J;J.prototype.i=J;J.j={};b.McObject=J;J.prototype.updateDisplay=function(a,c){var d=this.g;w();"object"==typeof a&&(a=hy(a));"object"==typeof c&&(c=hy(c));return!!yk(d,a,c)};J.prototype.test=J.prototype.test=function(){zk(this.g)};
593
+ J.prototype.openWebFile=function(a,c,d){var e=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);return!!Ak(e,a,c,d)};J.prototype.saveFileToUrl=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Bk(c,a)};J.prototype.saveFile=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Ck(c,a)};J.prototype.getViewDataJsonParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Dk(c,a))};
594
+ J.prototype.updataAppData=function(){Ek(this.g)};J.prototype.GetDatabase=function(){return v(Fk(this.g),z)};J.prototype.GetSysVarString=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return p(Gk(c,a))};J.prototype.SetSysVarString=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);return!!Hk(d,a,c)};J.prototype.GetSysVarDouble=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return Ik(c,a)};
595
+ J.prototype.SetSysVarDouble=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);return!!Jk(d,a,c)};J.prototype.GetSysVarLong=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return Kk(c,a)};J.prototype.SetSysVarLong=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);return!!Lk(d,a,c)};
596
+ J.prototype.fireEventWindowSize=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Mk(d,a,c)};J.prototype.fireEventCommandStart=function(){Nk(this.g)};J.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 Ok(d,a,c)};
597
+ J.prototype.IntelliSelect_RangeSelect=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 v(Pk(g,a,c,d,e,f),my)};J.prototype.IntelliSelect_getGridData=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(Qk(c,a))};
598
+ J.prototype.Osnap_NotifyOsnap=function(a,c,d,e,f,g,h,n){var A=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);Rk(A,a,c,d,e,f,g,h,n)};J.prototype.EntityTempWordDraw_onJigCommandEnd=function(){Sk(this.g)};
599
+ J.prototype.EntityTempWordDraw_onJigDrawEntityDisplay=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Tk(c,a)};J.prototype.EntityTempWordDraw_onReadyJigUpdateDispla=function(){Uk(this.g)};J.prototype.EntityTempWordDraw_onJigClearDisplay=function(){Vk(this.g)};J.prototype.SetDrawColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);Wk(c,a)};J.prototype.GetDrawColor=function(){return v(Xk(this.g),E)};
600
+ J.prototype.AddLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);Yk(c,a)};J.prototype.SetDrawLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);Zk(c,a)};J.prototype.GetDrawLayer=function(){return p($k(this.g))};J.prototype.AddTextStyle=function(a,c,d,e){var f=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);d=d&&"object"===typeof d?d.g:x(d);e&&"object"===typeof e&&(e=e.g);al(f,a,c,d,e)};
601
+ J.prototype.SetDrawTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);bl(c,a)};J.prototype.GetDrawTextStyle=function(){return p(cl(this.g))};J.prototype.AddLinetype=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);dl(d,a,c)};J.prototype.AddLinetypeEx=function(a,c,d){var e=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);d=d&&"object"===typeof d?d.g:x(d);el(e,a,c,d)};
602
+ J.prototype.AddDimStyle=function(a,c,d,e,f){var g=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c=c&&"object"===typeof c?c.g:x(c);d=d&&"object"===typeof d?d.g:x(d);e=e&&"object"===typeof e?e.g:x(e);f=f&&"object"===typeof f?f.g:x(f);fl(g,a,c,d,e,f)};J.prototype.SetDrawLinetype=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);gl(c,a)};J.prototype.GetDrawLinetype=function(){return p(hl(this.g))};
603
+ J.prototype.SetDrawLineWeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);il(c,a)};J.prototype.GetDrawLineWeight=function(){return jl(this.g)};J.prototype.SetDrawLineTypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);kl(c,a)};J.prototype.GetDrawLineTypeScale=function(){return ll(this.g)};J.prototype.SetDrawDimStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);ml(c,a)};J.prototype.GetDrawDimStyle=function(){return p(nl(this.g))};
604
+ J.prototype.SetPatternDefinition=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);ol(c,a)};J.prototype.GetPatternDefinition=function(){return p(pl(this.g))};J.prototype.SetDrawLineWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);ql(c,a)};J.prototype.GetDrawLineWidth=function(){return rl(this.g)};
605
+ J.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 sl(h,a,c,d,e,f,g)};
606
+ J.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 tl(g,a,c,d,e,f)};
607
+ J.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 ul(h,a,c,d,e,f,g)};J.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 vl(e,a,c,d)};
608
+ J.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 wl(g,a,c,d,e,f)};
609
+ J.prototype.DrawEllipseArc=function(a,c,d,e,f,g,h){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return xl(n,a,c,d,e,f,g,h)};J.prototype.DrawPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return yl(d,a,c)};
610
+ J.prototype.DrawSolid=function(a,c,d,e,f,g,h,n){var A=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return zl(A,a,c,d,e,f,g,h,n)};
611
+ J.prototype.DrawMText=function(a,c,d,e,f,g,h){var n=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(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 Al(n,a,c,d,e,f,g,h)};
612
+ J.prototype.DrawText=function(a,c,d,e,f,g,h){var n=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(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 Bl(n,a,c,d,e,f,g,h)};
613
+ J.prototype.DrawBlockReference=function(a,c,d,e,f){var g=this.g;w();a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d=d&&"object"===typeof d?d.g:x(d);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return Cl(g,a,c,d,e,f)};
614
+ J.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 Dl(h,a,c,d,e,f,g)};
615
+ J.prototype.DrawDimAngular=function(a,c,d,e,f,g,h,n){var A=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);n&&"object"===typeof n&&(n=n.g);return El(A,a,c,d,e,f,g,h,n)};
616
+ J.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 Fl(g,a,c,d,e,f)};
617
+ J.prototype.DrawDimRotated=function(a,c,d,e,f,g,h){var n=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);g&&"object"===typeof g&&(g=g.g);h&&"object"===typeof h&&(h=h.g);return Gl(n,a,c,d,e,f,g,h)};
618
+ J.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 Hl(g,a,c,d,e,f)};J.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 Il(g,a,c,d,e,f)};
619
+ J.prototype.PathMoveTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Jl(d,a,c)};J.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);Kl(g,a,c,d,e,f)};J.prototype.PathLineTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Ll(d,a,c)};
620
+ J.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);Ml(g,a,c,d,e,f)};J.prototype.DrawPathToPolyline=function(){return Nl(this.g)};J.prototype.DrawPathToSpline=function(){return Ol(this.g)};J.prototype.PathMakeClosed=function(){Pl(this.g)};
621
+ J.prototype.DrawPathToHatch=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Ql(c,a)};J.prototype.DrawEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Rl(c,a)};J.prototype.GetAllLayoutName=function(){return v(Sl(this.g),ny)};J.prototype.SetCurrentLayout=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);Tl(c,a)};function D(){this.g=Ul();$x(D)[this.g]=this}D.prototype=Object.create(iy.prototype);D.prototype.constructor=D;D.prototype.i=D;D.j={};
622
+ b.McDrawResbuf=D;D.prototype.Clear=function(){Vl(this.g)};D.prototype.GetCount=function(){return Wl(this.g)};D.prototype.AtDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xl(c,a)};D.prototype.Atlong=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Yl(c,a)};D.prototype.AtObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Zl(c,a)};D.prototype.AtObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v($l(c,a),iy)};
623
+ D.prototype.AtObjectMdDbMText=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(am(c,a),W)};D.prototype.AtObjectName=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(bm(c,a))};D.prototype.AtString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(cm(c,a))};D.prototype.AtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(dm(c,a),G)};D.prototype.ItemDataType=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return em(c,a)};
624
+ D.prototype.AddDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);fm(d,a,c)};D.prototype.Addlong=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);gm(d,a,c)};D.prototype.AddObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);hm(d,a,c)};D.prototype.AddObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!im(c,a)};
625
+ D.prototype.AddString=function(a,c){var d=this.g;w();a=a&&"object"===typeof a?a.g:x(a);c&&"object"===typeof c&&(c=c.g);jm(d,a,c)};D.prototype.AddPoint=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);km(d,a,c)};D.prototype.RemoveAll=function(){lm(this.g)};D.prototype.Remove=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);mm(c,a)};D.prototype.getObjectName=function(){return p(nm(this.g))};D.prototype.getDxf0=function(){return p(om(this.g))};
626
+ D.prototype.getJson=function(){return p(pm(this.g))};D.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!qm(c,a)};D.prototype.__destroy__=function(){rm(this.g)};function vy(){this.g=sm();$x(vy)[this.g]=this}vy.prototype=Object.create(Zx.prototype);vy.prototype.constructor=vy;vy.prototype.i=vy;vy.j={};b.McDrawUtility=vy;
627
+ vy.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 tm(g,a,c,d,e,f)};vy.prototype.eraseEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!um(c,a)};vy.prototype.highlightEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!wm(d,a,c)};
628
+ vy.prototype.__destroy__=function(){xm(this.g)};function K(){this.g=ym();$x(K)[this.g]=this}K.prototype=Object.create(F.prototype);K.prototype.constructor=K;K.prototype.i=K;K.j={};b.MdDbLine=K;K.prototype.startPoint=function(){return v(zm(this.g),G)};K.prototype.setStartPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Am(c,a)};K.prototype.endPoint=function(){return v(Bm(this.g),G)};
629
+ K.prototype.setEndPoint=K.prototype.setEndPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cm(c,a)};K.prototype.getStartParam=function(){return Dm(this.g)};K.prototype.getEndParam=function(){return Em(this.g)};K.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Fm(c,a)};K.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Gm(c,a)};
630
+ K.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Hm(c,a)};K.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Im(c,a),G)};K.prototype.getStartPoint=function(){return v(Jm(this.g),G)};K.prototype.getEndPoint=function(){return v(Km(this.g),G)};K.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Lm(c,a),G)};
631
+ K.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Mm(c,a)};K.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Nm(c,a),H)};K.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Om(c,a),H)};K.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Pm(d,a,c),G)};
632
+ K.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Qm(d,a,c),D)};K.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Rm(c,a),D)};K.prototype.getArea=function(){return Sm(this.g)};K.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Tm(c,a),D)};K.prototype.getLength=function(){return Um(this.g)};K.prototype.explode=function(){return v(Vm(this.g),D)};
633
+ K.prototype.TrueColor=function(){return v(Wm(this.g),E)};K.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xm(c,a)};K.prototype.ColorIndex=function(){return Ym(this.g)};K.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zm(c,a)};K.prototype.Layer=function(){return p($m(this.g))};K.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!an(c,a)};K.prototype.LinetypeScale=function(){return bn(this.g)};
634
+ K.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!cn(c,a)};K.prototype.Visible=function(){return!!dn(this.g)};K.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!en(c,a)};K.prototype.Lineweight=function(){return fn(this.g)};K.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gn(c,a)};K.prototype.TextStyle=function(){return p(hn(this.g))};
635
+ K.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!jn(c,a)};K.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kn(c,a)};K.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!ln(d,a,c)};K.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!mn(d,a,c)};
636
+ K.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!nn(d,a,c)};K.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!on(d,a,c)};K.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pn(c,a)};K.prototype.GetBoundingBox=function(){return v(qn(this.g),D)};K.prototype.GetObjectID=function(){return rn(this.g)};K.prototype.Erase=function(){return!!sn(this.g)};
637
+ K.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tn(c,a)};K.prototype.Clone=function(){return v(un(this.g),y)};K.prototype.GetHandle=function(){return p(vn(this.g))};K.prototype.GetDatabase=function(){return v(wn(this.g),z)};K.prototype.GetOwnerID=function(){return xn(this.g)};
638
+ K.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!yn(f,a,c,d,e)};K.prototype.getObjectName=function(){return p(zn(this.g))};K.prototype.getDxf0=function(){return p(An(this.g))};K.prototype.getJson=function(){return p(Bn(this.g))};K.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Cn(c,a)};K.prototype.__destroy__=function(){Dn(this.g)};
639
+ function N(){this.g=En();$x(N)[this.g]=this}N.prototype=Object.create(C.prototype);N.prototype.constructor=N;N.prototype.i=N;N.j={};b.MdDbText=N;N.prototype.position=N.prototype.position=function(){return v(Fn(this.g),G)};N.prototype.setPosition=N.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gn(c,a)};N.prototype.alignmentPoint=function(){return v(Hn(this.g),G)};
640
+ N.prototype.setAlignmentPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!In(c,a)};N.prototype.oblique=function(){return Jn(this.g)};N.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Kn(c,a)};N.prototype.rotation=N.prototype.rotation=function(){return Ln(this.g)};N.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Mn(c,a)};N.prototype.height=N.prototype.height=function(){return Nn(this.g)};
641
+ N.prototype.setHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!On(c,a)};N.prototype.widthFactor=function(){return Pn(this.g)};N.prototype.setWidthFactor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qn(c,a)};N.prototype.textString=function(){return p(Rn(this.g))};N.prototype.setTextString=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Sn(c,a)};N.prototype.horizontalMode=function(){return Tn(this.g)};
642
+ N.prototype.setHorizontalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Un(c,a)};N.prototype.verticalMode=function(){return Vn(this.g)};N.prototype.setVerticalMode=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wn(c,a)};N.prototype.explode=function(){return v(Xn(this.g),D)};N.prototype.TrueColor=function(){return v(Yn(this.g),E)};N.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Zn(c,a)};N.prototype.ColorIndex=function(){return $n(this.g)};
643
+ N.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ao(c,a)};N.prototype.Layer=function(){return p(bo(this.g))};N.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!co(c,a)};N.prototype.LinetypeScale=function(){return eo(this.g)};N.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fo(c,a)};N.prototype.Visible=function(){return!!go(this.g)};
644
+ N.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ho(c,a)};N.prototype.Lineweight=function(){return io(this.g)};N.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jo(c,a)};N.prototype.TextStyle=function(){return p(ko(this.g))};N.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!lo(c,a)};
645
+ N.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mo(c,a)};N.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!no(d,a,c)};N.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!oo(d,a,c)};N.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!po(d,a,c)};
646
+ N.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!qo(d,a,c)};N.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ro(c,a)};N.prototype.GetBoundingBox=function(){return v(so(this.g),D)};N.prototype.GetObjectID=function(){return to(this.g)};N.prototype.Erase=function(){return!!uo(this.g)};N.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vo(c,a)};
647
+ N.prototype.Clone=function(){return v(wo(this.g),y)};N.prototype.GetHandle=function(){return p(xo(this.g))};N.prototype.GetDatabase=function(){return v(yo(this.g),z)};N.prototype.GetOwnerID=function(){return zo(this.g)};N.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Ao(f,a,c,d,e)};N.prototype.getObjectName=function(){return p(Bo(this.g))};
648
+ N.prototype.getDxf0=function(){return p(Co(this.g))};N.prototype.getJson=function(){return p(Do(this.g))};N.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Eo(c,a)};N.prototype.__destroy__=function(){Fo(this.g)};function Q(){this.g=Go();$x(Q)[this.g]=this}Q.prototype=Object.create(F.prototype);Q.prototype.constructor=Q;Q.prototype.i=Q;Q.j={};b.MdDbCircle=Q;Q.prototype.center=function(){return v(Ho(this.g),G)};
649
+ Q.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Io(c,a)};Q.prototype.radius=function(){return Jo(this.g)};Q.prototype.setRadius=Q.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ko(c,a)};Q.prototype.getStartParam=function(){return Lo(this.g)};Q.prototype.getEndParam=function(){return Mo(this.g)};Q.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return No(c,a)};
650
+ Q.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Oo(c,a)};Q.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Po(c,a)};Q.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Qo(c,a),G)};Q.prototype.getStartPoint=function(){return v(Ro(this.g),G)};Q.prototype.getEndPoint=function(){return v(So(this.g),G)};
651
+ Q.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(To(c,a),G)};Q.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Uo(c,a)};Q.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Vo(c,a),H)};Q.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Wo(c,a),H)};
652
+ Q.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Xo(d,a,c),G)};Q.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Yo(d,a,c),D)};Q.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Zo(c,a),D)};Q.prototype.getArea=function(){return $o(this.g)};
653
+ Q.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(ap(c,a),D)};Q.prototype.getLength=function(){return bp(this.g)};Q.prototype.explode=function(){return v(cp(this.g),D)};Q.prototype.TrueColor=function(){return v(dp(this.g),E)};Q.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ep(c,a)};Q.prototype.ColorIndex=function(){return fp(this.g)};
654
+ Q.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gp(c,a)};Q.prototype.Layer=function(){return p(hp(this.g))};Q.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ip(c,a)};Q.prototype.LinetypeScale=function(){return jp(this.g)};Q.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!kp(c,a)};Q.prototype.Visible=function(){return!!lp(this.g)};
655
+ Q.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mp(c,a)};Q.prototype.Lineweight=function(){return np(this.g)};Q.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!op(c,a)};Q.prototype.TextStyle=function(){return p(pp(this.g))};Q.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!qp(c,a)};
656
+ Q.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rp(c,a)};Q.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!sp(d,a,c)};Q.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!tp(d,a,c)};Q.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!up(d,a,c)};
657
+ Q.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!vp(d,a,c)};Q.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wp(c,a)};Q.prototype.GetBoundingBox=function(){return v(xp(this.g),D)};Q.prototype.GetObjectID=function(){return yp(this.g)};Q.prototype.Erase=function(){return!!zp(this.g)};Q.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ap(c,a)};
658
+ Q.prototype.Clone=function(){return v(Bp(this.g),y)};Q.prototype.GetHandle=function(){return p(Cp(this.g))};Q.prototype.GetDatabase=function(){return v(Dp(this.g),z)};Q.prototype.GetOwnerID=function(){return Ep(this.g)};Q.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Fp(f,a,c,d,e)};Q.prototype.getObjectName=function(){return p(Gp(this.g))};
659
+ Q.prototype.getDxf0=function(){return p(Hp(this.g))};Q.prototype.getJson=function(){return p(Ip(this.g))};Q.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Jp(c,a)};Q.prototype.__destroy__=function(){Kp(this.g)};function S(){this.g=Lp();$x(S)[this.g]=this}S.prototype=Object.create(F.prototype);S.prototype.constructor=S;S.prototype.i=S;S.j={};b.MdDbArc=S;S.prototype.center=function(){return v(Mp(this.g),G)};
660
+ S.prototype.setCenter=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Np(c,a)};S.prototype.radius=function(){return Op(this.g)};S.prototype.setRadius=S.prototype.setRadius=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pp(c,a)};S.prototype.startAngle=function(){return Qp(this.g)};S.prototype.setStartAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rp(c,a)};S.prototype.endAngle=function(){return Sp(this.g)};
661
+ S.prototype.setEndAngle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tp(c,a)};S.prototype.getStartParam=function(){return Up(this.g)};S.prototype.getEndParam=function(){return Vp(this.g)};S.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Wp(c,a)};S.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xp(c,a)};
662
+ S.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Yp(c,a)};S.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(Zp(c,a),G)};S.prototype.getStartPoint=function(){return v($p(this.g),G)};S.prototype.getEndPoint=function(){return v(aq(this.g),G)};S.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(bq(c,a),G)};
663
+ S.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return cq(c,a)};S.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(dq(c,a),H)};S.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(eq(c,a),H)};S.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(fq(d,a,c),G)};
664
+ S.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(gq(d,a,c),D)};S.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(hq(c,a),D)};S.prototype.getArea=function(){return iq(this.g)};S.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(jq(c,a),D)};S.prototype.getLength=function(){return kq(this.g)};S.prototype.explode=function(){return v(lq(this.g),D)};
665
+ S.prototype.TrueColor=function(){return v(mq(this.g),E)};S.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nq(c,a)};S.prototype.ColorIndex=function(){return oq(this.g)};S.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!pq(c,a)};S.prototype.Layer=function(){return p(qq(this.g))};S.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!rq(c,a)};S.prototype.LinetypeScale=function(){return sq(this.g)};
666
+ S.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tq(c,a)};S.prototype.Visible=function(){return!!uq(this.g)};S.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!vq(c,a)};S.prototype.Lineweight=function(){return wq(this.g)};S.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xq(c,a)};S.prototype.TextStyle=function(){return p(yq(this.g))};
667
+ S.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!zq(c,a)};S.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Aq(c,a)};S.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Bq(d,a,c)};S.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Cq(d,a,c)};
668
+ S.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Dq(d,a,c)};S.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Eq(d,a,c)};S.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fq(c,a)};S.prototype.GetBoundingBox=function(){return v(Gq(this.g),D)};S.prototype.GetObjectID=function(){return Hq(this.g)};S.prototype.Erase=function(){return!!Iq(this.g)};
669
+ S.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jq(c,a)};S.prototype.Clone=function(){return v(Kq(this.g),y)};S.prototype.GetHandle=function(){return p(Lq(this.g))};S.prototype.GetDatabase=function(){return v(Mq(this.g),z)};S.prototype.GetOwnerID=function(){return Nq(this.g)};
670
+ S.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Oq(f,a,c,d,e)};S.prototype.getObjectName=function(){return p(Pq(this.g))};S.prototype.getDxf0=function(){return p(Qq(this.g))};S.prototype.getJson=function(){return p(Rq(this.g))};S.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Sq(c,a)};S.prototype.__destroy__=function(){Tq(this.g)};
671
+ function P(){this.g=Uq();$x(P)[this.g]=this}P.prototype=Object.create(F.prototype);P.prototype.constructor=P;P.prototype.i=P;P.j={};b.MdDbPolyline=P;P.prototype.setClosed=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vq(c,a)};P.prototype.setConstantWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wq(c,a)};P.prototype.isClosed=function(){return!!Xq(this.g)};P.prototype.getConstantWidth=function(){return Yq(this.g)};
672
+ P.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!!Zq(g,a,c,d,e,f)};P.prototype.removeVertexAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!$q(c,a)};P.prototype.numVerts=function(){return ar(this.g)};P.prototype.getPointAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(br(c,a),G)};
673
+ P.prototype.getBulgeAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return cr(c,a)};P.prototype.getStartWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return dr(c,a)};P.prototype.getEndWidthsAt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return er(c,a)};P.prototype.setPointAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!fr(d,a,c)};
674
+ P.prototype.setBulgeAt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!gr(d,a,c)};P.prototype.getStartParam=function(){return hr(this.g)};P.prototype.getEndParam=function(){return ir(this.g)};P.prototype.getDistAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return jr(c,a)};P.prototype.getParamAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return kr(c,a)};
675
+ P.prototype.getDistAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return lr(c,a)};P.prototype.getPointAtDist=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(mr(c,a),G)};P.prototype.getStartPoint=function(){return v(nr(this.g),G)};P.prototype.getEndPoint=function(){return v(or(this.g),G)};P.prototype.getPointAtParam=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(pr(c,a),G)};
676
+ P.prototype.getParamAtPoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return qr(c,a)};P.prototype.getFirstDeriv=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(rr(c,a),H)};P.prototype.getFirstDerivEx=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(sr(c,a),H)};P.prototype.getClosestPointTo=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(tr(d,a,c),G)};
677
+ P.prototype.offsetCurves=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(ur(d,a,c),D)};P.prototype.splitCurves=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(vr(c,a),D)};P.prototype.getArea=function(){return wr(this.g)};P.prototype.getSamplePoints=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return v(xr(c,a),D)};P.prototype.getLength=function(){return yr(this.g)};P.prototype.explode=function(){return v(zr(this.g),D)};
678
+ P.prototype.TrueColor=function(){return v(Ar(this.g),E)};P.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Br(c,a)};P.prototype.ColorIndex=function(){return Cr(this.g)};P.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dr(c,a)};P.prototype.Layer=function(){return p(Er(this.g))};P.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Fr(c,a)};P.prototype.LinetypeScale=function(){return Gr(this.g)};
679
+ P.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hr(c,a)};P.prototype.Visible=function(){return!!Ir(this.g)};P.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Jr(c,a)};P.prototype.Lineweight=function(){return Kr(this.g)};P.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lr(c,a)};P.prototype.TextStyle=function(){return p(Mr(this.g))};
680
+ P.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Nr(c,a)};P.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Or(c,a)};P.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Pr(d,a,c)};P.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Qr(d,a,c)};
681
+ P.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Rr(d,a,c)};P.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Sr(d,a,c)};P.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tr(c,a)};P.prototype.GetBoundingBox=function(){return v(Ur(this.g),D)};P.prototype.GetObjectID=function(){return Vr(this.g)};P.prototype.Erase=function(){return!!Wr(this.g)};
682
+ P.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xr(c,a)};P.prototype.Clone=function(){return v(Yr(this.g),y)};P.prototype.GetHandle=function(){return p(Zr(this.g))};P.prototype.GetDatabase=function(){return v($r(this.g),z)};P.prototype.GetOwnerID=function(){return as(this.g)};
683
+ P.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!bs(f,a,c,d,e)};P.prototype.getObjectName=function(){return p(cs(this.g))};P.prototype.getDxf0=function(){return p(ds(this.g))};P.prototype.getJson=function(){return p(es(this.g))};P.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!gs(c,a)};P.prototype.__destroy__=function(){hs(this.g)};
684
+ function T(){this.g=is();$x(T)[this.g]=this}T.prototype=Object.create(C.prototype);T.prototype.constructor=T;T.prototype.i=T;T.j={};b.MdDbBlockReference=T;T.prototype.blockTableRecord=function(){return js(this.g)};T.prototype.setBlockTableRecord=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ks(c,a)};T.prototype.position=T.prototype.position=function(){return v(ls(this.g),G)};
685
+ T.prototype.setPosition=T.prototype.setPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ms(c,a)};T.prototype.scaleFactors=function(){return v(ns(this.g),G)};T.prototype.setScaleFactors=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ps(c,a)};T.prototype.rotation=T.prototype.rotation=function(){return qs(this.g)};T.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!rs(c,a)};
686
+ T.prototype.blockTransform=function(){return v(ss(this.g),oy)};T.prototype.setBlockTransform=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ts(c,a)};T.prototype.explode=function(){return v(us(this.g),D)};T.prototype.TrueColor=function(){return v(vs(this.g),E)};T.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xs(c,a)};T.prototype.ColorIndex=function(){return ys(this.g)};
687
+ T.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!zs(c,a)};T.prototype.Layer=function(){return p(As(this.g))};T.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Bs(c,a)};T.prototype.LinetypeScale=function(){return Cs(this.g)};T.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ds(c,a)};T.prototype.Visible=function(){return!!Es(this.g)};
688
+ T.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Fs(c,a)};T.prototype.Lineweight=function(){return Gs(this.g)};T.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Hs(c,a)};T.prototype.TextStyle=function(){return p(Is(this.g))};T.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Js(c,a)};
689
+ T.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ks(c,a)};T.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ls(d,a,c)};T.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ms(d,a,c)};T.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ns(d,a,c)};
690
+ T.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Os(d,a,c)};T.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ps(c,a)};T.prototype.GetBoundingBox=function(){return v(Qs(this.g),D)};T.prototype.GetObjectID=function(){return Rs(this.g)};T.prototype.Erase=function(){return!!Ss(this.g)};T.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ts(c,a)};
691
+ T.prototype.Clone=function(){return v(Us(this.g),y)};T.prototype.GetHandle=function(){return p(Vs(this.g))};T.prototype.GetDatabase=function(){return v(Ws(this.g),z)};T.prototype.GetOwnerID=function(){return Xs(this.g)};T.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Ys(f,a,c,d,e)};T.prototype.getObjectName=function(){return p(Zs(this.g))};
692
+ T.prototype.getDxf0=function(){return p($s(this.g))};T.prototype.getJson=function(){return p(at(this.g))};T.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!bt(c,a)};T.prototype.__destroy__=function(){ct(this.g)};function U(){this.g=dt();$x(U)[this.g]=this}U.prototype=Object.create(I.prototype);U.prototype.constructor=U;U.prototype.i=U;U.j={};b.MdDbAlignedDimension=U;U.prototype.xLine1Point=function(){return v(et(this.g),G)};
693
+ U.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ft(c,a)};U.prototype.xLine2Point=function(){return v(gt(this.g),G)};U.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ht(c,a)};U.prototype.dimLinePoint=function(){return v(it(this.g),G)};U.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jt(c,a)};U.prototype.oblique=function(){return kt(this.g)};
694
+ U.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lt(c,a)};U.prototype.textPosition=function(){return v(mt(this.g),G)};U.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!nt(c,a)};U.prototype.isUsingDefaultTextPosition=function(){return!!ot(this.g)};U.prototype.useSetTextPosition=function(){return!!pt(this.g)};U.prototype.useDefaultTextPosition=function(){return!!qt(this.g)};
695
+ U.prototype.elevation=U.prototype.elevation=function(){return rt(this.g)};U.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!st(c,a)};U.prototype.dimensionText=function(){return p(tt(this.g))};U.prototype.setDimensionText=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!ut(c,a)};U.prototype.textRotation=function(){return vt(this.g)};U.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wt(c,a)};
696
+ U.prototype.dimensionStyle=function(){return xt(this.g)};U.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yt(c,a)};U.prototype.textAttachment=function(){return zt(this.g)};U.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!At(c,a)};U.prototype.horizontalRotation=function(){return Bt(this.g)};U.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ct(c,a)};
697
+ U.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Dt(c,a)};U.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Et(c,a)};U.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ft(d,a,c)};U.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Gt(c,a)};
698
+ U.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Ht(d,a,c)};U.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(It(c,a))};U.prototype.SetDimVarString=function(a,c){var d=this.g;w();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:x(c);return!!Jt(d,a,c)};U.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Kt(c,a)};
699
+ U.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Lt(d,a,c)};U.prototype.explode=function(){return v(Mt(this.g),D)};U.prototype.TrueColor=function(){return v(Nt(this.g),E)};U.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ot(c,a)};U.prototype.ColorIndex=function(){return Pt(this.g)};U.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Qt(c,a)};
700
+ U.prototype.Layer=function(){return p(Rt(this.g))};U.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!St(c,a)};U.prototype.LinetypeScale=function(){return Tt(this.g)};U.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ut(c,a)};U.prototype.Visible=function(){return!!Vt(this.g)};U.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wt(c,a)};U.prototype.Lineweight=function(){return Xt(this.g)};
701
+ U.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yt(c,a)};U.prototype.TextStyle=function(){return p(Zt(this.g))};U.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!$t(c,a)};U.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!au(c,a)};U.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!bu(d,a,c)};
702
+ U.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!cu(d,a,c)};U.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!du(d,a,c)};U.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!eu(d,a,c)};U.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!fu(c,a)};
703
+ U.prototype.GetBoundingBox=function(){return v(gu(this.g),D)};U.prototype.GetObjectID=function(){return hu(this.g)};U.prototype.Erase=function(){return!!iu(this.g)};U.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ju(c,a)};U.prototype.Clone=function(){return v(ku(this.g),y)};U.prototype.GetHandle=function(){return p(lu(this.g))};U.prototype.GetDatabase=function(){return v(mu(this.g),z)};U.prototype.GetOwnerID=function(){return nu(this.g)};
704
+ 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!!ou(f,a,c,d,e)};U.prototype.getObjectName=function(){return p(pu(this.g))};U.prototype.getDxf0=function(){return p(qu(this.g))};U.prototype.getJson=function(){return p(ru(this.g))};U.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!su(c,a)};U.prototype.__destroy__=function(){tu(this.g)};
705
+ function V(){this.g=uu();$x(V)[this.g]=this}V.prototype=Object.create(I.prototype);V.prototype.constructor=V;V.prototype.i=V;V.j={};b.MdDbRotatedDimension=V;V.prototype.xLine1Point=function(){return v(vu(this.g),G)};V.prototype.setXLine1Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!wu(c,a)};V.prototype.xLine2Point=function(){return v(xu(this.g),G)};V.prototype.setXLine2Point=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yu(c,a)};
706
+ V.prototype.dimLinePoint=function(){return v(zu(this.g),G)};V.prototype.setDimLinePoint=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Au(c,a)};V.prototype.rotation=V.prototype.rotation=function(){return Bu(this.g)};V.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cu(c,a)};V.prototype.oblique=function(){return Du(this.g)};V.prototype.setOblique=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Eu(c,a)};
707
+ V.prototype.textPosition=function(){return v(Fu(this.g),G)};V.prototype.setTextPosition=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Gu(c,a)};V.prototype.isUsingDefaultTextPosition=function(){return!!Hu(this.g)};V.prototype.useSetTextPosition=function(){return!!Iu(this.g)};V.prototype.useDefaultTextPosition=function(){return!!Ju(this.g)};V.prototype.elevation=V.prototype.elevation=function(){return Ku(this.g)};
708
+ V.prototype.setElevation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Lu(c,a)};V.prototype.dimensionText=function(){return p(Mu(this.g))};V.prototype.setDimensionText=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Nu(c,a)};V.prototype.textRotation=function(){return Ou(this.g)};V.prototype.setTextRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pu(c,a)};V.prototype.dimensionStyle=function(){return Qu(this.g)};
709
+ V.prototype.setDimensionStyle=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Ru(c,a)};V.prototype.textAttachment=function(){return Su(this.g)};V.prototype.setTextAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tu(c,a)};V.prototype.horizontalRotation=function(){return Uu(this.g)};V.prototype.setHorizontalRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vu(c,a)};
710
+ V.prototype.recomputeDimBlock=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Wu(c,a)};V.prototype.GetDimVarInt=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Xu(c,a)};V.prototype.SetDimVarInt=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!Yu(d,a,c)};V.prototype.GetDimVarDouble=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Zu(c,a)};
711
+ V.prototype.SetDimVarDouble=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!$u(d,a,c)};V.prototype.GetDimVarString=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return p(av(c,a))};V.prototype.SetDimVarString=function(a,c){var d=this.g;w();a&&"object"===typeof a&&(a=a.g);c=c&&"object"===typeof c?c.g:x(c);return!!bv(d,a,c)};V.prototype.GetDimVarObjectId=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return cv(c,a)};
712
+ V.prototype.SetDimVarObjectId=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!dv(d,a,c)};V.prototype.explode=function(){return v(ev(this.g),D)};V.prototype.TrueColor=function(){return v(fv(this.g),E)};V.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!gv(c,a)};V.prototype.ColorIndex=function(){return hv(this.g)};V.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!iv(c,a)};
713
+ V.prototype.Layer=function(){return p(jv(this.g))};V.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!kv(c,a)};V.prototype.LinetypeScale=function(){return lv(this.g)};V.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!mv(c,a)};V.prototype.Visible=function(){return!!nv(this.g)};V.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ov(c,a)};V.prototype.Lineweight=function(){return pv(this.g)};
714
+ V.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!qv(c,a)};V.prototype.TextStyle=function(){return p(rv(this.g))};V.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!sv(c,a)};V.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tv(c,a)};V.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!uv(d,a,c)};
715
+ V.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!vv(d,a,c)};V.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!wv(d,a,c)};V.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!xv(d,a,c)};V.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!yv(c,a)};
716
+ V.prototype.GetBoundingBox=function(){return v(zv(this.g),D)};V.prototype.GetObjectID=function(){return Av(this.g)};V.prototype.Erase=function(){return!!Bv(this.g)};V.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Cv(c,a)};V.prototype.Clone=function(){return v(Dv(this.g),y)};V.prototype.GetHandle=function(){return p(Ev(this.g))};V.prototype.GetDatabase=function(){return v(Fv(this.g),z)};V.prototype.GetOwnerID=function(){return Gv(this.g)};
717
+ 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!!Hv(f,a,c,d,e)};V.prototype.getObjectName=function(){return p(Iv(this.g))};V.prototype.getDxf0=function(){return p(Jv(this.g))};V.prototype.getJson=function(){return p(Kv(this.g))};V.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Lv(c,a)};V.prototype.__destroy__=function(){Mv(this.g)};
718
+ function W(){this.g=Nv();$x(W)[this.g]=this}W.prototype=Object.create(C.prototype);W.prototype.constructor=W;W.prototype.i=W;W.j={};b.MdDbMText=W;W.prototype.location=W.prototype.location=function(){return v(Ov(this.g),G)};W.prototype.setLocation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Pv(c,a)};W.prototype.rotation=W.prototype.rotation=function(){return Qv(this.g)};W.prototype.setRotation=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Rv(c,a)};
719
+ W.prototype.width=W.prototype.width=function(){return Sv(this.g)};W.prototype.setWidth=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Tv(c,a)};W.prototype.textHeight=function(){return Uv(this.g)};W.prototype.setTextHeight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vv(c,a)};W.prototype.attachment=function(){return Wv(this.g)};W.prototype.setAttachment=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Xv(c,a)};
720
+ W.prototype.contents=W.prototype.l=function(){return p(Yv(this.g))};W.prototype.setContents=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Zv(c,a)};W.prototype.explode=function(){return v($v(this.g),D)};W.prototype.TrueColor=function(){return v(aw(this.g),E)};W.prototype.SetTrueColor=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!bw(c,a)};W.prototype.ColorIndex=function(){return cw(this.g)};
721
+ W.prototype.SetColorIndex=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!dw(c,a)};W.prototype.Layer=function(){return p(ew(this.g))};W.prototype.SetLayer=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!fw(c,a)};W.prototype.LinetypeScale=function(){return gw(this.g)};W.prototype.SetLinetypeScale=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!hw(c,a)};W.prototype.Visible=function(){return!!iw(this.g)};
722
+ W.prototype.SetVisible=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!jw(c,a)};W.prototype.Lineweight=function(){return kw(this.g)};W.prototype.SetLineweight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!lw(c,a)};W.prototype.TextStyle=function(){return p(mw(this.g))};W.prototype.SetTextStyle=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!nw(c,a)};
723
+ W.prototype.Highlight=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!ow(c,a)};W.prototype.Move=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!pw(d,a,c)};W.prototype.Rotate=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!qw(d,a,c)};W.prototype.Mirror=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!rw(d,a,c)};
724
+ W.prototype.ScaleEntity=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return!!sw(d,a,c)};W.prototype.TransformBy=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!tw(c,a)};W.prototype.GetBoundingBox=function(){return v(uw(this.g),D)};W.prototype.GetObjectID=function(){return vw(this.g)};W.prototype.Erase=function(){return!!ww(this.g)};W.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xw(c,a)};
725
+ W.prototype.Clone=function(){return v(yw(this.g),y)};W.prototype.GetHandle=function(){return p(zw(this.g))};W.prototype.GetDatabase=function(){return v(Aw(this.g),z)};W.prototype.GetOwnerID=function(){return Bw(this.g)};W.prototype.moveGripPointsAt=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return!!Cw(f,a,c,d,e)};W.prototype.getObjectName=function(){return p(Dw(this.g))};
726
+ W.prototype.getDxf0=function(){return p(Ew(this.g))};W.prototype.getJson=function(){return p(Fw(this.g))};W.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Gw(c,a)};W.prototype.__destroy__=function(){Hw(this.g)};function wy(){throw"cannot construct a MdDbBlockTableRecordIterator, no constructor in IDL";}wy.prototype=Object.create(iy.prototype);wy.prototype.constructor=wy;wy.prototype.i=wy;wy.j={};b.MdDbBlockTableRecordIterator=wy;
727
+ wy.prototype.start=wy.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Iw(d,a,c)};wy.prototype.done=wy.prototype.done=function(){return!!Jw(this.g)};wy.prototype.getEntityId=function(){return Kw(this.g)};wy.prototype.step=wy.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);Lw(d,a,c)};wy.prototype.getObjectName=function(){return p(Mw(this.g))};wy.prototype.getDxf0=function(){return p(Nw(this.g))};
728
+ wy.prototype.getJson=function(){return p(Ow(this.g))};wy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Pw(c,a)};wy.prototype.__destroy__=function(){Qw(this.g)};function uy(){this.g=Rw();$x(uy)[this.g]=this}uy.prototype=Object.create(y.prototype);uy.prototype.constructor=uy;uy.prototype.i=uy;uy.j={};b.MdDbBlockTableRecord=uy;uy.prototype.appendAcDbEntity=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Sw(c,a)};
729
+ uy.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(Tw(d,a,c),wy)};uy.prototype.origin=uy.prototype.origin=function(){return v(Uw(this.g),G)};uy.prototype.setOrigin=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Vw(c,a)};uy.prototype.GetObjectID=function(){return Ww(this.g)};uy.prototype.Erase=function(){return!!Xw(this.g)};
730
+ uy.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!Yw(c,a)};uy.prototype.Clone=function(){return v(Zw(this.g),y)};uy.prototype.GetHandle=function(){return p($w(this.g))};uy.prototype.GetDatabase=function(){return v(ax(this.g),z)};uy.prototype.GetOwnerID=function(){return bx(this.g)};
731
+ uy.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!!cx(f,a,c,d,e)};uy.prototype.getObjectName=function(){return p(dx(this.g))};uy.prototype.getDxf0=function(){return p(ex(this.g))};uy.prototype.getJson=function(){return p(fx(this.g))};uy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!gx(c,a)};
732
+ uy.prototype.__destroy__=function(){hx(this.g)};function xy(){throw"cannot construct a MdDbBlockTableIterator, no constructor in IDL";}xy.prototype=Object.create(iy.prototype);xy.prototype.constructor=xy;xy.prototype.i=xy;xy.j={};b.MdDbBlockTableIterator=xy;xy.prototype.start=xy.prototype.start=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);ix(d,a,c)};xy.prototype.done=xy.prototype.done=function(){return!!jx(this.g)};
733
+ xy.prototype.getRecord=function(){return v(kx(this.g),uy)};xy.prototype.step=xy.prototype.step=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);lx(d,a,c)};xy.prototype.getObjectName=function(){return p(mx(this.g))};xy.prototype.getDxf0=function(){return p(nx(this.g))};xy.prototype.getJson=function(){return p(ox(this.g))};xy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!px(c,a)};xy.prototype.__destroy__=function(){qx(this.g)};
734
+ function sy(){throw"cannot construct a MdDbBlockTable, no constructor in IDL";}sy.prototype=Object.create(y.prototype);sy.prototype.constructor=sy;sy.prototype.i=sy;sy.j={};b.MdDbBlockTable=sy;sy.prototype.getAt=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return v(rx(c,a),uy)};sy.prototype.has=sy.prototype.has=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!sx(c,a)};
735
+ sy.prototype.newIterator=function(a,c){var d=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);return v(tx(d,a,c),xy)};sy.prototype.add=sy.prototype.add=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return ux(c,a)};sy.prototype.GetObjectID=function(){return vx(this.g)};sy.prototype.Erase=function(){return!!wx(this.g)};sy.prototype.ConnectionTempObject=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return!!xx(c,a)};
736
+ sy.prototype.Clone=function(){return v(yx(this.g),y)};sy.prototype.GetHandle=function(){return p(zx(this.g))};sy.prototype.GetDatabase=function(){return v(Ax(this.g),z)};sy.prototype.GetOwnerID=function(){return Bx(this.g)};sy.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!!Cx(f,a,c,d,e)};sy.prototype.getObjectName=function(){return p(Dx(this.g))};
737
+ sy.prototype.getDxf0=function(){return p(Ex(this.g))};sy.prototype.getJson=function(){return p(Fx(this.g))};sy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Gx(c,a)};sy.prototype.__destroy__=function(){Hx(this.g)};function yy(){this.g=Ix();$x(yy)[this.g]=this}yy.prototype=Object.create(iy.prototype);yy.prototype.constructor=yy;yy.prototype.i=yy;yy.j={};b.McDrawSelSet=yy;
738
+ yy.prototype.allSelect=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Jx(c,a)};yy.prototype.pointSelect=function(a,c,d,e){var f=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);return Kx(f,a,c,d,e)};
739
+ yy.prototype.crossingSelect=function(a,c,d,e,f){var g=this.g;a&&"object"===typeof a&&(a=a.g);c&&"object"===typeof c&&(c=c.g);d&&"object"===typeof d&&(d=d.g);e&&"object"===typeof e&&(e=e.g);f&&"object"===typeof f&&(f=f.g);return Lx(g,a,c,d,e,f)};yy.prototype.count=yy.prototype.count=function(){return Mx(this.g)};yy.prototype.item=yy.prototype.item=function(a){var c=this.g;a&&"object"===typeof a&&(a=a.g);return Nx(c,a)};yy.prototype.getObjectName=function(){return p(Ox(this.g))};
740
+ yy.prototype.getDxf0=function(){return p(Px(this.g))};yy.prototype.getJson=function(){return p(Qx(this.g))};yy.prototype.setJson=function(a){var c=this.g;w();a=a&&"object"===typeof a?a.g:x(a);return!!Rx(c,a)};yy.prototype.__destroy__=function(){Sx(this.g)};
735
741
 
736
742
 
737
743
  return mxdrawassembly.ready