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